/*
Theme Name: Vibecraft
Author: VibeCraft Art
Description: Custom WooCommerce theme for VibeCraft Art
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 8.0
Text Domain: vibecraft
*/
/* FONT_IMPORT_PLACEHOLDER */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --bg:        #07020E;
  --surface:   #110626;
  --surface2:  #1C0B3F;
  --card:      #240E52;
  --card2:     #2E1266;
  --accent:    #7B35C1;
  --accent2:   #9B4FE8;
  --accent3:   #C080FF;
  --gold:      #F0A500;
  --gold2:     #FFD166;
  --text:      #F5EEFF;
  --text2:     #C4A8E8;
  --text3:     #7A5A96;
  --radius:    18px;
  --radius-lg: 28px;
  --nav-h:     72px;
}

html { scroll-behavior: smooth; }
body { font-family: 'Nunito', sans-serif; background: var(--bg); color: var(--text); overflow-x: hidden; min-height: 100vh; padding-top: var(--nav-h); }
a { color: var(--accent3); text-decoration: none; }
a:hover { color: var(--accent2); }
img { max-width: 100%; height: auto; display: block; }

.vc-nav { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; height: var(--nav-h); display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(24px, 6vw, 100px); background: rgba(7,2,14,0.88); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border-bottom: 1px solid rgba(123,53,193,0.18); }
.vc-logo { text-decoration: none; display: flex; align-items: center; }
.vc-logo-img { height: 38px; width: auto; display: block; }
.vc-footer-logo-img { height: 32px; width: auto; display: block; opacity: 0.85; }
.vc-nav-links { display: flex; gap: 32px; align-items: center; }
.vc-nav-links a { font-family: 'Fredoka', sans-serif; font-size: 15px; font-weight: 600; color: var(--text2); text-decoration: none; transition: color 0.2s; }
.vc-nav-links a:hover, .vc-nav-links a.current-menu-item { color: var(--accent3); }
.vc-cart-btn { display: flex; align-items: center; gap: 8px; background: rgba(123,53,193,0.18); border: 1px solid rgba(123,53,193,0.35); border-radius: 50px; padding: 8px 18px; font-family: 'Fredoka', sans-serif; font-size: 15px; font-weight: 600; color: var(--text); text-decoration: none; transition: all 0.2s; }
.vc-cart-btn:hover { background: rgba(123,53,193,0.35); color: var(--text); }
.vc-cart-count { background: var(--accent); color: white; border-radius: 50%; min-width: 20px; height: 20px; font-size: 12px; display: inline-flex; align-items: center; justify-content: center; padding: 0 4px; }
.vc-cart-count.empty { display: none; }
.vc-hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; background: none; border: none; }
.vc-hamburger span { display: block; width: 24px; height: 2px; background: var(--text); border-radius: 2px; }
.vc-mobile-menu { display: none; position: fixed; top: var(--nav-h); left: 0; right: 0; background: var(--surface); border-bottom: 1px solid rgba(123,53,193,0.2); padding: 20px clamp(24px, 6vw, 100px); flex-direction: column; gap: 16px; z-index: 999; }
.vc-mobile-menu.open { display: flex; }
.vc-mobile-menu a { font-family: 'Fredoka', sans-serif; font-size: 18px; font-weight: 600; color: var(--text2); text-decoration: none; padding: 8px 0; border-bottom: 1px solid rgba(255,255,255,0.05); }

.vc-tag { display: inline-block; font-family: 'Fredoka', sans-serif; font-size: 11px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; padding: 4px 14px; border-radius: 20px; background: rgba(123,53,193,0.2); border: 1px solid rgba(123,53,193,0.4); color: var(--accent3); }
.vc-section-title { font-family: 'Fredoka', sans-serif; font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 700; line-height: 1.1; color: var(--text); }
.vc-section { padding: 80px clamp(24px, 6vw, 100px); }
.vc-section-header { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 36px; gap: 20px; }
.vc-section-header-left { display: flex; flex-direction: column; gap: 10px; }
.vc-see-all { font-family: 'Fredoka', sans-serif; font-size: 15px; font-weight: 600; color: var(--accent3); text-decoration: none; display: flex; align-items: center; gap: 6px; transition: gap 0.2s; white-space: nowrap; }
.vc-see-all:hover { gap: 12px; color: var(--accent3); }
.vc-divider { height: 1px; background: linear-gradient(to right, transparent, rgba(123,53,193,0.25), transparent); margin: 0 clamp(24px, 6vw, 100px); }

.vc-btn { display: inline-flex; align-items: center; gap: 8px; padding: 14px 28px; border-radius: 50px; font-family: 'Fredoka', sans-serif; font-size: 16px; font-weight: 600; cursor: pointer; transition: all 0.25s cubic-bezier(0.34, 1.56, 0.64, 1); text-decoration: none; border: none; }
.vc-btn-primary { background: var(--accent); color: white; box-shadow: 0 8px 32px rgba(123,53,193,0.45); }
.vc-btn-primary:hover { background: var(--accent2); transform: translateY(-3px) scale(1.02); box-shadow: 0 16px 48px rgba(123,53,193,0.55); color: white; }
.vc-btn-ghost { background: transparent; color: var(--accent); border: 2px solid var(--accent); }
.vc-btn-ghost:hover { border-color: var(--accent3); color: var(--accent3); background: rgba(123,53,193,0.08); transform: translateY(-2px); }

.vc-ticker-wrap { background: var(--accent); padding: 10px 0; overflow: hidden; position: relative; }
.vc-ticker-wrap::before, .vc-ticker-wrap::after { content:''; position:absolute; top:0; bottom:0; width:60px; z-index:2; }
.vc-ticker-wrap::before { left:0; background:linear-gradient(to right, var(--accent), transparent); }
.vc-ticker-wrap::after  { right:0; background:linear-gradient(to left, var(--accent), transparent); }
.vc-ticker-track { display:flex; animation:vc-ticker 35s linear infinite; width:max-content; }
.vc-ticker-item { font-family:'Fredoka',sans-serif; font-size:14px; font-weight:500; letter-spacing:1px; white-space:nowrap; padding:0 32px; color:white; display:flex; align-items:center; gap:12px; }
.vc-ticker-dot { width:5px; height:5px; border-radius:50%; background:rgba(255,255,255,0.5); flex-shrink:0; }
@keyframes vc-ticker { from { transform:translateX(0); } to { transform:translateX(-50%); } }

.prod-card { background: var(--surface2); border-radius: var(--radius-lg); overflow: hidden; border: 1px solid rgba(255,255,255,0.05); transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1); display: flex; flex-direction: column; position: relative; }
.prod-card:hover { transform: translateY(-7px); border-color: rgba(123,53,193,0.35); box-shadow: 0 24px 60px rgba(123,53,193,0.18); }
.prod-card:hover .prod-img img, .prod-card:hover .prod-img-inner { transform: scale(1.07); }
.prod-card:hover .prod-add-btn:not(.always) { opacity: 1; transform: translateY(0); }
.prod-img { height: 200px; overflow: hidden; flex-shrink: 0; background: var(--card); text-decoration: none; display: block; position: relative; }
.prod-img img, .prod-img-inner { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.prod-img-inner { display: flex; align-items: center; justify-content: center; font-size: 64px; }
.prod-body { padding: 18px 20px 20px; display: flex; flex-direction: column; gap: 7px; flex: 1; }
.prod-cat-tag { font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--accent3); }
.prod-name { font-family: 'Fredoka', sans-serif; font-size: 17px; font-weight: 600; color: var(--text); line-height: 1.2; }
.prod-desc { font-size: 13px; color: var(--text2); line-height: 1.55; flex: 1; }
.prod-footer { display: flex; align-items: center; justify-content: space-between; margin-top: 10px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,0.06); }
.prod-price .woocommerce-Price-amount { font-family: 'Fredoka', sans-serif; font-size: 20px; font-weight: 700; color: var(--text); }
.prod-price del .woocommerce-Price-amount { color: var(--text3); font-size: 14px; }
.prod-add-btn, .prod-add-btn.button { background: var(--accent); color: white; border: none; border-radius: 12px; padding: 8px 18px; font-family: 'Fredoka', sans-serif; font-size: 14px; font-weight: 600; cursor: pointer; transition: all 0.25s; opacity: 0; transform: translateY(4px); text-decoration: none; display: inline-flex; align-items: center; }
.prod-add-btn:hover, .prod-add-btn.button:hover { background: var(--accent2); color: white; }
.prod-add-btn.always { opacity: 1; transform: none; background: var(--card2); color: var(--text3); cursor: default; }
.prod-badge { position: absolute; top: 12px; left: 12px; font-family: 'Fredoka', sans-serif; font-size: 12px; font-weight: 700; padding: 4px 11px; border-radius: 20px; z-index: 2; }
.badge-gold  { background: var(--gold); color: #1a0a00; }
.badge-muted { background: rgba(0,0,0,0.6); color: var(--text2); border: 1px solid rgba(255,255,255,0.12); }
.badge-new   { background: var(--accent2); color: white; }

.vc-shop-header { padding: 60px clamp(24px, 6vw, 100px) 40px; }
.vc-shop-header h1 { font-family: 'Fredoka', sans-serif; font-size: clamp(2.5rem, 5vw, 4rem); font-weight: 700; color: var(--text); margin-top: 12px; }
.vc-wc-wrap { padding: 0; }
.vc-product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; padding: 0 clamp(24px, 6vw, 100px) 80px; }
.vc-no-products { grid-column: 1 / -1; text-align: center; padding: 80px 0; color: var(--text3); font-size: 18px; }
.vc-pagination { padding: 0 clamp(24px, 6vw, 100px) 80px; display: flex; justify-content: center; gap: 8px; }
.vc-pagination .page-numbers { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 10px; font-family: 'Fredoka', sans-serif; font-weight: 600; color: var(--text2); border: 1px solid rgba(255,255,255,0.08); transition: all 0.2s; text-decoration: none; }
.vc-pagination .page-numbers.current, .vc-pagination .page-numbers:hover { background: var(--accent); color: white; border-color: var(--accent); }
.woocommerce-result-count { color: var(--text3); font-size: 14px; padding: 0 clamp(24px, 6vw, 100px) 20px; display: block; }
.woocommerce-ordering { padding: 0 clamp(24px, 6vw, 100px) 20px; display: block; }
.woocommerce-ordering select { background: var(--surface2); border: 1px solid rgba(255,255,255,0.1); color: var(--text2); border-radius: 10px; padding: 8px 12px; font-family: 'Nunito', sans-serif; font-size: 14px; }

.vc-single-product { padding: 60px clamp(24px, 6vw, 100px) 80px; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.vc-product-gallery { border-radius: var(--radius-lg); overflow: hidden; background: var(--surface2); aspect-ratio: 1; display: flex; align-items: center; justify-content: center; }
.vc-product-gallery img { width: 100%; height: 100%; object-fit: cover; }
.vc-product-gallery .no-img { font-size: 120px; }
.vc-product-info { display: flex; flex-direction: column; gap: 20px; }
.vc-product-cats { font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--accent3); }
.vc-product-title { font-family: 'Fredoka', sans-serif; font-size: clamp(2rem, 3.5vw, 3rem); font-weight: 700; color: var(--text); line-height: 1.1; }
.vc-product-price .woocommerce-Price-amount { font-family: 'Fredoka', sans-serif; font-size: 2rem; font-weight: 700; color: var(--gold); }
.vc-product-price del .woocommerce-Price-amount { font-size: 1.2rem; color: var(--text3); }
.vc-product-short-desc { font-size: 15px; color: var(--text2); line-height: 1.7; }
.vc-product-short-desc p { margin-bottom: 8px; }
.cart { display: flex; flex-direction: column; gap: 16px; }
.quantity input[type=number] { background: var(--surface2); border: 1px solid rgba(255,255,255,0.12); color: var(--text); border-radius: 12px; padding: 12px 16px; font-family: 'Fredoka', sans-serif; font-size: 16px; font-weight: 600; width: 80px; text-align: center; -moz-appearance: textfield; }
.quantity input::-webkit-outer-spin-button, .quantity input::-webkit-inner-spin-button { -webkit-appearance: none; }
.single_add_to_cart_button { background: var(--accent); color: white; border: none; border-radius: 50px; padding: 16px 32px; font-family: 'Fredoka', sans-serif; font-size: 18px; font-weight: 700; cursor: pointer; transition: all 0.25s cubic-bezier(0.34, 1.56, 0.64, 1); box-shadow: 0 8px 32px rgba(123,53,193,0.45); width: 100%; }
.single_add_to_cart_button:hover { background: var(--accent2); transform: translateY(-3px); box-shadow: 0 16px 48px rgba(123,53,193,0.55); }
.vc-product-meta { border-top: 1px solid rgba(255,255,255,0.06); padding-top: 20px; font-size: 13px; color: var(--text3); display: flex; flex-direction: column; gap: 6px; }
.vc-product-meta span { color: var(--text2); }
.vc-related { padding: 0 clamp(24px, 6vw, 100px) 80px; }
.vc-related h2 { font-family: 'Fredoka', sans-serif; font-size: 2rem; font-weight: 700; color: var(--text); margin-bottom: 28px; }
.vc-related-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }

.woocommerce, .woocommerce-page { padding: 60px clamp(24px, 6vw, 100px) 80px; }
.woocommerce h1, .woocommerce h2, .woocommerce h3 { font-family: 'Fredoka', sans-serif; color: var(--text); margin-bottom: 20px; }
.woocommerce table.shop_table { width: 100%; border-collapse: collapse; }
.woocommerce table.shop_table th { font-family: 'Fredoka', sans-serif; font-size: 13px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--text3); padding: 12px 16px; border-bottom: 1px solid rgba(255,255,255,0.08); text-align: left; font-weight: 600; }
.woocommerce table.shop_table td { padding: 16px; border-bottom: 1px solid rgba(255,255,255,0.05); color: var(--text2); vertical-align: middle; }
.woocommerce table.shop_table .product-name a { font-family: 'Fredoka', sans-serif; font-size: 16px; font-weight: 600; color: var(--text); text-decoration: none; }
.woocommerce table.shop_table img { width: 60px; border-radius: 10px; }
.woocommerce .woocommerce-Price-amount { color: var(--gold); font-family: 'Fredoka', sans-serif; font-weight: 700; }
.woocommerce .cart-collaterals, .woocommerce .cart_totals { background: var(--surface2); border-radius: var(--radius-lg); padding: 28px; margin-top: 32px; border: 1px solid rgba(255,255,255,0.05); }
.woocommerce .button, .woocommerce button.button, .woocommerce input.button, .woocommerce a.button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button { background: var(--accent) !important; color: white !important; font-family: 'Fredoka', sans-serif !important; font-size: 16px !important; font-weight: 700 !important; border-radius: 50px !important; padding: 14px 28px !important; border: none !important; cursor: pointer !important; transition: all 0.25s !important; text-decoration: none !important; display: inline-block !important; }
.woocommerce .button:hover, .woocommerce button.button:hover { background: var(--accent2) !important; transform: translateY(-2px) !important; }
.woocommerce form .form-row label { color: var(--text2); font-size: 14px; margin-bottom: 6px; display: block; }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select { background: var(--surface2) !important; border: 1px solid rgba(255,255,255,0.12) !important; color: var(--text) !important; border-radius: 12px !important; padding: 12px 16px !important; font-family: 'Nunito', sans-serif !important; font-size: 15px !important; width: 100% !important; }
.woocommerce form .form-row input.input-text:focus, .woocommerce form .form-row textarea:focus { border-color: var(--accent) !important; outline: none !important; box-shadow: 0 0 0 3px rgba(123,53,193,0.2) !important; }
.woocommerce .woocommerce-message, .woocommerce .woocommerce-info { background: var(--surface2) !important; border-top-color: var(--accent) !important; color: var(--text2) !important; }
.woocommerce .woocommerce-error { background: rgba(155,43,43,0.2) !important; border-top-color: #c0392b !important; color: var(--text2) !important; }
.woocommerce .woocommerce-message a, .woocommerce .woocommerce-info a { color: var(--accent3) !important; }

.vc-page-content { padding: 60px clamp(24px, 6vw, 100px) 80px; max-width: 900px; }
.vc-page-content h1 { font-family: 'Fredoka', sans-serif; font-size: clamp(2rem, 4vw, 3rem); font-weight: 700; color: var(--text); margin-bottom: 32px; }
.vc-page-content p, .vc-content p { color: var(--text2); line-height: 1.7; margin-bottom: 16px; }

.vc-footer { padding: 40px clamp(24px, 6vw, 100px); border-top: 1px solid rgba(255,255,255,0.06); display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 20px; }
.vc-footer-brand { font-family: 'Fredoka', sans-serif; font-size: 22px; font-weight: 700; color: var(--text2); }
.vc-footer-brand span { color: var(--accent3); }
.vc-footer-links { display: flex; gap: 24px; align-items: center; flex-wrap: wrap; }
.vc-footer-links a { color: var(--text3); text-decoration: none; font-size: 14px; transition: color 0.2s; }
.vc-footer-links a:hover { color: var(--accent3); }
.vc-footer-insta { display: inline-flex; align-items: center; gap: 5px; }
.vc-footer-copy { font-size: 13px; color: var(--text3); }

.vc-404 { min-height: 70vh; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 40px; gap: 20px; }
.vc-404-num { font-family: 'Fredoka', sans-serif; font-size: clamp(6rem, 15vw, 14rem); font-weight: 700; color: var(--surface2); line-height: 1; }
.vc-404 h2 { font-family: 'Fredoka', sans-serif; font-size: 2rem; color: var(--text); }
.vc-404 p  { color: var(--text3); font-size: 16px; }

@keyframes fadeUp { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: translateY(0); } }
.a1 { animation: fadeUp 0.7s 0.05s both ease-out; }
.a2 { animation: fadeUp 0.7s 0.18s both ease-out; }
.a3 { animation: fadeUp 0.7s 0.32s both ease-out; }
.a4 { animation: fadeUp 0.7s 0.46s both ease-out; }
.a5 { animation: fadeUp 0.7s 0.60s both ease-out; }

