/* av-discovery-css */
/* AV discovery related chips */.av-related-collections{margin:28px 0 12px}.av-related-collections__label,.av-collection-chips__label{margin:0 0 10px;font-size:13px;letter-spacing:.04em;text-transform:uppercase;opacity:.72}.av-related-collections__row,.av-collection-chips__list{display:flex;flex-wrap:wrap;gap:8px;list-style:none;margin:0;padding:0}.av-related-chip,.av-collection-chips a{display:inline-flex;align-items:center;min-height:44px;padding:8px 14px;border:1px solid rgba(0,0,0,.12);border-radius:999px;text-decoration:none;color:inherit;font-size:14px;line-height:1.2;background:#fff}.av-related-chip:hover,.av-collection-chips a:hover{border-color:rgba(0,0,0,.28)}.av-collection-chips{margin:12px 16px 8px}@media(max-width:921px){.av-collection-chips{margin:8px 12px}}#colophon .av-footer-explore,#colophon .av-footer-explore ul{list-style:none;margin:0;padding:0}#colophon .av-footer-explore a{display:inline-block;padding:6px 0}
/* av-card-scene-peek-soft-badge */
/* AV card-scene-peek-soft-badge */
/* Additive — keeps 4×2, 1:1, ATC A, card text center, wishlist heart */

ul.products li.product {
  position: relative;
}

/* Scene peek host */
ul.products li.product .astra-shop-thumbnail-wrap,
ul.products li.product .uael-woo-products-thumbnail-wrap,
ul.products li.product .woocommerce-LoopProduct-link {
  position: relative;
}

ul.products li.product .astra-shop-thumbnail-wrap,
ul.products li.product .uael-woo-products-thumbnail-wrap {
  overflow: hidden;
  border-radius: 12px;
}

ul.products li.product .astra-shop-thumbnail-wrap img.attachment-woocommerce_thumbnail,
ul.products li.product .uael-woo-products-thumbnail-wrap img.attachment-woocommerce_thumbnail,
ul.products li.product .woocommerce-LoopProduct-link > img {
  transition: transform 0.4s ease, opacity 0.35s ease;
  transform-origin: center center;
  will-change: transform;
}

/* Soft badge — top-left, opposite wishlist heart (top-right) */
.av-soft-badge {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  max-width: calc(100% - 64px);
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid rgba(47, 107, 82, 0.22);
  background: linear-gradient(165deg, #f7f3ea 0%, #e7efe9 100%);
  color: #2f6b52;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.2;
  pointer-events: none;
  box-shadow: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.av-soft-badge--new {
  background: linear-gradient(165deg, #f7f3ea 0%, #eef5f0 100%);
}
.av-soft-badge--bestseller {
  background: linear-gradient(165deg, #f3f0e6 0%, #e4efe8 100%);
}
.av-soft-badge--gift-kit {
  background: linear-gradient(165deg, #f8f4ec 0%, #e8f0ea 100%);
}

/* Second-image peek layer */
.av-scene-peek-img {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  border-radius: 12px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
  z-index: 1;
}

ul.products li.product.av-has-scene-peek .astra-shop-thumbnail-wrap,
ul.products li.product.av-has-scene-peek .uael-woo-products-thumbnail-wrap {
  position: relative;
}

/* Desktop hover: zoom OR reveal second image */
@media (hover: hover) and (pointer: fine) {
  ul.products li.product:hover .astra-shop-thumbnail-wrap > a.woocommerce-LoopProduct-link > img.attachment-woocommerce_thumbnail,
  ul.products li.product:hover .uael-woo-products-thumbnail-wrap > a.woocommerce-LoopProduct-link > img.attachment-woocommerce_thumbnail,
  ul.products li.product:hover .woocommerce-LoopProduct-link > img.attachment-woocommerce_thumbnail {
    transform: scale(1.06);
  }

  ul.products li.product.av-has-scene-peek:hover .av-scene-peek-img {
    opacity: 1;
  }

  ul.products li.product.av-has-scene-peek:hover .astra-shop-thumbnail-wrap > a.woocommerce-LoopProduct-link > img.attachment-woocommerce_thumbnail,
  ul.products li.product.av-has-scene-peek:hover .uael-woo-products-thumbnail-wrap > a.woocommerce-LoopProduct-link > img.attachment-woocommerce_thumbnail {
    opacity: 0.04;
    transform: none;
  }
}

/* Mobile / coarse pointer: light press zoom on image only — never steal ATC/wishlist taps */
@media (hover: none), (pointer: coarse) {
  ul.products li.product .astra-shop-thumbnail-wrap:active > a.woocommerce-LoopProduct-link > img.attachment-woocommerce_thumbnail,
  ul.products li.product .uael-woo-products-thumbnail-wrap:active > a.woocommerce-LoopProduct-link > img.attachment-woocommerce_thumbnail {
    transform: scale(1.03);
  }
}

@media (prefers-reduced-motion: reduce) {
  ul.products li.product .astra-shop-thumbnail-wrap img,
  ul.products li.product .uael-woo-products-thumbnail-wrap img,
  .av-scene-peek-img {
    transition: none !important;
    transform: none !important;
  }
  ul.products li.product.av-has-scene-peek:hover .av-scene-peek-img {
    opacity: 1;
  }
}

/* Do not fight Option A ATC or wishlist hit targets */
ul.products li.product a.add_to_cart_button,
ul.products li.product a.button,
ul.products li.product .av-wl-btn,
ul.products li.product .ast-on-card-button {
  position: relative;
  z-index: 6;
}
/* av-cap-search-css */

/* AV cap-search */
.av-search-no-results{margin:24px 0 16px;max-width:720px}
.av-search-no-results__msg,.av-search-empty-chips__label{margin:0 0 12px;font-size:15px;line-height:1.4}
.av-search-empty-chips__label{font-size:13px;letter-spacing:.04em;text-transform:uppercase;opacity:.72}
.av-search-empty-chips__list{display:flex;flex-wrap:wrap;gap:8px;list-style:none;margin:0;padding:0}
.av-search-chip,.av-search-empty-chips a{display:inline-flex;align-items:center;min-height:44px;padding:8px 14px;border:1px solid rgba(0,0,0,.12);border-radius:999px;text-decoration:none;color:inherit;font-size:14px;line-height:1.2;background:#fff}
.av-search-chip:hover,.av-search-empty-chips a:hover{border-color:rgba(0,0,0,.28)}
.av-search-no-results__shop{margin:16px 0 0}
.av-fibo-nores-links{font-size:13px;line-height:1.5;padding:0 12px 10px}
.av-fibo-nores-links a{text-decoration:underline}
.av-search-focus-panel{display:none;position:absolute;z-index:100050;left:0;right:0;top:calc(100% + 6px);padding:12px;background:#fff;border:1px solid rgba(0,0,0,.12);border-radius:12px;box-shadow:0 8px 28px rgba(0,0,0,.12)}
.av-search-focus-panel.is-open{display:block}
.dgwt-wcas-search-wrapp{position:relative}
/* Dedupe: hide orphan Astra search chrome when Fibo is present */
body:has(.dgwt-wcas-search-input) .ast-search-menu-icon .search-form:not(:has(.dgwt-wcas-search-input)),
body:has(.dgwt-wcas-search-input) .site-header .search-form:not(.dgwt-wcas-search-form):not(:has(.dgwt-wcas-search-input)){
  display:none !important;
}
/* Hide Astra off-canvas filters AFTER FE chrome is present */
body.woocommerce:has(.wpc-filters-main-wrapper, .wpc-filters-widget-wrapper, .av-fe-shop-widget .wpc-filters-section, .av-fe-shop-widget .wpc-filters-widget) .ast-woo-product-off-canvas-sidebar,
body.woocommerce:has(.wpc-filters-main-wrapper, .wpc-filters-widget-wrapper, .av-fe-shop-widget .wpc-filters-section) .astra-shop-filter-button,
body.woocommerce:has(.wpc-filters-main-wrapper, .wpc-filters-widget-wrapper, .av-fe-shop-widget .wpc-filters-section) .ast-off-canvas-filter{
  display:none !important;
}
.av-fe-shop-widget{margin:0 0 16px}
@media (max-width:921px){
  .av-search-focus-panel{position:fixed;left:12px;right:12px;top:auto}
}

/* av-cap-wishlist-css */
/* AV cap-wishlist */
/* Wishlist only — do not remove locked markers (Phase 0, nav, 4x2, ATC Option A, card center, mobile). */

/* Heart on product cards */
ul.products li.product {
  position: relative;
}

.av-wl-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  padding: 0;
  margin: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: #1a1a1a;
  cursor: pointer;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  -webkit-appearance: none;
  appearance: none;
}

.av-wl-btn:hover {
  background: #fff;
  border-color: rgba(47, 107, 82, 0.35);
}

.av-wl-btn:focus-visible {
  outline: none;
  box-shadow: var(--av-focus-ring, 0 0 0 3px #fff, 0 0 0 5px #c45c26);
}

.av-wl-btn.is-active {
  color: #2f6b52;
  border-color: rgba(47, 107, 82, 0.45);
  background: rgba(47, 107, 82, 0.08);
}

.av-wl-btn__icon {
  display: block;
  width: 20px;
  height: 20px;
  pointer-events: none;
}

.av-wl-btn__icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.av-wl-btn.is-active .av-wl-btn__icon svg {
  fill: currentColor;
}

/* PDP heart (inline near buy box — not overlay on gallery) */
.av-wl-btn--pdp {
  position: static;
  margin: 0.75rem 0 0;
  width: auto;
  min-width: 44px;
  height: 44px;
  padding: 0 14px;
  gap: 8px;
  border-radius: 10px;
}

.av-wl-btn--pdp .av-wl-btn__label {
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.2;
}

/* Header icon (before cart) */
.av-wl-header {
  display: inline-flex;
  align-items: center;
  margin: 0 4px 0 0;
  vertical-align: middle;
}

.av-wl-header__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  color: inherit;
  text-decoration: none;
  border-radius: 8px;
}

.av-wl-header__link:focus-visible {
  outline: none;
  box-shadow: var(--av-focus-ring, 0 0 0 3px #fff, 0 0 0 5px #c45c26);
}

.av-wl-header__icon {
  display: block;
  width: 22px;
  height: 22px;
}

.av-wl-header__icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.av-wl-header__count {
  position: absolute;
  top: 4px;
  right: 2px;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  border-radius: 999px;
  background: #2f6b52;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
}

.av-wl-header__count[hidden],
.av-wl-header__count:empty {
  display: none !important;
}

/* Wishlist page */
.av-wishlist {
  margin: 24px auto 48px;
  padding: 0 16px;
  max-width: 1200px;
}

.av-wishlist__title {
  margin: 0 0 8px;
  font-family: var(--av-font-sans, system-ui, sans-serif);
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  font-weight: 600;
  color: var(--av-color-ink, #1a1a1a);
  text-align: center;
}

.av-wishlist__lede {
  margin: 0 0 1.5rem;
  text-align: center;
  color: rgba(26, 26, 26, 0.72);
  font-size: 0.95rem;
}

.av-wishlist__list.products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px 12px;
  list-style: none;
  margin: 0;
  padding: 0;
  float: none !important;
}

.av-wishlist__list.products::before,
.av-wishlist__list.products::after {
  content: none !important;
  display: none !important;
}

.av-wishlist__list.products li.product {
  width: auto !important;
  margin: 0 !important;
  float: none !important;
  clear: none !important;
  display: flex;
  flex-direction: column;
  text-align: center;
  position: relative;
}

.av-wishlist__list .av-wl-link {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  text-decoration: none;
  color: inherit;
  min-height: 44px;
}

.av-wishlist__list .av-wl-link:focus-visible {
  outline: none;
  box-shadow: var(--av-focus-ring, 0 0 0 3px #fff, 0 0 0 5px #c45c26);
  border-radius: 12px;
}

.av-wishlist__list .av-wl-thumb {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 12px;
  background: rgba(26, 26, 26, 0.04);
}

.av-wishlist__list .av-wl-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.av-wishlist__list .av-wl-title {
  margin: 10px 0 4px;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 500;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.av-wishlist__list .av-wl-price {
  margin: 0 0 8px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: var(--av-color-ink, #1a1a1a);
}

.av-wishlist__list .av-wl-remove {
  position: static;
  align-self: center;
  width: auto;
  min-width: 44px;
  height: 44px;
  padding: 0 12px;
  margin: 0 0 4px;
  border-radius: 10px;
  font-size: 0.85rem;
  font-weight: 600;
}

/* Empty state → collections */
.av-wishlist-empty {
  margin: 1rem auto 2rem;
  max-width: 640px;
  text-align: center;
}

.av-wishlist-empty__lede {
  margin: 0 0 1.25rem;
  font-size: 1rem;
  line-height: 1.45;
  color: var(--av-color-ink, #1a1a1a);
}

.av-wishlist-empty__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 1.25rem;
}

.av-wishlist-empty__actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  background: #2f6b52;
  color: #fff;
}

.av-wishlist-empty__actions a:focus-visible {
  outline: none;
  box-shadow: var(--av-focus-ring, 0 0 0 3px #fff, 0 0 0 5px #c45c26);
}

.av-wishlist-empty__actions a.av-wishlist-empty__secondary {
  background: transparent;
  color: #2f6b52;
  border: 1px solid rgba(47, 107, 82, 0.45);
}

.av-wishlist-empty__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.av-wishlist-empty__chips a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  text-decoration: none;
  color: var(--av-color-ink, #1a1a1a);
  font-size: 0.875rem;
  font-weight: 500;
  background: rgba(255, 255, 255, 0.9);
}

.av-wishlist-empty__chips a:focus-visible {
  outline: none;
  box-shadow: var(--av-focus-ring, 0 0 0 3px #fff, 0 0 0 5px #c45c26);
}

@media (max-width: 921px) {
  .av-wishlist {
    padding: 0 12px;
  }

  .av-wishlist__list.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 10px;
  }

  .av-wl-btn {
    top: 6px;
    right: 6px;
  }
}

/* av-cap-cart-css */
/* AV cap-cart */

/* Minimum-order progress (Cap fallback — T1 widget uses same classes; #26 owns copy) */
.av-fs-progress {
  margin: 1rem 0 1.25rem;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.92);
  font-size: 0.95rem;
  line-height: 1.4;
  color: #1a1a1a;
  position: relative;
  z-index: 1;
}
.av-fs-progress[hidden] {
  display: none !important;
}
.av-fs-progress__label {
  margin: 0 0 0.55rem;
  font-weight: 600;
}
.av-fs-progress__bar {
  height: 8px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.av-fs-progress__fill {
  display: block;
  height: 100%;
  width: 0%;
  border-radius: inherit;
  background: #2f6b4f;
  transition: width 0.35s ease;
}
.av-fs-progress.is-unlocked {
  border-color: rgba(47, 107, 79, 0.35);
  background: rgba(47, 107, 79, 0.08);
}
.av-fs-progress.is-unlocked .av-fs-progress__fill {
  width: 100% !important;
}

/* Slide/mini cart: sit in drawer content, never overlay "Shopping Cart" header */
.astra-cart-drawer .av-fs-progress,
#astra-mobile-cart-drawer .av-fs-progress,
.widget_shopping_cart .av-fs-progress {
  margin: 0 0 12px;
  padding: 0.7rem 0.8rem;
  font-size: 0.88rem;
}
.astra-cart-drawer-header .av-fs-progress {
  display: none !important;
}

/* Cross-sells — Complete the scene */
.av-cart-cross-sells.cross-sells,
.woocommerce-cart .cross-sells {
  clear: both;
  margin: 2rem 0 1.5rem;
  padding: 0;
  max-width: 100%;
}
.av-cart-cross-sells > h2,
.woocommerce-cart .cross-sells > h2 {
  margin: 0 0 1rem;
  font-family: var(--av-font-sans, system-ui, sans-serif);
  font-size: clamp(1.125rem, 2vw, 1.35rem);
  font-weight: 600;
  color: var(--av-color-ink, #1a1a1a);
  text-align: center;
}
.av-cart-cross-sells ul.products,
.woocommerce-cart .cross-sells ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px 12px;
  list-style: none;
  margin: 0;
  padding: 0;
  float: none !important;
}
.av-cart-cross-sells ul.products::before,
.av-cart-cross-sells ul.products::after,
.woocommerce-cart .cross-sells ul.products::before,
.woocommerce-cart .cross-sells ul.products::after {
  content: none !important;
  display: none !important;
}
.av-cart-cross-sells ul.products li.product,
.woocommerce-cart .cross-sells ul.products li.product {
  width: auto !important;
  margin: 0 !important;
  float: none !important;
  clear: none !important;
  text-align: center;
}
.av-cart-cross-sells .woocommerce-LoopProduct-link:focus-visible,
.woocommerce-cart .cross-sells .woocommerce-LoopProduct-link:focus-visible,
.av-cart-cross-sells a.button:focus-visible,
.woocommerce-cart .cross-sells a.button:focus-visible {
  outline: none;
  box-shadow: var(--av-focus-ring, 0 0 0 3px #fff, 0 0 0 5px #c45c26);
  border-radius: 10px;
}

/* Gift cue polish (emotional P0 may already print .av-cart-gift-cue) */
.av-cart-gift-cue {
  margin: 12px 0 0;
  font-size: 13px;
  line-height: 1.45;
  color: #555;
}

/* Empty cart recovery */
.av-cart-empty {
  margin: 1.25rem auto 2rem;
  padding: 0 4px;
  max-width: 40rem;
  text-align: center;
}
.av-cart-empty__lede {
  margin: 0 0 1rem;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #444;
}
.av-cart-empty__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem 0.75rem;
  margin: 0 0 1.25rem;
}
.av-cart-empty__actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.55rem 1.1rem;
  border-radius: 10px;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  color: #fff;
  background: #2f6b52;
}
.av-cart-empty__actions a.av-cart-empty__secondary {
  background: transparent;
  color: #1a1a1a;
  border: 1px solid rgba(0, 0, 0, 0.18);
}
.av-cart-empty__actions a:focus-visible {
  outline: none;
  box-shadow: var(--av-focus-ring, 0 0 0 3px #fff, 0 0 0 5px #c45c26);
}
.av-cart-empty__chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.av-cart-empty__chips a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.14);
  background: rgba(255, 255, 255, 0.9);
  color: #1a1a1a;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
}
.av-cart-empty__chips a:focus-visible {
  outline: none;
  box-shadow: var(--av-focus-ring, 0 0 0 3px #fff, 0 0 0 5px #c45c26);
}

@media (max-width: 921px) {
  .av-cart-cross-sells ul.products,
  .woocommerce-cart .cross-sells ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 10px;
  }
  .av-fs-progress {
    margin: 0.75rem 0 1rem;
    padding: 0.75rem 0.85rem;
    font-size: 0.9rem;
  }
}
/* av-cap-recently-viewed-css */
/* AV cap-recently-viewed */
.av-recently-viewed {
  margin: 32px auto 40px;
  padding: 0 16px;
  max-width: 1200px;
  clear: both;
}
.av-recently-viewed[hidden] {
  display: none !important;
}
.av-recently-viewed__title {
  margin: 0 0 16px;
  font-family: var(--av-font-sans, system-ui, sans-serif);
  font-size: clamp(1.125rem, 2vw, 1.35rem);
  font-weight: 600;
  color: var(--av-color-ink, #1a1a1a);
  text-align: center;
}
.av-recently-viewed__list.products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px 12px;
  list-style: none;
  margin: 0;
  padding: 0;
  float: none !important;
}
.av-recently-viewed__list.products::before,
.av-recently-viewed__list.products::after {
  content: none !important;
  display: none !important;
}
.av-recently-viewed__list.products li.product {
  width: auto !important;
  margin: 0 !important;
  float: none !important;
  clear: none !important;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.av-recently-viewed__list .av-rv-link {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  text-decoration: none;
  color: inherit;
  min-height: 44px;
}
.av-recently-viewed__list .av-rv-link:focus-visible {
  outline: none;
  box-shadow: var(--av-focus-ring, 0 0 0 3px #fff, 0 0 0 5px #c45c26);
  border-radius: 12px;
}
.av-recently-viewed__list .av-rv-thumb {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 12px;
  background: rgba(26, 26, 26, 0.04);
  position: relative;
}
.av-recently-viewed__list .av-rv-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.av-recently-viewed__list .woocommerce-loop-product__title,
.av-recently-viewed__list .av-rv-title {
  margin: 10px 0 4px;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 500;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.av-recently-viewed__list .price,
.av-recently-viewed__list .av-rv-price {
  margin: 0 0 8px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: var(--av-color-ink, #1a1a1a);
}
.av-recently-viewed__list .av-rv-price del {
  opacity: 0.55;
  font-weight: 500;
  margin-right: 0.35em;
  text-decoration: line-through;
}
.av-recently-viewed__list .av-rv-price ins {
  text-decoration: none;
  font-weight: 600;
}
.av-recently-viewed__list .add_to_cart_button,
.av-recently-viewed__list .av-rv-view-kit,
.av-recently-viewed__list .av-atc-sold-out {
  margin-top: auto;
  width: 100%;
  text-align: center;
  font-size: 0.88rem;
  padding: 0.55rem 0.75rem;
  line-height: 1.3;
}
.av-recently-viewed__list a.av-atc-sold-out,
.av-recently-viewed__list a.button.av-atc-sold-out,
.av-recently-viewed__list a.button.product_type_simple.av-atc-sold-out,
.av-recently-viewed__list li.product.outofstock a.button.product_type_simple {
  opacity: 1 !important;
  cursor: not-allowed !important;
  pointer-events: none !important;
  filter: none;
  background: #f3e8e8 !important;
  color: #b03a3a !important;
  border: 1px solid rgba(176, 58, 58, 0.35) !important;
}
/* Sold Out badge (shared look) */
.av-recently-viewed__list .av-sold-out-badge {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 5;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  min-height: 20px;
  max-height: 20px;
  padding: 0 6px;
  border-radius: 3px;
  border: 1px solid rgba(176, 58, 58, 0.28);
  background: linear-gradient(165deg, #fdf2f2 0%, #f8e4e4 100%);
  color: #b03a3a;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  pointer-events: none;
}
.av-recently-viewed__list .av-sold-out-badge__text {
  font-size: 10px;
  line-height: 20px;
  color: #b03a3a;
}
@media (max-width: 921px) {
  .av-recently-viewed {
    margin: 24px auto 32px;
    padding: 0 12px;
  }
  .av-recently-viewed__list.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 10px;
  }
}
/* av-cap-system-states-css */
/* AV cap-system-states */

/* ---------- Shared empty / 404 recovery ---------- */
.av-sys-empty,
.av-sys-404 {
  margin: 1.5rem auto 2rem;
  padding: 0 4px;
  max-width: 40rem;
  text-align: center;
}

.av-sys-empty__lede,
.av-sys-404__lede {
  margin: 0 0 1rem;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #444;
}

.av-sys-empty__actions,
.av-sys-404__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem 0.75rem;
  margin: 0 0 1.25rem;
}

.av-sys-empty__actions a,
.av-sys-404__actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.55rem 1.1rem;
  border-radius: 10px;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  color: #fff;
  background: #2f6b52;
}

.av-sys-empty__actions a.av-sys-empty__secondary,
.av-sys-404__actions a.av-sys-404__secondary {
  background: transparent;
  color: #1a1a1a;
  border: 1px solid rgba(0, 0, 0, 0.18);
}

.av-sys-empty__actions a:focus-visible,
.av-sys-404__actions a:focus-visible,
.av-sys-chips a:focus-visible {
  outline: none;
  box-shadow: var(--av-focus-ring, 0 0 0 3px #fff, 0 0 0 5px #c45c26);
}

.av-sys-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.av-sys-chips a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.14);
  background: rgba(255, 255, 255, 0.9);
  color: #1a1a1a;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
}

.av-sys-chips a:hover {
  border-color: rgba(0, 0, 0, 0.28);
}

.av-sys-empty__label {
  margin: 0 0 0.65rem;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  opacity: 0.72;
}

/* ---------- Loading: FE filter busy on product grid ---------- */
ul.products.av-sys-busy {
  position: relative;
  min-height: 8rem;
  pointer-events: none;
}

ul.products.av-sys-busy::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 2;
  border-radius: 8px;
  background: linear-gradient(
    110deg,
    rgba(255, 255, 255, 0.15) 0%,
    rgba(255, 255, 255, 0.55) 45%,
    rgba(255, 255, 255, 0.15) 90%
  );
  background-size: 200% 100%;
  animation: av-sys-shimmer 1.1s ease-in-out infinite;
  pointer-events: none;
}

@keyframes av-sys-shimmer {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: -100% 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  ul.products.av-sys-busy::after {
    animation: none;
    background: rgba(255, 255, 255, 0.45);
  }
}

/* ---------- Failure toast (does not reuse #av-atc-toast) ---------- */
#av-sys-toast {
  position: fixed;
  left: 50%;
  bottom: calc(1.25rem + env(safe-area-inset-bottom, 0px));
  transform: translateX(-50%) translateY(120%);
  z-index: 100060;
  max-width: min(22rem, calc(100vw - 1.5rem));
  padding: 0.75rem 1rem;
  border-radius: 10px;
  background: #1a1a1a;
  color: #fff;
  font-size: 0.9rem;
  line-height: 1.35;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.22);
  opacity: 0;
  transition: transform 0.28s ease, opacity 0.28s ease;
  pointer-events: none;
}

#av-sys-toast.is-visible {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
  pointer-events: auto;
}

/* Sit above sticky ATC + success toast when both could stack */
body.single-product #av-sys-toast {
  bottom: calc(6.5rem + env(safe-area-inset-bottom, 0px));
}

@media (max-width: 921px) {
  .av-sys-empty,
  .av-sys-404 {
    margin: 1.15rem auto 1.5rem;
  }
}

/* av-cap-trust-css */
/* AV cap-trust */
/* Real policy / craft claims only — no fake Safe Checkout / Money Back badges. */
/* Checkout band matches Cap 25 / contact cream-sage language. */
/* 2026-07-25: PDP 4-item trust group + shipping claim blurbs removed. */

.av-trust-strip {
  --av-trust-gap: 10px 16px;
  --av-trust-sage: #2f6b52;
  font-family: "DM Sans", system-ui, sans-serif;
  color: var(--av-color-ink, #1a1a1a);
  margin: 20px auto 28px;
  padding: 0 16px;
  max-width: 1100px;
}

.av-trust-strip__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--av-trust-gap);
  list-style: none;
  margin: 0;
  padding: 0;
}

.av-trust-strip__list a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 6px 2px;
  color: inherit;
  text-decoration: underline;
  text-decoration-color: rgba(26, 26, 26, 0.28);
  text-underline-offset: 3px;
  font-size: 14px;
  line-height: 1.35;
}

.av-trust-strip__list a:hover {
  text-decoration-color: var(--av-trust-sage, #2f6b52);
  color: var(--av-trust-sage, #2f6b52);
}

.av-trust-strip__list a:focus-visible,
.av-checkout-trust a:focus-visible,
a[data-av-track='trust_policy']:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px #fff, 0 0 0 5px #2f6b52;
  border-radius: 4px;
}

.av-trust-strip__sep {
  opacity: 0.35;
  user-select: none;
  pointer-events: none;
}

/* Belt-and-suspenders: never show retired PDP trust row */
.av-pdp-trust {
  display: none !important;
}

/* Woo store notice — suppress if filter missed */
.woocommerce-store-notice.demo_store {
  display: none !important;
}

/* Home Shipping icon-box — ensure description is visible (neutral copy via JS) */
.av-home-policy .elementor-element-35834b6 .elementor-icon-box-description {
  display: block !important;
}

/* Checkout — one cream/sage band (craft + linked policies) */
.av-checkout-trust-band {
  margin: 0 0 16px;
  padding: 14px 16px 12px;
  border: 1px solid rgba(47, 107, 82, 0.14);
  border-radius: 14px;
  background: linear-gradient(165deg, #f7f3ec 0%, #eef6f1 100%);
  font-family: "DM Sans", system-ui, sans-serif;
}

.av-checkout-reassure {
  margin: 0 0 8px;
  font-size: 13px;
  line-height: 1.45;
  color: #4f5655;
  font-weight: 500;
}

.av-checkout-trust {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: #14261c;
}

.av-checkout-trust a {
  color: #2f6b52;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: rgba(47, 107, 82, 0.35);
  text-underline-offset: 2px;
}

.av-checkout-trust a:hover {
  color: #25664c;
  text-decoration-color: #25664c;
}

/* 2026-08-13: shop/PDP commerce banner + COD chips (not the retired .av-pdp-trust). */
.av-commerce-trust {
  box-sizing: border-box;
  margin: 0 0 10px;
  padding: 8px 14px;
  border: 1px solid rgba(47, 107, 82, 0.16);
  border-radius: 10px;
  background: linear-gradient(165deg, #f7f3ec 0%, #eef6f1 100%);
  text-align: center;
  font-family: "DM Sans", system-ui, sans-serif;
}

.av-commerce-trust__line {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 600;
  color: #14261c;
}

body.av-shop-filters-left .ast-woocommerce-container > .av-commerce-trust {
  grid-column: 1 / -1 !important;
  width: 100% !important;
  max-width: 100% !important;
  order: 5 !important;
  margin: 0 0 8px !important;
}

.av-commerce-trust--pdp {
  margin: 8px 0 12px;
  padding: 8px 10px;
}

body.av-diy-kit-pdp .av-commerce-trust--pdp {
  margin: 6px 0 8px;
  padding: 6px 10px;
}

body.av-diy-kit-pdp .av-commerce-trust--pdp .av-commerce-trust__line {
  font-size: 12px;
}

.av-cod-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin: 4px 0 6px;
  padding: 3px 9px;
  border-radius: 999px;
  border: 1px solid rgba(47, 107, 82, 0.28);
  background: rgba(47, 107, 82, 0.08);
  color: #2f6b52;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.av-cod-chip__icon {
  flex: 0 0 auto;
  display: block;
}

ul.products li.product .av-cod-chip,
.uael-woocommerce ul.products li.product .av-cod-chip {
  margin-left: auto;
  margin-right: auto;
}

.av-cod-chip-wrap {
  display: flex;
  justify-content: center;
  margin: 0 0 12px;
}

.av-cod-chip-wrap--cart {
  margin: 0 0 14px;
}

.av-cod-chip-wrap--mini {
  margin: 0 0 10px;
  justify-content: flex-start;
}

.av-cod-chip--cart,
.av-cod-chip--mini,
.av-cod-chip--empty {
  font-size: 12px;
  padding: 4px 10px;
  margin: 0;
}

@media (max-width: 921px) {
  .av-trust-strip {
    margin: 16px auto 22px;
    padding: 0 12px;
  }

  .av-checkout-trust-band {
    padding: 12px;
  }

  .av-commerce-trust {
    margin: 0 0 8px;
    padding: 7px 10px;
  }

  .av-commerce-trust__line {
    font-size: 12px;
  }

  .av-commerce-trust--pdp {
    position: static;
    z-index: auto;
  }
}

/* av-cap-navigation-css */
/* AV cap-navigation */
/* Skip/focus chrome + mobile extras. Explore strip removed. Does NOT alter AV mobile intentional or AV nav single row. */

/* Hide any leftover Explore surfaces if older caches/snippets inject them. */
.av-footer-explore,
#av-home-intent,
.av-home-intent.av-collection-chips,
nav.av-collection-chips:not(.av-related-collections) {
  display: none !important;
}

.ast-nav-menu > .menu-item > .menu-link:focus-visible,
#ast-hf-mobile-menu > .menu-item > .menu-link:focus-visible,
a.skip-link:focus-visible,
a.av-skip-link:focus-visible {
  outline: none;
  box-shadow: var(--av-focus-ring, 0 0 0 3px #fff, 0 0 0 5px #c45c26);
  border-radius: 4px;
}

/* Keep Astra skip visible on keyboard focus (theme may already handle; reinforce). */
a.skip-link:focus,
a.skip-link:focus-visible {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100000;
  clip: auto !important;
  width: auto;
  height: auto;
  padding: 12px 16px;
  background: var(--av-color-ink, #1a1a1a);
  color: #fff;
  text-decoration: none;
}

/* Mobile-only extras stay ≥44px (align with intentional tap targets; no sticky chrome rewrite). */
@media (max-width: 921px) {
  #ast-hf-mobile-menu > .menu-item.av-nav-mobile-extra > .menu-link {
    min-height: 44px;
    display: flex;
    align-items: center;
  }
}

/* av-wa-chat-widget-css */
/* AV wa-chat-widget */
#av-wa-float {
  --av-wa-green: #25d366;
  --av-wa-green-deep: #128c7e;
  --av-wa-ink: #1a1a1a;
  --av-wa-muted: #5c5c5c;
  --av-wa-panel: #ffffff;
  --av-wa-radius: 16px;
  position: fixed;
  right: max(16px, env(safe-area-inset-right, 0px));
  bottom: max(20px, env(safe-area-inset-bottom, 0px));
  z-index: 1100;
  font-family: "Segoe UI", system-ui, -apple-system, sans-serif;
  line-height: 1.35;
  color: var(--av-wa-ink);
}

#av-wa-float[hidden] {
  display: none !important;
}

#av-wa-float .av-wa-fab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 18px 0 14px;
  margin: 0;
  border: 0;
  border-radius: 999px;
  background: var(--av-wa-green);
  color: #fff;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 6px 20px rgba(18, 140, 126, 0.35);
  -webkit-appearance: none;
  appearance: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

#av-wa-float .av-wa-fab__label {
  display: inline;
  line-height: 1;
}

#av-wa-float .av-wa-fab:hover {
  background: var(--av-wa-green-deep);
  box-shadow: 0 8px 24px rgba(18, 140, 126, 0.42);
}

#av-wa-float .av-wa-fab:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px #fff, 0 0 0 5px var(--av-wa-green-deep);
}

#av-wa-float .av-wa-fab[aria-expanded="true"] {
  transform: scale(0.98);
}

