/* ==========================================================================
   BuyVCC shop page — full-width, modern, premium fintech aesthetic
   Replaces OceanWP's narrow-container shop layout with a wider, denser grid.
   ========================================================================== */

@media (prefers-reduced-motion: reduce) {
  .bvc-shop-hero *,
  body.woocommerce-shop *,
  body.post-type-archive-product * {
    animation-duration: 0.001ms !important;
    transition-duration: 0.001ms !important;
  }
}

/* ── Page shell — go full width ───────────────────────────────────────── */
body.woocommerce-shop,
body.post-type-archive-product {
  background: #0d0f1f !important;
  color: #ffffff !important;
}

/* Reset OceanWP's content frame so we control the rhythm.
 * #main spans full viewport, #content-wrap (which is .container) caps at 1320 with breathing room. */
body.woocommerce-shop #main,
body.post-type-archive-product #main {
  max-width: 100% !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}
body.woocommerce-shop #content-wrap,
body.post-type-archive-product #content-wrap,
body.woocommerce-shop #content-wrap.container,
body.post-type-archive-product #content-wrap.container {
  max-width: 1320px !important;
  width: 100% !important;
  margin: 0 auto !important;
  padding: 0 32px 96px !important;
  background: transparent !important;
  position: relative;
  z-index: 2;
}

/* Belt-and-braces: kill any leftover OceanWP loop chrome / empty bars */
body.woocommerce-shop .woo-toolbar,
body.post-type-archive-product .woo-toolbar,
body.woocommerce-shop .owp-shop-toolbar,
body.post-type-archive-product .owp-shop-toolbar,
body.woocommerce-shop .clear-after-summary,
body.post-type-archive-product .clear-after-summary {
  display: none !important;
}

/* Hide OceanWP shop-page chrome we don't need */
body.woocommerce-shop .woocommerce-products-header,
body.woocommerce-shop nav.woocommerce-breadcrumb,
body.post-type-archive-product nav.woocommerce-breadcrumb,
body.woocommerce-shop .ocean-breadcrumb-wrap,
body.woocommerce-shop .owp-archive-product-toggle,
body.woocommerce-shop .owp-grid-list-toggle,
body.woocommerce-shop nav.oceanwp-grid-list,
body.post-type-archive-product nav.oceanwp-grid-list,
body.woocommerce-shop #left-sidebar,
body.post-type-archive-product #left-sidebar,
body.woocommerce-shop #right-sidebar,
body.post-type-archive-product #right-sidebar,
body.woocommerce-shop .left-sidebar-wrap,
body.post-type-archive-product .left-sidebar-wrap,
body.woocommerce-shop .right-sidebar-wrap,
body.post-type-archive-product .right-sidebar-wrap,
body.woocommerce-shop .sidebar-1,
body.post-type-archive-product .sidebar-1 {
  display: none !important;
}

