/* ===================================================================
   OFICINA DO TENISTA — Design tokens
   Primary (clay court): #C1440E / #E9A24B gradient
   Ink (footer/text):     #1B1B1D
   Accent (fresh green):  #2F8F5B
   Surface:               #FFFFFF / #F5F1EC
   Display font: Poppins  |  Body font: Inter
=================================================================== */

:root {
  --clay-600: #c1440e;
  --clay-700: #9a360b;
  --clay-400: #e08a3e;
  --clay-300: #e9a24b;
  --ink-900: #1b1b1d;
  --ink-700: #3a3a3d;
  --ink-500: #6b6b70;
  --surface-0: #ffffff;
  --surface-1: #f6f2ec;
  --surface-2: #efe8de;
  --accent-green: #2f8f5b;
  --line: #e7e0d6;
  --dark-gray: #5d5d5d;

  --light-gray: #f2f2f2;
  --lighter-gray: #bdbdbd;
  --ice: #fff9f4;
  --dark-gold: #bf7531;

  --radius-md: 10px;
  --radius-lg: 16px;
  --shadow-card: 0 2px 10px rgba(27, 27, 29, 0.06);
  --shadow-hover: 0 10px 24px rgba(27, 27, 29, 0.14);
  font-size: 16px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto" !important;
  font-display: swap;
  color: var(--ink-900);
  background: var(--light-gray) !important;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
.brand,
.btn-cta,
.btn-cta-outline,
.nav-list > li > a {
  font-family: "Poppins", "Inter", sans-serif;
}

a {
  text-decoration: none;
  color: inherit;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  background: var(--ink-900);
  color: #fff;
  padding: 0.75rem 1rem;
  z-index: 2000;
  border-radius: 0 0 8px 0;
}
.skip-link:focus {
  left: 0;
}

:focus-visible {
  outline: 3px solid var(--clay-300);
  outline-offset: 2px;
}

/* ===== Topbar ===== */
.topbar {
  background: var(--ink-900);
  color: #ede7dd;
  letter-spacing: 0.02em;
}

span.d-none.d-md-inline {
  font-size: 12px !important;
}

/* ===== Header ===== */
.site-header {
  background: linear-gradient(
    135deg,
    var(--clay-600) 0%,
    var(--clay-400) 55%,
    var(--clay-300) 100%
  );
  z-index: 1030;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
}
.brand img {
  display: block;
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.08));
  background: #fff;
  border-radius: 8px;
  padding: 4px 8px;
}

.search-form .input-group {
  border-radius: 999px;
  overflow: hidden;
  box-shadow: var(--shadow-card);
}
.search-form .form-control {
  border: none;
  padding: 0.65rem 1.1rem;
  font-size: 0.95rem;
}
.search-form .form-control:focus {
  box-shadow: none;
}
.btn-search {
  background: var(--ink-900);
  color: #fff;
  border: none;
  padding: 0 1.15rem;
}
.btn-search:hover {
  background: var(--clay-700);
  color: #fff;
}

.header-actions .icon-btn {
  position: relative;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 1.3rem;
  width: 2.6rem;
  height: 2.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background 0.15s ease;
}
.header-actions .icon-btn:hover {
  background: rgba(255, 255, 255, 0.18);
}
.header-actions svg {
  fill: #fff;
}

.icon-badge {
  position: absolute;
  top: 2px;
  right: 2px;
  background: var(--ink-900);
  color: #fff;
  font-size: 0.62rem;
  line-height: 1;
  min-width: 1.05rem;
  height: 1.05rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 3px;
  border: 2px solid var(--clay-400);
}
.navbar-toggler {
  background: rgba(255, 255, 255, 0.16);
  border: none;
  color: #fff;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 8px;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ===== Main nav ===== */
.main-nav {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}
.nav-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  list-style: none;
  margin: 0;
  padding: 0.35rem 0;
}
.nav-list > li {
  position: relative;
}
.nav-list > li > a {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  color: #fff;
  font-weight: 600;
  font-size: 0.92rem;
  padding: 0.55rem 0.85rem;
  border-radius: 8px;
  transition: background 0.15s ease;
}
.nav-list > li > a:hover {
  background: rgba(0, 0, 0, 0.12);
}
.nav-list > li > a.text-highlight {
  color: var(--ink-900);
  background: #fff;
}
.nav-list > li > a.text-highlight:hover {
  background: #ede7dd;
}

.mega-menu {
  list-style: none;
  margin: 0;
  padding: 0.5rem;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  min-width: 220px;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-hover);
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: all 0.15s ease;
  z-index: 20;
}
.dropdown-item-wrap:hover .mega-menu,
.dropdown-item-wrap:focus-within .mega-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.mega-menu li a {
  display: block;
  padding: 0.5rem 0.75rem;
  border-radius: 6px;
  color: var(--ink-900);
  font-size: 0.9rem;
}
.mega-menu li a:hover {
  background: var(--surface-1);
  color: var(--clay-600);
}

@media (max-width: 991.98px) {
  .main-nav {
    background: var(--clay-600);
    border-radius: 0 0 10px 10px;
    margin: 0 -0.01px;
  }
  .nav-list {
    flex-direction: column;
    padding: 0.5rem;
  }
  .mega-menu {
    position: static;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    display: none;
    background: rgba(0, 0, 0, 0.12);
  }
  .dropdown-item-wrap.open .mega-menu {
    display: block;
  }
}

/* ===== Hero ===== */
.hero {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  display: flex;
  align-items: center;
}
.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(20, 12, 6, 0.72) 0%,
    rgba(20, 12, 6, 0.42) 45%,
    rgba(20, 12, 6, 0.08) 100%
  );
}
.hero-content {
  position: relative;
  max-width: 640px;
  padding: 4.5rem 0;
  color: #fff;
}
.hero .eyebrow {
  display: inline-block;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 0.3rem 0.8rem;
  border-radius: 999px;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 1.1rem;
}
.hero h1 {
  font-size: clamp(2rem, 4.4vw, 3.1rem);
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 1rem;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
}
.hero p {
  font-size: 1.05rem;
  opacity: 0.92;
  margin-bottom: 1.75rem;
  max-width: 480px;
}

.btn-cta {
  background: var(--ink-900);
  color: #fff;
  border: 2px solid var(--ink-900);
  font-weight: 600;
  padding: 0.7rem 1.5rem;
  border-radius: 8px;
  transition:
    transform 0.12s ease,
    background 0.15s ease;
}
.btn-cta:hover {
  background: var(--clay-700);
  border-color: var(--clay-700);
  color: #fff;
  transform: translateY(-1px);
}
.btn-cta-outline {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
  font-weight: 600;
  padding: 0.7rem 1.5rem;
  border-radius: 8px;
  transition: all 0.15s ease;
}
.btn-cta-outline:hover {
  background: #fff;
  color: var(--ink-900);
}

/* ===== Features strip ===== */
.features-strip {
  padding: 2rem 0;
}
.feature-item i {
  font-size: 1.9rem;
  color: var(--clay-600);
  margin-bottom: 0.6rem;
  display: block;
}
.feature-item h3 {
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 0.15rem;
  line-height: 150%;
  color: var(--dark-gray);
}
.feature-item p {
  font-size: 14px;
  color: var(--lighter-gray);
  margin: 0;
  line-height: 150%;
  font-weight: 400;
}

/* ===== Sections ===== */
.section-block {
  padding: 2.75rem 0;
}
.section-block.bg-white {
  background: #fff;
}
.section-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 1.4rem;
}
.section-head h2 {
  font-size: 24px;
  font-weight: 700;
  margin: 0;
}
.ver-todos {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--clay-600);
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
}
.ver-todos:hover {
  color: var(--clay-700);
}

/* ===== Modality cards ===== */
.modality-card {
  display: block;
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
  box-shadow: var(--shadow-card);
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease;
  text-align: center;
  position: relative;
}
.modality-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-hover);
}
.modality-card img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  display: block;
}
.modality-card span {
  display: block;
  padding: 0.65rem 0.5rem;
  font-weight: 400;
  font-size: 0.9rem;
  color: var(--dark-gold);
  background: var(--ice);
}

