/* Shared homepage product overview: one calm hierarchy for ERA, Aura, and Aim. */

body.home-shine .pc.nba .pc-product-overview {
  --product-panel-accent: #d91870;
  --product-panel-rgb: var(--shine-rgb);
  --product-panel-ink: #ad1459;
  --product-panel-glint: #ff7db6;
}

body.home-shine .pc.cod .pc-product-overview {
  --product-panel-accent: #007e59;
  --product-panel-rgb: var(--shine-rgb);
  --product-panel-ink: #006e53;
  --product-panel-glint: #6eddb5;
}

body.home-shine .home-products .pc.aim {
  --accent: #c13491;
  --product-rgb: 193, 52, 145;
  --product-surface: #fff3fa;
  --product-surface-deep: #ffd9ee;
  --product-shadow: rgba(153, 32, 109, .18);
  --shine-rgb: 193, 52, 145;
  --shine-action-top: #c13491;
  --shine-action: #a6237b;
  --shine-action-bottom: #86175f;
  --shine-soft: #fff2f9;
  border-color: rgba(var(--shine-rgb), .26) !important;
}

body.home-shine .pc.aim .pc-product-overview {
  --product-panel-accent: #c13491;
  --product-panel-rgb: var(--shine-rgb);
  --product-panel-ink: #8d1d68;
  --product-panel-glint: #f086c3;
}

body.home-shine .product-switcher {
  display: none;
}

body.home-shine .pc .pc-product-overview {
  position: relative;
  isolation: isolate;
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
  margin: 1px 0 16px;
  overflow: hidden;
  border: 1px solid rgba(var(--product-panel-rgb), .2);
  border-radius: 14px;
  background:
    radial-gradient(circle at 100% 0, rgba(var(--product-panel-rgb), .1), transparent 35%),
    linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(var(--product-panel-rgb), .055));
  box-shadow:
    inset 0 1px 0 #fff,
    0 10px 24px rgba(var(--product-panel-rgb), .07);
}

body.home-shine .pc .pc-product-overview::before {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  left: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--product-panel-accent), var(--product-panel-glint) 58%, transparent);
  content: "";
  pointer-events: none;
}

body.home-shine .pc .pc-product-overview-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 14px 0;
}

body.home-shine .pc .pc-product-overview-head div,
body.home-shine .pc .pc-product-overview-head span,
body.home-shine .pc .pc-product-overview-head strong,
body.home-shine .pc .pc-product-path div,
body.home-shine .pc .pc-product-path strong,
body.home-shine .pc .pc-product-path small {
  display: block;
  min-width: 0;
}

body.home-shine .pc .pc-product-overview-head span {
  margin-bottom: 5px;
  color: var(--product-panel-ink);
  font-size: 8.5px;
  font-weight: 900;
  letter-spacing: .11em;
  line-height: 1;
  text-transform: uppercase;
}

body.home-shine .pc .pc-product-overview-head strong {
  color: #17131d;
  font-size: 17px;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: -.025em;
  text-wrap: balance;
}

body.home-shine .pc .pc-product-overview-head em {
  flex: 0 0 auto;
  padding: 5px 7px;
  border: 1px solid rgba(var(--product-panel-rgb), .18);
  border-radius: 999px;
  color: var(--product-panel-ink);
  background: rgba(255, 255, 255, .88);
  font-size: 8px;
  font-style: normal;
  font-weight: 850;
  letter-spacing: .04em;
  line-height: 1;
  text-transform: uppercase;
}

body.home-shine .pc .pc-product-overview > p {
  margin: 8px 14px 12px;
  color: #655f6c;
  font-size: 11.5px;
  font-weight: 550;
  line-height: 1.48;
  text-wrap: pretty;
}

body.home-shine .pc .pc-product-paths {
  display: grid;
  border-top: 1px solid rgba(var(--product-panel-rgb), .11);
  border-bottom: 1px solid rgba(var(--product-panel-rgb), .11);
  background: rgba(255, 255, 255, .66);
}

body.home-shine .pc .pc-product-path {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  min-width: 0;
  min-height: 49px;
  padding: 8px 13px;
}

