/* ================================================================
   AUTHLETICWEAR V2 — GLOBAL REDESIGN OVERRIDES
   Header, Footer, and site-wide premium styling
   Loaded conditionally per site (start: site ID 3)
   ================================================================ */

/*GLOBAL OVERRIDES */
li.loyalty-program-menu a:before {
   display: none;
}

.cart-header-wrapper .inner {
   background: none !important;
   padding: 15.5px;
   border-radius: 50%;
}

.sub-header-info div {
   display: flex;
   align-items: center;
   font-size: 12px !important;
   font-weight: 400 !important;
   gap: 10px;
}

.sub-header-info {
   display: flex;
   justify-content: space-between !important;
   padding-left: 10% !important;
   padding-right: 10% !important;
   margin-left: auto;
   margin-right: auto;
   text-transform: uppercase;
   background: rgb(239, 239, 239) !important;
}

/* ══════════════════════════════════════════
   TOP BAR — Slimmer, refined
   ══════════════════════════════════════════ */

/* ══════════════════════════════════════════
   HEADER — Clean, dark, editorial
   ══════════════════════════════════════════ */
body.v2-active .header-general-wrapper {
   box-shadow: none;
}



body.v2-active .fkcart-shortcode-container .fkcart-shortcode-count {
   background: #fff;
   color: #000;
}

/* Sticky header */


/* Sub-header info bar */
body.v2-active .sub-header-info {
   background: #fafafa;
   border-bottom: 1px solid #e8e8e8;
   padding: 5px 25px;
}

.bundle-offer-menu {
   background: #ffc3e0;
}

.bundle-offer-menu.three {
   background: #f092bf;
}

/* ══════════════════════════════════════════
   HEADER — MOBILE
   ══════════════════════════════════════════ */
@media (max-width: 991px) {
   body.v2-active .header-general {
      padding: 14px 20px;
      max-height: 56px;
      height: 56px;
   }

   body.v2-active .logo-general {
      max-width: 115px;
   }


}



/* ══════════════════════════════════════════
   FOOTER — Dark, minimal, premium
   ══════════════════════════════════════════ */
body.v2-active .footer-general {
   background: #0a0a0a;
   padding-top: 64px;
   padding-bottom: 32px;
}

body.v2-active .footer-general p,
body.v2-active .footer-general li a,
body.v2-active .footer-general p.footer-title:not(.community) {
   color: rgba(255, 255, 255, 0.65);
}

body.v2-active .footer-general p.footer-title:not(.community) {
   color: #fff;
   font-size: 11px;
   letter-spacing: 0.20em;
   font-weight: 700;
   margin-bottom: 20px;
}

body.v2-active .footer-general li a {
   font-size: 13px;
   letter-spacing: 0.04em;
   font-weight: 400;
   transition: color 0.2s;
}

body.v2-active .footer-general li a:hover {
   color: #fff;
   opacity: 1;
}

/* Footer logo — invert */
body.v2-active .footer-general .logo-general,
body.v2-active .footer-general .menu-item-wrapper.logo-wrapper img {
   filter: invert(1) brightness(2);
}

/* Footer community section */
body.v2-active .footer-general .row-community {
   border-color: rgba(255, 255, 255, 0.08);
}

body.v2-active .footer-general .community-wrapper a {
   background: rgba(255, 255, 255, 0.06);
   border: 1px solid rgba(255, 255, 255, 0.08);
}

body.v2-active .footer-general .community-wrapper a:hover {
   background: rgba(255, 255, 255, 0.12);
}

body.v2-active .footer-general .community-wrapper a svg path {
   fill: #fff;
}

/* Footer newsletter wrapper */
body.v2-active .footer-general .newsletter-wrapper p.newsletter-title {
   color: #fff;
}

/* Footer copyright */
body.v2-active .footer-general .row-copyright {
   border-top: 1px solid rgba(255, 255, 255, 0.06);
   padding-top: 28px;
   margin-top: 28px;
}

body.v2-active .footer-general .all-rights p {
   color: rgba(255, 255, 255, 0.30);
   font-size: 11px;
}

/* Footer credit cards */
body.v2-active .footer-general .credit-cards-footer ul li {
   box-shadow: none;
}

body.v2-active .footer-general .credit-cards-footer ul li svg {
   filter: brightness(0) invert(1) opacity(0.5);
}

/* Footer form inputs */
body.v2-active .footer-general #sib-form .sib-form-block__button {
   background: #fff !important;
   color: #000 !important;
   border-radius: 0 !important;
   font-weight: 700 !important;
   letter-spacing: 0.12em;
}

body.v2-active .footer-general #sib-form .sib-form-block__button:hover {
   background: rgba(255, 255, 255, 0.85) !important;
}

body.v2-active .footer-general .sib-form .entry__field {
   border-radius: 0;
   box-shadow: none;
}

body.v2-active .footer-general #sib-form .input:first-child {
   border-radius: 0;
   background: rgba(255, 255, 255, 0.06);
   border: 1px solid rgba(255, 255, 255, 0.15);
   color: #fff;
}

/* Footer icons */
body.v2-active .footer-icons svg path {
   fill: rgba(255, 255, 255, 0.5);
}

/* Footer support */
body.v2-active .footer-general p.footer-title.support {
   color: rgba(255, 255, 255, 0.65);
}

body.v2-active .footer-general p.footer-title.support span {
   color: #fff;
}

/* Footer dropdowns */
body.v2-active .footer-general .dropbtn {
   background: transparent;
   color: rgba(255, 255, 255, 0.6);
   border-color: rgba(255, 255, 255, 0.15);
}

body.v2-active .footer-general .dropdown-content {
   background: #1a1a1a;
}

body.v2-active .footer-general .dropdown-content a {
   color: rgba(255, 255, 255, 0.7);
}

body.v2-active .footer-general .dropdown-content a:hover {
   background: rgba(255, 255, 255, 0.06);
}

/* ══════════════════════════════════════════
   NEWSLETTER SECTION — Dark treatment
   ══════════════════════════════════════════ */
body.v2-active .section-newsletter {
   background: rgb(222 76 123) !important;
   padding: 64px 0;
}

body.v2-active .section-newsletter h2 {
   color: #fff;
}

body.v2-active .section-newsletter p.text {
   color: #FFF;
   font-size: 16px;
}

body.v2-active .section-newsletter h2 {
   font-size: 36px;
   font-weight: 600;
   margin-bottom: 5px;
}

body.v2-active .section-newsletter .row-intro {
   margin-bottom: 20px;
}

body.v2-active .section-newsletter .cf-7-newsletter .wpcf7 input[type="email"] {
   background: rgba(255, 255, 255, 0.06);
   border: 1px solid rgba(255, 255, 255, 0.15);
   color: #fff;
   box-shadow: none;
   border-radius: 10px;
}

body.v2-active .section-newsletter .cf-7-newsletter .wpcf7 input[type="submit"] {
   background: #fff !important;
   color: #000 !important;
   border-color: #fff;
   border-radius: 0 !important;
   box-shadow: none;
}

body.v2-active .section-newsletter .cf-7-newsletter .wpcf7 input[type="submit"]:hover {
   background: transparent !important;
   color: #fff !important;
}

/* ══════════════════════════════════════════
   CUSTOMER REVIEWS — Cleaner on white
   ══════════════════════════════════════════ */
body.v2-active .section-reviews {
   background: #fafafa;
}

body.v2-active .swiper-reviews-general .review {
   background: #fff;
   border: 1px solid #e8e8e8;
   border-radius: 0;
}

/* ══════════════════════════════════════════
   PRODUCT CARDS — Refined
   ══════════════════════════════════════════ */
body.v2-active .col-product-archive .product-title-archive {
   font-size: 12px;
   font-weight: 600;
   letter-spacing: 0.08em;
   margin-bottom: 4px;
}

body.v2-active .col-product-archive .price-wrapper {
   font-size: 14px;
}

body.v2-active .col-product-archive .price-wrapper ins {
   font-size: 14px;
}

body.v2-active .col-product-archive .price-wrapper del {
   font-size: 14px;
}

body.v2-active .col-product-archive .image-cover {
   border-radius: 0;
}

