/** Shopify CDN: Minification failed

Line 341:38 Unexpected "var("
Line 409:45 Expected number but found "var("
Line 413:40 Unexpected "var("
Line 437:45 Expected number but found "var("
Line 441:40 Unexpected "var("

**/
/* Annoucncement bar css */

#afs-announcement-bar{
    padding:15px 0;
}

.afs-announcement-bar__messages {
  position: relative;
  flex: 1;
  height: 1.8rem;
  overflow: hidden;
}

.afs-announcement-bar__message {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.5rem);
  transition:
    opacity 0.35s ease,
    transform 0.35s ease,
    visibility 0.35s ease;
}

.afs-announcement-bar__message.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.afs-announcement-bar__text,
.afs-announcement-bar__text p {
  margin: 0;
  color: #fff;
}

.afs-announcement-bar__text {
  font-size: 1rem;
  letter-spacing: 0.35em;
}

.afs-announcement-bar__text em {
  color: var(--afs-text-gold);
  font-style: normal;
}



@media screen and (max-width: 749px) {
  .afs-announcement-bar__inner {
    min-height: 4.8rem;
  }

  .afs-announcement-bar__messages {
    height: 3rem;
  }

  .afs-announcement-bar__text {
    font-size: 0.9rem;
    letter-spacing: 0.22em;
  }
}

/* Footer css */

.afs-footer {
  border-top: 1px solid var(--afs-color-border);
}

.afs-footer__link {
  display: block;
  color: var(--afs-text-primary);
  text-decoration: none;
  font-size: 1.3rem;
  line-height: 1.8;
}

.afs-footer__link:hover {
  color: var(--afs-text-accent);
}

.afs-footer__form {
  width: 100%;
}

.afs-footer__input {
  min-height: 5.6rem;
  flex: 1;
  border: 1px solid var(--afs-color-border);
  border-radius: 999px;
  padding: 0 2.4rem;
  background: var(--afs-color-white);
  color: var(--afs-text-primary);
}

.afs-footer__input::placeholder {
  color: var(--afs-text-secondary);
}

.afs-footer__bottom {
  margin-top: 6rem;
  padding-top: 2.4rem;
  border-top: 1px solid var(--afs-color-border);
}


/* ===============================
   Footer Bottom
================================ */

.afs-footer__bottom{
    margin-top:6rem;
    padding-top:3rem;
    border-top:1px solid var(--afs-color-border);
}

.afs-footer__payments{
    display:flex;
    flex-wrap:wrap;
    gap:1rem;
    margin-top:1.5rem;
}

.afs-footer__payments li{
    list-style:none;
}

.afs-footer__payments svg{
    width:4rem;
    height:auto;
}

@media screen and (max-width: 749px) {
  .afs-footer {
    padding: 5rem 0 3rem;
  }

  .afs-footer__newsletter {
    margin-top: 3rem;
  }

  .afs-footer__input,
  .afs-footer .afs-btn {
    width: 100%;
  }
}


/* =========================================================
   AFS Hero BANNER
========================================================= */

.afs-hero-banner {
  min-height: var(--afs-banner-min-height-desktop);
  background: var(--afs-color-cream);
}

.afs-hero-banner__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.afs-hero-banner__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.afs-hero-banner__image--desktop {
  display: block;
}

.afs-hero-banner__image--mobile {
  display: none;
}

.afs-hero-banner .page-width {
  position: relative;
  z-index: 1;
}

.afs-hero-banner .page-width,
.afs-hero-banner .afs-row {
    height: 100%;
}

.afs-hero-banner__content {
    min-height: inherit;
}


.afs-hero-banner__offer {
  border-top: 1px solid var(--afs-color-border);
  border-bottom: 1px solid var(--afs-color-border);
  padding: var(--afs-space-4) 0;
}

.afs-hero-banner__offer-title em {
  color: var(--afs-text-accent);
  font-style: italic;
}

.afs-hero-banner__text-link {
  display: inline-flex;
  align-items: center;
  gap: var(--afs-space-1);
  text-decoration: none;
  color: var(--afs-text-secondary);
}

.afs-hero-banner__text-link:hover {
  color: var(--afs-text-accent);
}

@media screen and (max-width: 749px) {
  .afs-hero-banner {
    min-height: var(--afs-banner-min-height-mobile);
  }

  .afs-hero-banner__image--desktop {
    display: none;
  }

  .afs-hero-banner__image--mobile {
    display: block;
  }

  .afs-hero-banner__content {
    padding-top: var(--afs-space-6);
    padding-bottom: var(--afs-space-6);
  }
}
.afs-image-banner::before,
.afs-image-banner::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  pointer-events: none;
}

@media screen and (max-width: 749px) {
  .afs-image-banner::before {
    top: 0;
    height: 38%;
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.65),
      rgba(0, 0, 0, 0)
    );
  }

  .afs-image-banner::after {
    bottom: 0;
    height: 58%;
    background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.82),
      rgba(0, 0, 0, 0)
    );
  }

  .afs-image-banner .page-width {
    z-index: 2;
  }

  .afs-image-banner__content {
    min-height: var(--afs-banner-min-height-mobile);
    text-align: center;
    color: #fff;
  }

  .afs-image-banner .afs-display,
  .afs-image-banner .afs-body-lg,
  .afs-image-banner .afs-meta,
  .afs-image-banner .afs-note,
  .afs-image-banner .afs-heading-md {
    color: #fff;
  }

  .afs-image-banner .afs-eyebrow {
    color: var(--afs-text-gold);
  }

  .afs-image-banner__offer {
    border-color: rgba(243, 223, 122, 0.45);
  }

  .afs-image-banner__top {
    padding-top: var(--afs-space-5);
  }

  .afs-image-banner__bottom {
    padding-bottom: var(--afs-space-5);
  }
}


/* =========================================================
   AFS ICON FEATURE ROW
========================================================= */

.afs-icon-feature-row {
  border-top: 1px solid var(--afs-color-border);
  border-bottom: 1px solid var(--afs-color-border);
}

/* ---------- Grid ---------- */

/* Desktop */
.afs-icon-feature-row__grid--desktop-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
.afs-icon-feature-row__grid--desktop-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.afs-icon-feature-row__grid--desktop-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.afs-icon-feature-row__grid--desktop-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.afs-icon-feature-row__grid--desktop-5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.afs-icon-feature-row__grid--desktop-6 { grid-template-columns: repeat(6, minmax(0, 1fr)); }

/* ---------- Item ---------- */

.afs-icon-feature-row__item {
  min-width: 0;
  width:100%;
  display: flex;
  flex-direction: column;
  padding: var(--afs-space-3);
  border-right: 1px solid var(--afs-color-border);
}

.afs-icon-feature-row__item:nth-child(var(--afs-icon-columns-desktop, 4)n) {
  border-right: 0;
}

/* ---------- Icon ---------- */

.afs-icon-feature-row__icon {
  display: flex;
  align-items: center;
}

.afs-icon-feature-row__icon img,
.afs-icon-feature-row__icon svg {
  width: 4.8rem;
  height: 4.8rem;
  display: block;
  object-fit: contain;
}

/* ---------- Small eyebrow ---------- */

.afs-eyebrow--sm {
  font-size: 1.1rem;
  letter-spacing: 0.18em;
  opacity: 0.8;
}

/* ---------- Title ---------- */

.afs-icon-feature-row__title {
  width: 100%;
  font-family: var(--afs-font-body);
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--afs-text-primary);
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}

/* ---------- Description ---------- */

.afs-icon-feature-row .afs-rte,
.afs-icon-feature-row .afs-body,
.afs-icon-feature-row p {
  margin: 0;
}

/* =========================================================
   Tablet
========================================================= */

@media (max-width: 989px) {
  .afs-icon-feature-row__grid {
    .afs-icon-feature-row__grid--tablet-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
  .afs-icon-feature-row__grid--tablet-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .afs-icon-feature-row__grid--tablet-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .afs-icon-feature-row__grid--tablet-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  }

  .afs-icon-feature-row__item {
    padding: var(--afs-space-5);
    border-right: 1px solid var(--afs-color-border);
    border-top: 1px solid var(--afs-color-border);
  }

  .afs-icon-feature-row__item:nth-child(-n + var(--afs-icon-columns-tablet, 2)) {
    border-top: 0;
  }

  .afs-icon-feature-row__item:nth-child(var(--afs-icon-columns-tablet, 2)n) {
    border-right: 0;
  }
}

/* =========================================================
   Mobile
========================================================= */

@media (max-width: 749px) {
  .afs-icon-feature-row__grid {
     .afs-icon-feature-row__grid--mobile-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
  .afs-icon-feature-row__grid--mobile-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    gap: 0;
  }

  .afs-icon-feature-row__item {
    padding: var(--afs-space-2) var(--afs-space-3);
    border-right: 1px solid var(--afs-color-border);
    border-top: 1px solid var(--afs-color-border);
    border-bottom: 1px solid var(--afs-color-border);
    border-left: 1px solid var(--afs-color-border);
  }

  .afs-icon-feature-row__item:nth-child(-n + var(--afs-icon-columns-mobile, 2)) {
    border-top: 1px;
  }

  .afs-icon-feature-row__item:nth-child(var(--afs-icon-columns-mobile, 2)n) {
    border-right: 1px;
  }

  .afs-icon-feature-row__icon img,
  .afs-icon-feature-row__icon svg {
    width: 3rem;
    height: 3rem;
  }

  .afs-icon-feature-row__title {
    font-size: 1.5rem;
  }
  .afs-icon-feature-row .afs-rte,
.afs-icon-feature-row .afs-body,
.afs-icon-feature-row p {
  margin: 0;
  font-size:12px;
}
  
}