@media (max-width: 1100px) { .vc-product-grid { grid-template-columns: repeat(2, 1fr); } .vc-related-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 900px)  { .vc-single-product { grid-template-columns: 1fr; gap: 32px; } }

/* ═══════════════════════════════════════════════
   PRODUCT CARD — OVERLAY REDESIGN
═══════════════════════════════════════════════ */
.prod-card { background: var(--surface); border-radius: var(--radius-lg); overflow: hidden; border: 1px solid rgba(255,255,255,0.06); transition: transform 0.4s cubic-bezier(0.34,1.56,0.64,1), border-color 0.3s, box-shadow 0.4s; display: flex; flex-direction: column; position: relative; }
.prod-card:hover { transform: translateY(-8px) scale(1.01); border-color: rgba(123,53,193,0.4); box-shadow: 0 28px 70px rgba(7,2,14,0.7), 0 0 0 1px rgba(123,53,193,0.15); }
.prod-img { height: 240px; overflow: hidden; flex-shrink: 0; background: var(--card); text-decoration: none; display: block; position: relative; }
.prod-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s cubic-bezier(0.25,0.46,0.45,0.94); display: block; }
.prod-img-inner { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; font-size: 64px; }
.prod-card:hover .prod-img img { transform: scale(1.08); }

.prod-overlay { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(7,2,14,0.15) 0%, rgba(7,2,14,0.75) 100%); display: flex; align-items: flex-end; justify-content: center; padding-bottom: 20px; opacity: 0; transition: opacity 0.35s ease; }
.prod-overlay-oos { background: rgba(7,2,14,0.65); align-items: center; padding-bottom: 0; opacity: 0; }
.prod-card:hover .prod-overlay { opacity: 1; }
.prod-quick-add { display: inline-flex; align-items: center; gap: 8px; background: var(--accent); color: white; border: none; border-radius: 50px; padding: 10px 22px; font-family: 'Fredoka', sans-serif; font-size: 15px; font-weight: 600; cursor: pointer; transition: background 0.2s, transform 0.2s; transform: translateY(8px); box-shadow: 0 8px 32px rgba(123,53,193,0.5); }
.prod-card:hover .prod-quick-add { transform: translateY(0); }
.prod-quick-add:hover { background: var(--accent2); }
.prod-quick-add.added { background: #2d6a4f; }
.prod-oos-label { font-family: 'Fredoka', sans-serif; font-size: 14px; font-weight: 600; color: var(--text3); letter-spacing: 1px; }

.prod-body { padding: 16px 18px 18px; display: flex; flex-direction: column; gap: 5px; flex: 1; }
.prod-cat-tag { font-size: 10px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--accent3); }
.prod-name { font-family: 'Fredoka', sans-serif; font-size: 16px; font-weight: 600; color: var(--text); line-height: 1.25; }
.prod-name a { color: inherit; text-decoration: none; }
.prod-name a:hover { color: var(--accent3); }
.prod-price-row { display: flex; align-items: center; justify-content: space-between; margin-top: 8px; }
.prod-price .woocommerce-Price-amount { font-family: 'Fredoka', sans-serif; font-size: 19px; font-weight: 700; color: var(--text); }
.prod-price del .woocommerce-Price-amount { color: var(--text3); font-size: 13px; text-decoration: line-through; }
.prod-price ins { text-decoration: none; }
.prod-price ins .woocommerce-Price-amount { color: var(--gold); }
.prod-view-arrow { width: 30px; height: 30px; border-radius: 50%; background: rgba(123,53,193,0.15); border: 1px solid rgba(123,53,193,0.25); display: flex; align-items: center; justify-content: center; color: var(--accent3); transition: background 0.2s, transform 0.2s; flex-shrink: 0; text-decoration: none; }
.prod-view-arrow:hover { background: var(--accent); color: white; transform: translateX(2px); }
.vc-product-grid .prod-footer { display: none; }

/* Color variation swatches */
.vc-swatches { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 6px; }
.vc-swatch { width: 30px; height: 30px; border-radius: 50%; border: 2px solid rgba(255,255,255,0.15); cursor: pointer; transition: all 0.2s; background: var(--surface3); padding: 0; position: relative; }
.vc-swatch:hover { border-color: var(--accent3); transform: scale(1.12); }
.vc-swatch.active { border-color: var(--accent3); box-shadow: 0 0 0 3px rgba(123,53,193,0.35); }
.vc-swatch-text { width: auto; height: auto; border-radius: 20px; padding: 4px 12px; font-family: 'Fredoka', sans-serif; font-size: 13px; color: var(--text); background: var(--surface3); }
.vc-swatch-text.active { background: var(--accent); color: white; border-color: var(--accent); }

/* ═══════════════════════════════════════════════
   SHOP PAGE — MASTHEAD + FILTER BAR
═══════════════════════════════════════════════ */
.vc-shop-page { padding-bottom: 80px; }
.vc-shop-masthead { position: relative; padding: 70px clamp(24px,6vw,100px) 50px; overflow: hidden; }
.vc-shop-masthead-inner { position: relative; z-index: 2; }
.vc-shop-masthead .vc-tag { margin-bottom: 14px; display: inline-block; }
.vc-shop-title { font-family: 'Fredoka', sans-serif; font-size: clamp(2.5rem,6vw,5rem); font-weight: 700; color: var(--text); line-height: 1; letter-spacing: -2px; margin-top: 12px; }
.vc-shop-desc { color: var(--text2); font-size: 16px; margin-top: 12px; max-width: 420px; line-height: 1.6; }
.vc-shop-glow { position: absolute; top: -80px; right: -60px; width: 500px; height: 500px; background: radial-gradient(circle, rgba(123,53,193,0.14) 0%, transparent 65%); pointer-events: none; }

.vc-cat-filter-bar { padding: 0 clamp(24px,6vw,100px) 36px; }
.vc-cat-filter-scroll { display: flex; gap: 10px; flex-wrap: wrap; }
.vc-filter-pill { display: inline-flex; align-items: center; gap: 6px; padding: 8px 18px; border-radius: 50px; font-family: 'Fredoka', sans-serif; font-size: 14px; font-weight: 600; color: var(--text2); background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.09); text-decoration: none; transition: all 0.22s; white-space: nowrap; }
.vc-filter-pill:hover { background: rgba(123,53,193,0.15); border-color: rgba(123,53,193,0.35); color: var(--text); }
.vc-filter-pill.active { background: var(--accent); border-color: var(--accent); color: white; box-shadow: 0 4px 20px rgba(123,53,193,0.4); }
.vc-pill-count { font-size: 11px; font-weight: 700; opacity: 0.65; }
.vc-filter-pill.active .vc-pill-count { opacity: 0.8; }

.vc-shop-toolbar { display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(24px,6vw,100px) 24px; flex-wrap: wrap; gap: 12px; }
.vc-shop-toolbar .woocommerce-result-count { padding: 0; color: var(--text3); font-size: 13px; margin: 0; }
.vc-shop-toolbar .woocommerce-ordering { padding: 0; margin: 0; }
.vc-shop-toolbar .woocommerce-ordering select { background: var(--surface); border: 1px solid rgba(255,255,255,0.1); color: var(--text2); border-radius: 10px; padding: 8px 12px; font-family: 'Nunito', sans-serif; font-size: 13px; cursor: pointer; }
.vc-product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; padding: 0 clamp(24px,6vw,100px) 60px; }
.vc-no-products { grid-column: 1 / -1; text-align: center; padding: 80px 0; color: var(--text3); font-size: 18px; }
.vc-pagination { padding: 0 clamp(24px,6vw,100px) 80px; display: flex; justify-content: center; gap: 8px; }
.vc-pagination .page-numbers { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 10px; font-family: 'Fredoka', sans-serif; font-weight: 600; color: var(--text2); border: 1px solid rgba(255,255,255,0.08); transition: all 0.2s; text-decoration: none; }
.vc-pagination .page-numbers.current, .vc-pagination .page-numbers:hover { background: var(--accent); color: white; border-color: var(--accent); }

/* ═══════════════════════════════════════════════
   CONTACT PAGE
═══════════════════════════════════════════════ */
.vc-contact-page { display: grid; grid-template-columns: 1fr 1.1fr; min-height: calc(100vh - var(--nav-h)); }

.vc-contact-left { background: linear-gradient(145deg, var(--surface) 0%, var(--bg) 100%); padding: 80px clamp(32px,5vw,80px); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 48px; position: relative; overflow: hidden; border-right: 1px solid rgba(255,255,255,0.05); }
.vc-contact-left::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: radial-gradient(ellipse at 30% 40%, rgba(123,53,193,0.1) 0%, transparent 60%); pointer-events: none; }