body.home-shine .pc .pc-product-path + .pc-product-path {
  border-top: 1px solid rgba(var(--product-panel-rgb), .09);
}

body.home-shine .pc .pc-product-path > span {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 1px solid rgba(var(--product-panel-rgb), .18);
  border-radius: 8px;
  color: var(--product-panel-accent);
  background: linear-gradient(145deg, #fff, rgba(var(--product-panel-rgb), .09));
  box-shadow: inset 0 1px 0 #fff;
  font-size: 7.5px;
  font-weight: 900;
  letter-spacing: .04em;
}

body.home-shine .pc .pc-product-path strong {
  overflow-wrap: anywhere;
  color: #241923;
  font-size: 11.5px;
  font-weight: 850;
  line-height: 1.15;
}

body.home-shine .pc .pc-product-path small {
  margin-top: 3px;
  overflow-wrap: anywhere;
  color: #716b77;
  font-size: 9.25px;
  font-weight: 650;
  line-height: 1.25;
}

body.home-shine .pc-owner-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin: 10px 0 0;
  color: #087ca7;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
}

body.home-shine .pc-owner-link span {
  color: #736d79;
  font-weight: 650;
}

body.home-shine .pc-title-link,
body.home-shine .home-bundle-title-link {
  color: inherit;
  text-decoration: none;
  touch-action: manipulation;
}

body.home-shine .product-card-link {
  position: absolute;
  z-index: 6;
  inset: 0;
  border-radius: inherit;
  cursor: pointer;
  touch-action: manipulation;
}

body.home-shine .pc-title-link:focus-visible,
body.home-shine .home-bundle-title-link:focus-visible {
  outline: 3px solid rgba(var(--shine-rgb), .44);
  outline-offset: 3px;
}

body.home-shine .pc-cta-row,
body.home-shine .pc-owner-link,
body.home-shine .home-bundle-purchase > a {
  position: relative;
  z-index: 7;
}

body.home-shine .pc-owner-link:focus-visible,
body.home-shine .home-bundle a:focus-visible,
body.home-shine .product-switcher button:focus-visible {
  outline: 3px solid rgba(8, 124, 167, .3);
  outline-offset: 3px;
}

body.home-shine .home-bundle {
  box-sizing: border-box;
  width: min(1180px, calc(100% - 40px));
  margin: 4px auto 26px;
  padding-inline: 24px;
}

body.home-shine .home-bundle-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0 4px 10px;
}