#av-wa-float .av-wa-fab__icon {
  display: block;
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}

/* Mobile: icon-only circular FAB (no CHAT text). */
@media (max-width: 767px) {
  #av-wa-float .av-wa-fab {
    width: 56px;
    height: 56px;
    min-width: 56px;
    min-height: 56px;
    padding: 0;
    gap: 0;
  }
  #av-wa-float .av-wa-fab__label {
    display: none !important;
  }
  #av-wa-float .av-wa-fab__icon {
    width: 30px;
    height: 30px;
  }
}

#av-wa-float .av-wa-panel {
  position: absolute;
  right: 0;
  bottom: calc(100% + 12px);
  width: min(320px, calc(100vw - 32px));
  background: var(--av-wa-panel);
  border-radius: var(--av-wa-radius);
  box-shadow: 0 12px 40px rgba(26, 26, 26, 0.18);
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px) scale(0.98);
  transform-origin: bottom right;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
}

#av-wa-float.is-open .av-wa-panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

#av-wa-float .av-wa-panel__header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 44px 14px 14px;
  background: linear-gradient(160deg, #f7faf8 0%, #eef6f1 100%);
  border-bottom: 1px solid rgba(26, 26, 26, 0.06);
  position: relative;
}

#av-wa-float .av-wa-panel__logo {
  width: 44px;
  height: 44px;
  object-fit: contain;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  flex-shrink: 0;
}

