/* 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-category-filter-toolbar */
/* AV category-filter-toolbar */
:root {
  --av-cream: #f7f3ec;
  --av-sage-tint: #eef6f1;
  --av-sage: #2f6b52;
  --av-ink: #14261c;
  --av-body: #4f5655;
  --av-line: rgba(47, 107, 82, 0.14);
  --av-radius: 14px;
  --av-ctrl-h: 40px;
  --av-facet-max-h: 260px;
  --av-filter-rail-w: 270px;
  --av-toolbar-sticky-top: 0px;
}

body.admin-bar {
  --av-toolbar-sticky-top: 32px;
}
@media screen and (max-width: 782px) {
  body.admin-bar {
    --av-toolbar-sticky-top: 46px;
  }
}

body.ast-primary-sticky-enabled,
body.ast-sticky-main-shrink,
body.astra-header-sticky,
html.ast-header-sticky {
  --av-toolbar-sticky-top: 72px;
}
body.admin-bar.ast-primary-sticky-enabled,
body.admin-bar.astra-header-sticky {
  --av-toolbar-sticky-top: 104px;
}

/* Tighten Astra archive content top/bottom (was ~60px) */
body.av-shop-filters-left #primary.content-area,
body.av-shop-filters-left .content-area.primary {
  margin-top: 18px !important;
  margin-bottom: 36px !important;
}

/* ===== Archive hero (Shop + category titles) — above 2-col band ===== */
body.av-shop-filters-left .ast-woocommerce-container > .woocommerce-breadcrumb {
  margin: 0 0 6px !important;
  padding: 0 !important;
  line-height: 1.35 !important;
}

/*
 * Compact centered hero for title injected by snippet #5 (.av-archive-header).
 * Full-bleed above filters/products — not a tall empty banner.
 * Term description may be moved into this header by JS.
 */
body.av-shop-filters-left .ast-woocommerce-container > header.woocommerce-products-header.av-archive-header {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  margin: 0 0 10px !important;
  padding: 14px 20px !important;
  gap: 6px !important;
  min-height: 0 !important;
  background: linear-gradient(180deg, var(--av-cream) 0%, var(--av-sage-tint) 100%) !important;
  border: 1px solid var(--av-line) !important;
  border-radius: var(--av-radius) !important;
  box-shadow: none !important;
}

body.av-shop-filters-left .av-archive-header .woocommerce-products-header__title,
body.av-shop-filters-left .av-archive-header h1.page-title {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  text-align: center !important;
  font-family: var(--av-font-display, "DM Serif Display", Georgia, "Times New Roman", serif) !important;
  font-size: clamp(1.65rem, 2.8vw, 2.15rem) !important;
  font-weight: 600 !important;
  line-height: 1.15 !important;
  letter-spacing: 0.01em !important;
  color: var(--av-ink) !important;
}

body.av-shop-filters-left .av-archive-header .term-description,
body.av-shop-filters-left .av-archive-header .woocommerce-products-header__description {
  max-width: 40rem !important;
  margin: 0 auto !important;
  padding: 0 !important;
  text-align: center !important;
  font-size: 0.92rem !important;
  line-height: 1.45 !important;
  color: var(--av-body) !important;
}

/* Collapse empty FE chips-only header (no title / description) */
body.av-shop-filters-left .ast-woocommerce-container > header.woocommerce-products-header:not(.av-archive-header):has(.wpc-empty-chips-container):not(:has(.term-description)):not(:has(.woocommerce-products-header__description)):not(:has(.woocommerce-products-header__title)) {
  display: none !important;
}

/* Active filter chips / leftover description header — compact under hero */
body.av-shop-filters-left .ast-woocommerce-container > header.woocommerce-products-header:not(.av-archive-header) {
  margin: 0 0 8px !important;
  padding: 0 !important;
  min-height: 0 !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

body.av-shop-filters-left .ast-woocommerce-container > header.woocommerce-products-header:not(.av-archive-header):empty,
body.av-shop-filters-left .ast-woocommerce-container > header.woocommerce-products-header:not(.av-archive-header):not(:has(.term-description)):not(:has(.woocommerce-products-header__description)):not(:has(.wpc-filter-chip)):not(:has(.woocommerce-products-header__title)) {
  display: none !important;
}

/*
 * Rev h: SEO FAQ is injected into the chips header before products.
 * Keep it in the DOM (and JSON-LD) but take it out of flow so /shop and
 * category archives never start with a full-viewport white/grey gap.
 * JS adds .av-faq-after-loop after moving it below the product grid.
 */
body.av-shop-filters-left .av-faq-block:not(.av-faq-after-loop) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
  background: transparent !important;
}
body.av-shop-filters-left .av-faq-block.av-faq-after-loop {
  position: static !important;
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
  margin: 2rem 0 0 !important;
  padding: 1.5rem !important;
  overflow: visible !important;
  clip: auto !important;
  clip-path: none !important;
  white-space: normal !important;
  box-sizing: border-box !important;
}