/* Force the content area to span full width — no sidebar reservation */
body.woocommerce-shop #content-wrap.content-full-width,
body.post-type-archive-product #content-wrap.content-full-width,
body.woocommerce-shop #content-wrap,
body.post-type-archive-product #content-wrap {
  display: block !important;
}
body.woocommerce-shop #content-wrap > .container,
body.post-type-archive-product #content-wrap > .container,
body.woocommerce-shop #primary,
body.post-type-archive-product #primary,
body.woocommerce-shop .content-area,
body.post-type-archive-product .content-area {
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* ── Hero banner ──────────────────────────────────────────────────────── */
body.woocommerce-shop .site-main::before,
body.post-type-archive-product .site-main::before {
  content: '';
  display: block;
  position: relative;
  width: 100%;
  height: 360px;
  background:
    radial-gradient(40% 60% at 30% 30%, rgba(124, 58, 237, 0.30) 0%, transparent 70%),
    radial-gradient(40% 60% at 70% 60%, rgba(168, 85, 247, 0.22) 0%, transparent 70%),
    linear-gradient(180deg, #12152b 0%, #0d0f1f 100%);
  border-bottom: 1px solid #2a2f52;
}

/* Inject hero text via ::after (fully decorative, content provided in CSS) */
body.woocommerce-shop .site-main {
  position: relative;
}
.bvc-shop-hero {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 360px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 24px;
  pointer-events: none;
  z-index: 1;
}
.bvc-shop-hero__eyebrow {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(124, 58, 237, 0.14);
  border: 1px solid rgba(124, 58, 237, 0.32);
  color: #c4b5fd;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.bvc-shop-hero__title {
  font-size: 56px;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: #ffffff;
  margin: 0 0 14px;
}
.bvc-shop-hero__title em {
  font-style: normal;
  background: linear-gradient(135deg, #7c3aed 0%, #a855f7 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bvc-shop-hero__lede {
  font-size: 17px;
  line-height: 1.55;
  color: #cbd5e1;
  max-width: 560px;
  margin: 0;
}

/* The product list pulls up under the hero so the cards "land" on the gradient */
body.woocommerce-shop article.entry-content,
body.post-type-archive-product article.entry-content {
  margin-top: -84px !important;
  position: relative;
  z-index: 2;
}

/* Sort/result meta strip (hide WC default but rebuild a clean one) */
body.woocommerce-shop .woocommerce-result-count,
body.post-type-archive-product .woocommerce-result-count,
body.woocommerce-shop .woocommerce-ordering,
body.post-type-archive-product .woocommerce-ordering {
  display: none !important;
}

/* The product grid — flex/grid full width, 4 cols desktop */
body.woocommerce-shop ul.products,
body.post-type-archive-product ul.products,
body.woocommerce-shop .site-main ul.products,
body.post-type-archive-product .site-main ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 24px !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  max-width: none !important;
  width: 100% !important;
}

body.woocommerce-shop ul.products li.product,
body.post-type-archive-product ul.products li.product,
body.woocommerce-shop ul.products li.product.col,
body.post-type-archive-product ul.products li.product.col {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
  background: linear-gradient(180deg, #12152b 0%, #0f1226 100%) !important;
  border: 1px solid #2a2f52 !important;
  border-radius: 18px !important;
  overflow: hidden !important;
  transition: border-color 0.32s ease,
              transform 0.32s cubic-bezier(0.22, 1, 0.36, 1),
              box-shadow 0.32s ease !important;
  display: flex !important;
  flex-direction: column !important;
}
body.woocommerce-shop ul.products li.product:hover,
body.post-type-archive-product ul.products li.product:hover {
  transform: translateY(-4px);
  border-color: rgba(124, 58, 237, 0.45) !important;
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.45),
              0 0 0 1px rgba(124, 58, 237, 0.20) inset,
              0 0 32px rgba(168, 85, 247, 0.10);
}

/* Product image area — full-width with subtle gradient backdrop */
body.woocommerce-shop ul.products li.product .product-inner,
body.post-type-archive-product ul.products li.product .product-inner,
body.woocommerce-shop ul.products li.product .woo-entry-inner,
body.post-type-archive-product ul.products li.product .woo-entry-inner {
  display: flex !important;
  flex-direction: column !important;
  flex: 1;
  margin: 0 !important;
  padding: 0 !important;
  text-align: center !important;
  background: transparent !important;
  border: none !important;
}

body.woocommerce-shop ul.products li.product .woocommerce-LoopProduct-link,
body.post-type-archive-product ul.products li.product .woocommerce-LoopProduct-link,
body.woocommerce-shop ul.products li.product a.product-image-link,
body.post-type-archive-product ul.products li.product a.product-image-link {
  display: block !important;
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: linear-gradient(135deg, #1a1e38 0%, #12152b 100%);
  border-bottom: 1px solid rgba(42, 47, 82, 0.6);
  margin: 0 !important;
  text-decoration: none !important;
}

body.woocommerce-shop ul.products li.product img,
body.post-type-archive-product ul.products li.product img,
body.woocommerce-shop ul.products li.product .attachment-woocommerce_thumbnail,
body.post-type-archive-product ul.products li.product .attachment-woocommerce_thumbnail {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1) !important;
  margin: 0 !important;
  border-radius: 0 !important;
}
body.woocommerce-shop ul.products li.product:hover img,
body.post-type-archive-product ul.products li.product:hover img {
  transform: scale(1.04);
}

/* Sale badge — repositioned, brand-coloured */
body.woocommerce-shop ul.products li.product .onsale,
body.post-type-archive-product ul.products li.product .onsale {
  position: absolute !important;
  top: 14px !important;
  left: 14px !important;
  background: linear-gradient(135deg, #10b981 0%, #059669 100%) !important;
  color: #ffffff !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  letter-spacing: 0.10em !important;
  text-transform: uppercase !important;
  padding: 5px 11px !important;
  border-radius: 999px !important;
  border: none !important;
  margin: 0 !important;
  box-shadow: 0 6px 16px rgba(16, 185, 129, 0.40) !important;
  z-index: 3;
}

/* Product info block (title, price, buttons) */
body.woocommerce-shop ul.products li.product .woocommerce-loop-product__title,
body.post-type-archive-product ul.products li.product .woocommerce-loop-product__title,
body.woocommerce-shop ul.products li.product h2,
body.post-type-archive-product ul.products li.product h2,
body.woocommerce-shop ul.products li.product h3,
body.post-type-archive-product ul.products li.product h3 {
  font-size: 15px !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  margin: 18px 18px 6px !important;
  letter-spacing: -0.01em;
  line-height: 1.35 !important;
  padding: 0 !important;
  text-align: center !important;
}

/* Category text above the title */
body.woocommerce-shop ul.products li.product .product-category,
body.post-type-archive-product ul.products li.product .product-category {
  display: block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: #94a3b8 !important;
  margin: 14px 18px 0;
  text-align: center;
}

body.woocommerce-shop ul.products li.product .price,
body.post-type-archive-product ul.products li.product .price,
body.woocommerce-shop ul.products li.product .price .woocommerce-Price-amount,
body.post-type-archive-product ul.products li.product .price .woocommerce-Price-amount,
body.woocommerce-shop ul.products li.product .price bdi,
body.post-type-archive-product ul.products li.product .price bdi {
  display: block !important;
  font-size: 22px !important;
  font-weight: 800 !important;
  color: #a855f7 !important;
  margin: 6px 18px 14px !important;
  font-variant-numeric: tabular-nums;
  text-align: center !important;
  letter-spacing: -0.01em;
}
body.woocommerce-shop ul.products li.product .price del,
body.post-type-archive-product ul.products li.product .price del {
  display: inline-block !important;
  font-size: 14px !important;
  opacity: 0.5 !important;
  margin-right: 8px !important;
  color: #94a3b8 !important;
}
body.woocommerce-shop ul.products li.product .price .woocommerce-Price-amount,
body.post-type-archive-product ul.products li.product .price .woocommerce-Price-amount,
body.woocommerce-shop ul.products li.product .price bdi,
body.post-type-archive-product ul.products li.product .price bdi {
  display: inline !important;
  margin: 0 !important;
}

/* Buttons sit at the bottom in a centered stack with breathing room */
body.woocommerce-shop ul.products li.product .bvc-loop-actions,
body.post-type-archive-product ul.products li.product .bvc-loop-actions {
  margin: auto 18px 22px !important;
  padding-top: 8px;
}

/* ── Responsive ──────────────────────────────────────────────────────── */
@media (max-width: 1100px) {
  body.woocommerce-shop ul.products,
  body.post-type-archive-product ul.products,
  body.woocommerce-shop .site-main ul.products,
  body.post-type-archive-product .site-main ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 820px) {
  body.woocommerce-shop ul.products,
  body.post-type-archive-product ul.products,
  body.woocommerce-shop .site-main ul.products,
  body.post-type-archive-product .site-main ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 16px !important;
  }
  body.woocommerce-shop .site-main::before,
  body.post-type-archive-product .site-main::before { height: 280px; }
  .bvc-shop-hero { height: 280px; }
  .bvc-shop-hero__title { font-size: 40px; }
  .bvc-shop-hero__lede { font-size: 15px; }
  body.woocommerce-shop .site-main > .container,
  body.post-type-archive-product .site-main > .container,
  body.woocommerce-shop .site-main > .woocommerce,
  body.post-type-archive-product .site-main > .woocommerce {
    margin-top: -64px !important;
    padding: 0 20px 64px !important;
  }
}

@media (max-width: 480px) {
  body.woocommerce-shop ul.products,
  body.post-type-archive-product ul.products,
  body.woocommerce-shop .site-main ul.products,
  body.post-type-archive-product .site-main ul.products {
    grid-template-columns: 1fr !important;
  }
  body.woocommerce-shop .site-main::before,
  body.post-type-archive-product .site-main::before { height: 220px; }
  .bvc-shop-hero { height: 220px; padding: 0 18px; }
  .bvc-shop-hero__title { font-size: 32px; }
  .bvc-shop-hero__lede { font-size: 14px; }
}

/* ============================================================================
   SHOP PAGE PREMIUM POLISH (May 2026 milestone)
   - Animated stats counter on hero
   - 3D card flip on product cards
   - Trust strip + FAQ below product grid
   - Reveal-on-scroll + tilt-on-mouse
   ============================================================================ */

/* ── Hero stats strip ─────────────────────────────────────────────────── */
.bvc-shop-stats {
  list-style: none;
  margin: 32px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}
.bvc-shop-stats li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 22px 14px;
  background: linear-gradient(180deg, rgba(20, 22, 47, 0.85), rgba(15, 17, 38, 0.85));
  border: 1px solid rgba(168, 85, 247, 0.28);
  border-radius: 14px;
  transition: border-color 0.32s ease, transform 0.32s ease;
}
.bvc-shop-stats li:hover {
  transform: translateY(-3px);
  border-color: rgba(168, 85, 247, 0.55);
}
.bvc-shop-stat__num {
  display: block;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -0.02em;
  background: linear-gradient(to right, #3562F4 0%, #C339DA 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
          color: transparent;
  font-variant-numeric: tabular-nums;
  line-height: 1;
}
.bvc-shop-stat__num--static { font-size: 26px; }
.bvc-shop-stat__label {
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: #c4b5fd;
  text-align: center;
}

/* ── 3D card flip on product cards ────────────────────────────────────── */
/* Card itself is the perspective context; .woo-entry-image is the flipper. */
body.woocommerce-shop .products li.product,
body.post-type-archive-product .products li.product {
  perspective: 1200px;
  transform-style: preserve-3d;
  /* Tilt-on-mouse vars (set by shop.js on desktop) */
  --bvc-tilt-rx: 0deg;
  --bvc-tilt-ry: 0deg;
  transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}
body.woocommerce-shop .products li.product:hover,
body.post-type-archive-product .products li.product:hover {
  transform: rotateX(var(--bvc-tilt-rx)) rotateY(var(--bvc-tilt-ry));
}
body.woocommerce-shop .products li.product .woo-entry-image,
body.post-type-archive-product .products li.product .woo-entry-image,
body.woocommerce-shop .products li.product .woo-entry-image-swap,
body.post-type-archive-product .products li.product .woo-entry-image-swap {
  position: relative;
  transform-style: preserve-3d;
  transform: rotateY(0deg);
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  border-radius: 12px;
  overflow: visible; /* required for back face on its other side */
}
/* Front (the actual product image) sits at 0deg */
body.woocommerce-shop .products li.product .woo-entry-image > a,
body.post-type-archive-product .products li.product .woo-entry-image > a,
body.woocommerce-shop .products li.product .woo-entry-image-swap > a,
body.post-type-archive-product .products li.product .woo-entry-image-swap > a {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  display: block;
}
/* Flip when JS adds .bvc-card-flipped on mouseenter (more reliable than
   :hover, which fights theme overlays + OceanWP image-swap CSS). */
body.woocommerce-shop .products li.product.bvc-card-flipped .woo-entry-image,
body.post-type-archive-product .products li.product.bvc-card-flipped .woo-entry-image,
body.woocommerce-shop .products li.product.bvc-card-flipped .woo-entry-image-swap,
body.post-type-archive-product .products li.product.bvc-card-flipped .woo-entry-image-swap {
  transform: rotateY(180deg) !important;
}

/* Back face — fully-styled branded card with chip + features */
.bvc-card-flip-back {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px 22px;
  border-radius: 12px;
  background:
    radial-gradient(120% 80% at 100% 0%, rgba(195, 57, 218, 0.35) 0%, transparent 55%),
    radial-gradient(120% 80% at 0% 100%, rgba(53, 98, 244, 0.40) 0%, transparent 55%),
    linear-gradient(135deg, #0f1126 0%, #1a1e38 100%);
  border: 1px solid rgba(168, 85, 247, 0.45);
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  color: #ffffff;
  transform: rotateY(180deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  pointer-events: none; /* hover lives on the card, not the back face */
  text-align: left;
}
.bvc-cfb__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bvc-cfb__brand {
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.01em;
  background: linear-gradient(to right, #3562F4 0%, #C339DA 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
          color: transparent;
}
.bvc-cfb__type {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: #c4b5fd;
}
.bvc-cfb__chip {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 3px;
  width: 38px;
  height: 28px;
  padding: 4px;
  background: linear-gradient(135deg, #d4af37 0%, #b8860b 100%);
  border-radius: 5px;
  margin: 12px 0 6px;
}
.bvc-cfb__chip span {
  background: rgba(0, 0, 0, 0.25);
  border-radius: 1px;
}
.bvc-cfb__amount { display: flex; flex-direction: column; gap: 4px; }
.bvc-cfb__amount-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: #94a3b8;
}
.bvc-cfb__amount-value {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: #ffffff;
}
.bvc-cfb__feats {
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px 12px;
}
.bvc-cfb__feats li {
  font-size: 11px;
  font-weight: 500;
  color: #cbd5e1;
  display: flex;
  align-items: center;
  gap: 6px;
}
.bvc-cfb__feats li::before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: linear-gradient(to right, #3562F4 0%, #C339DA 100%);
  flex-shrink: 0;
}
.bvc-cfb__cta {
  margin-top: auto;
  padding: 10px 14px;
  border-radius: 8px;
  background: linear-gradient(to right, #3562F4 0%, #C339DA 100%);
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: center;
  box-shadow: 0 8px 20px rgba(53, 98, 244, 0.32);
}

/* Don't flip on touch devices — they can't hover comfortably */
@media (hover: none) {
  body.woocommerce-shop .products li.product:hover .woo-entry-image,
  body.woocommerce-shop .products li.product:hover .woo-entry-image-swap,
  body.post-type-archive-product .products li.product:hover .woo-entry-image,
  body.post-type-archive-product .products li.product:hover .woo-entry-image-swap {
    transform: rotateY(0deg);
  }
  .bvc-card-flip-back { display: none; }
}

/* ── "Why BuyVCC" trust strip ────────────────────────────────────────── */
.bvc-shop-trust {
  max-width: 1320px;
  margin: 80px auto 0;
  padding: 0 24px;
}
.bvc-shop-trust__head { text-align: center; margin: 0 0 36px; }
.bvc-shop-trust__eyebrow,
.bvc-shop-faq__eyebrow {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(124, 58, 237, 0.14);
  border: 1px solid rgba(168, 85, 247, 0.35);
  color: #c4b5fd;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.bvc-shop-trust__head h2,
.bvc-shop-faq__head h2 {
  font-size: 32px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #ffffff;
  margin: 0;
}
.bvc-shop-trust__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}
.bvc-shop-trust__tile {
  position: relative;
  padding: 28px 24px;
  background: linear-gradient(180deg, rgba(20, 22, 47, 0.85), rgba(15, 17, 38, 0.85));
  border: 1px solid rgba(168, 85, 247, 0.22);
  border-radius: 16px;
  transition: transform 0.32s ease, border-color 0.32s ease, box-shadow 0.32s ease;
  overflow: hidden;
}
.bvc-shop-trust__tile::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(80% 60% at 50% -10%, rgba(195, 57, 218, 0.15) 0%, transparent 60%);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.32s ease;
}
.bvc-shop-trust__tile:hover {
  transform: translateY(-4px);
  border-color: rgba(168, 85, 247, 0.55);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.40);
}
.bvc-shop-trust__tile:hover::after { opacity: 1; }
.bvc-shop-trust__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(53, 98, 244, 0.20), rgba(195, 57, 218, 0.20));
  border: 1px solid rgba(168, 85, 247, 0.40);
  margin-bottom: 16px;
  color: #c4b5fd;
}
.bvc-shop-trust__icon::before {
  content: '';
  width: 22px;
  height: 22px;
  background-color: currentColor;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.bvc-shop-trust__icon--bolt::before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'><path d='M13 2L3 14h7l-1 8 11-14h-7l0-6z'/></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'><path d='M13 2L3 14h7l-1 8 11-14h-7l0-6z'/></svg>");
}
.bvc-shop-trust__icon--shield::before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'><path d='M12 22s-8-4.5-8-12V5l8-3 8 3v5c0 7.5-8 12-8 12z'/><path d='M9 12l2 2 4-4'/></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'><path d='M12 22s-8-4.5-8-12V5l8-3 8 3v5c0 7.5-8 12-8 12z'/><path d='M9 12l2 2 4-4'/></svg>");
}
.bvc-shop-trust__icon--globe::before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'><circle cx='12' cy='12' r='10'/><path d='M2 12h20M12 2a15.3 15.3 0 014 10 15.3 15.3 0 01-4 10 15.3 15.3 0 01-4-10 15.3 15.3 0 014-10z'/></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'><circle cx='12' cy='12' r='10'/><path d='M2 12h20M12 2a15.3 15.3 0 014 10 15.3 15.3 0 01-4 10 15.3 15.3 0 01-4-10 15.3 15.3 0 014-10z'/></svg>");
}
.bvc-shop-trust__icon--refresh::before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'><polyline points='23 4 23 10 17 10'/><polyline points='1 20 1 14 7 14'/><path d='M3.51 9a9 9 0 0114.85-3.36L23 10M1 14l4.64 4.36A9 9 0 0020.49 15'/></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'><polyline points='23 4 23 10 17 10'/><polyline points='1 20 1 14 7 14'/><path d='M3.51 9a9 9 0 0114.85-3.36L23 10M1 14l4.64 4.36A9 9 0 0020.49 15'/></svg>");
}
.bvc-shop-trust__tile h3 {
  font-size: 17px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 8px;
  letter-spacing: -0.01em;
}
.bvc-shop-trust__tile p {
  font-size: 14px;
  color: #cbd5e1;
  line-height: 1.55;
  margin: 0;
}