/* =========================================================
   AFS FEATURED COLLECTION
========================================================= */

/* =========================================================
   SECTION
========================================================= */

.afs-featured-collection__link {
  color: var(--afs-text-primary);
  text-decoration: none;
  transition: color var(--afs-transition-fast);
}

.afs-featured-collection__link:hover {
  color: var(--afs-text-accent);
}

.featured-collection-content{
    border: 1.5px solid var(--afs-color-border);
  border-radius: var(--afs-radius-md);
}


/* =========================================================
   PRODUCT CARD
========================================================= */

.afs-product-card-custom {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  background: var(--afs-color-ivory);
  border: 1.5px solid var(--afs-color-border);
  border-radius: var(--afs-radius-md);
  overflow: hidden;
}

.afs-product-card-custom__bought{
  font-size:1.2rem;
}

/* =========================================================
   PRODUCT MEDIA
========================================================= */

.afs-product-card-custom__media {
  position: relative;
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: var(--afs-color-ivory);
  border-radius:10px;
}

.afs-product-card-custom__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:
    opacity .35s ease,
    transform .6s ease;
}

.afs-product-card-custom__image--secondary {
  opacity: 0;
}

.afs-product-card-custom:hover .afs-product-card-custom__image--primary {
  opacity: 0;
  transform: scale(1.04);
}

.afs-product-card-custom:hover .afs-product-card-custom__image--secondary {
  opacity: 1;
  transform: scale(1.04);
}

/* =========================================================
   CONTENT
========================================================= */

.afs-product-card-custom__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: var(--afs-space-2);
}

.afs-product-card-custom__body {
  flex: 1;
}

.afs-product-card-custom__footer {
  margin-top: auto;
}

/* =========================================================
   STARS
========================================================= */

.afs-stars {
  color: var(--afs-text-primary);
  font-size: 1.3rem;
  letter-spacing: .08em;
}

/* =========================================================
   TITLE
========================================================= */

.afs-product-card-custom__title {
  display: block;
  color: var(--afs-text-primary);
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-size: clamp(1rem, 1.2, 1.5rem);
  line-height: 1.3;
  transition: color var(--afs-transition-fast);
}

.afs-product-card-custom__title:hover {
  color: var(--afs-text-accent);
}

/* =========================================================
   PRICE
========================================================= */

.afs-product-card-custom__price {
  display: flex;
  align-items: center;
  gap: .8rem;

  margin-bottom: var(--afs-space-4);

  font-size: 1.4rem;
  font-weight: 600;

  color: var(--afs-text-primary);
}

.afs-product-card-custom__price-sale {
  color: var(--afs-text-primary);
}

.afs-product-card-custom__price-compare {
  color: var(--afs-text-secondary);
  opacity: .7;
}

/* =========================================================
   FORM
========================================================= */

.afs-product-card-custom__form {
  margin-top: auto;
}

/* =========================================================
   BUTTON
========================================================= */

.afs-product-card-custom__button {
  width: 100%;
  min-height: 4.8rem;
  padding-inline: var(--afs-space-4);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 0;
  border-radius: 999px;
  background: var(--afs-color-dark);
  color: var(--afs-color-white);
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;

  cursor: pointer;

  transition:
    background var(--afs-transition-fast),
    transform var(--afs-transition-fast);
}

.afs-product-card-custom__button-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.afs-product-card-custom__button-icon svg {
  width: 3.2rem;
  height: 3.2rem;
}

.afs-product-card-custom__button-icon svg * {
  fill: currentColor;
  stroke: currentColor;
}

.afs-product-card-custom__button:hover {
  background: var(--afs-color-brown);
}

.afs-product-card-custom__button:active {
  transform: scale(1);
}

.afs-product-card-custom__button:disabled {
  opacity: .5;
  cursor: not-allowed;
}



/* =========================================================
   AFS FEATURED PRESS
========================================================= */

.afs-featured-press {
  border-top: 1px solid var(--afs-color-border);
  border-bottom: 1px solid var(--afs-color-border);
}

.afs-featured-press__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: var(--afs-space-3);
}

.afs-featured-press__eyebrow::before,
.afs-featured-press__eyebrow::after {
  content: "";
  width: 4rem;
  height: 1px;
  background: var(--afs-color-border);
}

.afs-featured-press__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.afs-featured-press__item {
  min-width: 0;
  padding: var(--afs-space-4);
  text-align: center;
  display:flex;
  align-items:center;
  justify-content:center;
}

.afs-featured-press__item:last-child {
  border-right: 0;
}

.afs-featured-press__logo {
  color: var(--afs-text-secondary);
  text-decoration: none;
  font-family: var(--afs-font-heading);
  font-size: 1.4rem;
  opacity: 0.75;
  text-align: center;
}

.afs-featured-press__logo:hover {
  color: var(--afs-text-primary);
  opacity: 1;
}

@media screen and (max-width: 749px) {
  .afs-featured-press__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .afs-featured-press__item {
  }

  .afs-featured-press__item:nth-child(odd) {
    border-right: 1px solid var(--afs-color-border);
  }
}



/* =========================================================
   AFS MEDIA FEATURE
========================================================= */

.afs-media-feature__item > * {
  height: 100%;
}

.afs-media-feature__extra {
  color: var(--afs-text-secondary);
}

.afs-media-card {
  height: 100%;
  overflow: hidden;
  border-radius: var(--afs-radius-sm);
}

.afs-media-card__media {
  position: relative;
  aspect-ratio: 9 / 16;
  overflow: hidden;
}

.afs-media-card__video,
.afs-media-card__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: var(--afs-radius-sm);
}

.afs-media-card__play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4.2rem;
  height: 4.2rem;
  transform: translate(-50%, -50%);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--afs-text-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  padding:12px;
}

.afs-media-card__placeholder {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--afs-text-secondary);
}


.afs-media-card__title {
  margin: 0;
  font-family: var(--afs-font-body);
  font-size: 1.6rem;
  line-height: 1.3;
  text-transform: uppercase;
  color: var(--afs-text-primary);
}

.afs-media-card__link {
  color: var(--afs-text-primary);
  text-decoration: none;
}

.afs-media-card__link:hover {
  color: var(--afs-text-accent);
}

@media screen and (max-width: 989px) {
  .afs-media-feature__inner {
    grid-template-columns: 1fr;
    gap: var(--afs-space-5);
  }
  .afs-media-card__title {
  font-size: 1rem;

}
.afs-media-card__content {
  padding: var(--afs-space-1);
}
}


/* =========================================================
   AFS BEFORE & AFTER
========================================================= */

.afs-before-after__item {
  min-width: 0;
}

.afs-before-after__item > * {
  height: 100%;
}

/* =========================================================
   AFS COMPARISON CARD
========================================================= */

.afs-comparison-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  background: var(--afs-color-ivory);
  border: 1px solid var(--afs-color-border);
  border-radius: var(--afs-radius-sm);
}

.afs-comparison-card__media {
  position: relative;

  aspect-ratio: 4 / 5;

  overflow: hidden;

  background: var(--afs-color-ivory);

  cursor: ew-resize;
  user-select: none;
  touch-action: none;
}

.afs-comparison-card__image {
  width: 100%;
  height: 100%;

  display: block;

  object-fit: cover;
  object-position: center;

  pointer-events: none;
}

.afs-comparison-card__after {
  position: absolute;
  inset: 0;

  width: var(--afs-comparison-position);

  overflow: hidden;
}

.afs-comparison-card__after .afs-comparison-card__image {
  width: 100%;
  height: 100%;

  max-width: none;

  object-fit: cover;
  object-position: center;
}

/* Divider */

.afs-comparison-card__handle {
  position: absolute;
  inset-block: 0;
  left: var(--afs-comparison-position);

  width: 5rem;

  transform: translateX(-50%);

  border: 0;
  padding: 0;

  background: transparent;

  cursor: ew-resize;

  z-index: 1;
}

.afs-comparison-card__handle::before {
  content: "";

  position: absolute;
  inset-block: 0;
  left: 50%;

  width: 2px;

  transform: translateX(-50%);

  background: rgba(255,255,255,.85);
}

/* Handle */

.afs-comparison-card__handle span {
  position: absolute;

  top: 50%;
  left: 50%;

  width: 4rem;
  height: 4rem;

  transform: translate(-50%, -50%);

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;

  background: rgba(255,255,255,.95);

  box-shadow: 0 .8rem 2rem rgba(0,0,0,.15);

  transition:
    transform var(--afs-transition-fast),
    box-shadow var(--afs-transition-fast);
}