#av-wa-float .av-wa-panel__brand {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  color: var(--av-wa-ink);
}

#av-wa-float .av-wa-panel__sub {
  margin: 2px 0 0;
  font-size: 12px;
  color: var(--av-wa-muted);
}

#av-wa-float .av-wa-panel__close {
  position: absolute;
  top: 8px;
  right: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: var(--av-wa-ink);
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

#av-wa-float .av-wa-panel__close:hover {
  background: rgba(26, 26, 26, 0.06);
}

#av-wa-float .av-wa-panel__close:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px #fff, 0 0 0 5px var(--av-wa-green-deep);
}

#av-wa-float .av-wa-panel__body {
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

#av-wa-float .av-wa-panel__label {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  color: var(--av-wa-muted);
}

#av-wa-float .av-wa-panel__msg {
  width: 100%;
  min-height: 96px;
  padding: 10px 12px;
  border: 1px solid rgba(26, 26, 26, 0.12);
  border-radius: 10px;
  resize: vertical;
  font: inherit;
  font-size: 14px;
  color: var(--av-wa-ink);
  background: #fafafa;
  box-sizing: border-box;
}

#av-wa-float .av-wa-panel__msg:focus {
  outline: none;
  border-color: var(--av-wa-green-deep);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(37, 211, 102, 0.22);
}