body.av-shop-filters-left .term-description,
body.av-shop-filters-left .woocommerce-products-header__description {
  max-width: 42rem !important;
  margin: 0 auto !important;
  padding: 0 8px !important;
  text-align: center !important;
  font-size: 0.95rem !important;
  line-height: 1.5 !important;
  color: var(--av-body) !important;
}

body.av-shop-filters-left .term-description p {
  margin: 0 0 0.35em !important;
}
body.av-shop-filters-left .term-description p:last-child {
  margin-bottom: 0 !important;
}

body.av-shop-filters-left .wpc-custom-selected-terms,
body.av-shop-filters-left .wpc-filter-chips-list:not(.wpc-empty-chips-container) {
  margin: 0 0 4px !important;
  padding: 0 !important;
  justify-content: center !important;
}

/* ===== Desktop: 2-column shop shell ===== */
@media (min-width: 922px) {
  body.av-shop-filters-left .ast-woocommerce-container {
    display: grid !important;
    grid-template-columns: var(--av-filter-rail-w) minmax(0, 1fr) !important;
    column-gap: 22px !important;
    row-gap: 8px !important;
    align-items: start !important;
  }

  /*
   * Full-bleed archive chrome FIRST. Without this, auto-placement puts
   * title/description into the 270px left column and leaves a huge empty
   * band above ul.products (seen on /product-category/figurines/).
   * Order: breadcrumb → hero title → desc/chips → notices → rail+toolbar.
   */
  body.av-shop-filters-left .ast-woocommerce-container > .woocommerce-breadcrumb {
    grid-column: 1 / -1 !important;
    grid-row: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    order: 1 !important;
  }

  body.av-shop-filters-left .ast-woocommerce-container > header.woocommerce-products-header.av-archive-header {
    grid-column: 1 / -1 !important;
    grid-row: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    order: 2 !important;
  }

  body.av-shop-filters-left .ast-woocommerce-container > .woocommerce-products-header:not(.av-archive-header),
  body.av-shop-filters-left .ast-woocommerce-container > header.woocommerce-products-header:not(.av-archive-header) {
    grid-column: 1 / -1 !important;
    grid-row: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    order: 3 !important;
  }

  body.av-shop-filters-left .ast-woocommerce-container > .woocommerce-notices-wrapper,
  body.av-shop-filters-left .ast-woocommerce-container > .woocommerce-info,
  body.av-shop-filters-left .ast-woocommerce-container > .woocommerce-notice,
  body.av-shop-filters-left .ast-woocommerce-container > .woocommerce-message {
    grid-column: 1 / -1 !important;
    grid-row: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    order: 4 !important;
  }

  /* Left rail: FE widget — beside toolbar+grid only */
  body.av-shop-filters-left .ast-woocommerce-container > .av-shop-filter-rail,
  body.av-shop-filters-left .ast-woocommerce-container > .av-discovery-fe-filters,
  body.av-shop-filters-left .ast-woocommerce-container > .av-fe-shop-widget {
    grid-column: 1 !important;
    grid-row: auto / span 8 !important;
    width: 100% !important;
    max-width: var(--av-filter-rail-w) !important;
    margin: 0 !important;
    align-self: start !important;
    order: 10 !important;
  }

  /* Right: toolbar meta (sort/view) then products */
  body.av-shop-filters-left .ast-woocommerce-container > .ast-shop-toolbar-container {
    grid-column: 2 !important;
    grid-row: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 4px !important;
    order: 10 !important;
  }

  body.av-shop-filters-left .ast-woocommerce-container > ul.products {
    grid-column: 2 !important;
    order: 11 !important;
  }

  body.av-shop-filters-left .ast-woocommerce-container > .av-faq-block,
  body.av-shop-filters-left .ast-woocommerce-container > .av-faq-block.av-faq-after-loop {
    grid-column: 1 / -1 !important;
    grid-row: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    order: 20 !important;
  }

  body.av-shop-filters-left .ast-woocommerce-container > .woocommerce-pagination,
  body.av-shop-filters-left .ast-woocommerce-container > .ast-pagination,
  body.av-shop-filters-left .ast-woocommerce-container > nav.woocommerce-pagination,
  body.av-shop-filters-left .ast-woocommerce-container > .ast-shop-pagination-infinite {
    grid-column: 2 !important;
    order: 12 !important;
  }
}