.afs-comparison-card:hover .afs-comparison-card__handle span {
  transform: translate(-50%, -50%) scale(1.05);
}

.afs-comparison-card__handle span::before {
  content: "↔";

  color: var(--afs-text-primary);

  font-size: 1.4rem;
  line-height: 1;
}

/* Labels */

.afs-comparison-card__label {
  position: absolute;
  top: var(--afs-space-3);
  z-index: 1;
  padding: .8rem 1.2rem;
  border-radius: var(--afs-radius-pill);
  background: rgba(255,255,255,.90);
  color: var(--afs-text-primary);
  font-size: 1rem;
  font-weight: var(--afs-font-weight-semibold);
  text-transform: uppercase;
  letter-spacing: .18em;
}

.afs-comparison-card__label--before {
  left: var(--afs-space-3);
}

.afs-comparison-card__label--after {
  right: var(--afs-space-3);
}

/* Content */

.afs-comparison-card__content {
  display: flex;
  flex-direction: column;
  gap: var(--afs-space-2);
  padding: var(--afs-space-4);
}

.afs-comparison-card__heading {
  margin: 0;
  color: var(--afs-text-primary);
  font-family: var(--afs-font-body);
  font-size: 1.4rem;
  line-height: 1.35;
  letter-spacing:0;
}

.afs-comparison-card__content .afs-meta {
  margin: 0;
}

.afs-comparison-card__content .afs-note {
  margin-top: var(--afs-space-2);
}

/* Mobile */

@media screen and (max-width: 749px) {

  .afs-comparison-card__media {
    aspect-ratio: 4 / 5;
  }

  .afs-comparison-card__handle span {
    width: 3.6rem;
    height: 3.6rem;
  }

  .afs-comparison-card__heading {
  font-size: 1rem;
}

.afs-comparison-card__label {
  padding: .5rem 1.2rem;
  font-size: 0.7rem;
}
.afs-comparison-card__content {
  gap: var(--afs-space-1);
  padding: var(--afs-space-2);
}
.afs-comparison-card {
  border-radius: var(--afs-radius-md);
}
.afs-comparison-card__content .afs-body{
  font-size:12px;
}

}

/* =========================================================
   AFS STORE REVIEWS
========================================================= */

.afs-store-reviews {
  padding-block: var(--afs-space-3);
  text-align: center;
  background-color:var(--afs-color-ivory);
}

.afs-store-reviews .afs-slider {
  display: flex;
  flex-direction: column;
  gap: var(--afs-space-6);
}

/* ========================================
   Fade Slider
======================================== */

.afs-store-reviews__track {
  position: relative;
  display: grid;
  align-items: center;
  width: 100%;
}

.afs-store-reviews__item {
  position: relative;
  grid-area: 1 / 1;
  inset: auto;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 100%;

  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(3rem);

  transition:
    opacity 0.55s ease,
    transform 0.55s ease,
    visibility 0.55s;
}

.afs-store-reviews__item.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

/* ========================================
   Card
======================================== */

.afs-store-review-card {
  width: 100%;
  max-width: 96rem;
  margin-inline: auto;
}

.afs-store-review-card__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: var(--afs-space-5);
}

.afs-store-review-card__stars {
  color: var(--afs-text-primary);
  font-size: 1.3rem;
  letter-spacing: 0.12em;
  line-height: 1;
}

.afs-store-review-card__name {
  margin: 0;
  color: var(--afs-text-secondary);
  font-size: 1.3rem;
  line-height: 1;
}

.afs-store-review-card__quote {
  margin: 0;
  color: var(--afs-text-primary);
  font-family: var(--afs-font-body);
  font-size: clamp(3rem, 4vw, 3.2rem);
  line-height: 1.12;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: -0.04em;
  font-style: normal !important;
}

/* ========================================
   Navigation
======================================== */

.afs-store-reviews .afs-slider__navigation {
  position: static;
  order: 2;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;

  width: 100%;
  height: auto;
  margin: 0;
}

.afs-store-reviews__track {
  order: 1;
}

.afs-store-reviews .afs-slider__arrow {
  position: static;
  inset: auto;

  width: 4rem;
  height: 4rem;

  transform: none;
  background: rgba(11, 11, 11, 0.08);
  box-shadow: none;
}

.afs-store-reviews .afs-slider__arrow:hover {
  background: rgba(11, 11, 11, 0.14);
}

.afs-store-reviews .afs-slider__arrow--prev,
.afs-store-reviews .afs-slider__arrow--next {
  left: auto;
  right: auto;
}

/* ========================================
   Mobile
======================================== */

@media screen and (max-width: 749px) {
  .afs-store-reviews {
    padding-block: var(--afs-space-7);
  }

  .afs-store-reviews .afs-slider {
    gap: var(--afs-space-5);
  }

  .afs-store-review-card {
    padding:
      var(--afs-space-2)
      var(--afs-space-2);
  }

  .afs-store-review-card__quote {
    font-size: clamp(1rem, 8vw, 1rem);
  }
}



/* =========================================================
   AFS COLLECTION SHOWCASE
========================================================= */
.afs-collection-showcase__grid{
  gap:0!important;
}
.afs-collection-showcase {
  overflow: hidden;
}

.afs-collection-showcase__item {
  min-width: 0;
}

.afs-collection-showcase__item > * {
  height: 100%;
}

.afs-collection-card {
  position: relative;
  min-height: 68rem;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  color: var(--afs-color-white);
  text-decoration: none;
  background: var(--afs-color-ivory);
}

.afs-collection-card__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform var(--afs-transition);
}

.afs-collection-card:hover .afs-collection-card__image {
  transform: scale(1.04);
}

.afs-collection-card {
  position: relative;
  overflow: hidden;
}

.afs-collection-card::after {
  content: "";

  position: absolute;
  inset: 0;

  z-index: 1;
  pointer-events: none;

  background:
    linear-gradient(
      to top,
    
      rgba(255,255,255,.96) 0%,
      rgba(255,255,255,.70) 25%,
      rgba(255,255,255,.15) 50%,
      rgba(255,255,255,0) 75%
    );
}
.afs-collection-card__content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: var(--afs-space-5);
}

.afs-collection-card__eyebrow {
  display: flex;
  align-items: center;
  gap: var(--afs-space-2);
  margin: 0 0 var(--afs-space-5);
  color: var(--afs-text-secondary);
  font-size: 1.4rem;
  font-weight: 600;
}

.afs-collection-card__eyebrow span {
  width: 1rem;
  height: 1rem;
  border-radius: var(--afs-radius-pill);
   background: var(--afs-text-accent);
  flex: none;
}

.afs-collection-card__title {
  margin: 0 0 var(--afs-space-4);
  color: var(--afs-text-primary);
  font-family: var(--afs-font-body);
  font-size: clamp(3.6rem, 4vw, 4.4rem);
  line-height: 0.95;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: -0.06em;
}

.afs-collection-card__description {
  max-width: 42rem;
  margin-bottom: var(--afs-space-5);
  color: var(--afs-text-secondary);
  font-size: 1.5rem;
  line-height: 1.45;
}

.afs-collection-card__description p {
  margin: 0;
}

.afs-collection-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 4.8rem;
  padding: 0 var(--afs-space-5);
  border-radius: var(--afs-radius-pill);
  background: var(--afs-color-dark);
  color: var(--afs-color-white);
  transition: var(--afs-transition);
}

.afs-collection-card__button:hover {
  background: var(--afs-color-brown);
}

@media screen and (max-width: 749px) {
  .afs-collection-card {
    min-height: 52rem;
  }

  .afs-collection-card__content {
    padding: var(--afs-space-4);
  }

  .afs-collection-card__title {
    font-size: clamp(3.2rem, 11vw, 4.4rem);
  }
}

/* =========================================================
   AFS VIDEO SHOWCASE
========================================================= */

.afs-video-showcase {
  overflow: hidden;
}

.afs-video-showcase__item {
  min-width: 0;
}

.afs-video-showcase__item > * {
  height: 100%;
}

.afs-video-showcase-card {
  height: 90%;
  overflow: hidden;
  background: var(--afs-color-ivory);
  border-radius:var(--afs-radius-sm);
}

.afs-video-showcase-card__media {
  position: relative;
  aspect-ratio: 1 / 1.25;
  overflow: hidden;
}

.afs-video-showcase-card__video,
.afs-video-showcase-card__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.afs-video-showcase-card__placeholder {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--afs-text-secondary);
}

.afs-video-showcase-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.08) 0%,
      rgba(0, 0, 0, 0.12) 45%,
      rgba(0, 0, 0, 0.48) 100%
    );
}

.afs-video-showcase-card__overlay-content {
  position: absolute;
  left: var(--afs-space-4);
  right: var(--afs-space-4);
  top: var(--afs-space-4);
  z-index: 2;
  text-align: center;
}

.afs-video-showcase-card__title {
  margin: 0;
  color: var(--afs-color-white);
  font-family: var(--afs-font-body);
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: 600;
}

.afs-video-showcase-card__play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  width: 6rem;
  height: 6rem;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: var(--afs-radius-pill);
  color: var(--afs-color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
}


