/* RVT Design System v1.1 — modern premium cream/teal */
:root{
  --rvt-bg:#FBF3EC; --rvt-surface:#fff; --rvt-ink:#1A1A1A;
  --rvt-muted:#6E6A66; --rvt-accent:#2FA9A0; --rvt-accent-h:#238C85;
  --rvt-coral:#F0806F; --rvt-mint:#6FCFA8; --rvt-spark:#8B7FD8;
  --rvt-border:#EADFD5;
  --rvt-rs:8px; --rvt-rm:16px; --rvt-rl:24px; --rvt-rp:999px;
  --rvt-sh:0 8px 24px rgba(26,26,26,.06);
  --rvt-sh-lg:0 24px 60px rgba(26,26,26,.08);
  --rvt-h:'Satoshi','Space Grotesk',ui-sans-serif,system-ui,sans-serif;
  --rvt-b:'General Sans','DM Sans',ui-sans-serif,system-ui,sans-serif;
  --rvt-nav-h:74px;
}
*,*::before,*::after{box-sizing:border-box}
html,body{margin:0;padding:0}
body{background:var(--rvt-bg);color:var(--rvt-ink);font-family:var(--rvt-b);line-height:1.55;-webkit-font-smoothing:antialiased}
img{max-width:100%;height:auto;display:block}
a{color:var(--rvt-accent);text-decoration:none}
.rvt{max-width:1240px;margin:0 auto;padding:0 24px;width:100%}

/* Typography defaults everywhere */
h1,h2,h3,h4,h5{font-family:var(--rvt-h);font-weight:700;color:var(--rvt-ink);margin:0 0 16px}
h1{font-size:clamp(2.4rem,5.5vw,4rem);line-height:1.02;letter-spacing:-.02em}
h1 em,h2 em,h3 em{font-style:italic;color:var(--rvt-accent);font-family:var(--rvt-h)}
h2{font-size:clamp(1.75rem,3.2vw,2.6rem);line-height:1.1;letter-spacing:-.01em}
h3{font-size:1.25rem;line-height:1.25}
p{color:var(--rvt-ink);max-width:65ch;margin:0 0 12px}