body.v2-active .col-product-archive .top-terms-wrapper .badge {
   border-radius: 0;
   font-size: 10px;
   font-weight: 700;
   letter-spacing: 0.06em;
}

/* ══════════════════════════════════════════
   MARQUEE — Thinner, refined
   ══════════════════════════════════════════ */
body.v2-active .marquee {
   background: #000;
   color: #fff;
   height: 38px;
   border: none;
   font-size: 11px;
   letter-spacing: 0.12em;
}

/* ══════════════════════════════════════════
   SIDE CART — Subtle refinements
   ══════════════════════════════════════════ */
body.v2-active #fkcart-modal .fkcart-checkout-wrap #fkcart-checkout-button {
   border-radius: 0;
}

body.v2-active #fkcart-modal .fkcart-primary-button {
   border-radius: 0;
}

/* ══════════════════════════════════════════
   MOBILE MENU — Dark
   ══════════════════════════════════════════ */
body.v2-active #mobile-header {
   background: #000;
   color: #fff;
}

body.v2-active #mobile-header li a {
   color: #fff;
}

body.v2-active #mobile-header .inner .bottom {
   background: rgba(255, 255, 255, 0.04);
}

body.v2-active #mobile-header .booster-icons .icon-wrapper {
   color: rgba(255, 255, 255, 0.6);
}

body.v2-active #mobile-header .booster-icons svg path {
   fill: rgba(255, 255, 255, 0.5);
}

body.v2-active #mobile-header .menu li.home-item {
   border-color: rgba(255, 255, 255, 0.1);
}

body.v2-active #mobile-header .menu li.collections-item {
   border-color: rgba(255, 255, 255, 0.1);
}

body.v2-active #mobile-header li a:after,
body.v2-active #mobile-header li a:before {
   background-color: #fff;
}

body.v2-active #mobile-header .close-menu svg path {
   stroke: #fff;
}

body.v2-active #mobile-header .header-social-icons a {
   background: rgba(255, 255, 255, 0.06);
}

body.v2-active #mobile-header .header-social-icons a svg path {
   fill: #fff;
}

body.v2-active #mobile-header .menu li.menu-item-has-children a[href="#"]::after {
   filter: invert(1);
}

body.v2-active #mobile-header a.btn-primary {
   background: #fff;
   color: #000;
   border-color: #fff;
}

body.v2-active #mobile-header .credit-cards-header svg {
   filter: brightness(0) invert(1) opacity(0.4);
}

body.v2-active #mobile-header .dropdown .dropbtn {
   background: transparent;
   color: rgba(255, 255, 255, 0.6);
   border-color: rgba(255, 255, 255, 0.15);
}

p.most-comfortable {
   font-size: 18px;
   color: white;
   font-weight: bold;
   margin-bottom: 10px !important;
}

/* ══════════════════════════════════════════
   PAGE NOTIFICATION — Dark
   ══════════════════════════════════════════ */
body.v2-active #page-notification {
   background: #111;
   border-radius: 0;
   color: #fff;
}

body.v2-active #page-notification p {
   color: #fff;
}

body.v2-active #page-notification a.btn-primary.cta {
   background: #fff;
   color: #000;
   border-color: #fff;
   border-radius: 0;
}

/* ================================================================
   AUTHLETICWEAR V2 — SHOP PAGE ADDITIONS
   Append this entire block to the bottom of style/redesign-v2.css
   ================================================================ */

/* ── Spring palette tokens (scoped to shop hero) ── */
.v2-shop-hero {
   --sp-pink: #ff6eb4;
   --sp-pink-light: #ffadd6;
   --sp-coral: #ff8c69;
   --sp-peach: #ffd6b8;
   --sp-green: #7ecf8e;
   --sp-white: #ffffff;
}


/* ══════════════════════════════════════════
   V2 SHOP HERO — Structure
   ══════════════════════════════════════════ */

.v2-shop-hero {
   position: relative;
   width: 100%;
   height: 86vh;
   min-height: 540px;
   max-height: 900px;
   overflow: hidden;
   background: #0d0d0d;
   /* fallback when no ACF image */
}

.v2-shop-hero__media {
   position: absolute;
   inset: 0;
   z-index: 1;
}

.v2-shop-hero__media img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   object-position: 50% 20%;
   display: block;
}

/*
 * Gradient: very strong at the bottom so ALL text is legible
 * over any lifestyle photo, lighter towards the top so the
 * image still breathes.
 */
.v2-shop-hero__overlay {
   position: absolute;
   inset: 0;
   z-index: 2;
   background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.2) 38%, rgba(0, 0, 0, 0.1) 68%, rgba(0, 0, 0, 0.0) 100%);
   display: flex;
   align-items: flex-end;
   justify-content: center;
   padding: 0 20px 40px;
}

.v2-shop-hero__content {
   text-align: center;
   max-width: 820px;
   width: 100%;
}


/* ══════════════════════════════════════════
   KICKER PILL — spring pink glow
   ══════════════════════════════════════════ */

.v2-shop-hero__kicker {
   display: inline-block;
   font-family: 'Work Sans', sans-serif;
   font-size: 13px;
   font-weight: 800;
   letter-spacing: 0.20em;
   text-transform: uppercase;
   color: #fff;
   background: rgb(255 110 180 / 85%);
   border: 1.5px solid rgb(255 110 180);
   border-radius: 100px;
   padding: 7px 22px;
   margin-bottom: 20px;

   /* Glow that makes it pop off the image */
   box-shadow:
      0 0 18px rgba(255, 110, 180, 0.30),
      inset 0 0 12px rgba(255, 110, 180, 0.10);

   backdrop-filter: blur(8px);
   -webkit-backdrop-filter: blur(8px);

   /* Soft breathing glow animation */
   animation: springKickerGlow 3s ease-in-out infinite;
}

@keyframes springKickerGlow {

   0%,
   100% {
      box-shadow:
         0 0 18px rgba(255, 110, 180, 0.30),
         inset 0 0 12px rgba(255, 110, 180, 0.10);
   }

   50% {
      box-shadow:
         0 0 32px rgba(255, 110, 180, 0.50),
         inset 0 0 18px rgba(255, 110, 180, 0.16);
   }
}


/* ══════════════════════════════════════════
   HEADLINE — editorial uppercase
   ══════════════════════════════════════════ */

.v2-shop-hero__title {
   font-family: 'Work Sans', sans-serif;
   font-size: clamp(1.8rem, 4vw, 2.8rem);
   font-weight: 800;
   line-height: 1.1;
   color: rgba(255, 255, 255, 0.90);
   letter-spacing: 0.04em;
   text-transform: uppercase;
   margin: 0 0 4px;
}


/* ── DISCOUNT LINE — the focal point ── */

.v2-shop-hero__title-discount {
   display: block;
   font-family: 'Work Sans', sans-serif;
   font-size: clamp(4rem, 11vw, 8rem);
   font-weight: 900;
   letter-spacing: -0.03em;
   line-height: 0.95;
   text-transform: uppercase;
   margin-top: 6px;
   margin-bottom: 13px;

   /* White base so it always contrasts the dark overlay */
   color: #fff;
}

/* "Up to" prefix — smaller, muted white */
.v2-shop-hero__title-discount {
   font-size: clamp(3.5rem, 10vw, 6rem);
}

/*
 * The <em> wraps "70% Off" — spring coral/pink gradient
 * that instantly reads as "sale" without being cheap.
 */
.v2-shop-hero__title-discount em {
   font-style: normal;
   display: inline;

   /* Spring gradient: hot pink → coral peach */
   background: linear-gradient(100deg,
         var(--sp-pink) 0%,
         var(--sp-coral) 55%,
         var(--sp-peach) 100%);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   background-clip: text;

   /* Glow that lifts the text off the image */
   filter: drop-shadow(0 0 28px rgba(255, 110, 180, 0.50)) drop-shadow(0 4px 0px rgba(0, 0, 0, 0.60));

   /* Subtle shimmer sweep */
   background-size: 200% 100%;
   animation: springDiscountShimmer 4s ease-in-out infinite;
}