/* ── FAQ accordion ──────────────────────────────────────────────────── */
.bvc-shop-faq {
  max-width: 880px;
  margin: 80px auto 80px;
  padding: 0 24px;
}
.bvc-shop-faq__head { text-align: center; margin: 0 0 32px; }
.bvc-shop-faq__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.bvc-shop-faq__item {
  background: linear-gradient(180deg, rgba(20, 22, 47, 0.85), rgba(15, 17, 38, 0.85));
  border: 1px solid rgba(168, 85, 247, 0.22);
  border-radius: 14px;
  overflow: hidden;
  transition: border-color 0.32s ease;
}
.bvc-shop-faq__item:hover { border-color: rgba(168, 85, 247, 0.40); }
.bvc-shop-faq__item[open] { border-color: rgba(168, 85, 247, 0.55); }
.bvc-shop-faq__item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 22px;
  cursor: pointer;
  list-style: none;
  user-select: none;
}
.bvc-shop-faq__item summary::-webkit-details-marker { display: none; }
.bvc-shop-faq__q {
  font-size: 15.5px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -0.005em;
}
.bvc-shop-faq__chevron {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(168, 85, 247, 0.10);
  border: 1px solid rgba(168, 85, 247, 0.32);
  color: #c4b5fd;
  flex-shrink: 0;
  transition: transform 0.32s ease, background 0.32s ease;
}
.bvc-shop-faq__chevron svg { width: 14px; height: 14px; }
.bvc-shop-faq__item[open] .bvc-shop-faq__chevron {
  transform: rotate(180deg);
  background: linear-gradient(to right, #3562F4 0%, #C339DA 100%);
  border-color: transparent;
  color: #ffffff;
}
.bvc-shop-faq__item p {
  margin: 0;
  padding: 0 22px 20px;
  font-size: 14px;
  color: #cbd5e1;
  line-height: 1.65;
}

/* ── Reveal-on-scroll for shop elements ──────────────────────────────── */
.bvc-shop-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1) var(--bvc-shop-reveal-delay, 0ms),
              transform 0.6s cubic-bezier(0.22, 1, 0.36, 1) var(--bvc-shop-reveal-delay, 0ms);
}
.bvc-shop-revealed {
  opacity: 1;
  transform: none;
}

/* ── Mobile / responsive ─────────────────────────────────────────────── */
@media (max-width: 900px) {
  .bvc-shop-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .bvc-shop-stat__num { font-size: 26px; }
  .bvc-shop-trust__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
  .bvc-shop-trust__head h2,
  .bvc-shop-faq__head h2 { font-size: 24px; }
}
@media (max-width: 560px) {
  .bvc-shop-stats { grid-template-columns: 1fr 1fr; }
  .bvc-shop-stats li { padding: 16px 12px; }
  .bvc-shop-stat__num { font-size: 22px; }
  .bvc-shop-trust__grid { grid-template-columns: 1fr; }
  .bvc-shop-trust { margin-top: 56px; padding: 0 14px; }
  .bvc-shop-faq { margin: 56px auto; padding: 0 14px; }
  .bvc-shop-faq__q { font-size: 14.5px; }
  .bvc-shop-faq__item summary { padding: 14px 16px; }
  .bvc-shop-faq__item p { padding: 0 16px 16px; font-size: 13.5px; }
}

/* ============================================================================
   SHOP PAGE — ELITE PASS (May 2026)
   Strip every visible border. Replace with brand-tinted glow + soft elevation.
   Generous breathing room between sections. Brand colors only.
   ============================================================================ */

/* Brand tokens used throughout this block */
:root {
  --bvc-brand-grad: linear-gradient(120deg, #3562F4 0%, #C339DA 100%);
  --bvc-brand-grad-soft: linear-gradient(120deg, rgba(53, 98, 244, 0.30) 0%, rgba(195, 57, 218, 0.30) 100%);
  --bvc-elite-glow: 0 30px 80px rgba(53, 98, 244, 0.18),
                    0 18px 50px rgba(195, 57, 218, 0.14);
}

/* ── No borders anywhere on shop, period ────────────────────────────── */
body.woocommerce-shop .container,
body.woocommerce-shop #content-wrap,
body.woocommerce-shop .site-main,
body.woocommerce-shop .woocommerce,
body.woocommerce-shop .content-area,
body.woocommerce-shop .content-left-sidebar .content-area,
body.woocommerce-shop .content-right-sidebar .content-area,
body.woocommerce-shop #primary,
body.woocommerce-shop article.entry-content,
body.post-type-archive-product .container,
body.post-type-archive-product #content-wrap,
body.post-type-archive-product .site-main,
body.post-type-archive-product .woocommerce,
body.post-type-archive-product .content-area,
body.post-type-archive-product .content-left-sidebar .content-area,
body.post-type-archive-product .content-right-sidebar .content-area,
body.post-type-archive-product #primary,
body.post-type-archive-product article.entry-content {
  border: 0 !important;
  border-width: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

/* ── Reset hero positioning: was absolutely positioned over a decorative
   ::before pseudo-element. Make it a normal block so the elite spacing
   doesn't collapse the section behind the product grid. */
body.woocommerce-shop .bvc-shop-hero,
body.post-type-archive-product .bvc-shop-hero {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  height: auto !important;
  width: 100% !important;
  pointer-events: auto !important;
  background: linear-gradient(180deg, #12152b 0%, #0d0f1f 100%);
  overflow: hidden;
}
/* The decorative ::before background-box and the negative margin pull-up
   are no longer needed — the hero is now a real flow element. */
body.woocommerce-shop .site-main::before,
body.post-type-archive-product .site-main::before {
  display: none !important;
}
body.woocommerce-shop article.entry-content,
body.post-type-archive-product article.entry-content {
  margin-top: 0 !important;
}
/* Hero stays remove of its border bottom too */
body.woocommerce-shop .bvc-shop-hero,
body.post-type-archive-product .bvc-shop-hero { border: 0 !important; }

/* ── Hero stats — borderless brand-glow pills ───────────────────────── */
body.woocommerce-shop .bvc-shop-stats li,
body.post-type-archive-product .bvc-shop-stats li {
  background:
    radial-gradient(120% 100% at 50% 0%, rgba(195, 57, 218, 0.12) 0%, transparent 70%),
    linear-gradient(180deg, rgba(20, 22, 47, 0.55), rgba(15, 17, 38, 0.55));
  border: 0 !important;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.04) inset,
    0 20px 50px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s ease;
}
body.woocommerce-shop .bvc-shop-stats li:hover,
body.post-type-archive-product .bvc-shop-stats li:hover {
  transform: translateY(-4px);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.06) inset,
    0 26px 60px rgba(53, 98, 244, 0.22),
    0 14px 40px rgba(195, 57, 218, 0.18);
}

/* ── Hero spacing + dramatic backdrop ───────────────────────────────── */
body.woocommerce-shop .bvc-shop-hero,
body.post-type-archive-product .bvc-shop-hero {
  padding: 96px 24px 80px;
  margin-bottom: 0;
}
body.woocommerce-shop .bvc-shop-hero::before,
body.post-type-archive-product .bvc-shop-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(60% 80% at 50% 0%, rgba(53, 98, 244, 0.18) 0%, transparent 60%),
    radial-gradient(60% 80% at 50% 0%, rgba(195, 57, 218, 0.14) 0%, transparent 65%);
  pointer-events: none;
  z-index: 0;
}
body.woocommerce-shop .bvc-shop-hero > *,
body.post-type-archive-product .bvc-shop-hero > * {
  position: relative;
  z-index: 1;
}