/* ===== Left filter rail card ===== */
.av-shop-filter-rail,
body.av-shop-filters-left .av-discovery-fe-filters,
body.av-shop-filters-left .av-fe-shop-widget {
  box-sizing: border-box !important;
}

@media (min-width: 922px) {
  .av-shop-filter-rail {
    position: sticky !important;
    top: var(--av-toolbar-sticky-top) !important;
    z-index: 30 !important;
    padding: 14px 12px !important;
    background: linear-gradient(180deg, var(--av-cream) 0%, var(--av-sage-tint) 100%) !important;
    border: 1px solid var(--av-line) !important;
    border-radius: var(--av-radius) !important;
    box-shadow: 0 8px 24px rgba(20, 38, 28, 0.06);
    max-height: calc(100vh - var(--av-toolbar-sticky-top) - 16px);
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    scrollbar-color: rgba(47, 107, 82, 0.35) transparent;
  }
}

.av-shop-filter-rail .widget_wpc_filters_widget,
.av-shop-filter-rail .wpc-filters-main-wrap,
.av-shop-filter-rail .wpc-filters-widget-content,
.av-shop-filter-rail .wpc-filters-widget-containers-wrapper,
.av-shop-filter-rail .wpc-filters-scroll-container {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  float: none !important;
  overflow: visible !important;
  max-height: none !important;
}

.av-shop-filter-rail .wpc-widget-close-container,
.av-shop-filter-rail .wpc-filters-open-button-container {
  display: none !important;
}