.vc-contact-orb-wrap { position: relative; width: 160px; height: 160px; display: flex; align-items: center; justify-content: center; }
.vc-contact-orb-ring { position: absolute; border-radius: 50%; }
.vc-contact-orb-ring-1 { width: 160px; height: 160px; border: 1px dashed rgba(123,53,193,0.35); animation: spin-slow 20s linear infinite; }
.vc-contact-orb-ring-2 { width: 120px; height: 120px; border: 1px solid rgba(155,79,232,0.2); animation: spin-slow 30s linear infinite reverse; }
.vc-contact-orb-dot { position: absolute; top: 50%; right: -4px; width: 8px; height: 8px; margin-top: -4px; background: var(--accent2); border-radius: 50%; box-shadow: 0 0 12px var(--accent2); }
.vc-contact-orb { width: 88px; height: 88px; border-radius: 50%; background: conic-gradient(from 180deg, #5A1F8C 0%, #9B4FE8 40%, #6B2FA0 80%, #5A1F8C 100%); display: flex; align-items: center; justify-content: center; box-shadow: 0 0 48px rgba(123,53,193,0.45); }
.vc-contact-orb-inner { width: 76px; height: 76px; border-radius: 50%; background: rgba(30,10,60,0.6); display: flex; align-items: center; justify-content: center; }

.vc-contact-info { position: relative; z-index: 2; }
.vc-contact-info .vc-tag { margin-bottom: 16px; display: inline-block; }
.vc-contact-heading { font-family: 'Fredoka', sans-serif; font-size: clamp(3rem,5vw,5rem); font-weight: 700; line-height: 0.95; letter-spacing: -2px; color: var(--text); margin-bottom: 20px; }
.vc-contact-heading span { color: var(--accent2); }
.vc-contact-subtext { color: var(--text2); font-size: 15px; line-height: 1.7; max-width: 360px; margin-bottom: 32px; }
.vc-contact-links { display: flex; flex-direction: column; gap: 14px; }
.vc-contact-link { display: flex; align-items: center; gap: 12px; color: var(--text2); text-decoration: none; font-size: 14px; transition: color 0.2s; }
.vc-contact-link:hover { color: var(--accent3); }
.vc-contact-link-icon { width: 34px; height: 34px; border-radius: 10px; background: rgba(123,53,193,0.15); border: 1px solid rgba(123,53,193,0.25); display: flex; align-items: center; justify-content: center; color: var(--accent3); flex-shrink: 0; }

.vc-contact-right { background: var(--bg); padding: 80px clamp(32px,5vw,80px); display: flex; align-items: center; justify-content: center; }
.vc-contact-form-card { width: 100%; max-width: 540px; }
.vc-contact-form-header { margin-bottom: 36px; }
.vc-contact-form-header h2 { font-family: 'Fredoka', sans-serif; font-size: 2rem; font-weight: 700; color: var(--text); margin-bottom: 6px; }
.vc-contact-form-header p { color: var(--text3); font-size: 14px; }

/* Hide the Gutenberg cover block — we use our own layout */
.vc-contact-content .wp-block-cover,
.vc-contact-content .wp-block-group > .wp-block-group__inner-container > .wp-block-cover { display: none !important; }
.vc-contact-content .wp-block-group { background: none !important; margin: 0 !important; padding: 0 !important; }

/* Style Jetpack form inputs */
.vc-contact-content .grunion-field-label,
.vc-contact-content .grunion-field-label.name,
.vc-contact-content .grunion-field-label.email,
.vc-contact-content .grunion-field-label.textarea { display: block; font-size: 12px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--text3); margin-bottom: 8px; }
.vc-contact-content .grunion-label-required { display: none; }
.vc-contact-content .grunion-field-wrap { margin-bottom: 20px; }
.vc-contact-content .grunion-field,
.vc-contact-content input.grunion-field,
.vc-contact-content textarea.grunion-field { background: var(--surface) !important; border: 1px solid rgba(255,255,255,0.1) !important; color: var(--text) !important; border-radius: 14px !important; padding: 14px 18px !important; font-family: 'Nunito', sans-serif !important; font-size: 15px !important; width: 100% !important; transition: border-color 0.2s, box-shadow 0.2s !important; resize: vertical; box-shadow: none !important; outline: none !important; }
.vc-contact-content textarea.grunion-field { min-height: 130px; }
.vc-contact-content .grunion-field:focus { border-color: rgba(123,53,193,0.6) !important; box-shadow: 0 0 0 3px rgba(123,53,193,0.12) !important; }
.vc-contact-content .wp-block-button__link,
.vc-contact-content button.wp-block-button__link { background: var(--accent) !important; color: white !important; font-family: 'Fredoka', sans-serif !important; font-size: 16px !important; font-weight: 700 !important; border: none !important; border-radius: 50px !important; padding: 14px 36px !important; cursor: pointer !important; transition: all 0.25s !important; box-shadow: 0 8px 32px rgba(123,53,193,0.4) !important; width: 100% !important; display: block !important; text-align: center !important; }
.vc-contact-content .wp-block-button__link:hover { background: var(--accent2) !important; transform: translateY(-2px) !important; box-shadow: 0 14px 40px rgba(123,53,193,0.5) !important; }
.vc-contact-content .contact-form__input-error { display: none; }
.vc-contact-content .contact-form-submission h4 { font-family: 'Fredoka', sans-serif; font-size: 1.5rem; color: var(--text); margin-bottom: 12px; }
.vc-contact-content .wp-block-jetpack-contact-form { padding: 0 !important; }

/* ═══════════════════════════════════════════════
   CHECKOUT PAGE
═══════════════════════════════════════════════ */
/* Force dark background — Avada's fusion-dynamic-css sets body{background:#f8f8f8} after us */
body.woocommerce-checkout,
body.woocommerce-cart { background: #07020E !important; color: #F5EEFF !important; }
body.woocommerce-checkout #wrapper,
body.woocommerce-checkout #main,
body.woocommerce-cart #wrapper,
body.woocommerce-cart #main { background: #07020E !important; }
/* Unlock Avada's site-width container on WooCommerce pages so our full-bleed wraps work */
body.woocommerce-checkout #main .fusion-row,
body.woocommerce-checkout #main .post-content,
body.woocommerce-cart #main .fusion-row,
body.woocommerce-cart #main .post-content { max-width: 100% !important; width: 100% !important; padding: 0 !important; background: transparent !important; }

.woocommerce-checkout .woocommerce { padding: 0 !important; background: transparent !important; }
/* Kill Avada's full-width container border AND site-width constraint on WooCommerce pages */
body.woocommerce-checkout,
body.woocommerce-cart,
body.woocommerce-account {
  --awb-border: transparent !important;
  --full_width_border_color: transparent !important;
  --awb-border-color: transparent !important;
  --site_width: 100% !important;
}
body.woocommerce-checkout .fusion-fullwidth,
body.woocommerce-account .fusion-fullwidth,
body.woocommerce-cart .fusion-fullwidth { border-color: transparent !important; border-width: 0 !important; background-color: #07020E !important; background-image: none !important; }
/* Kill Avada page-title bar and breadcrumbs on shop pages — they render as white strips */
body.woocommerce-checkout .fusion-page-title-bar,
body.woocommerce-account .fusion-page-title-bar,
body.woocommerce-cart .fusion-page-title-bar,
body.woocommerce-checkout .fusion-breadcrumbs,
body.woocommerce-account .fusion-breadcrumbs,
body.woocommerce-cart .fusion-breadcrumbs,
body.woocommerce-checkout .fusion-page-title-row,
body.woocommerce-account .fusion-page-title-row,
body.woocommerce-cart .fusion-page-title-row { display: none !important; }
/* Avada #main wrapper — ensure dark background fills the whole window */
body.woocommerce-checkout #main,
body.woocommerce-account #main,
body.woocommerce-cart #main { background-color: #07020E !important; }
/* Any leftover Avada section/container with white bg */
body.woocommerce-checkout .fusion-builder-row,
body.woocommerce-account .fusion-builder-row,
body.woocommerce-cart .fusion-builder-row,
body.woocommerce-checkout .fusion-layout-column,
body.woocommerce-account .fusion-layout-column,
body.woocommerce-cart .fusion-layout-column { background-color: transparent !important; }
/* Belt-and-suspenders: directly override max-width on every possible Avada container */
body.woocommerce-checkout .fusion-row,
body.woocommerce-checkout .post-content,
body.woocommerce-checkout #content,
body.woocommerce-cart .fusion-row,
body.woocommerce-cart .post-content,
body.woocommerce-cart #content,
body.woocommerce-account .fusion-row,
body.woocommerce-account .post-content,
body.woocommerce-account #content,
body.woocommerce-account .entry-content {
  max-width: 100% !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

/* Strip Avada's woocommerce-container / #content wrappers — they cause visible box edges */
body.woocommerce-checkout .woocommerce-container,
body.woocommerce-checkout section#content,
body.woocommerce-checkout #content { background: transparent !important; border: none !important; outline: none !important; box-shadow: none !important; padding: 0 !important; margin: 0 !important; }
.vc-checkout-wrap { padding: 0 clamp(28px,5vw,80px) 56px; background: #07020E !important; }
.vc-checkout-header { padding: 56px 0 44px; background: transparent; }
.vc-checkout-title { font-family: 'Fredoka', sans-serif; font-size: clamp(1.8rem,3.5vw,3rem); font-weight: 700; color: var(--text); margin-bottom: 28px; }
.vc-checkout-steps { display: flex; align-items: center; }
.vc-step { display: flex; flex-direction: column; align-items: center; gap: 6px; }
.vc-step-num { width: 38px; height: 38px; border-radius: 50%; background: var(--surface); border: 2px solid rgba(255,255,255,0.1); display: flex; align-items: center; justify-content: center; font-family: 'Fredoka', sans-serif; font-weight: 700; font-size: 15px; color: var(--text3); }
.vc-step span { font-size: 12px; color: var(--text3); font-weight: 600; letter-spacing: 0.5px; }
.vc-step-active .vc-step-num { background: var(--accent); border-color: var(--accent); color: white; box-shadow: 0 4px 20px rgba(123,53,193,0.5); }
.vc-step-active span { color: var(--text); }
.vc-step-done .vc-step-num { background: rgba(123,53,193,0.25); border-color: rgba(123,53,193,0.5); color: var(--accent3); }
.vc-step-line { flex: 1; height: 1px; background: rgba(255,255,255,0.1); margin: 0 12px; margin-bottom: 22px; max-width: 80px; }

.vc-checkout-columns { display: grid; grid-template-columns: 1fr 480px; gap: 48px; align-items: start; }
.vc-checkout-section { background: var(--surface); border: none; border-radius: var(--radius-lg); padding: 36px 40px; margin-bottom: 28px; box-shadow: 0 8px 32px rgba(0,0,0,0.22); }
.vc-checkout-section-header { display: flex; align-items: center; gap: 14px; margin-bottom: 32px; padding-bottom: 20px; border-bottom: 1px solid rgba(192,128,255,0.09); }
.vc-checkout-section-header svg { color: var(--accent3); flex-shrink: 0; }
.vc-checkout-section-header h2 { font-family: 'Fredoka', sans-serif; font-size: 1.45rem; font-weight: 700; color: var(--text); margin: 0; }
.vc-order-summary-card { background: var(--surface); border: none; border-radius: var(--radius-lg); padding: 36px; position: sticky; top: calc(var(--nav-h) + 24px); box-shadow: 0 8px 32px rgba(0,0,0,0.22); }

/* Billing/shipping field headings */
.vc-checkout-form .woocommerce-billing-fields h3,
.vc-checkout-form .woocommerce-shipping-fields h3,
.vc-checkout-form #ship-to-different-address { font-family: 'Fredoka', sans-serif; font-size: 1.15rem; font-weight: 700; color: var(--text2); margin-bottom: 24px; letter-spacing: 0.3px; }
.vc-checkout-form .form-row { margin-bottom: 28px !important; }
/* !important needed: .woocommerce form .form-row label (0,2,2) beats (0,2,1) without it */
.vc-checkout-form .form-row label,
body.woocommerce-checkout .form-row label {
  display: block !important;
  font-family: 'Fredoka', sans-serif !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  color: var(--text3) !important;
  margin-bottom: 8px !important;
}
/* House # (address_2): WC KW locale sets label_class=screen-reader-text — override all hiding */
#billing_address_2_field label,
#billing_address_2_field label.screen-reader-text {
  position: static !important;
  clip-path: none !important;
  height: auto !important;
  width: auto !important;
  overflow: visible !important;
  white-space: normal !important;
  word-wrap: normal !important;
  display: block !important;
  font-family: 'Fredoka', sans-serif !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  color: var(--text3) !important;
  margin-bottom: 8px !important;
}
.vc-checkout-form .required { color: var(--accent3) !important; }

/* PACI button + UI: override inline dark styles */
#vc-paci-btn {
  background: var(--surface2) !important;
  border: 1.5px solid rgba(192,128,255,0.3) !important;
  border-radius: 50px !important;
  color: var(--text2) !important;
  font-family: 'Fredoka', sans-serif !important;
  font-weight: 700 !important;
  font-size: 13px !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  padding: 10px 24px !important;
  cursor: pointer !important;
  transition: all 0.2s !important;
  flex-shrink: 0 !important;
}
#vc-paci-btn:hover {
  background: var(--accent) !important;
  border-color: var(--accent) !important;
  color: #fff !important;
  transform: translateY(-2px) !important;
}
#vc-paci-status {
  font-family: 'Fredoka', sans-serif !important;
  font-size: 13px !important;
  color: var(--text3) !important;
}
/* PACI field: label full-width on top, input + button inline below */
#billing_paci_field {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: flex-end !important;
  column-gap: 10px !important;
}
#billing_paci_field > label {
  flex: 0 0 100% !important;
  width: 100% !important;
}
#billing_paci_field > .woocommerce-input-wrapper {
  flex: 1 1 0% !important;
  min-width: 0 !important;
}
#billing_paci_field > #vc-paci-btn {
  flex: 0 0 auto !important;
  align-self: stretch !important;
  margin: 0 !important;
}
#billing_paci_field > #vc-paci-status {
  flex: 0 0 100% !important;
  width: 100% !important;
  margin-top: 6px !important;
}
/* Old separate row no longer used */
#vc-paci-ui { display: none !important; }
/* PACI label span: override inline color:rgba(10,10,10,.5) dark text */
#billing_paci_field label span {
  color: var(--text3) !important;
  font-family: 'Fredoka', sans-serif !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
}

/* ── Input fields: matched to dropdown visual language ── */
/* Broad selector catches PACI/plugin inputs that lack .input-text class */
.vc-checkout-form input.input-text,
.vc-checkout-form input[type="text"],
.vc-checkout-form input[type="email"],
.vc-checkout-form input[type="tel"],
.vc-checkout-form input[type="number"],
.vc-checkout-form input[type="password"],
.vc-checkout-form textarea,
body.woocommerce-checkout input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):not([type=hidden]),
body.woocommerce-checkout textarea {
  background-color: #1a0938 !important;
  border: 1.5px solid rgba(192,128,255,0.18) !important;
  border-radius: 14px !important;
  color: #e8d8ff !important;
  font-family: 'Fredoka', sans-serif !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  padding: 13px 16px !important;
  width: 100% !important;
  box-shadow: 0 2px 12px rgba(0,0,0,0.25) !important;
  transition: border-color 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease !important;
  outline: none !important;
}
.vc-checkout-form input.input-text:hover,
body.woocommerce-checkout input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):not([type=hidden]):hover,
body.woocommerce-checkout input.input-text:hover {
  border-color: rgba(192,128,255,0.42) !important;
  background-color: #200b44 !important;
}
.vc-checkout-form input.input-text:focus,
.vc-checkout-form input[type="text"]:focus,
.vc-checkout-form input[type="email"]:focus,
.vc-checkout-form input[type="tel"]:focus,
.vc-checkout-form textarea:focus,
body.woocommerce-checkout input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):not([type=hidden]):focus,
body.woocommerce-checkout input.input-text:focus,
body.woocommerce-checkout input[type="text"]:focus,
body.woocommerce-checkout input[type="email"]:focus,
body.woocommerce-checkout input[type="tel"]:focus {
  border-color: rgba(123,53,193,0.75) !important;
  background-color: #200b44 !important;
  box-shadow: 0 0 0 3px rgba(123,53,193,0.18), 0 4px 20px rgba(123,53,193,0.14) !important;
  outline: none !important;
}
.vc-checkout-form input::placeholder,
.vc-checkout-form textarea::placeholder,
body.woocommerce-checkout input::placeholder {
  color: rgba(232,216,255,0.28) !important;
  font-weight: 400 !important;
}