/* ===== Product carousels ===== */
.carousel-wrap {
  position: relative;
}
.product-track,
.athlete-track {
  display: flex;
  gap: 1.1rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 0.25rem 0.1rem 1rem;
  scrollbar-width: thin;
}
.product-track::-webkit-scrollbar,
.athlete-track::-webkit-scrollbar {
  height: 6px;
}
.product-track::-webkit-scrollbar-thumb,
.athlete-track::-webkit-scrollbar-thumb {
  background: var(--line);
  border-radius: 6px;
}

.carousel-arrow {
  position: absolute;
  top: 38%;
  transform: translateY(-50%);
  z-index: 5;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: var(--shadow-card);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  color: var(--ink-900);
  transition: all 0.15s ease;
}
.carousel-arrow:hover {
  background: var(--clay-600);
  color: #fff;
  border-color: var(--clay-600);
}
.carousel-arrow-prev {
  left: -0.8rem;
}
.carousel-arrow-next {
  right: -0.8rem;
}
@media (max-width: 575.98px) {
  .carousel-arrow {
    width: 2.2rem;
    height: 2.2rem;
    font-size: 0.95rem;
  }
  .carousel-arrow-prev {
    left: -0.4rem;
  }
  .carousel-arrow-next {
    right: -0.4rem;
  }
}

/* Product card */
.product-card {
  flex: 0 0 auto;
  width: 230px;
  scroll-snap-align: start;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition:
    box-shadow 0.18s ease,
    transform 0.18s ease;
}
.product-card:hover {
  box-shadow: var(--shadow-hover);
  transform: translateY(-3px);
}
.product-media {
  position: relative;
  background: var(--surface-1);
  padding: 1rem;
  aspect-ratio: 1/1.1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-media img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.badge-new {
  position: absolute;
  top: 0.6rem;
  left: 0.6rem;
  background: var(--clay-600);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  padding: 0.25rem 0.55rem;
  border-radius: 5px;
}
.wishlist-toggle {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #fff;
  border: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ink-700);
  font-size: 0.95rem;
  transition: all 0.15s ease;
}
.wishlist-toggle:hover {
  color: var(--clay-600);
  border-color: var(--clay-600);
}
.wishlist-toggle.active {
  color: #fff;
  background: var(--clay-600);
  border-color: var(--clay-600);
}

.product-info {
  padding: 0.9rem 1rem 1.1rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.product-title {
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0.2rem;
}
.product-sub {
  font-size: 0.78rem;
  color: var(--ink-500);
  margin-bottom: 0.55rem;
}
.product-price-old {
  font-size: 0.78rem;
  color: var(--ink-500);
  text-decoration: line-through;
}
.product-price {
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--ink-900);
  margin: 0.05rem 0;
}
.product-installment {
  font-size: 0.75rem;
  color: var(--accent-green);
  margin-bottom: 0.7rem;
}
.btn-add-cart {
  margin-top: auto;
  background: var(--ink-900);
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 0.55rem 0.8rem;
  font-size: 0.82rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  transition: background 0.15s ease;
}
.btn-add-cart:hover {
  background: var(--clay-600);
}

/* ===== Promo banners ===== */
.promo-card {
  display: block;
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-card);
}
.promo-card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.promo-card:hover img {
  transform: scale(1.04);
}
.promo-caption {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.55) 0%,
    rgba(0, 0, 0, 0) 55%
  );
  padding-bottom: 1.25rem;
}
.promo-caption h3 {
  color: #fff;
  font-weight: 800;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  margin: 0;
  text-transform: uppercase;
}

/* ===== Athlete cards ===== */
.athlete-card {
  flex: 0 0 auto;
  width: 200px;
  scroll-snap-align: start;
  border-radius: var(--radius-lg);
  overflow: hidden;
  position: relative;
  box-shadow: var(--shadow-card);
  background: var(--ink-900);
}
.athlete-card img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  display: block;
  opacity: 0.92;
}
.athlete-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.9rem 1rem 1rem;
  color: #fff;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.75) 10%,
    rgba(0, 0, 0, 0) 80%
  );
}
.athlete-caption small {
  display: block;
  opacity: 0.8;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.athlete-caption strong {
  display: block;
  font-size: 1rem;
}
.athlete-caption a {
  font-size: 0.75rem;
  text-decoration: underline;
  opacity: 0.85;
}

/* ===== Footer ===== */
.site-footer {
  background: var(--ink-900);
  color: #c9c4ba;
}
.site-footer h4 {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.footer-logo {
  filter: brightness(0) invert(1);
  background: transparent !important;
  padding: 0 !important;
}
.footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}
.footer-list a {
  font-size: 0.88rem;
  color: #c9c4ba;
  transition: color 0.15s ease;
}
.footer-list a:hover {
  color: #fff;
}
.footer-divider {
  border-color: rgba(255, 255, 255, 0.12);
  margin: 2rem 0 1.5rem;
}
.site-footer a[aria-label] {
  color: #c9c4ba;
  transition: color 0.15s ease;
}
.site-footer a[aria-label]:hover {
  color: #fff;
}

.newsletter-form .input-group {
  border-radius: 8px;
  overflow: hidden;
}
.newsletter-form .form-control {
  border: none;
  padding: 0.7rem 1rem;
}
.newsletter-form .btn-cta {
  border-radius: 0;
}

.pay-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 6px;
  padding: 0.35rem 0.6rem;
  font-size: 0.78rem;
  color: #ede7dd;
}
.pay-badge-pix {
  font-weight: 700;
  color: #2fbf8f;
  background: rgba(47, 191, 143, 0.12);
  border-color: rgba(47, 191, 143, 0.4);
}

/* ===== Back to top ===== */
.back-to-top {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  width: 2.9rem;
  height: 2.9rem;
  border-radius: 50%;
  background: var(--ink-900);
  color: #fff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  box-shadow: var(--shadow-hover);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.2s ease;
  z-index: 1040;
}
.back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.back-to-top:hover {
  background: var(--clay-600);
}

/* ===== Toast ===== */
.toast {
  border-radius: 10px;
}

/* ===== Utility ===== */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.001ms !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
}