.av-shop-filter-rail .wpc-filters-widget-wrapper {
  display: flex !important;
  flex-direction: column !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
  gap: 10px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.av-shop-filter-rail .wpc-filters-section,
.av-shop-filter-rail .wpc-range-filter {
  flex: 0 0 auto !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  position: relative !important;
}

/* ===== Right toolbar (sort only — no FE inside) ===== */
body.woocommerce .ast-shop-toolbar-container,
body.woocommerce-page .ast-shop-toolbar-container {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 10px !important;
  margin: 0 0 8px !important;
  padding: 10px 12px !important;
  background: linear-gradient(180deg, var(--av-cream) 0%, var(--av-sage-tint) 100%) !important;
  border: 1px solid var(--av-line) !important;
  border-radius: var(--av-radius) !important;
  box-sizing: border-box !important;
  float: none !important;
  position: relative !important;
  z-index: 5 !important;
  box-shadow: none;
}

body.woocommerce .ast-shop-toolbar-container .ast-sticky-shop-filters,
body.woocommerce-page .ast-shop-toolbar-container .ast-sticky-shop-filters {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 10px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  position: relative !important;
}

body.woocommerce .ast-shop-toolbar-container > :last-child,
body.woocommerce-page .ast-shop-toolbar-container > :last-child {
  float: none !important;
}

body.woocommerce .ast-shop-toolbar-container .ast-shop-toolbar-aside-wrap,
body.woocommerce-page .ast-shop-toolbar-container .ast-shop-toolbar-aside-wrap {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  column-gap: 12px !important;
  row-gap: 8px !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  float: none !important;
  order: 0 !important;
  border: none !important;
  padding: 0 !important;
  justify-content: flex-end !important;
}

/* Hide FE leftovers inside toolbar after DOM move */
.ast-shop-toolbar-container .av-discovery-fe-filters,
.ast-shop-toolbar-container .av-fe-shop-widget,
.ast-shop-toolbar-container .widget_wpc_filters_widget,
.ast-shop-toolbar-container .wpc-filters-main-wrap {
  display: none !important;
}

.ast-shop-toolbar-container .av-fe-shop-widget:empty {
  display: none !important;
}

.ast-shop-toolbar-container .av-cat-toolbar__count,
.ast-shop-toolbar-container .woocommerce-result-count,
.ast-shop-toolbar-container .wpc-posts-found:not(.wpc-posts-found-hidden) {
  margin: 0 auto 0 0 !important;
  padding: 0 !important;
  font-size: 0.9rem !important;
  font-weight: 500 !important;
  color: var(--av-body) !important;
  line-height: 1.2 !important;
  display: inline-flex !important;
  align-items: center !important;
  min-height: var(--av-ctrl-h);
  white-space: nowrap;
}

.ast-shop-toolbar-container .woocommerce-ordering {
  margin: 0 !important;
  float: none !important;
}
.ast-shop-toolbar-container .woocommerce-ordering select.orderby {
  min-height: var(--av-ctrl-h) !important;
  height: var(--av-ctrl-h) !important;
  padding: 0 2rem 0 0.85rem !important;
  border: 1px solid var(--av-line) !important;
  border-radius: 10px !important;
  background-color: #fff !important;
  color: var(--av-ink) !important;
  font-size: 0.9rem !important;
  line-height: 1.2 !important;
  max-width: 220px;
  box-shadow: none !important;
}

.ast-shop-toolbar-container .ast-products-view {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  margin: 0 !important;
}
.ast-shop-toolbar-container .ast-view-trigger {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: var(--av-ctrl-h) !important;
  height: var(--av-ctrl-h) !important;
  border: 1px solid var(--av-line) !important;
  border-radius: 10px !important;
  background: #fff !important;
  color: var(--av-body) !important;
  box-sizing: border-box !important;
  cursor: pointer;
}
.ast-shop-toolbar-container .ast-view-trigger.active,
.ast-shop-toolbar-container .ast-view-trigger:hover {
  border-color: var(--av-sage) !important;
  color: var(--av-sage) !important;
}
.ast-shop-toolbar-container .ast-view-trigger .ahfb-svg-iconset,
.ast-shop-toolbar-container .ast-view-trigger svg {
  width: 16px !important;
  height: 16px !important;
}

.ast-shop-toolbar-container .astra-shop-filter-button,
.ast-shop-toolbar-container .ast-flyout-filter {
  display: none !important;
}

/* ===== Accordion facets (Category / Availability) ===== */
.av-shop-filter-rail .wpc-filters-section.av-facet-dropdown {
  background: rgba(255, 255, 255, 0.88) !important;
  border: 1px solid var(--av-line) !important;
  border-radius: 12px !important;
  padding: 0 !important;
  overflow: hidden;
}

.av-shop-filter-rail .av-facet-trigger {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 8px !important;
  width: 100% !important;
  min-height: var(--av-ctrl-h) !important;
  margin: 0 !important;
  padding: 0 12px !important;
  border: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--av-ink) !important;
  font-size: 0.9rem !important;
  font-weight: 650 !important;
  line-height: 1.2 !important;
  text-align: left !important;
  cursor: pointer !important;
  box-shadow: none !important;
}

.av-shop-filter-rail .av-facet-trigger:hover,
.av-shop-filter-rail .wpc-filters-section.av-facet-dropdown.is-open .av-facet-trigger {
  color: var(--av-sage) !important;
}

.av-shop-filter-rail .av-facet-trigger__label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.av-shop-filter-rail .av-facet-trigger__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.35rem;
  height: 1.35rem;
  padding: 0 5px;
  border-radius: 999px;
  background: var(--av-sage);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
}

.av-shop-filter-rail .av-facet-trigger__count:empty,
.av-shop-filter-rail .av-facet-trigger__count[data-count="0"] {
  display: none !important;
}

.av-shop-filter-rail .av-facet-trigger__chev {
  width: 8px;
  height: 8px;
  border: solid currentColor;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  margin-top: -4px;
  flex: 0 0 auto;
  transition: transform 0.16s ease;
}

.av-shop-filter-rail .wpc-filters-section.av-facet-dropdown.is-open .av-facet-trigger__chev {
  transform: rotate(-135deg);
  margin-top: 2px;
}

.av-shop-filter-rail .wpc-filters-section.av-facet-dropdown > .wpc-filter-header {
  display: none !important;
}

.av-shop-filter-rail .wpc-filters-section.av-facet-dropdown > .wpc-filter-content {
  display: none !important;
  position: static !important;
  max-height: var(--av-facet-max-h) !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  margin: 0 !important;
  padding: 0 12px 12px !important;
  background: transparent !important;
  border: none !important;
  border-top: 1px solid var(--av-line) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  scrollbar-width: thin;
  scrollbar-color: rgba(47, 107, 82, 0.35) transparent;
}