@keyframes springDiscountShimmer {
   0% {
      background-position: 0% 50%;
   }

   50% {
      background-position: 100% 50%;
   }

   100% {
      background-position: 0% 50%;
   }
}


/* ══════════════════════════════════════════
   STARS ROW
   ══════════════════════════════════════════ */

.v2-shop-hero__stars {
   display: flex;
   align-items: center;
   gap: 10px;
   justify-content: center;
   margin-bottom: 0;
}

.v2-shop-hero__stars-label {
   font-size: 12px;
   color: rgba(255, 255, 255, 0.9);
   font-weight: 600;
   letter-spacing: 0.06em;
}


/* ══════════════════════════════════════════
   TRUST STRIP — inherits homepage styles
   shop variant needs no extra overrides
   ══════════════════════════════════════════ */

.v2-trust-strip--shop {
   /* Same dark background as homepage strip — no changes needed */
}


/* ══════════════════════════════════════════
   RESPONSIVE
   ══════════════════════════════════════════ */

@media (max-width: 991px) {
   .v2-shop-hero {
      height: 80vh;
      min-height: 480px;
   }

   .v2-shop-hero__overlay {
      padding-bottom: 56px;
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 10%, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0) 100%);
   }

   .v2-shop-hero__title {
      font-size: clamp(1.5rem, 4.5vw, 2.2rem);
   }

   p.most-comfortable {
      font-size: 13px;
      color: white;
      font-weight: bold;
   }

   .v2-shop-hero__stars-label {
      font-size: 10px;
      color: rgba(255, 255, 255, 0.8);
      font-weight: 600;
      letter-spacing: 0.06em;
   }

   body.v2-active .section-newsletter {
      padding: 40px 0 !important;
   }

   body.v2-active .section-newsletter p.text {
      font-size: 14px;
      margin-top: 13px;
   }
}

@media (max-width: 575px) {
   .v2-shop-hero {
      height: 50vh;
      max-height: 640px;
   }

   body.v2-active .section-newsletter h2 {
      font-size: 32px;
   }

   .v2-shop-hero__media img {
      object-position: 63% 12%;
   }

   /* Heavier gradient on mobile */
   .v2-shop-hero__overlay {
      padding-bottom: 10px;
   }

   .v2-shop-hero__kicker {
      font-size: 13px;
      letter-spacing: 0.14em;
      padding: 5px 16px;
      margin-bottom: 0px;
   }

   .v2-shop-hero__title {
      font-size: 1.35rem;
      letter-spacing: 0.06em;
   }

   .v2-shop-hero__title-discount {
      font-size: clamp(3rem, 18vw, 5rem);
      margin-bottom: 10px;
   }

   /* Keep glow readable on small OLED screens */
   .v2-shop-hero__title-discount em {
      filter: drop-shadow(0 0 20px rgba(255, 110, 180, 0.60)) drop-shadow(0 3px 0 rgba(0, 0, 0, 0.70));
   }

   .v2-shop-hero__stars {
      gap: 7px;
      flex-direction: column;
   }
}


/* ══════════════════════════════════════════
   V2 SHOP — product section spacing
   ══════════════════════════════════════════ */

body.v2-active .archive .shop {
   margin-top: 0;
   padding-top: 52px;
   padding-bottom: 60px;
}


/* ══════════════════════════════════════════
   V2 PRODUCT CARDS — Editorial refinements
   ══════════════════════════════════════════ */

body.v2-active .col-product-archive .image-cover {
   border-radius: 0;
}

body.v2-active .col-product-archive .product-title-archive {
   font-size: 11px;
   font-weight: 600;
   letter-spacing: 0.10em;
   margin-bottom: 4px;
}

body.v2-active .col-product-archive .price-wrapper {
   font-size: 14px;
   margin-top: 6px;
}

body.v2-active .col-product-archive .price-wrapper ins,
body.v2-active .col-product-archive .price-wrapper del {
   font-size: 14px;
}

body.v2-active .col-product-archive .top-terms-wrapper .badge {
   border-radius: 0;
   font-size: 9px;
   font-weight: 700;
   letter-spacing: 0.06em;
}

body.v2-active .col-product-archive .discount-coupon-text {
   font-size: 11px;
}

body.v2-active .col-product-archive .discount-coupon-text.coupon-type {
   padding: 6px 9px;
   background: rgb(244, 239, 230);
   border-width: 1px;
   border-style: solid;
   border-color: rgb(207, 197, 176);
   border-image: initial;
   border-radius: 0px;
   margin-top: 5px;
}

body.v2-active .discount-coupon-text strong {
   color: #d43250;
}

/* ══════════════════════════════════════════
   V2 COMPARE SECTION — Cleaner on V2 sites
   ══════════════════════════════════════════ */

body.v2-active .dt-compare__wrap {
   background: #fafafa;
   border-bottom: 1px solid #e8e8e8;
   border-top: 1px solid #e8e8e8;
   margin-bottom: 0;
}

body.v2-active .dt-compare__media {
   border-radius: 0;
}

body.v2-active .dt-compare__check,
body.v2-active .dt-compare__tag-dot--good {
   background: #111;
}

body.v2-active .dt-compare__vs {
   border-radius: 0;
}


/* ══════════════════════════════════════════
   V2 GIFT STRIP — Square corners
   ══════════════════════════════════════════ */

body.v2-active .gift-offer-dual-wrapper {
   border-radius: 0;
}

body.v2-active .gift-offer-ribbon {
   border-radius: 0 0 4px 4px;
}


/* ══════════════════════════════════════════
   V2 MYSTERY MODAL — Premium dark treatment
   ══════════════════════════════════════════ */

body.v2-active .mystery-modal .mystery-overlay {
   background: rgba(0, 0, 0, 0.85);
}

body.v2-active .mystery-modal .mystery-container {
   border-radius: 0;
   box-shadow:
      0 40px 100px rgba(0, 0, 0, 0.55),
      0 0 0 1px rgba(255, 255, 255, 0.06);
}

body.v2-active .mystery-modal .mystery-close {
   border-radius: 0;
}

body.v2-active .mystery-tiers-wrap,
body.v2-active .mystery-tier,
body.v2-active .mystery-tier__icon,
body.v2-active .mystery-scratch-wrap,
body.v2-active #mystery-canvas {
   border-radius: 0;
}

body.v2-active .mystery-claim-btn {
   border-radius: 0;
   letter-spacing: 0.14em;
}