/* Select2 dropdowns: match same visual language */
.vc-checkout-form .select2-container { width: 100% !important; }
.vc-checkout-form .select2-container .select2-selection--single { background: #1a0938 !important; border: 1.5px solid rgba(192,128,255,0.18) !important; border-radius: 14px !important; height: 49px !important; display: flex; align-items: center; padding: 0 16px !important; box-shadow: 0 2px 12px rgba(0,0,0,0.25) !important; }
.vc-checkout-form .select2-container .select2-selection--single .select2-selection__rendered { color: #e8d8ff !important; padding: 0 !important; font-family: 'Fredoka', sans-serif !important; font-size: 15px !important; font-weight: 500 !important; line-height: 49px !important; }
.vc-checkout-form .select2-container .select2-selection--single .select2-selection__arrow { top: 50% !important; transform: translateY(-50%) !important; right: 14px !important; height: 49px !important; }
.vc-checkout-form .select2-container--open .select2-selection--single,
.vc-checkout-form .select2-container:hover .select2-selection--single { border-color: rgba(192,128,255,0.42) !important; background: #200b44 !important; }
/* Dropdown list: appended to body, so no scoped selector */
.select2-dropdown { background: #1a0938 !important; border: 1.5px solid rgba(192,128,255,0.25) !important; border-radius: 14px !important; box-shadow: 0 16px 48px rgba(0,0,0,0.55) !important; overflow: hidden; }
.select2-search--dropdown .select2-search__field { background: #200b44 !important; border: 1.5px solid rgba(192,128,255,0.18) !important; border-radius: 10px !important; color: #e8d8ff !important; padding: 10px 14px !important; font-family: 'Fredoka', sans-serif !important; font-size: 14px !important; }
.select2-results__option { background: transparent !important; color: #e8d8ff !important; padding: 11px 16px !important; font-family: 'Fredoka', sans-serif !important; font-size: 14px !important; font-weight: 500 !important; transition: background 0.15s; }
.select2-results__option--highlighted[aria-selected] { background: rgba(123,53,193,0.55) !important; color: #fff !important; }
.select2-results__option[aria-selected=true]:not(.select2-results__option--highlighted) { background: rgba(123,53,193,0.22) !important; }
/* GOV (billing_state): lock container height to match standard inputs */
body.woocommerce-checkout #billing_state_field .select2-container,
body.woocommerce-checkout #billing_state_field .select2-container .selection { width: 100% !important; height: 49px !important; overflow: hidden !important; display: block !important; }
body.woocommerce-checkout #billing_state_field .select2-selection--single { background: #1a0938 !important; border: 1.5px solid rgba(192,128,255,0.18) !important; border-radius: 14px !important; height: 49px !important; min-height: 49px !important; max-height: 49px !important; display: flex !important; align-items: center !important; padding: 0 16px !important; box-shadow: 0 2px 12px rgba(0,0,0,0.25) !important; }
body.woocommerce-checkout #billing_state_field .select2-selection__rendered { color: #e8d8ff !important; font-family: 'Fredoka', sans-serif !important; font-size: 15px !important; font-weight: 500 !important; padding: 0 !important; line-height: 49px !important; white-space: nowrap !important; overflow: hidden !important; text-overflow: ellipsis !important; }
body.woocommerce-checkout #billing_state_field .select2-selection__arrow { top: 50% !important; transform: translateY(-50%) !important; right: 14px !important; height: 49px !important; }
/* Apply the same height-lock to ALL Select2 on checkout so every dropdown is consistent */
.vc-checkout-form .select2-container .selection { height: 49px !important; overflow: hidden !important; display: block !important; }

/* Order review table */
.vc-checkout-form .shop_table { width: 100%; border-collapse: collapse; margin-bottom: 24px; }
.vc-checkout-form .shop_table th { font-family: 'Fredoka', sans-serif; font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--text3); padding: 0 0 14px; border-bottom: 1px solid rgba(255,255,255,0.07); text-align: left; font-weight: 600; }
.vc-checkout-form .shop_table th:last-child { text-align: right; }
.vc-checkout-form .shop_table td { padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,0.04); color: var(--text2); font-size: 15px; vertical-align: middle; line-height: 1.5; }
.vc-checkout-form .shop_table td:last-child { text-align: right; }
.vc-checkout-form .shop_table .product-name { font-family: 'Fredoka', sans-serif; font-size: 15px; font-weight: 600; color: var(--text); }
.vc-checkout-form .cart_item td:first-child { display: flex; align-items: center; gap: 12px; }
.vc-checkout-form .order-total td { border-bottom: none; padding-top: 20px; }
.vc-checkout-form .order-total .amount { font-family: 'Fredoka', sans-serif; font-size: 1.65rem; font-weight: 700; color: var(--gold) !important; }
.vc-checkout-form .cart-subtotal .amount,
.vc-checkout-form .tax_row .amount { color: var(--text) !important; font-family: 'Fredoka', sans-serif; font-weight: 600; }

/* Payment section */
.vc-checkout-form #payment { background: transparent; padding: 0; border-radius: 0; }
/* Payment box: borderless — already inside the order summary card */
.vc-checkout-form #payment .woocommerce-checkout-payment { background: transparent; border: none; border-radius: 0; padding: 0; margin-top: 20px; }
.vc-checkout-form #payment ul.payment_methods { list-style: none; padding: 0; margin: 0 0 20px; display: flex; flex-direction: column; gap: 10px; }
.vc-checkout-form #payment ul.payment_methods li { background: rgba(192,128,255,0.04); border: 1.5px solid rgba(192,128,255,0.14); border-radius: 18px; padding: 16px 20px; cursor: pointer; transition: all 0.2s; }
.vc-checkout-form #payment ul.payment_methods li:has(input:checked) { border-color: var(--accent); background: rgba(123,53,193,0.12); }
.vc-checkout-form #payment ul.payment_methods li label { color: var(--text); font-size: 15px; cursor: pointer; display: flex; align-items: center; gap: 12px; font-weight: 600; }
.vc-checkout-form #payment ul.payment_methods li input[type=radio] { accent-color: var(--accent); width: 18px; height: 18px; flex-shrink: 0; }
/* Payment logos: white pill so dark logo is visible on dark background */
.vc-checkout-form #payment ul.payment_methods li label img,
body.woocommerce-checkout #payment ul.payment_methods li label img { filter: none !important; opacity: 1 !important; max-height: 32px !important; min-height: 22px !important; width: auto !important; vertical-align: middle !important; background: #ffffff !important; border-radius: 6px !important; padding: 3px 10px !important; box-shadow: 0 1px 6px rgba(0,0,0,0.25) !important; display: inline-block !important; }
.vc-checkout-form #payment .payment_box { background: rgba(123,53,193,0.08); border: 1px solid rgba(123,53,193,0.15); border-radius: 14px; padding: 16px; margin-top: 12px; color: var(--text3); font-size: 13px; line-height: 1.6; }
/* Hide WC/Avada-generated review heading — card already has "Your Order" header */
#order_review_heading,
#order_review h1, #order_review h2, #order_review h3,
.woocommerce-checkout-review-order > h2,
.woocommerce-checkout-review-order > h3,
.vc-checkout-form #order_review h3 { display: none !important; }
/* Add breathing room between "Your Order" section header and the product table */
#order_review { padding-top: 12px; }
.woocommerce-checkout-review-order-table { margin-top: 0; }
/* Place Order button — uses body + id for max specificity to beat Avada */
body.woocommerce-checkout #place_order,
body.woocommerce-checkout .place-order button,
.vc-checkout-form #place_order,
.vc-checkout-form .place-order .button { background: var(--accent) !important; color: #fff !important; font-family: 'Fredoka', sans-serif !important; font-size: 19px !important; font-weight: 700 !important; border: none !important; border-radius: 50px !important; padding: 18px 40px !important; width: 100% !important; cursor: pointer !important; transition: all 0.25s !important; box-shadow: 0 8px 32px rgba(123,53,193,0.45) !important; letter-spacing: 0.5px !important; margin-top: 12px !important; display: block !important; text-align: center !important; }
body.woocommerce-checkout #place_order:hover,
.vc-checkout-form #place_order:hover { background: var(--accent2) !important; transform: translateY(-3px) !important; box-shadow: 0 16px 48px rgba(123,53,193,0.55) !important; }
.vc-checkout-secure { display: flex; align-items: center; justify-content: center; gap: 8px; color: var(--text3); font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; margin-top: 18px; }
.vc-checkout-secure svg { color: #4ade80; flex-shrink: 0; }

/* ═══════════════════════════════════════════════
   RESPONSIVE
═══════════════════════════════════════════════ */
@media (max-width: 1200px) {
  .vc-product-grid { grid-template-columns: repeat(3, 1fr); }
  .vc-checkout-columns { grid-template-columns: 1fr 420px; gap: 36px; }
}
@media (max-width: 1024px) {
  .vc-contact-page { grid-template-columns: 1fr; }
  .vc-contact-left { min-height: auto; padding: 60px clamp(24px,5vw,60px) 48px; flex-direction: row; flex-wrap: wrap; gap: 32px; }
  .vc-contact-orb-wrap { width: 100px; height: 100px; }
  .vc-contact-orb { width: 60px; height: 60px; }
  .vc-contact-orb-inner { width: 50px; height: 50px; }
  .vc-contact-orb-ring-1 { width: 100px; height: 100px; }
  .vc-contact-orb-ring-2 { width: 75px; height: 75px; }
  .vc-contact-right { padding: 48px clamp(24px,5vw,60px) 80px; }
}
@media (max-width: 900px) {
  .vc-product-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .vc-checkout-columns { grid-template-columns: 1fr; }
  .vc-order-summary-card { position: static; }
  .vc-single-product { grid-template-columns: 1fr; gap: 32px; }
}
@media (max-width: 600px) {
  .vc-product-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; padding: 0 16px 60px; }
  .prod-img { height: 180px; }
  .vc-cat-filter-scroll { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 4px; }
  .vc-cat-filter-scroll::-webkit-scrollbar { display: none; }
  .vc-contact-left { flex-direction: column; }
}
@media (max-width: 480px) { .vc-related-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 768px)  { .vc-nav-links { display: none; } .vc-hamburger { display: flex; } .vc-product-grid { grid-template-columns: 1fr; } .vc-related-grid { grid-template-columns: repeat(2, 1fr); } .prod-add-btn { opacity: 1 !important; transform: none !important; } .woocommerce, .woocommerce-page { padding: 40px 24px 60px; } }
@media (max-width: 520px)  { .vc-related-grid { grid-template-columns: 1fr; } .vc-footer { flex-direction: column; text-align: center; } }

/* ═══════════════════════════════════════════════
   ADMIN BAR — push fixed nav down
═══════════════════════════════════════════════ */
body.admin-bar .vc-nav { top: 32px; }
body.admin-bar { padding-top: calc(var(--nav-h) + 32px); }
body.admin-bar .vc-mobile-menu { top: calc(var(--nav-h) + 32px); }
@media screen and (max-width: 782px) {
  body.admin-bar .vc-nav { top: 46px; }
  body.admin-bar { padding-top: calc(var(--nav-h) + 46px); }
  body.admin-bar .vc-mobile-menu { top: calc(var(--nav-h) + 46px); }
}

/* ═══════════════════════════════════════════════
   SINGLE PRODUCT — REVAMP
═══════════════════════════════════════════════ */
.vc-sp-breadcrumb { display: flex; align-items: center; gap: 8px; padding: 28px clamp(24px,6vw,100px) 0; font-size: 13px; color: var(--text3); }
.vc-sp-breadcrumb a { color: var(--text3); text-decoration: none; transition: color 0.2s; }
.vc-sp-breadcrumb a:hover { color: var(--accent3); }
.vc-sp-breadcrumb span { color: var(--text2); }
.vc-sp-breadcrumb svg { color: var(--text3); flex-shrink: 0; }

.vc-single-product { padding: 32px clamp(24px,6vw,100px) 80px; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }

.vc-sp-gallery-col { display: flex; flex-direction: column; gap: 14px; position: sticky; top: calc(var(--nav-h) + 24px); }
.vc-sp-main-image { border-radius: var(--radius-lg); overflow: hidden; background: var(--surface2); aspect-ratio: 1; display: flex; align-items: center; justify-content: center; position: relative; }
.vc-sp-main-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; display: block; }
.vc-sp-main-image:hover img { transform: scale(1.04); }
.vc-sp-no-img { font-size: 120px; }

.vc-sp-thumbs { display: flex; gap: 10px; flex-wrap: wrap; }
.vc-sp-thumb { width: 72px; height: 72px; border-radius: 12px; overflow: hidden; border: 2px solid rgba(255,255,255,0.07); background: var(--surface2); padding: 0; cursor: pointer; transition: border-color 0.2s, transform 0.2s; flex-shrink: 0; }
.vc-sp-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.vc-sp-thumb.active { border-color: var(--accent); }
.vc-sp-thumb:hover { border-color: rgba(123,53,193,0.5); transform: scale(1.05); }
.vc-sp-thumb-video { display: flex; align-items: center; justify-content: center; background: #111; }
.vc-sp-thumb-video:hover { background: #1c1c1c; }
#vc-main-video { display: none; position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; background: #000; }

.vc-sp-price-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.vc-sp-stock { display: flex; align-items: center; gap: 7px; font-family: 'Fredoka', sans-serif; font-size: 13px; font-weight: 600; }
.vc-sp-stock.in-stock { color: #4ade80; }
.vc-sp-stock.oos { color: var(--text3); }
.vc-sp-stock-dot { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; }
.vc-sp-stock.in-stock .vc-sp-stock-dot { background: #4ade80; box-shadow: 0 0 8px rgba(74,222,128,0.6); }
.vc-sp-stock.oos .vc-sp-stock-dot { background: var(--text3); }

.vc-sp-atc-wrap .cart { display: flex; gap: 12px; align-items: center; }
.vc-sp-atc-wrap .quantity { flex-shrink: 0; }
.vc-sp-atc-wrap .single_add_to_cart_button { flex: 1; }

.vc-sp-oos-notice { display: flex; align-items: center; gap: 12px; background: rgba(155,43,43,0.15); border: 1px solid rgba(200,60,60,0.25); border-radius: var(--radius); padding: 16px 20px; color: #f08080; font-family: 'Fredoka', sans-serif; font-size: 15px; font-weight: 600; }

.vc-sp-trust-row { display: flex; flex-wrap: wrap; gap: 16px; padding: 20px; background: rgba(255,255,255,0.025); border: 1px solid rgba(255,255,255,0.06); border-radius: var(--radius); }
.vc-sp-trust-item { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--text3); }
.vc-sp-trust-item svg { color: var(--accent3); flex-shrink: 0; }

.vc-sp-description { padding: 0 clamp(24px,6vw,100px) 0; }
.vc-sp-desc-inner { padding: 48px 0 60px; max-width: 700px; }
.vc-sp-desc-inner h2 { font-family: 'Fredoka', sans-serif; font-size: 1.8rem; font-weight: 700; color: var(--text); margin-bottom: 20px; }
.vc-sp-desc-content { color: var(--text2); line-height: 1.8; font-size: 15px; }
.vc-sp-desc-content p { margin-bottom: 12px; }

.vc-related { padding: 0 clamp(24px,6vw,100px); }
.vc-related-inner { padding: 0 0 80px; }
.vc-related-inner h2 { font-family: 'Fredoka', sans-serif; font-size: 2rem; font-weight: 700; color: var(--text); margin: 48px 0 28px; }
.vc-related-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }

/* ═══════════════════════════════════════════════
   CART PAGE
═══════════════════════════════════════════════ */
.vc-cart-wrap { padding: 48px clamp(24px,6vw,100px) 80px; }
.vc-cart-head { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 44px; gap: 20px; flex-wrap: wrap; }
.vc-cart-head-left .vc-tag { margin-bottom: 12px; display: inline-block; }
.vc-cart-title { font-family: 'Fredoka', sans-serif; font-size: clamp(2rem,4vw,3rem); font-weight: 700; color: var(--text); display: flex; align-items: center; gap: 14px; }
.vc-cart-qty-pill { background: var(--accent); color: white; font-size: 14px; font-weight: 700; width: 30px; height: 30px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; }
.vc-back-shop { display: flex; align-items: center; gap: 8px; font-family: 'Fredoka', sans-serif; font-size: 14px; font-weight: 600; color: var(--text3); text-decoration: none; transition: color 0.2s; }
.vc-back-shop:hover { color: var(--accent3); }
.vc-back-shop svg { transition: transform 0.2s; }
.vc-back-shop:hover svg { transform: translateX(-3px); }

.vc-cart-empty { text-align: center; padding: 100px 24px; display: flex; flex-direction: column; align-items: center; gap: 20px; }
.vc-cart-empty-icon { font-size: 72px; opacity: 0.4; }
.vc-cart-empty h2 { font-family: 'Fredoka', sans-serif; font-size: 2rem; color: var(--text); }
.vc-cart-empty p { color: var(--text3); font-size: 15px; }

.vc-cart-layout { display: grid; grid-template-columns: 1fr 380px; gap: 40px; align-items: start; }

.vc-cart-table { width: 100%; border-collapse: collapse; }
.vc-cart-table thead th { font-family: 'Fredoka', sans-serif; font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--text3); padding: 0 16px 16px; border-bottom: 1px solid rgba(255,255,255,0.07); font-weight: 600; text-align: left; }
.vc-cart-table thead .product-remove,
.vc-cart-table thead .product-thumbnail { padding: 0 0 16px; width: 1px; }
.vc-cart-table thead .product-subtotal { text-align: right; }
.vc-cart-table tbody .cart_item td { padding: 20px 16px; border-bottom: 1px solid rgba(255,255,255,0.05); vertical-align: middle; }
.vc-cart-table .product-remove a { display: flex; align-items: center; justify-content: center; width: 28px; height: 28px; border-radius: 8px; background: rgba(255,255,255,0.05); color: var(--text3); text-decoration: none; font-size: 18px; line-height: 1; transition: background 0.2s, color 0.2s; }
.vc-cart-table .product-remove a:hover { background: rgba(200,50,50,0.2); color: #f08080; }
.vc-cart-table .product-thumbnail { padding-right: 0 !important; }
.vc-cart-table .product-thumbnail img { width: 72px; height: 72px; border-radius: 12px; object-fit: cover; display: block; }
.vc-cart-table .product-name a { font-family: 'Fredoka', sans-serif; font-size: 16px; font-weight: 600; color: var(--text); text-decoration: none; }
.vc-cart-table .product-name a:hover { color: var(--accent3); }
.vc-cart-table .product-name .variation { font-size: 12px; color: var(--text3); margin-top: 4px; }
.vc-cart-table .product-price .woocommerce-Price-amount { font-family: 'Fredoka', sans-serif; font-size: 16px; color: var(--text2); font-weight: 600; }
.vc-cart-table .product-quantity .quantity input { background: var(--surface); border: 1px solid rgba(255,255,255,0.1); color: var(--text); border-radius: 10px; padding: 8px 12px; font-family: 'Fredoka', sans-serif; font-size: 15px; font-weight: 600; width: 70px; text-align: center; -moz-appearance: textfield; }
.vc-cart-table .product-quantity .quantity input::-webkit-outer-spin-button,
.vc-cart-table .product-quantity .quantity input::-webkit-inner-spin-button { -webkit-appearance: none; }
.vc-cart-table .product-subtotal .woocommerce-Price-amount { font-family: 'Fredoka', sans-serif; font-size: 17px; font-weight: 700; color: var(--text); float: right; }
.vc-cart-table .vc-cart-actions-row td { padding-top: 20px; border-bottom: none; }
.vc-cart-actions-inner { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 14px; }
.vc-cart-actions-inner .coupon { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; }
.vc-cart-actions-inner .coupon input#coupon_code { background: var(--surface); border: 1px solid rgba(255,255,255,0.1); color: var(--text); border-radius: 12px; padding: 11px 16px; font-family: 'Nunito', sans-serif; font-size: 14px; width: 200px; }
.vc-cart-actions-inner .coupon input#coupon_code::placeholder { color: var(--text3); }
.vc-cart-actions-inner .coupon .button { background: var(--surface2) !important; color: var(--text2) !important; border-radius: 12px !important; padding: 11px 20px !important; font-size: 14px !important; }
.vc-update-btn { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,0.06); color: var(--text2); border: 1px solid rgba(255,255,255,0.1); border-radius: 12px; padding: 11px 20px; font-family: 'Fredoka', sans-serif; font-size: 14px; font-weight: 600; cursor: pointer; transition: all 0.2s; }
.vc-update-btn:hover { background: rgba(123,53,193,0.15); border-color: rgba(123,53,193,0.35); color: var(--text); }

/* Cart sidebar (totals) */
.vc-cart-sidebar .cart_totals { background: var(--surface); border: 1px solid rgba(255,255,255,0.06); border-radius: var(--radius-lg); padding: 32px; position: sticky; top: calc(var(--nav-h) + 24px); }
.vc-cart-sidebar h2 { font-family: 'Fredoka', sans-serif; font-size: 1.4rem; font-weight: 700; color: var(--text); margin-bottom: 24px; }
.vc-cart-sidebar .shop_table { width: 100%; border-collapse: collapse; margin-bottom: 24px; }
.vc-cart-sidebar .shop_table th { font-family: 'Fredoka', sans-serif; font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--text3); padding: 0 0 14px; border-bottom: 1px solid rgba(255,255,255,0.07); font-weight: 600; text-align: left; }
.vc-cart-sidebar .shop_table td { padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,0.04); color: var(--text2); font-size: 14px; vertical-align: middle; text-align: right; }
.vc-cart-sidebar .shop_table td:first-child { text-align: left; }
.vc-cart-sidebar .shop_table .order-total td { border-bottom: none; padding-top: 18px; }
.vc-cart-sidebar .shop_table .order-total .woocommerce-Price-amount { font-family: 'Fredoka', sans-serif; font-size: 1.5rem; font-weight: 700; color: var(--gold) !important; }
.vc-cart-sidebar .woocommerce-shipping-calculator { margin-top: 16px; }
.vc-cart-sidebar .woocommerce-shipping-calculator .shipping-calculator-button { color: var(--accent3); font-size: 13px; text-decoration: none; font-family: 'Fredoka', sans-serif; font-weight: 600; }
.vc-cart-sidebar .checkout-button,
.vc-cart-sidebar .wc-proceed-to-checkout a { background: var(--accent) !important; color: white !important; font-family: 'Fredoka', sans-serif !important; font-size: 17px !important; font-weight: 700 !important; border: none !important; border-radius: 50px !important; padding: 16px 32px !important; width: 100% !important; display: block !important; text-align: center !important; cursor: pointer !important; transition: all 0.25s !important; box-shadow: 0 8px 32px rgba(123,53,193,0.4) !important; text-decoration: none !important; }
.vc-cart-sidebar .wc-proceed-to-checkout a:hover { background: var(--accent2) !important; transform: translateY(-3px) !important; box-shadow: 0 16px 48px rgba(123,53,193,0.55) !important; color: white !important; }
.vc-cart-sidebar .wc-proceed-to-checkout { padding: 0 !important; margin: 0 !important; }

/* vc-checkout-form-wide: no additional overrides needed (columns defined above) */

/* ═══════════════════════════════════════════════
   RESPONSIVE ADDITIONS
═══════════════════════════════════════════════ */
@media (max-width: 1200px) {
  .vc-cart-layout { grid-template-columns: 1fr 380px; }
  .vc-checkout-columns { grid-template-columns: 1fr 420px; gap: 28px; }
}
@media (max-width: 1024px) {
  .vc-sp-gallery-col { position: static; }
}
@media (max-width: 900px) {
  .vc-cart-layout { grid-template-columns: 1fr; }
  .vc-cart-sidebar .cart_totals { position: static; }
  .vc-related-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .vc-single-product { grid-template-columns: 1fr; gap: 32px; padding-top: 24px; }
  .vc-sp-gallery-col { position: static; }
  .vc-sp-atc-wrap .cart { flex-direction: column; align-items: stretch; }
  .vc-cart-table thead { display: none; }
  .vc-cart-table .cart_item td { display: block; padding: 8px 0; border-bottom: none; }
  .vc-cart-table .cart_item { display: block; padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,0.06); }
  .vc-cart-table .product-subtotal .woocommerce-Price-amount { float: none; }
}
@media (max-width: 600px) {
  .vc-cart-wrap { padding: 32px 16px 60px; }
  .vc-cart-head { flex-direction: column; align-items: flex-start; gap: 12px; }
  .vc-cart-actions-inner { flex-direction: column; align-items: stretch; }
  .vc-cart-actions-inner .coupon { flex-direction: column; }
  .vc-cart-actions-inner .coupon input#coupon_code { width: 100%; }
}

/* ═══════════════════════════════════════════════
   CART — FULL WIDTH REDESIGN
═══════════════════════════════════════════════ */

/* WooCommerce wraps our template in .woocommerce which already has padding — zero it on cart/checkout */
.woocommerce-cart .woocommerce,
.woocommerce-cart .woocommerce-page { padding: 0 !important; }
.woocommerce-checkout .woocommerce { padding: 0 !important; }

.vc-cart-wrap { padding: 48px clamp(20px,3vw,64px) 80px; }

/* Table takes full available width */
.vc-cart-table { width: 100%; }
.vc-cart-table .product-remove { width: 44px; padding-right: 0 !important; padding-left: 0 !important; }
.vc-cart-table .product-thumbnail { width: 108px; padding-right: 20px !important; padding-left: 0 !important; }
.vc-cart-table .product-price { width: 140px; white-space: nowrap; text-align: center; }
.vc-cart-table .product-quantity { width: 120px; text-align: center; }
.vc-cart-table .product-subtotal { width: 130px; text-align: right; padding-right: 0 !important; }
.vc-cart-table thead th.product-price,
.vc-cart-table thead th.product-quantity { text-align: center; }
.vc-cart-table thead th.product-subtotal { text-align: right; }

/* Taller rows */
.vc-cart-table tbody .cart_item td { padding: 24px 12px; }
.vc-cart-table tbody .cart_item td.product-remove { padding-left: 0 !important; }
.vc-cart-table tbody .cart_item td.product-thumbnail { padding-left: 0 !important; }
.vc-cart-table tbody .cart_item td.product-subtotal { padding-right: 0 !important; }
.vc-cart-table tbody .cart_item:hover td { background: rgba(123,53,193,0.04); }

/* Thumbnail */
.vc-cart-table .product-thumbnail img { width: 92px; height: 92px; border-radius: 14px; box-shadow: 0 4px 16px rgba(0,0,0,0.3); }

/* Product name prominent */
.vc-cart-table .product-name a { font-size: 17px; font-weight: 700; line-height: 1.3; }
.vc-cart-table .product-name .variation { font-size: 12px; color: var(--text3); margin-top: 4px; }

/* Unit price — subdued */
.vc-cart-table .product-price .woocommerce-Price-amount { font-size: 14px; color: var(--text3) !important; font-weight: 500; font-family: 'Nunito',sans-serif !important; }

/* Row subtotal — gold */
.vc-cart-table .product-subtotal .woocommerce-Price-amount { font-size: 19px; color: var(--gold) !important; font-weight: 700; float: right; }

/* Coupon code input wider */
.vc-cart-actions-inner .coupon input#coupon_code { width: 260px; }

/* Bottom section: full-width, totals right-aligned */
.vc-cart-bottom { display: flex; align-items: flex-start; justify-content: space-between; gap: 32px; margin-top: 40px; flex-wrap: wrap; }
.vc-cart-bottom-left { flex: 1; min-width: 200px; }
.vc-cart-bottom-right { width: 460px; flex-shrink: 0; }
.vc-cart-secure-note { display: flex; align-items: center; gap: 10px; font-size: 13px; color: var(--text3); padding: 16px; background: rgba(255,255,255,0.025); border: 1px solid rgba(255,255,255,0.06); border-radius: 12px; margin-bottom: 24px; }
.vc-cart-secure-note svg { color: #4ade80; flex-shrink: 0; }

/* Cross-sells in left column */
.vc-cart-bottom-left .cross-sells h2 { font-family: 'Fredoka',sans-serif; font-size: 1.3rem; font-weight: 700; color: var(--text); margin-bottom: 20px; }
.vc-cart-bottom-left .cross-sells ul.products { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; list-style: none; padding: 0; margin: 0; }
.vc-cart-bottom-left .cross-sells ul.products li { list-style: none; margin: 0; }

/* Totals card */
.vc-cart-bottom-right .cart_totals { background: var(--surface); border: 1px solid rgba(255,255,255,0.06); border-radius: var(--radius-lg); padding: 36px; }
.vc-cart-bottom-right h2 { font-family: 'Fredoka',sans-serif; font-size: 1.5rem; font-weight: 700; color: var(--text); margin-bottom: 28px; }
.vc-cart-bottom-right .shop_table { width: 100%; border-collapse: collapse; margin-bottom: 28px; }
.vc-cart-bottom-right .shop_table th { font-family: 'Fredoka',sans-serif; font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--text3); padding: 0 0 14px; border-bottom: 1px solid rgba(255,255,255,0.07); font-weight: 600; text-align: left; }
.vc-cart-bottom-right .shop_table td { padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,0.04); color: var(--text2); font-size: 15px; vertical-align: middle; text-align: right; }
.vc-cart-bottom-right .shop_table td:first-child { text-align: left; }
.vc-cart-bottom-right .shop_table .order-total td { border-bottom: none; padding-top: 20px; }
.vc-cart-bottom-right .shop_table .order-total .woocommerce-Price-amount { font-family: 'Fredoka',sans-serif; font-size: 1.8rem; font-weight: 700; color: var(--gold) !important; }
.vc-cart-bottom-right .woocommerce-shipping-calculator .shipping-calculator-button { color: var(--accent3); font-size: 13px; text-decoration: none; font-family: 'Fredoka',sans-serif; font-weight: 600; }
.vc-cart-bottom-right .checkout-button,
.vc-cart-bottom-right .wc-proceed-to-checkout a { background: var(--accent) !important; color: white !important; font-family: 'Fredoka',sans-serif !important; font-size: 17px !important; font-weight: 700 !important; border: none !important; border-radius: 50px !important; padding: 18px 32px !important; width: 100% !important; display: block !important; text-align: center !important; cursor: pointer !important; transition: all 0.25s !important; box-shadow: 0 8px 32px rgba(123,53,193,0.4) !important; text-decoration: none !important; }
.vc-cart-bottom-right .wc-proceed-to-checkout a:hover { background: var(--accent2) !important; transform: translateY(-3px) !important; box-shadow: 0 16px 48px rgba(123,53,193,0.55) !important; color: white !important; }
.vc-cart-bottom-right .wc-proceed-to-checkout { padding: 0 !important; margin: 0 !important; }

@media (max-width: 900px) {
  .vc-cart-bottom { flex-direction: column; }
  .vc-cart-bottom-right { width: 100%; }
}
@media (max-width: 768px) {
  .vc-cart-table .product-price,
  .vc-cart-table thead th.product-price { display: none; }
}

/* ═══════════════════════════════════════════════
   CONTACT PAGE — COMPACT (reduce top/bottom space)
═══════════════════════════════════════════════ */
.vc-contact-page { min-height: auto; }
.vc-contact-left { padding: 48px clamp(32px,5vw,80px) 48px; justify-content: flex-start; }
.vc-contact-right { padding: 48px clamp(32px,5vw,80px) 60px; align-items: flex-start; }
.vc-contact-form-card { width: 100%; max-width: 540px; padding-top: 8px; }
/* on mobile stack: form first (reorder) */
@media (max-width: 1024px) {
  .vc-contact-left { order: 2; padding: 40px clamp(24px,5vw,60px); }
  .vc-contact-right { order: 1; padding: 48px clamp(24px,5vw,60px) 40px; align-items: center; }
}

/* ═══════════════════════════════════════════════
   CATEGORY HERO — full-bleed image masthead
═══════════════════════════════════════════════ */
.vc-masthead-hero { min-height: 320px; padding-top: 100px; padding-bottom: 80px; }
.vc-masthead-bg { position: absolute; inset: 0; background-size: cover; background-position: center; transform: scale(1.06); filter: blur(2px) saturate(0.75) brightness(0.45); transition: transform 10s ease; }
.vc-masthead-hero:hover .vc-masthead-bg { transform: scale(1.09); }
.vc-masthead-overlay { position: absolute; inset: 0; background: linear-gradient(110deg, rgba(7,2,14,0.95) 0%, rgba(7,2,14,0.8) 50%, rgba(7,2,14,0.45) 100%); }
.vc-cat-count-chip { display: inline-flex; align-items: center; gap: 8px; margin-top: 20px; font-size: 13px; color: rgba(255,255,255,0.4); letter-spacing: 0.5px; }
.vc-cat-count-num { font-family: 'Fredoka', sans-serif; font-weight: 700; font-size: 22px; color: var(--accent3); line-height: 1; }

/* ═══════════════════════════════════════════════
   PRODUCT CARD — stock indicator
═══════════════════════════════════════════════ */
.prod-stock-row { display: flex; align-items: center; gap: 6px; margin-top: 6px; }
.prod-stock-dot { width: 6px; height: 6px; border-radius: 50%; flex-shrink: 0; }
.prod-stock-dot.in-stock { background: #4ade80; box-shadow: 0 0 6px rgba(74,222,128,0.6); }
.prod-stock-dot.oos { background: rgba(255,255,255,0.2); }
.prod-stock-label { font-size: 11px; font-weight: 700; letter-spacing: 0.5px; color: var(--text3); }
.prod-stock-dot.in-stock + .prod-stock-label { color: #4ade80; }

/* ═══════════════════════════════════════════════
   LIGHTBOX
═══════════════════════════════════════════════ */
.vc-lb { position: fixed; inset: 0; z-index: 10000; display: flex; align-items: center; justify-content: center; opacity: 0; pointer-events: none; transition: opacity 0.3s ease; }
.vc-lb.vc-lb-open { opacity: 1; pointer-events: all; }
.vc-lb-bd { position: absolute; inset: 0; background: rgba(7,2,14,0.93); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); cursor: zoom-out; }
.vc-lb-img-wrap { position: relative; z-index: 1; display: flex; align-items: center; justify-content: center; }
.vc-lb-img-wrap img { max-width: min(90vw, 1000px); max-height: 88vh; object-fit: contain; border-radius: 16px; box-shadow: 0 40px 120px rgba(0,0,0,0.8), 0 0 0 1px rgba(255,255,255,0.06); transform: scale(0.9); opacity: 0; transition: transform 0.4s cubic-bezier(0.34,1.56,0.64,1), opacity 0.3s ease; display: block; }
.vc-lb.vc-lb-open .vc-lb-img-wrap img { transform: scale(1); opacity: 1; }
.vc-lb-close { position: absolute; top: 20px; right: 24px; z-index: 2; background: rgba(255,255,255,0.07); border: 1.5px solid rgba(255,255,255,0.12); border-radius: 50%; width: 46px; height: 46px; display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.65); cursor: pointer; transition: all 0.2s; }
.vc-lb-close:hover { background: rgba(255,255,255,0.15); color: white; transform: scale(1.1); }
body.vc-no-scroll { overflow: hidden; }

/* ═══════════════════════════════════════════════
   SINGLE PRODUCT — gallery enhancements
═══════════════════════════════════════════════ */
.vc-sp-zoomable { cursor: zoom-in; }
.vc-sp-main-image { box-shadow: 0 0 60px rgba(123,53,193,0.12), 0 20px 60px rgba(0,0,0,0.4); }
.vc-sp-zoom-hint { position: absolute; bottom: 14px; right: 14px; width: 34px; height: 34px; border-radius: 50%; background: rgba(0,0,0,0.55); backdrop-filter: blur(6px); border: 1px solid rgba(255,255,255,0.15); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.6); opacity: 0; transition: opacity 0.25s; pointer-events: none; }
.vc-sp-main-image:hover .vc-sp-zoom-hint { opacity: 1; }

/* Single product info — staggered entrance */
@keyframes vc-sp-up { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
.vc-product-info > * { animation: vc-sp-up 0.45s ease both; }
.vc-product-cats    { animation-delay: 0.04s; }
.vc-product-title   { animation-delay: 0.09s; }
.vc-sp-price-row    { animation-delay: 0.14s; }
.vc-product-short-desc { animation-delay: 0.18s; }
.vc-sp-atc-wrap     { animation-delay: 0.23s; }
.vc-sp-trust-row    { animation-delay: 0.28s; }
.vc-product-meta    { animation-delay: 0.33s; }

/* Quantity input */
.vc-sp-atc-wrap .qty { background: var(--surface) !important; border: 1.5px solid rgba(255,255,255,0.1) !important; color: var(--text) !important; border-radius: 12px !important; padding: 13px 16px !important; font-family: 'Fredoka', sans-serif !important; font-size: 18px !important; font-weight: 700 !important; width: 80px !important; text-align: center !important; transition: border-color 0.2s !important; }
.vc-sp-atc-wrap .qty:focus { border-color: var(--accent) !important; outline: none !important; }

/* Add to Cart button */
.vc-sp-atc-wrap .single_add_to_cart_button.button { background: var(--accent) !important; color: white !important; border: none !important; border-radius: 50px !important; padding: 15px 36px !important; font-family: 'Fredoka', sans-serif !important; font-size: 18px !important; font-weight: 700 !important; cursor: pointer !important; transition: all 0.25s !important; box-shadow: 0 8px 32px rgba(123,53,193,0.4) !important; letter-spacing: 0.3px !important; }
.vc-sp-atc-wrap .single_add_to_cart_button.button:hover { background: var(--accent2) !important; transform: translateY(-2px) !important; box-shadow: 0 16px 48px rgba(123,53,193,0.5) !important; }
.vc-sp-atc-wrap .single_add_to_cart_button.loading { opacity: 0.7 !important; transform: none !important; }

/* Description section */
.vc-sp-desc-label { font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--accent3); margin-bottom: 10px; }
.vc-sp-desc-inner h2 { font-size: 2rem; margin-bottom: 0; position: relative; display: inline-block; }
.vc-sp-desc-inner h2::after { content: ''; position: absolute; bottom: -8px; left: 0; width: 36px; height: 3px; background: var(--accent); border-radius: 2px; }
.vc-sp-desc-inner { padding: 40px 0 60px; max-width: 800px; }
.vc-sp-desc-content { margin-top: 28px; }

/* Related products section */
.vc-related-inner .vc-tag { display: inline-block; margin-bottom: 10px; }
.vc-related-inner h2 { font-size: 2.2rem; margin-bottom: 28px; }

/* ═══════════════════════════════════════════════
   CATEGORY PAGE — CINEMATIC REVAMP
═══════════════════════════════════════════════ */

/* Ambient grid texture */
.vc-shop-masthead::before {
  content: '';
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(123,53,193,0.042) 1px, transparent 1px),
    linear-gradient(90deg, rgba(123,53,193,0.042) 1px, transparent 1px);
  background-size: 72px 72px;
  -webkit-mask-image: radial-gradient(ellipse at 65% 45%, rgba(0,0,0,0.65) 0%, transparent 72%);
  mask-image: radial-gradient(ellipse at 65% 45%, rgba(0,0,0,0.65) 0%, transparent 72%);
  pointer-events: none;
  z-index: 1;
}

/* Inner content always above decorations */
.vc-shop-masthead-inner { position: relative; z-index: 4; }

/* All-products (non-hero) masthead: richer ambient background */
.vc-shop-masthead:not(.vc-masthead-hero) {
  background:
    radial-gradient(ellipse at 82% 28%, rgba(123,53,193,0.14) 0%, transparent 52%),
    radial-gradient(ellipse at 12% 72%, rgba(155,79,232,0.08) 0%, transparent 48%);
  padding: 80px clamp(24px,6vw,100px) 56px;
}
.vc-shop-masthead:not(.vc-masthead-hero) .vc-shop-title {
  font-size: clamp(3rem, 7vw, 5.5rem);
}

/* Category hero: full cinematic */
.vc-masthead-hero {
  min-height: 540px;
  padding-top: 130px;
  padding-bottom: 90px;
}
.vc-masthead-hero .vc-shop-title {
  font-size: clamp(3.5rem, 9vw, 7rem);
  text-shadow: 0 0 80px rgba(192,128,255,0.22), 0 4px 32px rgba(0,0,0,0.6);
  letter-spacing: -3px;
  line-height: 0.93;
}
.vc-masthead-hero .vc-shop-desc {
  font-size: 17px; max-width: 480px;
  margin-top: 20px; color: rgba(255,255,255,0.65); line-height: 1.65;
}

/* Floating atmospheric orbs */
.vc-mast-orb { position: absolute; border-radius: 50%; pointer-events: none; z-index: 2; }
.vc-mast-orb-1 {
  width: 380px; height: 380px; top: -110px; right: 7%;
  background: radial-gradient(circle, rgba(155,79,232,0.16) 0%, transparent 68%);
  animation: vc-orb-drift 9s ease-in-out infinite;
}
.vc-mast-orb-2 {
  width: 220px; height: 220px; bottom: -40px; right: 28%;
  background: radial-gradient(circle, rgba(240,165,0,0.07) 0%, transparent 68%);
  animation: vc-orb-drift 13s ease-in-out infinite 3s;
}
.vc-mast-orb-3 {
  width: 140px; height: 140px; top: 32%; left: 56%;
  background: radial-gradient(circle, rgba(123,53,193,0.12) 0%, transparent 68%);
  animation: vc-orb-drift 11s ease-in-out infinite 6s;
}
@keyframes vc-orb-drift {
  0%, 100% { transform: translateY(0) scale(1); }
  50%       { transform: translateY(-22px) scale(1.06); }
}

/* Scroll indicator arrow */
.vc-scroll-arrow {
  display: inline-flex; flex-direction: column; align-items: center;
  gap: 5px; margin-top: 44px;
  color: rgba(255,255,255,0.28);
  font-family: 'Fredoka', sans-serif; font-size: 10px;
  font-weight: 600; letter-spacing: 2.5px; text-transform: uppercase;
}
.vc-scroll-arrow svg { animation: vc-arrow-bob 2.2s ease-in-out infinite; }
@keyframes vc-arrow-bob {
  0%, 100% { transform: translateY(0); opacity: 0.35; }
  50%       { transform: translateY(7px); opacity: 0.75; }
}

/* Count chip: glassmorphism */
.vc-cat-count-chip {
  display: inline-flex; align-items: center; gap: 10px;
  margin-top: 24px; padding: 8px 18px 8px 10px;
  background: rgba(192,128,255,0.07);
  border: 1px solid rgba(192,128,255,0.18);
  border-radius: 50px;
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
}
.vc-cat-count-num { font-size: 24px; line-height: 1; }

/* Filter pill shimmer */
.vc-filter-pill { position: relative; overflow: hidden; flex-shrink: 0; }
.vc-filter-pill.active {
  box-shadow: 0 4px 24px rgba(123,53,193,0.4), 0 0 0 1px rgba(255,255,255,0.08) inset;
}
.vc-filter-pill.active::after {
  content: '';
  position: absolute; top: 0; left: -120%;
  width: 60%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  animation: vc-pill-shine 2.5s ease infinite 1.2s;
}
@keyframes vc-pill-shine { from { left: -120%; } to { left: 220%; } }

/* Toolbar: subtle divider above */
.vc-shop-toolbar { border-top: 1px solid rgba(255,255,255,0.04); padding-top: 26px; margin-top: 14px; }

/* Product grid: staggered card entrance */
@keyframes vc-card-in {
  from { opacity: 0; transform: translateY(20px) scale(0.97); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}
.vc-product-grid .prod-card { animation: vc-card-in 0.55s cubic-bezier(0.22,1,0.36,1) both; }
.vc-product-grid .prod-card:nth-child(1)  { animation-delay: 0.04s; }
.vc-product-grid .prod-card:nth-child(2)  { animation-delay: 0.09s; }
.vc-product-grid .prod-card:nth-child(3)  { animation-delay: 0.14s; }
.vc-product-grid .prod-card:nth-child(4)  { animation-delay: 0.19s; }
.vc-product-grid .prod-card:nth-child(5)  { animation-delay: 0.24s; }
.vc-product-grid .prod-card:nth-child(6)  { animation-delay: 0.29s; }
.vc-product-grid .prod-card:nth-child(7)  { animation-delay: 0.34s; }
.vc-product-grid .prod-card:nth-child(8)  { animation-delay: 0.39s; }
.vc-product-grid .prod-card:nth-child(9)  { animation-delay: 0.44s; }
.vc-product-grid .prod-card:nth-child(10) { animation-delay: 0.49s; }
.vc-product-grid .prod-card:nth-child(11) { animation-delay: 0.54s; }
.vc-product-grid .prod-card:nth-child(12) { animation-delay: 0.59s; }

/* ═══════════════════════════════════════════════
   SINGLE PRODUCT — ELEVATED
═══════════════════════════════════════════════ */

/* Gallery: ambient radial glow behind image */
.vc-sp-gallery-col { position: relative; }
.vc-sp-gallery-col::after {
  content: '';
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  width: 130%; height: 130%;
  background: radial-gradient(circle at 50% 40%, rgba(123,53,193,0.22) 0%, transparent 65%);
  pointer-events: none; z-index: -1; filter: blur(28px);
}

/* Image frame: corner bracket decorations */
.vc-sp-img-frame { position: relative; border-radius: var(--radius-lg); }
.vc-sp-img-frame::before,
.vc-sp-img-frame::after {
  content: '';
  position: absolute; width: 52px; height: 52px;
  z-index: 4; pointer-events: none;
  transition: width 0.35s ease, height 0.35s ease, border-color 0.35s ease;
}
.vc-sp-img-frame::before {
  top: -1px; left: -1px;
  border-top: 2px solid rgba(192,128,255,0.42);
  border-left: 2px solid rgba(192,128,255,0.42);
  border-radius: calc(var(--radius-lg) + 1px) 0 0 0;
}
.vc-sp-img-frame::after {
  bottom: -1px; right: -1px;
  border-bottom: 2px solid rgba(192,128,255,0.42);
  border-right: 2px solid rgba(192,128,255,0.42);
  border-radius: 0 0 calc(var(--radius-lg) + 1px) 0;
}
.vc-sp-img-frame:hover::before,
.vc-sp-img-frame:hover::after {
  width: 80px; height: 80px;
  border-color: rgba(192,128,255,0.72);
}

/* Image itself: richer hover glow */
.vc-sp-main-image {
  transition: box-shadow 0.4s ease !important;
}
.vc-sp-img-frame:hover .vc-sp-main-image {
  box-shadow: 0 0 90px rgba(123,53,193,0.28), 0 32px 80px rgba(0,0,0,0.55) !important;
}

/* Info column: glass card container */
.vc-product-info {
  background: linear-gradient(145deg, rgba(28,11,63,0.38) 0%, rgba(17,6,38,0.18) 100%);
  border: 1px solid rgba(255,255,255,0.055);
  border-radius: var(--radius-lg);
  padding: 36px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  animation: vc-sp-up 0.5s 0.04s ease both;
}

/* Price row: subtle gold card */
.vc-sp-price-row {
  background: linear-gradient(135deg, rgba(240,165,0,0.06) 0%, rgba(240,165,0,0.02) 100%);
  border: 1px solid rgba(240,165,0,0.13);
  border-radius: var(--radius);
  padding: 16px 20px;
}
.vc-product-price .woocommerce-Price-amount,
.vc-product-price .amount {
  font-size: 2.5rem !important;
  text-shadow: 0 0 28px rgba(240,165,0,0.4) !important;
}

/* Stock dot: glowing pulse */
.vc-sp-stock.in-stock .vc-sp-stock-dot {
  animation: vc-stock-pulse 2.5s ease-in-out infinite;
}
@keyframes vc-stock-pulse {
  0%, 100% { box-shadow: 0 0 6px rgba(74,222,128,0.5); }
  50%       { box-shadow: 0 0 14px rgba(74,222,128,0.9), 0 0 24px rgba(74,222,128,0.3); }
}

/* Trust row: mini cards */
.vc-sp-trust-row {
  display: flex !important; flex-wrap: nowrap !important;
  gap: 10px !important; padding: 0 !important;
  background: transparent !important; border: none !important;
}
.vc-sp-trust-item {
  flex: 1;
  display: flex !important; flex-direction: column !important;
  align-items: flex-start !important; gap: 6px !important;
  padding: 14px !important;
  background: rgba(255,255,255,0.022) !important;
  border: 1px solid rgba(255,255,255,0.06) !important;
  border-radius: 14px !important;
  font-size: 11px !important; font-weight: 700 !important;
  letter-spacing: 0.3px !important; color: var(--text3) !important;
  transition: border-color .25s, background .25s, transform .25s;
}
.vc-sp-trust-item:hover {
  border-color: rgba(123,53,193,0.3) !important;
  background: rgba(123,53,193,0.07) !important;
  transform: translateY(-2px);
}
.vc-sp-trust-item svg { color: var(--accent3) !important; }

/* Product meta card */
.vc-product-meta {
  padding: 14px 18px;
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.05);
  border-radius: 12px;
  margin-top: 0;
}

/* Description: more breathing room */
.vc-sp-desc-inner { padding: 56px 0 72px; max-width: 760px; }
.vc-sp-desc-content { font-size: 16px; line-height: 1.85; }

/* Related products: bordered top */
.vc-related-inner {
  border-top: 1px solid rgba(255,255,255,0.05);
  padding: 60px 0 80px;
}
.vc-related-inner h2 { font-size: 2.6rem; letter-spacing: -1.5px; }

/* Breadcrumb: refined */
.vc-sp-breadcrumb { padding: 32px clamp(24px,6vw,100px) 0; opacity: 0.72; }

/* ═══════════════════════════════════════════════
   SINGLE PRODUCT — ELEGANCE PASS
   (image sizing + dropdown softness)
═══════════════════════════════════════════════ */

/* Asymmetric columns: gallery ~42%, info ~58% */
.vc-single-product {
  grid-template-columns: 1fr 1.4fr !important;
  gap: 48px !important;
}

/* Cap image height — aspect-ratio:1 at 42% column = ~560px square */
.vc-sp-main-image {
  aspect-ratio: unset !important;
  max-height: 460px !important;
  min-height: 280px !important;
}

/* Thumbnails: slightly smaller to match proportional gallery */
.vc-sp-thumbs { gap: 8px; margin-top: 10px; }
.vc-sp-thumb { width: 62px; height: 62px; }
.vc-sp-thumb img { width: 100%; height: 100%; object-fit: cover; }

/* Product title: tighter */
.vc-product-title { font-size: clamp(1.6rem, 3.5vw, 2.4rem) !important; margin-bottom: 12px !important; }

/* ═══════════════════════════════════════════════
   GLOBAL SELECT SYSTEM — all WooCommerce pages
   Covers: product, archives, cart, checkout
═══════════════════════════════════════════════ */

/* Shared SVG chevron (URL-encoded, commas as %2C) */
:root {
  --vc-select-arrow: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='rgba(192%2C128%2C255%2C0.65)' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
}

/* Base: every WooCommerce select across all pages */
.woocommerce select,
.woocommerce-page select,
.woocommerce-checkout select,
.woocommerce-cart select,
.variations select,
.woocommerce-ordering select,
select.state_select,
select.country_select,
#billing_country,
#billing_state,
#shipping_country,
#shipping_state,
.wc-block-components-select__container select,
.wc-block-components-country-input select {
  -webkit-appearance: none !important;
  appearance: none !important;
  /* Solid bg so option text is always visible (rgba doesn't work on OS-rendered options) */
  background-color: #1a0938 !important;
  background-image: var(--vc-select-arrow) !important;
  background-repeat: no-repeat !important;
  background-position: right 14px center !important;
  background-size: 16px 16px !important;
  border: 1.5px solid rgba(192,128,255,0.18) !important;
  border-radius: 14px !important;
  color: #e8d8ff !important;
  font-family: 'Fredoka', sans-serif !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  padding: 12px 40px 12px 16px !important;
  cursor: pointer !important;
  transition: border-color 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease !important;
  box-shadow: 0 2px 12px rgba(0,0,0,0.25) !important;
}

/* option elements: must use solid dark background — no transparency */
.woocommerce select option,
.woocommerce-page select option,
.woocommerce-checkout select option,
.woocommerce-cart select option,
.variations select option,
.woocommerce-ordering select option,
select.state_select option,
select.country_select option {
  background-color: #1a0938 !important;
  color: #e8d8ff !important;
}

/* Hover state */
.woocommerce select:hover,
.woocommerce-page select:hover,
.variations select:hover,
.woocommerce-ordering select:hover,
select.state_select:hover,
select.country_select:hover {
  border-color: rgba(192,128,255,0.42) !important;
  background-color: #200b44 !important;
}

/* Focus state: soft purple glow ring */
.woocommerce select:focus,
.woocommerce-page select:focus,
.variations select:focus,
.woocommerce-ordering select:focus,
select.state_select:focus,
select.country_select:focus {
  outline: none !important;
  border-color: rgba(123,53,193,0.75) !important;
  box-shadow: 0 0 0 3px rgba(123,53,193,0.18), 0 4px 20px rgba(123,53,193,0.14) !important;
  background-color: #200b44 !important;
}

/* Variations table: clean layout */
.variations { border: none !important; width: 100% !important; }
.variations td, .variations th { padding: 6px 0 !important; vertical-align: middle !important; }
.variations td.label { width: auto !important; padding-right: 14px !important; white-space: nowrap !important; }
.variations td.label label { font-size: 12px !important; font-weight: 700 !important; letter-spacing: 0.8px !important; text-transform: uppercase !important; color: var(--text3) !important; }

/* Catalog ordering: compact pill variant */
.woocommerce-ordering select {
  border-radius: 50px !important;
  font-size: 13px !important;
  padding: 9px 36px 9px 16px !important;
  min-width: 140px !important;
  max-width: 200px !important;
}
.woocommerce-ordering { margin: 0 !important; }

/* Checkout/cart select sizing */
.woocommerce-checkout select,
.woocommerce-cart select,
select.state_select,
select.country_select {
  width: 100% !important;
  max-width: 100% !important;
  border-radius: 12px !important;
  font-size: 14px !important;
}

/* ── Responsive ── */
@media (max-width: 900px) {
  .vc-masthead-hero { min-height: 380px; padding-top: 80px; padding-bottom: 60px; }
  .vc-masthead-hero .vc-shop-title { font-size: clamp(2.5rem,8vw,4.5rem); letter-spacing: -2px; }
  .vc-product-info { padding: 24px 20px; }
  .vc-sp-trust-row { flex-wrap: wrap !important; }
  .vc-sp-trust-item { min-width: calc(50% - 5px); }
  .vc-single-product { grid-template-columns: 1fr !important; gap: 32px !important; }
  .vc-sp-main-image { max-height: 340px !important; }
}
@media (max-width: 600px) {
  .vc-mast-orb { display: none; }
  .vc-scroll-arrow { display: none; }
  .vc-masthead-hero .vc-shop-title { letter-spacing: -1.5px; }
  .vc-sp-main-image { max-height: 280px !important; }
}

/* ═══════════════════════════════════════════════
   CHECKOUT — ATMOSPHERIC REVAMP
   (supplements base checkout CSS at L302)
═══════════════════════════════════════════════ */

/* Ambient page atmosphere — fixed overlay so it covers the full viewport */
.vc-checkout-wrap::before {
  content: '';
  position: fixed; inset: 0;
  background:
    radial-gradient(ellipse at 78% 12%, rgba(123,53,193,0.13) 0%, transparent 50%),
    radial-gradient(ellipse at 12% 75%, rgba(155,79,232,0.07) 0%, transparent 45%),
    radial-gradient(ellipse at 90% 65%, rgba(240,165,0,0.04) 0%, transparent 38%);
  pointer-events: none; z-index: 0;
}

/* Header: grid texture + glow */
.vc-checkout-header {
  position: relative; overflow: hidden;
}
.vc-checkout-header::before {
  content: '';
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(123,53,193,0.038) 1px, transparent 1px),
    linear-gradient(90deg, rgba(123,53,193,0.038) 1px, transparent 1px);
  background-size: 62px 62px;
  -webkit-mask-image: radial-gradient(ellipse at 60% 50%, black 0%, transparent 75%);
  mask-image: radial-gradient(ellipse at 60% 50%, black 0%, transparent 75%);
  pointer-events: none; z-index: 0;
}
.vc-checkout-header::after {
  content: '';
  position: absolute;
  right: -60px; top: -60px;
  width: 360px; height: 360px;
  background: radial-gradient(circle, rgba(123,53,193,0.14) 0%, transparent 65%);
  pointer-events: none; z-index: 0;
  animation: vc-orb-drift 10s ease-in-out infinite;
}
.vc-checkout-header > * { position: relative; z-index: 1; }