.av-shop-filter-rail .wpc-filters-section.av-facet-dropdown.is-open > .wpc-filter-content {
  display: block !important;
}

/* ===== Price — sidebar slider pattern ===== */
.av-shop-filter-rail .wpc-filters-section.wpc-filter-_price,
.av-shop-filter-rail .wpc-range-filter.wpc-filter-_price {
  padding: 10px 12px 12px !important;
  background: rgba(255, 255, 255, 0.88) !important;
  border: 1px solid var(--av-line) !important;
  border-radius: 12px !important;
}

.av-shop-filter-rail .wpc-filters-section.wpc-filter-_price .wpc-filter-header,
.av-shop-filter-rail .wpc-range-filter.wpc-filter-_price .wpc-filter-header {
  display: flex !important;
  margin: 0 0 10px !important;
}

.av-shop-filter-rail .wpc-filters-section.wpc-filter-_price .wpc-filter-content,
.av-shop-filter-rail .wpc-range-filter.wpc-filter-_price .wpc-filter-content {
  display: block !important;
  max-height: none !important;
  overflow: visible !important;
}

.av-shop-filter-rail .wpc-filter-header,
.av-shop-filter-rail .wpc-filter-title {
  margin: 0 0 8px !important;
  padding: 0 !important;
  font-size: 0.78rem !important;
  font-weight: 650 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
  color: var(--av-ink) !important;
  line-height: 1.3 !important;
}

.av-shop-filter-rail .wpc-filters-ul-list {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  float: none !important;
  column-count: 1 !important;
}

body.woocommerce .av-shop-filter-rail .wpc-filters-main-wrap li.wpc-term-item {
  margin: 0 0 6px !important;
  padding: 0 !important;
  border: none !important;
}

body.woocommerce .av-shop-filter-rail .wpc-term-item-content-wrapper {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  min-height: 28px;
}

.av-shop-filter-rail .wpc-term-item label,
.av-shop-filter-rail .wpc-term-item a {
  font-size: 0.9rem !important;
  color: var(--av-body) !important;
  line-height: 1.35 !important;
}

/* Price: slider on top, min/max underneath */
.av-shop-filter-rail .wpc-filters-range-inputs,
.av-shop-filter-rail .wpc-filter-range-form {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  width: 100% !important;
}

.av-shop-filter-rail .wpc-filters-range-inputs .ui-slider-horizontal,
.av-shop-filter-rail .wpc-filter-range-form .ui-slider-horizontal {
  order: -1 !important;
  width: 100% !important;
  margin: 6px 2px 4px !important;
  height: 8px !important;
  background: rgba(47, 107, 82, 0.16) !important;
  border: none !important;
  border-radius: 999px !important;
}
.av-shop-filter-rail .wpc-filters-range-inputs .ui-slider-range {
  background: var(--av-sage) !important;
  border-radius: 999px !important;
}
.av-shop-filter-rail .wpc-filters-range-inputs .ui-slider-handle {
  width: 18px !important;
  height: 18px !important;
  top: -6px !important;
  border: 2px solid var(--av-sage) !important;
  background: #fff !important;
  border-radius: 50% !important;
  box-shadow: 0 1px 4px rgba(20, 38, 28, 0.18) !important;
  cursor: grab !important;
}

.av-shop-filter-rail .wpc-filters-range-wrapper {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 8px !important;
  align-items: center !important;
  margin: 0 !important;
  order: 1 !important;
}
.av-shop-filter-rail .wpc-filters-range-column {
  flex: 1 1 0 !important;
  margin: 0 !important;
  position: relative;
}
.av-shop-filter-rail .wpc-filters-range-min,
.av-shop-filter-rail .wpc-filters-range-max,
.av-shop-filter-rail input.wpc-filters-range-min,
.av-shop-filter-rail input.wpc-filters-range-max {
  width: 100% !important;
  max-width: 100% !important;
  min-height: 36px !important;
  height: 36px !important;
  padding: 0 28px 0 8px !important;
  border: 1px solid var(--av-line) !important;
  border-radius: 8px !important;
  background: #fff !important;
  color: var(--av-ink) !important;
  box-sizing: border-box !important;
  font-size: 0.9rem !important;
}
.av-shop-filter-rail .wpc-range-clear {
  position: absolute !important;
  right: 4px !important;
  top: 50% !important;
  transform: translateY(-50%);
}