/* ============ HEADER ============ */
.rvt-header{position:fixed;top:0;left:0;right:0;z-index:100;background:rgba(251,243,236,.88);backdrop-filter:saturate(140%) blur(14px);-webkit-backdrop-filter:saturate(140%) blur(14px);border-bottom:1px solid transparent;transition:all .25s ease}
.rvt-header-shrink{background:rgba(251,243,236,.96);border-bottom-color:var(--rvt-border);box-shadow:0 2px 20px rgba(26,26,26,.04)}
.rvt-nav{display:flex;align-items:center;justify-content:space-between;height:var(--rvt-nav-h);gap:24px}
.rvt-brand{display:inline-flex;align-items:center;gap:10px;color:var(--rvt-ink);font-family:var(--rvt-h);font-weight:700;font-size:1.1rem;letter-spacing:-.01em}
.rvt-brand em{font-style:italic;color:var(--rvt-accent);font-family:var(--rvt-h)}
.rvt-brand-mark{width:22px;height:22px;border-radius:6px;background:linear-gradient(135deg,#2FA9A0 0%,#8B7FD8 100%);display:inline-block;box-shadow:0 2px 8px rgba(47,169,160,.35)}
.rvt-nav-links{display:flex;gap:6px;align-items:center}
.rvt-nav-link{color:var(--rvt-ink);font-family:var(--rvt-b);font-weight:500;font-size:.95rem;padding:8px 14px;border-radius:var(--rvt-rp);transition:all .18s}
.rvt-nav-link:hover{background:rgba(26,26,26,.05)}
.rvt-nav-active{color:var(--rvt-accent)}
.rvt-nav-right{display:flex;gap:12px;align-items:center}
.rvt-cart{position:relative;width:40px;height:40px;border-radius:50%;background:var(--rvt-surface);border:1px solid var(--rvt-border);display:inline-flex;align-items:center;justify-content:center;color:var(--rvt-ink);transition:all .18s}
.rvt-cart:hover{background:var(--rvt-ink);color:#fff;border-color:var(--rvt-ink)}
.rvt-cart-count{position:absolute;top:-4px;right:-4px;min-width:18px;height:18px;padding:0 5px;border-radius:var(--rvt-rp);background:var(--rvt-coral);color:#fff;font-size:.68rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center;font-family:var(--rvt-b)}
.rvt-menu-btn{display:none;width:40px;height:40px;border:1px solid var(--rvt-border);background:var(--rvt-surface);border-radius:50%;cursor:pointer;padding:0;position:relative}
.rvt-menu-btn span{display:block;width:16px;height:1.5px;background:var(--rvt-ink);margin:3px auto;transition:all .2s}
.rvt-menu-btn.rvt-open span:nth-child(1){transform:translateY(4.5px) rotate(45deg)}
.rvt-menu-btn.rvt-open span:nth-child(2){opacity:0}
.rvt-menu-btn.rvt-open span:nth-child(3){transform:translateY(-4.5px) rotate(-45deg)}
@media(max-width:900px){
  .rvt-nav-links{position:fixed;top:var(--rvt-nav-h);left:0;right:0;background:var(--rvt-bg);flex-direction:column;padding:24px;gap:4px;border-bottom:1px solid var(--rvt-border);transform:translateY(-120%);opacity:0;pointer-events:none;transition:all .25s ease}
  .rvt-nav-links.rvt-open{transform:translateY(0);opacity:1;pointer-events:auto}
  .rvt-nav-link{padding:14px 16px;font-size:1rem;border-radius:var(--rvt-rm);text-align:left;width:100%}
  .rvt-menu-btn{display:inline-flex;align-items:center;justify-content:center;flex-direction:column}
}

/* ============ BUTTONS ============ */
.rvt-btn{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;border-radius:var(--rvt-rp);font-family:var(--rvt-b);font-weight:500;font-size:.95rem;text-decoration:none;border:0;transition:all .2s;cursor:pointer;line-height:1}
.rvt-p{background:var(--rvt-accent);color:#fff!important}
.rvt-p:hover{background:var(--rvt-accent-h);color:#fff!important;transform:translateY(-1px)}
.rvt-o{background:transparent;color:var(--rvt-ink)!important;border:1.5px solid var(--rvt-ink)}
.rvt-o:hover{background:var(--rvt-ink);color:#fff!important}
.rvt-cta-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:8px}

/* ============ FADE-IN ============ */
.rvt-fade{opacity:0;transform:translateY(24px);transition:opacity .7s ease, transform .7s ease}
.rvt-fade.rvt-in{opacity:1;transform:none}

/* ============ COMMON BITS ============ */
.rvt-eyebrow{font-weight:500;text-transform:uppercase;letter-spacing:.1em;font-size:.78rem;color:var(--rvt-muted);margin:0 0 12px;display:inline-flex;align-items:center;gap:8px}
.rvt-eyebrow::before{content:"";width:16px;height:1.5px;background:var(--rvt-accent);display:inline-block}
.rvt-sub{color:var(--rvt-muted);font-size:1.075rem;max-width:52ch;margin-bottom:28px!important;line-height:1.6}

/* ============ HERO ============ */
.rvt-hero{display:grid;grid-template-columns:1.15fr 1fr;gap:56px;align-items:center;padding:64px 0 88px;position:relative}
.rvt-hero-narrow{grid-template-columns:1fr;max-width:820px;padding:88px 0 48px}
.rvt-hero-copy{max-width:600px}
.rvt-hero-media{position:relative}
.rvt-hero-imgwrap{position:relative;aspect-ratio:1/1;background:radial-gradient(120% 100% at 50% 30%, #F5E9DC 0%, var(--rvt-bg) 60%);border-radius:var(--rvt-rl);display:flex;align-items:center;justify-content:center;overflow:visible;box-shadow:var(--rvt-sh-lg)}
.rvt-hero-imgwrap svg{width:78%;height:auto}
.rvt-spark{position:absolute;top:-6px;right:14%;width:14px;height:14px;border-radius:50%;background:var(--rvt-spark);box-shadow:0 0 20px rgba(139,127,216,.5)}
@media(max-width:900px){.rvt-hero{grid-template-columns:1fr;padding:32px 0 56px;gap:32px}}

/* ============ CATEGORY PILLS ============ */
.rvt-cats{display:flex;gap:12px;flex-wrap:wrap;padding:0 0 72px}
.rvt-pill{display:inline-flex;align-items:center;gap:8px;padding:11px 22px;border-radius:var(--rvt-rp);background:var(--rvt-surface);border:1px solid var(--rvt-border);color:var(--rvt-ink)!important;font-family:var(--rvt-b);font-weight:500;font-size:.92rem;transition:all .2s}
.rvt-pill span{color:var(--rvt-muted);font-weight:600;transition:color .2s}
.rvt-pill:hover{background:var(--rvt-ink);color:#fff!important;border-color:var(--rvt-ink);transform:translateY(-1px)}
.rvt-pill:hover span{color:#fff}

/* ============ SECTIONS ============ */
.rvt-section{padding:72px 0}
.rvt-section-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:36px;gap:24px;flex-wrap:wrap}
.rvt-section-head h2{margin-bottom:0}
.rvt-link{color:var(--rvt-accent);font-weight:500;font-size:.95rem}
.rvt-link:hover{color:var(--rvt-accent-h)}

/* ============ BENTO ============ */
.rvt-bento{display:grid;grid-template-columns:1.4fr 1fr 1fr;grid-template-rows:auto auto;gap:24px;padding:24px 0 96px}
.rvt-bg-big{grid-row:span 2;min-height:520px}
.rvt-bg-big,.rvt-bg-small{background:var(--rvt-surface);border:1px solid var(--rvt-border);border-radius:var(--rvt-rm);padding:32px;color:var(--rvt-ink)!important;box-shadow:var(--rvt-sh);display:flex;flex-direction:column;justify-content:space-between;transition:all .28s ease;text-decoration:none;position:relative;overflow:hidden}
.rvt-bg-big::before,.rvt-bg-small::before{content:"";position:absolute;inset:0;background:radial-gradient(120% 80% at 100% 0%, rgba(47,169,160,.08) 0%, transparent 60%);opacity:0;transition:opacity .28s ease;pointer-events:none}
.rvt-bg-big:hover,.rvt-bg-small:hover{transform:translateY(-6px);box-shadow:0 16px 40px rgba(26,26,26,.09);border-color:#DCC9B8}
.rvt-bg-big:hover::before,.rvt-bg-small:hover::before{opacity:1}
.rvt-bg-big svg,.rvt-bg-small svg,.rvt-bg-big img,.rvt-bg-small img{width:100%;max-width:280px;margin:16px auto 0;align-self:center;height:auto}
.rvt-bg-small svg,.rvt-bg-small img{max-width:200px}
.rvt-arrow{color:var(--rvt-accent);font-weight:500;margin-top:16px;display:inline-block;font-size:.95rem}
.rvt-badge{display:inline-block;padding:4px 12px;border-radius:var(--rvt-rp);background:var(--rvt-bg);border:1px solid var(--rvt-border);font-size:.72rem;font-weight:500;text-transform:uppercase;letter-spacing:.08em;color:var(--rvt-ink);margin-bottom:12px;font-family:var(--rvt-b)}
.rvt-b-mint{border-color:var(--rvt-mint);background:rgba(111,207,168,.12)}
.rvt-b-coral{border-color:var(--rvt-coral);background:rgba(240,128,111,.1)}
@media(max-width:900px){.rvt-bento{grid-template-columns:1fr 1fr}.rvt-bg-big{grid-row:auto;grid-column:span 2;min-height:auto}}
@media(max-width:600px){.rvt-bento{grid-template-columns:1fr}.rvt-bg-big{grid-column:auto;min-height:auto}}

/* ============ LIFESTYLE ============ */
.rvt-lifestyle{position:relative;padding:96px 40px;margin:32px 0 96px;background:linear-gradient(135deg,#2FA9A0 0%,#238C85 60%,#1F7570 100%);border-radius:var(--rvt-rl);overflow:hidden}
.rvt-lifestyle::before{content:"";position:absolute;top:-40%;right:-10%;width:60%;height:180%;background:radial-gradient(circle,rgba(255,255,255,.08) 0%,transparent 60%);pointer-events:none}
.rvt-lifestyle-panel{background:var(--rvt-bg);border-radius:var(--rvt-rm);padding:44px;max-width:500px;position:relative;box-shadow:0 20px 60px rgba(26,26,26,.15)}
.rvt-lifestyle-panel p{color:var(--rvt-muted);margin-bottom:24px}
@media(max-width:600px){.rvt-lifestyle{padding:56px 20px}.rvt-lifestyle-panel{padding:28px}}

/* ============ VALUES ============ */
.rvt-values{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;padding:64px 0;border-top:1px solid var(--rvt-border);border-bottom:1px solid var(--rvt-border);margin-bottom:0}
.rvt-values > div{display:flex;flex-direction:column;gap:6px}
.rvt-values > div h4{font-size:1.1rem;margin:0}
.rvt-values > div p{color:var(--rvt-muted);font-size:.95rem;margin:0}
.rvt-values-icon{width:36px;height:36px;border-radius:10px;background:rgba(47,169,160,.12);color:var(--rvt-accent);display:inline-flex;align-items:center;justify-content:center;margin-bottom:10px}
@media(max-width:700px){.rvt-values{grid-template-columns:1fr;gap:24px}}

/* ============ STORY (About) ============ */
.rvt-story{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center;padding:80px 0}
.rvt-story-media{aspect-ratio:4/3;background:linear-gradient(135deg,#F5E9DC 0%,#EADFD5 100%);border-radius:var(--rvt-rm);display:flex;align-items:center;justify-content:center;color:var(--rvt-ink);font-family:var(--rvt-h);font-weight:700;text-align:center;line-height:1.3;font-size:1.4rem;box-shadow:var(--rvt-sh);position:relative;overflow:hidden}
.rvt-story-media::after{content:"";position:absolute;top:20px;right:20px;width:14px;height:14px;border-radius:50%;background:var(--rvt-spark)}
@media(max-width:800px){.rvt-story{grid-template-columns:1fr;padding:48px 0;gap:32px}}

/* ============ CONTACT ============ */
.rvt-contact{display:grid;grid-template-columns:1.4fr 1fr;gap:48px;padding:32px 0 96px}
.rvt-contact-form{background:var(--rvt-surface);border:1px solid var(--rvt-border);border-radius:var(--rvt-rm);padding:36px;box-shadow:var(--rvt-sh)}
.rvt-contact-form label{display:block;font-weight:500;font-size:.9rem;color:var(--rvt-ink);margin-bottom:6px}
.rvt-contact-form input[type=text],.rvt-contact-form input[type=email],.rvt-contact-form input[type=tel],.rvt-contact-form input[type=url],.rvt-contact-form textarea{width:100%;padding:13px 16px;border:1px solid var(--rvt-border);border-radius:var(--rvt-rm);background:var(--rvt-bg);font-family:var(--rvt-b);font-size:.95rem;margin-bottom:12px;color:var(--rvt-ink);transition:all .18s}
.rvt-contact-form input:focus,.rvt-contact-form textarea:focus{outline:none;background:var(--rvt-surface);border-color:var(--rvt-accent);box-shadow:0 0 0 3px rgba(47,169,160,.14)}
.rvt-contact-form .wpcf7-submit{background:var(--rvt-accent)!important;color:#fff!important;border:0!important;padding:14px 28px!important;border-radius:var(--rvt-rp)!important;font-weight:500!important;cursor:pointer;transition:all .2s}
.rvt-contact-form .wpcf7-submit:hover{background:var(--rvt-accent-h)!important;transform:translateY(-1px)}
.rvt-contact-info > div{padding:18px 0;border-bottom:1px solid var(--rvt-border)}
.rvt-contact-info > div:last-child{border:0}
.rvt-contact-info h4{font-size:.78rem;text-transform:uppercase;letter-spacing:.1em;color:var(--rvt-muted);margin-bottom:6px;font-weight:500;font-family:var(--rvt-b)}
.rvt-contact-info p{color:var(--rvt-ink);margin:0;font-size:1rem}
@media(max-width:800px){.rvt-contact{grid-template-columns:1fr}}

/* ============ CTA BAND ============ */
.rvt-cta{text-align:center;padding:96px 0}
.rvt-cta h2{margin-bottom:28px}

/* ============ FOOTER ============ */
.rvt-footer{background:#131313;color:#EADFD5;padding:64px 0 0;margin-top:64px}
.rvt-footer .rvt-brand{color:#fff}
.rvt-footer .rvt-brand em{color:var(--rvt-accent)}
.rvt-footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:40px;padding-bottom:48px}
.rvt-footer-brand p{color:rgba(234,223,213,.65);margin-top:16px;font-size:.95rem}
.rvt-footer h5{color:#fff;font-size:.85rem;text-transform:uppercase;letter-spacing:.1em;font-weight:500;font-family:var(--rvt-b);margin-bottom:16px}
.rvt-footer ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}
.rvt-footer ul li{color:rgba(234,223,213,.65);font-size:.95rem}
.rvt-footer ul li a{color:rgba(234,223,213,.85);transition:color .2s}
.rvt-footer ul li a:hover{color:var(--rvt-accent)}
.rvt-footer-bar{display:flex;justify-content:space-between;align-items:center;padding:24px 24px;border-top:1px solid rgba(255,255,255,.08);font-size:.85rem;color:rgba(234,223,213,.55);gap:16px;flex-wrap:wrap}
@media(max-width:800px){.rvt-footer-grid{grid-template-columns:1fr 1fr;gap:32px}}
@media(max-width:500px){.rvt-footer-grid{grid-template-columns:1fr}}

/* ============ WOOCOMMERCE OVERRIDES ============ */
.woocommerce, .woocommerce-page{font-family:var(--rvt-b)}
.woocommerce .woocommerce-notices-wrapper{margin:0 auto;max-width:1240px;padding:16px 24px 0}
.woocommerce-message,.woocommerce-info,.woocommerce-error{border-radius:var(--rvt-rm)!important;border:0!important;background:var(--rvt-surface)!important;border-left:3px solid var(--rvt-accent)!important;color:var(--rvt-ink)!important;box-shadow:var(--rvt-sh)}
.woocommerce-message::before,.woocommerce-info::before{color:var(--rvt-accent)!important}

/* Shop page wrapper */
.woocommerce.archive .site,.woocommerce-page.archive .site{max-width:1240px;margin:0 auto;padding:32px 24px 64px}
.woocommerce-products-header{margin-bottom:32px;text-align:left}
.woocommerce-products-header__title{font-family:var(--rvt-h)!important;font-weight:700!important;font-size:clamp(2rem,4vw,3rem)!important;color:var(--rvt-ink)!important;line-height:1.1!important}
.woocommerce .woocommerce-result-count{color:var(--rvt-muted);font-size:.9rem}
.woocommerce .woocommerce-ordering select{padding:10px 16px;border:1px solid var(--rvt-border);border-radius:var(--rvt-rp);background:var(--rvt-surface);font-family:var(--rvt-b);color:var(--rvt-ink)}

/* Product grid */
.woocommerce ul.products, .woocommerce-page ul.products, ul.products{gap:24px!important;display:grid!important;grid-template-columns:repeat(4,1fr)!important;margin:0!important;padding:0!important;list-style:none!important}
.woocommerce ul.products::before,.woocommerce ul.products::after{display:none!important}
.woocommerce ul.products li.product{width:auto!important;margin:0!important;background:var(--rvt-surface);border:1px solid var(--rvt-border);border-radius:var(--rvt-rm);padding:16px;box-shadow:var(--rvt-sh);transition:all .25s;list-style:none;float:none!important;clear:none!important;text-align:left;overflow:hidden;position:relative;display:flex;flex-direction:column}
.woocommerce ul.products li.product:hover{transform:translateY(-6px);box-shadow:0 16px 36px rgba(26,26,26,.08);border-color:#DCC9B8}
.woocommerce ul.products li.product a{text-decoration:none;color:var(--rvt-ink)}
.woocommerce ul.products li.product .attachment-woocommerce_thumbnail,.woocommerce ul.products li.product img{border-radius:12px;background:var(--rvt-bg);width:100%!important;height:auto!important;margin:0!important}
.woocommerce ul.products li.product .woocommerce-loop-product__title{font-family:var(--rvt-h)!important;font-weight:600!important;font-size:1.02rem!important;padding:16px 4px 4px!important;color:var(--rvt-ink)!important;line-height:1.3!important;margin:0!important}
.woocommerce ul.products li.product .price{color:var(--rvt-ink)!important;font-family:var(--rvt-h)!important;font-weight:700!important;font-size:1.05rem!important;padding:4px 4px 12px!important;display:block}
.woocommerce ul.products li.product .price del{color:var(--rvt-muted)!important;font-weight:400!important;opacity:1!important;margin-right:8px}
.woocommerce ul.products li.product .price ins{background:transparent!important;color:var(--rvt-ink)!important;text-decoration:none!important;font-weight:700}
.woocommerce ul.products li.product .button,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce #respond input#submit{background:var(--rvt-accent)!important;color:#fff!important;border-radius:var(--rvt-rp)!important;padding:11px 22px!important;font-weight:500!important;border:0!important;font-family:var(--rvt-b)!important;font-size:.9rem!important;letter-spacing:0!important;transition:all .2s;text-transform:none!important;line-height:1!important;margin-top:auto!important}
.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover{background:var(--rvt-accent-h)!important;transform:translateY(-1px)}
.woocommerce ul.products li.product .button.added::after{color:#fff!important}
.woocommerce ul.products li.product .added_to_cart{margin-left:8px;color:var(--rvt-accent)!important;font-size:.85rem}
.woocommerce span.onsale{background:var(--rvt-coral)!important;color:#fff!important;border-radius:var(--rvt-rp)!important;padding:5px 12px!important;min-height:auto!important;line-height:1.4!important;font-family:var(--rvt-b)!important;font-weight:500!important;font-size:.72rem!important;text-transform:uppercase;letter-spacing:.06em;top:16px!important;left:16px!important;right:auto!important;position:absolute!important}
@media(max-width:1100px){.woocommerce ul.products,ul.products{grid-template-columns:repeat(3,1fr)!important}}
@media(max-width:800px){.woocommerce ul.products,ul.products{grid-template-columns:repeat(2,1fr)!important}}
@media(max-width:500px){.woocommerce ul.products,ul.products{grid-template-columns:1fr!important}}

/* Single product page */
.woocommerce div.product{padding:32px 0}
.woocommerce div.product .product_title{font-family:var(--rvt-h)!important;font-weight:700!important;font-size:clamp(1.8rem,3vw,2.4rem)!important;color:var(--rvt-ink)!important;line-height:1.15!important;margin-bottom:16px!important}
.woocommerce div.product p.price,.woocommerce div.product span.price{color:var(--rvt-ink)!important;font-family:var(--rvt-h)!important;font-weight:700!important;font-size:1.5rem!important}
.woocommerce div.product form.cart .quantity input{border:1px solid var(--rvt-border);border-radius:var(--rvt-rm);padding:10px 12px;background:var(--rvt-bg);font-family:var(--rvt-b)}
.woocommerce div.product .woocommerce-tabs ul.tabs{border:0!important;padding:0!important;margin:32px 0 0!important;display:flex;gap:4px}
.woocommerce div.product .woocommerce-tabs ul.tabs::before{display:none!important}
.woocommerce div.product .woocommerce-tabs ul.tabs li{background:transparent!important;border:0!important;border-radius:var(--rvt-rp)!important;padding:0!important;margin:0!important}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{padding:10px 20px!important;color:var(--rvt-muted)!important;font-family:var(--rvt-b)!important;font-weight:500!important;border-radius:var(--rvt-rp)!important}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{background:var(--rvt-ink)!important;color:#fff!important}

/* Cart / checkout / account cleanup */
.woocommerce table.shop_table{border-radius:var(--rvt-rm);border:1px solid var(--rvt-border);overflow:hidden}
.woocommerce table.shop_table th{background:var(--rvt-bg)!important;font-family:var(--rvt-h)!important;color:var(--rvt-ink)!important;text-transform:uppercase;font-size:.78rem;letter-spacing:.08em;font-weight:600!important;padding:16px!important}
.woocommerce-cart .cart-collaterals .cart_totals,.woocommerce-checkout .woocommerce-checkout-review-order{background:var(--rvt-surface);border:1px solid var(--rvt-border);border-radius:var(--rvt-rm);padding:24px;box-shadow:var(--rvt-sh)}

/* Hello Elementor base cleanup */
.site-header,.entry-header,.page-header,.site-branding{display:none!important}

/* ============ ANNOUNCEMENT BAR ============ */
.rvt-announce{background:var(--rvt-ink);color:#EADFD5;font-size:.82rem;padding:0;position:relative;z-index:99;font-family:var(--rvt-b);letter-spacing:.02em}
.rvt-announce-inner{display:flex;justify-content:space-between;align-items:center;padding:9px 24px;gap:16px}
.rvt-announce-inner span{flex:1;text-align:center}
.rvt-announce-x{background:transparent;color:#EADFD5;border:0;cursor:pointer;font-size:1.2rem;line-height:1;padding:4px 8px;opacity:.7;transition:opacity .18s}
.rvt-announce-x:hover{opacity:1}
/* header spacing: the header is now in normal flow, no body offset needed */
body.rvt-has-announce .rvt-header{top:36px}
@media(max-width:600px){.rvt-announce{font-size:.75rem}.rvt-announce-inner{padding:8px 16px}}

/* ============ ICON BUTTONS + LOGO IMAGE ============ */
.rvt-icon-btn{width:40px;height:40px;border-radius:50%;background:var(--rvt-surface);border:1px solid var(--rvt-border);display:inline-flex;align-items:center;justify-content:center;color:var(--rvt-ink);transition:all .18s;cursor:pointer;padding:0;position:relative}
.rvt-icon-btn:hover{background:var(--rvt-ink);color:#fff;border-color:var(--rvt-ink)}
.rvt-logo-img{max-height:38px;width:auto;object-fit:contain;display:block}
.rvt-header-shrink .rvt-logo-img{max-height:32px}

/* ============ SEARCH MODAL ============ */
.rvt-search-modal{position:fixed;inset:0;background:rgba(26,26,26,.55);backdrop-filter:blur(6px);z-index:200;display:flex;align-items:flex-start;justify-content:center;padding:88px 24px 24px;opacity:0;pointer-events:none;transition:opacity .22s}
.rvt-search-modal.rvt-show{opacity:1;pointer-events:auto}
.rvt-search-inner{background:var(--rvt-bg);border-radius:var(--rvt-rm);padding:32px;max-width:640px;width:100%;position:relative;box-shadow:0 24px 64px rgba(0,0,0,.3);transform:translateY(-8px);transition:transform .22s}
.rvt-search-modal.rvt-show .rvt-search-inner{transform:none}
.rvt-search-inner form{display:flex;gap:12px}
.rvt-search-inner input[type=search]{flex:1;padding:14px 18px;border:1px solid var(--rvt-border);border-radius:var(--rvt-rp);background:var(--rvt-surface);font-family:var(--rvt-b);font-size:1rem;color:var(--rvt-ink)}
.rvt-search-inner input[type=search]:focus{outline:none;border-color:var(--rvt-accent);box-shadow:0 0 0 3px rgba(47,169,160,.16)}
.rvt-search-close{position:absolute;top:12px;right:14px;background:transparent;border:0;font-size:1.6rem;line-height:1;cursor:pointer;color:var(--rvt-muted);padding:4px 8px}

/* ============ BACK TO TOP + MOBILE STICKY CTA ============ */
.rvt-top{position:fixed;bottom:24px;right:24px;width:44px;height:44px;border-radius:50%;background:var(--rvt-ink);color:#fff;border:0;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;pointer-events:none;transform:translateY(12px);transition:all .25s;z-index:80;box-shadow:0 8px 24px rgba(26,26,26,.2)}
.rvt-top.rvt-show{opacity:1;pointer-events:auto;transform:none}
.rvt-top:hover{background:var(--rvt-accent)}
.rvt-mcta{display:none;position:fixed;bottom:0;left:0;right:0;background:rgba(251,243,236,.96);backdrop-filter:blur(8px);border-top:1px solid var(--rvt-border);padding:12px 16px;z-index:70;text-align:center}
.rvt-mcta .rvt-btn{width:100%;justify-content:center}
@media(max-width:600px){.rvt-mcta{display:block}.rvt-top{bottom:80px}body{padding-bottom:68px}}

/* ============ CATEGORY TILES (image cards) ============ */
.rvt-cattiles{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;padding:0 0 72px}
.rvt-cattile{position:relative;aspect-ratio:4/5;border-radius:var(--rvt-rm);overflow:hidden;background:var(--rvt-surface);border:1px solid var(--rvt-border);text-decoration:none;color:var(--rvt-ink)!important;transition:all .28s;box-shadow:var(--rvt-sh);display:flex;flex-direction:column;justify-content:space-between;padding:24px}
.rvt-cattile:hover{transform:translateY(-6px);box-shadow:0 16px 40px rgba(26,26,26,.1);border-color:var(--rvt-accent)}
.rvt-cattile h3{margin:0}
.rvt-cattile p{color:var(--rvt-muted);font-size:.9rem;margin:6px 0 0}
.rvt-cattile .rvt-cattile-svg{align-self:center;width:80%;max-width:180px;margin:12px auto 0}
.rvt-cattile-arrow{color:var(--rvt-accent);font-weight:500;font-size:.9rem;margin-top:auto}
@media(max-width:900px){.rvt-cattiles{grid-template-columns:repeat(2,1fr)}}
@media(max-width:500px){.rvt-cattiles{grid-template-columns:1fr}.rvt-cattile{aspect-ratio:auto;min-height:220px}}

/* ============ PROMO + COUNTDOWN ============ */
.rvt-promo{background:var(--rvt-ink);color:#EADFD5;border-radius:var(--rvt-rl);padding:56px 40px;margin:48px 0;display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;position:relative;overflow:hidden}
.rvt-promo::before{content:"";position:absolute;top:-50%;right:-15%;width:60%;height:200%;background:radial-gradient(circle,rgba(47,169,160,.25) 0%,transparent 60%);pointer-events:none}
.rvt-promo h2{color:#fff;margin-bottom:12px}
.rvt-promo h2 em{color:var(--rvt-accent)}
.rvt-promo p{color:rgba(234,223,213,.75);margin-bottom:20px}
.rvt-cd{display:flex;gap:12px;position:relative}
.rvt-cd > div{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);border-radius:var(--rvt-rm);padding:16px 12px;text-align:center;min-width:78px;backdrop-filter:blur(6px)}
.rvt-cd > div span{display:block;font-family:var(--rvt-h);font-weight:700;font-size:1.9rem;color:#fff;line-height:1;letter-spacing:-.02em}
.rvt-cd > div em{display:block;font-style:normal;color:rgba(234,223,213,.55);font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;margin-top:6px;font-family:var(--rvt-b)}
@media(max-width:800px){.rvt-promo{grid-template-columns:1fr;padding:40px 24px;gap:24px}.rvt-cd > div{min-width:64px;padding:12px 8px}.rvt-cd > div span{font-size:1.4rem}}

/* ============ TESTIMONIALS ============ */
.rvt-testis{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;padding:32px 0 96px}
.rvt-testi{background:var(--rvt-surface);border:1px solid var(--rvt-border);border-radius:var(--rvt-rm);padding:28px;box-shadow:var(--rvt-sh)}
.rvt-stars{color:var(--rvt-accent);letter-spacing:2px;margin-bottom:12px;font-size:.9rem}
.rvt-testi blockquote{margin:0 0 20px;font-family:var(--rvt-h);font-weight:500;font-size:1.05rem;line-height:1.5;color:var(--rvt-ink)}
.rvt-testi cite{font-style:normal;color:var(--rvt-muted);font-size:.9rem;display:flex;align-items:center;gap:12px}
.rvt-testi cite::before{content:"";width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#F5E9DC 0%,var(--rvt-mint) 100%);display:inline-block}
@media(max-width:800px){.rvt-testis{grid-template-columns:1fr;padding:16px 0 64px}}

/* ============ NEWSLETTER ============ */
.rvt-newsletter{background:var(--rvt-surface);border:1px solid var(--rvt-border);border-radius:var(--rvt-rl);padding:56px 40px;margin:32px 0 64px;text-align:center;box-shadow:var(--rvt-sh)}
.rvt-newsletter h2{margin-bottom:12px;max-width:520px;margin-left:auto;margin-right:auto}
.rvt-newsletter p{color:var(--rvt-muted);max-width:480px;margin:0 auto 24px}
.rvt-newsletter form{display:flex;gap:8px;max-width:480px;margin:0 auto;flex-wrap:wrap;justify-content:center}
.rvt-newsletter input[type=email]{flex:1;min-width:200px;padding:13px 20px;border:1px solid var(--rvt-border);border-radius:var(--rvt-rp);background:var(--rvt-bg);font-family:var(--rvt-b);font-size:.95rem}
.rvt-newsletter input[type=email]:focus{outline:none;border-color:var(--rvt-accent);box-shadow:0 0 0 3px rgba(47,169,160,.14)}

/* ============ TRUST BADGES (product single) ============ */
.rvt-trust{display:flex;gap:16px;flex-wrap:wrap;margin:24px 0;padding:16px 0;border-top:1px solid var(--rvt-border);border-bottom:1px solid var(--rvt-border)}
.rvt-trust > div{display:flex;align-items:center;gap:8px;color:var(--rvt-muted);font-size:.88rem;font-family:var(--rvt-b)}
.rvt-trust > div svg{color:var(--rvt-accent);flex-shrink:0}

/* ============ BREADCRUMBS ============ */
.rvt-crumbs{padding:16px 0 8px;font-size:.85rem;color:var(--rvt-muted);font-family:var(--rvt-b)}
.rvt-crumbs a{color:var(--rvt-muted);text-decoration:none;transition:color .18s}
.rvt-crumbs a:hover{color:var(--rvt-accent)}
.rvt-crumb-sep{margin:0 8px;color:var(--rvt-border)}

/* ============ SOCIAL ICONS (footer) ============ */
.rvt-social{display:flex;gap:8px;margin-top:20px}
.rvt-social a{width:36px;height:36px;border-radius:50%;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);color:rgba(234,223,213,.85);display:inline-flex;align-items:center;justify-content:center;transition:all .18s}
.rvt-social a:hover{background:var(--rvt-accent);color:#fff;border-color:var(--rvt-accent)}

/* ============ HERO with real product image ============ */
.rvt-hero-real{background:radial-gradient(140% 100% at 60% 30%, #F5E9DC 0%, var(--rvt-bg) 65%);border-radius:var(--rvt-rl);padding:24px;box-shadow:var(--rvt-sh-lg);position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;aspect-ratio:1/1;min-height:320px}
.rvt-hero-real img{width:82%;height:auto;filter:drop-shadow(0 24px 48px rgba(26,26,26,.15))}
.rvt-hero-real .rvt-spark{position:absolute;top:24px;right:28px}

/* ============ PRODUCT SINGLE polish ============ */
.single-product .site-main,.single-product main{padding:16px 0 64px}
.single-product .site-main .rvt,.single-product main .rvt{padding-top:0;padding-bottom:0}
.single-product div.product{display:grid;grid-template-columns:1.05fr 1fr;gap:56px;padding:16px 24px 32px;max-width:1240px;margin:0 auto}
.single-product div.product .images{margin:0!important;width:100%!important;float:none!important}
.single-product div.product .images img{border-radius:var(--rvt-rm);background:var(--rvt-surface);border:1px solid var(--rvt-border);box-shadow:var(--rvt-sh)}
.single-product div.product .summary{margin:0!important;padding:8px 0;width:100%!important;float:none!important;clear:none!important}
.single-product div.product form.cart{margin:24px 0!important}
.single-product div.product .quantity{margin-right:12px!important}
.single-product .woocommerce-tabs,.single-product .related.products,.single-product .up-sells{max-width:1240px;margin:32px auto!important;padding:0 24px}
.single-product .related.products h2,.single-product .up-sells h2{font-size:clamp(1.4rem,2.4vw,1.9rem)!important;margin-bottom:24px!important}
@media(max-width:900px){.single-product div.product{grid-template-columns:1fr;gap:24px}}

/* Hello Elementor: hide leftover chrome */
.site-header,.entry-header,.page-header,.site-branding,.site-footer{display:none!important}
.single-product .entry-title{display:none!important}
/* ============ v1.4 POLISH ============ */
:root{--rvt-nav-h:80px}

/* Enforce menu button color — theme conflicts fix */
.rvt-menu-btn, .rvt-menu-btn:hover, .rvt-menu-btn:focus, .rvt-menu-btn:active{background:var(--rvt-surface)!important;color:var(--rvt-ink)!important;border:1px solid var(--rvt-border)!important;box-shadow:none!important}
.rvt-menu-btn span{background:var(--rvt-ink)!important}
.rvt-icon-btn, .rvt-icon-btn:focus, .rvt-icon-btn:active{background:var(--rvt-surface)!important;color:var(--rvt-ink)!important;border:1px solid var(--rvt-border)!important}
.rvt-icon-btn:hover{background:var(--rvt-ink)!important;color:#fff!important;border-color:var(--rvt-ink)!important}
.rvt-cart-count{background:var(--rvt-coral)!important;color:#fff!important}

/* ============ HERO v2 — art-directed ============ */
.rvt-hero{padding:56px 0 88px}
.rvt-hero h1{font-size:clamp(2.6rem,6.5vw,4.6rem);letter-spacing:-.025em;line-height:.98}
.rvt-hero h1 em{position:relative;display:inline-block}
.rvt-hero h1 em::after{content:"";position:absolute;bottom:.08em;left:0;right:0;height:.14em;background:rgba(47,169,160,.24);z-index:-1;border-radius:2px}
.rvt-hero-copy{max-width:640px}
.rvt-hero-media{position:relative}
.rvt-hero-real{aspect-ratio:1/1;padding:0;box-shadow:none;background:radial-gradient(120% 90% at 55% 40%, #F5E9DC 0%, var(--rvt-bg) 65%);border-radius:var(--rvt-rl);position:relative;overflow:visible}
.rvt-hero-real::before{content:"";position:absolute;inset:6% 12%;background:radial-gradient(circle,rgba(47,169,160,.14) 0%,transparent 60%);border-radius:50%;filter:blur(20px)}
.rvt-hero-real img{position:relative;width:88%;filter:drop-shadow(0 32px 60px rgba(26,26,26,.18))}

/* Floating stat cards on hero */
.rvt-hero-stat{position:absolute;background:var(--rvt-surface);border:1px solid var(--rvt-border);border-radius:var(--rvt-rm);padding:14px 18px;box-shadow:0 12px 32px rgba(26,26,26,.1);display:flex;align-items:center;gap:12px;z-index:2;font-family:var(--rvt-b)}
.rvt-hero-stat strong{display:block;font-family:var(--rvt-h);font-weight:700;font-size:1.15rem;color:var(--rvt-ink);line-height:1}
.rvt-hero-stat small{color:var(--rvt-muted);font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;display:block;margin-top:4px}
.rvt-hero-stat-icon{width:34px;height:34px;border-radius:10px;background:rgba(47,169,160,.14);color:var(--rvt-accent);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}
.rvt-hero-stat-1{top:8%;left:-6%}
.rvt-hero-stat-2{bottom:8%;right:-4%}
.rvt-hero-avatars{display:flex;align-items:center;gap:12px;margin-top:24px;color:var(--rvt-muted);font-size:.88rem}
.rvt-hero-avatars-imgs{display:flex}
.rvt-hero-avatars-imgs span{width:32px;height:32px;border-radius:50%;border:2px solid var(--rvt-bg);margin-left:-8px;background:linear-gradient(135deg,#F5E9DC 0%,var(--rvt-mint) 100%)}
.rvt-hero-avatars-imgs span:first-child{margin-left:0;background:linear-gradient(135deg,var(--rvt-coral) 0%,#F5E9DC 100%)}
.rvt-hero-avatars-imgs span:nth-child(2){background:linear-gradient(135deg,var(--rvt-spark) 0%,#F5E9DC 100%)}
.rvt-hero-avatars strong{color:var(--rvt-ink);font-weight:600}
@media(max-width:900px){.rvt-hero-stat-1{top:2%;left:2%}.rvt-hero-stat-2{bottom:2%;right:2%}.rvt-hero-stat{padding:10px 14px}.rvt-hero-stat strong{font-size:1rem}}

/* ============ WOOCOMMERCE PRODUCT CARD v2 (hover reveal) ============ */
.woocommerce ul.products li.product{position:relative;overflow:hidden}
.woocommerce ul.products li.product .astra-shop-thumbnail-wrap,.woocommerce ul.products li.product a img{transition:transform .5s ease;position:relative}
.woocommerce ul.products li.product:hover a img{transform:scale(1.04)}
.woocommerce ul.products li.product::after{content:"Quick view";position:absolute;left:50%;top:38%;transform:translate(-50%,-50%) translateY(8px);background:var(--rvt-ink);color:#fff;padding:8px 16px;border-radius:var(--rvt-rp);font-family:var(--rvt-b);font-size:.78rem;font-weight:500;letter-spacing:.03em;opacity:0;transition:all .28s;pointer-events:none;white-space:nowrap;z-index:3}
.woocommerce ul.products li.product:hover::after{opacity:1;transform:translate(-50%,-50%)}

/* Ratings on cards */
.woocommerce ul.products li.product .star-rating{font-size:.7em!important;color:var(--rvt-accent)!important;margin:6px 4px 0!important}

/* ============ SINGLE PRODUCT v2 ============ */
.single-product div.product .woocommerce-product-rating{margin:0 0 12px!important}
.single-product div.product .woocommerce-product-rating .star-rating{color:var(--rvt-accent)!important}
.single-product div.product .woocommerce-product-details__short-description{color:var(--rvt-muted);font-size:1rem;line-height:1.6;padding:16px 0;border-top:1px solid var(--rvt-border);margin-top:16px}
.single-product .quantity input.qty{width:70px!important;height:48px!important;text-align:center;font-family:var(--rvt-h)!important;font-weight:600!important;font-size:1rem!important}
.single-product .single_add_to_cart_button{padding:14px 32px!important;font-size:1rem!important;height:48px!important;line-height:1!important}
.single-product .product_meta{padding-top:16px;margin-top:16px;border-top:1px solid var(--rvt-border);color:var(--rvt-muted);font-size:.85rem}
.single-product .product_meta > span{display:block;margin-bottom:4px}
.single-product .product_meta a{color:var(--rvt-accent);text-decoration:none}

/* Product tabs — pill style */
.single-product .woocommerce-tabs{background:var(--rvt-surface);border:1px solid var(--rvt-border);border-radius:var(--rvt-rl);padding:32px;margin:48px auto!important;box-shadow:var(--rvt-sh)}
.single-product .woocommerce-tabs .panel{padding:24px 0 8px!important;margin:0!important;color:var(--rvt-ink)}
.single-product .woocommerce-tabs .panel h2:first-child{display:none}

/* Related products header polish */
.single-product .related.products,.single-product .up-sells{padding-top:16px}
.single-product .related.products > h2,.single-product .up-sells > h2{font-family:var(--rvt-h)!important;font-weight:700!important}

/* ============ STICKY MOBILE BUY BAR (single product) ============ */
.rvt-buybar{display:none;position:fixed;bottom:0;left:0;right:0;background:rgba(251,243,236,.98);backdrop-filter:blur(10px);border-top:1px solid var(--rvt-border);padding:12px 16px;z-index:75;align-items:center;gap:12px;box-shadow:0 -4px 20px rgba(26,26,26,.06)}
.rvt-buybar-info{flex:1;min-width:0}
.rvt-buybar-info strong{font-family:var(--rvt-h);font-weight:600;font-size:.9rem;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--rvt-ink)}
.rvt-buybar-info span{font-family:var(--rvt-h);font-weight:700;color:var(--rvt-ink);font-size:1rem}
.rvt-buybar-info del{color:var(--rvt-muted);font-weight:400;margin-right:6px;font-size:.85rem}
.rvt-buybar .rvt-btn{padding:12px 20px;font-size:.9rem}
@media(max-width:768px){.single-product .rvt-buybar{display:flex}.single-product .rvt-mcta{display:none!important}.single-product{padding-bottom:80px!important}}

/* ============ RESPONSIVE FIXES ============ */
@media(max-width:1100px){.rvt{padding:0 20px}.rvt-hero{padding:40px 0 64px}}
@media(max-width:900px){
  .rvt-header{position:fixed}
  .rvt-hero h1{font-size:clamp(2.2rem,7.5vw,3.2rem)}
  .rvt-hero-sub,.rvt-sub{font-size:1rem}
  .rvt-hero-media{order:-1}
  .rvt-hero-copy{max-width:100%}
  .rvt-hero-real{max-width:420px;margin:0 auto}
  .rvt-cattiles{grid-template-columns:repeat(2,1fr)}
  .rvt-cattile{padding:20px;min-height:280px}
  .rvt-section{padding:48px 0}
  .rvt-bento{padding:16px 0 64px}
  .rvt-promo{padding:32px 24px;margin:24px 0}
  .rvt-cd > div{min-width:60px;padding:10px 6px}
  .rvt-cd > div span{font-size:1.3rem}
  .rvt-newsletter{padding:40px 24px;margin:16px 0 32px}
  .rvt-footer{padding:48px 0 0}
}
@media(max-width:600px){
  :root{--rvt-nav-h:64px}
  .rvt{padding:0 16px}
  .rvt-hero{padding:24px 0 48px;gap:24px}
  .rvt-hero h1{font-size:clamp(2rem,9vw,2.6rem);line-height:1.02}
  .rvt-hero-copy .rvt-cta-row .rvt-btn{width:100%;justify-content:center}
  .rvt-cattiles{grid-template-columns:1fr;gap:16px}
  .rvt-cattile{aspect-ratio:auto;min-height:auto;padding:20px;flex-direction:row;align-items:center;gap:16px}
  .rvt-cattile > div{flex:1}
  .rvt-cattile img.rvt-cattile-svg{width:80px;max-width:80px;margin:0}
  .rvt-cattile .rvt-cattile-arrow{display:none}
  .rvt-section{padding:36px 0}
  .rvt-section-head{margin-bottom:20px}
  .rvt-lifestyle{padding:48px 20px}
  .rvt-lifestyle-panel{padding:24px}
  .rvt-testi{padding:24px}
  .rvt-testis{gap:16px}
  .rvt-values{padding:40px 0;gap:20px}
  .rvt-nav .rvt-nav-link{display:none}
  .rvt-nav-right .rvt-icon-btn:nth-child(2){display:none}
  .rvt-hero-stat{padding:8px 12px;font-size:.75rem}
  .rvt-hero-stat strong{font-size:.9rem}
  .rvt-hero-stat small{font-size:.65rem}
}

/* No horizontal overflow */
/* overflow-x:hidden here made html/body a scroll container, which kills
   position:sticky on the header. clip contains the same horizontal
   overflow without creating one. max-width was 100vw, which counts the
   scrollbar and so made body wider than the viewport on desktop. */
html,body{overflow-x:clip;max-width:100%}
@supports not (overflow-x: clip){html,body{overflow-x:hidden}}
.rvt-page,.rvt{overflow-x:visible}

/* Print-safe: hide sticky bars */
@media print{.rvt-header,.rvt-announce,.rvt-mcta,.rvt-buybar,.rvt-top{display:none!important}}
/* ============ v1.5 FIXES ============ */

/* Related + upsells cards: 3 cols on desktop, cleaner */
.woocommerce .related.products ul.products,
.woocommerce .up-sells ul.products,
.related.products ul.products,
.up-sells ul.products{grid-template-columns:repeat(3,1fr)!important;gap:20px!important}
@media(max-width:900px){.woocommerce .related.products ul.products,.woocommerce .up-sells ul.products{grid-template-columns:repeat(2,1fr)!important}}
@media(max-width:520px){.woocommerce .related.products ul.products,.woocommerce .up-sells ul.products{grid-template-columns:1fr!important}}

/* Hide ShopEngine's broken "delivery/secure" ribbon overlays on the loop cards */
.woocommerce ul.products li.product .shopengine-product-thumbnail-features,
.woocommerce ul.products li.product [class*="feature-bar"],
.woocommerce ul.products li.product [class*="secure-checkout"],
.woocommerce ul.products li.product .se-badge-strip,
.woocommerce ul.products li.product .shopengine-tooltip{display:none!important}

/* Loop card polish v2 — no clipping */
.woocommerce ul.products li.product{overflow:visible!important}
.woocommerce ul.products li.product .astra-shop-thumbnail-wrap,.woocommerce ul.products li.product .woocommerce-LoopProduct-link{display:block;border-radius:12px;overflow:hidden;position:relative}
.woocommerce ul.products li.product .woocommerce-loop-product__title{white-space:normal!important;overflow:visible!important;text-overflow:clip!important;min-height:2.6em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}

/* Wishlist/Compare inline icons (ShopEngine) polish */
.woocommerce ul.products li.product .yith-wcwl-add-to-wishlist,
.woocommerce ul.products li.product [class*="wishlist"],
.woocommerce ul.products li.product [class*="quick-view"]{margin:6px 0!important}
.woocommerce ul.products li.product .yith-wcwl-add-to-wishlist a,
.woocommerce ul.products li.product .add_to_wishlist{width:32px;height:32px;border-radius:50%;background:var(--rvt-surface)!important;border:1px solid var(--rvt-border)!important;display:inline-flex!important;align-items:center;justify-content:center;color:var(--rvt-ink)!important;padding:0!important;transition:all .18s;font-size:0}

/* Single product: Buy Now button */
.rvt-buy-now{background:var(--rvt-ink)!important;color:#fff!important;border-radius:var(--rvt-rp)!important;padding:14px 28px!important;font-family:var(--rvt-b)!important;font-weight:500!important;font-size:1rem!important;border:0!important;height:48px!important;line-height:1!important;display:inline-flex!important;align-items:center;gap:8px;cursor:pointer;text-decoration:none!important;margin-left:8px!important;transition:all .2s}
.rvt-buy-now:hover{background:var(--rvt-accent)!important;transform:translateY(-1px)}
.single-product .quantity,.single-product .single_add_to_cart_button,.rvt-buy-now{vertical-align:top}

/* Payment badges */
.rvt-payments{display:flex;gap:8px;flex-wrap:wrap;align-items:center;padding:16px 0;margin-top:8px;border-top:1px solid var(--rvt-border)}
.rvt-payments-title{color:var(--rvt-muted);font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;margin-right:8px;font-family:var(--rvt-b);font-weight:500}
.rvt-pay{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:var(--rvt-rs);background:var(--rvt-surface);border:1px solid var(--rvt-border);font-family:var(--rvt-b);font-size:.78rem;font-weight:500;color:var(--rvt-ink)}
.rvt-pay svg{color:var(--rvt-accent);flex-shrink:0}

/* Sticky mobile buy bar: add Buy Now */
.rvt-buybar .rvt-btn-buy{background:var(--rvt-ink)!important;color:#fff!important}
.rvt-buybar .rvt-btn-buy:hover{background:var(--rvt-accent)!important}

/* Announcement bar polish */
.rvt-announce{background:linear-gradient(90deg,#1A1A1A 0%,#2a2a2a 100%)}

/* Header: shrink logo neatly */
.rvt-brand{gap:12px}
.rvt-logo-img{max-height:44px}
.rvt-header-shrink .rvt-logo-img{max-height:36px}
@media(max-width:600px){.rvt-logo-img{max-height:36px}}

/* Hide the giant related-products default heading spacing */
.single-product .related.products, .single-product .up-sells{margin:32px auto 0!important;padding:24px}

/* Fix accidental theme active-states turning our buttons pink */
.rvt-menu-btn:active, .rvt-menu-btn:focus, .rvt-menu-btn:focus-visible{outline:none!important;background:var(--rvt-surface)!important}
button.rvt-menu-btn, button.rvt-icon-btn{-webkit-tap-highlight-color:transparent}
/* ============ v2.0 Theme Builder header/footer polish ============ */

/* Reserve space for fixed TB header + announce bar */
/* header offset removed with the old fixed header */
/* header spacing: the header is now in normal flow, no body offset needed */
/* body offset removed: the header is in normal flow */
.rvt-tb-header{background:rgba(251,243,236,.94)!important;backdrop-filter:saturate(140%) blur(14px);-webkit-backdrop-filter:saturate(140%) blur(14px);transition:all .25s ease;z-index:100!important}
.rvt-tb-header.rvt-scrolled,.rvt-tb-header.elementor-sticky--effects{box-shadow:0 2px 20px rgba(26,26,26,.04);border-bottom:1px solid var(--rvt-border)!important}
.rvt-tb-header img{max-height:44px!important;width:auto!important;object-fit:contain}

/* Nav menu polish */
.rvt-tb-header .elementor-nav-menu > li > a{padding:8px 14px!important;font-family:var(--rvt-b)!important;transition:all .18s}
.rvt-tb-header .elementor-nav-menu > li > a:hover{background:rgba(26,26,26,.05);border-radius:var(--rvt-rp)}

/* Menu-cart button */
.rvt-tb-header .elementor-menu-cart__toggle .elementor-button-text{display:none!important}
.rvt-tb-header .elementor-menu-cart__toggle a.elementor-button{width:40px;height:40px;border-radius:50%!important;background:var(--rvt-surface)!important;border:1px solid var(--rvt-border)!important;color:var(--rvt-ink)!important;padding:0!important;display:inline-flex;align-items:center;justify-content:center;position:relative}
.rvt-tb-header .elementor-menu-cart__toggle a.elementor-button:hover{background:var(--rvt-ink)!important;color:#fff!important;border-color:var(--rvt-ink)!important}
.rvt-tb-header .elementor-menu-cart__toggle .elementor-button-icon{margin:0!important}
.rvt-tb-header .elementor-menu-cart__toggle-button__counter{background:var(--rvt-coral)!important;color:#fff!important;top:-4px!important;right:-4px!important;min-width:18px;height:18px;font-size:11px;border-radius:var(--rvt-rp)}

/* Real cart count badge class (elementor-button-icon-qty) — the selector above never matched the rendered markup */
.rvt-tb-header .elementor-button-icon-qty{position:absolute;top:-6px;right:-6px;min-width:18px;height:18px;padding:0 4px;border-radius:var(--rvt-rp)!important;background:var(--rvt-coral)!important;color:#fff!important;font-size:11px!important;font-weight:700;line-height:18px;text-align:center;font-family:var(--rvt-b);display:inline-flex!important;align-items:center;justify-content:center;transition:transform var(--rvt-t-fast,180ms) var(--rvt-ease-spring,ease)}
.rvt-tb-header .elementor-menu-cart__toggle_button{position:relative}
.rvt-tb-header .elementor-menu-cart__toggle_button:hover .elementor-button-icon-qty{transform:scale(1.12)}

/* ============ MOBILE HAMBURGER TOGGLE (Theme Builder header) ============ */
.rvt-tb-header .elementor-menu-toggle{width:40px;height:40px;border-radius:50%;background:var(--rvt-surface);border:1px solid var(--rvt-border);color:var(--rvt-ink)!important;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:all var(--rvt-t-fast,180ms) ease}
.rvt-tb-header .elementor-menu-toggle:hover{background:var(--rvt-ink);color:#fff!important;border-color:var(--rvt-ink)}
.rvt-tb-header .elementor-menu-toggle svg{width:18px;height:18px;fill:currentColor}
.rvt-tb-header .elementor-menu-toggle__icon--close{display:none}
.rvt-tb-header .elementor-menu-toggle[aria-expanded="true"] .elementor-menu-toggle__icon--open{display:none}
.rvt-tb-header .elementor-menu-toggle[aria-expanded="true"] .elementor-menu-toggle__icon--close{display:inline-block}

/* ============ MOBILE NAV DROPDOWN PANEL (Theme Builder header) ============ */
@media(max-width:1024px){
  .rvt-tb-header .elementor-nav-menu__container{background:var(--rvt-bg)!important;border-top:1px solid var(--rvt-border);box-shadow:0 16px 40px rgba(26,26,26,.08)}
  .rvt-tb-header .elementor-nav-menu{display:flex;flex-direction:column;gap:2px;padding:12px}
  .rvt-tb-header .elementor-nav-menu > li{width:100%}
  .rvt-tb-header .elementor-nav-menu > li > a{display:block;padding:14px 16px!important;border-radius:var(--rvt-rm);font-size:1rem!important}
  .rvt-tb-header .elementor-nav-menu > li > a:hover{background:var(--rvt-surface)}
  .rvt-tb-header .elementor-nav-menu > li > a::after{left:16px;right:16px;bottom:6px}
}
.rvt-tb-header.rvt-nav-open{box-shadow:0 2px 20px rgba(26,26,26,.04);border-bottom:1px solid var(--rvt-border)}

/* Footer polish */
.rvt-tb-footer{color:#EADFD5!important}
.rvt-tb-footer .elementor-icon-list-text{color:rgba(234,223,213,.75)!important;transition:color .18s}
.rvt-tb-footer .elementor-icon-list-item:hover .elementor-icon-list-text{color:var(--rvt-accent)!important}
.rvt-tb-footer img{max-height:44px;width:auto;object-fit:contain}

/* Related products — v2 aggressive fix */
.woocommerce .related.products ul.products,
.woocommerce .up-sells ul.products,
.related.products ul.products,
.up-sells ul.products{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:20px!important;display:grid!important}
.woocommerce .related.products ul.products li.product,
.woocommerce .up-sells ul.products li.product{min-width:0!important;width:auto!important;overflow:visible!important}
.woocommerce .related.products ul.products li.product a img,
.woocommerce .up-sells ul.products li.product a img{width:100%!important;height:auto!important;aspect-ratio:1/1;object-fit:contain}
.woocommerce .related.products ul.products li.product .woocommerce-loop-product__title,
.woocommerce .up-sells ul.products li.product .woocommerce-loop-product__title{font-size:.95rem!important;line-height:1.3!important;white-space:normal!important;overflow:visible!important;text-overflow:clip!important;word-break:break-word}
.woocommerce .related.products ul.products li.product .price,
.woocommerce .up-sells ul.products li.product .price{font-size:.95rem!important;white-space:nowrap}
@media(max-width:900px){.woocommerce .related.products ul.products,.woocommerce .up-sells ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:520px){.woocommerce .related.products ul.products,.woocommerce .up-sells ul.products{grid-template-columns:1fr!important}}

/* Kill ShopEngine ribbon overlays + inline widgets that break the loop */
.woocommerce ul.products li.product .shopengine-product-features,
.woocommerce ul.products li.product [class*="shopengine"] [class*="feature"],
.woocommerce ul.products li.product [class*="delivery"],
.woocommerce ul.products li.product [class*="secure-check"],
.woocommerce ul.products li.product .se-product-strip{display:none!important}

/* ============ HERO CTA BUTTONS (Elementor button widget compat) ============ */
.rvt-btn.rvt-p .elementor-button,
.rvt-btn.rvt-o .elementor-button{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;height:100%!important;background:transparent!important;border:0!important;box-shadow:none!important;padding:0!important;margin:0!important;color:inherit!important;font:inherit!important;text-decoration:none!important}
.rvt-btn.rvt-p .elementor-button:hover,
.rvt-btn.rvt-o .elementor-button:hover{background:transparent!important;color:inherit!important}
.rvt-btn .elementor-button-content-wrapper,
.rvt-btn .elementor-button-text{color:inherit}


/* ============ HERO PREMIUM ENHANCEMENT (Phase 3 interactive polish) ============ */
.rvt-hero-outer{
  --hero-t-fast:180ms;
  --hero-t-med:360ms;
  --hero-ease:cubic-bezier(.22,1,.36,1);
  position:relative;
  overflow:hidden;
}
.rvt-hero-outer::before{
  content:"";
  position:absolute;
  top:-10%;
  right:-8%;
  width:52%;
  aspect-ratio:1/1;
  background:radial-gradient(circle, rgba(47,169,160,.10) 0%, rgba(47,169,160,0) 70%);
  pointer-events:none;
  z-index:0;
}
.rvt-hero-outer > *{position:relative;z-index:1}

@media(hover:hover) and (pointer:fine){
  .rvt-hero-imgwrap{transition:box-shadow var(--hero-t-med) var(--hero-ease)}
  .rvt-hero-imgwrap img{transition:transform var(--hero-t-med) var(--hero-ease)}
  .rvt-hero-media:hover .rvt-hero-imgwrap img{transform:scale(1.045)}
  .rvt-hero-media:hover .rvt-hero-imgwrap{box-shadow:0 28px 70px rgba(26,26,26,.11)}
  .rvt-hero-stat{transition:transform var(--hero-t-fast) var(--hero-ease), box-shadow var(--hero-t-fast) var(--hero-ease)}
  .rvt-hero-media:hover .rvt-hero-stat{transform:translateY(-2px);box-shadow:0 16px 40px rgba(26,26,26,.13)}
  .rvt-hero-imgwrap{will-change:transform}
}

.rvt-hero-outer .rvt-spark{animation:rvt-spark-pulse 2.6s ease-in-out infinite}
@keyframes rvt-spark-pulse{0%,100%{box-shadow:0 0 20px rgba(139,127,216,.5)}50%{box-shadow:0 0 28px rgba(139,127,216,.75)}}

/* CTA micro-interactions */
.rvt-btn{transition:transform 120ms ease, background var(--hero-t-fast,180ms) ease, color var(--hero-t-fast,180ms) ease, box-shadow var(--hero-t-fast,180ms) ease}
.rvt-btn:active{transform:scale(.97)}
.rvt-btn:focus-visible{outline:2px solid var(--rvt-accent);outline-offset:2px}
.rvt-btn.rvt-p .elementor-button-text::after{content:"\2192";display:inline-block;margin-left:8px;transition:transform var(--hero-t-fast,180ms) var(--hero-ease,ease)}
.rvt-btn.rvt-p:hover .elementor-button-text::after{transform:translateX(4px)}

/* staggered scroll reveal */
.rvt-hero-outer [data-rvt-stagger]{opacity:0;transform:translateY(18px);transition:opacity 560ms var(--hero-ease), transform 560ms var(--hero-ease);transition-delay:calc(var(--rvt-stagger-i, 0) * 90ms)}
.rvt-hero-outer.rvt-hero-in [data-rvt-stagger]{opacity:1;transform:none}

@media(prefers-reduced-motion:reduce){
  .rvt-hero-outer [data-rvt-stagger]{transition:none;opacity:1;transform:none}
  .rvt-hero-outer .rvt-spark{animation:none}
  .rvt-hero-imgwrap,.rvt-hero-imgwrap img,.rvt-hero-stat{transition:none!important}
  .rvt-hero-media:hover .rvt-hero-imgwrap img{transform:none}
  .rvt-btn.rvt-p .elementor-button-text::after{transition:none}
}

/* ============ PHASE 3 — PREMIUM 3D + MICRO-INTERACTIONS v3.0 ============ */

/* --- Global animation tokens --- */
:root{
  --rvt-ease-out:cubic-bezier(.22,1,.36,1);
  --rvt-ease-spring:cubic-bezier(.34,1.56,.64,1);
  --rvt-ease-smooth:cubic-bezier(.4,0,.2,1);
  --rvt-t-fast:180ms;
  --rvt-t-med:360ms;
  --rvt-t-slow:560ms;
  --rvt-perspective:1200px;
}

/* --- Scroll-triggered reveal upgrade (replaces flat translateY) --- */
.rvt-fade{opacity:0;transform:translateY(32px) scale(.985);transition:opacity var(--rvt-t-slow) var(--rvt-ease-out),transform var(--rvt-t-slow) var(--rvt-ease-out);will-change:opacity,transform}
.rvt-fade.rvt-in{opacity:1;transform:none}

/* Stagger children inside revealed sections */
.rvt-fade.rvt-in > *:nth-child(1){animation:rvt-stagger-child var(--rvt-t-slow) var(--rvt-ease-out) both 0ms}
.rvt-fade.rvt-in > *:nth-child(2){animation:rvt-stagger-child var(--rvt-t-slow) var(--rvt-ease-out) both 80ms}
.rvt-fade.rvt-in > *:nth-child(3){animation:rvt-stagger-child var(--rvt-t-slow) var(--rvt-ease-out) both 160ms}
@keyframes rvt-stagger-child{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}

/* --- HERO 3D UPGRADE --- */
.rvt-hero-outer{perspective:var(--rvt-perspective)}
.rvt-hero-real{transform-style:preserve-3d}
.rvt-hero-real img{transform-style:preserve-3d;transition:transform var(--rvt-t-med) var(--rvt-ease-out)}

/* Hero floating gradient orbs */
.rvt-hero-media::before{content:"";position:absolute;width:180px;height:180px;border-radius:50%;background:radial-gradient(circle,rgba(47,169,160,.18) 0%,transparent 70%);top:-30px;left:-20px;z-index:0;animation:rvt-orb-float 6s ease-in-out infinite;pointer-events:none}
.rvt-hero-media::after{content:"";position:absolute;width:120px;height:120px;border-radius:50%;background:radial-gradient(circle,rgba(240,128,111,.12) 0%,transparent 70%);bottom:10%;right:-10%;z-index:0;animation:rvt-orb-float 8s ease-in-out infinite reverse;pointer-events:none}
@keyframes rvt-orb-float{0%,100%{transform:translate(0,0)}50%{transform:translate(12px,-18px)}}

/* Hero stat cards — glass morphism + 3D lift */
.rvt-hero-stat{background:rgba(255,255,255,.85);backdrop-filter:blur(16px) saturate(1.4);-webkit-backdrop-filter:blur(16px) saturate(1.4);border:1px solid rgba(234,223,213,.6);box-shadow:0 12px 40px rgba(26,26,26,.08),0 2px 8px rgba(26,26,26,.04);transition:transform var(--rvt-t-med) var(--rvt-ease-spring),box-shadow var(--rvt-t-med) var(--rvt-ease-out)}
@media(hover:hover) and (pointer:fine){
  .rvt-hero-stat:hover{transform:translateY(-4px) scale(1.03);box-shadow:0 18px 48px rgba(26,26,26,.12),0 4px 12px rgba(26,26,26,.06)}
}

/* Hero stat icon — subtle rotate on hover */
.rvt-hero-stat-icon{transition:transform var(--rvt-t-med) var(--rvt-ease-spring)}
.rvt-hero-stat:hover .rvt-hero-stat-icon{transform:rotate(-8deg) scale(1.1)}

/* --- PRODUCT CARDS 3D TILT --- */
.woocommerce ul.products li.product{perspective:var(--rvt-perspective);transform-style:preserve-3d;transition:transform var(--rvt-t-med) var(--rvt-ease-out),box-shadow var(--rvt-t-med) var(--rvt-ease-out),border-color var(--rvt-t-med) ease}
@media(hover:hover) and (pointer:fine){
  .woocommerce ul.products li.product:hover{transform:translateY(-8px) rotateX(2deg) rotateY(-1deg);box-shadow:0 24px 48px rgba(26,26,26,.1),0 8px 16px rgba(26,26,26,.04)}
}

/* Product image shimmer on hover */
.woocommerce ul.products li.product .woocommerce-LoopProduct-link::after{content:"";position:absolute;inset:0;background:linear-gradient(105deg,transparent 40%,rgba(255,255,255,.35) 50%,transparent 60%);transform:translateX(-100%);transition:none;pointer-events:none;z-index:2}
@media(hover:hover) and (pointer:fine){
  .woocommerce ul.products li.product:hover .woocommerce-LoopProduct-link::after{transform:translateX(100%);transition:transform .65s ease}
}

/* Add to cart button — spring bounce */
.woocommerce ul.products li.product .button{transition:transform var(--rvt-t-fast) var(--rvt-ease-spring),background var(--rvt-t-fast) ease,box-shadow var(--rvt-t-fast) ease}
.woocommerce ul.products li.product .button:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(47,169,160,.25)}
.woocommerce ul.products li.product .button:active{transform:scale(.96)}

/* --- BENTO CARDS — 3D DEPTH + GLOW --- */
.rvt-bg-big,.rvt-bg-small{perspective:var(--rvt-perspective);transform-style:preserve-3d;transition:transform var(--rvt-t-med) var(--rvt-ease-out),box-shadow var(--rvt-t-med) var(--rvt-ease-out),border-color var(--rvt-t-med) ease}
@media(hover:hover) and (pointer:fine){
  .rvt-bg-big:hover{transform:translateY(-8px) rotateX(1.5deg) rotateY(-1deg);box-shadow:0 28px 56px rgba(26,26,26,.1),0 0 0 1px rgba(47,169,160,.1)}
  .rvt-bg-small:hover{transform:translateY(-6px) rotateX(1deg) rotateY(-1.5deg);box-shadow:0 22px 48px rgba(26,26,26,.09),0 0 0 1px rgba(47,169,160,.08)}
}
.rvt-bg-big .rvt-badge,.rvt-bg-small .rvt-badge{transition:transform var(--rvt-t-fast) var(--rvt-ease-spring)}
.rvt-bg-big:hover .rvt-badge,.rvt-bg-small:hover .rvt-badge{transform:translateY(-2px) scale(1.05)}

/* Bento arrow slide */
.rvt-arrow{transition:transform var(--rvt-t-fast) var(--rvt-ease-out)}
.rvt-bg-big:hover .rvt-arrow,.rvt-bg-small:hover .rvt-arrow{transform:translateX(6px)}

/* --- CATEGORY TILES — PERSPECTIVE TILT --- */
.rvt-cattile{perspective:var(--rvt-perspective);transform-style:preserve-3d;transition:transform var(--rvt-t-med) var(--rvt-ease-out),box-shadow var(--rvt-t-med) var(--rvt-ease-out),border-color var(--rvt-t-med) ease}
@media(hover:hover) and (pointer:fine){
  .rvt-cattile:hover{transform:translateY(-8px) rotateX(2deg) rotateY(1.5deg);box-shadow:0 24px 48px rgba(26,26,26,.1),0 0 40px rgba(47,169,160,.06)}
}
.rvt-cattile img,.rvt-cattile svg{transition:transform var(--rvt-t-med) var(--rvt-ease-out)}
.rvt-cattile:hover img,.rvt-cattile:hover svg{transform:scale(1.08) translateY(-4px)}
.rvt-cattile-arrow{transition:transform var(--rvt-t-fast) var(--rvt-ease-out)}
.rvt-cattile:hover .rvt-cattile-arrow{transform:translateX(4px)}

/* --- LIFESTYLE PANEL — FLOATING 3D --- */
.rvt-lifestyle{perspective:var(--rvt-perspective);overflow:visible}
.rvt-lifestyle-panel{transform:translateZ(20px);box-shadow:0 24px 64px rgba(26,26,26,.18),0 8px 20px rgba(26,26,26,.08);transition:transform var(--rvt-t-med) var(--rvt-ease-out),box-shadow var(--rvt-t-med) var(--rvt-ease-out)}
@media(hover:hover) and (pointer:fine){
  .rvt-lifestyle-panel:hover{transform:translateZ(32px) translateY(-4px);box-shadow:0 32px 72px rgba(26,26,26,.2),0 12px 28px rgba(26,26,26,.1)}
}
.rvt-lifestyle::after{content:"";position:absolute;bottom:-40px;left:20%;width:60%;height:80px;background:radial-gradient(ellipse,rgba(47,169,160,.12) 0%,transparent 70%);filter:blur(20px);pointer-events:none}

/* --- PROMO / COUNTDOWN — GLOW PULSE --- */
.rvt-promo{perspective:var(--rvt-perspective)}
.rvt-promo::after{content:"";position:absolute;top:50%;left:50%;width:200px;height:200px;transform:translate(-50%,-50%);background:radial-gradient(circle,rgba(47,169,160,.2) 0%,transparent 60%);animation:rvt-glow-pulse 3s ease-in-out infinite;pointer-events:none;z-index:0}
@keyframes rvt-glow-pulse{0%,100%{opacity:.6;transform:translate(-50%,-50%) scale(1)}50%{opacity:1;transform:translate(-50%,-50%) scale(1.3)}}
.rvt-cd > div{transition:transform var(--rvt-t-fast) var(--rvt-ease-spring),background var(--rvt-t-fast) ease,border-color var(--rvt-t-fast) ease}
.rvt-cd > div:hover{transform:translateY(-3px) scale(1.04);background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.2)}

/* --- TESTIMONIAL CARDS — 3D + QUOTE MARK --- */
.rvt-testi{perspective:var(--rvt-perspective);transform-style:preserve-3d;transition:transform var(--rvt-t-med) var(--rvt-ease-out),box-shadow var(--rvt-t-med) var(--rvt-ease-out);position:relative;overflow:hidden}
.rvt-testi::before{content:"\201C";position:absolute;top:-8px;right:16px;font-family:var(--rvt-h);font-size:6rem;line-height:1;color:rgba(47,169,160,.08);pointer-events:none;z-index:0}
@media(hover:hover) and (pointer:fine){
  .rvt-testi:hover{transform:translateY(-6px) rotateX(1deg);box-shadow:0 20px 44px rgba(26,26,26,.09)}
}
.rvt-stars span,.rvt-stars{transition:transform var(--rvt-t-fast) var(--rvt-ease-spring)}
.rvt-testi:hover .rvt-stars{transform:scale(1.06)}

/* --- NEWSLETTER — FLOAT + SHINE --- */
.rvt-newsletter{position:relative;overflow:hidden;transition:transform var(--rvt-t-med) var(--rvt-ease-out),box-shadow var(--rvt-t-med) var(--rvt-ease-out)}
.rvt-newsletter::before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:conic-gradient(from 0deg,transparent 0%,rgba(47,169,160,.06) 10%,transparent 20%);animation:rvt-shine-rotate 12s linear infinite;pointer-events:none}
@keyframes rvt-shine-rotate{to{transform:rotate(360deg)}}
@media(hover:hover) and (pointer:fine){
  .rvt-newsletter:hover{transform:translateY(-3px);box-shadow:0 20px 48px rgba(26,26,26,.09)}
}

/* Newsletter input focus glow */
.rvt-newsletter input[type=email]:focus{border-color:var(--rvt-accent);box-shadow:0 0 0 4px rgba(47,169,160,.14),0 4px 16px rgba(47,169,160,.08)}

/* --- VALUES — ICON ANIMATION + BORDER REVEAL --- */
.rvt-values > div{transition:transform var(--rvt-t-med) var(--rvt-ease-out);position:relative}
.rvt-values > div::before{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--rvt-accent);transition:width var(--rvt-t-med) var(--rvt-ease-out)}
@media(hover:hover) and (pointer:fine){
  .rvt-values > div:hover{transform:translateY(-4px)}
  .rvt-values > div:hover::before{width:40px}
}
.rvt-values-icon{transition:transform var(--rvt-t-med) var(--rvt-ease-spring),background var(--rvt-t-med) ease}
.rvt-values > div:hover .rvt-values-icon{transform:scale(1.12) rotate(-6deg);background:rgba(47,169,160,.2)}

/* --- CATEGORY PILLS — SCALE SPRING --- */
.rvt-pill{transition:all var(--rvt-t-fast) var(--rvt-ease-spring)}
.rvt-pill:hover{transform:translateY(-2px) scale(1.04)}
.rvt-pill:active{transform:scale(.97)}

/* --- TRUST BADGES ANIMATION --- */
.rvt-trust > div{transition:transform var(--rvt-t-fast) var(--rvt-ease-spring)}
.rvt-trust > div:hover{transform:translateY(-2px)}
.rvt-trust > div svg{transition:transform var(--rvt-t-med) var(--rvt-ease-spring)}
.rvt-trust > div:hover svg{transform:scale(1.15) rotate(-5deg)}

/* --- PAYMENT BADGES — subtle hover --- */
.rvt-pay{transition:transform var(--rvt-t-fast) var(--rvt-ease-spring),box-shadow var(--rvt-t-fast) ease}
.rvt-pay:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(26,26,26,.06)}

/* --- BUY NOW BUTTON — PREMIUM PRESS --- */
.rvt-buy-now{transition:transform var(--rvt-t-fast) var(--rvt-ease-spring),background var(--rvt-t-fast) ease,box-shadow var(--rvt-t-fast) ease!important}
.rvt-buy-now:hover{box-shadow:0 8px 24px rgba(26,26,26,.15)!important}
.rvt-buy-now:active{transform:scale(.96)!important}
.rvt-buy-now svg{transition:transform var(--rvt-t-fast) var(--rvt-ease-out)}
.rvt-buy-now:hover svg{transform:translateX(3px)}

/* --- SINGLE PRODUCT IMAGE — DEPTH --- */
.single-product div.product .images img{transition:transform var(--rvt-t-med) var(--rvt-ease-out),box-shadow var(--rvt-t-med) var(--rvt-ease-out)}
@media(hover:hover) and (pointer:fine){
  .single-product div.product .images img:hover{transform:scale(1.02);box-shadow:0 20px 48px rgba(26,26,26,.1),0 0 0 1px var(--rvt-border)}
}

/* --- PRODUCT TABS — SMOOTH SWITCH --- */
.single-product .woocommerce-tabs ul.tabs li a{transition:all var(--rvt-t-fast) var(--rvt-ease-out)!important}
.single-product .woocommerce-tabs ul.tabs li.active a{box-shadow:0 4px 12px rgba(26,26,26,.1)!important}
.single-product .woocommerce-tabs .panel{animation:rvt-tab-in var(--rvt-t-slow) var(--rvt-ease-out) both}
@keyframes rvt-tab-in{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}

/* --- STORY SECTION — PARALLAX-STYLE MEDIA --- */
.rvt-story-media{transition:transform var(--rvt-t-med) var(--rvt-ease-out),box-shadow var(--rvt-t-med) var(--rvt-ease-out)}
@media(hover:hover) and (pointer:fine){
  .rvt-story-media:hover{transform:scale(1.02) rotateY(-2deg);box-shadow:0 24px 56px rgba(26,26,26,.1)}
}
.rvt-story-media::after{transition:transform var(--rvt-t-med) var(--rvt-ease-spring)}
.rvt-story-media:hover::after{transform:scale(1.2)}

/* --- CONTACT FORM — FIELD ANIMATION --- */
.rvt-contact-form input:focus,.rvt-contact-form textarea:focus{transform:translateY(-1px);box-shadow:0 0 0 4px rgba(47,169,160,.14),0 4px 16px rgba(47,169,160,.06)!important}
.rvt-contact-form .wpcf7-submit{transition:transform var(--rvt-t-fast) var(--rvt-ease-spring),background var(--rvt-t-fast) ease,box-shadow var(--rvt-t-fast) ease!important}
.rvt-contact-form .wpcf7-submit:hover{box-shadow:0 8px 24px rgba(47,169,160,.2)!important}
.rvt-contact-form .wpcf7-submit:active{transform:scale(.97)!important}

/* --- FOOTER — LINK UNDERLINE ANIMATION --- */
.rvt-footer ul li a{position:relative;display:inline}
.rvt-footer ul li a::after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:1.5px;background:var(--rvt-accent);transition:width var(--rvt-t-med) var(--rvt-ease-out)}
.rvt-footer ul li a:hover::after{width:100%}

/* Footer social icons — pop */
.rvt-social a{transition:transform var(--rvt-t-fast) var(--rvt-ease-spring),background var(--rvt-t-fast) ease,border-color var(--rvt-t-fast) ease,color var(--rvt-t-fast) ease}
.rvt-social a:hover{transform:translateY(-3px) scale(1.08)}

/* --- BACK TO TOP — 3D ROTATE IN --- */
.rvt-top{transition:opacity var(--rvt-t-med) ease,transform var(--rvt-t-med) var(--rvt-ease-spring)}
.rvt-top.rvt-show{transform:none}
.rvt-top:hover{transform:translateY(-3px) scale(1.08);box-shadow:0 12px 32px rgba(26,26,26,.25)}
.rvt-top:active{transform:scale(.93)}

/* --- ANNOUNCEMENT BAR — SHIMMER --- */
.rvt-announce{position:relative;overflow:hidden}
.rvt-announce::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.05) 50%,transparent 100%);transform:translateX(-100%);animation:rvt-announce-shimmer 6s ease-in-out infinite 3s}
@keyframes rvt-announce-shimmer{0%{transform:translateX(-100%)}40%,100%{transform:translateX(100%)}}

/* --- HEADER NAV LINKS — UNDERLINE DRAW --- */
.rvt-nav-link{position:relative}
.rvt-nav-link::after{content:"";position:absolute;bottom:2px;left:14px;right:14px;height:2px;background:var(--rvt-accent);transform:scaleX(0);transform-origin:left;transition:transform var(--rvt-t-fast) var(--rvt-ease-out)}
.rvt-nav-link:hover::after,.rvt-nav-link.rvt-nav-active::after{transform:scaleX(1)}

/* Theme Builder header nav compat */
.rvt-tb-header .elementor-nav-menu > li > a{position:relative}
.rvt-tb-header .elementor-nav-menu > li > a::after{content:"";position:absolute;bottom:4px;left:14px;right:14px;height:2px;background:var(--rvt-accent);transform:scaleX(0);transform-origin:left;transition:transform var(--rvt-t-fast) var(--rvt-ease-out);border-radius:1px}
.rvt-tb-header .elementor-nav-menu > li > a:hover::after,.rvt-tb-header .elementor-nav-menu > li.current-menu-item > a::after{transform:scaleX(1)}

/* --- SALE BADGE — PULSE --- */
.woocommerce span.onsale{animation:rvt-sale-pulse 2s ease-in-out infinite}
@keyframes rvt-sale-pulse{0%,100%{box-shadow:0 2px 8px rgba(240,128,111,.25)}50%{box-shadow:0 4px 16px rgba(240,128,111,.45)}}

/* --- SCROLLBAR STYLING --- */
::-webkit-scrollbar{width:8px}
::-webkit-scrollbar-track{background:var(--rvt-bg)}
::-webkit-scrollbar-thumb{background:var(--rvt-border);border-radius:var(--rvt-rp)}
::-webkit-scrollbar-thumb:hover{background:var(--rvt-accent)}
html{scrollbar-color:var(--rvt-border) var(--rvt-bg);scrollbar-width:thin}

/* --- SELECTION STYLING --- */
::selection{background:rgba(47,169,160,.18);color:var(--rvt-ink)}

/* --- SMOOTH SCROLL --- */
html{scroll-behavior:smooth}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}

/* --- REDUCED MOTION: kill all premium animations --- */
@media(prefers-reduced-motion:reduce){
  .rvt-fade{transition:none!important;transform:none!important;opacity:1!important}
  .rvt-fade.rvt-in > *{animation:none!important}
  .rvt-hero-media::before,.rvt-hero-media::after{animation:none!important}
  .rvt-promo::after{animation:none!important}
  .rvt-newsletter::before{animation:none!important}
  .rvt-announce::after{animation:none!important}
  .woocommerce span.onsale{animation:none!important}
  .woocommerce ul.products li.product .woocommerce-LoopProduct-link::after{transition:none!important;transform:none!important}
  .rvt-bg-big,.rvt-bg-small,.rvt-cattile,.rvt-testi,.rvt-newsletter,.rvt-story-media{transition:none!important}
  .woocommerce ul.products li.product{transition:none!important}
  .single-product .woocommerce-tabs .panel{animation:none!important}
}

/* ============ SHOP CATEGORY FILTER PILLS ============ */
.rvt-shop-filters{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 28px}
.rvt-filter-pill{display:inline-flex;align-items:center;gap:6px;padding:9px 18px;border-radius:var(--rvt-rp);border:1px solid var(--rvt-border);background:var(--rvt-surface);color:var(--rvt-ink);font-family:var(--rvt-b);font-size:.85rem;font-weight:500;text-decoration:none!important;transition:all .2s ease}
.rvt-filter-pill span{color:var(--rvt-muted);font-size:.78rem}
.rvt-filter-pill:hover{border-color:var(--rvt-accent);color:var(--rvt-accent)}
.rvt-filter-pill.is-active{background:var(--rvt-accent);border-color:var(--rvt-accent);color:#fff}
.rvt-filter-pill.is-active span{color:rgba(255,255,255,.75)}
@media(max-width:600px){.rvt-shop-filters{gap:8px}.rvt-filter-pill{padding:8px 14px;font-size:.8rem}}


/* ============ PRODUCT GALLERY (single product) — was unstyled, now responsive ============ */
.single-product div.product .woocommerce-product-gallery{position:relative}
.single-product div.product .woocommerce-product-gallery__wrapper{margin:0;padding:0;border-radius:var(--rvt-rm);overflow:hidden;background:var(--rvt-surface);border:1px solid var(--rvt-border);box-shadow:var(--rvt-sh)}
.single-product div.product .woocommerce-product-gallery__image{margin:0}
.single-product div.product .woocommerce-product-gallery__image img,
.single-product div.product .woocommerce-product-gallery img{width:100%!important;height:auto!important;max-width:100%;object-fit:contain;display:block;aspect-ratio:1/1;background:var(--rvt-bg)}
.single-product div.product .flex-viewport{border-radius:var(--rvt-rm) var(--rvt-rm) 0 0;overflow:hidden;max-width:100%}
.single-product div.product ol.flex-control-nav,
.single-product div.product .flex-control-thumbs{display:flex!important;gap:10px;list-style:none;margin:14px 0 0!important;padding:0!important;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}
.single-product div.product ol.flex-control-nav::-webkit-scrollbar,
.single-product div.product .flex-control-thumbs::-webkit-scrollbar{display:none}
.single-product div.product ol.flex-control-nav li,
.single-product div.product .flex-control-thumbs li{flex:0 0 auto;width:72px;height:72px;list-style:none;margin:0!important}
.single-product div.product ol.flex-control-nav li img,
.single-product div.product .flex-control-thumbs li img{width:100%;height:100%;object-fit:cover;border-radius:var(--rvt-rs);border:2px solid transparent;background:var(--rvt-bg);cursor:pointer;opacity:.6;transition:all .18s;margin:0!important}
.single-product div.product ol.flex-control-nav li img:hover,
.single-product div.product .flex-control-thumbs li img:hover{opacity:1}
.single-product div.product ol.flex-control-nav li img.flex-active,
.single-product div.product .flex-control-thumbs li img.wc-active{opacity:1;border-color:var(--rvt-accent)}
.woocommerce-product-gallery__trigger{background:var(--rvt-surface)!important;border:1px solid var(--rvt-border)!important;border-radius:50%!important;width:38px;height:38px;top:16px!important;right:16px!important;opacity:.9;z-index:5}
.woocommerce-product-gallery__trigger img{margin:0!important}

/* Buy row: quantity + Add to Cart + Buy Now — wrap cleanly, stack on small phones */
.single-product div.product form.cart{display:flex!important;flex-wrap:wrap;align-items:center;gap:12px}
@media(max-width:480px){
  .single-product div.product{padding:12px 16px 24px!important}
  .single-product div.product form.cart{flex-direction:column;align-items:stretch}
  .single-product .quantity{margin-right:0!important;width:100%}
  .single-product .quantity input.qty{width:100%!important}
  .single-product .single_add_to_cart_button,
  .single-product .rvt-buy-now{width:100%!important;justify-content:center;margin-left:0!important}
  .single-product div.product .woocommerce-product-gallery__image img,
  .single-product div.product .woocommerce-product-gallery img{aspect-ratio:1/1}
  .single-product div.product ol.flex-control-nav li,
  .single-product div.product .flex-control-thumbs li{width:56px;height:56px}
}
@media(max-width:900px) and (min-width:481px){
  .single-product div.product ol.flex-control-nav li,
  .single-product div.product .flex-control-thumbs li{width:60px;height:60px}
}

/* RVT-FIX: desktop 2-col product layout (images left, summary right) \u2014 the mobile-first reset above (width:100%;float:none) never had a matching desktop breakpoint, so the single-product page was stacking full-width on every screen size including desktop. */
@media(min-width:900px){
  .single-product div.product{display:grid!important;grid-template-columns:1fr 1fr!important;gap:56px!important;align-items:start!important}
  .single-product div.product .images,
  .single-product div.product .summary{width:100%!important;float:none!important}
}


/* RVT-FIX v2: related\/up-sells as a horizontal scroll slider \u2014 swipeable\/scrollable row instead of a wrapping grid, so it always looks intentional regardless of item count and works cleanly on any screen width. */
.related.products ul.products,
.up-sells ul.products{
  display:flex!important;
  flex-wrap:nowrap!important;
  overflow-x:auto!important;
  scroll-snap-type:x mandatory!important;
  -webkit-overflow-scrolling:touch;
  gap:20px!important;
  padding:4px 4px 14px!important;
  scrollbar-width:thin;
  scrollbar-color:var(--rvt-border) transparent;
}
.related.products ul.products::-webkit-scrollbar,
.up-sells ul.products::-webkit-scrollbar{height:6px}
.related.products ul.products::-webkit-scrollbar-thumb,
.up-sells ul.products::-webkit-scrollbar-thumb{background:var(--rvt-border);border-radius:99px}
.related.products ul.products li.product,
.up-sells ul.products li.product{
  flex:0 0 240px!important;
  max-width:240px!important;
  scroll-snap-align:start!important;
}
@media(max-width:600px){
  .related.products ul.products li.product,
  .up-sells ul.products li.product{
    flex:0 0 72%!important;
    max-width:72%!important;
  }
}


/* RVT-FIX: tabs\/related escape the 2-col grid \u2014 woocommerce_after_single_product_summary (tabs, upsells, related) renders as siblings of .images\/.summary INSIDE div.product, so the earlier 2-col grid fix was squeezing them into narrow grid cells too. Force them full width below the image\/summary row. */
@media(min-width:900px){
  .single-product div.product > .woocommerce-tabs,
  .single-product div.product > .related.products,
  .single-product div.product > .up-sells{
    grid-column:1 \/ -1!important;
  }
}


/* RVT-FIX: primary\/secondary button hierarchy on single product \u2014 align with the design system's own button spec (primary = solid teal, secondary = outlined ink). Buy Now becomes the dominant full-width CTA, Add to Cart becomes the paired secondary action next to quantity. */
.single-product form.cart{display:flex!important;flex-wrap:wrap!important;gap:12px!important;align-items:center!important}
.single-product form.cart .single_add_to_cart_button{
  flex:1 1 auto!important;
  background:transparent!important;
  color:var(--rvt-ink)!important;
  border:1.5px solid var(--rvt-ink)!important;
}
.single-product form.cart .single_add_to_cart_button:hover{
  background:var(--rvt-ink)!important;
  color:#fff!important;
}
.single-product form.cart .rvt-buy-now{
  flex:1 1 100%!important;
  order:3;
  width:100%!important;
  justify-content:center!important;
  background:var(--rvt-accent)!important;
  font-size:1.05rem!important;
  height:54px!important;
  margin-left:0!important;
}
.single-product form.cart .rvt-buy-now:hover{background:var(--rvt-accent-h)!important}

/* Save-percentage badge next to price */
.rvt-save-badge{display:inline-flex;align-items:center;margin-left:10px;padding:5px 12px;border-radius:var(--rvt-rp);background:rgba(240,128,111,.14);color:var(--rvt-coral);font-family:var(--rvt-b);font-weight:600;font-size:.78rem;letter-spacing:.02em;vertical-align:middle}


/* ============ RVT-HEADER-FOOTER v3 ============ */

/* TOP BAR */
.rvt-topbar{overflow:hidden!important;min-height:0!important}
.rvt-marquee-wrap{overflow:hidden;width:100%}
.rvt-marquee{display:flex;gap:28px;white-space:nowrap;animation:rvtMarquee 26s linear infinite}
.rvt-marquee span{color:rgba(255,255,255,.75);font-family:'General Sans',sans-serif;font-size:11px;font-weight:400;letter-spacing:.2px}
@keyframes rvtMarquee{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}

/* MAIN HEADER */
.rvt-main-header{backdrop-filter:blur(16px)!important;-webkit-backdrop-filter:blur(16px)!important;transition:box-shadow .3s ease!important}
.rvt-main-header.elementor-sticky--effects{box-shadow:0 2px 16px rgba(0,0,0,.05)!important}

/* Logo: blend away white/light JPEG background */
.rvt-main-header .elementor-widget-theme-site-logo img,
.rvt-footer-wrap .elementor-widget-theme-site-logo img{
  mix-blend-mode:multiply!important;
  object-fit:contain!important;
}

/* Icon buttons */
.rvt-hdr-icon{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;border:none!important;background:transparent;color:#1A1A1A;cursor:pointer;transition:all .2s;text-decoration:none!important;font:inherit}
.rvt-hdr-icon:hover{color:#2FA9A0;background:rgba(47,169,160,.06)}

/* Cart widget color fix: remove pink/magenta borders and use brand colors */
.rvt-main-header .elementor-menu-cart--items-indicator-bubble .elementor-button-icon[data-counter]::after{background:#2FA9A0!important;color:#fff!important;font-size:9px!important}
.rvt-main-header .elementor-menu-cart__toggle .elementor-button{background:none!important;border:none!important;box-shadow:none!important;padding:6px!important}
.rvt-main-header .elementor-menu-cart__toggle .elementor-button:hover{color:#2FA9A0!important}
.rvt-main-header .elementor-menu-cart__toggle .elementor-button i,
.rvt-main-header .elementor-menu-cart__toggle .elementor-button svg{font-size:18px!important;width:18px!important;height:18px!important}
.rvt-main-header .elementor-menu-cart__toggle .elementor-button-text{display:none!important}
.rvt-main-header .elementor-widget-woocommerce-menu-cart{border:none!important}

/* Footer */
.rvt-footer-wrap{padding-top:40px!important}
.rvt-footer-wrap .elementor-widget-theme-site-logo img{filter:brightness(0) invert(1);opacity:.7}

/* Mobile */
@media(max-width:767px){
  .rvt-topbar{padding:5px 10px!important}
  .rvt-marquee span{font-size:10px}
  .rvt-main-header{padding:6px 14px!important}
  .rvt-main-header .elementor-widget-theme-site-logo{max-width:55px!important}
}