/* ── TRUST STRIP ── */
.v2-trust-strip {
   background: #000;
   padding: 0;
   border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.v2-trust-strip__inner {
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 0;
   max-width: 1200px;
   margin: 0 auto;
   flex-wrap: wrap;
}

.v2-trust-strip__item {
   display: flex;
   align-items: center;
   gap: 10px;
   padding: 18px 28px;
   color: rgba(255, 255, 255, 0.85);
   font-size: 12px;
   font-weight: 600;
   letter-spacing: 0.08em;
   text-transform: uppercase;
   white-space: nowrap;
}

.v2-trust-strip__item svg {
   opacity: 0.6;
   flex-shrink: 0;
}

@media (max-width: 991px) {
   .v2-trust-strip__item {
      font-size: 10px;
      gap: 6px;
      padding: 6px 18px;
   }

   .v2-trust-strip__inner {
      padding-bottom: 7px;
   }
}

.v2-trust-strip__divider {
   width: 1px;
   height: 18px;
   background: rgba(255, 255, 255, 0.12);
}

/* ── SECTION HEADERS ── */
.v2-section-header {
   display: flex;
   align-items: flex-end;
   justify-content: space-between;
   gap: 20px;
   margin-bottom: 48px;
}

.v2-section-header--center {
   justify-content: center;
   text-align: center;
}

.v2-section-header--center .v2-section-header__text {
   text-align: center;
}

.v2-section-header__kicker {
   display: block;
   font-size: 11px;
   font-weight: 700;
   letter-spacing: 0.22em;
   text-transform: uppercase;
   color: #999;
   margin-bottom: 8px;
}

.v2-section-header__title {
   font-family: 'Work Sans', sans-serif;
   font-size: clamp(1.8rem, 3vw, 2.6rem);
   font-weight: 800;
   letter-spacing: -0.01em;
   text-transform: uppercase;
   color: #000;
   margin: 0;
   line-height: 1.1;
}

/* ================================================================
   AUTHLETICWEAR V2 — GLOBAL REFINEMENTS (ROUND 3, REVISED)
   Append this entire block to the bottom of style/redesign-v2.css.
   
   NOTE: Top bar is intentionally NOT overridden here — the original
   dark black treatment from redesign-v2.css stays in place.
   ================================================================ */


/* ══════════════════════════════════════════
   FOOTER — Light, Stronger-style treatment
   Overrides the dark (#0a0a0a) footer block.
   ══════════════════════════════════════════ */

body.v2-active .footer-general {
   background: #f4f4f2;
   padding-top: 64px;
   padding-bottom: 28px;
   border-top: 1px solid #e8e8e5;
}

/* All footer text becomes dark-on-light */
body.v2-active .footer-general p,
body.v2-active .footer-general li a,
body.v2-active .footer-general p.footer-title:not(.community) {
   color: #444;
}

body.v2-active .footer-general p.footer-title:not(.community) {
   color: #0a0a0a;
   font-size: 11px;
   letter-spacing: 0.20em;
   font-weight: 700;
   margin-bottom: 20px;
}

body.v2-active .footer-general li a {
   color: #555;
   font-size: 13px;
   letter-spacing: 0.04em;
   font-weight: 400;
   transition: color 0.2s;
}

body.v2-active .footer-general li a:hover {
   color: #0a0a0a;
   opacity: 1;
}

/* Footer logo — undo the invert from the dark version */
body.v2-active .footer-general .logo-general,
body.v2-active .footer-general .menu-item-wrapper.logo-wrapper img {
   filter: none;
}

/* Community / social icons row */
body.v2-active .footer-general .row-community {
   border-color: rgba(0, 0, 0, 0.08);
}

body.v2-active .footer-general .community-wrapper a {
   background: #fff;
   border: 1px solid #e0e0dc;
}

body.v2-active .footer-general .community-wrapper a:hover {
   background: #0a0a0a;
}

body.v2-active .footer-general .community-wrapper a svg path {
   fill: #0a0a0a;
   transition: fill 0.2s;
}

body.v2-active .footer-general .community-wrapper a:hover svg path {
   fill: #fff;
}

/* Newsletter block inside footer */
body.v2-active .footer-general .newsletter-wrapper p.newsletter-title {
   color: #0a0a0a;
}

/* Copyright row */
body.v2-active .footer-general .row-copyright {
   border-top: 1px solid rgba(0, 0, 0, 0.08);
   padding-top: 28px;
   margin-top: 28px;
}

body.v2-active .footer-general .all-rights p {
   color: #888;
   font-size: 11px;
}

/* Credit card icons — restore original colors */
body.v2-active .footer-general .credit-cards-footer ul li {
   box-shadow: none;
   background: #fff;
}

body.v2-active .footer-general .credit-cards-footer ul li svg {
   filter: none;
   opacity: 0.85;
}

/* Newsletter form */
body.v2-active .footer-general #sib-form .sib-form-block__button {
   background: #0a0a0a !important;
   color: #fff !important;
   border-radius: 0 !important;
   font-weight: 700 !important;
   letter-spacing: 0.12em;
}

body.v2-active .footer-general #sib-form .sib-form-block__button:hover {
   background: #333 !important;
}

body.v2-active .footer-general #sib-form .input:first-child {
   border-radius: 0;
   background: #fff;
   border: 1px solid #ddd;
   color: #0a0a0a;
}

/* Social icons */
body.v2-active .footer-icons svg path {
   fill: #0a0a0a;
}

/* Support block */
body.v2-active .footer-general p.footer-title.support {
   color: #555;
}

body.v2-active .footer-general p.footer-title.support span {
   color: #0a0a0a;
}

/* Dropdown styling */
body.v2-active .footer-general .dropbtn {
   background: #fff;
   color: #0a0a0a;
   border-color: #e0e0dc;
}

body.v2-active .footer-general .dropdown-content {
   background: #fff;
   border: 1px solid #e0e0dc;
}

body.v2-active .footer-general .dropdown-content a {
   color: #0a0a0a;
}

body.v2-active .footer-general .dropdown-content a:hover {
   background: #f4f4f2;
}


/* ══════════════════════════════════════════
   NEWSLETTER SECTION (above footer)
   Light, warm neutral to match the new footer tone
   ══════════════════════════════════════════ */

body.v2-active .section-newsletter {
   background: rgbrgb(222 76 123) !important;
   padding: 60px 0;
   border-top: 4px solid #eceae5;
}

body.v2-active .section-newsletter h2,
body.v2-active .section-newsletter h2.general-title {
   color: #FFF;
}

body.v2-active .section-newsletter p.text,
body.v2-active .section-newsletter p {
   color: #FFF;
}

body.v2-active .section-newsletter .cf-7-newsletter .wpcf7 input[type="email"] {
   background: #fff;
   border: 1px solid #ddd;
   color: #0a0a0a;
   box-shadow: none;
}

body.v2-active .section-newsletter .cf-7-newsletter .wpcf7 input[type="submit"] {
   background: #0a0a0a !important;
   color: #fff !important;
   border-color: #0a0a0a;
   border-radius: 0 !important;
   box-shadow: none;
}

body.v2-active .section-newsletter .cf-7-newsletter .wpcf7 input[type="submit"]:hover {
   background: transparent !important;
   color: #0a0a0a !important;
}

/* ══════════════════════════════════════════════════════════════════
   AUTHLETICWEAR V2 — SHOP PAGE PREMIUM ADDITIONS
   
   Loaded by inc/redesign-v2.php after redesign-v2.css.
   Everything is scoped to `body.v2-active` or `.v2-*` so non-V2 sites
   are untouched. Mobile header and top bar are intentionally left alone.
   ══════════════════════════════════════════════════════════════════ */


/* ══════════════════════════════════════════
   HEADER — Light, editorial (Stronger / NVGTN)
   Overrides the dark header rules from redesign-v2.css.
   Desktop/tablet only (≥ 992 px); mobile header untouched.
   ══════════════════════════════════════════ */

@media (min-width: 992px) {

   body.v2-active .header-general {
      background: #ffffff;
      border-bottom: 1px solid #ececea;
   }

   body.v2-active .header-general ul a {
      color: #0a0a0a;
      font-size: 12px;
      letter-spacing: 0.18em;
      font-weight: 600;
      padding: 24px 0;
   }

   body.v2-active .header-general ul a:after,
   body.v2-active .header-general ul a:before {
      background-color: #0a0a0a;
   }

   /* Logo — undo the invert from the dark version */
   body.v2-active .logo-general {
      filter: none;
      max-width: 160px;
   }

   /* Search, wishlist, cart — dark icons on light bg */
   body.v2-active .dgwt-wcas-search-wrapp path,
   body.v2-active .dgwt-wcas-search-wrapp g {
      stroke: #0a0a0a;
   }

   body.v2-active .wihlist-wrapper .yith-wcwl-items-count .yith-wcwl-icon {
      color: #0a0a0a;
   }

   body.v2-active .header-general-wrapper .fkcart-shortcode-icon-wrap::after {
      background-image: url(/wp-content/themes/authletic-redesign/assets/cart-icon-black.svg);
   }

   body.v2-active .fkcart-shortcode-container .fkcart-shortcode-count {
      background: #0a0a0a;
      color: #fff;
   }

}


/* ══════════════════════════════════════════
   V2 PRODUCT CARD — Premium editorial
   ══════════════════════════════════════════ */

/* Tighter, premium grid gutters — scoped to the V2 shop wrapper */
body.v2-active .v2-shop .products.columns-4 {
   gap: 42px 18px;
}

@media (max-width: 991px) {
   body.v2-active .v2-shop .products.columns-4 {
      gap: 28px 10px;
   }
}

/* Kill any residual shop banners inside V2 shop */
body.v2-active .v2-shop .shop-banner,
body.v2-active .v2-shop .shop-banner-item {
   display: none !important;
}

/* ── The card ── */
.v2-product-card {
   position: relative;
   padding: 0;
}