/* Progress steps: refined connector */
.vc-checkout-steps { gap: 0; }
.vc-step-line {
  flex: 1;
  height: 2px;
  background: linear-gradient(90deg, rgba(123,53,193,0.4), rgba(123,53,193,0.1));
  max-width: 100px;
  margin-bottom: 22px;
  position: relative;
  overflow: hidden;
}
.vc-step-line::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(90deg, transparent, rgba(192,128,255,0.5), transparent);
  animation: vc-pill-shine 3.5s ease infinite;
}
.vc-step-num { transition: transform 0.25s ease, box-shadow 0.25s ease; }
.vc-step-active .vc-step-num { transform: scale(1.08); }

/* Section cards: entrance animation + glass */
@keyframes vc-checkout-up {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}
.vc-checkout-section {
  animation: vc-checkout-up 0.55s 0.08s cubic-bezier(0.22,1,0.36,1) both;
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  background: linear-gradient(145deg, rgba(28,11,63,0.6) 0%, rgba(17,6,38,0.4) 100%) !important;
  border: none !important;
  transition: box-shadow 0.3s ease;
}
.vc-checkout-section:hover {
  box-shadow: 0 12px 48px rgba(0,0,0,0.28);
}

/* Order summary: floats with shadow depth, no border */
.vc-order-summary-card {
  animation: vc-checkout-up 0.55s 0.18s cubic-bezier(0.22,1,0.36,1) both;
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  background: linear-gradient(160deg, rgba(28,11,63,0.65) 0%, rgba(17,6,38,0.45) 100%) !important;
  border: none !important;
  box-shadow: 0 20px 60px rgba(0,0,0,0.35);
}