/*MOBILE SETTINGS _mobile_*/
@media (max-width: 767.98px) {
  .hero {
    min-height: 340px;
  }
  .hero-content {
    padding: 3rem 0;
  }
  .section-head h2 {
    font-size: 1.2rem;
  }

  #top-bar-message {
    display: none;
  }

  #header-right {
    display: none;
  }

  .responsive #top .search_form {
    float: left;
  }

  .horizontal {
    display: none !important;
  }

  #top #cart_block {
    margin-left: -25px;
  }

  .desktop {
    display: none;
  }

  .benefits-list {
    max-width: 420px;
    margin: 0 auto;
  }

  .benefit-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 14px 4px;
    border-bottom: 1px solid #f0f0f0;
  }

  .benefit-item:last-child {
    border-bottom: none;
  }

  .icon-wrap {
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }

  .icon-wrap svg {
    width: 34px;
    height: 34px;
    stroke: #f5821f;
    fill: none;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .badge-24 {
    position: absolute;
    top: -2px;
    right: -6px;
    background: #f5821f;
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    padding: 1px 4px;
    border-radius: 8px;
    line-height: 1.3;
  }

  .benefit-text h3 {
    margin: 0 0 2px 0;
    font-size: 15px;
    font-weight: 700;
    color: #1a1a1a;
  }

  .benefit-text p {
    margin: 0;
    font-size: 12.5px;
    color: #9a9a9a;
  }

  .mobile .benefit-item {
    border-bottom: 1px solid var(--lighter-gray);
  }

  #modality_mobile {
    display: none;
  }

  .mobile-modality-card-container {
    width: 100%;
    max-width: 380px;
    background: #ffffff;
    border-radius: 14px;
    padding: 18px 16px 22px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  }

  .mobile-modality-card-container h2 {
    margin: 0 0 12px 0;
    font-size: 14px;
    font-weight: 700;
    color: #1a1a1a;
  }

  .mobile-modality-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }

  .mobile-modality-item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .mobile-modality-photo {
    width: 100%;
    aspect-ratio: 4 / 3;
    border-radius: 5px 5px 0px 0px;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .mobile-modality-photo span {
    font-size: 34px;
  }

  /* Placeholder gradients — troque por background-image: url('sua-foto.jpg') */
  .bg-tenis {
    background: linear-gradient(135deg, #e07b3c, #c4552a);
  }
  .bg-beach {
    background: linear-gradient(135deg, #e8c48a, #d1a86a);
  }
  .bg-padel {
    background: linear-gradient(135deg, #f2b53c, #e0932c);
  }
  .bg-squash {
    background: linear-gradient(135deg, #2c3e6b, #1b2947);
  }
  .bg-pickleball {
    background: linear-gradient(135deg, #6ba86b, #3f7d3f);
  }
  .bg-badminton {
    background: linear-gradient(135deg, #2f6fae, #1e4f82);
  }

  .mobile-modality-item p {
    /*margin: 8px 0 0 0 ;*/
    margin: 0 !important;
    width: 100%;
    font-size: 13px;
    font-weight: 600;
    color: #e8791a;
    background: var(--ice);
    text-align: center;
    border-radius: 5px;
  }

  .launch-section {
    padding: 16px 14px 18px;
  }

  .ver-todos-top {
    display: none;
  }

  .product-card {
    width: 47% !important;
  }

  .carousel-track {
    gap: 10px;
  }

  .nav-arrow.prev {
    display: none;
  }
  .nav-arrow.next {
    right: 6px;
    background: rgba(255, 255, 255, 0.9);
  }

  .ver-todos-bottom {
    display: block;
  }
}

@media (min-width: 768px) {
  #header-right-mobile {
    display: none;
  }

  .mobile {
    display: none;
  }
}

/* =========== UPDATES REALEASED AT 27/07/26 =================== */
#top .background-top {
  background: linear-gradient(
    to bottom left,
    #bf7531 0%,
    #d99457 50%,
    #f2b17c 100%
  ) !important;
}

#top .container {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.button-search {
  background: #fff !important;
  border-radius: 0px 10px 10px 0px !important;
}

.search_form input {
  border-radius: 10px 0 0 10px !important;
}

.vertical {
  display: none !important;
}

.megamenu-wrapper,
.fixed-header,
.megamenuToogle-wrapper,
.standard-body .full-width .menu-background {
  background: none !important;
}

#top .background {
  padding-top: 10px;
}

ul.megamenu > li > a strong {
  font-family: roboto !important;
  font-size: 16px !important;
  font-weight: 300 !important;
  color: #fff;
  text-transform: capitalize;
}

ul.megamenu {
  display: flex;
  gap: 5%;
  padding: 0px !important;
}

ul.megamenu > li > a {
  padding: 15px 15px 14px 0px !important;
}

#top #cart_block {
  float: right !important;
  padding: 0px;
}

#top #cart_block .cart-heading:before {
  width: 0px !important;
}

#camera_1.container {
  max-width: none !important;
  padding: 0px !important;
}

#camera_1.container .camera_slider {
  margin: 0px !important;
}

#camera_1.container img {
  width: 100%;
}

.feature-item img {
  width: 20%;
}

#modalidades {
  background: #fff;
  padding: 15px;
  border-radius: 15px;
}

#modalidades .col {
  max-width: 190px;
}

#modalidades .row {
  display: flex;
  gap: 15px;
}

#modalidades h2 {
  text-transform: none !important;
}

.advanced-grid {
  margin-top: 10px !important;
}

.product-section {
  max-width: none !important;
}

.advanced-grid-18301500 {
  display: none;
}

/*Elementos Componente de Principais Atletas*/

.pa-widget {
  box-sizing: border-box;
  display: block;
  width: 100%;
  max-width: none;
  margin: 0 auto;
  font-family:
    -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
}

.pa-widget * {
  box-sizing: border-box;
}

.pa-widget {
  background: var(--surface-0) !important;
  border-radius: 8px;
  padding: 24px;
  position: relative;
}

.pa-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 18px;
}

.pa-title {
  font-size: 17px !important;
  font-weight: 700 !important;
  font-family: inherit !important;
  text-transform: none !important;
  color: var(--ink) !important;
  margin: 0;
  line-height: 1.3;
  letter-spacing: 0.01em;
}

.pa-link {
  font-size: 13px;
  font-family: inherit;
  font-weight: 400;
  color: var(--ink);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
}

.pa-link:hover {
  text-decoration: underline;
}

.pa-viewport {
  position: relative;
}

.pa-track {
  display: flex;
  gap: 16px;
  margin: 0;
  padding: 0 0 2px;
  list-style: none;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

.pa-track::-webkit-scrollbar {
  display: none;
}
.pa-track {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.pa-card {
  flex: 0 0 calc((100% - 3 * 16px) / 4);
  max-width: calc((100% - 3 * 16px) / 4);
  scroll-snap-align: start;
  scroll-margin-left: 0;
  background: var(--bg-card);
  border-radius: var(--radius-lg);
  border: 1px solid var(--line) !important;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.pa-card__media {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #d8d8d8;
}

.pa-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pa-card__body {
  padding: 12px 14px 16px;
}

.pa-card__brand {
  font-size: 11px;
  font-family: inherit;
  font-weight: 400;
  color: var(--muted);
  margin: 0 0 2px;
  line-height: 1.4;
}

.pa-card__name {
  font-size: 20px !important;
  font-family: inherit !important;
  font-weight: 700 !important;
  text-transform: none !important;
  color: var(--ink) !important;
  margin: 0 0 6px;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pa-card__profile {
  font-size: 12px;
  font-family: inherit;
  font-weight: 400;
  color: var(--muted);
  text-decoration: none;
  display: inline-block;
}

.pa-card__profile:hover {
  text-decoration: underline;
}

.pa-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: var(--surface-0);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  color: var(--ink);
  z-index: 2;
  text-decoration: none;
}

.pa-nav svg {
  width: 16px;
  height: 16px;
  display: block;
}

.pa-nav--prev {
  left: -18px;
}
.pa-nav--next {
  right: -18px;
}

.pa-nav:hover {
  background: var(--bg-card);
}

/* Mobile: um card por vez com "espiada" do próximo, sem setas */
@media (max-width: 640px) {
  .pa-widget {
    padding: 16px;
    border-radius: 0;
  }

  .pa-title {
    font-size: 15px;
  }

  .pa-track {
    gap: 12px;
    padding-right: 12%;
  }

  .pa-card {
    flex-basis: 78%;
    max-width: 78%;
  }

  .pa-nav {
    display: none;
  }

  .hpw-native-select {
    all: inherit !important;
    border: 0px !important;
  }

  .hpw-field-select {
    width: 100%;
    overflow: hidden;
  }
}

/* PRODUCTS DETAIL */

.hpw-root {
  --hpw-ink: #1a1a1a;
  --hpw-ink-soft: #4a4a4a;
  --hpw-muted: #8a8a8a;
  --hpw-line: #e3e3e3;
  --hpw-line-soft: #ececec;
  --hpw-bg: #ffffff;
  --hpw-panel: #f7f7f7;
  --hpw-accent: #c17a2e;
  --hpw-accent-dark: #a8681f;
  --hpw-accent-soft: #fdf1e4;
  --hpw-strike: #a3a3a3;
  --hpw-radius: 6px;
  --hpw-maxw: 1160px;

  all: initial;
  display: block;
  box-sizing: border-box;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  color: var(--hpw-ink);
  background: #f2f2f2;
}

.hpw-root,
.hpw-root * {
  box-sizing: border-box;
}

.hpw-root * {
  font-family: inherit;
}

.hpw-page {
  max-width: var(--hpw-maxw);
  margin: 0 auto;
  padding: 24px 20px 20px;
}

.hpw-card {
  background: var(--hpw-bg);
  border-radius: 10px;
  padding: 32px;
}

.hpw-pdp {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}

/* ---------- Galeria ---------- */
.hpw-gallery {
  display: flex;
  flex-direction: column;
}

.hpw-main-image {
  border-radius: var(--hpw-radius);
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  position: relative;
  touch-action: pan-y;
  user-select: none;
  -webkit-user-select: none;
}

.hpw-main-image img {
  max-width: 78%;
  max-height: 92%;
  object-fit: contain;
  transition: opacity 0.15s ease;
  display: block;
  pointer-events: none;
}

.hpw-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 12px;
  display: flex;
  justify-content: center;
  gap: 6px;
  pointer-events: none;
}
.hpw-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.18);
  /* transition:
    background 0.15s ease,
    transform 0.15s ease; */
}
.hpw-dot.hpw-active {
  background: var(--hpw-accent);
  transform: scale(1.25);
}