.afs-video-showcase-card__media {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  overflow: hidden;
  background: transparent;
  cursor: pointer;
}

.afs-video-showcase-card__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.afs-floating-video {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 99999;
  width: 360px;
  max-width: 100%;
  aspect-ratio: 9 / 16;
  background: #111;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.28);
  opacity: 0;
  visibility: hidden;
  transform: translateY(24px) scale(0.96);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
}

.afs-floating-video.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

.afs-floating-video__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.afs-floating-video__close {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

@media screen and (max-width: 749px) {

  .afs-floating-video {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 75vh;
    max-height: 75vh;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
    transform: translateY(100%);
    transition: transform .35s cubic-bezier(.22,1,.36,1);
    box-shadow: 0 -20px 50px rgba(0,0,0,.28);
  }

  .afs-floating-video.is-open {
    transform: translateY(0);
  }

  .afs-floating-video__video{
    width:100%;
    height:100%;
    object-fit:cover;
  }

}


/* =========================================================
   AFS TWO COLUMN
========================================================= */

.afs-two-column__media {
  min-width: 0;
}

.afs-two-column__image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: var(--afs-radius-lg);
}

.afs-two-column__placeholder {
  min-height: 48rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--afs-color-ivory);
  border: 1px solid var(--afs-color-border);
  border-radius: var(--afs-radius-lg);
  color: var(--afs-text-secondary);
}

@media screen and (max-width: 749px) {
  .afs-two-column__buttons {
    flex-direction: column;
    align-items: stretch;
  }
}


/* =========================================================
   AFS BANNER CONTENT
========================================================= */

.afs-banner-content {
  position: relative;
  min-height: var(--afs-banner-content-min-height);
  display: flex;
  align-items: center;
  overflow: hidden;
}

.afs-banner-content::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: rgba(0, 0, 0, var(--afs-banner-content-overlay-opacity));
}