#av-wa-float .av-wa-panel__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 48px;
  padding: 12px 16px;
  border: 0;
  border-radius: 10px;
  background: var(--av-wa-green);
  color: #fff;
  font: inherit;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
  transition: background 0.15s ease;
}

#av-wa-float .av-wa-panel__cta:hover {
  background: var(--av-wa-green-deep);
  color: #fff;
}

#av-wa-float .av-wa-panel__cta:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px #fff, 0 0 0 5px var(--av-wa-green-deep);
}

@media (max-width: 921px) {
  .single-product #av-wa-float {
    bottom: calc(72px + env(safe-area-inset-bottom, 0px));
  }
}

@media (prefers-reduced-motion: reduce) {
  #av-wa-float .av-wa-fab,
  #av-wa-float .av-wa-panel {
    transition: none;
  }
}
/* av-cap-a11y-css */
/* AV cap-a11y */
/* WCAG 2.2 AA smoke — focus, skip, contrast (nav). Does not restyle ATC Option A
   (already dark #2f6b52 / white ~6.3:1). Preserves Phase 0 --av-focus-ring. */

/* Skip link reinforcement sitewide (Astra + Cap1 home). */
a.skip-link:focus,
a.skip-link:focus-visible,
a.av-skip-link:focus,
a.av-skip-link:focus-visible {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100000;
  clip: auto !important;
  width: auto;
  height: auto;
  overflow: visible;
  padding: 12px 16px;
  background: var(--av-color-ink, #1a1a1a);
  color: #fff;
  text-decoration: none;
  border-radius: 0 0 8px 0;
  outline: none;
  box-shadow: var(--av-focus-ring, 0 0 0 3px #fff, 0 0 0 5px #c45c26);
}

/* Visible focus on interactive chrome + commerce. */
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible,
[tabindex]:not([tabindex='-1']):focus-visible,
.ast-nav-menu .menu-link:focus-visible,
#ast-hf-mobile-menu .menu-link:focus-visible,
.av-collection-chips a:focus-visible,
.av-home-intent a:focus-visible,
.av-wl-btn:focus-visible,
.av-wl-header__link:focus-visible,
.ast-header-search .astra-search-icon:focus-visible,
.dgwt-wcas-search-submit:focus-visible,
.dgwt-wcas-ico-magnifier:focus-visible,
ul.products a.button:focus-visible,
ul.products .add_to_cart_button:focus-visible,
.single_add_to_cart_button:focus-visible {
  outline: none;
  box-shadow: var(--av-focus-ring, 0 0 0 3px #fff, 0 0 0 5px #c45c26);
  border-radius: 4px;
}

/* Primary nav teal on white failed ~2.1:1 — darken for AA (≥4.5:1) without redesign. */
.ast-nav-menu > .menu-item > .menu-link,
.main-header-menu > .menu-item > .menu-link,
.ast-builder-menu-1 .menu-link {
  color: #0f5c52 !important;
}

.ast-nav-menu > .menu-item > .menu-link:hover,
.ast-nav-menu > .menu-item.current-menu-item > .menu-link,
.main-header-menu > .menu-item > .menu-link:hover,
.main-header-menu > .menu-item.current-menu-item > .menu-link {
  color: #0a433c !important;
}

/* Chip strip already high-contrast ink on white; reinforce link color if theme washes it. */
.av-collection-chips a,
.av-home-intent .av-collection-chips__list a {
  color: var(--av-color-ink, #1a1a1a);
}

/* Icon search / wishlist taps stay ≥44px (align mobile intentional). */
.ast-header-search .astra-search-icon,
.ast-search-menu-icon .search-icon,
.dgwt-wcas-enable-mobile-form,
button.dgwt-wcas-search-submit {
  min-width: 44px;
  min-height: 44px;
}

/* av-product-card-align-css */

/* Equal-height cards in every Woo / UAEL product grid */
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.elementor-widget-uael-woo-products ul.products li.product,
.uael-woocommerce ul.products li.product,
ul.products li.product {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
}

/* Summary column fills leftover space under the 1:1 thumb */
.woocommerce ul.products li.product .astra-shop-summary-wrap,
.woocommerce-page ul.products li.product .astra-shop-summary-wrap,
.elementor-widget-uael-woo-products ul.products li.product .astra-shop-summary-wrap,
.uael-woocommerce ul.products li.product .astra-shop-summary-wrap,
ul.products li.product .astra-shop-summary-wrap,
ul.products li.product .uael-woo-products-summary-wrap {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 auto !important;
  width: 100%;
  min-height: 0;
}

/* Title: fixed 2-line slot so price aligns across the row */
ul.products li.product .ast-loop-product__link,
ul.products li.product .uael-loop-product__link {
  display: block !important;
  width: 100%;
  min-height: calc(1.3em * 2);
}

ul.products li.product .woocommerce-loop-product__title,
ul.products li.product .ast-loop-product__link .woocommerce-loop-product__title,
ul.products li.product h2.woocommerce-loop-product__title,
ul.products li.product span.woocommerce-loop-product__title,
ul.products li.product .uael-product__title {
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.3 !important;
  min-height: calc(1.3em * 2);
  max-height: calc(1.3em * 2);
  margin: 0 0 6px !important;
}

/* Price sits directly under the fixed title slot */
ul.products li.product .astra-shop-summary-wrap .price,
ul.products li.product .uael-woo-products-summary-wrap .price {
  margin: 0 0 10px !important;
  min-height: 1.4em;
}

/* Pin ATC to the card bottom — summary button only (not image overlay) */
ul.products li.product .astra-shop-summary-wrap > .button,
ul.products li.product .astra-shop-summary-wrap > a.button,
ul.products li.product .astra-shop-summary-wrap > a.add_to_cart_button,
ul.products li.product .uael-woo-products-summary-wrap > .button,
ul.products li.product .uael-woo-products-summary-wrap > a.button {
  margin-top: auto !important;
  width: 100%;
  align-self: stretch;
  text-align: center;
}

/* --- Sold out: badge + disabled ATC (all product grids) --- */
ul.products li.product .astra-shop-thumbnail-wrap,
ul.products li.product .uael-woo-products-thumbnail-wrap,
.av-recently-viewed__list .av-rv-thumb,
.av-404-bestsellers__list .av-404-bs-thumb,
ul.products li.product .av-rv-thumb {
  position: relative;
}

/* Hide Astra's centered “Out of stock” overlay — replaced by corner badge */
ul.products li.product.outofstock .ast-shop-product-out-of-stock {
  display: none !important;
}

/* Sold Out badge: font 10px / height 20px, top-right — light red (negative) */
.av-sold-out-badge {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 5;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  min-height: 20px;
  max-height: 20px;
  padding: 0 6px;
  border-radius: 3px;
  border: 1px solid rgba(176, 58, 58, 0.28);
  background: linear-gradient(165deg, #fdf2f2 0%, #f8e4e4 100%);
  color: #b03a3a;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  pointer-events: none;
  box-shadow: none;
}
.av-sold-out-badge__text {
  font-size: 10px;
  line-height: 20px;
  color: #b03a3a;
}

/* Disabled Add to cart — keep button, block purchase */
ul.products li.product a.av-atc-sold-out,
ul.products li.product a.button.av-atc-sold-out,
ul.products li.product a.button.product_type_simple.av-atc-sold-out,
ul.products li.product.outofstock a.button.product_type_simple,
ul.products li.product .astra-shop-summary-wrap > a.av-atc-sold-out,
ul.products li.product .ast-on-card-button.av-atc-sold-out,
.av-recently-viewed__list a.av-atc-sold-out,
.av-recently-viewed__list a.button.product_type_simple.av-atc-sold-out,
.av-404-bestsellers__list a.av-atc-sold-out,
.av-404-bestsellers__list a.button.product_type_simple.av-atc-sold-out {
  opacity: 1 !important;
  cursor: not-allowed !important;
  pointer-events: none !important;
  filter: none;
  background: #f3e8e8 !important;
  color: #b03a3a !important;
  border: 1px solid rgba(176, 58, 58, 0.35) !important;
}

/* av-cart-drawer-ux */
/* AV cart-drawer-ux */
.astra-cart-drawer,
#astra-mobile-cart-drawer {
  z-index: 100050 !important;
}
.astra-mobile-cart-overlay,
.ast-mobile-cart-active .astra-mobile-cart-overlay {
  z-index: 100040 !important;
  pointer-events: auto !important;
  cursor: pointer;
}
/* Keep WA under open drawer */
body.ast-mobile-cart-active #av-wa-float,
body:has(#astra-mobile-cart-drawer.active) #av-wa-float,
body:has(.astra-cart-drawer.active) #av-wa-float {
  z-index: 1100 !important;
}

.av-cart-added {
  position: relative;
  z-index: 1;
  margin: 0 0 12px;
  padding: 10px 12px;
  border-radius: 10px;
  background: rgba(47, 107, 82, 0.1);
  color: #1a1a1a;
  font-size: 0.92rem;
  line-height: 1.4;
  font-weight: 600;
}
/* Prevent slide-cart toast from covering Astra "Shopping Cart" title. */
.astra-cart-drawer.active,
#astra-mobile-cart-drawer.active {
  display: flex !important;
  flex-direction: column !important;
  overflow: hidden !important;
}
.astra-cart-drawer-header {
  position: relative !important;
  z-index: 5;
  flex: 0 0 auto;
  background: #fff !important;
}
.av-cart-toast {
  position: relative !important;
  z-index: 4;
  flex: 0 0 auto;
  width: 100%;
  margin: 0 !important;
  box-sizing: border-box;
  word-break: break-word;
}
.astra-cart-drawer-content,
.widget_shopping_cart_content {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto !important;
}
.av-cart-freeship {
  margin: 0 0 14px;
  padding: 10px 12px;
  border-radius: 10px;
  background: #f7f3ec;
  border: 1px solid rgba(47, 107, 82, 0.14);
  color: #1a1a1a;
  font-size: 0.85rem;
  line-height: 1.4;
}
.av-cart-freeship__bar {
  margin-top: 8px;
  height: 6px;
  border-radius: 999px;
  background: rgba(47, 107, 82, 0.12);
  overflow: hidden;
}
.av-cart-freeship__fill {
  height: 100%;
  width: 0%;
  background: #2f6b52;
  border-radius: 999px;
  transition: width 0.35s ease;
}
.av-cart-continue {
  display: block;
  width: 100%;
  margin: 10px 0 0;
  padding: 0.7rem 1rem;
  border-radius: 10px;
  border: 1px solid rgba(47, 107, 82, 0.35);
  background: #fff;
  color: #2f6b52;
  font-weight: 600;
  font-size: 0.95rem;
  text-align: center;
  cursor: pointer;
  text-decoration: none !important;
}
.av-cart-continue:hover,
.av-cart-continue:focus {
  background: #f7f3ec;
  color: #245640;
}

/* Checkout as primary sage */
.astra-cart-drawer .ast-cart-drawer-checkout,
.astra-cart-drawer .woocommerce-mini-cart__buttons .checkout,
#astra-mobile-cart-drawer .checkout {
  background: #2f6b52 !important;
  border-color: #2f6b52 !important;
  color: #fff !important;
}

/* GPU slide — transform only (no left/top animation). */
.astra-cart-drawer,
#astra-mobile-cart-drawer {
  will-change: transform;
  transition: transform 0.28s ease;
}
/* Invisible 44px hit area — do not inflate visual padding (grid/drawer chrome). */
.astra-cart-drawer-close,
.astra-cart-drawer .ast-qty-plus,
.astra-cart-drawer .ast-qty-minus,
#astra-mobile-cart-drawer .ast-qty-plus,
#astra-mobile-cart-drawer .ast-qty-minus,
.astra-cart-drawer .quantity .plus,
.astra-cart-drawer .quantity .minus,
#astra-mobile-cart-drawer .quantity .plus,
#astra-mobile-cart-drawer .quantity .minus {
  position: relative;
  isolation: isolate;
}
.astra-cart-drawer-close::after,
.astra-cart-drawer .ast-qty-plus::after,
.astra-cart-drawer .ast-qty-minus::after,
#astra-mobile-cart-drawer .ast-qty-plus::after,
#astra-mobile-cart-drawer .ast-qty-minus::after,
.astra-cart-drawer .quantity .plus::after,
.astra-cart-drawer .quantity .minus::after,
#astra-mobile-cart-drawer .quantity .plus::after,
#astra-mobile-cart-drawer .quantity .minus::after {
  content: "";
  position: absolute;
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  z-index: 1;
}