.hpw-thumbs {
  display: flex;
  gap: 14px;
  margin-top: 18px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-bottom: 2px;
}
.hpw-thumbs::-webkit-scrollbar {
  display: none;
  height: 0;
}

.hpw-thumb {
  flex: 0 0 auto;
  width: 76px;
  height: 76px;
  scroll-snap-align: start;
  background: var(--hpw-line-soft);
  border-radius: var(--hpw-radius);
  border: 1px solid transparent;
  cursor: pointer;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  line-height: 0;
}
.hpw-thumb img {
  width: 70%;
  height: 70%;
  object-fit: contain;
  opacity: 0.55;
  display: block;
  pointer-events: none;
}
.hpw-thumb.hpw-active {
  border-color: var(--hpw-accent);
  background: #fff;
}
.hpw-thumb.hpw-active img {
  opacity: 1;
}
.hpw-thumb:hover {
  border-color: var(--hpw-muted);
}

/* ---------- Coluna de informações ---------- */
.hpw-info {
  display: flex;
  flex-direction: column;
}

.hpw-sku {
  font-size: 11px;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: var(--hpw-muted);
  text-transform: uppercase;
  margin-bottom: 10px;
}

.hpw-title {
  font-size: 22px;
  line-height: 1.35;
  font-weight: 700;
  margin: 0 0 20px;
  color: var(--hpw-ink);
}

.hpw-specs {
  display: grid;
  grid-template-columns: repeat(4, auto);
  gap: 24px;
  margin-bottom: 22px;
}
.hpw-spec-label {
  font-size: 11px;
  line-height: 1.4;
  color: var(--hpw-muted);
  margin-bottom: 6px;
}
.hpw-spec-value {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
  color: var(--hpw-ink);
}

.hpw-section-label {
  font-size: 12px;
  line-height: 1.4;
  color: var(--hpw-ink-soft);
  margin-bottom: 10px;
  font-weight: 600;
}

.hpw-grip-options {
  display: flex;
  gap: 10px;
  margin-bottom: 26px;
}
.hpw-grip-btn {
  flex: 1;
  padding: 10px 0;
  margin: 0;
  border: 1px solid var(--hpw-line);
  border-radius: 4px;
  background: #fff;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 600;
  color: var(--hpw-ink-soft);
  cursor: pointer;
  /* transition:
    border-color 0.15s ease,
    color 0.15s ease,
    background 0.15s ease; */
}
.hpw-grip-btn:hover {
  border-color: var(--hpw-accent);
}
.hpw-grip-btn.hpw-selected {
  border-color: var(--hpw-accent);
  color: var(--hpw-accent-dark);
  background: var(--hpw-accent-soft);
}

.hpw-price-block {
  margin-bottom: 18px;
}
.hpw-price-old {
  font-size: 13px;
  line-height: 1.4;
  color: var(--hpw-strike);
  text-decoration: line-through;
  margin-bottom: 4px;
}
.hpw-price-now {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 800;
  color: var(--hpw-ink);
  letter-spacing: -0.01em;
}
.hpw-price-installment {
  font-size: 12px;
  line-height: 1.4;
  color: var(--hpw-muted);
  margin-top: 4px;
}

.hpw-stringing {
  border-top: 1px solid var(--hpw-line-soft);
  padding-top: 16px;
  margin-bottom: 18px;
}
.hpw-stringing-toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 600;
  color: var(--hpw-accent-dark);
  margin-bottom: 14px;
}
.hpw-stringing-toggle svg {
  transition: transform 0.2s ease;
  flex-shrink: 0;
}
.hpw-stringing-toggle[aria-expanded="false"] svg {
  transform: rotate(-90deg);
}

.hpw-stringing-fields {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hpw-field-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid var(--hpw-line);
  border-radius: 4px;
  padding: 10px 14px;
}
.hpw-field-label {
  font-size: 13px;
  line-height: 1.4;
  color: var(--hpw-ink-soft);
}
.hpw-field-select {
  display: flex;
  align-items: center;
  gap: 6px;
  border: 1px solid var(--hpw-line);
  border-radius: 4px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.4;
  color: var(--hpw-accent-dark);
  font-weight: 600;
  background: #fff;
  cursor: pointer;
  position: relative;
}

.hpw-native-select {
  all: unset;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  font-size: 12px;
  line-height: 1.4;
  font-family: inherit;
  color: inherit;
  font-weight: 600;
  padding-right: 14px;
  cursor: pointer;
}

.hpw-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 22px;
}

.hpw-btn {
  width: 100%;
  padding: 14px 0;
  margin: 0;
  border-radius: 6px;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
  font-family: inherit;
  cursor: pointer;
  border: 1px solid transparent;
  /* transition:
    filter 0.15s ease,
    background 0.15s ease; */
  text-align: center;
}
.hpw-btn-primary {
  background: var(--hpw-accent);
  color: #fff;
}
.hpw-btn-primary:hover {
  filter: brightness(0.94);
}
.hpw-btn-secondary {
  background: #fff;
  border-color: var(--hpw-accent);
  color: var(--hpw-accent-dark);
}
.hpw-btn-secondary:hover {
  background: var(--hpw-accent-soft);
}

.hpw-cep-row {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}
.hpw-cep-input {
  all: unset;
  box-sizing: border-box;
  flex: 1;
  padding: 12px 14px;
  border: 1px solid var(--hpw-line);
  border-radius: 4px;
  font-size: 13px;
  font-family: inherit;
  color: var(--hpw-ink);
}
.hpw-cep-input:focus {
  border-color: var(--hpw-accent);
}
.hpw-cep-btn {
  padding: 0 22px;
  margin: 0;
  border-radius: 4px;
  border: 1px solid var(--hpw-line);
  background: var(--hpw-panel);
  font-size: 13px;
  font-family: inherit;
  font-weight: 600;
  color: var(--hpw-ink-soft);
  cursor: pointer;
}
.hpw-cep-btn:hover {
  background: #ececec;
}

.hpw-cep-result {
  font-size: 12px;
  line-height: 1.5;
  color: var(--hpw-muted);
  margin-top: 10px;
  min-height: 16px;
}
.hpw-cep-result.hpw-show {
  color: var(--hpw-ink-soft);
}