/* Form fields: 2-column layout for first/last name side-by-side */
.vc-checkout-form .woocommerce-billing-fields__field-wrapper,
.vc-checkout-form .woocommerce-shipping-fields__field-wrapper {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 0 20px !important;
  align-items: start;
}
.vc-checkout-form .form-row-wide {
  grid-column: 1 / -1 !important;
}
.vc-checkout-form .form-row-first,
.vc-checkout-form .form-row-last {
  float: none !important;
  width: 100% !important;
}

/* Input: richer focus animation */
.vc-checkout-form input.input-text,
.vc-checkout-form textarea {
  transition: border-color 0.22s ease, box-shadow 0.22s ease, background 0.22s ease !important;
}
.vc-checkout-form input.input-text:focus,
.vc-checkout-form textarea:focus {
  box-shadow: 0 0 0 3px rgba(123,53,193,0.14), 0 4px 20px rgba(123,53,193,0.1) !important;
  transform: none;
}

/* Order total row: gold highlight treatment */
.vc-checkout-form .order-total {
  position: relative;
}
.vc-checkout-form .order-total td,
.vc-checkout-form .order-total th {
  padding-top: 22px !important;
  border-bottom: none !important;
}
.vc-checkout-form .order-total th {
  color: var(--text) !important;
  font-size: 14px !important; letter-spacing: 0.5px;
}
.vc-checkout-form .order-total .amount {
  font-size: 1.9rem !important;
  text-shadow: 0 0 28px rgba(240,165,0,0.45) !important;
}