/* Desktop: right drawer (Astra default reinforced) */
@media (min-width: 922px) {
  .astra-cart-drawer,
  #astra-mobile-cart-drawer {
    top: 0 !important;
    right: 0 !important;
    left: auto !important;
    bottom: 0 !important;
    width: min(400px, 92vw) !important;
    max-width: 400px !important;
    height: 100% !important;
    border-radius: 0 !important;
    transform: translate3d(100%, 0, 0);
  }
  .astra-cart-drawer.active,
  #astra-mobile-cart-drawer.active,
  .ast-mobile-cart-active .astra-cart-drawer,
  .ast-mobile-cart-active #astra-mobile-cart-drawer {
    transform: translate3d(0, 0, 0) !important;
  }
}

/* Mobile: bottom sheet */
@media (max-width: 921px) {
  .astra-cart-drawer,
  #astra-mobile-cart-drawer {
    top: auto !important;
    right: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    max-width: none !important;
    height: min(88dvh, 720px) !important;
    max-height: min(88dvh, calc(100dvh - var(--av-kb-inset, 0px))) !important;
    padding-bottom: max(env(safe-area-inset-bottom, 0px), var(--av-kb-inset, 0px)) !important;
    border-radius: 16px 16px 0 0 !important;
    transform: translate3d(0, 100%, 0);
  }
  .astra-cart-drawer.active,
  #astra-mobile-cart-drawer.active,
  .ast-mobile-cart-active .astra-cart-drawer,
  .ast-mobile-cart-active #astra-mobile-cart-drawer {
    transform: translate3d(0, 0, 0) !important;
  }
  .astra-cart-drawer .woocommerce-mini-cart__buttons,
  #astra-mobile-cart-drawer .woocommerce-mini-cart__buttons,
  .astra-cart-drawer .ast-cart-drawer-buttons,
  #astra-mobile-cart-drawer .ast-cart-drawer-buttons {
    flex: 0 0 auto;
    position: sticky;
    bottom: 0;
    z-index: 4;
    background: #fff;
    padding-top: 8px;
    padding-bottom: max(8px, env(safe-area-inset-bottom, 0px));
  }
  .astra-cart-drawer::before,
  #astra-mobile-cart-drawer::before {
    content: "";
    display: block;
    width: 40px;
    height: 4px;
    margin: 10px auto 6px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.18);
  }
}
/* av-min-order-shipping-css */
.av-below-min-order .checkout-button,.av-below-min-order .wc-proceed-to-checkout .checkout-button,.av-below-min-order .wc-proceed-to-checkout a.checkout{pointer-events:none;opacity:.45;cursor:not-allowed;}
/* av-touch-hit-areas-css */
@media(max-width:921px){ul.products li.product a.add_to_cart_button,ul.products li.product a.button,ul.products li.product button.add_to_cart_button,ul.products li.product a.added_to_cart,.uael-woocommerce ul.products li.product a.add_to_cart_button{position:relative;isolation:isolate;}ul.products li.product a.add_to_cart_button::before,ul.products li.product a.button::before,ul.products li.product button.add_to_cart_button::before,ul.products li.product a.added_to_cart::before,.uael-woocommerce ul.products li.product a.add_to_cart_button::before{content:"";position:absolute;top:-8px;right:-8px;bottom:-8px;left:-8px;z-index:1;}}
/* av-cart-phase1-css */

