/* Bay Smokes Clone - Exact Match CSS */
*,*::before,*::after{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent;}
:root{
  --cyan:#5ecee9;--cyan-dark:#54b6c9;--yellow:#ffe60a;--dark:#1c1b1b;--black:#000;
  --white:#fff;--gray:#f6f5f5;--light-cyan:#eafcff;--green:#4caf50;--muted:#666;
  --body-font:'Poppins',sans-serif;--head-font:'Jost',sans-serif;
}
html{scroll-behavior:smooth;overflow-x:hidden;}
body{font-family:var(--body-font);font-size:16px;color:var(--dark);background:var(--white);overflow-x:hidden;}
body.no-scroll{overflow:hidden;}
a{text-decoration:none;color:inherit;}
button{border:none;background:none;cursor:pointer;font-family:inherit;}
ul{list-style:none;}
img{max-width:100%;height:auto;display:block;}
.container{max-width:1340px;margin:0 auto;padding:0 20px;}

/* Age Verify */
#age-verify-overlay{position:fixed;inset:0;background:rgba(0,0,0,.85);z-index:10000;display:flex;align-items:center;justify-content:center;backdrop-filter:blur(8px);}
#age-verify-overlay.hidden{display:none;}
#age-verify-modal{background:#fff;border-radius:16px;padding:48px 36px;text-align:center;max-width:400px;width:90%;border:1px solid #000;}
.age-logo{width:180px;margin:0 auto 20px;}
#age-verify-modal h2{font-family:var(--head-font);font-size:20px;font-weight:700;margin-bottom:28px;}
.age-buttons{display:flex;flex-direction:column;gap:10px;}
.age-btn{padding:14px;font-size:16px;font-weight:600;border-radius:8px;transition:.3s;}
.age-btn-yes{background:#008060;color:#fff;border:1px solid #008060;}
.age-btn-yes:hover{background:#006e52;}
.age-btn-no{background:#fff;color:#000;border:1px solid #000;}

/* Announcement Bar */
.announcement-bar{background:var(--black);color:var(--white);padding:16px 16px;text-align:center;font-size:12px;font-family:'Plus Jakarta Sans',sans-serif;font-weight:600;min-height:51px;display:flex;align-items:center;justify-content:center;}
.announcement-inner{display:flex;align-items:center;justify-content:center;gap:6px;flex-wrap:nowrap;}
.ann-icon{flex-shrink:0;opacity:.8;}
.ann-plus{color:#ff6b9d;font-weight:800;font-size:15px;}
.ann-link{color:var(--cyan);font-weight:700;text-decoration:underline;white-space:nowrap;}
@media(max-width:480px){.announcement-bar{font-size:12px;padding:12px 12px;min-height:51px;}.ann-icon{width:16px;height:16px;}}

/* Header — dark bg matching baysmokes.com */
.site-header{background:#4fcfe3;position:sticky;top:0;z-index:1000;border-bottom:none;transition:box-shadow .3s;}
.site-header.scrolled{box-shadow:0 2px 16px rgba(0,0,0,.2);}
.header-inner{display:flex;align-items:center;justify-content:space-between;padding:0 28px;max-width:1340px;margin:0 auto;position:relative;min-height:76px;}
.header-left{display:flex;align-items:center;gap:6px;flex:1;}
.hamburger-btn{display:none;flex-direction:column;gap:6px;padding:6px;}
.hamburger-btn span{width:24px;height:2.5px;background:var(--white);border-radius:3px;transition:.2s;}
.header-nav{display:flex;align-items:center;gap:2px;}
.nav-dropdown{position:relative;}
.nav-link{font-size:15px;font-weight:500;color:var(--white);padding:8px 14px;display:flex;align-items:center;gap:5px;transition:.2s;}
.nav-link:hover{opacity:.75;}
.nav-link svg{transition:transform .2s;stroke:var(--white);}
.nav-dropdown:hover .nav-link svg{transform:rotate(180deg);}
.dropdown-menu{position:absolute;top:100%;left:0;background:#fff;border:1px solid #eee;border-radius:10px;padding:8px 0;min-width:200px;box-shadow:0 10px 40px rgba(0,0,0,.12);opacity:0;visibility:hidden;transform:translateY(6px);transition:.2s;z-index:100;}
.nav-dropdown:hover .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0);}
.dropdown-menu a{display:block;padding:9px 18px;font-size:14px;font-weight:500;color:var(--dark);transition:.2s;}
.dropdown-menu a:hover{background:var(--gray);color:var(--cyan-dark);}
.shop-all-btn{background:transparent;color:var(--white);padding:8px 22px;border-radius:4px;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;transition:.2s;margin-left:8px;border:1.5px solid var(--white);}
.shop-all-btn:hover{background:var(--white);color:var(--dark);}
.header-center{position:absolute;left:50%;transform:translateX(-50%);}
.logo-img{height:50px;}
.header-right{display:flex;align-items:center;gap:12px;flex:1;justify-content:flex-end;}
.icon-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;color:var(--white);transition:.2s;}
.icon-btn:hover{opacity:.65;}
.icon-btn svg{stroke:var(--white);}
.cart-link{display:flex;align-items:center;gap:6px;position:relative;color:var(--white);padding:6px 0;}
.cart-link svg{stroke:var(--white);}
.cart-badge{position:absolute;top:-6px;left:14px;background:#ff6b9d;color:#fff;font-size:8px;font-weight:700;width:17px;height:17px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid #4fcfe3;}
.cart-price{font-size:14px;font-weight:500;margin-left:2px;color:var(--white);}
/* No mobile search in header — only search overlay */
.mobile-search{display:none;padding:0 20px 10px;}
.mobile-search-bar{display:flex;align-items:center;gap:8px;background:var(--gray);border-radius:30px;padding:10px 16px;}
.mobile-search-bar input{border:none;background:none;flex:1;font-size:14px;outline:none;font-family:inherit;}

/* Rewards Bar */
.rewards-bar{background:#6c6ce0;color:var(--white);text-align:center;padding:0 20px;font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.12em;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px;font-family:'DM Sans',sans-serif;min-height:36px;}
.rewards-bar svg{opacity:.8;}
@media(max-width:768px){.rewards-bar{padding:0 16px;font-size:14px;letter-spacing:.08em;}}

/* Mobile Nav Drawer — matching baysmokes.com exactly */
.drawer-overlay{position:fixed;inset:0;background:rgba(0,0,0,.3);z-index:2999;display:none;}
.drawer-overlay.active{display:block;}
.mobile-drawer{position:fixed;top:0;left:0;width:100%;height:100%;background:#fff;z-index:3000;transform:translateX(-100%);transition:transform .3s ease;overflow-y:auto;}
.mobile-drawer.open{transform:translateX(0);}
/* Drawer header — cyan bg */
.drawer-head{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:var(--cyan);}
.drawer-logo{height:36px;}
.drawer-close{background:none;border:none;cursor:pointer;padding:4px;display:flex;}
.drawer-cart-icon{position:relative;display:flex;align-items:center;}
.drawer-cart-badge{position:absolute;top:-6px;right:-8px;background:var(--cyan-dark);color:#fff;font-size:8px;font-weight:700;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid var(--cyan);}
/* Drawer search */
.drawer-search{padding:16px 16px 8px;display:flex;gap:0;border-radius:8px;overflow:visible;margin:16px 16px 8px;border:2px solid #eee;position:relative;flex-wrap:wrap;}
.drawer-search-results{position:absolute;top:100%;left:-2px;right:-2px;background:#fff;border:2px solid #eee;border-top:none;border-radius:0 0 8px 8px;max-height:300px;overflow-y:auto;z-index:100;display:none;}
.drawer-search-results.active{display:block;}
.drawer-search-result{display:flex;align-items:center;gap:12px;padding:10px 14px;border-bottom:1px solid #f0f0f0;cursor:pointer;transition:.15s;}
.drawer-search-result:hover{background:#f6f5f5;}
.drawer-search-result img{width:44px;height:44px;object-fit:contain;border-radius:6px;background:#f6f5f5;flex-shrink:0;}
.drawer-search-result-info{flex:1;min-width:0;}
.drawer-search-result-name{font-size:13px;font-weight:600;color:var(--dark);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.drawer-search-result-price{font-size:12px;color:var(--muted);}
.drawer-search input{flex:1;border:none;padding:10px 14px;font-size:14px;font-family:inherit;outline:none;background:none;}
.drawer-search-btn{background:var(--cyan);border:none;padding:10px 14px;cursor:pointer;display:flex;align-items:center;}
/* Drawer category cards */
.drawer-cats{padding:16px 16px 8px;}
.drawer-cats-label{font-size:16px;font-weight:700;color:var(--cyan);margin-bottom:10px;}
.drawer-cats-scroll{display:flex;gap:10px;overflow-x:auto;padding-bottom:4px;-webkit-overflow-scrolling:touch;}
.drawer-cats-scroll::-webkit-scrollbar{display:none;}
.drawer-cat-card{flex-shrink:0;width:110px;height:90px;border-radius:12px;overflow:hidden;position:relative;display:flex;align-items:center;justify-content:center;}
.drawer-cat-card img{width:70%;height:70%;object-fit:contain;mix-blend-mode:multiply;}
.drawer-cat-card span{position:absolute;bottom:8px;left:50%;transform:translateX(-50%);font-size:10px;font-weight:800;color:#fff;text-transform:uppercase;text-shadow:0 1px 4px rgba(0,0,0,.4);white-space:nowrap;}
/* Drawer nav links */
.drawer-nav{padding:8px 0;}
.drawer-nav-item{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid #f0f0f0;}
.drawer-nav-item a{font-size:16px;font-weight:700;color:var(--cyan);flex:1;}
.drawer-nav-item svg{color:var(--muted);flex-shrink:0;}
/* Drawer promos */
.drawer-promos{display:flex;gap:8px;padding:16px;overflow-x:auto;-webkit-overflow-scrolling:touch;}
.drawer-promos::-webkit-scrollbar{display:none;}
.drawer-promo{flex-shrink:0;width:100px;height:80px;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;text-align:center;font-size:14px;line-height:1.1;}
.drawer-promo strong{font-size:15px;}
/* Drawer action buttons */
.drawer-actions{display:flex;gap:8px;padding:0 16px 16px;}
.drawer-action-btn{flex:1;text-align:center;padding:10px;border:2px solid #ddd;border-radius:8px;font-size:14px;font-weight:700;color:var(--dark);transition:.2s;}
.drawer-action-btn.filled{background:var(--cyan);color:#fff;border-color:var(--cyan);}
/* Drawer review */
.drawer-review{margin:0 16px 16px;padding:24px 20px;border:1px solid #eee;border-radius:14px;text-align:center;position:relative;}
.drawer-review-stars{color:var(--cyan);font-size:28px;letter-spacing:3px;margin-bottom:10px;}
.drawer-review-title{font-size:16px;font-weight:700;margin-bottom:8px;color:var(--dark);}
.drawer-review-text{font-size:13px;color:var(--muted);line-height:1.5;margin-bottom:14px;}
.drawer-review-author{display:flex;align-items:center;justify-content:center;gap:10px;}
.drawer-review-avatar{width:36px;height:36px;border-radius:50%;background:var(--gray);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;}
.drawer-review-name{font-size:13px;font-weight:600;color:var(--cyan);}
.drawer-review-badge{font-size:11px;color:var(--muted);}
/* Drawer social */
.drawer-social{display:flex;justify-content:center;gap:16px;padding:16px 16px 32px;}
.drawer-social a{width:44px;height:44px;border-radius:50%;background:var(--dark);color:#fff;display:flex;align-items:center;justify-content:center;transition:.2s;}
.drawer-social a:hover{background:var(--cyan);}
.drawer-social svg{width:22px;height:22px;}
/* Old drawer-sep/drawer-nav a kept for compat */
.drawer-sep{height:1px;background:#eee;margin:4px 16px;}

/* Search Overlay */
.search-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:2000;display:none;backdrop-filter:blur(3px);}
.search-overlay.active{display:block;}
.search-modal{background:#fff;max-width:600px;margin:80px auto;border-radius:14px;padding:20px;box-shadow:0 20px 60px rgba(0,0,0,.2);}
.search-top{display:flex;align-items:center;gap:10px;border-bottom:2px solid #eee;padding-bottom:14px;margin-bottom:14px;}
.search-top input{flex:1;border:none;font-size:17px;outline:none;font-family:inherit;}
.search-close{font-size:28px;color:var(--muted);}
.search-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);margin-bottom:10px;}
.search-tags{display:flex;flex-wrap:wrap;gap:6px;}
.search-tags a{padding:7px 14px;background:var(--gray);border-radius:20px;font-size:13px;font-weight:500;transition:.2s;}
.search-tags a:hover{background:var(--cyan);color:#fff;}

/* ===== HERO ===== */
.hero{background:linear-gradient(180deg,#7b68ee 0%,#4fc3f7 35%,#29b6f6 50%,#81d4fa 65%,#ffffff 80%);position:relative;overflow:hidden;min-height:580px;}
.hero-inner{max-width:1340px;margin:0 auto;padding:50px 30px 0;display:flex;align-items:flex-start;position:relative;z-index:2;}
.hero-text{flex:0 0 45%;padding-bottom:140px;max-width:520px;}
.hero-proof{display:flex;align-items:center;gap:10px;margin-bottom:6px;}
.hero-faces{display:flex;}
.face-img{width:40px;height:40px;border-radius:50%;border:3px solid #fff;margin-left:-10px;object-fit:cover;background:linear-gradient(135deg,#5ecee9,#7b68ee);}
.face-img:first-child{margin-left:0;}
.face-dot{width:40px;height:40px;border-radius:50%;border:3px solid #fff;margin-left:-10px;}
.face-dot:first-child{margin-left:0;}
.as-seen-mobile{display:none;}
.as-seen-desktop{display:inline;}
.hero-stars{display:flex;gap:1px;}
.hero-sub{color:var(--yellow);font-size:16px;font-weight:700;margin-bottom:6px;}
.hero-title{font-family:var(--head-font);font-size:68px;font-weight:900;line-height:1.0;margin-bottom:14px;color:var(--white);}
.hero-num{background:var(--yellow);color:var(--dark);padding:4px 14px;border-radius:8px;display:inline-block;font-size:56px;margin-right:4px;font-style:italic;line-height:1;}
.hero-online{color:#fff;display:inline;}
.hero-highlight{color:var(--cyan);font-style:italic;display:block;font-size:72px;}
.hero-desc{color:var(--white);font-size:19px;font-weight:400;margin-bottom:18px;}
.hero-badges{display:flex;gap:20px;margin-bottom:28px;}
.badge-item{display:flex;align-items:center;gap:6px;color:var(--white);font-size:15px;font-weight:600;}
.hero-btns{display:flex;gap:14px;margin-bottom:22px;}
.btn-shop-flower{background:#FCE340;color:var(--dark);padding:16px 42px;border-radius:30px;font-family:var(--head-font);font-size:16px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;transition:.3s;display:inline-block;box-shadow:0 4px 16px rgba(0,0,0,.1);border:1.5px solid var(--dark);}
.btn-shop-flower:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.15);}
.btn-shop-all-hero{background:#fff;color:var(--dark);padding:16px 42px;border-radius:30px;border:1.5px solid var(--dark);font-family:var(--head-font);font-size:16px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;transition:.3s;display:inline-block;}
.btn-shop-all-hero:hover{background:var(--dark);color:var(--white);}
.hero-free-ship{color:var(--dark);font-size:12px;font-weight:400;text-transform:uppercase;letter-spacing:.1em;display:flex;align-items:center;gap:6px;}
.hero-free-ship strong{font-weight:800;color:var(--dark);}
.hero-free-ship svg{stroke:var(--dark);}
.hero-ship-light{font-weight:400;opacity:.6;}
.hero-products{flex:1;display:flex;align-items:flex-end;justify-content:center;position:relative;min-height:440px;}
.hero-prod-collection{width:100%;max-width:700px;object-fit:contain;filter:drop-shadow(0 12px 40px rgba(0,0,0,.2));position:relative;z-index:2;}
.hero-prod-img{position:absolute;filter:drop-shadow(0 12px 40px rgba(0,0,0,.25));transition:transform .4s ease;}
.hero-prod-img:hover{transform:scale(1.04) translateY(-4px);}
.hero-prod-1{width:240px;bottom:20px;left:5%;z-index:3;}
.hero-prod-2{width:200px;bottom:40px;left:38%;z-index:2;}
.hero-prod-3{width:180px;bottom:30px;right:2%;z-index:1;}
.hero-fade{display:none;}
.hero-clouds{position:absolute;bottom:0;left:0;width:100%;z-index:1;pointer-events:none;}
.hero-clouds img{width:100%;display:block;}
.hero-as-seen{position:relative;z-index:4;background:var(--white);padding:24px 30px;display:flex;align-items:center;gap:40px;flex-wrap:wrap;}
.as-seen-label{font-size:15px;color:var(--dark);font-weight:400;font-style:italic;}
.as-seen-logos-img{height:28px;opacity:.7;transition:opacity .3s;}
.as-seen-logos-img:hover{opacity:1;}

/* ===== SECTION HELPERS ===== */
.section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:32px;flex-wrap:wrap;gap:12px;}
.section-title{font-family:var(--head-font);font-size:32px;font-weight:800;text-transform:uppercase;letter-spacing:.01em;}
.section-title.cyan{color:var(--cyan);}
.section-title.dark{color:var(--dark);}
.section-title-center{font-family:var(--head-font);font-size:32px;font-weight:800;text-align:center;margin-bottom:32px;text-transform:uppercase;color:var(--dark);}
.section-title-center em{font-style:italic;color:var(--cyan);}
.section-title-center-white{font-family:var(--head-font);font-size:32px;font-weight:800;text-align:center;margin-bottom:40px;text-transform:uppercase;color:var(--white);}
.btn-shop-all{background:var(--cyan);color:var(--white);padding:10px 30px;border-radius:30px;font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;transition:.2s;white-space:nowrap;}
.btn-shop-all:hover{background:var(--cyan-dark);}

/* ===== PRODUCT CARDS ===== */
.product-card{display:block;transition:.2s;min-width:0;overflow:hidden;}
.product-card:hover{transform:translateY(-3px);}
.prod-img{position:relative;background:var(--white);border-radius:10px;overflow:hidden;aspect-ratio:1;}
.prod-img img{width:100%;height:100%;object-fit:contain;transition:transform .4s;}
.product-card:hover .prod-img img{transform:scale(1.06);}
.prod-badge{position:absolute;top:8px;left:8px;padding:3px 10px;border-radius:4px;font-size:11px;font-weight:700;text-transform:uppercase;z-index:2;}
.prod-badge.free{background:var(--cyan);color:#fff;}
.prod-info{padding:12px 4px 0;}
.prod-name{font-size:16px;font-weight:600;color:var(--dark);margin-bottom:4px;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.prod-price{font-size:16px;font-weight:700;color:var(--dark);margin-bottom:6px;}
.prod-price s{color:var(--muted);font-weight:400;font-size:14px;margin-right:4px;}
.prod-rating{display:flex;align-items:center;gap:4px;font-size:13px;}
.stars{color:var(--cyan);letter-spacing:1px;}
.rating-num{font-weight:600;color:var(--dark);}
.rating-count{color:var(--muted);font-size:12px;}
.btn-add-cart{width:100%;padding:10px;background:transparent;color:var(--cyan);border:2px solid var(--cyan);border-radius:8px;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;transition:.2s;margin-top:8px;cursor:pointer;}
.btn-add-cart:hover{background:var(--cyan);color:#fff;}
.product-grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;}

/* Swiper */
.favorites-swiper{overflow:visible;padding-bottom:10px;}
.swiper-button-prev,.swiper-button-next{color:var(--dark)!important;background:rgba(0,0,0,.06);width:42px!important;height:42px!important;border-radius:8px;top:35%!important;}
.swiper-button-prev::after,.swiper-button-next::after{font-size:16px!important;font-weight:700;}
.swiper-button-prev{left:-8px!important;}
.swiper-button-next{right:-8px!important;}

/* ===== FAVORITES ===== */
.section-favorites{padding:0 0 60px;background:var(--white);}

/* ===== CATEGORIES ===== */
.section-categories{padding:60px 0;background:var(--light-cyan);}
.cat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;}
.cat-card{border-radius:14px;overflow:hidden;position:relative;aspect-ratio:1.1;display:flex;align-items:center;justify-content:center;transition:.3s;}
.cat-card:hover{transform:translateY(-4px);box-shadow:0 10px 30px rgba(0,0,0,.1);}
.cat-img{width:70%;height:70%;object-fit:contain;position:relative;z-index:1;transition:transform .3s;}
.cat-card:hover .cat-img{transform:scale(1.08);}
.cat-label{position:absolute;bottom:0;left:0;right:0;z-index:2;color:var(--white);font-family:var(--head-font);font-size:20px;font-weight:800;text-transform:uppercase;letter-spacing:.03em;padding:16px 10px 14px;text-align:center;background:linear-gradient(transparent,rgba(0,0,0,.55));border-radius:0 0 14px 14px;}

/* ===== FREE SAMPLE ===== */
.section-free-sample{padding:60px 0;background:linear-gradient(to bottom,var(--light-cyan),var(--white));}
.free-sample-card{text-align:center;max-width:500px;margin:0 auto;}
.free-sample-card h2{font-family:var(--head-font);font-size:36px;font-weight:800;margin-bottom:16px;color:var(--dark);}
.free-sample-card h2 strong{font-style:italic;}
.free-sample-card p{color:var(--muted);margin-bottom:24px;font-size:15px;}
.btn-dark-pill{display:inline-block;background:var(--dark);color:var(--white);padding:16px 36px;border-radius:30px;font-family:var(--head-font);font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;transition:.3s;}
.btn-dark-pill:hover{background:#333;transform:translateY(-2px);}

/* ===== MARQUEE ===== */
.marquee-bar{background:var(--black);padding:14px 0;overflow:hidden;}
.marquee-track{overflow:hidden;white-space:nowrap;}
.marquee-content{display:inline-flex;gap:20px;animation:marquee 18s linear infinite;color:var(--white);font-family:var(--head-font);font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.12em;align-items:center;}
.dot{color:var(--yellow);font-size:8px;}
@keyframes marquee{0%{transform:translateX(0);}100%{transform:translateX(-50%);}}

/* ===== TOP SELLERS ===== */
.section-top-sellers{padding:60px 0;background:var(--white);}
.tabs{display:flex;justify-content:center;gap:8px;margin-bottom:32px;flex-wrap:wrap;}
.tab{padding:8px 24px;border-radius:20px;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;border:2px solid #ddd;color:var(--dark);background:var(--white);transition:.2s;}
.tab:hover{border-color:var(--cyan);color:var(--cyan-dark);}
.tab.active{background:var(--black);color:var(--white);border-color:var(--black);}
.tab-panel{display:none;}
.tab-panel.active{display:block;animation:fadeUp .4s ease;}
@keyframes fadeUp{from{opacity:0;transform:translateY(10px);}to{opacity:1;transform:translateY(0);}}

/* ===== PRESS BAR ===== */
.press-bar{padding:30px 20px;display:flex;align-items:center;justify-content:center;gap:40px;background:var(--gray);flex-wrap:wrap;}
.press-logo{font-size:24px;color:#333;font-weight:700;opacity:.6;}

/* ===== REWARDS ===== */
.section-rewards{padding:60px 0;background:var(--gray);}
.rewards-card{display:flex;align-items:center;gap:40px;max-width:900px;margin:0 auto;background:var(--white);border-radius:16px;padding:40px;box-shadow:0 4px 20px rgba(0,0,0,.06);}
.rewards-text{flex:1;}
.rewards-stars{color:var(--yellow);font-size:22px;letter-spacing:2px;margin-bottom:8px;}
.rewards-text h2{font-family:var(--head-font);font-size:28px;font-weight:900;text-transform:uppercase;margin-bottom:12px;}
.rewards-text p{color:var(--muted);margin-bottom:12px;font-size:14px;}
.rewards-text ul{padding-left:20px;margin-bottom:20px;font-size:14px;color:var(--dark);}
.rewards-text li{margin-bottom:6px;list-style:disc;}
.btn-join{display:inline-block;background:var(--black);color:var(--white);padding:12px 32px;border-radius:8px;font-size:14px;font-weight:700;text-transform:uppercase;transition:.2s;}
.btn-join:hover{background:#333;}
.rewards-img{width:200px;flex-shrink:0;text-align:center;}
.rewards-box{font-size:100px;}

/* ===== TRUST ===== */
.section-trust{padding:60px 0;}
.trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;}
.trust-card{text-align:center;padding:32px 24px;border-radius:14px;border:1px solid #eee;background:var(--white);transition:.3s;}
.trust-card:hover{transform:translateY(-4px);box-shadow:0 10px 30px rgba(0,0,0,.06);border-color:var(--cyan);}
.trust-icon{margin-bottom:16px;}
.trust-card h3{font-family:var(--head-font);font-size:20px;font-weight:700;margin-bottom:10px;}
.trust-card p{color:var(--muted);font-size:14px;line-height:1.6;margin-bottom:14px;}
.trust-link{color:var(--cyan-dark);font-size:14px;font-weight:600;transition:.2s;}
.trust-link:hover{color:var(--cyan);}

/* ===== COLLABS ===== */
.section-collabs{padding:60px 0;background:var(--black);}
.collabs-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;}
.collab-card{border-radius:14px;overflow:hidden;position:relative;aspect-ratio:.9;transition:.3s;}
.collab-card:hover{transform:translateY(-4px);box-shadow:0 10px 30px rgba(94,206,233,.15);}
.collab-card img{width:100%;height:100%;object-fit:cover;transition:transform .3s;}
.collab-card:hover img{transform:scale(1.06);}
.collab-label{position:absolute;bottom:0;left:0;right:0;padding:16px;background:linear-gradient(to top,rgba(0,0,0,.8),transparent);text-align:center;}
.collab-label span{display:block;color:var(--white);font-family:var(--head-font);font-size:16px;font-weight:700;text-transform:uppercase;margin-bottom:8px;}
.btn-collab{background:var(--cyan);color:var(--white);padding:7px 18px;border-radius:6px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;cursor:pointer;transition:.2s;}
.btn-collab:hover{background:var(--cyan-dark);}

/* ===== FLOWER PRODUCTS ===== */
.section-flower-products{padding:60px 0;background:var(--white);}

/* ===== REVIEWS ===== */
.section-reviews{padding:60px 0;background:var(--gray);}
.reviews-summary{text-align:center;margin-bottom:32px;}
.review-stars-big{color:var(--cyan);font-size:28px;letter-spacing:3px;margin-bottom:4px;}
.reviews-summary p{color:var(--muted);font-size:14px;font-weight:600;}
.review-card{background:var(--white);border-radius:14px;padding:28px;border:1px solid #eee;height:100%;display:flex;flex-direction:column;}
.review-stars{color:var(--yellow);font-size:16px;letter-spacing:2px;margin-bottom:14px;}
.review-text{flex:1;font-size:14px;line-height:1.7;color:var(--dark);margin-bottom:18px;font-style:italic;}
.review-author{display:flex;align-items:center;gap:10px;}
.review-avatar{width:38px;height:38px;border-radius:50%;background:var(--cyan);color:#fff;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;}
.review-name{font-size:14px;font-weight:600;}
.review-badge{font-size:11px;color:var(--green);font-weight:500;}
.reviews-swiper{padding-bottom:44px;}
.reviews-swiper .swiper-pagination-bullet{background:var(--cyan)!important;width:9px;height:9px;}
.reviews-swiper .swiper-pagination-bullet-active{width:26px;border-radius:5px;}

/* ===== FAQ ===== */
.section-faq{padding:60px 0;background:var(--white);}
.faq-layout{display:flex;gap:48px;margin-bottom:40px;}
.faq-left{flex:0 0 280px;}
.faq-left h2{font-family:var(--head-font);font-size:32px;font-weight:800;line-height:1.2;position:sticky;top:100px;}
.faq-right{flex:1;}
.faq-item{border-bottom:1px solid #eee;}
.faq-q{width:100%;text-align:left;padding:18px 0;font-size:15px;font-weight:600;display:flex;justify-content:space-between;align-items:center;color:var(--dark);}
.faq-q span{font-size:22px;color:var(--muted);transition:transform .2s;}
.faq-item.open .faq-q span{transform:rotate(45deg);}
.faq-a{max-height:0;overflow:hidden;transition:max-height .3s ease;}
.faq-item.open .faq-a{max-height:200px;}
.faq-a p{padding:0 0 18px;font-size:14px;line-height:1.7;color:var(--muted);}
.contact-bar{display:flex;gap:24px;flex-wrap:wrap;padding:24px 0;border-top:1px solid #eee;}
.contact-item{display:flex;align-items:center;gap:10px;font-size:14px;flex:1;min-width:200px;}
.contact-icon{font-size:24px;}
.contact-item strong{font-size:13px;}
.contact-item small{font-size:12px;color:var(--muted);}

/* ===== NEWSLETTER ===== */
.section-newsletter{padding:60px 0;background:var(--black);text-align:center;}
.section-newsletter h2{font-family:var(--head-font);font-size:32px;font-weight:800;color:var(--white);text-transform:uppercase;margin-bottom:24px;}
.newsletter-form{display:flex;max-width:500px;margin:0 auto;gap:0;border-radius:8px;overflow:hidden;border:1px solid rgba(255,255,255,.2);}
.newsletter-form input{flex:1;padding:14px 18px;border:none;font-size:15px;font-family:inherit;outline:none;background:rgba(255,255,255,.1);color:#fff;}
.newsletter-form input::placeholder{color:rgba(255,255,255,.5);}
.btn-signup{background:var(--cyan);color:var(--white);padding:14px 28px;font-size:14px;font-weight:700;text-transform:uppercase;cursor:pointer;transition:.2s;border:none;}
.btn-signup:hover{background:var(--cyan-dark);}

/* ===== CART DRAWER — matching baysmokes.com ===== */
.cart-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:4000;display:none;}
.cart-overlay.active{display:block;}
.cart-drawer{position:fixed;top:0;right:0;width:100%;max-width:420px;height:100%;background:#fff;z-index:4001;transform:translateX(100%);transition:transform .3s ease;display:flex;flex-direction:column;}
.cart-drawer.open{transform:translateX(0);}
/* Header */
.cart-drawer-head{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid #eee;}
.cart-drawer-head h3{font-family:var(--head-font);font-size:22px;font-weight:900;}
.cart-drawer-head h3 span{font-weight:400;font-size:18px;}
.cart-drawer-close{font-size:24px;color:var(--muted);cursor:pointer;background:none;border:none;line-height:1;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:.2s;}
.cart-drawer-close:hover{background:var(--gray);}
/* Body */
.cart-drawer-body{flex:1;overflow-y:auto;padding:0 20px;}
.cart-empty{text-align:center;color:var(--muted);padding:60px 0;font-size:15px;}
/* Cart item */
.cart-item{display:flex;gap:14px;padding:20px 0;border-bottom:1px solid #f0f0f0;align-items:flex-start;}
.cart-item img{width:72px;height:72px;border-radius:10px;object-fit:contain;background:var(--gray);flex-shrink:0;}
.cart-item-info{flex:1;}
.cart-item-name{font-size:15px;font-weight:700;margin-bottom:2px;color:var(--dark);}
.cart-item-variant{font-size:12px;color:var(--muted);margin-bottom:4px;}
.cart-item-price{font-size:16px;font-weight:800;color:var(--dark);margin-bottom:8px;}
.cart-item-remove{background:none;border:none;color:var(--muted);cursor:pointer;padding:4px;flex-shrink:0;}
.cart-item-remove svg{width:18px;height:18px;}
/* Quantity control */
.cart-qty{display:inline-flex;align-items:center;border:2px solid #eee;border-radius:8px;overflow:hidden;}
.cart-qty button{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:none;border:none;font-size:18px;cursor:pointer;color:var(--dark);transition:.15s;}
.cart-qty button:hover{background:var(--gray);}
.cart-qty span{width:36px;text-align:center;font-size:14px;font-weight:700;border-left:2px solid #eee;border-right:2px solid #eee;}
/* You may also like */
.cart-suggest{padding:20px 0;border-top:1px solid #eee;}
.cart-suggest h4{font-family:var(--head-font);font-size:18px;font-weight:800;text-align:center;margin-bottom:14px;}
.cart-suggest-item{display:flex;gap:12px;padding:12px;border:1px solid #eee;border-radius:12px;align-items:center;}
.cart-suggest-item img{width:64px;height:64px;object-fit:contain;border-radius:8px;background:var(--gray);}
.cart-suggest-info{flex:1;}
.cart-suggest-info p{font-size:13px;font-weight:700;margin-bottom:2px;}
.cart-suggest-info .cart-sg-rating{font-size:11px;color:var(--cyan);margin-bottom:2px;}
.cart-suggest-info .cart-sg-price{font-size:14px;font-weight:800;}
.cart-suggest-actions{display:flex;flex-direction:column;gap:6px;align-items:flex-end;}
.cart-suggest-actions select{padding:6px 10px;border:1.5px solid #ddd;border-radius:6px;font-size:12px;font-family:inherit;}
.btn-cart-add{background:var(--cyan);color:#fff;border:none;padding:8px 16px;border-radius:8px;font-size:12px;font-weight:700;cursor:pointer;transition:.2s;}
.btn-cart-add:hover{background:var(--cyan-dark);}
/* Footer */
.cart-drawer-footer{padding:16px 20px;border-top:1px solid #eee;background:#fff;}
.btn-checkout{width:100%;padding:16px;background:var(--cyan);color:#fff;border:none;border-radius:30px;font-family:var(--head-font);font-size:17px;font-weight:700;cursor:pointer;transition:.2s;margin-bottom:10px;}
.btn-checkout:hover{background:var(--cyan-dark);}
/* Urgency timer */
.cart-urgency{text-align:center;padding:10px;background:var(--gray);border-radius:10px;font-size:12px;color:var(--dark);}
.cart-urgency .cart-timer{display:inline-block;background:var(--cyan);color:#fff;padding:2px 10px;border-radius:12px;font-weight:700;font-size:13px;margin:0 2px;}

/* ===== FOOTER ===== */
.site-footer{background:#0f0f0f;color:rgba(255,255,255,.8);padding:48px 0 24px;}
.footer-grid{display:grid;grid-template-columns:1fr 1fr 1.5fr 1fr 1fr;gap:28px;padding-bottom:36px;border-bottom:1px solid rgba(255,255,255,.1);}
.footer-col h4{font-size:13px;font-weight:700;color:var(--white);margin-bottom:16px;text-transform:uppercase;letter-spacing:.04em;}
.footer-col ul{display:flex;flex-direction:column;gap:8px;}
.footer-col a{font-size:13px;font-weight:300;color:rgba(255,255,255,.5);transition:.2s;}
.footer-col a:hover{color:var(--cyan);}
.footer-newsletter{text-align:center;}
.footer-logo{height:36px;margin:0 auto 12px;}
.footer-newsletter p{font-size:12px;color:rgba(255,255,255,.5);margin-bottom:12px;}
.footer-email{display:flex;border-radius:6px;overflow:hidden;margin-bottom:12px;}
.footer-email input{flex:1;padding:8px 12px;border:1px solid rgba(255,255,255,.2);background:transparent;color:#fff;font-size:13px;outline:none;font-family:inherit;}
.footer-email input::placeholder{color:rgba(255,255,255,.4);}
.footer-email button{background:var(--cyan);color:#fff;padding:8px 16px;font-size:12px;font-weight:700;cursor:pointer;border:none;white-space:nowrap;}
.footer-social{display:flex;justify-content:center;gap:10px;}
.footer-social a{width:32px;height:32px;border-radius:50%;background:rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;color:#fff;transition:.2s;}
.footer-social a:hover{background:var(--cyan);}
.footer-bottom{padding-top:24px;text-align:center;}
.footer-bottom p{font-size:12px;color:rgba(255,255,255,.35);margin-bottom:8px;}
.disclaimer{max-width:650px;margin:0 auto;line-height:1.5;font-size:11px!important;}

/* ===== BACK TO TOP ===== */
.back-to-top{position:fixed;bottom:20px;right:20px;width:44px;height:44px;border-radius:50%;background:var(--black);color:var(--white);display:flex;align-items:center;justify-content:center;z-index:500;opacity:0;visibility:hidden;transition:.3s;box-shadow:0 4px 16px rgba(0,0,0,.2);cursor:pointer;border:none;}
.back-to-top.visible{opacity:1;visibility:visible;}
.back-to-top:hover{background:var(--cyan);}

/* ===== RESPONSIVE 1024px ===== */
@media(max-width:1024px){
  .hero-title{font-size:48px;}
  .hero-num{font-size:40px;}
  .hero-products{min-height:300px;}
  .hero-prod-1{width:180px;}.hero-prod-2{width:150px;}.hero-prod-3{width:130px;}
  .collabs-grid{grid-template-columns:repeat(2,1fr);}
  .product-grid-4{grid-template-columns:repeat(3,1fr);}
  .footer-grid{grid-template-columns:repeat(3,1fr);}
  .rewards-card{flex-direction:column;text-align:center;}
  .rewards-img{width:120px;}
  .faq-layout{flex-direction:column;gap:24px;}
  .faq-left{flex:none;}
}

/* ===== RESPONSIVE 768px ===== */
@media(max-width:768px){
  /* === HEADER MOBILE === */
  .hamburger-btn{display:flex;}
  .header-nav{display:none;}
  .mobile-search{display:none!important;}
  .cart-price{display:none;}
  .search-toggle,.icon-btn[aria-label="Account"]{display:none!important;}
  .logo-img{height:44px;}
  .header-center{position:static;transform:none;flex:1;display:flex;justify-content:center;}
  .header-inner{padding:10px 14px;}
  .header-left{flex:0 0 auto;}
  .header-right{flex:0 0 auto;gap:0;}
  .cart-link svg{width:24px;height:24px;}
  .cart-badge{top:-6px;left:14px;width:18px;height:18px;font-size:9px;background:#ff6b9d;border:2px solid #4fcfe3;}
  .rewards-bar{font-size:14px;padding:0 14px;letter-spacing:.08em;min-height:36px;}

  /* === HERO MOBILE — bright blue gradient matching baysmokes === */
  .hero{min-height:calc(100vh - 163px);background:linear-gradient(180deg,#6c63ff 0%,#4fc3f7 30%,#29b6f6 45%,#81d4fa 58%,#ffffff 72%)!important;display:flex;flex-direction:column;overflow:visible!important;}
  .hero-inner{flex-direction:column;padding:12px 20px 0;align-items:center;flex:1;justify-content:space-between;}
  .hero-text{max-width:100%;text-align:center;padding-bottom:0;flex:none;display:flex;flex-direction:column;align-items:center;}
  .hero-proof{justify-content:center;margin-bottom:12px;}
  .face-dot{width:38px;height:38px;margin-left:-10px;border-width:3px;}
  .hero-stars svg{width:22px;height:22px;}
  .hero-sub{font-size:18px;margin-bottom:8px;text-align:center;color:#fff;font-weight:700;}
  .hero-title{font-size:42px;text-align:center;margin-bottom:6px;color:#fff;line-height:1.15;}
  .hero-num{font-size:36px;padding:6px 14px;border-radius:8px;transform:rotate(-6deg);display:inline-block;}
  .hero-online{color:#fff;font-size:42px;font-weight:900;}
  .hero-highlight{font-size:48px;text-align:center;color:#fff;display:block;margin-top:0;text-shadow:none;font-style:normal;}
  .hero-desc{font-size:18px;margin-bottom:20px;text-align:center;color:rgba(255,255,255,.9);font-weight:500;}
  .hero-badges{gap:14px;margin-bottom:22px;flex-direction:row;align-items:center;justify-content:center;}
  .badge-item{font-size:14px;color:#fff;font-weight:700;font-family:var(--body-font);}
  .badge-item span{color:#fff;}
  .badge-item svg{width:26px;height:26px;}
  .hero-btns{flex-direction:column;gap:0;align-items:stretch;margin-bottom:16px;width:100vw;margin-left:-20px;padding:0 20px;}
  .btn-shop-flower{text-align:center;padding:0 20px!important;height:50px;line-height:50px;width:100%!important;font-size:20px!important;border-radius:40px;background:#FCE340!important;color:var(--dark)!important;box-shadow:none!important;border:1.5px solid var(--dark)!important;font-weight:700;font-family:var(--body-font)!important;display:block!important;margin:0 0 10px!important;letter-spacing:0!important;}
  .btn-shop-all-hero{text-align:center;padding:0 20px!important;height:50px;line-height:50px;width:100%!important;font-size:20px!important;border-radius:40px;background:#fff!important;color:var(--dark)!important;border:1.5px solid var(--dark)!important;font-weight:700;font-family:var(--body-font)!important;display:block!important;margin:0!important;letter-spacing:0!important;}
  .hero-free-ship{justify-content:center;font-size:14px;margin-bottom:0;color:rgba(255,255,255,.6);font-weight:400;letter-spacing:.04em;text-transform:uppercase;font-family:var(--body-font);}
  .hero-free-ship strong{font-weight:800;color:#fff;}
  .hero-ship-light{font-weight:400;opacity:.7;}
  .hero-products{display:flex;position:relative;min-height:auto;width:100vw;justify-content:center;margin-top:auto;margin-left:-20px;z-index:6;overflow:visible;background:none;}
  .hero-prod-collection{width:115%;max-width:none;padding:0;display:block;margin:0 -7.5%;transform:translateY(8px);}
  .hero-clouds{display:block;position:absolute;bottom:40px;left:-10%;width:120%;z-index:5;pointer-events:none;opacity:.85;}
  .hero-inner{position:relative;z-index:11!important;}
  .hero-fade{display:none;}
  .hero-as-seen{gap:0;padding:14px 16px;justify-content:center;flex-direction:column;align-items:center;text-align:center;background:var(--white);}
  .as-seen-label{font-size:10px;text-transform:uppercase;letter-spacing:.12em;margin-bottom:6px;display:block;width:100%;color:var(--muted);}
  .as-seen-desktop{display:none!important;}
  .as-seen-mobile{display:flex;gap:14px;flex-wrap:wrap;justify-content:center;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--dark);opacity:.4;}

  /* === SECTIONS MOBILE — matching baysmokes exactly === */
  .section-head{margin-bottom:12px;}
  .section-title{font-size:18px;}
  .section-title.cyan{font-size:18px;}
  .section-link{font-size:12px;}
  .section-title-center,.section-title-center-white{font-size:18px;margin-bottom:16px;}
  .btn-shop-all{padding:7px 18px;font-size:11px;}
  /* Category cards on mobile — labels inside, properly centered */
  .cat-grid{grid-template-columns:repeat(3,1fr);gap:10px;}
  .cat-card{aspect-ratio:1;border-radius:12px;}
  .cat-label{font-size:12px;padding:10px 6px 8px;border-radius:0 0 12px 12px;}
  .cat-img{width:65%;height:65%;opacity:.7;}
  /* Product cards */
  .product-grid-4{grid-template-columns:repeat(2,1fr);gap:10px;}
  .prod-name{font-size:12px;line-height:1.3;min-height:auto;}
  .prod-price{font-size:12px;margin-bottom:3px;}
  .prod-rating{font-size:10px;gap:3px;}
  .stars{font-size:10px;letter-spacing:0;}
  .rating-num{font-size:10px;}
  .rating-count{font-size:9px;}
  .btn-add-cart{font-size:9px;padding:6px 4px;letter-spacing:.04em;border-width:1.5px;border-radius:6px;}
  .prod-info{padding:6px 2px 0;}
  .prod-img{border-radius:8px;}
  /* Trust cards */
  .trust-grid{grid-template-columns:1fr;gap:10px;}
  .trust-card{padding:16px 14px;border-radius:10px;}
  .trust-card h3{font-size:15px;margin-bottom:6px;}
  .trust-card p{font-size:12px;margin-bottom:8px;line-height:1.5;}
  .trust-icon svg{width:36px;height:36px;}
  .trust-link{font-size:12px;}
  /* Collabs */
  .collabs-grid{grid-template-columns:repeat(2,1fr);gap:8px;}
  .collab-label span{font-size:11px;margin-bottom:4px;}
  .btn-collab{font-size:9px;padding:5px 12px;}
  .collab-label{padding:10px;}
  /* Press bar */
  .press-bar{gap:16px;padding:16px 14px;}
  .press-logo{font-size:14px;}
  /* Tabs */
  .tab{padding:6px 14px;font-size:10px;border-width:1.5px;}
  .tabs{gap:4px;margin-bottom:16px;}
  /* Marquee */
  .marquee-bar{padding:10px 0;}
  .marquee-content{font-size:10px;letter-spacing:.06em;}
  /* Rewards */
  .rewards-card{padding:24px 16px;border-radius:12px;}
  .rewards-text h2{font-size:18px;}
  .rewards-text p{font-size:12px;}
  .rewards-text ul{font-size:12px;padding-left:16px;}
  .rewards-box{font-size:60px;}
  .btn-join{padding:10px 24px;font-size:12px;}
  /* Reviews */
  .review-card{padding:16px;border-radius:8px;}
  .review-stars{font-size:14px;margin-bottom:10px;}
  .review-text{font-size:12px;margin-bottom:12px;}
  .review-name{font-size:12px;}
  .review-badge{font-size:10px;}
  .review-avatar{width:30px;height:30px;font-size:13px;}
  .reviews-summary .review-stars-big{font-size:22px;}
  .reviews-summary p{font-size:12px;}
  /* FAQ */
  .faq-left h2{font-size:20px;}
  .faq-q{font-size:12px;padding:12px 0;}
  .faq-a p{font-size:11px;}
  .contact-bar{flex-direction:column;gap:10px;}
  .contact-item{font-size:12px;}
  .contact-icon{font-size:20px;}
  /* Newsletter */
  .newsletter-form{flex-direction:column;border-radius:6px;}
  .section-newsletter h2{font-size:18px;margin-bottom:14px;}
  .section-newsletter{padding:24px 0;}
  /* Free sample */
  .free-sample-card h2{font-size:22px;}
  .free-sample-card p{font-size:12px;}
  /* Footer */
  .footer-grid{grid-template-columns:repeat(2,1fr);gap:14px;}
  .footer-col h4{font-size:11px;margin-bottom:10px;}
  .footer-col a{font-size:11px;}
  .footer-logo{height:28px;margin-bottom:8px;}
  .footer-newsletter{order:-1;grid-column:1/-1;}
  .footer-newsletter p{font-size:11px!important;margin-bottom:8px!important;}
  .footer-email{margin-bottom:8px;}
  .footer-email input{padding:7px 10px;font-size:12px;}
  .footer-email button{padding:7px 12px;font-size:10px;}
  .footer-social a{width:28px;height:28px;font-size:9px;}
  .footer-bottom{padding-top:16px;}
  .footer-bottom p{font-size:10px;}
  .disclaimer{font-size:9px!important;line-height:1.4;}
  .site-footer{padding:32px 0 16px;}
  /* All sections tighter */
  .section-favorites,.section-categories,.section-top-sellers,.section-trust,.section-collabs,.section-flower-products,.section-reviews,.section-faq,.section-rewards,.section-free-sample{padding:24px 0;}
  .section-collabs{padding:24px 0;}
  .section-title-center-white{font-size:16px;margin-bottom:16px;}
  .swiper-button-prev,.swiper-button-next{display:none!important;}
  .search-modal{margin:16px 12px;}
}

/* ===== RESPONSIVE 480px ===== */
@media(max-width:480px){
  /* Hero 480 — inherit from 768, only tweak what's needed */
  .hero-sub{color:#fff;}
  .hero-btns{align-items:stretch;padding:0 12px;}
  .btn-shop-flower,.btn-shop-all-hero{display:block;}
  /* Sections */
  .cat-grid{grid-template-columns:repeat(3,1fr);gap:8px;}
  .cat-card{border-radius:10px;}
  .cat-label{font-size:10px;padding:8px 4px 6px;border-radius:0 0 10px 10px;}
  .cat-img{width:60%;height:60%;}
  .product-grid-4{gap:6px;}
  .prod-name{font-size:11px;}
  .prod-price{font-size:11px;}
  .prod-rating{font-size:9px;}
  .btn-add-cart{font-size:8px;padding:5px 3px;letter-spacing:.02em;}
  .section-title{font-size:16px;}
  .section-title.cyan{font-size:16px;}
  .section-title-center{font-size:16px;}
  .section-title-center-white{font-size:14px;}
  .collabs-grid{grid-template-columns:1fr 1fr;gap:6px;}
  .footer-grid{grid-template-columns:1fr;gap:14px;}
  .tab{padding:5px 10px;font-size:9px;}
  .announcement-bar{font-size:12px;padding:12px 8px;min-height:51px;}
  .free-sample-card h2{font-size:18px;}
  .badge-item{font-size:14px;font-family:var(--body-font);}
  .badge-item svg{width:18px;height:18px;}
  .section-favorites,.section-categories,.section-top-sellers,.section-trust,.section-collabs,.section-flower-products,.section-reviews,.section-faq,.section-rewards,.section-free-sample{padding:20px 0;}
  .container{padding:0 12px;}
  .section-head{margin-bottom:10px;}
  .btn-shop-all{padding:6px 14px;font-size:10px;}
  .as-seen-mobile{font-size:9px;gap:8px;}
  .as-seen-mobile span{letter-spacing:.04em;}
  .rewards-bar{font-size:14px;padding:0 12px;min-height:36px;}
  .marquee-content{font-size:9px;}
  .section-newsletter h2{font-size:16px;}
  .trust-card{padding:14px 12px;}
  .trust-card h3{font-size:14px;}
  .trust-card p{font-size:11px;}
  .review-card{padding:14px;}
  .review-text{font-size:11px;}
  .rewards-text h2{font-size:22px;}
  .faq-left h2{font-size:22px;}
}

/* Scroll animate */
.scroll-animate{opacity:0;transform:translateY(16px);transition:opacity .5s ease,transform .5s ease;}
.scroll-animate.visible{opacity:1;transform:translateY(0);}

/* ===== SHOP FILTERS ===== */
.filter-bar{background:var(--dark);padding:20px 0;border-bottom:1px solid rgba(255,255,255,.1);}
.filter-row{display:flex;flex-wrap:wrap;align-items:flex-start;gap:16px;}
.filter-group{display:flex;align-items:center;gap:8px;flex-shrink:0;}
.filter-label{font-size:12px;font-weight:700;color:rgba(255,255,255,.6);text-transform:uppercase;letter-spacing:.06em;white-space:nowrap;min-width:48px;}
.filter-pills{display:flex;gap:6px;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:2px;}
.filter-pills::-webkit-scrollbar{display:none;}
.filter-pill{padding:7px 16px;border-radius:20px;font-size:12px;font-weight:600;border:1.5px solid rgba(255,255,255,.25);color:rgba(255,255,255,.8);background:transparent;cursor:pointer;white-space:nowrap;transition:.2s;font-family:inherit;}
.filter-pill:hover{border-color:rgba(255,255,255,.5);color:#fff;}
.filter-pill.active{background:#FCE340;color:var(--dark);border-color:#FCE340;font-weight:700;}
.filter-pill.dimmed{opacity:.2;pointer-events:none;border-color:rgba(255,255,255,.08);}
.filter-clear{padding:7px 18px;border-radius:20px;font-size:12px;font-weight:700;color:#ff6b9d;border:1.5px solid #ff6b9d;background:transparent;cursor:pointer;transition:.2s;font-family:inherit;white-space:nowrap;margin-left:auto;}
.filter-clear:hover{background:#ff6b9d;color:#fff;}
@media(max-width:1024px){
  .filter-row{gap:12px;}
}
/* Mobile Filter Toggle Button */
.mobile-filter-toggle{display:none;align-items:center;justify-content:center;gap:8px;width:100%;padding:12px 16px;background:var(--dark);border:none;color:#fff;font-family:inherit;font-size:14px;font-weight:700;cursor:pointer;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid rgba(255,255,255,.1);}
.mobile-filter-toggle svg{width:18px;height:18px;}
.mobile-filter-badge{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;border-radius:10px;background:#FCE340;color:var(--dark);font-size:11px;font-weight:800;}
.mobile-filter-badge:empty{display:none;}

/* Active filter chips bar */
.active-chips-bar{display:none;padding:8px 12px;background:var(--dark);border-bottom:1px solid rgba(255,255,255,.1);overflow-x:auto;-webkit-overflow-scrolling:touch;gap:6px;}
.active-chips-bar.has-chips{display:flex;}
.active-chips-bar::-webkit-scrollbar{display:none;}
.active-chip{display:inline-flex;align-items:center;gap:4px;padding:5px 10px;border-radius:14px;background:#FCE340;color:var(--dark);font-size:11px;font-weight:700;white-space:nowrap;border:none;cursor:pointer;font-family:inherit;}
.active-chip svg{width:12px;height:12px;opacity:.6;}
.active-chip:hover svg{opacity:1;}
.active-chips-clear{display:inline-flex;align-items:center;gap:3px;padding:5px 10px;border-radius:14px;background:transparent;color:#ff6b9d;font-size:11px;font-weight:700;white-space:nowrap;border:1.5px solid #ff6b9d;cursor:pointer;font-family:inherit;}

/* Filter Results Bar */
.filter-results-bar{display:none;align-items:center;justify-content:space-between;padding:12px 16px;background:linear-gradient(135deg,#1c1b1b 0%,#2a2a2e 100%);border-bottom:1px solid rgba(255,255,255,.1);}
.filter-results-bar.active{display:flex;}
.filter-results-count{font-size:13px;font-weight:700;color:#fff;}
.filter-results-count span{color:#FCE340;}
.filter-results-btn{display:inline-flex;align-items:center;gap:5px;padding:8px 18px;border-radius:20px;background:#FCE340;color:var(--dark);font-size:12px;font-weight:800;text-transform:uppercase;border:none;cursor:pointer;font-family:inherit;letter-spacing:.03em;transition:.2s;}
.filter-results-btn:hover{background:#fff;}
.filter-results-btn svg{transition:transform .2s;}
.filter-results-btn:hover svg{transform:translateY(2px);}

/* Mobile Filter Bottom Sheet */
.filter-sheet-overlay{position:fixed;inset:0;background:rgba(0,0,0,.6);z-index:999;opacity:0;visibility:hidden;transition:opacity .3s;}
.filter-sheet-overlay.active{opacity:1;visibility:visible;}
.filter-sheet{position:fixed;bottom:0;left:0;right:0;z-index:1000;background:var(--dark);border-radius:20px 20px 0 0;max-height:85vh;transform:translateY(100%);transition:transform .35s cubic-bezier(.32,.72,0,1);display:flex;flex-direction:column;overscroll-behavior:none;}
.filter-sheet.active{transform:translateY(0);}
.filter-sheet-handle{display:flex;justify-content:center;padding:10px 0 4px;flex-shrink:0;touch-action:none;}
.filter-sheet-handle span{width:36px;height:4px;border-radius:2px;background:rgba(255,255,255,.3);}
.filter-sheet-header{display:flex;align-items:center;justify-content:space-between;padding:4px 20px 14px;border-bottom:1px solid rgba(255,255,255,.1);flex-shrink:0;touch-action:none;}
.filter-sheet-title{font-family:var(--head-font);font-size:18px;font-weight:800;color:#fff;text-transform:uppercase;}
.filter-sheet-close{background:none;border:none;color:rgba(255,255,255,.6);cursor:pointer;padding:4px;font-size:24px;line-height:1;}
.filter-sheet-body{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:0;}
.filter-sheet-body::-webkit-scrollbar{width:3px;}
.filter-sheet-body::-webkit-scrollbar-thumb{background:rgba(255,255,255,.15);border-radius:3px;}

/* Accordion groups inside sheet */
.fs-group{border-bottom:1px solid rgba(255,255,255,.08);}
.fs-group-header{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;cursor:pointer;background:none;border:none;width:100%;color:#fff;font-family:inherit;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;}
.fs-group-header .fs-arrow{transition:transform .2s;color:rgba(255,255,255,.4);font-size:16px;}
.fs-group.open .fs-group-header .fs-arrow{transform:rotate(180deg);}
.fs-group-body{max-height:0;overflow:hidden;transition:max-height .4s ease;}
.fs-group.open .fs-group-body{max-height:600px;overflow-y:auto;-webkit-overflow-scrolling:touch;}
.fs-group-pills{display:flex;flex-wrap:wrap;gap:8px;padding:0 20px 16px;}
.fs-group-pills .filter-pill{padding:8px 16px;font-size:12px;border-radius:20px;}

/* Sheet footer */
.filter-sheet-footer{display:flex;gap:10px;padding:14px 20px;border-top:1px solid rgba(255,255,255,.1);flex-shrink:0;padding-bottom:max(14px,env(safe-area-inset-bottom));}
.fs-apply-btn{flex:1;padding:14px;border-radius:12px;background:#FCE340;color:var(--dark);font-size:14px;font-weight:800;text-transform:uppercase;border:none;cursor:pointer;font-family:inherit;letter-spacing:.03em;}
.fs-clear-btn{padding:14px 20px;border-radius:12px;background:transparent;color:#ff6b9d;font-size:13px;font-weight:700;border:1.5px solid #ff6b9d;cursor:pointer;font-family:inherit;}

/* Strain cards — expanded from collections when genetics filter is active */
.strain-card{border:none;text-decoration:none;color:inherit;}
.strain-card .prod-img{background:#fff;border-radius:10px;}
.strain-card .prod-info{padding:8px 2px 0;}
.strain-type{display:inline-block;padding:2px 8px;border-radius:10px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;margin-bottom:4px;}
.strain-type.indica{background:#c4a0e8;color:#2a1540;}
.strain-type.sativa{background:#a0d8a0;color:#1a3a1a;}
.strain-type.hybrid{background:#e8d07a;color:#3a3010;}
.strain-genetics{font-size:11px;color:var(--muted);margin-top:2px;line-height:1.3;}
.strain-from{font-size:10px;color:var(--muted);opacity:.7;margin-top:1px;}

/* Mobile breakpoint — MUST come after mobile filter styles */
@media(max-width:768px){
  .filter-bar{display:none !important;}
  .mobile-filter-toggle{display:flex !important;}
}

/* ===== DEALS PAGE ===== */
.deals-hero{padding:40px 0;background:linear-gradient(135deg,var(--dark) 0%,#1a1a2e 100%);text-align:center;}
.deals-hero h1{font-family:var(--head-font);font-size:42px;font-weight:900;color:#FCE340;text-transform:uppercase;margin-bottom:8px;}
.deals-hero p{color:rgba(255,255,255,.7);font-size:15px;max-width:500px;margin:0 auto;}
.deals-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;padding:40px 0;}
.deal-card{background:var(--white);border-radius:16px;overflow:hidden;border:1px solid #eee;transition:.3s;position:relative;}
.deal-card:hover{transform:translateY(-4px);box-shadow:0 12px 36px rgba(0,0,0,.1);}
.deal-card-img{aspect-ratio:1.2;background:linear-gradient(135deg,#1a1a2e,#2d2d44);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;}
.deal-card-img img{width:75%;height:75%;object-fit:contain;filter:drop-shadow(0 4px 12px rgba(0,0,0,.3));}
.deal-badge{position:absolute;top:12px;right:12px;background:#ff6b9d;color:#fff;padding:5px 12px;border-radius:20px;font-size:11px;font-weight:700;text-transform:uppercase;}
.deal-card-body{padding:20px;}
.deal-card-body h3{font-family:var(--head-font);font-size:18px;font-weight:800;margin-bottom:6px;color:var(--dark);}
.deal-card-body .deal-desc{font-size:13px;color:var(--muted);margin-bottom:12px;line-height:1.5;}
.deal-pricing{display:flex;align-items:baseline;gap:10px;margin-bottom:2px;}
.deal-price{font-size:24px;font-weight:900;color:var(--dark);}
.deal-original{font-size:14px;color:var(--muted);text-decoration:line-through;}
.deal-savings{font-size:13px;font-weight:700;color:#ff6b9d;margin:0 0 8px;}
.deal-btn{display:inline-block;background:#FCE340;color:var(--dark);padding:10px 24px;border-radius:30px;font-size:13px;font-weight:700;text-transform:uppercase;transition:.2s;border:1.5px solid var(--dark);}
.deal-btn:hover{background:var(--dark);color:#FCE340;}
.deals-banner{padding:40px 0;background:var(--dark);text-align:center;}
.deals-banner h2{font-family:var(--head-font);font-size:28px;font-weight:900;color:#FCE340;text-transform:uppercase;margin-bottom:8px;}
.deals-banner p{color:rgba(255,255,255,.7);font-size:14px;margin-bottom:20px;}
.deals-banner .deal-btn{background:#FCE340;color:var(--dark);}
@media(max-width:1024px){
  .deals-grid{grid-template-columns:repeat(2,1fr);}
}
@media(max-width:768px){
  .deals-hero h1{font-size:28px;}
  .deals-hero p{font-size:13px;}
  .deals-grid{grid-template-columns:1fr;gap:16px;padding:24px 0;}
  .deal-card-body h3{font-size:16px;}
  .deal-price{font-size:20px;}
  .deals-banner h2{font-size:22px;}
}