/* Payment section header label */
.vc-checkout-form #payment h3,
.vc-checkout-form #payment .vc-checkout-section-header {
  font-family: 'Fredoka', sans-serif;
}

/* Payment method items: hover glow */
.vc-checkout-form #payment ul.payment_methods li {
  transition: border-color 0.22s ease, background 0.22s ease, box-shadow 0.22s ease !important;
}
.vc-checkout-form #payment ul.payment_methods li:has(input:checked) {
  box-shadow: 0 0 20px rgba(123,53,193,0.18) !important;
}

/* Place Order button: breathing glow */
@keyframes vc-cta-breathe {
  0%, 100% { box-shadow: 0 8px 32px rgba(123,53,193,0.45) !important; }
  50%       { box-shadow: 0 12px 48px rgba(123,53,193,0.65), 0 0 60px rgba(123,53,193,0.18) !important; }
}
.vc-checkout-form #place_order,
.vc-checkout-form .place-order .button {
  animation: vc-cta-breathe 3s ease-in-out infinite !important;
  letter-spacing: 0.8px !important;
}
.vc-checkout-form #place_order:hover,
.vc-checkout-form .place-order .button:hover {
  animation: none !important;
}

/* PACI address lookup: full dark treatment */
[class*="paci-"],
[class*="flexible-checkout-"] {
  background: transparent !important;
  color: var(--text) !important;
}
[class*="paci-"] h1, [class*="paci-"] h2, [class*="paci-"] h3,
[class*="paci-"] h4, [class*="paci-"] h5, [class*="paci-"] label,
[class*="flexible-checkout-"] label {
  color: var(--text2) !important;
  font-family: 'Fredoka', sans-serif !important;
}
/* PACI section wrapper / header card */
.paci-address-lookup, .paci-finder-wrap,
[class*="paci-wrap"], [class*="paci-section"],
[class*="flexible-checkout-field__fcf"] {
  background: var(--surface) !important;
  border: 1px solid rgba(255,255,255,0.07) !important;
  border-radius: 16px !important;
  padding: 24px !important;
  margin-bottom: 20px !important;
}
/* PACI "FIND ADDRESS" heading-like buttons or titles */
[class*="paci-"] .paci-title,
[class*="paci-"] > h2, [class*="paci-"] > h3,
[class*="paci-"] > p.paci-heading,
body.woocommerce-checkout .fcf-field-title,
body.woocommerce-checkout .fcf-section-title {
  font-family: 'Fredoka', sans-serif !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  color: var(--text3) !important;
  margin-bottom: 16px !important;
}
[class*="paci-"] input,
[class*="paci-"] select {
  background-color: #1a0938 !important;
  border: 1.5px solid rgba(192,128,255,0.18) !important;
  border-radius: 14px !important;
  color: #e8d8ff !important;
  font-family: 'Fredoka', sans-serif !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  padding: 13px 16px !important;
  width: 100% !important;
  box-shadow: 0 2px 12px rgba(0,0,0,0.25) !important;
}
[class*="paci-"] input:focus,
[class*="paci-"] select:focus {
  border-color: rgba(123,53,193,0.75) !important;
  background-color: #200b44 !important;
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(123,53,193,0.18) !important;
}
/* PACI action button (Find Address) */
[class*="paci-"] button:not([type="submit"]),
[class*="paci-"] .paci-btn,
body.woocommerce-checkout [class*="paci-"] .button:not(#place_order) {
  background: var(--surface2) !important;
  border: 1.5px solid rgba(192,128,255,0.25) !important;
  border-radius: 50px !important;
  color: var(--text2) !important;
  font-family: 'Fredoka', sans-serif !important;
  font-weight: 600 !important;
  padding: 10px 24px !important;
  cursor: pointer !important;
  transition: all 0.2s !important;
}
[class*="paci-"] button:not([type="submit"]):hover {
  background: rgba(123,53,193,0.2) !important;
  border-color: var(--accent) !important;
  color: var(--text) !important;
}

/* WooCommerce breadcrumb bar — dark override */
body.woocommerce-checkout .woocommerce-breadcrumb,
body.woocommerce-cart .woocommerce-breadcrumb,
.woocommerce-breadcrumb {
  background: transparent !important;
  color: var(--text3) !important;
  font-size: 13px !important;
  padding: 20px clamp(28px,5vw,80px) 0 !important;
  margin: 0 !important;
  border: none !important;
}
.woocommerce-breadcrumb a {
  color: var(--text3) !important;
  text-decoration: none !important;
  transition: color 0.2s !important;
}
.woocommerce-breadcrumb a:hover { color: var(--accent3) !important; }

/* Place Order: ensure wrapper and button are full width */
.vc-checkout-form .place-order,
.woocommerce-checkout .place-order {
  width: 100% !important;
  padding: 0 !important;
}
.vc-checkout-form .place-order #place_order,
.woocommerce-checkout #place_order {
  width: 100% !important;
  display: block !important;
}

/* Security badge: pulsing green dot */
.vc-checkout-secure svg {
  animation: vc-stock-pulse 3s ease-in-out infinite;
}

/* ── Checkout responsive ── */
@media (max-width: 768px) {
  .vc-checkout-form .woocommerce-billing-fields__field-wrapper,
  .vc-checkout-form .woocommerce-shipping-fields__field-wrapper {
    grid-template-columns: 1fr !important;
    gap: 0 !important;
  }
  .vc-checkout-form .form-row-first,
  .vc-checkout-form .form-row-last {
    grid-column: 1 / -1 !important;
  }
}


/* ═══════════════════════════════════════════════════════
   MY ACCOUNT PAGES
   ═══════════════════════════════════════════════════════ */

body.woocommerce-account,
body.woocommerce-account #wrapper,
body.woocommerce-account #main { background: #07020E !important; color: var(--text) !important; }
/* Unlock Avada's site-width container on account pages */
body.woocommerce-account #main .fusion-row,
body.woocommerce-account #main .post-content,
body.woocommerce-account .entry-content { max-width: 100% !important; width: 100% !important; padding: 0 !important; background: transparent !important; }