/* AV cart Phase 1 */
#custom_html-4 .widget-title{display:none!important;}
.av-fs-progress {
  margin: 1rem 0 1.25rem;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.92);
  font-size: 0.95rem;
  line-height: 1.4;
  color: #1a1a1a;
}
.av-fs-progress[hidden] { display: none !important; }
.av-fs-progress__label { margin: 0 0 0.55rem; font-weight: 600; }
.av-fs-progress__bar {
  height: 8px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.av-fs-progress__fill {
  display: block;
  height: 100%;
  width: 0%;
  border-radius: inherit;
  background: #2f6b4f;
  transition: width 0.35s ease;
}
.av-fs-progress.is-unlocked {
  border-color: rgba(47, 107, 79, 0.35);
  background: rgba(47, 107, 79, 0.08);
}
.av-fs-progress.is-unlocked .av-fs-progress__fill { width: 100% !important; }

.av-atc-toast {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: calc(96px + env(safe-area-inset-bottom, 0px));
  z-index: 100050;
  max-width: 420px;
  margin: 0 auto;
  padding: 0.9rem 1rem 0.95rem;
  border-radius: 8px;
  background: #1a1a1a;
  color: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.28);
  transform: translateY(12px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.av-atc-toast.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.av-atc-toast__row {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}
.av-atc-toast__msg {
  flex: 1;
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.35;
}
.av-atc-toast__msg strong { font-weight: 650; }
.av-atc-toast__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 0.85rem;
  margin-top: 0.65rem;
}
.av-atc-toast__actions a {
  color: #fff;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.av-atc-toast__dismiss {
  flex: 0 0 auto;
  margin: -0.25rem -0.25rem 0 0;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1;
  cursor: pointer;
  opacity: 0.85;
  padding: 0.25rem;
}
.av-atc-toast__dismiss:hover,
.av-atc-toast__dismiss:focus-visible {
  opacity: 1;
  outline: 2px solid #fff;
  outline-offset: 2px;
}
@media (min-width: 768px) {
  .av-atc-toast {
    left: auto;
    right: 24px;
    bottom: calc(24px + env(safe-area-inset-bottom, 0px));
    margin: 0;
  }
}

/* av-master-depth-system */

    /* ========================================================= */
    /* GLOBAL DESIGN TOKENS & TYPOGRAPHY                         */
    /* ========================================================= */
    :root {
      --av-primary: #1e293b;
      --av-accent: #6366f1;
      --av-accent-hover: #4f46e5;
      --av-success: #10b981;
      --av-bg: #f8fafc;
      --av-border: #e2e8f0;
      --av-text: #0f172a;
      --av-muted: #64748b;
      --av-radius-lg: 16px;
      --av-radius-md: 10px;
      --av-radius-sm: 6px;
      --av-shadow: 0 4px 14px rgba(0,0,0,0.05);
    }

    body, p, span, input, button, select {
      font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif !important;
    }
    h1, h2, h3, h4, h5, h6, .entry-title, .product_title, .widget-title {
      font-family: 'DM Serif Display', Georgia, serif !important;
    }

    /* ========================================================= */
    /* DEPTH 1A: PLP & CATALOG CARDS (/shop/, /product-category/*) */
    /* ========================================================= */
    .woocommerce ul.products li.product {
      background: #ffffff !important;
      border: 1px solid var(--av-border) !important;
      border-radius: var(--av-radius-md) !important;
      padding: 14px !important;
      transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease !important;
    }
    .woocommerce ul.products li.product:hover {
      transform: translateY(-4px) !important;
      box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08) !important;
      border-color: var(--av-accent) !important;
    }
    .woocommerce ul.products li.product img {
      aspect-ratio: 1 / 1 !important;
      object-fit: cover !important;
      border-radius: var(--av-radius-sm) !important;
      transition: transform 0.3s ease !important;
    }
    .woocommerce ul.products li.product:hover img {
      transform: scale(1.03) !important;
    }
    .woocommerce ul.products li.product .woocommerce-loop-product__title {
      font-size: 1.05rem !important;
      font-weight: 600 !important;
      margin-top: 8px !important;
      color: var(--av-primary) !important;
    }
    .woocommerce ul.products li.product .price {
      color: var(--av-accent) !important;
      font-weight: 700 !important;
      font-size: 1.1rem !important;
    }

    /* ========================================================= */
    /* DEPTH 1B: POLICY & CONTENT HUBS (/shipping-policy/, etc)   */
    /* ========================================================= */
    .page:not(.woocommerce-page) #primary .entry-content {
      background: #ffffff;
      border: 1px solid var(--av-border);
      border-radius: var(--av-radius-lg);
      padding: 2.5rem;
      max-width: 920px;
      margin: 2rem auto;
      box-shadow: var(--av-shadow);
      line-height: 1.7;
    }

    /* ========================================================= */
    /* DEPTH 2: PRODUCT DETAIL PAGES (PDP)                       */
    /* ========================================================= */
    /* Shiprocket Pincode Box */
    #shiprocket_pincode_check {
      border: 1px solid #cbd5e1 !important;
      border-radius: 8px !important;
      padding: 9px 14px !important;
      font-size: 14px !important;
      width: 60% !important;
      max-width: 220px !important;
    }
    #check_pincode {
      background: var(--av-primary) !important;
      color: #ffffff !important;
      border: none !important;
      border-radius: 8px !important;
      padding: 10px 18px !important;
      font-weight: 600 !important;
      cursor: pointer !important;
      transition: background 0.2s ease !important;
    }
    #check_pincode:hover {
      background: var(--av-accent) !important;
    }
    #pincode_response {
      margin-top: 8px;
      font-size: 0.9rem;
      color: var(--av-success);
      font-weight: 600;
    }

    /* Trust Reassurance Badges */
    .av-pdp-trust__list {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      list-style: none;
      padding: 0;
      margin: 1rem 0;
    }
    .av-pdp-trust__list li a {
      background: rgba(99, 102, 241, 0.08);
      color: var(--av-accent);
      border: 1px solid rgba(99, 102, 241, 0.2);
      padding: 6px 12px;
      border-radius: 999px;
      font-size: 0.85rem;
      font-weight: 600;
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      gap: 6px;
    }

    /* ========================================================= */
    /* DEPTH 3: PERSISTENT SLIDE CART & ACCOUNT DASHBOARD        */
    /* ========================================================= */
    .av-cart-toast {
      background: rgba(16, 185, 129, 0.15);
      border-bottom: 1px solid rgba(16, 185, 129, 0.3);
      color: #10b981;
      padding: 10px 16px;
      font-size: 14px;
      font-weight: 600;
      display: flex;
      align-items: center;
      gap: 8px;
    }
    @media (max-width: 767px) {
      .astra-cart-drawer.active {
        top: auto !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        max-height: 88vh !important;
        border-radius: 20px 20px 0 0 !important;
        transform: translateY(0) !important;
        box-shadow: 0 -10px 30px rgba(0,0,0,0.4) !important;
      }
    }
    
/* av-inner-pages-system */

    :root {
      --av-primary: #1e293b;
      --av-accent: #6366f1;
      --av-success: #10b981;
      --av-border: #e2e8f0;
      --av-radius-lg: 16px;
      --av-radius-md: 10px;
    }

    /* PLP Catalog Cards */
    .woocommerce ul.products li.product {
      background: #ffffff !important;
      border: 1px solid var(--av-border) !important;
      border-radius: var(--av-radius-md) !important;
      padding: 14px !important;
      transition: transform 0.25s ease, box-shadow 0.25s ease !important;
    }
    .woocommerce ul.products li.product:hover {
      transform: translateY(-4px) !important;
      box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08) !important;
      border-color: var(--av-accent) !important;
    }
    .woocommerce ul.products li.product img {
      aspect-ratio: 1 / 1 !important;
      object-fit: cover !important;
      border-radius: 8px !important;
    }

    /* Policy Pages Card Wrapper */
    .page:not(.woocommerce-page) #primary .entry-content {
      background: #ffffff;
      border: 1px solid var(--av-border);
      border-radius: var(--av-radius-lg);
      padding: 2.5rem;
      max-width: 920px;
      margin: 2rem auto;
      box-shadow: 0 4px 14px rgba(0,0,0,0.05);
      line-height: 1.7;
    }

    /* PDP Pincode Check Box */
    #shiprocket_pincode_check {
      border: 1px solid #cbd5e1 !important;
      border-radius: 8px !important;
      padding: 9px 14px !important;
      font-size: 14px !important;
      width: 60% !important;
    }
    #check_pincode {
      background: var(--av-primary) !important;
      color: #ffffff !important;
      border: none !important;
      border-radius: 8px !important;
      padding: 10px 18px !important;
      font-weight: 600 !important;
      cursor: pointer !important;
    }
    
/* av-inner-pages-system */

    :root {
      --av-primary: #1e293b;
      --av-accent: #6366f1;
      --av-success: #10b981;
      --av-border: #e2e8f0;
      --av-radius-lg: 16px;
      --av-radius-md: 10px;
    }

    /* PLP Catalog Cards */
    .woocommerce ul.products li.product {
      background: #ffffff !important;
      border: 1px solid var(--av-border) !important;
      border-radius: var(--av-radius-md) !important;
      padding: 14px !important;
      transition: transform 0.25s ease, box-shadow 0.25s ease !important;
    }
    .woocommerce ul.products li.product:hover {
      transform: translateY(-4px) !important;
      box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08) !important;
      border-color: var(--av-accent) !important;
    }
    .woocommerce ul.products li.product img {
      aspect-ratio: 1 / 1 !important;
      object-fit: cover !important;
      border-radius: 8px !important;
    }

    /* Policy Pages Card Wrapper */
    .page:not(.woocommerce-page) #primary .entry-content {
      background: #ffffff;
      border: 1px solid var(--av-border);
      border-radius: var(--av-radius-lg);
      padding: 2.5rem;
      max-width: 920px;
      margin: 2rem auto;
      box-shadow: 0 4px 14px rgba(0,0,0,0.05);
      line-height: 1.7;
    }

    /* PDP Pincode Check Box */
    #shiprocket_pincode_check {
      border: 1px solid #cbd5e1 !important;
      border-radius: 8px !important;
      padding: 9px 14px !important;
      font-size: 14px !important;
      width: 60% !important;
    }
    #check_pincode {
      background: var(--av-primary) !important;
      color: #ffffff !important;
      border: none !important;
      border-radius: 8px !important;
      padding: 10px 18px !important;
      font-weight: 600 !important;
      cursor: pointer !important;
    }
    
/* av-inner-pages-system */

    :root {
      --av-primary: #1e293b;
      --av-accent: #6366f1;
      --av-success: #10b981;
      --av-border: #e2e8f0;
      --av-radius-lg: 16px;
      --av-radius-md: 10px;
    }

    /* PLP Catalog Cards */
    .woocommerce ul.products li.product {
      background: #ffffff !important;
      border: 1px solid var(--av-border) !important;
      border-radius: var(--av-radius-md) !important;
      padding: 14px !important;
      transition: transform 0.25s ease, box-shadow 0.25s ease !important;
    }
    .woocommerce ul.products li.product:hover {
      transform: translateY(-4px) !important;
      box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08) !important;
      border-color: var(--av-accent) !important;
    }
    .woocommerce ul.products li.product img {
      aspect-ratio: 1 / 1 !important;
      object-fit: cover !important;
      border-radius: 8px !important;
    }

    /* Policy Pages Card Wrapper */
    .page:not(.woocommerce-page) #primary .entry-content {
      background: #ffffff;
      border: 1px solid var(--av-border);
      border-radius: var(--av-radius-lg);
      padding: 2.5rem;
      max-width: 920px;
      margin: 2rem auto;
      box-shadow: 0 4px 14px rgba(0,0,0,0.05);
      line-height: 1.7;
    }

    /* PDP Pincode Check Box */
    #shiprocket_pincode_check {
      border: 1px solid #cbd5e1 !important;
      border-radius: 8px !important;
      padding: 9px 14px !important;
      font-size: 14px !important;
      width: 60% !important;
    }
    #check_pincode {
      background: var(--av-primary) !important;
      color: #ffffff !important;
      border: none !important;
      border-radius: 8px !important;
      padding: 10px 18px !important;
      font-weight: 600 !important;
      cursor: pointer !important;
    }
    
/* av-inner-pages-system */

    :root {
      --av-primary: #1e293b;
      --av-accent: #6366f1;
      --av-success: #10b981;
      --av-border: #e2e8f0;
      --av-radius-lg: 16px;
      --av-radius-md: 10px;
    }

    /* PLP Catalog Cards */
    .woocommerce ul.products li.product {
      background: #ffffff !important;
      border: 1px solid var(--av-border) !important;
      border-radius: var(--av-radius-md) !important;
      padding: 14px !important;
      transition: transform 0.25s ease, box-shadow 0.25s ease !important;
    }
    .woocommerce ul.products li.product:hover {
      transform: translateY(-4px) !important;
      box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08) !important;
      border-color: var(--av-accent) !important;
    }
    .woocommerce ul.products li.product img {
      aspect-ratio: 1 / 1 !important;
      object-fit: cover !important;
      border-radius: 8px !important;
    }

    /* Policy Pages Card Wrapper */
    .page:not(.woocommerce-page) #primary .entry-content {
      background: #ffffff;
      border: 1px solid var(--av-border);
      border-radius: var(--av-radius-lg);
      padding: 2.5rem;
      max-width: 920px;
      margin: 2rem auto;
      box-shadow: 0 4px 14px rgba(0,0,0,0.05);
      line-height: 1.7;
    }

    /* PDP Pincode Check Box */
    #shiprocket_pincode_check {
      border: 1px solid #cbd5e1 !important;
      border-radius: 8px !important;
      padding: 9px 14px !important;
      font-size: 14px !important;
      width: 60% !important;
    }
    #check_pincode {
      background: var(--av-primary) !important;
      color: #ffffff !important;
      border: none !important;
      border-radius: 8px !important;
      padding: 10px 18px !important;
      font-weight: 600 !important;
      cursor: pointer !important;
    }

    /* Mobile Cart Icon Tap Fix */
    #ast-mobile-header .ast-site-header-cart-li a {
        pointer-events: auto !important;
    }

    /* Toast Notification & Timer Bar */
    .av-cart-toast {
      background: rgba(16, 185, 129, 0.15);
      border-bottom: 1px solid rgba(16, 185, 129, 0.3);
      color: #10b981;
      padding: 10px 16px;
      font-size: 14px;
      font-weight: 600;
      display: flex;
      flex-direction: column;
      gap: 6px;
    }
    .av-timer-progress {
      height: 3px;
      background: #10b981;
      width: 100%;
      border-radius: 999px;
      transition: width 5s linear;
    }
    .av-timer-progress.paused {
      opacity: 0.3;
    }

    @media (max-width: 767px) {
      .astra-cart-drawer.active {
        top: auto !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        max-height: 88vh !important;
        border-radius: 20px 20px 0 0 !important;
        transform: translateY(0) !important;
        box-shadow: 0 -10px 30px rgba(0,0,0,0.4) !important;
      }
    }
    