body.home-shine .home-bundle-label span {
  color: #625d6b;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

body.home-shine .home-bundle-label strong {
  padding: 5px 9px;
  border-radius: 999px;
  color: #fff;
  background: #087ca7;
  box-shadow: 0 7px 18px rgba(8, 124, 167, .18);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

body.home-shine .home-bundle-card {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(235px, .82fr) minmax(0, 1.28fr) minmax(230px, .78fr);
  overflow: hidden;
  border: 1px solid rgba(8, 124, 167, .25);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(8, 86, 119, .11), inset 0 1px 0 #fff;
}

body.home-shine .home-bundle-card::before {
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, #087ca7, #43badf 58%, rgba(255, 255, 255, .85));
  content: "";
  pointer-events: none;
}

body.home-shine .home-bundle-media {
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 240px;
  place-items: center;
  overflow: hidden;
  border-right: 1px solid rgba(8, 124, 167, .13);
  background:
    linear-gradient(rgba(8, 124, 167, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 124, 167, .035) 1px, transparent 1px),
    radial-gradient(circle at 50% 48%, rgba(8, 124, 167, .18), transparent 48%),
    linear-gradient(145deg, #fff, #edfaff);
  background-size: 28px 28px, 28px 28px, auto, auto;
}

body.home-shine .home-bundle-media img {
  width: 92%;
  height: 86%;
  object-fit: contain;
  filter: saturate(1.05) contrast(1.03) drop-shadow(0 18px 18px rgba(10, 55, 74, .22));
}

body.home-shine .home-bundle-media > span {
  position: absolute;
  top: 14px;
  left: 14px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 9px;
  border: 1px solid rgba(8, 124, 167, .14);
  border-radius: 7px;
  color: #3e4750;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 7px 18px rgba(8, 72, 98, .08);
  font-size: 9px;
  font-weight: 800;
}

body.home-shine .home-bundle-media > span i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #00aa78;
  box-shadow: 0 0 0 3px rgba(0, 170, 120, .1);
}

body.home-shine .home-bundle-copy {
  min-width: 0;
  padding: 26px;
}

body.home-shine .home-bundle-copy > small,
body.home-shine .home-bundle-price-label {
  display: block;
  color: #087ca7;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .11em;
  line-height: 1;
  text-transform: uppercase;
}

body.home-shine .home-bundle-copy h2 {
  margin: 8px 0;
  color: #16151b;
  font-size: clamp(24px, 2.5vw, 34px);
  font-weight: 900;
  line-height: 1.04;
  letter-spacing: -.04em;
}

body.home-shine .home-bundle-copy > p {
  margin: 0 0 17px;
  color: #67616e;
  font-size: 12.5px;
  font-weight: 550;
  line-height: 1.5;
}

body.home-shine .home-bundle-includes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
}

body.home-shine .home-bundle-includes > span {
  display: grid;
  min-width: 0;
  gap: 3px;
  padding: 9px;
  border: 1px solid rgba(8, 124, 167, .12);
  border-radius: 10px;
  background: #f8fdff;
}

body.home-shine .home-bundle-includes i {
  color: #0a8fb9;
  font-size: 8px;
  font-style: normal;
  font-weight: 900;
}

body.home-shine .home-bundle-includes b {
  overflow-wrap: anywhere;
  color: #25222b;
  font-size: 10.5px;
  font-weight: 850;
  line-height: 1.2;
}

body.home-shine .home-bundle-includes small {
  overflow-wrap: anywhere;
  color: #77717e;
  font-size: 8.25px;
  font-weight: 650;
  line-height: 1.25;
}

body.home-shine .home-bundle-purchase {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: 24px;
  border-left: 1px solid rgba(8, 124, 167, .13);
  background: linear-gradient(145deg, #fff, #f1fbff);
}

body.home-shine .home-bundle-price {
  display: flex;
  align-items: baseline;
  gap: 9px;
  margin: 7px 0 2px;
}

body.home-shine .home-bundle-price del {
  color: #96919a;
  font-size: 12px;
  font-weight: 700;
}

body.home-shine .home-bundle-price strong {
  color: #17151b;
  font-size: 30px;
  font-weight: 950;
  letter-spacing: -.04em;
}

body.home-shine .home-bundle-purchase > p {
  margin: 0 0 13px;
  color: #6d6874;
  font-size: 9.5px;
  font-weight: 650;
  line-height: 1.4;
}

body.home-shine .home-bundle-purchase > p span {
  text-decoration: line-through;
}

body.home-shine .home-bundle-button,
body.home-shine .home-bundle-details {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  border-radius: 10px;
  font-size: 10px;
  font-weight: 850;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}

body.home-shine .home-bundle-button {
  border: 1px solid #064f6c;
  color: #fff;
  background: linear-gradient(180deg, #087ca7, #075e80 55%, #064f6c);
  box-shadow: 0 10px 24px rgba(8, 124, 167, .22), inset 0 1px 0 rgba(255, 255, 255, .32);
}

body.home-shine .home-bundle-details {
  min-height: 34px;
  margin-top: 6px;
  border: 1px solid rgba(8, 124, 167, .15);
  color: #075e80;
  background: #fff;
}

body.home-shine .home-bundle-owner {
  margin-top: 10px;
  color: #087ca7;
  font-size: 9px;
  font-weight: 800;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
}

body.home-shine .home-bundle-owner span {
  color: #77717e;
  font-weight: 650;
}

@media (min-width: 901px) and (max-width: 1180px) {
  body.home-shine .pc .pc-product-overview {
    margin-bottom: 13px;
    border-radius: 12px;
  }

  body.home-shine .pc .pc-product-overview-head {
    gap: 7px;
    padding: 11px 10px 0;
  }

  body.home-shine .pc .pc-product-overview-head strong {
    font-size: 14px;
  }

  body.home-shine .pc .pc-product-overview > p {
    margin: 7px 10px 9px;
    font-size: 9.75px;
  }

  body.home-shine .pc .pc-product-path {
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 7px;
    min-height: 44px;
    padding: 7px 9px;
  }

  body.home-shine .pc .pc-product-path > span {
    width: 24px;
    height: 24px;
  }

  body.home-shine .pc .pc-product-path strong {
    font-size: 10px;
  }

  body.home-shine .pc .pc-product-path small {
    font-size: 8px;
  }

}

@media (max-width: 900px) {
  body.home-shine.product-switcher-ready .product-switcher {
    box-sizing: border-box;
    display: grid;
    width: min(31rem, calc(100% - 2rem));
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 4px;
    margin: 18px auto 0;
    padding: 4px;
    border: 1px solid rgba(8, 124, 167, .16);
    border-radius: 14px;
    background: rgba(244, 251, 254, .94);
    box-shadow: inset 0 1px 0 #fff, 0 10px 24px rgba(8, 93, 126, .07);
  }

  body.home-shine .product-switcher button {
    --tab-color: #087ca7;
    --tab-rgb: 8, 124, 167;
    display: grid;
    min-width: 0;
    min-height: 52px;
    place-items: center;
    gap: 2px;
    padding: 7px 5px;
    border: 1px solid transparent;
    border-radius: 10px;
    color: #58636b;
    background: transparent;
    font: inherit;
    cursor: pointer;
    touch-action: manipulation;
  }

  body.home-shine .product-switcher button[data-product-switch="basketball"] {
    --tab-color: #d91870;
    --tab-rgb: 217, 24, 112;
  }

  body.home-shine .product-switcher button[data-product-switch="shooters"] {
    --tab-color: #007e59;
    --tab-rgb: 0, 126, 89;
  }

  body.home-shine .product-switcher button[data-product-switch="aim"] {
    --tab-color: #a6237b;
    --tab-rgb: 166, 35, 123;
  }

  body.home-shine .product-switcher button span,
  body.home-shine .product-switcher button small {
    display: block;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  body.home-shine .product-switcher button span {
    color: inherit;
    font-size: 11px;
    font-weight: 900;
  }

  body.home-shine .product-switcher button small {
    color: #788791;
    font-size: 7.5px;
    font-weight: 750;
  }

  body.home-shine .product-switcher button[aria-selected="true"] {
    border-color: rgba(var(--tab-rgb), .22);
    color: var(--tab-color);
    background: #fff;
    box-shadow: 0 5px 14px rgba(var(--tab-rgb), .11), inset 0 1px 0 #fff;
  }

  body.home-shine .home-products {
    padding-top: 12px;
  }

  body.home-shine.product-switcher-ready .home-products > [data-product-card][hidden] {
    display: none !important;
  }

  body.home-shine .home-bundle {
    width: min(31rem, 100%);
    margin-top: 16px;
    padding-inline: var(--oz-page-pad, 1rem);
  }

  body.home-shine .home-bundle-button,
  body.home-shine .home-bundle-details {
    min-height: 44px;
  }

  body.home-shine .home-bundle-card {
    grid-template-columns: minmax(0, 1fr);
  }

  body.home-shine .home-bundle-media {
    min-height: 220px;
    border-right: 0;
    border-bottom: 1px solid rgba(8, 124, 167, .13);
  }

  body.home-shine .home-bundle-copy,
  body.home-shine .home-bundle-purchase {
    padding: 20px;
  }

  body.home-shine .home-bundle-purchase {
    border-top: 1px solid rgba(8, 124, 167, .13);
    border-left: 0;
  }
}

@media (max-width: 420px) {
  body.home-shine .product-switcher {
    width: calc(100% - 1.25rem);
  }

  body.home-shine .home-bundle-includes {
    grid-template-columns: minmax(0, 1fr);
  }

  body.home-shine .home-bundle-media {
    min-height: 190px;
  }

  body.home-shine .pc .pc-product-overview-head {
    padding-inline: 12px;
  }

  body.home-shine .pc .pc-product-overview > p {
    margin-inline: 12px;
  }

  body.home-shine .pc .pc-product-path {
    padding-inline: 11px;
  }
}