/* ── Generous gap between hero and product grid ─────────────────────── */
body.woocommerce-shop .site-main > .container,
body.woocommerce-shop .site-main > .woocommerce,
body.post-type-archive-product .site-main > .container,
body.post-type-archive-product .site-main > .woocommerce {
  margin-top: 0 !important;
  padding-top: 96px !important;
  padding-bottom: 120px !important;
}
body.woocommerce-shop .site-main::before,
body.post-type-archive-product .site-main::before { display: none !important; }

/* ── Product cards — borderless, glow elevation, brand halo on hover ── */
body.woocommerce-shop ul.products,
body.post-type-archive-product ul.products,
body.woocommerce-shop .site-main ul.products,
body.post-type-archive-product .site-main ul.products {
  gap: 36px !important;
}
body.woocommerce-shop ul.products li.product,
body.post-type-archive-product ul.products li.product,
body.woocommerce-shop ul.products li.product.col,
body.post-type-archive-product ul.products li.product.col {
  background:
    linear-gradient(180deg, rgba(20, 22, 47, 0.85), rgba(15, 17, 38, 0.85)) !important;
  border: 0 !important;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.04) inset,
    0 30px 80px rgba(0, 0, 0, 0.45) !important;
  padding: 28px 26px !important;
  border-radius: 20px !important;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1),
              box-shadow 0.42s cubic-bezier(0.22, 1, 0.36, 1);
}
/* Brand gradient halo behind each card on hover */
body.woocommerce-shop ul.products li.product::before,
body.post-type-archive-product ul.products li.product::before {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  padding: 1px;
  background: var(--bvc-brand-grad);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
          mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.42s ease;
  pointer-events: none;
  z-index: 1;
}
body.woocommerce-shop ul.products li.product:hover,
body.post-type-archive-product ul.products li.product:hover {
  transform: translateY(-6px);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.06) inset,
    0 40px 100px rgba(53, 98, 244, 0.22),
    0 24px 60px rgba(195, 57, 218, 0.18) !important;
}
body.woocommerce-shop ul.products li.product:hover::before,
body.post-type-archive-product ul.products li.product:hover::before { opacity: 1; }

/* ── "Why BuyVCC" trust tiles — borderless, gradient-bordered on hover ── */
body.woocommerce-shop .bvc-shop-trust,
body.post-type-archive-product .bvc-shop-trust {
  margin: 0 auto;
  padding: 120px 24px 40px;
  max-width: 1320px;
}
body.woocommerce-shop .bvc-shop-trust__head,
body.post-type-archive-product .bvc-shop-trust__head { margin-bottom: 48px; }
body.woocommerce-shop .bvc-shop-trust__grid,
body.post-type-archive-product .bvc-shop-trust__grid { gap: 28px; }
body.woocommerce-shop .bvc-shop-trust__tile,
body.post-type-archive-product .bvc-shop-trust__tile {
  background:
    radial-gradient(140% 100% at 0% 0%, rgba(53, 98, 244, 0.08) 0%, transparent 60%),
    radial-gradient(140% 100% at 100% 100%, rgba(195, 57, 218, 0.08) 0%, transparent 60%),
    linear-gradient(180deg, rgba(20, 22, 47, 0.65), rgba(15, 17, 38, 0.65));
  border: 0 !important;
  border-radius: 20px !important;
  padding: 36px 30px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.04) inset,
    0 24px 60px rgba(0, 0, 0, 0.35);
  transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1),
              box-shadow 0.42s ease;
}
/* Brand gradient outline on hover, masked to ring only */
body.woocommerce-shop .bvc-shop-trust__tile::before,
body.post-type-archive-product .bvc-shop-trust__tile::before {
  content: '';
  position: absolute; inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: var(--bvc-brand-grad);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
          mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.42s ease;
  pointer-events: none;
}
body.woocommerce-shop .bvc-shop-trust__tile:hover,
body.post-type-archive-product .bvc-shop-trust__tile:hover {
  transform: translateY(-6px);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.06) inset,
    0 40px 80px rgba(53, 98, 244, 0.22),
    0 24px 50px rgba(195, 57, 218, 0.18);
}
body.woocommerce-shop .bvc-shop-trust__tile:hover::before,
body.post-type-archive-product .bvc-shop-trust__tile:hover::before { opacity: 1; }
body.woocommerce-shop .bvc-shop-trust__tile::after,
body.post-type-archive-product .bvc-shop-trust__tile::after { display: none; }
body.woocommerce-shop .bvc-shop-trust__icon,
body.post-type-archive-product .bvc-shop-trust__icon {
  border: 0 !important;
  background: var(--bvc-brand-grad-soft);
  box-shadow: 0 12px 28px rgba(53, 98, 244, 0.25);
}
body.woocommerce-shop .bvc-shop-trust__icon::before,
body.post-type-archive-product .bvc-shop-trust__icon::before {
  background-color: #ffffff;
}

/* ── FAQ — borderless, soft brand-tint divider lines only ──────────── */
body.woocommerce-shop .bvc-shop-faq,
body.post-type-archive-product .bvc-shop-faq {
  margin: 40px auto 140px;
  padding: 80px 24px 0;
  max-width: 920px;
}
body.woocommerce-shop .bvc-shop-faq__head,
body.post-type-archive-product .bvc-shop-faq__head { margin-bottom: 44px; }
body.woocommerce-shop .bvc-shop-faq__list,
body.post-type-archive-product .bvc-shop-faq__list {
  gap: 0;
  background:
    radial-gradient(100% 60% at 50% 0%, rgba(53, 98, 244, 0.06) 0%, transparent 70%),
    linear-gradient(180deg, rgba(20, 22, 47, 0.55), rgba(15, 17, 38, 0.55));
  border-radius: 20px;
  overflow: hidden;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.04) inset,
    0 30px 80px rgba(0, 0, 0, 0.30);
}
body.woocommerce-shop .bvc-shop-faq__item,
body.post-type-archive-product .bvc-shop-faq__item {
  background: transparent;
  border: 0 !important;
  border-radius: 0 !important;
}
body.woocommerce-shop .bvc-shop-faq__item + .bvc-shop-faq__item,
body.post-type-archive-product .bvc-shop-faq__item + .bvc-shop-faq__item {
  border-top: 1px solid rgba(168, 85, 247, 0.10) !important;
}
body.woocommerce-shop .bvc-shop-faq__item summary,
body.post-type-archive-product .bvc-shop-faq__item summary {
  padding: 22px 26px;
}
body.woocommerce-shop .bvc-shop-faq__item p,
body.post-type-archive-product .bvc-shop-faq__item p {
  padding: 0 26px 22px;
}
body.woocommerce-shop .bvc-shop-faq__chevron,
body.post-type-archive-product .bvc-shop-faq__chevron {
  border: 0 !important;
  background: rgba(168, 85, 247, 0.08);
}

/* ── Eyebrow pills — keep their delicate border but soften ──────────── */
body.woocommerce-shop .bvc-shop-hero__eyebrow,
body.post-type-archive-product .bvc-shop-hero__eyebrow,
body.woocommerce-shop .bvc-shop-trust__eyebrow,
body.post-type-archive-product .bvc-shop-trust__eyebrow,
body.woocommerce-shop .bvc-shop-faq__eyebrow,
body.post-type-archive-product .bvc-shop-faq__eyebrow {
  background: rgba(168, 85, 247, 0.10);
  border: 0 !important;
  box-shadow: 0 0 0 1px rgba(168, 85, 247, 0.30) inset;
}

/* ── Section titles — slightly bigger for elite presence ────────────── */
body.woocommerce-shop .bvc-shop-trust__head h2,
body.woocommerce-shop .bvc-shop-faq__head h2,
body.post-type-archive-product .bvc-shop-trust__head h2,
body.post-type-archive-product .bvc-shop-faq__head h2 {
  font-size: 36px;
  letter-spacing: -0.025em;
  margin: 0;
}

/* ── Card-flip back face — borderless, gradient halo only ──────────── */
.bvc-card-flip-back {
  border: 0 !important;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.06) inset,
    0 30px 60px rgba(0, 0, 0, 0.55) !important;
}

/* ── Responsive ─────────────────────────────────────────────────────── */
@media (max-width: 1100px) {
  body.woocommerce-shop ul.products,
  body.post-type-archive-product ul.products,
  body.woocommerce-shop .site-main ul.products,
  body.post-type-archive-product .site-main ul.products { gap: 28px !important; }
}
@media (max-width: 900px) {
  body.woocommerce-shop .bvc-shop-hero,
  body.post-type-archive-product .bvc-shop-hero { padding: 72px 20px 60px; }
  body.woocommerce-shop .site-main > .container,
  body.woocommerce-shop .site-main > .woocommerce,
  body.post-type-archive-product .site-main > .container,
  body.post-type-archive-product .site-main > .woocommerce {
    padding-top: 72px !important;
    padding-bottom: 80px !important;
  }
  body.woocommerce-shop .bvc-shop-trust,
  body.post-type-archive-product .bvc-shop-trust { padding-top: 80px; }
  body.woocommerce-shop .bvc-shop-faq,
  body.post-type-archive-product .bvc-shop-faq { margin-bottom: 100px; padding-top: 60px; }
  body.woocommerce-shop .bvc-shop-trust__head h2,
  body.woocommerce-shop .bvc-shop-faq__head h2,
  body.post-type-archive-product .bvc-shop-trust__head h2,
  body.post-type-archive-product .bvc-shop-faq__head h2 { font-size: 28px; }
  body.woocommerce-shop ul.products,
  body.post-type-archive-product ul.products,
  body.woocommerce-shop .site-main ul.products,
  body.post-type-archive-product .site-main ul.products { gap: 20px !important; }
  body.woocommerce-shop ul.products li.product,
  body.post-type-archive-product ul.products li.product { padding: 22px 20px !important; border-radius: 16px !important; }
}
@media (max-width: 560px) {
  body.woocommerce-shop .bvc-shop-hero,
  body.post-type-archive-product .bvc-shop-hero { padding: 56px 16px 48px; }
  body.woocommerce-shop .site-main > .container,
  body.woocommerce-shop .site-main > .woocommerce,
  body.post-type-archive-product .site-main > .container,
  body.post-type-archive-product .site-main > .woocommerce {
    padding-top: 56px !important;
    padding-bottom: 64px !important;
  }
  body.woocommerce-shop .bvc-shop-trust,
  body.post-type-archive-product .bvc-shop-trust { padding-top: 64px; padding-bottom: 0; }
  body.woocommerce-shop .bvc-shop-faq,
  body.post-type-archive-product .bvc-shop-faq { margin-bottom: 72px; padding-top: 48px; }
  body.woocommerce-shop .bvc-shop-trust__tile,
  body.post-type-archive-product .bvc-shop-trust__tile { padding: 28px 22px; }
}