.afs-banner-content__image {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.afs-banner-content__image--mobile {
  display: none;
}

.afs-banner-content__container {
  position: relative;
  z-index: 2;
  width: 100%;
}

.afs-banner-content__box {
  color: inherit;
}

.afs-banner-content__box .afs-heading-xl,
.afs-banner-content__box .afs-body,
.afs-banner-content__box .afs-eyebrow {
  color: inherit;
}

.afs-bg-dark .afs-banner-content__box,
.afs-banner-content:has(.afs-banner-content__image) .afs-banner-content__box {
  color: var(--afs-color-white);
}

.afs-bg-dark .afs-banner-content__box .afs-heading-xl,
.afs-bg-dark .afs-banner-content__box .afs-body,
.afs-bg-dark .afs-banner-content__box .afs-eyebrow,
.afs-banner-content:has(.afs-banner-content__image) .afs-banner-content__box .afs-heading-xl,
.afs-banner-content:has(.afs-banner-content__image) .afs-banner-content__box .afs-body,
.afs-banner-content:has(.afs-banner-content__image) .afs-banner-content__box .afs-eyebrow {
  color: var(--afs-color-white);
}

@media screen and (max-width: 749px) {
  .afs-banner-content {
    min-height: min(var(--afs-banner-content-min-height), 620px);
  }

  .afs-banner-content__image--desktop {
    display: none;
  }

  .afs-banner-content__image--mobile {
    display: block;
  }

  .afs-banner-content__buttons {
    flex-direction: column;
    align-items: stretch;
  }
}



/* =========================================================
   THIRD-PARTY APP OVERRIDES
========================================================= */

.upcart-internal-style__title-large p{
   font-family: var(--afs-font-body);
  font-size: 1.1rem;
  line-height: 1.4;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: var(--afs-tracking-wider);
  color: var(--afs-text-accent);
  margin: 0;
}


/* =========================================================
   AFS MAIN PRODUCT
========================================================= */

.afs-main-product__info {
  position: sticky;
  top: 10rem;
}

.afs-main-product__title {
  margin: 0 0 var(--afs-space-3);
  font-family: var(--afs-font-heading);
  font-size: clamp(3.2rem, 4vw, 4rem);
  line-height: 0.95;
  letter-spacing: -0.04em;
  color: var(--afs-text-primary);
}

.afs-main-product__reviews {
  margin-bottom: var(--afs-space-3);
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 2rem;
  color: #04DA8D;
}
.afs-main-product__reviews span{
  font-size: 1.3rem;
}
.afs-main-product__short-description {
  margin-bottom: var(--afs-space-5);
  max-width: 52rem;
}

.afs-product-gallery__container{
   position: sticky;
  top: 10rem;
}
/* =========================================================
   AFS PRODUCT GALLERY
========================================================= */

.afs-product-gallery-wrapper {
  width: 100%;
  min-width: 0;
}

.afs-product-gallery {
  position: sticky;
  top: 10rem;

  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: var(--afs-space-3);

  width: 100%;
  height: calc(100vh - 12rem);
  min-height: 60rem;
  max-height: 90rem;
}

/* Mobile gallery is hidden by default. */

.afs-product-gallery-mobile {
  display: none;
}

/* =========================================================
   Shared media boxes
========================================================= */

.afs-product-gallery__primary,
.afs-product-gallery__slider {
  position: relative;

  min-width: 0;
  width: 100%;
  height: 100%;

  border-radius: var(--afs-radius-lg);
  background: var(--afs-color-blush);
  overflow: hidden;
}

/* =========================================================
   Fixed primary media
========================================================= */

.afs-product-gallery__primary {
  display: flex;
  align-items: center;
  justify-content: center;
}

.afs-product-gallery__primary-media,
.afs-product-gallery__placeholder {
  display: block;
  width: 100%;
  height: 100%;
}

.afs-product-gallery__primary-media {
  object-fit: cover;
  object-position: center;
}

.afs-product-gallery__primary iframe,
.afs-product-gallery__primary video,
.afs-product-gallery__primary model-viewer {
  display: block;
  width: 100%;
  height: 100%;
}

/* =========================================================
   Slider
========================================================= */

.afs-product-gallery__slider {
  isolation: isolate;
  touch-action: pan-y;
}

.afs-product-gallery__viewport {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.afs-product-gallery__track {
  display: flex;

  width: 100%;
  height: 100%;

  transform: translate3d(0, 0, 0);
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.afs-product-gallery__slide {
  position: relative;
  flex: 0 0 100%;
  min-width: 100%;
  width: 100%;
  height: 100%;
  background-color:white;
  overflow: hidden;
  padding:20px!important;
}

.afs-product-gallery__media {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.afs-product-gallery__slide iframe,
.afs-product-gallery__slide video,
.afs-product-gallery__slide model-viewer {
  display: block;
  width: 100%;
  height: 100%;
}

/* =========================================================
   Slider navigation
========================================================= */

.afs-product-gallery__arrow {
  position: absolute;
  z-index: 3;
  bottom: 2.2rem;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 4rem;
  height: 4rem;
  padding: 0;

  border: 0;
  border-radius: 50%;

  color: #000000;
  background: rgba(255, 255, 255, 0.72);

  cursor: pointer;

  -webkit-box-shadow: 1px 2px 15px -5px #bdbdbd;
  box-shadow: 1px 2px 15px -5px #bdbdbd;

  transition:
    background-color 0.25s ease,
    opacity 0.25s ease,
    transform 0.25s ease;
}

.afs-product-gallery__arrow:hover {
  background: rgba(255, 255, 255, 0.94);
}

.afs-product-gallery__arrow:active {
  transform: scale(0.92);
}

.afs-product-gallery__arrow:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

.afs-product-gallery__arrow svg {
  display: block;
  width: 2.2rem;
  height: 2.2rem;
}

.afs-product-gallery__arrow--prev {
  left: 1.2rem;
}

.afs-product-gallery__arrow--next {
  right: 1.2rem;
}

/* =========================================================
   Pagination
========================================================= */

.afs-product-gallery__pagination {
  position: absolute;
  z-index: 3;
  bottom: 3.65rem;
  left: 50%;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;

  transform: translateX(-50%);
}

.afs-product-gallery__dot {
  width: 0.6rem;
  height: 0.6rem;
  padding: 0;

  border: 0;
  border-radius: 50%;

  background: rgba(0, 0, 0, 0.32);

  cursor: pointer;

  transition:
    background-color 0.25s ease,
    opacity 0.25s ease,
    transform 0.25s ease;
}

.afs-product-gallery__dot:hover {
  background: rgba(0, 0, 0, 0.65);
}

.afs-product-gallery__dot.is-active {
  background: rgba(0, 0, 0, 1);
  transform: scale(1.2);
}

.afs-product-gallery__dot:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 3px;
}

/* =========================================================
   Tablet
========================================================= */

@media screen and (max-width: 989px) {
  .afs-product-gallery {
    position: static;
    top: auto;

    height: auto;
    min-height: 0;
    max-height: none;
  }

  .afs-product-gallery__primary,
  .afs-product-gallery__slider {
    height: auto;
    aspect-ratio: 0.84 / 1;
  }

  .afs-product-gallery__container {
    position: static;
  }
}

/* =========================================================
   Mobile
========================================================= */

@media screen and (max-width: 749px) {
  /*
   * Hide the desktop two-box gallery.
   */

  .afs-product-gallery--desktop {
    display: none;
  }

  /*
   * Display one unified mobile slider.
   */

  .afs-product-gallery-mobile {
    display: block;
    width: 100%;
  }

  .afs-product-gallery-mobile .afs-product-gallery__slider {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 0.84 / 1;
    border-radius: var(--afs-radius-lg);
    background: var(--afs-color-blush);
    overflow: hidden;
    isolation: isolate;
  }

  .afs-product-gallery-mobile .afs-product-gallery__viewport,
  .afs-product-gallery-mobile .afs-product-gallery__track,
  .afs-product-gallery-mobile .afs-product-gallery__slide {
    height: 100%;
  }

  .afs-product-gallery-mobile .afs-product-gallery__media {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
  }

  .afs-product-gallery-mobile .afs-product-gallery__arrow {
    bottom: 1.2rem;
    width: 3.8rem;
    height: 3.8rem;
  }

  .afs-product-gallery-mobile
    .afs-product-gallery__arrow--prev {
    left: 0.8rem;
  }

  .afs-product-gallery-mobile
    .afs-product-gallery__arrow--next {
    right: 0.8rem;
  }

  .afs-product-gallery-mobile
    .afs-product-gallery__pagination {
    bottom: 2.65rem;
  }
}

/* =========================================================
   Reduced motion
========================================================= */

@media (prefers-reduced-motion: reduce) {
  .afs-product-gallery__track,
  .afs-product-gallery__arrow,
  .afs-product-gallery__dot {
    transition: none;
  }
}


/* Buy box */

.afs-product-buy-box {
  margin-bottom: var(--afs-space-5);
}

.afs-product-buy-box__variants {
  margin-bottom: var(--afs-space-3);
}

.afs-product-buy-box__label {
  display: block;
  margin-bottom: 0.8rem;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.afs-product-buy-box__select-wrap {
  position: relative;
  width: 150px;
  
}

.afs-product-buy-box__select {
  width: 100%;
  padding:12px;
  appearance: none;
  -webkit-appearance: none;
  padding-right: 4.4rem;
  border-radius:var(--afs-radius-sm);
}

.afs-product-buy-box__select-icon {
  position: absolute;
  top: 50%;
  right: 1.6rem;
  width: 1.2rem;
  height: 1.2rem;
  transform: translateY(-50%);
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.afs-product-buy-box__select-icon svg {
  width:18px;
  height: 18px;
  display: block;
}

.afs-product-buy-box__row {
  display: flex;
  gap: 1.2rem;
}

.afs-product-buy-box__quantity {
  flex: 0 0 12rem;
  border-radius:12px;
  border: 1px solid var(--afs-color-dark);
  overflow:hidden;
}

.quantity:before, .quantity::after{
  box-shadow:none!important;
}

.afs-product-buy-box__button {
  flex: 1;
  min-height: 5.2rem;
  padding: 0 2rem;

  display: flex;
  align-items: center;
  justify-content: space-between;

  border: 0;
  border-radius: 999px;
  background: var(--afs-text-primary);
  color: var(--afs-color-white);

  font-family: var(--afs-font-body);
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
}

.afs-product-buy-box__button:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

/* =========================================================
   AFS MAIN PRODUCT — APP BLOCKS
========================================================= */

.afs-main-product__app-block {
  margin-bottom: var(--afs-space-4);
}

.afs-main-product__app-block [class*="seal"],
.afs-main-product__app-block [id*="seal"] {
  font-family: var(--afs-font-body);
  color: var(--afs-text-primary);
}

.afs-main-product__app-block input[type="radio"],
.afs-main-product__app-block input[type="checkbox"] {
  accent-color: var(--afs-text-primary);
}

/* Accordion */

.afs-main-product__accordion {
  border-top: 1px solid var(--afs-color-border);
  margin-bottom: var(--afs-space-5);
}

.afs-product-accordion-item {
  border-bottom: 1px solid var(--afs-color-border);
}

.afs-product-accordion-item__summary {
  min-height: 5.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;

  font-size: 1.3rem;
  font-weight: 500;
  text-transform: uppercase;
}

.afs-product-accordion-item__summary::-webkit-details-marker {
  display: none;
}

.afs-product-accordion-item[open] .afs-product-accordion-item__icon {
  transform: rotate(45deg);
}

.afs-product-accordion-item__icon {
  transition: transform 180ms ease;
}

.afs-product-accordion-item__content {
  padding-bottom: var(--afs-space-4);
}

/* Video slider */

.afs-product-video-slider {
  margin-bottom: var(--afs-space-5);
}

.afs-product-video-slider__track {
  display: flex;
  gap: 1.2rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.afs-product-video-slider__track::-webkit-scrollbar {
  display: none;
}

.afs-product-video-slider__item {
  flex: 0 0 25%;
  scroll-snap-align: start;
  border-radius: var(--afs-radius-md);
  overflow: hidden;
  background: var(--afs-color-blush);
  border:1px solid var(--afs-text-accent);
}


/* Product video card */

.afs-product-video-card {
  width: 100%;
}

.afs-product-video-card__media {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  overflow: hidden;
  background: transparent;
  cursor: pointer;
}

.afs-product-video-card__image,
.afs-product-video-card__video {
  display: block;
  width: 100%;
  aspect-ratio: 1 /1.5;
  object-fit: cover;
  border-radius: var(--afs-radius-sm);
}

/* Centered play button */

.afs-product-video-card__play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: var(--afs-color-dark);
  transform: translate(-50%, -50%);
  pointer-events: none;
  box-shadow: 0 0.8rem 2.4rem rgba(0, 0, 0, 0.14);
  transition:
    transform 0.25s ease,
    background-color 0.25s ease;
}

.afs-product-video-card__play svg {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  max-width: 1.5rem;
  max-height: 1.5rem;

  fill: currentColor;
  stroke: currentColor;
}

/* Slight visual correction for triangular play icons */

.afs-product-video-card__play svg {
  transform: translateX(0.1rem);
}

.afs-product-video-card__media:hover .afs-product-video-card__play {
  transform: translate(-50%, -50%) scale(1.06);
  background: #fff;
}

/* =========================================================
   AFS PRODUCT — PAIRS WELL WITH
========================================================= */

.afs-product-pairs-well {
  margin-bottom: var(--afs-space-5);
  overflow: hidden;
  border-radius:6px;
}

.afs-product-pairs-well__header {
  margin-bottom: var(--afs-space-3);

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--afs-space-3);
}

.afs-product-pairs-well__header .afs-eyebrow {
  margin: 0;
}

.afs-product-pairs-well__track {
  display: flex;
  gap: 1.2rem;

  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;

  scrollbar-width: none;
}

.afs-product-pairs-well__track::-webkit-scrollbar {
  display: none;
}

.afs-product-pairs-well__item {
  flex: 0 0 calc(
    (100% - (1.2rem * (var(--afs-slides-desktop) - 1))) / var(--afs-slides-desktop)
  );

  min-width: 200px;
  scroll-snap-align: start;
}

@media screen and (max-width: 989px) {
  .afs-product-pairs-well__item {
    flex-basis: calc(
      (100% - (1.2rem * (var(--afs-slides-tablet) - 1))) / var(--afs-slides-tablet)
    );
  }
}

@media screen and (max-width: 749px) {
  .afs-product-pairs-well__item {
    flex-basis: calc(
      (100% - (1.2rem * (var(--afs-slides-mobile) - 1))) / var(--afs-slides-mobile)
    );
  }
}

/* =========================================================
   AFS PRODUCT STICKY BAR
========================================================= */

.afs-product-sticky-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 1.8rem;
  z-index: 40;
  opacity: 0;
  transform: translateY(120%);
  pointer-events: none;
  transition:
    opacity 240ms ease,
    transform 240ms ease;
}

.afs-product-sticky-bar.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.afs-product-sticky-bar__inner {
  min-height: 8.8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--afs-space-4);
  padding: 1.4rem 1.8rem;
  border: 1px solid var(--afs-color-border);
  border-radius: 2rem;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.08);
}

.afs-product-sticky-bar__product {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 1.6rem;
}

.afs-product-sticky-bar__image {
  width: 7.2rem;
  height: 7.2rem;
  flex: 0 0 7.2rem;
  object-fit: cover;
  background: var(--afs-color-white);
}

.afs-product-sticky-bar__meta {
  min-width: 0;
}

.afs-product-sticky-bar__title {
  margin: 0;

  font-family: var(--afs-font-body);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;

  color: var(--afs-text-primary);
}

.afs-product-sticky-bar__button {
  flex: 0 0 28rem;
  min-height: 5.2rem;

  padding: 0 2rem;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;

  border: 0;
  border-radius: 1.2rem;

  background: var(--afs-text-primary);
  color: var(--afs-color-white);

  font-family: var(--afs-font-body);
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;

  cursor: pointer;
}

.afs-product-sticky-bar__button:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

@media screen and (max-width: 749px) {
  .afs-product-sticky-bar {
    bottom: 1rem;
  }

  .afs-product-sticky-bar__inner {
    min-height: auto;
    padding: 1rem;
    border-radius: 1.6rem;
  }

  .afs-product-sticky-bar__image {
    width: 5.4rem;
    height: 5.4rem;
    flex-basis: 5.4rem;
  }

  .afs-product-sticky-bar__title {
    font-size: 1.2rem;
  }

  .afs-product-sticky-bar__button {
    flex: 0 0 16rem;
    min-height: 4.8rem;
    padding: 0 1.4rem;
  }
}

/* =========================================================
   AFS MAIN COLLECTION
========================================================= */

.afs-main-collection__hero {
  padding: var(--afs-space-7) 0 var(--afs-space-6);
  border-bottom: 1px solid var(--afs-color-border);
  overflow: hidden;
}

.afs-main-collection__title {
  margin: 0 0 var(--afs-space-6);
  font-family: var(--afs-font-body);
  font-size: clamp(4rem, 6vw, 4.2rem);
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: -0.06em;
  text-transform: uppercase;

  color: var(--afs-text-primary);
}

.afs-main-collection__tabs {
  display: flex;
  align-items: flex-start;
  gap: clamp(3.2rem, 4vw, 4rem);

  overflow-x: auto;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.afs-main-collection__tabs::-webkit-scrollbar {
  display: none;
}

.afs-main-collection__tab {
  flex: 0 0 auto;
  min-width: 11rem;

  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2rem;

  text-decoration: none;
  color: var(--afs-text-primary);

  scroll-snap-align: start;
}

.afs-main-collection__tab-image-wrap {
  width: 9.6rem;
  height: 9.6rem;

  display: flex;
  align-items: center;
  justify-content: center;

  border: 1px solid transparent;
  border-radius: 50%;

  overflow: hidden;
  background: var(--afs-color-blush);
}

.afs-main-collection__tab.is-active .afs-main-collection__tab-image-wrap {
  border-color: var(--afs-text-primary);
}

.afs-main-collection__tab-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.afs-main-collection__tab-title {
  font-family: var(--afs-font-body);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.1;
  text-align: center;
}

.afs-main-collection__body {
  padding: var(--afs-space-5) 0 var(--afs-space-7);
}

.afs-main-collection__toolbar {
  margin-bottom: var(--afs-space-5);

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--afs-space-4);
}

.afs-main-collection__count {
  margin: 0;

  font-size: 1.6rem;
  font-weight: 500;

  color: var(--afs-text-primary);
}

.afs-main-collection__controls {
  display: flex;
  align-items: center;
  gap: var(--afs-space-3);
}

.afs-main-collection__grid-toggle {
  display: flex;
  gap: 0.4rem;
}

.afs-main-collection__grid-toggle button {
  width: 3.4rem;
  height: 3.4rem;

  border: 1px solid var(--afs-color-border);
  border-radius: 999px;
  background: transparent;

  font-size: 1.2rem;
  color: var(--afs-text-primary);
  cursor: pointer;
}

.afs-main-collection__grid-toggle button.is-active {
  background: var(--afs-text-primary);
  color: var(--afs-color-white);
  border-color: var(--afs-text-primary);
}

.afs-main-collection__sort {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.afs-main-collection__sort label {
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.afs-main-collection__sort select {
  height: 3.8rem;
  padding: 0 1rem;

  border: 1px solid var(--afs-color-border);
  background: var(--afs-color-white);
  color: var(--afs-text-primary);
}

.afs-main-collection__grid {
  display: grid;
  gap: var(--afs-space-4);
}

.afs-main-collection__grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.afs-main-collection__grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.afs-main-collection__grid--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.afs-main-collection__pagination {
  margin-top: var(--afs-space-6);
  text-align: center;
}

@media screen and (max-width: 989px) {
  .afs-main-collection__hero {
    padding-top: var(--afs-space-6);
  }

  .afs-main-collection__grid--4,
  .afs-main-collection__grid--3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 749px) {
  .afs-main-collection__title {
    margin-bottom: var(--afs-space-5);
  }

  .afs-main-collection__tabs {
    gap: 2.4rem;
  }

  .afs-main-collection__tab {
    min-width: 8.8rem;
  }

  .afs-main-collection__tab-image-wrap {
    width: 7.6rem;
    height: 7.6rem;
  }

  .afs-main-collection__tab-title {
    font-size: 1.3rem;
  }

  .afs-main-collection__toolbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .afs-main-collection__controls {
    width: 100%;
    justify-content: space-between;
  }

  .afs-main-collection__grid,
  .afs-main-collection__grid--2,
  .afs-main-collection__grid--3,
  .afs-main-collection__grid--4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--afs-space-3);
  }
}


/* filter drawer */

.afs-filter-trigger {
  text-wrap: nowrap;
  width: auto;
  background-color: var(--afs-color-dark);
  color: #fff;
  border-radius: 6px;
  font-family: var(--afs-font-body);
}

.afs-filter-trigger svg {
  width: 24px;
}

.afs-overflow-hidden {
  overflow: hidden;
}

.afs-filter-drawer {
  position: fixed;
  inset: 0;
  z-index: 9999;
  visibility: hidden;
  pointer-events: none;
}

.afs-filter-drawer.is-visible {
  visibility: visible;
  pointer-events: auto;
}

.afs-filter-drawer__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: rgba(0, 0, 0, 0.18);
  opacity: 0;
  transition: opacity 0.35s ease;
  cursor: pointer;
}