/* Strip Avada wrappers on account pages */
body.woocommerce-account .woocommerce-container,
body.woocommerce-account section#content,
body.woocommerce-account #content { background: transparent !important; border: none !important; box-shadow: none !important; padding: 0 !important; margin: 0 !important; width: 100% !important; max-width: 100% !important; }
body.woocommerce-account .woocommerce { background: transparent !important; padding: 0 !important; width: 100% !important; }
/* Breadcrumb bar: dark on account pages */
body.woocommerce-account .fusion-breadcrumbs,
body.woocommerce-account .fusion-page-title-bar,
body.woocommerce-account .fusion-page-title-wrapper { background: #07020E !important; border: none !important; }
body.woocommerce-account .fusion-breadcrumbs a,
body.woocommerce-account .fusion-breadcrumbs span { color: var(--text3) !important; }
/* Orders table: full width, scroll content card if viewport is narrow */
.woocommerce-orders-table { display: table !important; width: 100% !important; min-width: 480px; table-layout: auto; }
.woocommerce-orders-table thead th,
.woocommerce-orders-table tbody td { white-space: nowrap; }
.woocommerce-orders-table__cell-order-number { min-width: 80px; }
.woocommerce-orders-table__cell-order-date   { min-width: 100px; }
.woocommerce-orders-table__cell-order-status { min-width: 110px; }
.woocommerce-orders-table__cell-order-total  { min-width: 100px; }
.woocommerce-orders-table__cell-order-actions { min-width: 90px; }
.woocommerce-MyAccount-content { overflow-x: auto; }

/* ── Page Wrap ── */
.vc-account-wrap { padding: 0 clamp(28px,5vw,80px) 56px; background: #07020E; position: relative; }
.vc-account-wrap::before { content: ''; position: fixed; inset: 0; background: radial-gradient(ellipse 70% 60% at 80% 15%, rgba(123,53,193,0.1) 0%, transparent 65%), radial-gradient(ellipse 50% 40% at 5% 80%, rgba(192,128,255,0.06) 0%, transparent 60%); pointer-events: none; z-index: 0; }

/* ── Header ── */
.vc-account-header { padding: 56px 0 44px; position: relative; z-index: 1; }
.vc-account-title { font-family: 'Fredoka', sans-serif; font-size: clamp(1.8rem,3.5vw,2.8rem); font-weight: 700; color: var(--text); margin: 12px 0 8px; line-height: 1.15; }
.vc-account-subtitle { font-size: 15px; color: var(--text3); font-family: 'Nunito', sans-serif; }

/* ── Two-column Layout ── */
.vc-account-layout { display: grid; grid-template-columns: 272px 1fr; gap: 36px; align-items: start; position: relative; z-index: 1; }

/* ── Sidebar Navigation ── */
.vc-account-nav { background: var(--surface); border-radius: var(--radius-lg); padding: 18px 10px; position: sticky; top: calc(var(--nav-h) + 24px); box-shadow: 0 8px 40px rgba(0,0,0,0.32); overflow: hidden; }
.vc-account-nav::before { content: ''; position: absolute; inset: 0; background: linear-gradient(145deg, rgba(123,53,193,0.07) 0%, transparent 55%); pointer-events: none; }
.vc-account-nav ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 2px; }
.vc-account-nav li { display: block; }

.vc-account-nav-item { display: flex; align-items: center; gap: 11px; padding: 11px 16px; border-radius: 13px; color: var(--text2); font-family: 'Fredoka', sans-serif; font-size: 15px; font-weight: 600; text-decoration: none; transition: background 0.18s, color 0.18s; position: relative; }
.vc-account-nav-item svg { flex-shrink: 0; opacity: 0.65; transition: opacity 0.18s; }
.vc-account-nav-item:hover { background: rgba(192,128,255,0.08); color: var(--text); text-decoration: none; }
.vc-account-nav-item:hover svg { opacity: 1; }
.woocommerce-MyAccount-navigation-link.is-active .vc-account-nav-item { background: rgba(123,53,193,0.22); color: var(--accent3); box-shadow: inset 0 0 0 1.5px rgba(192,128,255,0.2); }
.woocommerce-MyAccount-navigation-link.is-active .vc-account-nav-item svg { opacity: 1; color: var(--accent3); }

.vc-account-nav-logout { color: rgba(255,110,110,0.65) !important; margin-top: 6px; }
.vc-account-nav-logout:hover { background: rgba(220,50,50,0.1) !important; color: #ff9090 !important; }

/* ── Content Area ── */
.woocommerce-MyAccount-content { background: var(--surface); border-radius: var(--radius-lg); padding: 40px; box-shadow: 0 8px 32px rgba(0,0,0,0.24); min-height: 420px; animation: vc-checkout-up 0.55s 0.1s cubic-bezier(0.22,1,0.36,1) both; }

.woocommerce-MyAccount-content h2 { font-family: 'Fredoka', sans-serif; font-size: 1.45rem; font-weight: 700; color: var(--text); margin-bottom: 24px; padding-bottom: 16px; border-bottom: 1px solid rgba(192,128,255,0.09); }
.woocommerce-MyAccount-content h3 { font-family: 'Fredoka', sans-serif; font-size: 1.15rem; font-weight: 700; color: var(--text2); margin-bottom: 14px; }

/* Dashboard paragraphs */
.woocommerce-MyAccount-content > p { color: var(--text2); font-size: 15px; line-height: 1.75; margin-bottom: 14px; }
.woocommerce-MyAccount-content > p a { color: var(--accent3); font-weight: 600; text-decoration: none; }
.woocommerce-MyAccount-content > p a:hover { color: var(--accent2); }
.woocommerce-MyAccount-content > p strong { color: var(--text); font-family: 'Fredoka', sans-serif; font-size: 1.05em; }

/* ── Orders Table ── */
.woocommerce-orders-table { width: 100%; border-collapse: collapse; margin-top: 4px; }
.woocommerce-orders-table thead th { font-family: 'Fredoka', sans-serif; font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--text3); padding: 0 12px 14px 0; border-bottom: 1px solid rgba(255,255,255,0.07); text-align: left; font-weight: 600; }
.woocommerce-orders-table tbody td { padding: 15px 12px 15px 0; border-bottom: 1px solid rgba(255,255,255,0.04); color: var(--text2); font-size: 14px; vertical-align: middle; }
.woocommerce-orders-table tbody tr:last-child td { border-bottom: none; }
.woocommerce-orders-table__cell-order-number a { font-family: 'Fredoka', sans-serif; font-size: 16px; font-weight: 700; color: var(--accent3); text-decoration: none; }
.woocommerce-orders-table__cell-order-number a:hover { color: var(--accent2); }
.woocommerce-orders-table__cell-order-total .woocommerce-Price-amount { font-family: 'Fredoka', sans-serif; font-size: 15px; font-weight: 700; color: var(--gold); }

/* Order status badges */
mark.order-status { background: none; padding: 4px 12px; border-radius: 20px; font-family: 'Fredoka', sans-serif; font-size: 13px; font-weight: 600; }
mark.order-status.status-processing { background: rgba(123,53,193,0.2); color: var(--accent3); }
mark.order-status.status-completed  { background: rgba(80,200,100,0.15); color: #7ee88a; }
mark.order-status.status-on-hold    { background: rgba(240,165,0,0.15); color: var(--gold2); }
mark.order-status.status-cancelled  { background: rgba(220,50,50,0.15); color: #ff8080; }
mark.order-status.status-failed     { background: rgba(220,50,50,0.15); color: #ff8080; }
mark.order-status.status-pending    { background: rgba(255,255,255,0.07); color: var(--text3); }
mark.order-status.status-refunded   { background: rgba(255,255,255,0.07); color: var(--text3); }

/* "View" button in orders table */
.woocommerce-orders-table__cell-order-actions .woocommerce-button,
.woocommerce-orders-table__cell-order-actions .button { background: rgba(123,53,193,0.18); color: var(--accent3); border: 1px solid rgba(123,53,193,0.35); border-radius: 50px; padding: 7px 18px; font-family: 'Fredoka', sans-serif; font-size: 13px; font-weight: 600; text-decoration: none; display: inline-block; transition: all 0.2s; }
.woocommerce-orders-table__cell-order-actions .woocommerce-button:hover,
.woocommerce-orders-table__cell-order-actions .button:hover { background: rgba(123,53,193,0.35); transform: translateY(-2px); color: white; }

/* ── Address Cards ── */
.woocommerce-Addresses { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.woocommerce-Address { background: var(--surface2); border-radius: var(--radius); padding: 28px; border: 1px solid rgba(192,128,255,0.08); }
.woocommerce-Address-title { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; }
.woocommerce-Address-title h3 { font-family: 'Fredoka', sans-serif; font-size: 1.05rem; font-weight: 700; color: var(--text); margin: 0; }
.woocommerce-Address-title .edit { font-family: 'Fredoka', sans-serif; font-size: 13px; color: var(--accent3); text-decoration: none; padding: 5px 14px; border-radius: 20px; border: 1px solid rgba(192,128,255,0.22); transition: all 0.18s; }
.woocommerce-Address-title .edit:hover { background: rgba(123,53,193,0.18); border-color: rgba(192,128,255,0.45); }
.woocommerce-Address address { font-style: normal; color: var(--text2); font-size: 14px; line-height: 1.85; }

/* ── Forms (edit-account, edit-address) ── */
.woocommerce-MyAccount-content .woocommerce-form-row,
.woocommerce-MyAccount-content p.form-row { margin-bottom: 20px; }
.woocommerce-MyAccount-content .woocommerce-form-row label,
.woocommerce-MyAccount-content p.form-row label { display: block; color: var(--text2); font-size: 12px; font-weight: 700; margin-bottom: 8px; font-family: 'Fredoka', sans-serif; letter-spacing: 0.5px; text-transform: uppercase; }
.woocommerce-MyAccount-content input[type="text"],
.woocommerce-MyAccount-content input[type="email"],
.woocommerce-MyAccount-content input[type="password"],
.woocommerce-MyAccount-content input[type="tel"],
.woocommerce-MyAccount-content textarea,
.woocommerce-MyAccount-content select { width: 100%; background: #1a0938 !important; border: 1.5px solid rgba(192,128,255,0.18) !important; border-radius: 14px !important; color: var(--text) !important; font-family: 'Nunito', sans-serif !important; font-size: 15px !important; padding: 13px 18px !important; outline: none !important; transition: border-color 0.2s, box-shadow 0.2s !important; box-shadow: 0 2px 12px rgba(0,0,0,0.25) !important; }
.woocommerce-MyAccount-content input:focus,
.woocommerce-MyAccount-content textarea:focus { border-color: rgba(192,128,255,0.5) !important; box-shadow: 0 0 0 3px rgba(123,53,193,0.15), 0 2px 12px rgba(0,0,0,0.25) !important; }
.woocommerce-MyAccount-content input::placeholder { color: var(--text3) !important; opacity: 1 !important; }

/* Password strength meter */
.woocommerce-MyAccount-content .woocommerce-password-strength { border-radius: 8px; padding: 8px 14px; margin-top: 8px; font-family: 'Fredoka', sans-serif; font-size: 13px; font-weight: 600; }

/* Fieldset (change password section) */
.woocommerce-MyAccount-content fieldset { border: 1px solid rgba(192,128,255,0.1); border-radius: 18px; padding: 28px; margin: 24px 0; }
.woocommerce-MyAccount-content fieldset legend { font-family: 'Fredoka', sans-serif; font-size: 15px; font-weight: 700; color: var(--accent3); padding: 0 12px; }

/* Submit buttons in forms */
.woocommerce-MyAccount-content .woocommerce-Button,
.woocommerce-MyAccount-content button[type="submit"],
.woocommerce-MyAccount-content input[type="submit"] { background: var(--accent) !important; color: white !important; border: none !important; border-radius: 50px !important; padding: 13px 36px !important; font-family: 'Fredoka', sans-serif !important; font-size: 16px !important; font-weight: 700 !important; cursor: pointer !important; transition: all 0.25s cubic-bezier(0.34,1.56,0.64,1) !important; box-shadow: 0 8px 32px rgba(123,53,193,0.4) !important; display: inline-flex !important; align-items: center !important; text-decoration: none !important; }
.woocommerce-MyAccount-content .woocommerce-Button:hover,
.woocommerce-MyAccount-content button[type="submit"]:hover,
.woocommerce-MyAccount-content input[type="submit"]:hover { background: var(--accent2) !important; transform: translateY(-3px) !important; box-shadow: 0 16px 48px rgba(123,53,193,0.55) !important; }

/* Checkbox */
.woocommerce-MyAccount-content input[type="checkbox"] { accent-color: var(--accent); width: 16px; height: 16px; }

/* ── View Order page ── */
.woocommerce-order-overview { display: flex; flex-wrap: wrap; gap: 16px; margin-bottom: 32px; padding: 0; list-style: none; }
.woocommerce-order-overview li { background: var(--surface2); border-radius: 14px; padding: 16px 22px; border: 1px solid rgba(192,128,255,0.08); font-size: 13px; color: var(--text3); font-family: 'Fredoka', sans-serif; min-width: 130px; }
.woocommerce-order-overview li strong { display: block; color: var(--text); font-size: 16px; margin-top: 4px; }
.woocommerce-order-overview .woocommerce-Price-amount { color: var(--gold); }

.woocommerce-table--order-details { width: 100%; border-collapse: collapse; margin-bottom: 28px; }
.woocommerce-table--order-details thead th { font-family: 'Fredoka', sans-serif; font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--text3); padding-bottom: 14px; border-bottom: 1px solid rgba(255,255,255,0.07); text-align: left; font-weight: 600; }
.woocommerce-table--order-details tbody td { padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,0.04); color: var(--text2); font-size: 14px; }
.woocommerce-table--order-details tbody tr:last-child td { border-bottom: none; }
.woocommerce-table--order-details .product-name a { color: var(--accent3); text-decoration: none; font-weight: 600; }
.woocommerce-table--order-details tfoot tr th,
.woocommerce-table--order-details tfoot tr td { padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,0.04); color: var(--text3); font-size: 14px; }
.woocommerce-table--order-details tfoot tr:last-child th,
.woocommerce-table--order-details tfoot tr:last-child td { border-bottom: none; font-family: 'Fredoka', sans-serif; font-size: 1.2rem; font-weight: 700; color: var(--gold); }

.woocommerce-customer-details { margin-top: 12px; }
.woocommerce-customer-details .woocommerce-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 8px; }
.woocommerce-column { background: var(--surface2); border-radius: var(--radius); padding: 24px; border: 1px solid rgba(192,128,255,0.08); }
.woocommerce-column__title { font-family: 'Fredoka', sans-serif; font-size: 1rem; font-weight: 700; color: var(--accent3); margin-bottom: 12px; }
.woocommerce-column address { font-style: normal; color: var(--text2); line-height: 1.85; font-size: 14px; }

/* ── Login / Register forms ── */
.woocommerce-account .u-columns.col2-set { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: start; }
.woocommerce-account .u-columns.col2-set .col-1,
.woocommerce-account .u-columns.col2-set .col-2 { background: var(--surface); border-radius: var(--radius-lg); padding: 36px; box-shadow: 0 8px 32px rgba(0,0,0,0.22); }
.woocommerce-form-login__rememberme,
.woocommerce-form-register .woocommerce-privacy-policy-text { color: var(--text3); font-size: 13px; }

/* ── Notices ── */
.woocommerce-MyAccount-content .woocommerce-message,
.woocommerce-MyAccount-content .woocommerce-info,
.woocommerce-MyAccount-content .woocommerce-error { border-radius: 14px; padding: 14px 20px; margin-bottom: 24px; font-family: 'Fredoka', sans-serif; font-size: 15px; list-style: none; }
.woocommerce-MyAccount-content .woocommerce-message { background: rgba(80,200,100,0.1); border-left: 3px solid #7ee88a; color: #a0f0a8; }
.woocommerce-MyAccount-content .woocommerce-info { background: rgba(123,53,193,0.12); border-left: 3px solid var(--accent3); color: var(--text2); }
.woocommerce-MyAccount-content .woocommerce-error { background: rgba(220,50,50,0.1); border-left: 3px solid #ff8080; color: #ff9999; }
.woocommerce-MyAccount-content .woocommerce-message a.button { margin-right: 12px; background: var(--accent); color: white; border-radius: 50px; padding: 7px 20px; font-family: 'Fredoka', sans-serif; font-size: 14px; font-weight: 600; text-decoration: none; transition: background 0.2s; }
.woocommerce-MyAccount-content .woocommerce-message a.button:hover { background: var(--accent2); }

/* ── Responsive ── */
@media (max-width: 900px) {
  .vc-account-layout { grid-template-columns: 1fr; }
  .vc-account-nav { position: relative; top: 0; }
  .vc-account-nav ul { flex-direction: row; flex-wrap: wrap; gap: 4px; }
  .vc-account-nav li { flex: 0 0 auto; }
  .vc-account-nav-item { padding: 9px 13px; font-size: 14px; }
  .woocommerce-Addresses { grid-template-columns: 1fr; }
  .woocommerce-customer-details .woocommerce-columns { grid-template-columns: 1fr; }
  .woocommerce-account .u-columns.col2-set { grid-template-columns: 1fr; }
  .woocommerce-MyAccount-content { padding: 28px 22px; }
}



/* ── Category Grid (shop front page) ──────────────────────── */
.vc-cat-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-bottom: 32px;
}
.vc-cat-card {
    position: relative;
    display: block;
    flex: 0 0 calc(25% - 15px);
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 4/3;
    text-decoration: none;
    color: #fff;
    box-shadow: 0 4px 24px rgba(0,0,0,.4);
    transition: transform .2s, box-shadow .2s;
}
.vc-cat-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 32px rgba(0,0,0,.6);
}
.vc-cat-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transition: transform .3s;
}
.vc-cat-card:hover .vc-cat-bg {
    transform: scale(1.05);
}
.vc-cat-glow {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,.75) 0%, rgba(0,0,0,.1) 60%, transparent 100%);
}
.vc-cat-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    background: rgba(255,255,255,.15);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,.25);
    border-radius: 20px;
    padding: 4px 10px;
    font-size: 11px;
    font-weight: 600;
    color: #fff;
    letter-spacing: .5px;
}
.vc-cat-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 16px;
}
.vc-cat-label {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    opacity: .7;
    margin-bottom: 4px;
}
.vc-cat-name {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    text-shadow: 0 1px 4px rgba(0,0,0,.5);
}
@media (max-width: 768px) {
    .vc-cat-grid { gap: 12px; }
    .vc-cat-grid .vc-cat-card { flex: 0 0 calc(50% - 6px); }
}
@media (max-width: 480px) {
    .vc-cat-grid .vc-cat-card { flex: 0 0 100%; }
}

/* ── Per-category shop sections ─────────────────────────── */
.vc-shop-sections { margin-top: 32px; }
.vc-cat-section { margin-bottom: 48px; }
.vc-cat-section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255,255,255,.1);
}
.vc-cat-section-title { font-size: 20px; font-weight: 700; color: #fff; margin: 0; }
.vc-cat-section-link {
    font-size: 13px;
    color: rgba(255,255,255,.55);
    text-decoration: none;
    transition: color .2s;
}
.vc-cat-section-link:hover { color: #fff; }
.vc-cat-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}
.vc-prod-card {
    position: relative;
    display: block;
    border-radius: 10px;
    overflow: hidden;
    text-decoration: none;
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.08);
    transition: transform .2s, box-shadow .2s;
}
.vc-prod-card:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(0,0,0,.4); }
.vc-prod-img { width: 100%; aspect-ratio: 1; background-size: cover; background-position: center; }
.vc-prod-badge {
    position: absolute;
    top: 8px; left: 8px;
    font-size: 10px; font-weight: 700;
    letter-spacing: .8px; text-transform: uppercase;
    padding: 3px 8px; border-radius: 4px; color: #fff;
}
.vc-prod-badge--feat { background: #7c3aed; }
.vc-prod-badge--new  { background: #059669; }
.vc-prod-info { padding: 12px; }
.vc-prod-name {
    font-size: 13px; font-weight: 600; color: #fff;
    margin-bottom: 4px; line-height: 1.3;
    display: -webkit-box; -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; overflow: hidden;
}
.vc-prod-price { font-size: 14px; font-weight: 700; color: #a78bfa; }
.vc-prod-price .woocommerce-Price-amount { color: #a78bfa; }
@media (max-width: 900px) { .vc-cat-row { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .vc-cat-row { grid-template-columns: repeat(2, 1fr); gap: 10px; } }
/* fallback bg for nav cards without a photo */
.vc-cat-bg { background: linear-gradient(135deg, #2d1b69 0%, #11054a 100%); }

/* ── Drill-down category navigation ─────────────────────── */
.vc-nav { margin-bottom: 32px; }
.vc-cat-view { display: none; }
.vc-cat-view.active { display: block; }
.vc-cat-view.active .vc-cat-grid { animation: vcNavIn .25s ease; }
@keyframes vcNavIn { from { opacity:0; transform:translateY(10px); } to { opacity:1; transform:none; } }
.vc-back-btn {
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.15);
    color: rgba(255,255,255,.8);
    padding: 8px 18px; border-radius: 24px;
    cursor: pointer; font-size: 14px; font-weight: 600;
    margin-bottom: 20px; transition: all .2s;
    display: inline-flex; align-items: center; gap: 6px;
}
.vc-back-btn:hover { background: rgba(167,139,250,.2); border-color: #a78bfa; color: #fff; }
.vc-cat-card.has-subs { cursor: pointer; }
.vc-cat-arrow {
    position: absolute; bottom: 10px; right: 12px;
    font-size: 18px; color: rgba(255,255,255,.5); line-height: 1;
    transition: color .2s, transform .15s;
}
.vc-cat-card.has-subs:hover .vc-cat-arrow { color: #fff; transform: translateX(3px); }
.vc-sub-hero { display: flex; justify-content: center; margin-bottom: 28px; }
.vc-sub-hero .vc-cat-card { width: 280px; flex-shrink: 0; }