/* ---------- Mobile ---------- */
@media (max-width: 760px) {
  .hpw-page {
    padding: 0;
  }
  .hpw-card {
    padding: 18px;
    border-radius: 0;
  }
  .hpw-pdp {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .hpw-title {
    font-size: 19px;
  }
  .hpw-price-now {
    font-size: 26px;
  }
  .hpw-specs {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 18px;
  }
  .hpw-thumbs {
    gap: 10px;
  }
  .hpw-thumb {
    width: 64px;
    height: 64px;
  }
  .hpwThumbs {
    max-width: max-content;
  }
  .new-description-component {
    margin-top: 16px !important;
  }

  .hpw-cep-row {
    display: grid;
  }
  .hpw-field-row {
    display: flow;
  }
}

@media (min-width: 150px) and (max-width: 399px) {
  .hpw-thumbs {
    display: none;
  }
  .hpw-cep-row {
    display: grid;
  }
}

@media (min-width: 400px) and (max-width: 760px) {
  .hpw-thumbs {
    max-width: 295px;
  }
}

.inputOptionHide {
  display: none;
}

.jvz-desc-card {
  all: initial;
  display: block;
  box-sizing: border-box;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial,
    sans-serif;
  width: 100%;
  background: #ffffff;
  border: 1px solid #e4e4e7;
  border-radius: 10px;
  padding: 20px 24px;
}

.jvz-desc-card *,
.jvz-desc-card *::before,
.jvz-desc-card *::after {
  box-sizing: border-box;
  font-family: inherit;
}

.jvz-desc-card__title {
  all: unset;
  display: block;
  margin: 0 0 12px 0;
  font-size: 17px;
  font-weight: 700;
  color: #18181b;
  line-height: 1.3;
  font-family: inherit;
}

.jvz-desc-card__text {
  all: unset;
  display: block;
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #52525b;
  font-family: inherit;
}

/* Responsivo para mobile — escopado apenas dentro do componente */
@media (max-width: 480px) {
  .jvz-desc-card {
    padding: 16px 18px;
    border-radius: 8px;
  }

  .jvz-desc-card__title {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .jvz-desc-card__text {
    font-size: 13.5px;
    line-height: 1.55;
  }
}

.new-description-component {
  border-radius: 10px !important;
}

/*related products*/
.launch-section {
  /*max-width: 1100px;*/
  width: 100%;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 14px;
  padding: 20px 24px 26px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  position: relative;
}

.launch-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.launch-header h2,
.section-head h2,
.pa-header h2 {
  margin: 0;
  font-size: 22px !important;
  font-weight: 700;
  color: #1a1a1a;
  text-transform: capitalize;
}

.ver-todos-top {
  font-size: 13px;
  color: #666;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
}

.ver-todos-top svg {
  width: 14px;
  height: 14px;
  stroke: #666;
}

/* ---- Carrossel ---- */
.carousel-wrap {
  position: relative;
}

.carousel-track {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  padding-bottom: 4px;
}
.carousel-track::-webkit-scrollbar {
  display: none;
}

.nav-arrow {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #e2e2e2;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 3;
}
.nav-arrow svg {
  width: 16px;
  height: 16px;
  stroke: #e8791a;
  fill: none;
  stroke-width: 2;
}
.nav-arrow.prev {
  left: -14px;
}
.nav-arrow.next {
  right: -14px;
}

/* ---- Card ---- */
.product-card {
  flex: 0 0 auto;
  width: 195px;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 10px 10px 14px;
  position: relative;
}

.card-top {
  position: relative;
  background: #fafafa;
  border-radius: 8px;
  height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.badge-novo {
  position: absolute;
  top: 8px;
  left: 8px;
  background: #e8791a;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 4px;
  z-index: 2;
}

.fav-icon {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  z-index: 2;
}
.fav-icon svg {
  width: 12px;
  height: 12px;
  stroke: #999;
  fill: none;
  stroke-width: 1.6;
}

.racket-icon svg {
  width: 90px;
  height: 150px;
}

.product-title {
  font-size: 12px;
  font-weight: 500;
  color: #1a1a1a;
  line-height: 1.35;
  margin: 0 0 4px 0;
  min-height: 50px;
}

.product-card .price {
  margin-top: 15px;
  font-size: 18px;
  font-weight: 700;
}

.product-subtitle {
  font-size: 11.5px;
  color: #888;
  margin: 0 0 8px 0;
}

.price-old {
  font-size: 11.5px;
  color: #aaa;
  text-decoration: line-through;
  margin: 0 0 2px 0;
}

.price-new {
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #1a1a1a;
  margin: 0 0 2px 0;
}

.price-installment {
  font-size: 11px;
  color: #888;
}

.ver-todos-bottom {
  display: none;
  text-align: center;
  margin-top: 16px;
}
.ver-todos-bottom a {
  font-size: 13px;
  color: #666;
  text-decoration: none;
  font-weight: 600;
}

/** PRODUCTS GRID
 /* ==========================================================
     Namespace exclusivo: .htx-prodgrid
     Todas as classes e variáveis abaixo são prefixadas com
     "htx-prodgrid" para evitar colisão com estilos de outras
     páginas/componentes. Nada é declarado em :root ou em
     seletores globais (body, *, etc).
     ========================================================== */

.htx-prodgrid.htx-prodgrid {
  --htx-prodgrid-card-bg: #ffffff;
  --htx-prodgrid-page-bg: #f5f5f7;
  --htx-prodgrid-border: #e5e5ea;
  --htx-prodgrid-text-main: #1a1a1a;
  --htx-prodgrid-text-muted: #767676;
  --htx-prodgrid-text-strike: #9a9a9a;
  --htx-prodgrid-price-color: #c1272d;
  --htx-prodgrid-radius: 8px;

  box-sizing: border-box !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 16px !important;
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial,
    sans-serif;
}

.htx-prodgrid.htx-prodgrid * {
  box-sizing: border-box;
}

.htx-prodgrid.htx-prodgrid .clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.htx-prodgrid.htx-prodgrid .product-card {
  float: none !important;
  flex: 1 1 210px !important;
  max-width: 260px !important;
  width: auto !important;
  background: var(--htx-prodgrid-card-bg);
  border: 1px solid var(--htx-prodgrid-border);
  border-radius: var(--htx-prodgrid-radius);
  padding: 14px;
  margin: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  text-decoration: none;
  transition:
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.htx-prodgrid.htx-prodgrid .product-card.product-hover:hover {
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}

/* Estrutura interna: imagem em cima, conteúdo embaixo */
.htx-prodgrid.htx-prodgrid .product-card .left {
  float: none !important;
  width: 100% !important;
  display: block !important;
}

.htx-prodgrid.htx-prodgrid .product-card .right {
  float: none !important;
  width: 100% !important;
  display: block !important;
  overflow: visible !important;
}

.htx-prodgrid.htx-prodgrid .product-card .image {
  width: 100% !important;
  aspect-ratio: 1/1;
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin: 0 0 10px 0 !important;
  float: none !important;
}

.htx-prodgrid.htx-prodgrid .product-card .image img {
  max-width: 100% !important;
  max-height: 100% !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain;
}

.htx-prodgrid.htx-prodgrid .product-card .name {
  float: none !important;
  width: 100% !important;
  margin: 0 0 8px 0 !important;
}

.htx-prodgrid.htx-prodgrid .product-card .name .product-title {
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1.35;
  color: var(--htx-prodgrid-text-main) !important;
  text-decoration: none !important;
}

.htx-prodgrid.htx-prodgrid .product-card .name .product-title:hover {
  text-decoration: underline !important;
}

/* .htx-prodgrid.htx-prodgrid .product-card .price {
  float: none !important;
  width: 100% !important;
  font-size: 12px;
  line-height: 1.5;
  color: var(--htx-prodgrid-text-muted);
} */

.htx-prodgrid.htx-prodgrid .product-card .price .price-old {
  display: inline-block !important;
  font-size: 12px !important;
  color: var(--htx-prodgrid-text-strike) !important;
  text-decoration: line-through !important;
  margin-bottom: 2px;
}

.htx-prodgrid.htx-prodgrid .product-card .price .price-new {
  display: inline-block !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  /* color: var(--htx-prodgrid-price-color) !important; */
  margin-top: 2px;
}

.price span:nth-of-type(3) {
  font-weight: 400 !important;
}

/* Tablet */
@media (max-width: 900px) {
  .htx-prodgrid.htx-prodgrid {
    gap: 12px !important;
    padding: 16px;
  }
  .htx-prodgrid.htx-prodgrid .product-card {
    flex: 1 1 160px !important;
    max-width: 220px !important;
  }
}

/* Mobile */
@media (max-width: 560px) {
  .htx-prodgrid.htx-prodgrid {
    gap: 10px !important;
    padding: 12px;
  }
  .htx-prodgrid.htx-prodgrid .product-card {
    flex: 1 1 140px !important;
    max-width: calc(50% - 5px) !important;
    padding: 10px;
  }
  .htx-prodgrid.htx-prodgrid .product-card .name .product-title {
    font-size: 12px !important;
  }
  .htx-prodgrid.htx-prodgrid .product-card .price .price-new {
    font-size: 15px !important;
  }
}

/* Telas muito pequenas: 2 por linha */
@media (max-width: 360px) {
  .htx-prodgrid.htx-prodgrid .product-card {
    flex: 1 1 calc(50% - 5px) !important;
    max-width: calc(50% - 5px) !important;
  }
}

/* ======================================================================
    ATLETA DE TÊNIS
     Todas as regras abaixo estão namespaced sob .bia-athlete-profile
     Nenhum seletor global (*, body, img, a, button, svg) é usado,
     e as variáveis CSS ficam escopadas ao componente (não em :root),
     para não colidir com estilos existentes na aplicação.
     ====================================================================== */

.bia-athlete-profile {
  --bia-bg: #f1f1ef;
  --bia-card-bg: #ffffff;
  --bia-text: #161616;
  --bia-text-secondary: #7a7a78;
  --bia-border: #e5e4e1;
  --bia-accent: #c1622d;
  --bia-accent-dark: #a6521f;
  --bia-teal: #3fb6c4;
  --bia-teal-dark: #1e8b98;
  --bia-radius-lg: 14px;
  --bia-radius-md: 10px;
  --bia-radius-sm: 6px;
  --bia-max-w: 1180px;

  box-sizing: border-box;
  font-family: "Helvetica Neue", Arial, "Segoe UI", sans-serif;
  background: var(--bia-bg);
  color: var(--bia-text);
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

.bia-athlete-profile * {
  box-sizing: border-box;
}

.bia-athlete-profile .bia-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bia-athlete-profile .bia-wrap {
  max-width: var(--bia-max-w);
  margin: 0 auto;
  padding: 40px 24px 80px;
}

.bia-athlete-profile a.bia-link {
  color: inherit;
  text-decoration: none;
}

/* ---------- placeholder photo blocks (no real photos used) ---------- */
.bia-athlete-profile .bia-photo-placeholder {
  position: relative;
  margin: 0;
  background: linear-gradient(
    160deg,
    var(--bia-teal) 0%,
    var(--bia-teal-dark) 100%
  );
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
}
.bia-athlete-profile .bia-photo-placeholder svg {
  width: 46%;
  opacity: 0.9;
}
.bia-athlete-profile .bia-photo-placeholder span {
  position: absolute;
  top: 10px;
  left: 12px;
  font-size: 11px;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.85);
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
}

/* ============ HERO / PERFIL ============ */
.bia-athlete-profile .bia-hero {
  display: grid;
  grid-template-columns: 300px 260px 1fr;
  gap: 44px;
  align-items: start;
}

.bia-athlete-profile .bia-hero-photo {
  width: 100%;
  aspect-ratio: 300 / 400;
  border-radius: var(--bia-radius-lg);
}

.bia-athlete-profile .bia-hero-name {
  grid-column: 2 / span 2;
  font-size: 44px;
  font-weight: 800;
  letter-spacing: -0.5px;
  margin: 0 0 26px;
}

.bia-athlete-profile .bia-info-block {
  margin-top: 0;
}
.bia-athlete-profile .bia-info-block + .bia-info-block {
  margin-top: 18px;
}
.bia-athlete-profile .bia-info-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin: 0 0 4px;
}
.bia-athlete-profile .bia-info-value {
  font-size: 14px;
  color: var(--bia-text-secondary);
  margin: 0;
}
.bia-athlete-profile .bia-info-list {
  list-style: none;
  font-size: 14px;
  color: var(--bia-text-secondary);
  margin: 0;
  padding: 0;
}
.bia-athlete-profile .bia-info-list li {
  position: relative;
  padding-left: 14px;
  margin-top: 6px;
}
.bia-athlete-profile .bia-info-list li::before {
  content: "–";
  position: absolute;
  left: 0;
  top: 0;
}

.bia-athlete-profile .bia-social-block {
  margin-top: 22px;
}
.bia-athlete-profile .bia-social-icons {
  display: flex;
  gap: 10px;
  margin-top: 10px;
  padding: 0;
  list-style: none;
}
.bia-athlete-profile .bia-social-icons a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bia-text);
}
.bia-athlete-profile .bia-social-icons svg {
  width: 16px;
  height: 16px;
}

.bia-athlete-profile .bia-bio p {
  font-size: 14px;
  color: var(--bia-text-secondary);
  margin: 0 0 16px;
}

/* ============ BIA EM QUADRA (galeria) ============ */
.bia-athlete-profile .bia-section-title {
  font-size: 22px;
  font-weight: 800;
  margin: 56px 0 18px;
}

.bia-athlete-profile .bia-gallery-row {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
}
.bia-athlete-profile .bia-gallery-row .bia-photo-placeholder {
  aspect-ratio: 1/1;
  border-radius: var(--bia-radius-md);
}

/* ============ EQUIPAMENTO (carrossel de produtos) ============ */
.bia-athlete-profile .bia-equip-panel {
  background: var(--bia-card-bg);
  border-radius: var(--bia-radius-lg);
  padding: 28px;
  margin-top: 12px;
}
.bia-athlete-profile .bia-equip-panel .bia-section-title {
  margin: 0 0 20px;
}

.bia-athlete-profile .bia-carousel {
  position: relative;
}

.bia-athlete-profile .bia-carousel-track {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}

.bia-athlete-profile .bia-carousel-btn {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid var(--bia-border);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--bia-accent);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  z-index: 2;
  padding: 0;
  font: inherit;
}
.bia-athlete-profile .bia-carousel-btn.bia-prev {
  left: -17px;
}
.bia-athlete-profile .bia-carousel-btn.bia-next {
  right: -17px;
}
.bia-athlete-profile .bia-carousel-btn svg {
  width: 14px;
  height: 14px;
}