.afs-filter-drawer.is-open .afs-filter-drawer__overlay {
  opacity: 1;
}

.afs-filter-drawer__panel {
  position: fixed;
  top: 0;
  right: 0;
  width: 560px;
  max-width: 100%;
  height: 100%;
  background: #f8f1eb;
  color: #000;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.42s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}

.afs-filter-drawer.is-open .afs-filter-drawer__panel {
  transform: translateX(0);
}

.afs-filter-drawer__header {
  height: 76px;
  flex: 0 0 76px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #ded6cf;
}

.afs-filter-drawer__header h3 {
  margin: 0;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0;
}

.afs-filter-drawer__close {
  position: absolute;
  left: 20px;
  top: 50%;
  width: 31px;
  height: 31px;
  border: 0;
  border-radius: 999px;
  background: #e8e1dc;
  color: #000;
  font-size: 24px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  cursor: pointer;
}

.afs-filter-drawer__form {
  height: calc(100% - 76px);
  display: flex;
  flex-direction: column;
}

.afs-filter-drawer__body {
  flex: 1;
  overflow-y: auto;
  padding: 30px 33px 40px;
}

.afs-filter-group {
  margin: 0;
  padding: 0 0 28px;
  border-bottom: 1px solid #ded6cf;
}

.afs-filter-group + .afs-filter-group {
  padding-top: 24px;
}

.afs-price-slider {
  position: relative;
  height: 24px;
  margin: 12px 0 22px;
}

.afs-price-slider__track,
.afs-price-slider__range {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 2px;
  transform: translateY(-50%);
}

.afs-price-slider__track {
  background: #d8d0c9;
}

.afs-price-slider__range {
  background: #000;
}

.afs-price-slider__input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 24px;
  margin: 0;
  background: none;
  pointer-events: none;
  appearance: none;
}

.afs-price-slider__input::-webkit-slider-thumb {
  width: 11px;
  height: 11px;
  border: 2px solid #000;
  border-radius: 50%;
  background: #f8f1eb;
  cursor: pointer;
  pointer-events: auto;
  appearance: none;
}

.afs-price-slider__input::-moz-range-thumb {
  width: 11px;
  height: 11px;
  border: 2px solid #000;
  border-radius: 50%;
  background: #f8f1eb;
  cursor: pointer;
  pointer-events: auto;
}

.afs-price-slider__input::-webkit-slider-runnable-track {
  background: transparent;
}

.afs-price-slider__input::-moz-range-track {
  background: transparent;
}

.afs-filter-group summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
}

.afs-filter-group summary::-webkit-details-marker {
  display: none;
}

.afs-filter-group__icon {
  font-size: 20px;
  line-height: 1;
  transform: rotate(0deg);
  transition: transform 0.2s ease;
}

.afs-filter-group:not([open]) .afs-filter-group__icon {
  transform: rotate(180deg);
}

.afs-filter-group__content {
  margin-top: 22px;
  display: grid;
  gap: 12px;
}

.afs-filter-radio {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #000;
  font-size: 16px;
  line-height: 1.15;
  cursor: pointer;
}

.afs-filter-radio input {
  appearance: none;
  width: 11px;
  height: 11px;
  margin: 0;
  border: 1px solid #aaa39d;
  border-radius: 999px;
  background: transparent;
  display: inline-grid;
  place-content: center;
}

.afs-filter-radio input:checked {
  border-color: #000;
  background: #000;
}

.afs-filter-toggle-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 0;
  border-bottom: 1px solid var(--afs-color-border);
}

.afs-filter-toggle-row span:first-child {
  font-size: 1.7rem;
  color: var(--afs-text-primary);
}

.afs-filter-switch {
  position: relative;
  width: 38px;
  height: 22px;
  display: block;
  cursor: pointer;
}