/* ============================================================================
   RESPONSIVE FIX PASS (May 2026)
   Cleans up issues from the elite pass:
   - Stacking: gradient ::before rings conflicted with the card flip back face
   - Responsive: product grid stayed too dense on small phones
   - Spacing: card internal padding ate too much room at narrow widths
   - Layering: ensure card image + content always paint above any pseudo
   ============================================================================ */

/* Remove the gradient-ring ::before from product cards entirely.
   It introduced stacking conflicts with the 3D flip's back face and any
   theme overlays. Cards keep their dark surface + brand glow hover. */
body.woocommerce-shop ul.products li.product::before,
body.post-type-archive-product ul.products li.product::before {
  content: none !important;
  display: none !important;
}

/* Make sure the flip wrap is never clipped by the card's overflow.
   The card needs overflow: visible so the back face shows on rotation. */
body.woocommerce-shop ul.products li.product,
body.post-type-archive-product ul.products li.product,
body.woocommerce-shop ul.products li.product.col,
body.post-type-archive-product ul.products li.product.col {
  overflow: visible !important;
  isolation: isolate;
}
/* But the .woo-entry-image (the actual flipper) keeps its rounded corners
   so the back face is clipped to the card image area, not to the whole LI. */
body.woocommerce-shop ul.products li.product .woo-entry-image,
body.post-type-archive-product ul.products li.product .woo-entry-image,
body.woocommerce-shop ul.products li.product .woo-entry-image-swap,
body.post-type-archive-product ul.products li.product .woo-entry-image-swap {
  border-radius: 12px;
  overflow: hidden;
}
/* When flipped, allow the 3D rotation to escape the wrapper bounds */
body.woocommerce-shop ul.products li.product.bvc-card-flipped .woo-entry-image,
body.post-type-archive-product ul.products li.product.bvc-card-flipped .woo-entry-image,
body.woocommerce-shop ul.products li.product.bvc-card-flipped .woo-entry-image-swap,
body.post-type-archive-product ul.products li.product.bvc-card-flipped .woo-entry-image-swap {
  overflow: visible;
}

/* Trust tiles: also drop the gradient ring to keep stacking simple */
body.woocommerce-shop .bvc-shop-trust__tile::before,
body.post-type-archive-product .bvc-shop-trust__tile::before {
  content: none !important;
  display: none !important;
}

/* ── Cleaner breakpoint rhythm ─────────────────────────────────────────
   ≥1200  : 4 cols
   900–1199: 3 cols
   600–899 : 2 cols
   <600    : 1 col
   ====================================================================== */
@media (max-width: 1199px) {
  body.woocommerce-shop ul.products,
  body.post-type-archive-product ul.products,
  body.woocommerce-shop .site-main ul.products,
  body.post-type-archive-product .site-main ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 26px !important;
  }
}
@media (max-width: 899px) {
  body.woocommerce-shop ul.products,
  body.post-type-archive-product ul.products,
  body.woocommerce-shop .site-main ul.products,
  body.post-type-archive-product .site-main ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 18px !important;
  }
  body.woocommerce-shop ul.products li.product,
  body.post-type-archive-product ul.products li.product,
  body.woocommerce-shop ul.products li.product.col,
  body.post-type-archive-product ul.products li.product.col {
    padding: 20px 18px !important;
    border-radius: 16px !important;
  }
  body.woocommerce-shop .bvc-shop-trust__grid,
  body.post-type-archive-product .bvc-shop-trust__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 18px !important;
  }
  body.woocommerce-shop .bvc-shop-trust__tile,
  body.post-type-archive-product .bvc-shop-trust__tile {
    padding: 28px 22px !important;
    border-radius: 16px !important;
  }
  body.woocommerce-shop .bvc-shop-stats,
  body.post-type-archive-product .bvc-shop-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
  }
  body.woocommerce-shop .bvc-shop-stats li,
  body.post-type-archive-product .bvc-shop-stats li {
    padding: 18px 12px !important;
  }
  body.woocommerce-shop .bvc-shop-stat__num,
  body.post-type-archive-product .bvc-shop-stat__num { font-size: 26px !important; }
  body.woocommerce-shop .bvc-shop-stat__num--static,
  body.post-type-archive-product .bvc-shop-stat__num--static { font-size: 22px !important; }
  body.woocommerce-shop .bvc-shop-hero__title,
  body.post-type-archive-product .bvc-shop-hero__title { font-size: 42px !important; line-height: 1.08; }
  body.woocommerce-shop .bvc-shop-trust__head h2,
  body.woocommerce-shop .bvc-shop-faq__head h2,
  body.post-type-archive-product .bvc-shop-trust__head h2,
  body.post-type-archive-product .bvc-shop-faq__head h2 { font-size: 28px !important; }
}
@media (max-width: 599px) {
  body.woocommerce-shop ul.products,
  body.post-type-archive-product ul.products,
  body.woocommerce-shop .site-main ul.products,
  body.post-type-archive-product .site-main ul.products {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }
  body.woocommerce-shop ul.products li.product,
  body.post-type-archive-product ul.products li.product,
  body.woocommerce-shop ul.products li.product.col,
  body.post-type-archive-product ul.products li.product.col {
    padding: 22px 20px !important;
  }
  body.woocommerce-shop .bvc-shop-trust__grid,
  body.post-type-archive-product .bvc-shop-trust__grid {
    grid-template-columns: 1fr !important;
  }
  body.woocommerce-shop .bvc-shop-hero,
  body.post-type-archive-product .bvc-shop-hero {
    padding: 48px 16px 40px !important;
  }
  body.woocommerce-shop .bvc-shop-hero__title,
  body.post-type-archive-product .bvc-shop-hero__title { font-size: 34px !important; }
  body.woocommerce-shop .bvc-shop-hero__lede,
  body.post-type-archive-product .bvc-shop-hero__lede { font-size: 14.5px !important; }
  body.woocommerce-shop .site-main > .container,
  body.woocommerce-shop .site-main > .woocommerce,
  body.post-type-archive-product .site-main > .container,
  body.post-type-archive-product .site-main > .woocommerce {
    padding: 48px 14px 56px !important;
  }
  body.woocommerce-shop .bvc-shop-trust,
  body.post-type-archive-product .bvc-shop-trust { padding: 56px 14px 0 !important; }
  body.woocommerce-shop .bvc-shop-faq,
  body.post-type-archive-product .bvc-shop-faq { margin: 0 auto 64px !important; padding: 48px 14px 0 !important; }
  body.woocommerce-shop .bvc-shop-faq__item summary,
  body.post-type-archive-product .bvc-shop-faq__item summary { padding: 18px 18px !important; }
  body.woocommerce-shop .bvc-shop-faq__item p,
  body.post-type-archive-product .bvc-shop-faq__item p { padding: 0 18px 16px !important; }
  body.woocommerce-shop .bvc-shop-trust__head h2,
  body.woocommerce-shop .bvc-shop-faq__head h2,
  body.post-type-archive-product .bvc-shop-trust__head h2,
  body.post-type-archive-product .bvc-shop-faq__head h2 { font-size: 24px !important; }
  /* Disable the 3D flip on touch devices - belt and braces */
  .bvc-card-flip-back { display: none !important; }
}

/* Prevent any horizontal scroll caused by stray full-width elements */
body.woocommerce-shop,
body.post-type-archive-product { overflow-x: hidden !important; }
body.woocommerce-shop .bvc-shop-hero,
body.post-type-archive-product .bvc-shop-hero,
body.woocommerce-shop .bvc-shop-trust,
body.post-type-archive-product .bvc-shop-trust,
body.woocommerce-shop .bvc-shop-faq,
body.post-type-archive-product .bvc-shop-faq { max-width: 100vw; }

/* Card content stacking — make sure the image + content sit above any pseudo */
body.woocommerce-shop ul.products li.product > *,
body.post-type-archive-product ul.products li.product > * {
  position: relative;
  z-index: 1;
}

/* ============================================================================
   SHOP CARD — TILT-ON-MOUSE 3D + CLEAN HOVER (replaces the flip technique)
   ============================================================================ */

/* Kill the old flip + back face entirely */
body.woocommerce-shop .products li.product .woo-entry-image,
body.post-type-archive-product .products li.product .woo-entry-image,
body.woocommerce-shop .products li.product .woo-entry-image-swap,
body.post-type-archive-product .products li.product .woo-entry-image-swap {
  transform: none !important;
  transform-style: flat !important;
}
body.woocommerce-shop .products li.product.bvc-card-flipped .woo-entry-image,
body.post-type-archive-product .products li.product.bvc-card-flipped .woo-entry-image,
body.woocommerce-shop .products li.product.bvc-card-flipped .woo-entry-image-swap,
body.post-type-archive-product .products li.product.bvc-card-flipped .woo-entry-image-swap {
  transform: none !important;
}
.bvc-card-flip-back { display: none !important; }