.bia-athlete-profile .bia-product-card {
  position: relative;
  border: 1px solid var(--bia-border);
  border-radius: var(--bia-radius-md);
  padding: 14px 14px 16px;
  display: flex;
  flex-direction: column;
  margin: 0;
}

.bia-athlete-profile .bia-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: var(--bia-accent);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: 4px;
}
.bia-athlete-profile .bia-wish-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid var(--bia-border);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bia-text-secondary);
  padding: 0;
  font: inherit;
}
.bia-athlete-profile .bia-wish-btn svg {
  width: 13px;
  height: 13px;
}

.bia-athlete-profile .bia-racket-img {
  width: 100%;
  aspect-ratio: 3/4;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 18px 0 14px;
}
.bia-athlete-profile .bia-racket-img svg {
  width: 60%;
  height: 100%;
}

.bia-athlete-profile .bia-product-name {
  font-size: 13px;
  font-weight: 600;
  min-height: 34px;
  margin: 0 0 4px;
}
.bia-athlete-profile .bia-product-meta {
  font-size: 12px;
  color: var(--bia-text-secondary);
  margin: 0 0 10px;
}
.bia-athlete-profile .bia-price-old {
  font-size: 12px;
  color: var(--bia-text-secondary);
  text-decoration: line-through;
  margin: 0;
}
.bia-athlete-profile .bia-price-new {
  font-size: 17px;
  font-weight: 800;
  margin: 2px 0 4px;
}
.bia-athlete-profile .bia-price-installment {
  font-size: 11px;
  color: var(--bia-text-secondary);
  margin: 0;
}