.av-shop-filter-rail .wpc-filter-chips-list {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 6px !important;
  margin: 0 0 4px !important;
  padding: 0 !important;
}
.av-shop-filter-rail .wpc-filter-chip {
  background: #fff !important;
  border: 1px solid var(--av-line) !important;
  border-radius: 999px !important;
  color: var(--av-ink) !important;
}

.av-cat-toolbar__toggle {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: var(--av-ctrl-h);
  padding: 0 14px;
  margin: 0;
  border: 1px solid var(--av-line);
  border-radius: 10px;
  background: #fff;
  color: var(--av-ink);
  font-size: 0.92rem;
  font-weight: 600;
  cursor: pointer;
  box-sizing: border-box;
}
.av-cat-toolbar__toggle:hover,
.av-cat-toolbar__toggle[aria-expanded="true"] {
  border-color: var(--av-sage);
  color: var(--av-sage);
}
.av-cat-toolbar__toggle-icon {
  width: 14px;
  height: 14px;
  border: solid currentColor;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: transform 0.18s ease;
  margin-top: -3px;
}
.av-cat-toolbar__toggle[aria-expanded="true"] .av-cat-toolbar__toggle-icon {
  transform: rotate(-135deg);
  margin-top: 3px;
}

/* ===== Tablet / mobile: stacked, Filters toggle ===== */
@media (max-width: 921px) {
  body.av-shop-filters-left .ast-woocommerce-container {
    display: block !important;
  }

  .av-cat-toolbar__toggle {
    display: inline-flex !important;
    margin-right: auto;
  }

  body:not(.av-cat-filters-open) .av-shop-filter-rail {
    display: none !important;
  }

  body.av-cat-filters-open .av-shop-filter-rail {
    display: block !important;
    position: relative !important;
    top: auto !important;
    max-height: none !important;
    margin: 0 0 12px !important;
    padding: 12px !important;
    background: linear-gradient(180deg, var(--av-cream) 0%, var(--av-sage-tint) 100%) !important;
    border: 1px solid var(--av-line) !important;
    border-radius: var(--av-radius) !important;
  }

  body.woocommerce .ast-shop-toolbar-container,
  body.woocommerce-page .ast-shop-toolbar-container {
    justify-content: flex-start !important;
  }

  .ast-shop-toolbar-container .woocommerce-ordering select.orderby {
    max-width: 100%;
    flex: 1 1 auto;
  }

  .ast-shop-toolbar-container .av-cat-toolbar__count {
    width: 100%;
    order: -1;
    line-height: 1.35 !important;
    margin-bottom: 2px !important;
  }
}

@media (max-width: 544px) {
  body.ast-header-break-point .ast-shop-toolbar-container {
    position: relative !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
    z-index: 5 !important;
  }
}
/* 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-exit-intent-stay07-css */