.v2-product-card__link {
   display: block;
   text-decoration: none !important;
   color: #0a0a0a;
}

/* Image */
.v2-product-card__image-wrap {
   position: relative;
   width: 100%;
   aspect-ratio: 3 / 4;
   background: #f3f1ee;
   margin-bottom: 14px;
}

.v2-product-card__image-inner {
   position: absolute;
   inset: 0;
}

.v2-product-card__image {
   position: absolute;
   inset: 0;
   width: 100%;
   height: 100%;
   object-fit: cover;
   display: block;
   transition: opacity 0.4s ease, transform 0.6s ease;
}

.v2-product-card__image--hover {
   opacity: 0;
}

@media (hover: hover) {
   .v2-product-card:hover .v2-product-card__image--main {
      opacity: 0;
   }

   .v2-product-card:hover .v2-product-card__image--hover {
      opacity: 1;
   }
}

/* Top-left badge stack */
.v2-product-card__badges {
   position: absolute;
   top: 12px;
   left: 0;
   display: flex;
   gap: 5px;
   flex-wrap: wrap;
   z-index: 3;
}

.v2-product-card__badge {
   display: inline-flex;
   align-items: center;
   font-family: 'Work Sans', sans-serif;
   font-size: 10px;
   font-weight: 700;
   letter-spacing: 0.12em;
   text-transform: uppercase;
   padding: 5px 10px;
   background: #ffffff;
   color: #0a0a0a;
   border: 1px solid rgba(0, 0, 0, 0.08);
   line-height: 1;
}

.v2-product-card__badge--sale {
   background: #0a0a0a;
   color: #fff;
   border-color: #0a0a0a;
}

.v2-product-card__badge--limited {
   background: linear-gradient(100deg, #ff5f7e 0%, #b233ff 100%);
   color: #fff;
   border-color: transparent;
}

.v2-product-card__badge--out {
   background: #0a0a0a;
   color: #fff;
   border-color: #0a0a0a;
}

/* Top-right corner badge (bestseller / new) */
.v2-product-card__corner-badge {
   position: absolute;
   top: 12px;
   right: 12px;
   z-index: 3;
   display: inline-flex;
   align-items: center;
   font-family: 'Work Sans', sans-serif;
   font-size: 10px;
   font-weight: 700;
   letter-spacing: 0.12em;
   text-transform: uppercase;
   padding: 5px 10px;
   line-height: 1;
   border: 1px solid transparent;
}

.v2-product-card__corner-badge--bestseller {
   background: #fcfaf3;
   color: #7a5a0f;
   border-color: #eadba0;
}

.v2-product-card__corner-badge--new {
   background: #d43250;
   color: white;
   font-size: 14px;
   border-radius: 18px;
   bottom: 13px;
   right: 8px;
   top: auto;
}

@media (max-width: 991px) {
   .v2-product-card__corner-badge--new {
      font-size: 12px;
   }
}

/* Wishlist pill — white circle, top-right 
.v2-product-card__wishlist {
   position: absolute;
   top: 10px;
   right: 10px;
   z-index: 4;
}

.v2-product-card__wishlist .yith-wcwl-add-to-wishlist {
   position: static !important;
   width: 34px !important;
   height: 34px !important;
   margin: 0 !important;
   background: #ffffff;
   border-radius: 50%;
   box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
   display: flex;
   align-items: center;
   justify-content: center;
}

.v2-product-card__wishlist .yith-wcwl-add-button a {
   width: 34px !important;
   height: 34px !important;
   padding: 0 !important;
   background: transparent !important;
   border: none !important;
   display: flex !important;
   align-items: center;
   justify-content: center;
}

.v2-product-card__wishlist .yith-wcwl-add-button .fa {
   font-size: 14px !important;
   color: #0a0a0a !important;
   left: 0 !important;
   position: static !important;
}

.v2-product-card__wishlist .yith-wcwl-add-button a.delete_item .fa {
   color: #d43250 !important;
}
*/

/* Overlays */
.v2-product-card__overlay {
   position: absolute;
   inset: 0;
   z-index: 2;
   display: flex;
   align-items: center;
   justify-content: center;
   background: rgba(255, 255, 255, 0.72);
   backdrop-filter: blur(2px);
   color: #0a0a0a;
   font-size: 12px;
   font-weight: 700;
   letter-spacing: 0.18em;
   text-transform: uppercase;
}

.v2-product-card__overlay--soon {
   background: rgba(0, 0, 0, 0.46);
   color: #fff;
}

.v2-product-card__preorder {
   position: absolute;
   bottom: 0;
   left: 0;
   right: 0;
   background: #d43250;
   color: #fff;
   font-size: 11px;
   font-weight: 700;
   letter-spacing: 0.18em;
   text-transform: uppercase;
   padding: 8px;
   text-align: center;
   z-index: 3;
}

/* Info */
.v2-product-card__info {
   padding: 0 2px;
}

.v2-product-card__title {
   font-family: 'Work Sans', sans-serif;
   font-size: 13px;
   font-weight: 600;
   letter-spacing: 0.02em;
   color: #0a0a0a;
   text-transform: none;
   line-height: 1.3;
   margin: 0 0 2px;
}

.v2-product-card__subtitle {
   font-size: 11px;
   color: #7a7a7a;
   font-weight: 400;
   letter-spacing: 0.02em;
   margin: 0 0 6px;
   text-transform: capitalize;
   max-width: max-content;
   border: 1px solid black;
   border-radius: 20px;
   padding: 1px 6px;
   background: #000000;
   color: white;
   font-weight: 500;
   line-height: 1.2;
}

/* Price + swatches on one row */
.v2-product-card__price-row {
   display: flex;
   align-items: center;
   justify-content: space-between;
   gap: 8px;
   margin-top: 4px;
   min-height: 22px;
}

.v2-product-card__price {
   display: flex;
   align-items: baseline;
   gap: 7px;
   font-size: 13px;
   line-height: 1;
}

.v2-product-card__price del {
   color: #a0a0a0;
   font-weight: 400;
   font-size: 12px;
   text-decoration-thickness: 1px;
}

.v2-product-card__price-sale {
   font-weight: 700;
   color: #0a0a0a;
   font-size: 13px;
   text-decoration: none;
}

/* Swatches */
.v2-product-card__swatches {
   display: flex;
   align-items: center;
   gap: 5px;
   flex-shrink: 0;
}

.v2-product-card__swatch {
   display: inline-block;
   width: 12px;
   height: 12px;
   border-radius: 50%;
   border: 1px solid rgba(0, 0, 0, 0.25);
   position: relative;
}

.v2-product-card__swatch.disabled {
   opacity: 0.55;
}

.v2-product-card__swatch.disabled::after {
   content: '';
   position: absolute;
   inset: -1px;
   background: linear-gradient(to top right,
         transparent calc(50% - 1px),
         rgba(0, 0, 0, 0.55) 50%,
         transparent calc(50% + 1px));
   border-radius: 50%;
}

/* Coupon line */
.v2-product-card__coupon {
   margin: 8px 0 0;
   padding: 5px 9px;
   font-size: 11px;
   font-weight: 600;
   color: #0a0a0a;
   background: #f4efe6;
   border: 1px dashed #cfc5b0;
   line-height: 1.35;
}

.v2-product-card__coupon strong {
   font-weight: 700;
}

.v2-product-card__coupon--discount {
   background: transparent;
   border: none;
   padding: 0;
   color: #d43250;
   font-size: 11px;
   font-weight: 700;
   letter-spacing: 0.04em;
   margin-top: 6px;
}

/* Disabled / out-of-stock card */
.v2-product-card.disabled .v2-product-card__image-inner {
   filter: grayscale(0.3) brightness(0.92);
}


/* ══════════════════════════════════════════
   V2 COMPARE — Premium editorial reskin
   ══════════════════════════════════════════ */

.v2-compare {
   background: #f4f4f2;
   padding: 30px 0;
}

.v2-compare__inner {
   max-width: 1240px;
   margin: 0 auto;
   padding: 0 30px;
   display: grid;
   grid-template-columns: 1fr 1.15fr;
   gap: 56px;
   align-items: center;
}

.v2-compare__text {
   max-width: 440px;
}

.v2-compare__kicker {
   display: inline-block;
   font-size: 11px;
   font-weight: 700;
   letter-spacing: 0.22em;
   text-transform: uppercase;
   color: #7a7a7a;
   margin-bottom: 14px;
}

.v2-compare__title {
   font-family: 'Work Sans', sans-serif;
   font-size: clamp(1.8rem, 2.8vw, 2.6rem);
   font-weight: 900;
   letter-spacing: -0.02em;
   text-transform: uppercase;
   color: #0a0a0a;
   line-height: 1.05;
   margin: 0 0 12px;
}

.v2-compare__sub {
   font-size: 15px;
   color: #555;
   margin: 0 0 22px;
   line-height: 1.5;
}

.v2-compare__list {
   list-style: none;
   margin: 0;
   padding: 0;
   display: flex;
   flex-direction: column;
   gap: 10px;
}

.v2-compare__list li {
   display: flex;
   align-items: flex-start;
   gap: 12px;
   font-size: 14px;
   color: #0a0a0a;
   line-height: 1.4;
}

.v2-compare__list li svg {
   flex-shrink: 0;
   width: 20px;
   height: 20px;
   padding: 3px;
   background: #308034;
   color: #fff;
   border-radius: 50%;
   margin-top: 1px;
}

.v2-compare__list strong {
   font-weight: 700;
}

/* Media */
.v2-compare__media {
   position: relative;
   aspect-ratio: 16 / 11;
   overflow: hidden;
   background: #0a0a0a;
   display: grid;
   grid-template-columns: 1fr 1fr;
   gap: 0;
   margin-left: -15px;
   margin-right: -15px;
}

.v2-compare__half {
   position: relative;
   overflow: hidden;
   background: #000;
}

.v2-compare__half img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   display: block;
}