/* ============ OUTROS ATLETAS (continuação) ============ */
.bia-athlete-profile .bia-other-athletes .bia-section-title {
  margin-bottom: 18px;
}
.bia-athlete-profile .bia-athletes-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.bia-athlete-profile .bia-athlete-card {
  background: var(--bia-card-bg);
  border: 1px solid var(--bia-border);
  border-radius: var(--bia-radius-md);
  overflow: hidden;
  margin: 0;
}
.bia-athlete-profile .bia-athlete-card .bia-photo-placeholder {
  aspect-ratio: 4/3;
}
.bia-athlete-profile .bia-athlete-card-body {
  padding: 12px 14px 16px;
}
.bia-athlete-profile .bia-athlete-card-body .bia-name {
  font-weight: 700;
  font-size: 14px;
  margin: 0 0 2px;
}
.bia-athlete-profile .bia-athlete-card-body .bia-role {
  font-size: 12px;
  color: var(--bia-text-secondary);
  margin: 0;
}

/* ============ RESPONSIVO ============ */
@media (max-width: 900px) {
  .bia-athlete-profile .bia-hero {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .bia-athlete-profile .bia-hero-photo {
    max-width: 320px;
    aspect-ratio: 3/4;
  }
  .bia-athlete-profile .bia-hero-name {
    grid-column: 1;
    font-size: 32px;
    margin-bottom: 16px;
  }

  .bia-athlete-profile .bia-gallery-row {
    grid-template-columns: repeat(3, 1fr);
  }

  .bia-athlete-profile .bia-carousel-track {
    grid-template-columns: repeat(3, 1fr);
  }
  .bia-athlete-profile .bia-athletes-row {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  .bia-athlete-profile .bia-wrap {
    padding: 24px 16px 60px;
  }
  .bia-athlete-profile .bia-hero-name {
    font-size: 26px;
  }

  .bia-athlete-profile .bia-gallery-row {
    grid-auto-flow: column;
    grid-auto-columns: 42%;
    grid-template-columns: none;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 4px;
  }
  .bia-athlete-profile .bia-gallery-row .bia-photo-placeholder {
    scroll-snap-align: start;
  }

  .bia-athlete-profile .bia-equip-panel {
    padding: 18px;
  }
  .bia-athlete-profile .bia-carousel-track {
    grid-auto-flow: column;
    grid-auto-columns: 62%;
    grid-template-columns: none;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }
  .bia-athlete-profile .bia-product-card {
    scroll-snap-align: start;
  }
  .bia-athlete-profile .bia-carousel-btn {
    display: none;
  }

  .bia-athlete-profile .bia-athletes-row {
    grid-auto-flow: column;
    grid-auto-columns: 70%;
    grid-template-columns: none;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }
  .bia-athlete-profile .bia-athlete-card {
    scroll-snap-align: start;
  }

  .bia-athlete-profile .bia-section-title {
    font-size: 19px;
    margin: 40px 0 14px;
  }
}

/* ============================================================
     CART
     Namespace: todos os seletores usam o prefixo "hct-" (Head Cart
     Template) para evitar qualquer colisão com classes já
     existentes na aplicação. O bloco raiz .hct-scope isola
     também variáveis e resets básicos.
     ============================================================ */

.hct-scope {
  --hct-bg-page: #f2f2f0;
  --hct-bg-card: #ffffff;
  --hct-border: #e7e5e1;
  --hct-text-primary: #1a1a1a;
  --hct-text-secondary: #6b6b6b;
  --hct-text-muted: #9a9a9a;
  --hct-accent: #c07a35;
  --hct-accent-hover: #a8672c;
  --hct-discount: #2f8f4e;
  --hct-radius-lg: 14px;
  --hct-radius-md: 10px;
  --hct-radius-sm: 6px;
  --hct-font:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial,
    sans-serif;

  font-family: var(--hct-font);
  color: var(--hct-text-primary);
  background: var(--hct-bg-page);
  box-sizing: border-box;
  padding: 32px 40px;
}

.hct-scope *,
.hct-scope *::before,
.hct-scope *::after {
  box-sizing: border-box;
}

.hct-scope img {
  max-width: 100%;
  display: block;
}

.hct-scope button {
  font-family: inherit;
  cursor: pointer;
}

/* ---------- wrapper geral ---------- */
.hct-page {
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* ---------- seção genérica (card grande cinza) ---------- */
.hct-panel {
  background: var(--hct-bg-card);
  border-radius: var(--hct-radius-lg);
  padding: 28px 32px 32px;
}

.hct-panel__title {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 20px;
}

/* ============================================================
     "Aproveite e leve também"
     ============================================================ */

.hct-upsell-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.hct-upsell-card {
  border: 1px solid var(--hct-border);
  border-radius: var(--hct-radius-md);
  padding: 18px;
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.hct-upsell-card__image {
  width: 90px;
  height: 130px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hct-upsell-card__body {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1;
  min-width: 0;
}

.hct-upsell-card__name {
  font-size: 13.5px;
  font-weight: 600;
  line-height: 1.35;
  margin: 0;
}

.hct-upsell-card__variant {
  font-size: 12.5px;
  color: var(--hct-text-secondary);
  margin: 2px 0 10px;
}

.hct-upsell-card__old-price {
  font-size: 12px;
  color: var(--hct-text-muted);
  text-decoration: line-through;
}

.hct-upsell-card__price {
  font-size: 15.5px;
  font-weight: 700;
  margin: 2px 0;
}

.hct-upsell-card__installment {
  font-size: 11.5px;
  color: var(--hct-text-muted);
}

.hct-upsell-card__footer {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}

.hct-add-btn {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1.5px solid var(--hct-accent);
  background: transparent;
  color: var(--hct-accent);
  font-size: 16px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    background 0.15s ease,
    color 0.15s ease;
}

.hct-add-btn:hover {
  background: var(--hct-accent);
  color: #fff;
}

/* ============================================================
     "Seu carrinho"
     ============================================================ */

.hct-cart-layout {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 24px;
  align-items: start;
}

/* --- item do carrinho --- */
.hct-cart-items {
  border: 1px solid var(--hct-border);
  border-radius: var(--hct-radius-md);
}

.hct-cart-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px;
}

.hct-cart-item__image {
  width: 60px;
  height: 92px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hct-cart-item__info {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 160px;
}

.hct-cart-item__name {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  line-height: 1.35;
}

.hct-cart-item__variant {
  font-size: 12.5px;
  color: var(--hct-text-secondary);
}

/* quantidade */
.hct-qty {
  display: flex;
  align-items: center;
  border: 1px solid var(--hct-border);
  border-radius: 999px;
  overflow: hidden;
  flex-shrink: 0;
}

.hct-qty__btn {
  width: 30px;
  height: 30px;
  border: none;
  background: transparent;
  font-size: 15px;
  color: var(--hct-text-primary);
  display: flex;
  align-items: center;
  justify-content: center;
}

.hct-qty__btn:hover {
  background: #f5f5f3;
}

.hct-qty__value {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}

/* preço do item */
.hct-cart-item__pricing {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-left: auto;
  text-align: right;
  min-width: 130px;
}

.hct-cart-item__old-price {
  font-size: 12px;
  color: var(--hct-text-muted);
  text-decoration: line-through;
}

.hct-cart-item__price {
  font-size: 15.5px;
  font-weight: 700;
}

.hct-cart-item__installment {
  font-size: 11.5px;
  color: var(--hct-text-muted);
}

.hct-cart-item__remove {
  background: transparent;
  border: none;
  color: var(--hct-text-muted);
  font-size: 17px;
  padding: 6px;
  margin-left: 8px;
  flex-shrink: 0;
}

.hct-cart-item__remove:hover {
  color: #c0392b;
}

/* --- resumo lateral --- */
.hct-summary {
  border: 1px solid var(--hct-border);
  border-radius: var(--hct-radius-md);
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.hct-summary__row-input {
  display: flex;
  gap: 8px;
}

.hct-summary__input {
  flex: 1;
  min-width: 0;
  border: 1px solid var(--hct-border);
  border-radius: var(--hct-radius-sm);
  padding: 10px 12px;
  font-size: 13.5px;
  color: var(--hct-text-primary);
  background: #fff;
}

.hct-summary__input::placeholder {
  color: var(--hct-text-muted);
}

.hct-summary__input:focus,
.hct-btn-outline:focus-visible,
.hct-qty__btn:focus-visible,
.hct-add-btn:focus-visible,
.hct-btn-primary:focus-visible {
  outline: 2px solid var(--hct-accent);
  outline-offset: 2px;
}

.hct-btn-outline {
  border: 1.5px solid var(--hct-accent);
  background: transparent;
  color: var(--hct-accent);
  font-size: 13.5px;
  font-weight: 600;
  padding: 10px 18px;
  border-radius: var(--hct-radius-sm);
  white-space: nowrap;
  transition:
    background 0.15s ease,
    color 0.15s ease;
}

.hct-btn-outline:hover {
  background: var(--hct-accent);
  color: #fff;
}

.hct-summary__divider {
  border: none;
  border-top: 1px solid var(--hct-border);
  margin: 4px 0;
}

.hct-summary__line {
  display: flex;
  justify-content: space-between;
  font-size: 13.5px;
  color: var(--hct-text-secondary);
}

.hct-summary__line--discount {
  color: var(--hct-discount);
}

.hct-summary__total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  margin-top: 4px;
}

.hct-btn-primary {
  width: 100%;
  background: var(--hct-accent);
  color: #fff;
  border: none;
  border-radius: var(--hct-radius-sm);
  padding: 15px;
  font-size: 14.5px;
  font-weight: 700;
  margin-top: 6px;
  transition: background 0.15s ease;
}

.hct-btn-primary:hover {
  background: var(--hct-accent-hover);
}

/* ============================================================
     Responsivo — Tablet
     ============================================================ */
@media (max-width: 900px) {
  .hct-scope {
    padding: 24px 20px;
  }

  .hct-upsell-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hct-cart-layout {
    grid-template-columns: 1fr;
  }
}

/* ============================================================
     Responsivo — Mobile
     ============================================================ */
@media (max-width: 600px) {
  .hct-scope {
    padding: 16px 12px;
  }

  .hct-panel {
    padding: 20px 16px 24px;
    border-radius: var(--hct-radius-md);
  }

  .hct-panel__title {
    font-size: 17px;
    margin-bottom: 16px;
  }

  .hct-upsell-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .hct-upsell-card {
    padding: 14px;
  }

  /* item do carrinho vira layout empilhado no mobile */
  .hct-cart-item {
    flex-wrap: wrap;
    padding: 16px;
    position: relative;
  }

  .hct-cart-item__image {
    width: 52px;
    height: 80px;
  }

  .hct-cart-item__info {
    min-width: 0;
    flex: 1;
  }

  .hct-cart-item__remove {
    position: absolute;
    top: 12px;
    right: 12px;
    margin-left: 0;
  }

  .hct-qty {
    order: 3;
    margin-top: 12px;
  }

  .hct-cart-item__pricing {
    order: 4;
    margin-top: 12px;
    margin-left: 0;
    text-align: left;
    align-items: flex-start;
    width: 100%;
  }

  .hct-summary__row-input {
    flex-direction: column;
  }

  .hct-btn-outline {
    width: 100%;
  }
}

/* ATLETIC GRID SECTION*/

.tnaw-root {
  --tnaw-bg-page: #f4f4f4;
  --tnaw-bg-dark: #1c1c1c;
  --tnaw-text-dark: #1c1c1c;
  --tnaw-text-light: #ffffff;
  --tnaw-text-muted: #6b6b6b;
  --tnaw-card-bg: #ffffff;
  --tnaw-accent: #e07a1f;

  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial,
    sans-serif;
  background: var(--tnaw-bg-page);
  color: var(--tnaw-text-dark);
}

.tnaw-root,
.tnaw-root *,
.tnaw-root *::before,
.tnaw-root *::after {
  box-sizing: border-box;
}

.tnaw-root *:where(h1, p, div, a, ul, li) {
  margin: 0;
  padding: 0;
}

.tnaw-root a.tnaw-card__link {
  text-decoration: none;
}

/* ===== BANNER ===== */
.tnaw-banner {
  position: relative;
  background-color: var(--tnaw-bg-dark);
  overflow: hidden;
  min-height: 200px;
}

.tnaw-banner__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  opacity: 0.55;
  display: block;
}

.tnaw-banner__gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.92) 0%,
    rgba(0, 0, 0, 0.75) 30%,
    rgba(0, 0, 0, 0.15) 60%,
    rgba(0, 0, 0, 0) 100%
  );
}

.tnaw-banner__content {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  padding: 48px 32px;
  max-width: 420px;
}

.tnaw-banner__title {
  font-size: 40px;
  line-height: 1.15;
  font-weight: 700;
  color: var(--tnaw-text-light);
  margin-bottom: 20px;
}

.tnaw-banner__text {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
  max-width: 320px;
}

/* ===== GRID SECTION ===== */
.tnaw-athletes-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 32px 64px;
}