/* NEW07 intro bar */
#av-new07-bar[hidden]{display:none!important}
#av-new07-bar{position:fixed;left:0;right:0;bottom:0;z-index:99990;padding:.85rem 1rem;background:linear-gradient(90deg,#3d5a45,#4a6b52);color:#f7f3ea;font-family:"DM Sans",system-ui,sans-serif;box-shadow:0 -8px 28px rgba(28,36,32,.2)}
#av-new07-bar .av-new07__inner{max-width:1100px;margin:0 auto;display:flex;flex-wrap:wrap;gap:.65rem 1rem;align-items:center;justify-content:space-between}
#av-new07-bar .av-new07__copy{margin:0;font-size:.92rem;line-height:1.35;flex:1 1 220px}
#av-new07-bar .av-new07__code{display:inline-block;margin:0 .15rem;padding:.1rem .45rem;border:1px dashed rgba(247,243,234,.65);border-radius:3px;font-weight:700;letter-spacing:.05em}
#av-new07-bar .av-new07__actions{display:flex;gap:.5rem;align-items:center;flex:0 0 auto}
#av-new07-bar .av-new07__cta{appearance:none;border:0;cursor:pointer;background:#f7f3ea;color:#2f4636;font-weight:700;font-size:.9rem;padding:.55rem .9rem;border-radius:3px}
#av-new07-bar .av-new07__cta:hover{background:#fff}
#av-new07-bar .av-new07__dismiss{appearance:none;background:transparent;border:0;color:rgba(247,243,234,.85);cursor:pointer;font-size:.85rem;text-decoration:underline;padding:.35rem}
#av-new07-bar .av-new07__close{appearance:none;background:transparent;border:0;color:#f7f3ea;font-size:1.35rem;line-height:1;cursor:pointer;padding:.2rem .35rem}
@media(max-width:600px){#av-new07-bar .av-new07__inner{align-items:flex-start}#av-new07-bar{padding-bottom:calc(.85rem + env(safe-area-inset-bottom,0px))}
}
/* STAY07 exit modal */
#av-exit-stay07[hidden]{display:none!important}
#av-exit-stay07{position:fixed;inset:0;z-index:99999;display:flex;align-items:center;justify-content:center;padding:1.25rem;background:rgba(28,36,32,.48);backdrop-filter:blur(2px)}
#av-exit-stay07 .av-exit__panel{position:relative;width:min(420px,100%);background:linear-gradient(165deg,#f7f3ea 0%,#eef3ec 55%,#e7efe6 100%);color:#1c2420;border:1px solid #c9d6c8;border-radius:4px;box-shadow:0 18px 48px rgba(28,36,32,.22);padding:1.6rem 1.45rem 1.35rem;font-family:"DM Sans",system-ui,sans-serif}
#av-exit-stay07 .av-exit__brand{font-family:"DM Serif Display",Georgia,serif;font-size:0.95rem;letter-spacing:.02em;color:#3d5a45;margin:0 0 .35rem}
#av-exit-stay07 .av-exit__eyebrow{margin:0;font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;color:#8a5a3a}
#av-exit-stay07 .av-exit__title{margin:.35rem 0 .55rem;font-family:"DM Serif Display",Georgia,serif;font-size:1.55rem;line-height:1.2;font-weight:400;color:#1c2420}
#av-exit-stay07 .av-exit__body{margin:0 0 .65rem;font-size:.95rem;line-height:1.45;color:#334038}
#av-exit-stay07 .av-exit__code{display:inline-block;margin:.15rem 0;padding:.2rem .55rem;border:1px dashed #6b8f71;border-radius:3px;font-weight:700;letter-spacing:.06em;background:rgba(255,255,255,.55)}
#av-exit-stay07 .av-exit__miss{margin:0 0 .75rem;font-size:.9rem;line-height:1.4;color:#4a3a2a;font-weight:600}
#av-exit-stay07 .av-exit__timer{display:flex;flex-direction:column;align-items:center;gap:.35rem;margin:0 0 1.05rem;padding:.85rem .75rem;border:1px solid #c9d6c8;border-radius:4px;background:rgba(255,255,255,.62);font-variant-numeric:tabular-nums;text-align:center}
#av-exit-stay07 .av-exit__timer-label{margin:0;font-size:.72rem;text-transform:uppercase;letter-spacing:.1em;color:#5a6b5e;font-weight:600}
#av-exit-stay07 .av-exit__timer strong{display:block;font-size:2.15rem;line-height:1;font-family:"DM Serif Display",Georgia,serif;color:#2f4636;letter-spacing:.04em}
#av-exit-stay07 .av-exit__timer-hint{margin:0;font-size:.78rem;line-height:1.35;color:#6a4a32}
#av-exit-stay07 .av-exit__actions{display:flex;flex-direction:column;gap:.55rem}
#av-exit-stay07 .av-exit__cta{appearance:none;border:0;cursor:pointer;background:#3d5a45;color:#f7f3ea;font-weight:600;font-size:1rem;padding:.85rem 1rem;border-radius:3px;text-align:center;text-decoration:none}
#av-exit-stay07 .av-exit__cta:hover,#av-exit-stay07 .av-exit__cta:focus{background:#2f4636;color:#fff}
#av-exit-stay07 .av-exit__dismiss{appearance:none;background:transparent;border:0;cursor:pointer;color:#5a6b5e;font-size:.88rem;text-decoration:underline;padding:.25rem}
#av-exit-stay07 .av-exit__close{position:absolute;top:.45rem;right:.55rem;border:0;background:transparent;font-size:1.4rem;line-height:1;cursor:pointer;color:#5a6b5e;padding:.25rem .4rem}
#av-exit-stay07 .av-exit__fine{margin:.85rem 0 0;font-size:.72rem;line-height:1.4;color:#6a7a6e}