/* Card itself: smooth 3D tilt driven by JS via custom properties */
body.woocommerce-shop ul.products li.product,
body.post-type-archive-product ul.products li.product,
body.woocommerce-shop ul.products li.product.col,
body.post-type-archive-product ul.products li.product.col {
  perspective: 1400px;
  transform-style: preserve-3d;
  --bvc-tilt-rx: 0deg;
  --bvc-tilt-ry: 0deg;
  --bvc-tilt-scale: 1;
  will-change: transform;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
              box-shadow 0.45s cubic-bezier(0.22, 1, 0.36, 1) !important;
}
body.woocommerce-shop ul.products li.product.bvc-tilt-active,
body.post-type-archive-product ul.products li.product.bvc-tilt-active {
  transform: rotateX(var(--bvc-tilt-rx)) rotateY(var(--bvc-tilt-ry)) scale(var(--bvc-tilt-scale));
  /* Faster transition while moving so the tilt actually tracks the cursor */
  transition: transform 0.12s linear, box-shadow 0.45s ease !important;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.06) inset,
    0 50px 100px rgba(53, 98, 244, 0.28),
    0 24px 60px rgba(195, 57, 218, 0.22) !important;
}
/* Cards' OWN ::after sheen — soft directional gradient highlights the tilt */
body.woocommerce-shop ul.products li.product::after,
body.post-type-archive-product ul.products li.product::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.06) 0%, transparent 35%, transparent 65%, rgba(255, 255, 255, 0.03) 100%);
  opacity: 0;
  transition: opacity 0.45s ease;
  z-index: 0;
}
body.woocommerce-shop ul.products li.product.bvc-tilt-active::after,
body.post-type-archive-product ul.products li.product.bvc-tilt-active::after {
  opacity: 1;
}