.v2-compare__half--left img {
   filter: grayscale(0.25) brightness(0.9);
}

.v2-compare__tag {
   position: absolute;
   top: 10px;
   display: inline-flex;
   align-items: center;
   padding: 5px 9px;
   background: rgba(255, 255, 255, 0.96);
   color: #0a0a0a;
   font-size: 9px;
   font-weight: 800;
   letter-spacing: 0.14em;
   text-transform: uppercase;
}

.v2-compare__tag--bad {
   left: 16px;
}

.v2-compare__tag--good {
   right: 16px;
}

.v2-compare__tag::before {
   content: '';
   display: inline-block;
   width: 10px;
   height: 10px;
   border-radius: 50%;
   margin-right: 7px;
}

.v2-compare__tag--bad::before {
   background: #d43250;
}

.v2-compare__tag--good::before {
   background: #1c8e4e;
}

.v2-compare__vs {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   width: 52px;
   height: 52px;
   border-radius: 50%;
   background: #fff;
   color: #0a0a0a;
   font-weight: 900;
   font-size: 13px;
   letter-spacing: 0.10em;
   display: flex;
   align-items: center;
   justify-content: center;
   box-shadow: 0 4px 18px rgba(0, 0, 0, 0.18);
   z-index: 3;
}

@media (max-width: 991px) {
   .v2-compare {
      padding: 20px 0;
      padding-bottom: 0px;
   }

   .v2-compare__inner {
      grid-template-columns: 1fr;
      gap: 30px;
      padding: 0 15px;
   }

   .v2-compare__text {
      max-width: 100%;
   }

   .v2-compare__title {
      font-size: 1.7rem;
   }

   .v2-compare__vs {
      width: 44px;
      height: 44px;
      font-size: 11px;
   }
}


/* ══════════════════════════════════════════
   GIFT OFFER — Premium V2 skin
   Overrides the legacy gift-offer styling on V2 sites only.
   ══════════════════════════════════════════ */

/* Single-tier strip */
body.v2-active .gift-offer-wrapper {
   background: #fafaf7;
   border: 1px solid #e8e3d3;
   border-left: 3px solid #0a0a0a;
   border-radius: 0;
   padding: 14px 18px;
   margin: 24px auto 18px;
   max-width: 720px;
   font-size: 13px;
   text-align: center;
   color: #2a2a2a;
   box-shadow: none;
}

body.v2-active .gift-offer-wrapper strong {
   color: #0a0a0a;
   font-weight: 700;
}