.afs-filter-switch input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.afs-filter-switch__track {
  position: absolute;
  inset: 0;
  border-radius: 999px;
  background: #d9d3ce;
  transition: background .25s ease;
}

.afs-filter-switch__thumb {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  transition: transform .25s cubic-bezier(.22,1,.36,1);
  box-shadow: 0 1px 3px rgba(0,0,0,.18);
}

.afs-filter-switch input:checked + .afs-filter-switch__track {
  background: #000;
}

.afs-filter-switch input:checked + .afs-filter-switch__track .afs-filter-switch__thumb {
  transform: translateX(16px);
}

.afs-filter-group--price {
  padding-top: 24px;
  border-bottom: 0;
}

.afs-price-range-line {
  height: 2px;
  background: #000;
  margin: 14px 15px 23px;
  position: relative;
}

.afs-price-range-line::before,
.afs-price-range-line::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 11px;
  height: 11px;
  border: 2px solid #000;
  border-radius: 50%;
  background: #f8f1eb;
  transform: translateY(-50%);
}

.afs-price-range-line::before {
  left: -2px;
}

.afs-price-range-line::after {
  right: -2px;
}

.afs-price-filter {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
}

.afs-price-filter label {
  height: 43px;
  padding: 0 17px;
  border: 1px solid #ded6cf;
  border-radius: 10px;
  background: transparent;
  display: flex;
  align-items: center;
  gap: 10px;
}

.afs-price-filter label span {
  color: #867970;
  font-size: 16px;
}

.afs-price-filter strong {
  color: #000;
  font-size: 17px;
  font-weight: 500;
}

.afs-price-filter input {
  width: 100%;
  min-width: 0;
  border: 0;
  background: transparent;
  text-align: right;
  font: inherit;
  color: #867970;
  font-size: 14px;
  box-shadow: none;
}

.afs-price-filter input:focus {
  outline: none;
}

.afs-filter-drawer__footer {
  min-height: 112px;
  flex: 0 0 auto;
  border-top: 1px solid #ded6cf;
  padding: 35px 33px 31px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  background: #f8f1eb;
}