/* Lift the inner image + content slightly during tilt for parallax depth */
body.woocommerce-shop ul.products li.product .woo-entry-image,
body.post-type-archive-product ul.products li.product .woo-entry-image,
body.woocommerce-shop ul.products li.product .woo-entry-image-swap,
body.post-type-archive-product ul.products li.product .woo-entry-image-swap {
  transform: translateZ(0);
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
body.woocommerce-shop ul.products li.product.bvc-tilt-active .woo-entry-image,
body.post-type-archive-product ul.products li.product.bvc-tilt-active .woo-entry-image,
body.woocommerce-shop ul.products li.product.bvc-tilt-active .woo-entry-image-swap,
body.post-type-archive-product ul.products li.product.bvc-tilt-active .woo-entry-image-swap {
  transform: translateZ(36px);
}

/* Card image must show the FULL landscape design — no crop */
body.woocommerce-shop ul.products li.product img,
body.post-type-archive-product ul.products li.product img {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16 / 10 !important;
  object-fit: contain !important;
  display: block !important;
  border-radius: 10px !important;
  background: linear-gradient(135deg, #1a1e38 0%, #12152b 100%);
}

/* Product title — force white, never grey */
body.woocommerce-shop ul.products li.product .woocommerce-loop-product__title,
body.woocommerce-shop ul.products li.product h2,
body.woocommerce-shop ul.products li.product h3,
body.woocommerce-shop ul.products li.product h2 a,
body.woocommerce-shop ul.products li.product h3 a,
body.woocommerce-shop ul.products li.product a.woocommerce-LoopProduct-link,
body.woocommerce-shop ul.products li.product a.woocommerce-LoopProduct-link h2,
body.woocommerce-shop ul.products li.product a.woocommerce-LoopProduct-link h3,
body.post-type-archive-product ul.products li.product .woocommerce-loop-product__title,
body.post-type-archive-product ul.products li.product h2,
body.post-type-archive-product ul.products li.product h3,
body.post-type-archive-product ul.products li.product h2 a,
body.post-type-archive-product ul.products li.product h3 a,
body.post-type-archive-product ul.products li.product a.woocommerce-LoopProduct-link,
body.post-type-archive-product ul.products li.product a.woocommerce-LoopProduct-link h2,
body.post-type-archive-product ul.products li.product a.woocommerce-LoopProduct-link h3 {
  color: #ffffff !important;
  opacity: 1 !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

/* "VCC" category label above title */
body.woocommerce-shop ul.products li.product li.title,
body.post-type-archive-product ul.products li.product li.title {
  color: #c4b5fd !important;
}

/* ============================================================================
   SHOP CARDS — MIRROR THE RELATED-PRODUCT CARD DESIGN
   Desktop 3 cols / Tablet 2 cols / Mobile 1 col
   Image (16:10 contain) + VCC eyebrow + white title + price + buttons row
   ============================================================================ */

/* Column rhythm: 3 / 2 / 1 */
body.woocommerce-shop ul.products,
body.post-type-archive-product ul.products,
body.woocommerce-shop .site-main ul.products,
body.post-type-archive-product .site-main ul.products {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 28px !important;
}
@media (max-width: 1099px) {
  body.woocommerce-shop ul.products,
  body.post-type-archive-product ul.products,
  body.woocommerce-shop .site-main ul.products,
  body.post-type-archive-product .site-main ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 22px !important;
  }
}
@media (max-width: 599px) {
  body.woocommerce-shop ul.products,
  body.post-type-archive-product ul.products,
  body.woocommerce-shop .site-main ul.products,
  body.post-type-archive-product .site-main ul.products {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }
}

/* Card surface — same dark gradient + brand-tinted border as related cards.
   We KEEP a 1px brand-purple border here because the user wants the shop cards
   to look EXACTLY like the related-product card screenshot they shared. */
body.woocommerce-shop ul.products li.product,
body.post-type-archive-product ul.products li.product,
body.woocommerce-shop ul.products li.product.col,
body.post-type-archive-product ul.products li.product.col {
  background: linear-gradient(180deg, #12152b 0%, #0f1226 100%) !important;
  border: 1px solid rgba(168, 85, 247, 0.22) !important;
  border-radius: 16px !important;
  padding: 22px 20px !important;
  text-align: center !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
  overflow: visible !important;
  isolation: isolate;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.04) inset,
    0 16px 40px rgba(0, 0, 0, 0.40) !important;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
              box-shadow 0.4s ease,
              border-color 0.4s ease !important;
}
body.woocommerce-shop ul.products li.product.bvc-tilt-active,
body.post-type-archive-product ul.products li.product.bvc-tilt-active {
  border-color: rgba(168, 85, 247, 0.55) !important;
}

/* Image — full 16:10 contain, no crop, with subtle inner glow */
body.woocommerce-shop ul.products li.product .woo-entry-image,
body.post-type-archive-product ul.products li.product .woo-entry-image,
body.woocommerce-shop ul.products li.product .woo-entry-image-swap,
body.post-type-archive-product ul.products li.product .woo-entry-image-swap {
  display: block !important;
  width: 100% !important;
  margin: 0 0 16px !important;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(135deg, #1a1e38 0%, #12152b 100%);
}
body.woocommerce-shop ul.products li.product .woo-entry-image > a,
body.post-type-archive-product ul.products li.product .woo-entry-image > a,
body.woocommerce-shop ul.products li.product .woo-entry-image-swap > a,
body.post-type-archive-product ul.products li.product .woo-entry-image-swap > a {
  display: block !important;
  width: 100% !important;
}
body.woocommerce-shop ul.products li.product img,
body.post-type-archive-product ul.products li.product img {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16 / 10 !important;
  object-fit: contain !important;
  display: block !important;
  border-radius: 8px !important;
}

/* Hide OceanWP's duplicate thumbnail wrapper (it renders twice — see plugin
   notes; CLAUDE.md). Only the visible one stays. */
body.woocommerce-shop ul.products li.product .product-inner > .woo-entry-image ~ .woo-entry-image,
body.woocommerce-shop ul.products li.product .product-inner > .woo-entry-image ~ .woo-entry-image-swap,
body.woocommerce-shop ul.products li.product .product-inner > .woo-entry-image-swap ~ .woo-entry-image,
body.woocommerce-shop ul.products li.product .product-inner > .woo-entry-image-swap ~ .woo-entry-image-swap,
body.post-type-archive-product ul.products li.product .product-inner > .woo-entry-image ~ .woo-entry-image,
body.post-type-archive-product ul.products li.product .product-inner > .woo-entry-image ~ .woo-entry-image-swap,
body.post-type-archive-product ul.products li.product .product-inner > .woo-entry-image-swap ~ .woo-entry-image,
body.post-type-archive-product ul.products li.product .product-inner > .woo-entry-image-swap ~ .woo-entry-image-swap {
  display: none !important;
}

/* "VCC" category eyebrow above the title */
body.woocommerce-shop ul.products li.product li.title,
body.post-type-archive-product ul.products li.product li.title {
  display: block !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.10em !important;
  text-transform: uppercase !important;
  color: #c4b5fd !important;
  margin: 4px 0 6px !important;
}

/* Title — bright white, bold, no underline */
body.woocommerce-shop ul.products li.product .woocommerce-loop-product__title,
body.woocommerce-shop ul.products li.product h2,
body.woocommerce-shop ul.products li.product h3,
body.woocommerce-shop ul.products li.product h2 a,
body.woocommerce-shop ul.products li.product h3 a,
body.post-type-archive-product ul.products li.product .woocommerce-loop-product__title,
body.post-type-archive-product ul.products li.product h2,
body.post-type-archive-product ul.products li.product h3,
body.post-type-archive-product ul.products li.product h2 a,
body.post-type-archive-product ul.products li.product h3 a {
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  letter-spacing: -0.01em !important;
  line-height: 1.35 !important;
  margin: 0 0 10px !important;
  text-decoration: none !important;
}

/* Price — bright light purple, bold, larger */
body.woocommerce-shop ul.products li.product .price,
body.woocommerce-shop ul.products li.product .price .woocommerce-Price-amount,
body.woocommerce-shop ul.products li.product .price bdi,
body.post-type-archive-product ul.products li.product .price,
body.post-type-archive-product ul.products li.product .price .woocommerce-Price-amount,
body.post-type-archive-product ul.products li.product .price bdi {
  display: block !important;
  font-size: 22px !important;
  font-weight: 800 !important;
  color: #c4b5fd !important;
  margin: 0 0 16px !important;
  letter-spacing: -0.01em !important;
}
body.woocommerce-shop ul.products li.product .price del,
body.post-type-archive-product ul.products li.product .price del {
  font-size: 13px !important;
  opacity: 0.5;
}

/* Action row — Add to cart + Buy Now side-by-side, 50/50 split */
body.woocommerce-shop ul.products li.product .bvc-loop-actions,
body.post-type-archive-product ul.products li.product .bvc-loop-actions {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  gap: 10px !important;
  width: 100% !important;
  margin: auto 0 0 !important;
}
body.woocommerce-shop ul.products li.product .bvc-loop-add,
body.woocommerce-shop ul.products li.product .bvc-loop-buy-now,
body.post-type-archive-product ul.products li.product .bvc-loop-add,
body.post-type-archive-product ul.products li.product .bvc-loop-buy-now {
  flex: 1 1 0 !important;
  min-width: 0 !important;
  width: auto !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 12px 14px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0.02em !important;
  border-radius: 10px !important;
  text-decoration: none !important;
  text-align: center !important;
  white-space: nowrap !important;
  cursor: pointer !important;
  transition: transform 0.25s ease, filter 0.25s ease, box-shadow 0.25s ease !important;
}

/* Add to cart — outlined */
body.woocommerce-shop ul.products li.product .bvc-loop-add,
body.post-type-archive-product ul.products li.product .bvc-loop-add {
  background: rgba(124, 58, 237, 0.10) !important;
  border: 1px solid rgba(168, 85, 247, 0.40) !important;
  color: #ffffff !important;
  box-shadow: none !important;
}
body.woocommerce-shop ul.products li.product .bvc-loop-add:hover,
body.post-type-archive-product ul.products li.product .bvc-loop-add:hover {
  background: rgba(124, 58, 237, 0.22) !important;
  border-color: rgba(168, 85, 247, 0.70) !important;
  transform: translateY(-1px) !important;
}

/* Buy Now — brand gradient (matches Get Card Now reference) */
body.woocommerce-shop ul.products li.product .bvc-loop-buy-now,
body.post-type-archive-product ul.products li.product .bvc-loop-buy-now {
  background: linear-gradient(to right, #3562F4 0%, #C339DA 100%) !important;
  border: 0 !important;
  color: #ffffff !important;
  box-shadow:
    0 10px 24px rgba(53, 98, 244, 0.38),
    0 4px 12px rgba(195, 57, 218, 0.28) !important;
}
body.woocommerce-shop ul.products li.product .bvc-loop-buy-now:hover,
body.post-type-archive-product ul.products li.product .bvc-loop-buy-now:hover {
  filter: brightness(1.06);
  transform: translateY(-1px) !important;
  box-shadow:
    0 14px 30px rgba(53, 98, 244, 0.48),
    0 6px 16px rgba(195, 57, 218, 0.34) !important;
}

/* "Select options" variant for variable products — keep outline style */
body.woocommerce-shop ul.products li.product .bvc-loop-buy-now--select,
body.post-type-archive-product ul.products li.product .bvc-loop-buy-now--select {
  background: rgba(124, 58, 237, 0.10) !important;
  border: 1px solid rgba(168, 85, 247, 0.40) !important;
  box-shadow: none !important;
}
body.woocommerce-shop ul.products li.product .bvc-loop-buy-now--select:hover,
body.post-type-archive-product ul.products li.product .bvc-loop-buy-now--select:hover {
  background: rgba(124, 58, 237, 0.22) !important;
  border-color: rgba(168, 85, 247, 0.70) !important;
}

/* Tilt depth — keep the smooth 3D mouse-tilt on every card */
/* (perspective + transform vars already set earlier in the file) */

/* ============================================================================
   FINAL CLEANUP: hide OceanWP's nested duplicate image + Quick View on hover
   ============================================================================ */

/* The duplicate thumbnail is nested under .woo-entry-inner > .image-wrap.
   Hide ANY .woo-entry-image / .woo-entry-image-swap that lives inside
   .woo-entry-inner — keep only the top-level one in .product-inner. */
body.woocommerce-shop ul.products li.product .woo-entry-inner .woo-entry-image,
body.woocommerce-shop ul.products li.product .woo-entry-inner .woo-entry-image-swap,
body.woocommerce-shop ul.products li.product .woo-entry-inner li.image-wrap,
body.post-type-archive-product ul.products li.product .woo-entry-inner .woo-entry-image,
body.post-type-archive-product ul.products li.product .woo-entry-inner .woo-entry-image-swap,
body.post-type-archive-product ul.products li.product .woo-entry-inner li.image-wrap {
  display: none !important;
}

/* ── Quick View pill on hover — exact same as related-product cards ──── */
body.woocommerce-shop ul.products li.product .woo-entry-image,
body.post-type-archive-product ul.products li.product .woo-entry-image,
body.woocommerce-shop ul.products li.product .woo-entry-image-swap,
body.post-type-archive-product ul.products li.product .woo-entry-image-swap {
  position: relative;
}
/* Dark-mask gradient over the card image while hovering — keeps the QV pill
   readable without obscuring the card design. */
body.woocommerce-shop ul.products li.product .woo-entry-image::after,
body.post-type-archive-product ul.products li.product .woo-entry-image::after,
body.woocommerce-shop ul.products li.product .woo-entry-image-swap::after,
body.post-type-archive-product ul.products li.product .woo-entry-image-swap::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(13,15,31,0) 0%, rgba(13,15,31,0.55) 100%);
  opacity: 0;
  transition: opacity 0.28s ease;
  pointer-events: none;
  z-index: 2;
}
body.woocommerce-shop ul.products li.product:hover .woo-entry-image::after,
body.post-type-archive-product ul.products li.product:hover .woo-entry-image::after,
body.woocommerce-shop ul.products li.product:hover .woo-entry-image-swap::after,
body.post-type-archive-product ul.products li.product:hover .woo-entry-image-swap::after {
  opacity: 1;
}

/* The OceanWP-injected Quick View button — restyled as a brand-aligned pill.
   Specificity boosted with .woo-entry-image > a.owp-quick-view to outrank the
   earlier `.woo-entry-image > a { display:block !important; width:100% !important; }`
   rule that styles the wrapping product link. */
body.woocommerce-shop ul.products li.product .woo-entry-image > a.owp-quick-view,
body.post-type-archive-product ul.products li.product .woo-entry-image > a.owp-quick-view,
body.woocommerce-shop ul.products li.product .owp-quick-view,
body.post-type-archive-product ul.products li.product .owp-quick-view {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  right: auto !important;
  bottom: auto !important;
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  transform: translate(-50%, -50%) scale(0.96);
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  padding: 10px 18px !important;
  margin: 0 !important;
  border: none !important;
  border-radius: 999px !important;
  background: linear-gradient(to right, #3562F4 0%, #C339DA 100%) !important;
  color: #ffffff !important;
  font-size: 12px !important;
  line-height: 1 !important;
  font-weight: 700 !important;
  letter-spacing: 0.10em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  box-shadow: 0 14px 32px rgba(53, 98, 244, 0.45) !important;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.28s ease, transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), filter 0.22s ease, box-shadow 0.22s ease;
  z-index: 3;
  box-sizing: border-box !important;
  visibility: visible !important;
}
body.woocommerce-shop ul.products li.product .owp-quick-view i,
body.post-type-archive-product ul.products li.product .owp-quick-view i {
  font-size: 14px !important;
  line-height: 1;
  margin: 0 !important;
}
body.woocommerce-shop ul.products li.product:hover .woo-entry-image > a.owp-quick-view,
body.post-type-archive-product ul.products li.product:hover .woo-entry-image > a.owp-quick-view,
body.woocommerce-shop ul.products li.product:hover .owp-quick-view,
body.post-type-archive-product ul.products li.product:hover .owp-quick-view {
  opacity: 1 !important;
  transform: translate(-50%, -50%) scale(1) !important;
  pointer-events: auto !important;
}
body.woocommerce-shop ul.products li.product .owp-quick-view:hover,
body.post-type-archive-product ul.products li.product .owp-quick-view:hover {
  filter: brightness(1.06);
  box-shadow: 0 18px 38px rgba(53, 98, 244, 0.55) !important;
}

/* Hide on touch — no reliable hover */
@media (hover: none) {
  body.woocommerce-shop ul.products li.product .owp-quick-view,
  body.post-type-archive-product ul.products li.product .owp-quick-view {
    display: none !important;
  }
  body.woocommerce-shop ul.products li.product .woo-entry-image::after,
  body.post-type-archive-product ul.products li.product .woo-entry-image::after,
  body.woocommerce-shop ul.products li.product .woo-entry-image-swap::after,
  body.post-type-archive-product ul.products li.product .woo-entry-image-swap::after {
    display: none !important;
  }
}

/* ============================================================================
   OceanWP Quick View MODAL — brand-aligned dark redesign
   Mirrored from product.css so the modal looks identical when opened from
   the shop archive Quick View pill. Scoped entirely to #owp-qv-wrap so it
   cannot affect anything outside the modal.
   ============================================================================ */
#owp-qv-wrap {
  display: none !important;
}
#owp-qv-wrap.is-visible {
  position: fixed !important;
  inset: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 24px !important;
  background: rgba(7, 9, 22, 0.78) !important;
  -webkit-backdrop-filter: blur(14px) saturate(140%) !important;
  backdrop-filter: blur(14px) saturate(140%) !important;
  z-index: 99990 !important;
  overflow-y: auto !important;
}
#owp-qv-wrap .owp-qv-overlay { display: none !important; }
#owp-qv-wrap .owp-qv-container {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  transform: none !important;
  max-width: 980px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  max-height: calc(100vh - 48px);
}
#owp-qv-wrap .owp-qv-content-wrap {
  background: linear-gradient(180deg, #14162f 0%, #0f1126 100%) !important;
  border: 1px solid rgba(168, 85, 247, 0.28) !important;
  border-radius: 20px !important;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.65), 0 0 0 1px rgba(124, 58, 237, 0.15) !important;
  padding: 40px !important;
  overflow: hidden;
  position: relative;
}
#owp-qv-wrap .owp-qv-content-wrap::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(60% 50% at 50% 0%, rgba(124, 58, 237, 0.16) 0%, transparent 65%);
  pointer-events: none;
}
#owp-qv-wrap .owp-qv-content-inner {
  position: relative;
  z-index: 1;
  background: transparent !important;
  padding: 0 !important;
  max-height: min(80vh, 720px);
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(168,85,247,0.5) transparent;
}
#owp-qv-wrap .owp-qv-content-inner::-webkit-scrollbar { width: 6px; }
#owp-qv-wrap .owp-qv-content-inner::-webkit-scrollbar-thumb {
  background: rgba(168, 85, 247, 0.5);
  border-radius: 999px;
}
#owp-qv-wrap .owp-qv-close {
  position: absolute !important;
  top: 16px !important;
  right: 16px !important;
  width: 40px !important;
  height: 40px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 50% !important;
  background: rgba(124, 58, 237, 0.14) !important;
  border: 1px solid rgba(168, 85, 247, 0.4) !important;
  color: #ffffff !important;
  font-size: 22px !important;
  line-height: 1 !important;
  text-decoration: none !important;
  transition: background 0.22s ease, border-color 0.22s ease, transform 0.22s ease;
  z-index: 2;
}
#owp-qv-wrap .owp-qv-close:hover {
  background: rgba(124, 58, 237, 0.32) !important;
  border-color: #a855f7 !important;
  transform: rotate(90deg);
}
#owp-qv-wrap #owp-qv-content { color: #e2e8f0 !important; }
#owp-qv-wrap #owp-qv-content .product {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 36px !important;
  align-items: start;
}
#owp-qv-wrap #owp-qv-content .owp-qv-image {
  width: 100% !important;
  margin: 0 !important;
  background: linear-gradient(135deg, #1a1e38 0%, #12152b 100%);
  border: 1px solid #2a2f52;
  border-radius: 16px;
  padding: 28px;
  position: relative;
  overflow: hidden;
}
#owp-qv-wrap #owp-qv-content .owp-qv-image::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(60% 40% at 50% 0%, rgba(124, 58, 237, 0.18) 0%, transparent 70%);
  pointer-events: none;
}
#owp-qv-wrap #owp-qv-content .owp-qv-image img {
  width: 100% !important;
  height: auto !important;
  border-radius: 12px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.45);
  position: relative;
  z-index: 1;
}
#owp-qv-wrap #owp-qv-content .summary,
#owp-qv-wrap #owp-qv-content .summary.entry-summary {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  float: none !important;
}
#owp-qv-wrap #owp-qv-content .product_title {
  font-size: 26px !important;
  font-weight: 800 !important;
  letter-spacing: -0.02em !important;
  color: #ffffff !important;
  margin: 0 0 14px !important;
}
#owp-qv-wrap #owp-qv-content .price,
#owp-qv-wrap #owp-qv-content .price .woocommerce-Price-amount,
#owp-qv-wrap #owp-qv-content .price bdi {
  color: #c4b5fd !important;
  font-size: 28px !important;
  font-weight: 800 !important;
  letter-spacing: -0.01em;
  margin: 0 0 16px !important;
}
#owp-qv-wrap #owp-qv-content .woocommerce-product-details__short-description,
#owp-qv-wrap #owp-qv-content .woocommerce-product-details__short-description p {
  color: #cbd5e1 !important;
  font-size: 14px !important;
  line-height: 1.65 !important;
  margin: 0 0 18px !important;
}
#owp-qv-wrap #owp-qv-content button.button,
#owp-qv-wrap #owp-qv-content .single_add_to_cart_button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  padding: 14px 24px !important;
  background: linear-gradient(to right, #3562F4 0%, #C339DA 100%) !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 10px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(53, 98, 244, 0.40);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}
#owp-qv-wrap #owp-qv-content button.button:hover,
#owp-qv-wrap #owp-qv-content .single_add_to_cart_button:hover {
  transform: translateY(-1px);
  filter: brightness(1.06);
  box-shadow: 0 16px 36px rgba(195, 57, 218, 0.50);
}
#owp-qv-wrap #owp-qv-content .quantity { margin: 0 0 14px !important; }
#owp-qv-wrap #owp-qv-content .quantity .qty {
  width: 96px !important;
  padding: 11px 12px !important;
  background: #0f1126 !important;
  border: 1px solid rgba(168, 85, 247, 0.28) !important;
  border-radius: 10px !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  text-align: center;
}
#owp-qv-wrap #owp-qv-content .product_meta,
#owp-qv-wrap #owp-qv-content table.bvc-meta-table { display: none !important; }
#owp-qv-wrap #owp-qv-content a {
  color: #c4b5fd !important;
  text-decoration: none !important;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease, color 0.2s ease;
}
#owp-qv-wrap #owp-qv-content a:hover {
  color: #ffffff !important;
  border-bottom-color: #a855f7;
}
@media (max-width: 768px) {
  #owp-qv-wrap .owp-qv-content-wrap { padding: 24px !important; border-radius: 16px !important; }
  #owp-qv-wrap #owp-qv-content .product {
    grid-template-columns: 1fr !important;
    gap: 22px !important;
  }
  #owp-qv-wrap #owp-qv-content .owp-qv-image { padding: 18px; }
  #owp-qv-wrap #owp-qv-content .product_title { font-size: 22px !important; }
  #owp-qv-wrap #owp-qv-content .price { font-size: 24px !important; }
}