/* Dual-tier block (two gifts) */
body.v2-active .gift-offer-dual-wrapper {
   background: linear-gradient(135deg, #e8f5e9 0%, #f1f8e9 50%, #e8f5e9 100%);
   border: 1px solid #e0dccd;
   border-radius: 0 !important;
   max-width: 720px;
   position: relative;
   overflow: visible;
   box-shadow: none;
}

body.v2-active.archive .gift-offer-dual-wrapper {
   margin-top: 20px !important;
}

body.v2-active .gift-offer-dual-wrapper::before,
body.v2-active .gift-offer-dual-wrapper::after {
   display: none;
}

body.v2-active .gift-offer-ribbon {
   background: linear-gradient(135deg, #43a047, #2e7d32);
   color: #fff !important;
   border-radius: 0 !important;
   font-weight: 700;
   letter-spacing: 0.14em;
   padding: 4px 14px;
   font-size: 9px;
   text-transform: uppercase;
}

body.v2-active .gift-offer-dual-item {
   padding: 16px 20px;
   gap: 14px;
}

body.v2-active .gift-offer-dual-item:nth-child(2) {
   border-right-color: #e0dccd;
}

body.v2-active .gift-offer-dual-item .gift-icon {
   width: 40px;
   height: 40px;
   background: #fff;
   border: 1px solid #0a0a0a;
   border-radius: 0;
   color: #0a0a0a;
}

body.v2-active .gift-offer-dual-item .gift-icon svg {
   color: #0a0a0a;
}

body.v2-active .gift-offer-dual-item .gift-text .gift-title {
   color: #0a0a0a;
   font-size: 13px;
   font-weight: 700;
   letter-spacing: 0.02em;
}

body.v2-active .gift-offer-dual-item .gift-text .gift-condition {
   color: #555;
   font-size: 12px;
}

body.v2-active .gift-offer-dual-item .gift-text .gift-condition strong {
   color: #0a0a0a;
   font-weight: 700;
}

@media (max-width: 600px) {
   body.v2-active .gift-offer-dual-item:first-child {
      border-bottom-color: #e0dccd;
   }

   body.v2-active .gift-offer-dual-item:nth-child(2) {
      border-right: 0;
      border-bottom: 0;
      border-bottom: 1px solid #e0dccd;
   }
}


/* ══════════════════════════════════════════
   V2 REVIEWS — Trustpilot-style slider (shop page)
   Mirrors the home page review aesthetic.
   ══════════════════════════════════════════ */

/* Suppress the legacy reviews block on V2 shop pages,
   in case both render during transition. */
body.v2-active .v2-reviews-shop~.section-reviews {
   display: none;
}

.v2-reviews-shop {
   background: #fafaf7;
   padding: 60px 0 60px;
   border-top: 1px solid #eceae5;
}

.v2-reviews-shop__layout {
   display: grid;
   grid-template-columns: 260px 1fr;
   gap: 56px;
   align-items: start;
}

/* Summary column */
.v2-reviews-shop__summary {
   display: flex;
   flex-direction: column;
   gap: 8px;
   padding-right: 30px;
   border-right: 1px solid rgba(0, 0, 0, 0.10);
   padding-left: 15px;
   padding-right: 15px;
}

.v2-reviews-shop__score {
   font-family: 'Work Sans', sans-serif;
   font-size: clamp(3.2rem, 5vw, 4.4rem);
   font-weight: 900;
   letter-spacing: -0.04em;
   line-height: 1;
   color: #0a0a0a;
}

.v2-reviews-shop__stars {
   width: 130px;
   height: auto;
   display: block;
}

.v2-reviews-shop__label {
   font-size: 10px;
   font-weight: 700;
   letter-spacing: 0.16em;
   text-transform: uppercase;
   color: #555;
   margin-top: 10px;
}

.v2-reviews-shop__count {
   font-size: 13px;
   color: #555;
}

.v2-reviews-shop__count strong {
   color: #0a0a0a;
   font-weight: 700;
}

/* Slider wrap */
.v2-reviews-shop__slider-wrap {
   position: relative;
   min-width: 0;
   /* critical for flex/grid swiper containers */
}

.swiper-v2-reviews {
   overflow: hidden;
   width: 100%;
   padding: 4px 33px 6px;
}

.swiper-v2-reviews .swiper-slide {
   height: auto;
}

/* Review card */
.v2-review-card {
   display: flex;
   flex-direction: column;
   gap: 10px;
   padding: 22px 20px;
   background: #fff;
   border: 1px solid #e8e8e6;
   height: 100%;
   min-height: 220px;
}

.v2-review-card__stars {
   width: 84px;
   height: auto;
   display: block;
}

.v2-review-card__title {
   font-size: 14px;
   font-weight: 700;
   color: #0a0a0a;
   line-height: 1.3;
}

.v2-review-card__body {
   font-size: 13px;
   line-height: 1.5;
   color: #333;
}

.v2-review-card__meta {
   display: flex;
   align-items: center;
   gap: 6px;
   font-size: 11px;
   color: #777;
   margin-top: auto;
   flex-wrap: wrap;
   padding-top: 6px;
}

.v2-review-card__author {
   font-weight: 700;
   color: #0a0a0a;
}

.v2-review-card__verified {
   display: inline-flex;
   align-items: center;
   gap: 4px;
   margin-left: auto;
   font-weight: 600;
   color: #1c8e4e;
}

/* Arrows */
.v2-reviews-shop__arrow {
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
   width: 40px;
   height: 40px;
   background: #fff;
   border: 1px solid #e0dcd3;
   color: #0a0a0a;
   display: flex;
   align-items: center;
   justify-content: center;
   cursor: pointer;
   z-index: 10;
   transition: background 0.2s ease, color 0.2s ease;
   padding: 0;
}

.v2-reviews-shop__arrow:hover {
   background: #0a0a0a;
   color: #fff;
}

.v2-reviews-shop__arrow--prev {
   left: 0;
}

.v2-reviews-shop__arrow--next {
   right: 0;
}

.v2-reviews-shop__arrow.swiper-button-disabled {
   opacity: 0.3;
   pointer-events: none;
}

@media (max-width: 991px) {
   .v2-reviews-shop {
      padding: 40px 0 40px;
   }

   .v2-reviews-shop__layout {
      grid-template-columns: 1fr;
      gap: 28px;
   }

   .v2-reviews-shop__summary {
      border-right: none;
      border-bottom: 1px solid rgba(0, 0, 0, 0.10);
      padding-right: 0;
      padding-bottom: 22px;
      align-items: flex-start;
   }

   .v2-reviews-shop__arrow--prev {
      left: 2px;
   }

   .v2-reviews-shop__arrow--next {
      right: 2px;
   }
}

.v2-btn--outline {
   border: 0px solid !important;
   border-bottom: 1px solid !important;
   padding: 10px 40px !important;
}


/* ════════════════════════════════════════════════════════════════
   FABRICS / FEATURES — full-width GIF row
   Append this block to style/home-v2.css
   
   Desktop: 5 cards edge-to-edge, tiny 2px gap.
   Mobile:  horizontal scroll-snap slider, ~1.4 cards visible so a
            sliver of the next card hints that it's scrollable.
   ════════════════════════════════════════════════════════════════ */

.v2-fabrics {
   background: #ffffff;
   padding: 10px 0 60px;
}

.v2-shop-gif-row-wrap {
   margin-top: 15px;
   margin-bottom: -15px;
}

.v2-fabrics__header {
   text-align: center;
   max-width: 700px;
   margin: 0 auto 36px;
   padding: 0 20px;
}

/* ── DESKTOP: 5-up grid, edge-to-edge ── */
.v2-fabrics__track {
   display: grid;
   grid-template-columns: repeat(5, 1fr);
   gap: 17px;
   width: 100%;
}

.v2-fabric-card {
   display: flex;
   flex-direction: column;
   align-items: center;
   gap: 14px;
}

.v2-fabric-card__media {
   width: 100%;
   aspect-ratio: 3 / 5;
   overflow: hidden;
   background: #f3f1ee;
   position: relative;
   border-radius: 30px;
}

.v2-fabric-card__gif {
   width: 100%;
   height: 100%;
   object-fit: cover;
   display: block;
   background-color: #f3f1ee;
   background-size: cover;
   background-position: center;
   opacity: 0;
   transition: opacity 0.35s ease;
}

/* Once the IntersectionObserver swaps in the real GIF, fade it in */
.v2-fabric-card__gif.is-loaded {
   opacity: 1;
}

/* Keep the placeholder area visible while waiting — a subtle shimmer
   so empty cards don't look broken on slow connections. */
.v2-fabric-card__media::before {
   content: '';
   position: absolute;
   inset: 0;
   background: linear-gradient(90deg, #f3f1ee 0%, #ecebe5 50%, #f3f1ee 100%);
   background-size: 200% 100%;
   animation: v2FabricShimmer 1.6s ease-in-out infinite;
   pointer-events: none;
   z-index: 0;
}

.v2-fabric-card__gif {
   position: relative;
   z-index: 1;
}

/* Hide the shimmer once the gif has loaded */
.v2-fabric-card__gif.is-loaded~* {
   display: none;
}

.v2-fabric-card:has(.v2-fabric-card__gif.is-loaded) .v2-fabric-card__media::before {
   display: none;
}

@keyframes v2FabricShimmer {
   0% {
      background-position: 200% 0;
   }

   100% {
      background-position: -200% 0;
   }
}

.v2-fabric-card__title {
   font-size: 16px;
   font-weight: 800;
   letter-spacing: 0.18em;
   text-transform: uppercase;
   color: #0a0a0a;
   text-align: center;
   padding: 0 8px 6px;
}


/* ── MOBILE: horizontal snap slider ── */
@media (max-width: 991px) {
   .v2-fabrics {
      padding: 10px 0 20px;
   }

   .v2-fabrics__header {
      margin-bottom: 24px;
   }

   .v2-fabrics__track {
      display: flex;
      grid-template-columns: none;
      gap: 10px;
      padding: 0 20px 10px;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      -webkit-overflow-scrolling: touch;
      /* Hide scrollbar visually while keeping it scrollable */
      scrollbar-width: none;
   }

   .v2-fabrics__track::-webkit-scrollbar {
      display: none;
   }

   .v2-fabric-card {
      flex: 0 0 auto;
      /* 70% viewport width → shows ~1.4 cards so users see the slider hint */
      width: 70vw;
      max-width: 340px;
      scroll-snap-align: start;
   }

   .v2-fabric-card__media {
      aspect-ratio: 3 / 5;
   }

   .v2-fabric-card__title {
      font-size: 14px;
      letter-spacing: 0.14em;
   }
}

@media (max-width: 575px) {
   .v2-fabric-card {
      width: 75vw;
   }
}

/*Breadcrumbs*/
body.v2-active .row.row-breadcrumbs {
   align-items: initial;
   padding-top: 10px !important;
   padding-bottom: 10px !important;
   background: #fff !important;
   COLOR: #000;
}

body.v2-active .row.row-breadcrumbs .row-breadcrumbs-text p.breadcrumbs {
   color: #000 !important;
   text-align: LEFT !important;
   font-size: 11px;
   line-height: 16px;
   text-transform: uppercase;
   letter-spacing: 1.2px;
   padding-top: 0px;
   padding-bottom: 0px;
}

body.v2-active .row.row-breadcrumbs .row-breadcrumbs-text p.breadcrumbs a {
   color: #000 !important;
   letter-spacing: 1.2px;
   text-decoration: underline !important;
   text-underline-offset: 5px;
}

body.v2-active .row.row-breadcrumbs h2.category-title {
   display: none !important;
}

/* ══════════════════════════════════════════════════════════════════
   V2 GIFT STRIP — sits inside the black trust-strip area, below the
   existing 3-item strip. Pink accent so it pops but feels aligned.
   ══════════════════════════════════════════════════════════════════ */

.v2-gift-strip {
   background: #000;
   border-top: 1px solid rgba(255, 255, 255, 0.08);
   border-bottom: 1px solid rgba(255, 255, 255, 0.08);
   padding: 14px 20px;
   position: relative;
}

.v2-gift-strip::before {
   content: '';
   position: absolute;
   inset: 0;
   pointer-events: none;
   background: radial-gradient(ellipse at center, rgba(255, 110, 180, 0.08) 0%, transparent 70%);
}

.v2-gift-strip__inner {
   max-width: 1200px;
   margin: 0 auto;
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 24px;
   flex-wrap: wrap;
   position: relative;
}

.v2-gift-strip__ribbon {
   display: inline-block;
   font-size: 10px;
   font-weight: 800;
   letter-spacing: 0.22em;
   text-transform: uppercase;
   color: #ff6eb4;
   padding: 6px 16px;
   border: 1px solid rgba(255, 110, 180, 0.45);
   border-radius: 100px;
   background: rgba(255, 110, 180, 0.08);
   white-space: nowrap;
   box-shadow: 0 0 18px rgba(255, 110, 180, 0.18);
}

.v2-gift-strip__tiers {
   display: flex;
   align-items: center;
   gap: 0;
   flex-wrap: wrap;
   justify-content: center;
}

.v2-gift-strip__tier {
   display: flex;
   align-items: center;
   gap: 12px;
   padding: 6px 24px;
   white-space: nowrap;
}

.v2-gift-strip__icon {
   font-size: 22px;
   line-height: 1;
   filter: drop-shadow(0 0 8px rgba(255, 110, 180, 0.35));
}

.v2-gift-strip__text {
   display: flex;
   flex-direction: column;
   line-height: 1.2;
}

.v2-gift-strip__text strong {
   color: #fff;
   font-size: 12px;
   font-weight: 700;
   letter-spacing: 0.10em;
   text-transform: uppercase;
}

.v2-gift-strip__text span {
   color: rgba(255, 255, 255, 1);
   font-size: 11px;
   font-weight: 500;
   letter-spacing: 0.02em;
   margin-top: 2px;
}

.v2-gift-strip__sep {
   width: 1px;
   height: 28px;
   background: rgba(255, 255, 255, 0.14);
}

@media (max-width: 768px) {
   .v2-gift-strip {
      padding: 12px 14px;
      padding-top: 0;
   }

   .v2-gift-strip__inner {
      gap: 10px;
   }

   .v2-gift-strip__ribbon {
      flex-basis: 100%;
      text-align: center;
      font-size: 9px;
      padding: 5px 12px;
   }

   .v2-gift-strip__tier {
      padding: 4px 12px;
      gap: 10px;
   }

   .v2-gift-strip__icon {
      font-size: 18px;
   }

   .v2-gift-strip__text strong {
      font-size: 10px;
      letter-spacing: 0.08em;
   }

   .v2-gift-strip__text span {
      font-size: 10px;
   }

   .v2-gift-strip__sep {
      height: 22px;
   }
}


/* ══════════════════════════════════════════════════════════════════
   V2 COMPARE — PREMIUM EDITORIAL REDESIGN
   Full-bleed split imagery, centered "Others vs Authletic" headline,
   numbered feature list below. Replaces the old .v2-compare layout
   when rendered after the products grid.
   ══════════════════════════════════════════════════════════════════ */

.v2-shop-compare-wrap {
   width: 100%;
   margin: 20px 0 20px;

}

.v2-shop-compare-wrap--end {
   margin-top: 30px;
   margin-bottom: -50px;
}

.v2-compare-premium {
   background: #fafaf7;
   padding: 40px 24px;
   margin-left: -15px;
   margin-right: -15px;
}

.v2-compare-premium__header {
   max-width: 1000px;
   margin: 0 auto 25px;
   text-align: center;
}

.v2-compare-premium__kicker {
   display: inline-block;
   font-size: 11px;
   font-weight: 700;
   letter-spacing: 0.28em;
   text-transform: uppercase;
   color: #7a7a7a;
   margin-bottom: 16px;
}

.v2-compare-premium__title {
   font-family: 'Work Sans', sans-serif;
   font-size: clamp(2rem, 5vw, 3.4rem);
   font-weight: 900;
   letter-spacing: -0.02em;
   text-transform: uppercase;
   color: #0a0a0a;
   line-height: 1;
   margin: 0 0 14px;
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 18px;
   flex-wrap: wrap;
}

.v2-compare-premium__title-a {
   color: #a0a0a0;
   font-weight: 600;
}

.v2-compare-premium__title-vs {
   font-size: 0.42em;
   font-weight: 500;
   font-style: italic;
   color: #bbb;
   letter-spacing: 0;
   text-transform: lowercase;
   padding: 0 2px;
}

.v2-compare-premium__title-b {
   color: #0a0a0a;
   font-weight: 900;
}

.v2-compare-premium__sub {
   font-size: 16px;
   font-style: italic;
   letter-spacing: 0.02em;
}

.v2-compare-premium__media-wrap {
   max-width: 1100px;
   margin: 0 auto;
}

.v2-compare-premium__media {
   display: grid;
   grid-template-columns: 1fr 1fr;
   gap: 2px;
   background: #0a0a0a;
   aspect-ratio: 16 / 9;
   overflow: hidden;
}

.v2-compare-premium__half {
   position: relative;
   overflow: hidden;
}

.v2-compare-premium__half img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   display: block;
}

.v2-compare-premium__half--left img {
   filter: grayscale(0.35) brightness(0.88) contrast(0.96);
}

.v2-compare-premium__label {
   position: absolute;
   bottom: 20px;
   left: 20px;
   display: inline-flex;
   align-items: center;
   gap: 10px;
   padding: 10px 16px;
   background: rgba(255, 255, 255, 0.96);
   font-size: 11px;
   font-weight: 800;
   letter-spacing: 0.18em;
   text-transform: uppercase;
   color: #0a0a0a;
   line-height: 1;
}

.v2-compare-premium__mark {
   display: inline-flex;
   align-items: center;
   justify-content: center;
   width: 20px;
   height: 20px;
   border-radius: 50%;
   font-size: 12px;
   font-weight: 900;
   line-height: 1;
}

.v2-compare-premium__mark--bad {
   background: #d43250;
   color: #fff;
}

.v2-compare-premium__mark--good {
   background: #1c8e4e;
   color: #fff;
}

.v2-compare-premium__features {
   max-width: 1100px;
   margin: 56px auto 0;
   display: grid;
   grid-template-columns: repeat(3, 1fr);
   gap: 40px;
}

.v2-compare-premium__feature {
   padding-top: 20px;
   border-top: 2px solid #0a0a0a;
}

.v2-compare-premium__num {
   display: block;
   font-family: 'Work Sans', sans-serif;
   font-size: 12px;
   font-weight: 800;
   letter-spacing: 0.18em;
   color: #0a0a0a;
   margin-bottom: 12px;
}

.v2-compare-premium__feature p {
   font-size: 15px;
   color: #0a0a0a;
   line-height: 1.5;
   letter-spacing: 0.01em;
}

.v2-compare-premium__feature p strong {
   font-weight: 800;
}

@media (max-width: 991px) {
   .v2-compare-premium {
      padding: 30px 15px;
   }

   .v2-compare-premium__header {
      margin-bottom: 20px;
   }

   .v2-compare-premium__media-wrap {
      margin-left: -15px;
      margin-right: -15px;
   }

   .v2-compare-premium__title {
      gap: 3px;
      margin-bottom: 7px;
   }

   .v2-compare-premium__media {
      aspect-ratio: 5 / 5;
   }

   .v2-compare-premium__label {
      bottom: 12px;
      left: 12px;
      padding: 7px 11px;
      font-size: 9px;
      gap: 7px;
   }

   .v2-compare-premium__mark {
      width: 16px;
      height: 16px;
      font-size: 10px;
   }

   .v2-compare-premium__features {
      grid-template-columns: 1fr;
      gap: 22px;
      margin-top: 36px;
   }

   .v2-compare-premium__feature {
      padding-top: 14px;
   }

   .v2-compare-premium__feature p {
      font-size: 14px;
   }
}