.afs-filter-drawer__clear,
.afs-filter-drawer__apply {
  height: 52px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.afs-filter-drawer__clear {
  border: 1px solid #000;
  color: #000;
  background: transparent;
}

.afs-filter-drawer__apply {
  border: 1px solid #000;
  background: #000;
  color: #fff;
}

@media screen and (max-width: 749px) {
  .afs-filter-drawer__panel {
    width: 100%;
  }

  .afs-filter-drawer__body {
    padding: 30px 33px 40px;
  }

  .afs-price-filter {
    gap: 24px;
  }

  .afs-filter-drawer__footer {
    padding: 35px 33px 31px;
    gap: 22px;
  }
}

/* =========================================================
   AFS COMPARISON GALLERY
========================================================= */

.afs-comparison-gallery__header {
  margin-bottom: var(--afs-space-4);
}

.afs-comparison-gallery__filters {
  margin-bottom: var(--afs-space-5);
  display: flex;
  align-items: center;
  gap: 0.8rem;
  overflow-x: auto;
  scrollbar-width: none;
}

.afs-comparison-gallery__filters::-webkit-scrollbar {
  display: none;
}

.afs-comparison-gallery__filter {
  flex: 0 0 auto;
  min-height: 3.6rem;
  padding: 0 2rem;
  border: 1px solid var(--afs-color-border);
  border-radius:1rem;
  background: transparent;
  color: var(--afs-text-primary);
  font-family: var(--afs-font-body);
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  cursor: pointer;
}

.afs-comparison-gallery__filter.is-active {
  background: var(--afs-text-primary);
  border-color: var(--afs-text-primary);
  color: var(--afs-color-white);
}

.afs-comparison-gallery__grid {
  display: grid;
  grid-template-columns: repeat(var(--afs-comparison-columns-desktop), minmax(0, 1fr));
  gap: var(--afs-space-5) var(--afs-space-4);
}

.afs-comparison-gallery__item.is-hidden {
  display: none;
}
.afs-comparison-gallery__filters {
  display: flex;
  gap: 0.8rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.afs-comparison-gallery__filter {
  flex: 0 0 auto;
  scroll-snap-align: start;
}

.afs-comparison-gallery__filters::-webkit-scrollbar {
  display: none;
}

@media screen and (max-width: 989px) {
  .afs-comparison-gallery__grid {
    grid-template-columns: repeat(var(--afs-comparison-columns-tablet), minmax(0, 1fr));
  }
}

@media screen and (max-width: 749px) {
  .afs-comparison-gallery__grid {
    grid-template-columns: repeat(var(--afs-comparison-columns-mobile), minmax(0, 1fr));
    gap:0.8rem;
  }

}

/* =========================================================
   Bottom CTA
========================================================= */

.afs-comparison-gallery__cta {

    margin-top: var(--afs-space-10);

    text-align:center;

}

.afs-comparison-gallery__cta .afs-btn{

    min-width:42rem;
    justify-content:center;
    gap:1.6rem;

}

.afs-comparison-gallery__cta .afs-btn svg{

    width:1.8rem;
    height:1.8rem;

}

.afs-comparison-gallery__cta .afs-eyebrow{

    opacity:.7;

}

@media screen and (max-width:749px){

    .afs-comparison-gallery__cta .afs-btn{

        width:100%;
        min-width:0;

    }

}

/* =========================================================
   AFS BUNDLE OFFER
========================================================= */

.afs-bundle-offer__card {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(32rem, 0.8fr);
  gap: var(--afs-space-6);
  align-items: center;

  padding: var(--afs-space-6);
  border: 1px solid var(--afs-color-border);
  border-radius: var(--afs-radius-lg);
  background: var(--afs-color-ivory);
}

.afs-bundle-offer__heading {
  max-width: 68rem;
}

.afs-bundle-offer__benefits {
  display: grid;
  gap: 1.2rem;
}

.afs-bundle-offer__benefit {
  display: flex;
  align-items: flex-start;
  gap: 1rem;

  font-size: 1.6rem;
  line-height: 1.4;
  color: var(--afs-text-primary);
}

.afs-bundle-offer__check {
  width: 2.2rem;
  height: 2.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--afs-text-primary);
  color: var(--afs-color-white);
  font-size: 1rem;
  flex: 0 0 2.2rem;
}

.afs-bundle-offer__summary {
  padding: var(--afs-space-5);
  border-radius: var(--afs-radius-lg);
  background: var(--afs-color-white);
}

.afs-bundle-offer__products {
  display: flex;
  margin-bottom: var(--afs-space-4);
}

.afs-bundle-offer__product {
  width: 6.4rem;
  height: 6.4rem;

  border-radius: 50%;
  border: 2px solid var(--afs-color-white);
  overflow: hidden;
  background: var(--afs-color-blush);
}

.afs-bundle-offer__product + .afs-bundle-offer__product {
  margin-left: -1.6rem;
}

.afs-bundle-offer__product-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.afs-bundle-offer__prices {
  margin-bottom: var(--afs-space-4);
}

.afs-bundle-offer__compare {
  margin: 0 0 0.4rem;
  color: var(--afs-text-muted);
  text-decoration: line-through;
  font-size: 1.6rem;
}

.afs-bundle-offer__price {
  margin: 0;
  font-family: var(--afs-font-heading);
  font-size: clamp(3.2rem, 4vw, 4.4rem);
  line-height: 1;
  color: var(--afs-text-primary);
}

.afs-bundle-offer__savings {
  margin: 1rem 0 0;
  font-size: 1.4rem;
  color: var(--afs-text-secondary);
}

.afs-bundle-offer__button {
  width: 100%;
  justify-content: center;
}

.afs-bundle-offer__note {
  margin: var(--afs-space-3) 0 0;
  font-size: 1.2rem;
  color: var(--afs-text-muted);
  text-align: left;
}

@media screen and (max-width: 989px) {
  .afs-bundle-offer__card {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 749px) {
  .afs-bundle-offer__card {
    padding: var(--afs-space-4);
  }

  .afs-bundle-offer__summary {
    padding: var(--afs-space-4);
  }
}

/* =========================================================
   AFS FAQ Section
========================================================= */

.afs-faq {
  padding: 80px 0;
}

.afs-faq__sidebar {
  position: sticky;
  top: 120px;
}

.afs-faq__list {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.afs-faq__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.afs-faq__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 0;
  cursor: pointer;
  list-style: none;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
}

.afs-faq__question::-webkit-details-marker {
  display: none;
}

.afs-faq__icon {
  flex: 0 0 auto;
  font-size: 24px;
  line-height: 1;
  transition: transform 0.25s ease;
}

.afs-faq__item[open] .afs-faq__icon {
  transform: rotate(45deg);
}

.afs-faq__answer {
  padding: 0 0 24px;
  max-width: 720px;
}

.afs-faq__answer p:last-child {
  margin-bottom: 0;
}

.afs-faq__filters {
  margin-bottom: 32px;
}

.afs-faq__filter-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.afs-faq__filter {
  appearance: none;
  border: 1px solid rgba(0, 0, 0, 0.14);
  background: transparent;
  color: var(--afs-color-text);
  border-radius: 10px;
  padding: 14px 24px;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.afs-faq__filter:hover,
.afs-faq__filter.is-active {
  background: #090909;
  border-color: #090909;
  color: #fff;
}

.afs-faq__item.is-hidden {
  display: none;
}

@media screen and (max-width: 749px) {
  .afs-faq__filter-list {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 8px;
    scrollbar-width: none;
  }

  .afs-faq__filter-list::-webkit-scrollbar {
    display: none;
  }

  .afs-faq__filter {
    flex: 0 0 auto;
    padding: 13px 20px;
  }
}

.afs-faq__category-heading {
  padding: 32px 0 16px;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--afs-color-muted);
}

.afs-faq__item.is-hidden,
.afs-faq__category-heading.is-hidden {
  display: none !important;
}

@media screen and (max-width: 989px) {
  .afs-faq {
    padding: 64px 0;
  }

  .afs-faq__sidebar {
    position: static;
  }
}

@media screen and (max-width: 749px) {
  .afs-faq {
    padding: 48px 0;
  }

  .afs-faq__question {
    padding: 20px 0;
    font-size: 16px;
  }
}

/* =========================================================
   AFS Contact Section
========================================================= */

.afs-contact-support {
  padding: 80px 0;
}

.afs-contact-support__header {
  max-width: 640px;
  margin: 0 auto 48px;
  text-align: center;
}

.afs-contact-support__heading {
  margin: 0 0 20px;
  font-family: var(--afs-font-heading);
  font-size: clamp(40px, 5vw, 42px);
  line-height: 0.95;
  font-weight: 400;
  color: var(--afs-color-heading);
}

.afs-contact-support__description {
  max-width: 560px;
  margin: 0 auto;
}

.afs-contact-support__info-item {
  padding: 28px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.14);
}

.afs-contact-support__info-title {
  font-family: var(--afs-font-heading);
  font-size: 18px;
  line-height: 1.35;
  margin-bottom: 8px;
}

.afs-contact-support__info-text {
  font-size: 14px;
}

.afs-contact-support__icon {
  color: var(--afs-color-accent);
  margin-bottom: 12px;
}

.afs-contact-support__form-wrap {
  padding: 48px 40px;
}

.afs-contact-support__form label {
  display: block;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.afs-contact-support__form input,
.afs-contact-support__form textarea {
  width: 100%;
  margin: 0 0 28px;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.18);
  background: transparent;
  color: inherit;
  font: inherit;
  border-radius: 0;
  box-shadow: none;
}

.afs-contact-support__form input:focus,
.afs-contact-support__form textarea:focus {
  outline: none;
  border-bottom-color: currentColor;
}

.afs-contact-support__success {
  margin-bottom: 24px;
}

@media screen and (max-width: 749px) {
  .afs-contact-support {
    padding: 56px 0;
  }

  .afs-contact-support__header {
    text-align: left;
  }

  .afs-contact-support__form-wrap {
    padding: 32px 24px;
  }
}


/* =========================================================
   AFS 180-day guarantee Section
========================================================= */

.afs-guarantee {
  padding: 80px 0;
}

.afs-guarantee__hero {
  max-width: 720px;
  margin: 0 auto 44px;
  text-align: center;
}

.afs-guarantee__icon,
.afs-guarantee__timeline-icon {
  width: 44px;
  height: 44px;
  border: 1px solid #7f8f65;
  border-radius: 999px;
  color: var(--afs-color-accent);
  display: flex;
  align-items: center;
  justify-content: center;
}

.afs-guarantee__icon svg,
.afs-guarantee__timeline-icon svg {
  width: 24px;
  height: 24px;
  display: block;
  fill:#7f8f65;
}

.afs-guarantee__heading {
  margin: 0;
  font-family: var(--afs-font-heading);
  font-size: clamp(38px, 5vw, 42px);
  line-height: 1;
  font-weight: 400;
}

.afs-guarantee__subheading {
  margin: 10px 0 18px;
  font-family: var(--afs-font-heading);
  font-size: 22px;
  font-style: italic;
  color: var(--afs-color-accent);
}

.afs-guarantee__description {
  max-width: 620px;
  margin: 0 auto;
}

.afs-guarantee__actions {
  margin-top: 28px;
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.afs-guarantee__cards {
  max-width: 760px;
  margin: 0 auto 56px;
  display: grid;
  gap: 24px;
}

.afs-guarantee__card,
.afs-guarantee__bottom-card {
  padding: 36px 42px;
  border: 1px solid var(--afs-color-ivory);
  text-align: center;
}

.afs-guarantee__card h2,
.afs-guarantee__bottom-card h2 {
  margin: 0 0 14px;
  font-family: var(--afs-font-heading);
  font-size: 24px;
  line-height: 1.25;
  font-weight: 400;
}

.afs-guarantee__timeline {
  max-width: 1120px;
  margin: 0 auto 56px;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.afs-guarantee__timeline-item {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 48px;
  padding: 36px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.afs-guarantee__timeline-meta {
  text-align: left;
  color: var(--afs-color-accent);
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:start;
  gap:15px;
}

.afs-guarantee__timeline-content {
  max-width: 820px;
}

.afs-guarantee__timeline-content h3 {
  margin: 0 0 14px;
  font-family: var(--afs-font-heading);
  font-size: clamp(24px, 3vw, 20px);
  line-height: 1.2;
  font-weight: 400;
}

.afs-guarantee__timeline-content ul {
  margin: 0;
  padding-left: 18px;
}

.afs-guarantee__bottom-card {
  max-width: 1120px;
  margin: 0 auto;
}

.afs-guarantee__bottom-text {
  max-width: 640px;
  margin: 0 auto;
}

@media screen and (max-width: 749px) {
  .afs-guarantee {
    padding: 56px 0;
  }

  .afs-guarantee__hero {
    text-align: left;
  }

  .afs-guarantee__actions {
    justify-content: flex-start;
  }

  .afs-guarantee__card,
  .afs-guarantee__bottom-card {
    padding: 28px 22px;
    text-align: left;
  }

  .afs-guarantee__timeline-item {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 30px 0;
  }

  .afs-guarantee__timeline-meta {
    text-align: left;
  }

  .afs-guarantee__timeline-icon {
    margin-left: 0;
  }
}


/* =========================================================
   AFS Press Section
========================================================= */

.afs-press-grid {
  padding: 80px 0;
}

.afs-press-grid__header {
  max-width: 640px;
  margin: 0 auto 56px;
  text-align: center;
}

.afs-press-grid__heading {
  margin: 0;
  font-family: var(--afs-font-heading);
  font-size: clamp(40px, 5vw, 42px);
  line-height: 1;
  font-weight: 400;
}

.afs-featured-press__logo-image {
  display: block;
  max-width: 10rem;
  max-height: 5rem;
  width: auto;
  height: auto;
  object-fit: contain;
}
.afs-press-grid__heading em {
  color: var(--afs-color-accent);
  font-style: italic;
}

.afs-card-press {
  position: relative;
  min-height: 340px;
  padding: 48px 54px 42px;
  border: 1px solid rgba(0, 0, 0, 0.12);
}

.afs-card-press::before {
  content: "";
  position: absolute;
  top: 0;
  left: 36px;
  width: 1px;
  height: 40px;
  background: var(--afs-color-accent);
}

.afs-card-press__issue,
.afs-card-press__source {
  margin: 0;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(19, 43, 69, 0.55);
}

.afs-card-press__issue {
  margin-bottom: 28px;
}

.afs-card-press__title {
  margin: 0 0 24px;
  font-family: var(--afs-font-heading);
  font-size: clamp(28px, 3vw, 22px);
  line-height: 1.1;
  font-weight: 400;
  color: var(--afs-color-navy);
}

.afs-card-press__source {
  margin-bottom: 36px;
}

.afs-card-press__quote {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  margin-bottom: 40px;
  padding-bottom: 36px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-family: var(--afs-font-heading);
  font-size: 17px;
  line-height: 1.7;
  font-style: italic;
  color: rgba(19, 43, 69, 0.78);
}

.afs-card-press__quote p {
  margin: 0;
}

.afs-card-press__quote-mark {
  color: var(--afs-color-accent);
  font-size: 44px;
  line-height: 1;
  opacity: 0.45;
}

.afs-card-press__link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--afs-color-navy);
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.afs-card-press__link span:first-child {
  border-bottom: 1px solid currentColor;
  padding-bottom: 4px;
}

.afs-card-press__link-icon {
  width: 30px;
  height: 30px;
  border: 1px solid rgba(19, 43, 69, 0.3);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0;
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.afs-card-press__link:hover .afs-card-press__link-icon {
  transform: translate(2px, -2px);
  border-color: currentColor;
}

@media screen and (max-width: 749px) {
  .afs-press-grid {
    padding: 56px 0;
  }

  .afs-press-grid__header {
    margin-bottom: 36px;
  }

  .afs-card-press {
    min-height: auto;
    padding: 42px 28px 34px;
  }

  .afs-card-press::before {
    left: 28px;
  }

  .afs-card-press__quote {
    font-size: 17px;
    line-height: 1.6;
  }
}