/* ============================================================================
   7-DIMENSION IMAGE HOVER EFFECT (desktop only)
   ----------------------------------------------------------------------------
   Triggered when the cursor enters the product image (not the whole card).
   JS sets the custom properties; CSS composes them into a multi-axis transform
   plus a cursor-tracking glare sheen and a dynamic drop shadow.
   ============================================================================ */

/* Perspective lives on the IMAGE's direct parent so the rotate/translate on
   the image actually has depth. The card itself stays planar. */
body.woocommerce-shop ul.products li.product .product-inner,
body.post-type-archive-product ul.products li.product .product-inner {
  perspective: 1100px;
  perspective-origin: 50% 50%;
}

/* Image-wrap base state — all 7 axes default to rest. */
body.woocommerce-shop ul.products li.product .product-inner > .woo-entry-image,
body.post-type-archive-product ul.products li.product .product-inner > .woo-entry-image,
body.woocommerce-shop ul.products li.product .product-inner > .woo-entry-image-swap,
body.post-type-archive-product ul.products li.product .product-inner > .woo-entry-image-swap {
  --bvc-img-rx: 0deg;
  --bvc-img-ry: 0deg;
  --bvc-img-rz: 0deg;
  --bvc-img-tz: 0px;
  --bvc-img-scale: 1;
  --bvc-glare-x: 50%;
  --bvc-glare-y: 50%;
  --bvc-glare-op: 0;
  --bvc-shadow-x: 0px;
  --bvc-shadow-y: 18px;

  position: relative;
  transform-style: preserve-3d;
  /* !important needed to outrank an earlier `transform: none !important`
     rule that disables the legacy card-flip CSS on .woo-entry-image. */
  transform:
    rotateX(var(--bvc-img-rx))
    rotateY(var(--bvc-img-ry))
    rotateZ(var(--bvc-img-rz))
    translateZ(var(--bvc-img-tz))
    scale(var(--bvc-img-scale)) !important;
  transition:
    transform 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    filter   0.55s cubic-bezier(0.22, 1, 0.36, 1) !important;
  filter: drop-shadow(var(--bvc-shadow-x) var(--bvc-shadow-y) 26px rgba(0,0,0,0.45));
  will-change: transform, filter;
}

/* Active hover state — snappy transitions so the tilt tracks the cursor. */
body.woocommerce-shop ul.products li.product .product-inner > .woo-entry-image.bvc-img-tilt-active,
body.post-type-archive-product ul.products li.product .product-inner > .woo-entry-image.bvc-img-tilt-active,
body.woocommerce-shop ul.products li.product .product-inner > .woo-entry-image-swap.bvc-img-tilt-active,
body.post-type-archive-product ul.products li.product .product-inner > .woo-entry-image-swap.bvc-img-tilt-active {
  transition:
    transform 0.10s linear,
    filter   0.18s ease !important;
}

/* Glare sheen — radial highlight that follows the cursor. Uses ::before so
   it doesn't fight with the existing ::after dark-mask overlay used for the
   Quick View pill readability. */
body.woocommerce-shop ul.products li.product .product-inner > .woo-entry-image::before,
body.post-type-archive-product ul.products li.product .product-inner > .woo-entry-image::before,
body.woocommerce-shop ul.products li.product .product-inner > .woo-entry-image-swap::before,
body.post-type-archive-product ul.products li.product .product-inner > .woo-entry-image-swap::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(
    260px circle at var(--bvc-glare-x) var(--bvc-glare-y),
    rgba(255, 255, 255, 0.34) 0%,
    rgba(195, 57, 218, 0.14) 30%,
    transparent 60%
  );
  mix-blend-mode: screen;
  opacity: var(--bvc-glare-op);
  transition: opacity 0.28s ease;
  pointer-events: none;
  z-index: 4;
  transform: translateZ(1px);
}

/* Touch / reduced-motion fallback — no perspective tricks. */
@media (hover: none), (prefers-reduced-motion: reduce) {
  body.woocommerce-shop ul.products li.product .product-inner > .woo-entry-image,
  body.post-type-archive-product ul.products li.product .product-inner > .woo-entry-image,
  body.woocommerce-shop ul.products li.product .product-inner > .woo-entry-image-swap,
  body.post-type-archive-product ul.products li.product .product-inner > .woo-entry-image-swap {
    transform: none !important;
    filter: none !important;
  }
  body.woocommerce-shop ul.products li.product .product-inner > .woo-entry-image::before,
  body.post-type-archive-product ul.products li.product .product-inner > .woo-entry-image::before,
  body.woocommerce-shop ul.products li.product .product-inner > .woo-entry-image-swap::before,
  body.post-type-archive-product ul.products li.product .product-inner > .woo-entry-image-swap::before {
    display: none !important;
  }
}