.tnaw-athletes-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.tnaw-card {
  background: var(--tnaw-card-bg);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.tnaw-card__image-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #ddd;
}

.tnaw-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.tnaw-card:hover .tnaw-card__image {
  transform: scale(1.04);
}

.tnaw-card__body {
  padding: 16px 4px 4px;
}

.tnaw-card__brand {
  font-size: 12px;
  color: var(--tnaw-text-muted);
  margin-bottom: 4px;
}

.tnaw-card__name {
  font-size: 17px;
  font-weight: 700;
  color: var(--tnaw-text-dark);
  margin-bottom: 6px;
}

.tnaw-card__link {
  font-size: 13px;
  color: var(--tnaw-text-muted);
}

.tnaw-card__link:hover {
  text-decoration: underline;
  color: var(--tnaw-accent);
}

/* ===== MOBILE ===== */
@media (max-width: 640px) {
  .tnaw-banner__content {
    padding: 32px 20px;
    max-width: 100%;
  }

  .tnaw-banner__title {
    font-size: 28px;
  }

  .tnaw-banner__text {
    font-size: 13px;
    max-width: 100%;
  }

  .tnaw-athletes-section {
    padding: 28px 16px 40px;
  }

  .tnaw-athletes-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .tnaw-card__body {
    padding: 12px 2px 2px;
  }

  .tnaw-card__name {
    font-size: 15px;
  }

  .tnaw-card__brand,
  .tnaw-card__link {
    font-size: 11px;
  }
}
/* GENERAL SETTINGS*/
.see-all {
  font-size: 14px !important;
  color: var(--dark-gray) !important;
}

.divisor {
  width: 1px;
  height: 60px;
  background-color: #d9d9d9;
  margin: 25px 20px;
}

.features-strip.desktop .col-6 {
  display: flex;
}

.modal-body {
  display: block !important;
}

.button,
.btn-primary {
  background: #c57d3a !important;
}

.checkout-checkout .main-content .container {
  background: #fff;
}
/*filters*/
.mfilter-content > ul > li {
  background: #fff;
  padding: 5px !important;
  border-radius: 7px !important;
  margin-bottom: 10px !important;
}

.mfilter-light-theme .mfilter-tb-as-td {
  border-top: 0px solid #dcdcdc !important;
}

.mfilter-light-theme .mfilter-heading-content {
  border-bottom: 0px solid #c1c6c6 !important;
}

.mfilter-light-theme .mfilter-heading-text > span {
  text-transform: capitalize !important;
}

.col-sm-3 .product-card {
  margin-bottom: 10px !important;
  width: 100%;
}

.col-sm-3 .product-card .left {
  width: 100% !important;
}

.col-sm-3 .product-card .left .image {
  border: 0px !important;
}