/* av-diy-kits-css */

/* AV diy-kits */
.av-diy-kit,
.av-diy-kits,
.av-diy-kit-how {
  --av-diy-sage: #2f6b52;
  --av-diy-sage-deep: #245540;
  --av-diy-cream: #f7f3ea;
  --av-diy-mist: #e8efe9;
  --av-diy-ink: #1f2a24;
  --av-diy-muted: #5c6b63;
  --av-diy-line: rgba(31, 42, 36, 0.12);
  --av-diy-blue: #d7e8f2;
  --av-diy-tan: #efe3d4;
  --av-diy-saved: #e7f3e4;
  color: var(--av-diy-ink);
}
body.av-diy-kit-pdp .product_title.entry-title {
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
  white-space: normal !important;
  text-overflow: unset !important;
  -webkit-line-clamp: unset !important;
  line-height: 1.25 !important;
  overflow-wrap: anywhere;
  word-break: break-word;
}
body.av-diy-kit-pdp .summary .woocommerce-product-details__short-description {
  overflow: visible;
}
body.av-diy-kit-pdp form.cart,
body.av-diy-kit-pdp .ast-sticky-add-to-cart,
body.av-diy-kit-pdp .single_add_to_cart_button:not([data-av-diy-atc]),
body.av-diy-kit-pdp .av-buy-now,
body.av-diy-kit-pdp a.button.av-buy-now,
body.av-diy-kit-pdp .quantity {
  display: none !important;
}
/* Sticky summary causes empty left gallery + ATC overlapping How it works */
body.av-diy-kit-pdp .summary.entry-summary,
body.av-diy-kit-pdp .entry-summary.summary,
body.av-diy-kit-pdp #ast-sticky-row-summary .summary,
body.av-diy-kit-pdp .ast-sticky-row .summary,
body.av-diy-kit-pdp .ast-article-single .summary {
  position: static !important;
  top: auto !important;
  bottom: auto !important;
  align-self: flex-start !important;
}
body.av-diy-kit-pdp #ast-sticky-row-summary,
body.av-diy-kit-pdp .ast-sticky-row {
  align-items: flex-start !important;
}
body.av-diy-kit-pdp .product_meta {
  display: none !important;
}
body.av-diy-kit-pdp .tinv-wraper,
body.av-diy-kit-pdp .tinvwl_add_to_wishlist_button,
body.av-diy-kit-pdp a.tinvwl_add_to_wishlist_button {
  margin: 0.35rem 0 0.75rem !important;
}
@media (min-width: 922px) {
  body.av-diy-kit-pdp div.product.ast-product-gallery-layout-horizontal-slider div.images,
  body.av-diy-kit-pdp div.product div.images.woocommerce-product-gallery {
    float: none;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    gap: 0.75rem;
  }
  body.av-diy-kit-pdp div.product div.summary {
    float: none;
    width: calc(50% - 1rem) !important;
    max-width: calc(50% - 1rem) !important;
    margin: 0 0 2rem !important;
  }
  /* Left stack (gallery + details) | right summary (kit widget) */
  body.av-diy-kit-pdp #ast-sticky-row-summary {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 2rem;
    align-items: flex-start;
  }
  body.av-diy-kit-pdp #ast-sticky-row-summary > .av-diy-kit-left {
    flex: 1 1 calc(50% - 1rem);
    width: calc(50% - 1rem) !important;
    max-width: calc(50% - 1rem) !important;
    display: flex;
    flex-direction: column;
    gap: 1.35rem;
    min-width: 0;
  }
  body.av-diy-kit-pdp #ast-sticky-row-summary > .av-diy-kit-left > .images,
  body.av-diy-kit-pdp #ast-sticky-row-summary > .av-diy-kit-left > .woocommerce-product-gallery {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    position: static !important;
  }
  body.av-diy-kit-pdp #ast-sticky-row-summary > .summary {
    flex: 1 1 calc(50% - 1rem);
    width: calc(50% - 1rem) !important;
    max-width: calc(50% - 1rem) !important;
    float: none !important;
  }
  body.av-diy-kit-pdp #ast-sticky-row-summary > .av-diy-kit-how,
  body.av-diy-kit-pdp #ast-sticky-row-summary > .av-diy-kit-details,
  body.av-diy-kit-pdp #ast-sticky-row-summary > *:not(.av-diy-kit-left):not(.images):not(.woocommerce-product-gallery):not(.summary) {
    flex: 1 1 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    order: 10;
  }
  body.av-diy-kit-pdp div.product div.images.woocommerce-product-gallery {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    gap: 0.75rem;
  }
  body.av-diy-kit-pdp .woocommerce-product-gallery .flex-viewport,
  body.av-diy-kit-pdp .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
    flex: 1 1 auto;
    min-width: 0;
  }
  body.av-diy-kit-pdp .woocommerce-product-gallery .flex-control-thumbs,
  body.av-diy-kit-pdp .woocommerce-product-gallery .flex-control-nav {
    display: flex !important;
    flex-direction: column;
    gap: 0.5rem;
    width: 4.5rem;
    margin: 0 !important;
    padding: 0;
    list-style: none;
  }
  body.av-diy-kit-pdp .woocommerce-product-gallery .flex-control-thumbs li {
    width: 100% !important;
    margin: 0 !important;
    float: none !important;
  }
  body.av-diy-kit-pdp .woocommerce-product-gallery .flex-control-thumbs img {
    border: 2px solid transparent;
    border-radius: 4px;
    opacity: 1;
  }
  body.av-diy-kit-pdp .woocommerce-product-gallery .flex-control-thumbs img.flex-active,
  body.av-diy-kit-pdp .woocommerce-product-gallery .flex-control-thumbs .flex-active img {
    border-color: #3d7ea6;
  }
}
body.av-diy-kit-pdp .woocommerce-breadcrumb,
body.av-diy-kit-pdp .ast-breadcrumbs {
  font-size: 0.8rem;
  color: var(--av-diy-muted);
  margin: 0 0 1rem;
}
body.av-diy-kit-pdp .woocommerce-breadcrumb a,
body.av-diy-kit-pdp .ast-breadcrumbs a {
  color: var(--av-diy-muted);
}
body.av-diy-kit-pdp .av-why-this-piece,
body.av-diy-kit-pdp .av-pdp-why,
body.av-diy-kit-pdp [data-av-section="why-this-piece"] {
  display: none !important;
}
/* Description lives under the gallery; hide the duplicate Astra tab. */
body.av-diy-kit-pdp .ast-single-tab.description_tab,
body.av-diy-kit-pdp .woocommerce-tabs .description_tab,
body.av-diy-kit-pdp li.description_tab,
body.av-diy-kit-pdp .ast-single-tab.additional_information_tab,
body.av-diy-kit-pdp .woocommerce-tabs .additional_information_tab,
body.av-diy-kit-pdp li.additional_information_tab,
body.av-diy-kit-pdp #tab-additional_information,
body.av-diy-kit-pdp .woocommerce-Tabs-panel--additional_information,
body.av-diy-kit-pdp .woocommerce-product-attributes,
body.av-diy-kit-pdp .shop_attributes {
  display: none !important;
}
.av-diy-kit-details {
  margin: 0;
  padding: 0;
  color: var(--av-diy-ink);
  box-sizing: border-box;
}
.av-diy-kit-details__title {
  margin: 0 0 0.65rem;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.3;
}
.av-diy-kit-details__heading {
  margin: 1.15rem 0 0.45rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35;
}
.av-diy-kit-copy__lead {
  margin: 0 0 0.75rem;
  font-size: 0.95rem;
  line-height: 1.55;
  color: var(--av-diy-ink);
}
.av-diy-kit-copy__benefits,
.av-diy-kit-copy__included {
  margin: 0;
  padding-left: 1.15rem;
  display: grid;
  gap: 0.35rem;
}
.av-diy-kit-copy__benefits li,
.av-diy-kit-copy__included li {
  font-size: 0.9rem;
  line-height: 1.45;
  color: var(--av-diy-ink);
}
.av-diy-kit-copy__disclaimer {
  margin: 1rem 0 0;
  font-size: 0.75rem;
  line-height: 1.4;
  color: var(--av-diy-muted);
}
/* Disclaimer lives in left details; avoid duplicate under ATC */
body.av-diy-kit-pdp .av-diy-kit--hero .av-diy-kit__disclaimer {
  display: none !important;
}
/* Complete the scene — match Recently viewed width/grid rhythm */
body.av-diy-kit-pdp .related.products,
body.av-diy-kit-pdp .upsells.products {
  max-width: 1200px;
  margin: 2rem auto 2.5rem;
  padding: 0 16px;
  clear: both;
  box-sizing: border-box;
}
body.av-diy-kit-pdp .related.products > h2,
body.av-diy-kit-pdp .upsells.products > h2 {
  margin: 0 0 1rem;
  font-size: clamp(1.125rem, 2vw, 1.35rem);
  font-weight: 600;
  text-align: center;
}
body.av-diy-kit-pdp .related.products ul.products,
body.av-diy-kit-pdp .upsells.products ul.products {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 16px 12px !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  list-style: none !important;
}
body.av-diy-kit-pdp .related.products ul.products::before,
body.av-diy-kit-pdp .related.products ul.products::after,
body.av-diy-kit-pdp .upsells.products ul.products::before,
body.av-diy-kit-pdp .upsells.products ul.products::after {
  content: none !important;
  display: none !important;
}
body.av-diy-kit-pdp .related.products ul.products li.product,
body.av-diy-kit-pdp .upsells.products ul.products li.product {
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  float: none !important;
  clear: none !important;
}
@media (max-width: 921px) {
  body.av-diy-kit-pdp .related.products ul.products,
  body.av-diy-kit-pdp .upsells.products ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .av-diy-kit-details {
    margin: 1.25rem 0 0.5rem;
  }
}
.av-diy-kit--hero {
  display: block;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0.75rem 0 0;
  padding: 0;
  background: transparent;
  border: 0;
  clear: both;
  position: relative;
  z-index: 2;
}
.av-diy-kit--hero .av-diy-kit__footer,
.av-diy-kit--hero .av-diy-kit__buy,
.av-diy-kit--hero .av-diy-kit__atc,
.av-diy-kit--hero .av-diy-kit__cta {
  position: static !important;
}
.av-diy-kit__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin: 0 0 0.85rem;
}
.av-diy-kit__badge {
  display: inline-flex;
  align-items: center;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.28rem 0.55rem;
  border-radius: 4px;
  white-space: nowrap;
}
.av-diy-kit__badge--accent {
  background: var(--av-diy-blue);
  color: #1e4a66;
}
.av-diy-kit__badge--discount {
  background: var(--av-diy-tan);
  color: #6a4a2a;
}
.av-diy-kit__config {
  border: 1px solid var(--av-diy-line);
  border-radius: 6px;
  background: #fafafa;
  padding: 0.85rem 0.9rem;
}
.av-diy-kit__config-title {
  margin: 0 0 0.75rem;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--av-diy-ink);
}
.av-diy-kit__bom {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  padding: 0;
}
.av-diy-kit__slot {
  min-width: 0;
  border-bottom: 1px solid var(--av-diy-line);
  padding-bottom: 0.55rem;
}
.av-diy-kit__slot:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.av-diy-kit__row,
.av-diy-kit__row.av-diy-kit__card {
  display: grid !important;
  grid-template-columns: 3.25rem minmax(0, 1fr) auto;
  gap: 0.65rem 0.75rem;
  align-items: center;
  flex-direction: unset !important;
  width: 100%;
  text-align: left;
  padding: 0.15rem 0;
}
.av-diy-kit__row-tag {
  justify-self: end;
}
.av-diy-kit__row-thumb {
  display: block;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 4px;
  overflow: hidden;
  background: #ececec;
}
.av-diy-kit__row-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.av-diy-kit__row-meta {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  min-width: 0;
}
.av-diy-kit__row-cat {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--av-diy-muted);
}
.av-diy-kit__row-name {
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--av-diy-ink);
  overflow-wrap: anywhere;
}
.av-diy-kit__row-price {
  font-size: 0.8rem;
  color: var(--av-diy-muted);
}
.av-diy-kit__row-tag {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--av-diy-sage);
  white-space: nowrap;
}
.av-diy-kit__swap {
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #c9c9c9;
  background: #fff;
  color: var(--av-diy-ink);
  font: inherit;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 0.4rem 0.65rem;
  border-radius: 4px;
  cursor: pointer;
  white-space: nowrap;
}
.av-diy-kit__swap[aria-expanded="true"] {
  border-color: #3d7ea6;
  color: #1e4a66;
}
.av-diy-kit__tray {
  margin-top: 0.65rem;
  padding: 0.65rem;
  background: #fff;
  border: 1px solid var(--av-diy-line);
  border-radius: 4px;
}
.av-diy-kit__tray[hidden] {
  display: none !important;
}
.av-diy-kit__grid {
  display: grid;
  gap: 0.65rem;
  align-items: start;
  min-width: 0;
}
.av-diy-kit__grid--cat {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (min-width: 640px) {
  .av-diy-kit__grid--cat {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.av-diy-kit__card {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  min-width: 0;
  color: inherit;
}
.av-diy-kit__card-img {
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: var(--av-diy-mist);
  border-radius: 4px;
}
.av-diy-kit__card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.av-diy-kit__card-body {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  min-width: 0;
}
.av-diy-kit__card-name {
  font-size: 0.78rem;
  line-height: 1.3;
  font-weight: 500;
  overflow-wrap: anywhere;
}
.av-diy-kit__card-price {
  font-size: 0.75rem;
  color: var(--av-diy-muted);
}
.av-diy-kit__card--selectable {
  appearance: none;
  -webkit-appearance: none;
  display: flex;
  border: 1px solid var(--av-diy-line);
  background: #fff;
  width: 100%;
  padding: 0.45rem;
  border-radius: 4px;
  cursor: pointer;
  text-align: left;
  font: inherit;
  color: inherit;
}
.av-diy-kit__card--selectable:hover,
.av-diy-kit__card--selectable:focus-visible {
  border-color: #3d7ea6;
  outline: none;
}
.av-diy-kit__card--selectable.is-selected {
  border-color: #3d7ea6;
  box-shadow: 0 0 0 2px rgba(61, 126, 166, 0.35);
  background: #f3f8fb;
}
.av-diy-kit__card-view {
  align-self: flex-start;
  font-size: 0.7rem;
  font-weight: 600;
  color: var(--av-diy-sage);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.av-diy-kit__more-wrap { margin-top: 0.65rem; }
.av-diy-kit__more {
  appearance: none;
  border: 1px solid var(--av-diy-sage);
  background: transparent;
  color: var(--av-diy-sage);
  padding: 0.5rem 0.9rem;
  font-size: 0.8rem;
  font-weight: 600;
  cursor: pointer;
  border-radius: 3px;
}
.av-diy-kit__more:hover,
.av-diy-kit__more:focus {
  background: var(--av-diy-sage);
  color: #fff;
}
.av-diy-kit__more[disabled] { opacity: 0.55; cursor: default; }
.av-diy-kit__done,
.av-diy-kit__empty {
  margin: 0.35rem 0 0;
  font-size: 0.85rem;
  color: var(--av-diy-muted);
}
.av-diy-kit-pieces {
  margin: 0.15rem 0 0;
  padding-left: 1.1rem;
  list-style: disc;
}
.av-diy-kit-pieces li { margin: 0.15rem 0; line-height: 1.4; }
.woocommerce-checkout-review-order-table .av-diy-kit-pieces,
.woocommerce-cart-form .av-diy-kit-pieces,
.woocommerce-table--order-details .av-diy-kit-pieces,
.woocommerce-order-details .av-diy-kit-pieces {
  white-space: normal;
  max-width: 18rem;
}
.av-diy-kit__footer { margin-top: 1rem; padding: 0; border: 0; }
.av-diy-kit__select-hint {
  margin: 0 0 0.65rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: #b3541e;
}
.av-diy-kit__select-hint[hidden] { display: none; }
.av-diy-kit__buy {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.75rem;
}
.av-diy-kit__price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem 0.55rem;
}
.av-diy-kit__price-now {
  font-size: 1.45rem;
  font-weight: 700;
  color: var(--av-diy-ink);
}
.av-diy-kit__price-was {
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--av-diy-muted);
  text-decoration: line-through;
}
.av-diy-kit__price-saved {
  font-size: 0.72rem;
  font-weight: 700;
  color: #1f5c2e;
  background: var(--av-diy-saved);
  padding: 0.22rem 0.5rem;
  border-radius: 4px;
  white-space: nowrap;
}
.av-diy-kit__atc { margin: 0; width: 100%; }
.av-diy-kit__cta.button,
.av-diy-kit__atc .button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  padding: 0.75rem 1.25rem !important;
  background: var(--av-diy-ink) !important;
  border-color: var(--av-diy-ink) !important;
  color: #fff !important;
  font-weight: 600 !important;
  text-align: center;
  border-radius: 4px !important;
}
.av-diy-kit__cta.button:hover,
.av-diy-kit__atc .button:hover {
  background: #000 !important;
  border-color: #000 !important;
}
.av-diy-kit__cta.button[disabled],
.av-diy-kit__cta.button[aria-disabled="true"] {
  background: #b7c2bb !important;
  border-color: #b7c2bb !important;
  color: #fff !important;
  cursor: not-allowed !important;
  opacity: 0.85;
  pointer-events: none;
}
.av-diy-kit__trust {
  list-style: none;
  margin: 0.85rem 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.35rem 0.75rem;
}
.av-diy-kit__trust li {
  position: relative;
  padding-left: 1rem;
  font-size: 0.78rem;
  line-height: 1.35;
  color: var(--av-diy-muted);
}
.av-diy-kit__trust li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.35rem;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: var(--av-diy-sage);
}
.av-diy-kit__disclaimer {
  margin: 0.75rem 0 0;
  font-size: 0.75rem;
  line-height: 1.4;
  color: var(--av-diy-muted);
  font-style: italic;
}
.av-diy-kit-how {
  clear: both;
  position: relative;
  z-index: 1;
  margin: 2.75rem 0 2rem;
  padding: 1.5rem 1.25rem;
  border: 1px solid var(--av-diy-line);
  border-radius: 6px;
  background: linear-gradient(180deg, #fbfaf7, #fff);
  box-sizing: border-box;
  max-width: 100%;
}
.av-diy-kit-how__title {
  margin: 0 0 1rem;
  font-size: 1.15rem;
  font-weight: 700;
}
.av-diy-kit-how__steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.85rem;
}
@media (min-width: 768px) {
  .av-diy-kit-how__steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
  }
}
.av-diy-kit-how__steps li {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.av-diy-kit-how__steps strong { font-size: 0.95rem; }
.av-diy-kit-how__steps span {
  font-size: 0.85rem;
  color: var(--av-diy-muted);
  line-height: 1.4;
}
.av-diy-kit__review-open {
  appearance: none;
  border: 1px solid var(--av-diy-line);
  background: #fff;
  color: var(--av-diy-ink);
  font: inherit;
  font-weight: 600;
  font-size: 0.9rem;
  padding: 0.65rem 1rem;
  border-radius: 4px;
  cursor: pointer;
  margin: 0.75rem 0;
}
body.av-diy-kit-pdp #av-exit-stay07,
body.av-diy-kit-pdp #av-new07-bar,
body.page-diy #av-exit-stay07,
body.page-gifting #av-exit-stay07 {
  display: none !important;
}
.av-diy-kits { margin: 2rem 0 2.5rem; }
.av-diy-kits__grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (min-width: 900px) {
  .av-diy-kits__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
.av-diy-kits__card {
  background: linear-gradient(180deg, var(--av-diy-cream), #fff);
  border-radius: 4px;
  border: 1px solid var(--av-diy-line);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.av-diy-kits__link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  flex: 1 1 auto;
  min-width: 0;
}
.av-diy-kits__img {
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: var(--av-diy-mist);
}
.av-diy-kits__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
body.page-diy ul.products li.product img,
body.page-gifting ul.products li.product img {
  aspect-ratio: 1 / 1;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.av-diy-kits__title {
  margin: 0.75rem 1rem 0.25rem;
  font-size: 1rem;
  font-weight: 600;
  color: var(--av-diy-sage);
  overflow-wrap: anywhere;
}
.av-diy-kits__price {
  margin: 0 1rem;
  font-size: 0.9rem;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.2rem 0.45rem;
}
.av-diy-kits__price del {
  color: var(--av-diy-muted);
  font-weight: 500;
  text-decoration: line-through;
  opacity: 0.95;
}
.av-diy-kits__price ins {
  text-decoration: none;
  font-weight: 700;
  color: var(--av-diy-sage-deep);
}
.single-product .summary .price del,
.single-product .entry-summary .price del,
.ast-sticky-add-to-cart-action-price del,
.ast-sticky-add-to-cart .price del {
  opacity: 0.85;
  margin-right: 0.35rem;
}
.single-product .summary .price ins,
.single-product .entry-summary .price ins,
.ast-sticky-add-to-cart-action-price ins,
.ast-sticky-add-to-cart .price ins {
  text-decoration: none;
  font-weight: 700;
}
.av-diy-kits__actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.55rem;
  padding: 0.85rem 1rem 1rem;
}
.av-diy-kits__quick-add {
  margin: 0;
  width: 100%;
  white-space: normal;
  line-height: 1.25;
  padding: 0.55rem 0.75rem;
  text-align: center;
  box-sizing: border-box;
}
.av-diy-kits__cta {
  margin: 0;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--av-diy-sage);
  text-decoration: underline;
  text-underline-offset: 2px;
  text-align: center;
}
@media (min-width: 641px) {
  .av-diy-kits__actions {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
  }
  .av-diy-kits__quick-add { width: auto; white-space: nowrap; }
  .av-diy-kits__cta { text-align: left; }
}

