:root{--primary:#C58A1B;--secondary:#0B1A2D;--alert:#D97800;--footer:#081321;--soft:#F7F2EC;--text:#101827;--muted:#6B625A;--line:#E2D8CC;--success:#16A34A;--radius:18px;--shadow:0 18px 50px rgba(11,26,45,.13)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,sans-serif;color:var(--text);background:#fff;font-size:14px}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.deal-bar{background:linear-gradient(90deg,var(--primary),#7C5CC4);color:#fff;padding:8px 0;font-size:12px}.deal-countdown{align-items:center;gap:5px}.deal-countdown b{background:rgba(255,255,255,.16);padding:3px 6px;border-radius:5px}.deal-countdown small{opacity:.8}.utility-bar{background:var(--secondary);color:#fff;font-size:11px;padding:8px 0}.utility-bar a,.utility-bar span{opacity:.88}.site-header{z-index:1030}.header-main{background:var(--primary);color:#fff}.brand{display:inline-flex;align-items:center;gap:10px;color:#fff;font-size:25px;font-weight:800;letter-spacing:-1.2px}.brand-mark{width:38px;height:38px;border-radius:12px;background:#FFD45A;color:var(--secondary);display:inline-flex;align-items:center;justify-content:center;font-size:18px}.search-shell{height:48px;background:#fff;border-radius:10px;display:flex;overflow:hidden;box-shadow:0 8px 22px rgba(25,15,47,.15)}.category-trigger{border:0;border-right:1px solid var(--line);background:#fff;padding:0 18px;align-items:center;gap:9px;font-weight:600;color:var(--secondary)}.search-shell input{flex:1;border:0;outline:0;padding:0 16px;min-width:0}.search-btn{width:52px;border:0;background:#fff;color:var(--primary);font-size:18px}.header-actions{display:flex;align-items:center;gap:18px}.header-actions a,.cart-button{color:#fff;border:0;background:none;display:flex;align-items:center;gap:7px;font-size:13px}.header-actions i{font-size:20px}.action-count{position:absolute;top:-9px;left:14px;min-width:18px;height:18px;border-radius:9px;background:var(--alert);font-size:10px;display:grid;place-items:center;border:2px solid var(--primary)}.navbar .nav-link{font-size:13px;font-weight:600;color:#2B2B35;padding:15px 14px!important}.navbar .nav-link:hover,.navbar .nav-link.active{color:var(--primary)}.text-alert{color:var(--alert)!important}.sale-pill{background:var(--alert);color:#fff;border-radius:4px;padding:3px 6px;font-size:9px}.feature-strip{border-bottom:1px solid var(--line)}.feature-item{display:flex;align-items:center;gap:12px}.feature-item>i{font-size:27px;color:var(--primary)}.feature-item b,.feature-item span{display:block}.feature-item b{font-size:13px}.feature-item span{font-size:11px;color:var(--muted);margin-top:2px}.hero-carousel,.hero-slide{min-height:505px;border-radius:var(--radius);overflow:hidden}.hero-slide{display:flex;align-items:center;padding:55px;background-size:cover;background-position:center}.hero-one{background-image:linear-gradient(90deg,rgba(233,198,242,.96) 0%,rgba(233,198,242,.82) 43%,rgba(233,198,242,.08) 78%),url('https://images.unsplash.com/photo-1542838132-92c53300491e?auto=format&fit=crop&w=1600&q=90')}.hero-two{background-image:linear-gradient(90deg,rgba(196,237,229,.96) 0%,rgba(196,237,229,.82) 43%,rgba(196,237,229,.08) 78%),url('https://images.unsplash.com/photo-1543168256-418811576931?auto=format&fit=crop&w=1600&q=90')}.hero-copy{max-width:550px}.eyebrow,.section-kicker{text-transform:uppercase;letter-spacing:.11em;font-weight:800;font-size:11px;color:var(--primary)}.hero-copy h1,.hero-copy .hero-slide-title{font-size:clamp(38px,5vw,66px);line-height:.98;letter-spacing:-3px;color:var(--secondary);margin:15px 0 20px}.hero-copy p{font-size:16px;color:#514764;max-width:500px;margin-bottom:28px}.btn-primary{background:var(--primary);border-color:var(--primary);font-weight:700}.btn-primary:hover{background:var(--secondary);border-color:var(--secondary)}.price-highlight span,.price-highlight strong{display:block}.price-highlight span{font-size:11px;color:#6B5B75}.price-highlight strong{font-size:25px;color:var(--alert)}.carousel-indicators button{width:8px!important;height:8px!important;border-radius:50%}.side-promo{height:240px;border-radius:var(--radius);padding:30px;display:flex;flex-direction:column;justify-content:center;background-size:cover;background-position:center;overflow:hidden}.promo-green{background-image:linear-gradient(90deg,rgba(173,231,219,.95),rgba(173,231,219,.65)),url('https://images.unsplash.com/photo-1601598851547-4302969d0614?auto=format&fit=crop&w=900&q=85')}.promo-orange{background-image:linear-gradient(90deg,rgba(255,191,107,.95),rgba(255,191,107,.62)),url('https://images.unsplash.com/photo-1506976785307-8732e854ad03?auto=format&fit=crop&w=900&q=85')}.side-promo span{font-size:11px;font-weight:800;text-transform:uppercase}.side-promo h2{font-size:27px;line-height:1.08;max-width:270px;margin:10px 0 18px}.side-promo a{font-weight:800}.section-space{padding:85px 0}.section-space-sm{padding:45px 0}.bg-soft{background:var(--soft)}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:30px}.section-heading h2{font-size:34px;letter-spacing:-1.4px;margin:7px 0 0;color:var(--secondary)}.view-all{border:1px solid var(--line);border-radius:999px;padding:10px 16px;font-weight:700}.category-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:18px}.category-card{text-align:center}.category-image{aspect-ratio:1;border-radius:50%;overflow:hidden;background:#f4f3f8;padding:9px;transition:.35s}.category-image img{width:100%;height:100%;object-fit:cover;border-radius:50%}.category-card:hover .category-image{transform:translateY(-7px);box-shadow:var(--shadow)}.category-card h3{font-size:15px;margin:14px 0 4px}.category-card span{font-size:12px;color:var(--muted)}.product-tabs{display:flex;gap:6px;background:#fff;padding:5px;border-radius:999px;border:1px solid var(--line)}.product-tabs button{border:0;background:transparent;padding:8px 14px;border-radius:999px;font-weight:700;color:var(--muted)}.product-tabs button.active{background:var(--primary);color:#fff}.product-card{height:100%;background:#fff;border:1px solid var(--line);border-radius:14px;position:relative;overflow:hidden;transition:.3s}.product-card:hover{transform:translateY(-6px);box-shadow:var(--shadow);border-color:transparent}.discount-badge{position:absolute;top:13px;left:13px;background:var(--alert);color:#fff;padding:5px 8px;border-radius:6px;font-size:10px;font-weight:800;z-index:2}.wishlist-btn{position:absolute;top:11px;right:11px;width:34px;height:34px;border:1px solid var(--line);background:#fff;border-radius:50%;z-index:2}.wishlist-btn.active{background:#fee2e2;color:#dc2626;border-color:#fecaca}.product-image{aspect-ratio:1.05;background:#fff;padding:18px;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;border-radius:10px;transition:.35s}.product-card:hover .product-image img{transform:scale(1.045)}.product-body{padding:16px;border-top:1px solid #f3f4f6}.product-tag{font-size:10px;text-transform:uppercase;color:var(--success);font-weight:800}.product-body h3{font-size:14px;line-height:1.35;min-height:38px;margin:8px 0}.rating{font-size:11px;color:#F59E0B}.rating span{color:var(--muted)}.price{display:flex;align-items:center;gap:8px;margin:10px 0 13px}.price strong{font-size:18px;color:var(--alert)}.price del{color:#9CA3AF;font-size:12px}.add-cart{width:100%;border:1px solid var(--primary);background:#fff;color:var(--primary);border-radius:8px;padding:9px;font-weight:800;transition:.25s}.add-cart:hover{background:var(--primary);color:#fff}.promo-band-inner{min-height:245px;border-radius:var(--radius);padding:45px;background:linear-gradient(100deg,rgba(197,138,27,.94),rgba(11,26,45,.90)),url('https://images.unsplash.com/photo-1606787366850-de6330128bfc?auto=format&fit=crop&w=1600&q=85') center/cover;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:30px}.promo-band-inner span{font-size:12px;text-transform:uppercase;font-weight:800;letter-spacing:.1em;color:#F9D86C}.promo-band-inner h2{font-size:38px;max-width:650px;margin:8px 0}.promo-band-inner p{margin:0;color:#E4D5BF}.newsletter-section{background:var(--footer);padding:70px 0 0}.newsletter-card{padding-bottom:55px;border-bottom:1px solid #344054;color:#fff}.newsletter-card h2{font-size:32px;margin:8px 0 10px}.newsletter-card p,.newsletter-card small{color:#A9B2C2}.newsletter-form{height:58px;background:#fff;border-radius:10px;display:flex;align-items:center;overflow:hidden;padding-left:18px}.newsletter-form i{color:#9CA3AF}.newsletter-form input{flex:1;border:0;outline:0;padding:0 14px;min-width:0}.newsletter-form button{height:100%;border:0;background:var(--primary);color:#fff;padding:0 28px;font-weight:800}.newsletter-card small{display:block;margin-top:12px}.site-footer{background:var(--footer);color:#fff;padding-top:55px}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(4,1fr);gap:45px;padding-bottom:55px}.site-footer h4{font-size:15px;margin-bottom:18px}.site-footer p{color:#9CA3AF;line-height:1.7}.site-footer a{display:block;color:#D1D5DB;margin:10px 0;font-size:13px}.site-footer a:hover{color:#fff}.contact-line{display:flex;gap:13px;align-items:center;margin-top:22px}.contact-line>i{font-size:24px}.contact-line span,.contact-line strong{display:block}.contact-line span{color:#9CA3AF;font-size:11px}.contact-line strong{font-size:16px;margin-top:4px}.app-badge{max-width:165px;background:#05070b;border:1px solid #333b48;border-radius:8px;padding:9px 12px;display:flex;align-items:center;gap:10px;margin-bottom:10px}.app-badge i{font-size:25px}.app-badge span{font-size:8px}.app-badge strong{display:block;font-size:15px}.social-links{display:flex;gap:8px}.social-links a{width:36px;height:36px;background:#fff;color:var(--primary);display:grid;place-items:center;border-radius:7px;margin:0}.footer-bottom{border-top:1px solid #344054;display:flex;justify-content:space-between;align-items:center;padding:25px 0}.footer-bottom p{margin:0;font-size:12px}.footer-bottom div{display:flex;gap:18px}.footer-bottom a{margin:0;font-size:12px}.back-to-top{position:fixed;right:22px;bottom:22px;width:44px;height:44px;border-radius:50%;border:0;background:#fff;color:var(--secondary);box-shadow:0 10px 28px rgba(0,0,0,.15);display:none;z-index:1000}
@media(max-width:1199.98px){.category-grid{grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:repeat(3,1fr)}.hero-slide{padding:40px}.hero-copy h1,.hero-copy .hero-slide-title{letter-spacing:-2px}.header-actions{gap:14px}}
@media(max-width:991.98px){.site-header{position:relative!important}.hero-carousel,.hero-slide{min-height:440px}.side-promo{height:220px}.footer-grid{grid-template-columns:repeat(2,1fr)}.promo-band-inner{padding:35px}.section-space{padding:65px 0}.navbar .nav-link{padding:10px 0!important}}
@media(max-width:767.98px){body{font-size:13px}.deal-bar{font-size:11px}.header-main .container{padding-left:14px;padding-right:14px}.search-shell{height:44px}.brand{font-size:21px}.brand-mark{width:34px;height:34px}.hero-section{padding-top:16px!important}.hero-carousel,.hero-slide{min-height:470px}.hero-slide{padding:28px;align-items:flex-start}.hero-copy{margin-top:20px}.hero-copy h1,.hero-copy .hero-slide-title{font-size:42px;line-height:1.03;letter-spacing:-2px}.hero-copy p{font-size:14px}.hero-one,.hero-two{background-position:62% center}.side-promo{height:200px}.feature-item span{display:none}.feature-item>i{font-size:22px}.section-heading{align-items:flex-start}.section-heading h2{font-size:28px}.category-grid{grid-template-columns:repeat(3,1fr);gap:14px}.category-image{padding:5px}.category-card h3{font-size:13px}.product-tabs{display:none}.product-body{padding:12px}.product-body h3{font-size:12px;min-height:34px}.product-image{padding:10px}.add-cart{font-size:11px}.promo-band-inner{display:block;padding:28px}.promo-band-inner h2{font-size:29px}.promo-band-inner .btn{margin-top:22px}.newsletter-form{height:auto;display:grid;padding:0;background:transparent;overflow:visible}.newsletter-form i{display:none}.newsletter-form input,.newsletter-form button{height:50px;border-radius:8px}.newsletter-form button{margin-top:9px}.footer-grid{grid-template-columns:1fr;gap:30px}.footer-bottom{display:block}.footer-bottom div{flex-wrap:wrap;margin-top:12px}.section-space{padding:52px 0}}
@media(max-width:575.98px){.header-actions a:first-child{display:none}.header-actions{gap:12px}.hero-carousel,.hero-slide{min-height:425px}.hero-copy h1,.hero-copy .hero-slide-title{font-size:34px}.hero-copy p{max-width:270px}.hero-one,.hero-two{background-position:70% center}.hero-one:before,.hero-two:before{content:"";position:absolute;inset:0;background:rgba(255,255,255,.06)}.category-grid{grid-template-columns:repeat(3,1fr)}.category-card span{display:none}.section-heading .view-all{font-size:11px;padding:8px 11px}.promo-band-inner h2{font-size:25px}.newsletter-card h2{font-size:27px}.footer-bottom div{gap:10px}}

/* =========================================================
   Professional mega menu, shopping drawers and auth pages
   ========================================================= */
button{font-family:inherit}.utility-link{border:0;background:transparent;color:#fff;padding:0;font-size:11px;opacity:.88}.utility-link:hover{opacity:1}.header-action-btn{color:#fff;border:0;background:none;display:flex;align-items:center;gap:7px;font-size:13px;padding:0}.header-action-btn i{font-size:20px}.category-trigger{display:flex;height:100%;white-space:nowrap}.category-trigger.dropdown-toggle:after{margin-left:8px}.category-dropdown{height:100%;position:static}.category-dropdown>.dropdown-menu{top:calc(100% + 12px)!important}.mega-dropdown{position:static}.mega-menu{border:0;border-radius:16px;padding:0;box-shadow:0 24px 70px rgba(17,24,39,.18);overflow:hidden;background:#fff}.search-mega-menu{left:0!important;right:0!important;width:min(1050px,calc(100vw - 32px));margin:auto!important}.nav-mega-menu{left:12px!important;right:12px!important;top:100%!important;margin-top:0!important}.mega-menu-inner{display:grid;grid-template-columns:repeat(4,minmax(145px,1fr)) minmax(210px,1.25fr);gap:0;padding:28px}.mega-column{padding:0 22px;border-right:1px solid var(--line)}.mega-column:first-child{padding-left:0}.mega-column h3{font-size:13px;color:var(--secondary);font-weight:800;margin:0 0 14px;display:flex;align-items:center;gap:9px}.mega-column h3 i{color:var(--primary);font-size:16px}.mega-column a{display:block;color:var(--muted);font-size:12px;padding:6px 0;transition:.2s}.mega-column a:hover{color:var(--primary);transform:translateX(3px)}.mega-promo{margin-left:24px;border-radius:13px;padding:25px;background:linear-gradient(145deg,var(--primary),var(--secondary));color:#fff;display:flex;flex-direction:column;justify-content:center;min-height:190px;position:relative;overflow:hidden}.mega-promo:after{content:"";position:absolute;width:130px;height:130px;border-radius:50%;background:rgba(255,255,255,.1);right:-45px;bottom:-45px}.mega-promo span{font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:#E9DFFC;font-weight:800}.mega-promo strong{font-size:25px;line-height:1.05;margin:9px 0}.mega-promo small{color:#E4D5BF}.mega-promo b{font-size:12px;margin-top:22px;position:relative;z-index:1}.mega-promo:hover{color:#fff}.search-empty{text-align:center;padding:60px 20px;color:var(--muted)}.search-empty i{font-size:34px;color:var(--primary);margin-bottom:16px}.search-empty h3{color:var(--secondary);font-size:20px}.shopping-drawer{--bs-offcanvas-width:min(475px,100vw);border-left:0!important;box-shadow:-22px 0 70px rgba(17,24,39,.16)}.drawer-header{padding:23px 25px;border-bottom:1px solid var(--line)}.drawer-kicker{display:block;color:var(--primary);font-size:10px;text-transform:uppercase;letter-spacing:.12em;font-weight:800;margin-bottom:5px}.drawer-header h2{font-size:21px;font-weight:800;color:var(--secondary)}.drawer-count{display:inline-grid;place-items:center;min-width:25px;height:25px;padding:0 7px;border-radius:999px;background:#F2E9DD;color:var(--primary);font-size:11px;vertical-align:3px;margin-left:5px}.shipping-progress-wrap{padding:18px 25px;background:#FAF9FD;border-bottom:1px solid var(--line);font-size:11px;color:var(--muted)}.shipping-progress-wrap strong{color:var(--secondary);white-space:nowrap}.shipping-progress-wrap .progress{height:6px;margin-top:12px;background:#EAE6F4}.shipping-progress-wrap .progress-bar{background:linear-gradient(90deg,var(--primary),#8D75C4);border-radius:10px}.drawer-items{padding:8px 25px;overflow-y:auto}.drawer-item{display:grid;grid-template-columns:78px minmax(0,1fr) auto;gap:14px;padding:18px 0;border-bottom:1px solid var(--line);align-items:center}.drawer-item-image{width:78px;height:78px;border-radius:11px;overflow:hidden;background:#F7F2EC;border:1px solid #F1EFF6}.drawer-item-image img{width:100%;height:100%;object-fit:cover}.drawer-item-info{min-width:0}.drawer-item-info h3{font-size:13px;font-weight:700;line-height:1.35;margin:0 0 6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.drawer-item-price{font-size:12px;color:var(--alert);font-weight:800}.drawer-line-total{display:block;color:var(--secondary);font-size:11px;margin-top:4px}.drawer-item-actions{display:flex;flex-direction:column;align-items:flex-end;gap:12px}.remove-drawer-item{border:0;background:transparent;color:#9CA3AF;width:28px;height:28px;border-radius:50%;transition:.2s}.remove-drawer-item:hover{background:#FEE2E2;color:#DC2626}.quantity-control{display:flex;align-items:center;border:1px solid var(--line);height:33px;border-radius:8px;overflow:hidden;background:#fff}.quantity-control button{width:30px;height:100%;border:0;background:#F9FAFB;color:var(--secondary);font-weight:800}.quantity-control input{width:31px;border:0;text-align:center;font-size:11px;font-weight:700;outline:0;padding:0;-moz-appearance:textfield}.quantity-control input::-webkit-outer-spin-button,.quantity-control input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.move-item-cart{border:0;background:transparent;color:var(--primary);font-size:10px;font-weight:800;padding:0}.drawer-summary{padding:22px 25px;border-top:1px solid var(--line);background:#fff;box-shadow:0 -10px 30px rgba(17,24,39,.04)}.summary-row{display:flex;justify-content:space-between;align-items:center;font-size:14px}.summary-row strong{font-size:22px;color:var(--secondary)}.drawer-summary p{font-size:10px;color:var(--muted);margin:8px 0 17px}.drawer-primary,.drawer-secondary{width:100%;height:48px;border-radius:9px;font-weight:800;font-size:12px}.drawer-primary{border:1px solid var(--primary);background:var(--primary);color:#fff}.drawer-primary:hover{background:var(--secondary);border-color:var(--secondary)}.drawer-secondary{border:1px solid var(--line);background:#fff;color:var(--secondary);margin-top:8px}.drawer-empty{height:100%;min-height:310px;display:flex;align-items:center;justify-content:center;text-align:center;padding:35px}.drawer-empty-icon{width:78px;height:78px;display:grid;place-items:center;margin:0 auto 18px;border-radius:50%;background:#F3ECE2;color:var(--primary);font-size:27px}.drawer-empty h3{font-size:18px;color:var(--secondary);margin-bottom:8px}.drawer-empty p{font-size:12px;color:var(--muted);max-width:260px;margin:0 auto 20px;line-height:1.6}.empty-shop-link{border:0;background:var(--primary);color:#fff;border-radius:8px;padding:10px 18px;font-weight:700;font-size:11px}.toast-brand{width:27px;height:27px;border-radius:7px;background:#F2E9DD;color:var(--primary);display:grid;place-items:center;margin-right:9px}.toast{border:0;box-shadow:0 18px 50px rgba(17,24,39,.16)}

/* Authentication */
.auth-body{min-height:100vh;background:#F7F2EC;display:flex;flex-direction:column}.auth-topbar{background:var(--secondary);color:#fff;padding:8px 0;font-size:11px}.auth-header{background:#fff;border-bottom:1px solid var(--line)}.auth-header-inner{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:20px}.auth-header .brand{color:var(--secondary)}.auth-back{display:flex;align-items:center;gap:8px;color:var(--muted);font-weight:700;font-size:12px}.auth-back:hover{color:var(--primary)}.auth-main{flex:1;padding:55px 0}.auth-shell{background:#fff;border-radius:22px;box-shadow:0 22px 70px rgba(57,36,95,.1);overflow:hidden;min-height:650px}.auth-promo{height:100%;min-height:650px;padding:55px;color:#fff;background:linear-gradient(145deg,rgba(99,76,159,.98),rgba(57,36,95,.96)),url('https://images.unsplash.com/photo-1542838132-92c53300491e?auto=format&fit=crop&w=1200&q=85') center/cover;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden}.auth-promo:after{content:"";position:absolute;width:330px;height:330px;border-radius:50%;background:rgba(255,255,255,.07);right:-120px;bottom:-120px}.auth-promo-copy,.auth-benefits{position:relative;z-index:1}.auth-promo .auth-label{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);padding:8px 12px;border-radius:999px;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.1em}.auth-promo h1{font-size:47px;line-height:1.02;letter-spacing:-2.2px;max-width:480px;margin:22px 0 18px}.auth-promo p{color:#E4D5BF;max-width:460px;line-height:1.75}.auth-benefit{display:flex;align-items:center;gap:13px;margin-top:17px}.auth-benefit i{width:37px;height:37px;border-radius:10px;background:rgba(255,255,255,.12);display:grid;place-items:center}.auth-benefit span{font-size:12px;color:#F3EEFC}.auth-form-panel{height:100%;min-height:650px;padding:48px 58px;display:flex;align-items:center}.auth-form-wrap{width:100%;max-width:470px;margin:auto}.auth-form-wrap h2{font-size:32px;letter-spacing:-1.3px;color:var(--secondary);font-weight:800;margin-bottom:9px}.auth-subtitle{color:var(--muted);line-height:1.6;margin-bottom:27px}.auth-form .form-label{font-size:11px;font-weight:800;color:#374151;margin-bottom:8px}.auth-input{height:50px;border:1px solid var(--line);border-radius:9px;padding-left:42px;font-size:12px}.auth-input:focus{border-color:var(--primary);box-shadow:0 0 0 .2rem rgba(197,138,27,.12)}.auth-field{position:relative}.auth-field>.field-icon{position:absolute;left:15px;top:41px;color:#9CA3AF;z-index:2}.password-toggle{position:absolute;right:10px;top:33px;width:36px;height:36px;border:0;background:transparent;color:#9CA3AF;z-index:3}.auth-check{font-size:11px;color:var(--muted)}.auth-check .form-check-input:checked{background-color:var(--primary);border-color:var(--primary)}.auth-link{color:var(--primary);font-weight:800}.auth-submit{height:50px;width:100%;border:0;border-radius:9px;background:var(--primary);color:#fff;font-weight:800;font-size:12px;transition:.2s}.auth-submit:hover{background:var(--secondary)}.auth-submit:disabled{opacity:.75}.auth-divider{display:flex;align-items:center;gap:13px;color:#9CA3AF;font-size:10px;margin:23px 0}.auth-divider:before,.auth-divider:after{content:"";height:1px;background:var(--line);flex:1}.social-auth{display:grid;grid-template-columns:1fr 1fr;gap:11px}.social-auth button{height:46px;border:1px solid var(--line);background:#fff;border-radius:9px;font-weight:700;font-size:11px;color:#374151}.social-auth button:hover{border-color:#C8BDD9;background:#FAF9FD}.auth-switch{text-align:center;margin:22px 0 0;font-size:12px;color:var(--muted)}.auth-alert{display:none;border:0;border-radius:9px;font-size:11px}.password-strength{height:5px;background:#E5E7EB;border-radius:10px;margin-top:8px;overflow:hidden}.password-strength span{display:block;height:100%;width:0;transition:.25s;border-radius:10px}.strength-text{display:block;font-size:9px;color:var(--muted);margin-top:6px}.auth-footer{padding:22px 0;color:var(--muted);font-size:10px;text-align:center}.auth-footer a{color:var(--secondary);font-weight:700;margin:0 8px}

@media(min-width:992px){.mega-dropdown:hover>.dropdown-menu{display:block;margin-top:0}}
@media(max-width:1199.98px){.mega-menu-inner{grid-template-columns:repeat(4,1fr);padding:24px}.mega-promo{display:none}.mega-column:last-of-type{border-right:0}.auth-form-panel{padding:42px}.auth-promo{padding:45px}.auth-promo h1{font-size:40px}}
@media(max-width:991.98px){.mega-dropdown{position:relative}.nav-mega-menu{position:static!important;transform:none!important;width:100%;box-shadow:none;border:1px solid var(--line);margin:0 0 12px!important}.mega-menu-inner{grid-template-columns:repeat(2,1fr);gap:22px}.mega-column{padding:0;border-right:0}.mega-column h3{margin-bottom:9px}.mega-column a{padding:5px 0}.auth-main{padding:35px 0}.auth-shell,.auth-promo,.auth-form-panel{min-height:auto}.auth-promo{padding:38px}.auth-promo h1{font-size:34px}.auth-benefits{margin-top:30px}.auth-form-panel{padding:42px}}
@media(max-width:767.98px){.shopping-drawer{--bs-offcanvas-width:100vw}.drawer-header,.drawer-summary{padding-left:18px;padding-right:18px}.drawer-items,.shipping-progress-wrap{padding-left:18px;padding-right:18px}.drawer-item{grid-template-columns:66px minmax(0,1fr);gap:11px}.drawer-item-image{width:66px;height:66px}.drawer-item-actions{grid-column:2;flex-direction:row;align-items:center;justify-content:space-between}.auth-main{padding:22px 0}.auth-header-inner{min-height:68px}.auth-header .brand{font-size:20px}.auth-promo{padding:28px}.auth-promo h1{font-size:29px;letter-spacing:-1.4px}.auth-benefits{display:none}.auth-form-panel{padding:30px 24px}.auth-form-wrap h2{font-size:28px}.social-auth{grid-template-columns:1fr}.auth-shell{border-radius:15px}.mega-menu-inner{grid-template-columns:1fr}.mega-column:not(:last-of-type){padding-bottom:16px;border-bottom:1px solid var(--line)} }
@media(max-width:575.98px){.header-action-btn span.d-none,.cart-button span.d-none{display:none!important}.header-actions .header-action-btn,.header-actions .cart-button{width:32px;justify-content:center}.auth-back span{display:none}.auth-form-panel{padding:28px 19px}.auth-promo{padding:25px}.auth-promo p{margin-bottom:0}.auth-promo h1{font-size:27px}.auth-topbar{text-align:center}.drawer-item-info h3{white-space:normal}.summary-row strong{font-size:19px}}
.password-strength .strength-weak{background:#D97800}.password-strength .strength-fair{background:#D69E2E}.password-strength .strength-good{background:#C58A1B}.password-strength .strength-strong{background:#16A34A}
/* Keep the category mega menu visible outside the rounded search control. */
.search-shell{position:relative;overflow:visible}.search-shell input,.search-shell button{background-color:#fff}.search-shell .category-trigger{border-radius:10px 0 0 10px}.search-shell .search-btn{border-radius:0 10px 10px 0}.search-mega-menu{z-index:1060}
@media(max-width:767.98px){.search-shell input{border-radius:10px 0 0 10px}}

/* Header color correction: only the promotional top bar is dark */
.deal-bar{
  background:#0B1A2D;
  color:#fff;
}
.utility-bar{
  background:#fff;
  color:#4B5563;
  border-bottom:1px solid var(--line);
}
.utility-bar a,
.utility-bar span,
.utility-link{
  color:#4B5563;
  opacity:1;
}
.header-main{
  background:#fff;
  color:#101827;
  border-bottom:1px solid var(--line);
}
.brand{
  color:var(--secondary);
}
.header-actions a,
.header-actions .header-action-btn,
.cart-button{
  color:#101827;
}
.action-count{
  border-color:#fff;
}
.search-shell{
  background:#F3F4F6;
  box-shadow:none;
}
.search-shell input,
.search-btn,
.category-trigger{
  background:#F3F4F6;
}

/* Utility bar repair */
.utility-bar{padding:0;background:#fff;color:#4B5563;border-bottom:1px solid var(--line)}
.utility-inner{min-height:42px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.utility-left,.utility-right{display:flex;align-items:center;gap:20px;min-width:0}
.utility-left a,.utility-right a,.utility-link,.utility-dropdown{font-size:12px;line-height:1;color:#4B5563;font-weight:500;white-space:nowrap}
.utility-link,.utility-dropdown{border:0;background:transparent;padding:0}
.utility-link:hover,.utility-dropdown:hover,.utility-left a:hover,.utility-right a:hover{color:var(--primary)}
.utility-divider{width:1px;height:18px;background:#E5E7EB;flex:0 0 auto}
.delivery-note{font-size:12px;color:#6B7280;white-space:nowrap}
.delivery-note strong{color:var(--alert);font-weight:700}
.utility-dropdown.dropdown-toggle::after{margin-left:7px;vertical-align:.15em}
.utility-menu{min-width:130px;margin-top:12px!important;border:1px solid var(--line);border-radius:10px;padding:7px;box-shadow:0 16px 35px rgba(17,24,39,.12)}
.utility-menu .dropdown-item{border-radius:7px;padding:8px 10px;font-size:12px}
.utility-menu .dropdown-item:hover,.utility-menu .dropdown-item.active{background:#F3ECE2;color:var(--primary)}
@media(max-width:1199.98px){.utility-left,.utility-right{gap:13px}.delivery-note{font-size:11px}.utility-left a,.utility-right a,.utility-link,.utility-dropdown{font-size:11px}}

/* Typography and utility bar update */
html,
body,
button,
input,
select,
textarea {
  font-family: Inter, sans-serif;
}

body {
  font-size: 16px;
  line-height: 1.55;
}

.utility-bar {
  background-color: #0B1A2D;
  color: #ffffff;
  padding: 7px 0;
  border-bottom: 0;
}

.utility-inner {
  min-height: 30px;
}

.utility-bar a,
.utility-bar span,
.utility-bar .utility-link,
.utility-bar .utility-dropdown,
.utility-bar .delivery-note {
  color: #ffffff;
  opacity: 1;
}

.utility-bar .delivery-note strong {
  color: #ffffff;
}

.utility-bar .utility-divider {
  background: rgba(255, 255, 255, 0.25);
}

.utility-bar .utility-link:hover,
.utility-bar .utility-dropdown:hover,
.utility-bar .utility-left a:hover,
.utility-bar .utility-right a:hover {
  color: #ffffff;
  opacity: 0.82;
}

.utility-left a,
.utility-right a,
.utility-link,
.utility-dropdown,
.delivery-note {
  font-size: 14px;
}

.navbar .nav-link {
  font-size: 15px;
}

.header-actions a,
.header-actions .header-action-btn,
.cart-button {
  font-size: 14px;
}

.search-shell input,
.category-trigger {
  font-size: 14px;
}

.feature-item b {
  font-size: 14px;
}

.feature-item span {
  font-size: 12px;
}

.category-card h3 {
  font-size: 16px;
}

.category-card span {
  font-size: 13px;
}

.product-body h3 {
  font-size: 15px;
}

.product-tag,
.rating,
.price del {
  font-size: 12px;
}

.price strong {
  font-size: 20px;
}

.add-cart,
.btn {
  font-size: 14px;
}

.site-footer h4 {
  font-size: 17px;
}

.site-footer a,
.site-footer p {
  font-size: 14px;
}

.footer-bottom p,
.footer-bottom a {
  font-size: 13px;
}

@media (max-width: 1199.98px) {
  .utility-left a,
  .utility-right a,
  .utility-link,
  .utility-dropdown,
  .delivery-note {
    font-size: 13px;
  }
}

@media (max-width: 767.98px) {
  body {
    font-size: 15px;
  }

  .utility-inner {
    min-height: auto;
    padding-top: 2px;
    padding-bottom: 2px;
  }
}

/* =========================================================
   Product detail and checkout pages
   ========================================================= */
.page-breadcrumb-section {
  padding: 17px 0;
  background: #faf9fd;
  border-bottom: 1px solid var(--line);
}

.page-breadcrumb-section .breadcrumb {
  --bs-breadcrumb-divider-color: #9ca3af;
  --bs-breadcrumb-item-active-color: #6b7280;
  font-size: 13px;
}

.page-breadcrumb-section .breadcrumb a {
  color: var(--secondary);
  font-weight: 600;
}

.page-breadcrumb-section .breadcrumb a:hover {
  color: var(--primary);
}

.product-gallery-shell {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 16px;
  position: sticky;
  top: 170px;
}

.product-thumbnail-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.product-thumb {
  width: 86px;
  aspect-ratio: 1;
  border: 1px solid var(--line);
  border-radius: 13px;
  padding: 6px;
  background: #fff;
  overflow: hidden;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.product-thumb:hover,
.product-thumb.active {
  border-color: var(--primary);
  box-shadow: 0 8px 24px rgba(99, 76, 159, .14);
  transform: translateY(-2px);
}

.product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.product-main-media {
  min-height: 620px;
  position: relative;
  border: 1px solid var(--line);
  border-radius: 20px;
  overflow: hidden;
  background: #F7F2EC;
  display: grid;
  place-items: center;
  cursor: zoom-in;
}

.product-main-media > img {
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
  transition: opacity .2s ease, transform .35s ease;
}

.product-main-media:hover > img {
  transform: scale(1.025);
}

.product-detail-discount {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 2;
  background: var(--alert);
  color: #fff;
  border-radius: 8px;
  padding: 7px 10px;
  font-size: 12px;
  font-weight: 800;
}

.product-zoom-button {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 2;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(17, 24, 39, .1);
  border-radius: 50%;
  background: rgba(255, 255, 255, .94);
  color: var(--secondary);
  box-shadow: 0 10px 30px rgba(17, 24, 39, .12);
}

.gallery-hint {
  position: absolute;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  background: rgba(17, 24, 39, .76);
  color: #fff;
  padding: 8px 13px;
  border-radius: 999px;
  font-size: 11px;
  white-space: nowrap;
  pointer-events: none;
}

.single-product-summary {
  padding: 4px 0 0;
}

.single-product-kicker {
  display: inline-flex;
  align-items: center;
  border: 1px solid #d9f2df;
  background: #f0fbf3;
  color: #15803d;
  border-radius: 999px;
  padding: 7px 11px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.single-product-summary h1 {
  margin: 17px 0 13px;
  color: var(--secondary);
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.06;
  letter-spacing: -2px;
  font-weight: 800;
}

.product-meta-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  color: var(--muted);
  font-size: 13px;
  padding-bottom: 19px;
  border-bottom: 1px solid var(--line);
}

.single-rating {
  display: flex;
  align-items: center;
  gap: 8px;
}

.single-rating > span,
.review-head span {
  color: #f59e0b;
  letter-spacing: 1px;
}

.single-rating strong {
  color: var(--secondary);
}

.single-rating a {
  color: var(--primary);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.meta-separator {
  width: 1px;
  height: 18px;
  background: var(--line);
}

.single-product-intro {
  margin: 22px 0;
  color: #5f6774;
  line-height: 1.75;
  font-size: 15px;
}

.single-price-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.single-price-row > strong {
  color: var(--alert);
  font-size: 38px;
  line-height: 1;
  letter-spacing: -1px;
}

.single-price-row del {
  color: #9ca3af;
  font-size: 18px;
}

.single-price-row span {
  padding: 6px 9px;
  border-radius: 6px;
  background: #fff0ea;
  color: var(--alert);
  font-size: 11px;
  font-weight: 800;
}

.tax-note {
  margin: 8px 0 20px;
  color: var(--muted);
  font-size: 12px;
}

.stock-panel {
  border: 1px solid #dcefe1;
  background: #f5fbf6;
  border-radius: 13px;
  padding: 17px 18px;
  margin-bottom: 20px;
}

.stock-panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  font-size: 12px;
}

.stock-panel-title span {
  color: #15803d;
  font-weight: 800;
}

.stock-panel-title i {
  margin-right: 5px;
}

.stock-panel-title strong {
  color: var(--secondary);
}

.stock-panel .progress {
  height: 7px;
  margin: 13px 0 10px;
  background: #dcefe1;
}

.stock-panel .progress-bar {
  background: #22a447;
  border-radius: 999px;
}

.stock-panel small {
  color: #6b7280;
}

.stock-panel small strong {
  color: var(--alert);
}

.purchase-row {
  display: grid;
  grid-template-columns: 126px minmax(0, 1fr) 52px;
  gap: 10px;
}

.detail-quantity-control {
  height: 54px;
  display: grid;
  grid-template-columns: 38px 1fr 38px;
  border: 1px solid var(--line);
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}

.detail-quantity-control button {
  border: 0;
  background: #f8f7fb;
  color: var(--secondary);
  font-size: 19px;
  font-weight: 700;
}

.detail-quantity-control input {
  width: 100%;
  border: 0;
  outline: 0;
  text-align: center;
  font-weight: 800;
  color: var(--secondary);
  -moz-appearance: textfield;
}

.detail-quantity-control input::-webkit-outer-spin-button,
.detail-quantity-control input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.detail-add-cart,
.detail-buy-now {
  height: 54px;
  border-radius: 10px;
  font-weight: 800;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.detail-add-cart {
  border: 1px solid var(--primary);
  background: var(--primary);
  color: #fff;
}

.detail-add-cart:hover {
  background: var(--secondary);
  border-color: var(--secondary);
  transform: translateY(-1px);
}

.detail-add-cart i {
  margin-right: 8px;
}

.detail-wishlist-btn {
  width: 52px;
  height: 54px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  color: var(--secondary);
  font-size: 19px;
}

.detail-wishlist-btn.active {
  border-color: #fecaca;
  background: #fee2e2;
  color: #dc2626;
}

.detail-buy-now {
  width: 100%;
  border: 1px solid var(--secondary);
  background: #fff;
  color: var(--secondary);
  margin-top: 10px;
}

.detail-buy-now:hover {
  background: #f6f3fb;
}

.detail-buy-now i {
  margin-left: 7px;
}

.product-service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px;
  margin-top: 22px;
}

.product-service {
  min-height: 83px;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 13px;
}

.product-service > i {
  width: 37px;
  height: 37px;
  flex: 0 0 37px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: #F2E9DD;
  color: var(--primary);
}

.product-service strong,
.product-service span {
  display: block;
}

.product-service strong {
  color: var(--secondary);
  font-size: 12px;
}

.product-service span {
  color: var(--muted);
  font-size: 10px;
  line-height: 1.4;
  margin-top: 3px;
}

.product-meta-bottom {
  border-top: 1px solid var(--line);
  margin-top: 21px;
  padding-top: 18px;
}

.product-meta-bottom p {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 7px 0;
  color: var(--muted);
  font-size: 12px;
}

.product-meta-bottom p > strong {
  color: var(--secondary);
}

.product-meta-bottom a {
  color: var(--primary);
  font-weight: 600;
}

.product-meta-bottom button {
  width: 31px;
  height: 31px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
  color: var(--secondary);
}

.product-information-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 17px;
  overflow: hidden;
}

.product-info-tabs {
  gap: 8px;
  padding: 0 28px;
  border-bottom: 1px solid var(--line);
}

.product-info-tabs .nav-link {
  border: 0;
  border-bottom: 3px solid transparent;
  border-radius: 0;
  background: transparent;
  color: var(--muted);
  padding: 20px 4px 17px;
  margin-right: 25px;
  font-weight: 800;
  font-size: 14px;
}

.product-info-tabs .nav-link.active {
  color: var(--secondary);
  border-bottom-color: var(--primary);
}

.product-info-tabs .nav-link span {
  display: inline-grid;
  place-items: center;
  min-width: 23px;
  height: 23px;
  padding: 0 6px;
  border-radius: 999px;
  background: #F2E9DD;
  color: var(--primary);
  font-size: 10px;
  margin-left: 5px;
}

.product-info-content {
  padding: 36px;
}

.product-info-content h2 {
  color: var(--secondary);
  font-size: 26px;
  letter-spacing: -.8px;
  margin-bottom: 17px;
}

.product-info-content p {
  color: #5f6774;
  line-height: 1.85;
}

.product-feature-list {
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px 18px;
  margin: 25px 0 0;
}

.product-feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: #4b5563;
  font-size: 13px;
}

.product-feature-list i {
  color: #16a34a;
  margin-top: 4px;
}

.nutrition-card {
  height: 100%;
  border-radius: 14px;
  background: #F7F2EC;
  padding: 25px;
}

.nutrition-card h3 {
  color: var(--secondary);
  margin: 0;
  font-size: 20px;
}

.nutrition-card > span {
  color: var(--muted);
  font-size: 11px;
}

.nutrition-card > div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid #e6e2ee;
  font-size: 12px;
}

.nutrition-card > div b {
  color: #4b5563;
  font-weight: 500;
}

.nutrition-card > div strong {
  color: var(--secondary);
}

.nutrition-card small {
  display: block;
  color: var(--muted);
  margin-top: 13px;
  line-height: 1.5;
}

.additional-info-table {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid var(--line);
  border-radius: 13px;
  overflow: hidden;
}

.additional-info-table > div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 17px 19px;
  border-bottom: 1px solid var(--line);
}

.additional-info-table > div:nth-child(odd) {
  border-right: 1px solid var(--line);
}

.additional-info-table > div:nth-last-child(-n+2) {
  border-bottom: 0;
}

.additional-info-table span {
  color: var(--muted);
}

.additional-info-table strong {
  color: var(--secondary);
  text-align: right;
}

.review-overview {
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 26px;
}

.review-score {
  display: block;
  color: var(--secondary);
  font-size: 52px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -2px;
}

.review-overview > strong {
  display: block;
  color: #4b5563;
  margin: 11px 0 21px;
  font-size: 12px;
}

.rating-bars > div {
  display: grid;
  grid-template-columns: 45px minmax(0, 1fr) 34px;
  align-items: center;
  gap: 10px;
  margin-top: 9px;
  font-size: 10px;
  color: var(--muted);
}

.rating-bars .progress {
  height: 6px;
}

.rating-bars .progress-bar {
  background: #f59e0b;
}

.review-list article {
  display: grid;
  grid-template-columns: 45px minmax(0, 1fr);
  gap: 14px;
  padding: 0 0 22px;
  margin-bottom: 22px;
  border-bottom: 1px solid var(--line);
}

.review-avatar {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #F2E9DD;
  color: var(--primary);
  font-weight: 800;
}

.review-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.review-head strong {
  color: var(--secondary);
}

.review-list small {
  color: var(--muted);
}

.review-list p {
  margin: 9px 0 0;
  font-size: 13px;
  line-height: 1.65;
}

.write-review-button {
  border: 1px solid var(--primary);
  border-radius: 9px;
  background: #fff;
  color: var(--primary);
  padding: 11px 17px;
  font-weight: 800;
  font-size: 12px;
}

.review-form {
  padding-top: 22px;
}

.review-form label {
  display: block;
  color: var(--secondary);
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 7px;
}

.product-image-modal .modal-content {
  border: 0;
  border-radius: 16px;
  overflow: hidden;
}

.product-image-modal .modal-body {
  padding: 0;
  background: #F7F2EC;
}

.product-image-modal .modal-body img {
  width: 100%;
  max-height: 78vh;
  object-fit: contain;
}

.product-link {
  display: block;
}

.product-body h3 a:hover {
  color: var(--primary);
}

.mobile-product-bar {
  display: none;
}

/* Checkout */
.checkout-main {
  background: #faf9fd;
}

.checkout-heading-section {
  padding: 48px 0 28px;
}

.checkout-heading-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
}

.checkout-heading-row h1 {
  margin: 7px 0 7px;
  color: var(--secondary);
  font-size: clamp(35px, 4vw, 52px);
  line-height: 1.06;
  letter-spacing: -2px;
  font-weight: 800;
}

.checkout-heading-row p {
  color: var(--muted);
  margin: 0;
}

.checkout-steps {
  display: flex;
  align-items: center;
  gap: 13px;
  padding-bottom: 9px;
}

.checkout-steps > i {
  color: #c5c8cf;
  font-size: 10px;
}

.checkout-steps > div {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #9ca3af;
}

.checkout-steps > div span {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
  font-size: 11px;
  font-weight: 800;
}

.checkout-steps > div b {
  font-size: 12px;
}

.checkout-steps > div.complete,
.checkout-steps > div.active {
  color: var(--secondary);
}

.checkout-steps > div.complete span {
  border-color: #d7efdd;
  background: #ecf9ef;
  color: #15803d;
}

.checkout-steps > div.active span {
  border-color: var(--primary);
  background: var(--primary);
  color: #fff;
}

.checkout-content-section {
  padding-top: 12px;
  padding-bottom: 85px;
}

.checkout-notice-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 15px;
}

.checkout-notice {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  border: 1px solid var(--line);
  border-radius: 11px;
  background: #fff;
  padding: 11px 15px;
  color: var(--muted);
  font-size: 12px;
}

.checkout-notice > i {
  color: var(--primary);
  font-size: 16px;
}

.checkout-notice button {
  margin-left: auto;
  border: 0;
  background: transparent;
  color: var(--primary);
  font-weight: 800;
  white-space: nowrap;
}

.checkout-inline-panel {
  border: 1px solid var(--line);
  border-radius: 11px;
  background: #fff;
  padding: 18px;
  margin-bottom: 15px;
}

.checkout-inline-panel label,
.checkout-coupon label {
  display: block;
  color: var(--secondary);
  font-size: 11px;
  font-weight: 800;
  margin-bottom: 7px;
}

.coupon-inline-form {
  display: flex;
  max-width: 520px;
}

.coupon-inline-form input {
  flex: 1;
  min-width: 0;
  height: 45px;
  border: 1px solid var(--line);
  border-radius: 9px 0 0 9px;
  padding: 0 13px;
  outline: 0;
}

.coupon-inline-form button {
  border: 0;
  border-radius: 0 9px 9px 0;
  background: var(--primary);
  color: #fff;
  padding: 0 18px;
  font-weight: 800;
}

.checkout-card {
  border: 1px solid var(--line);
  border-radius: 15px;
  background: #fff;
  padding: 27px;
  margin-bottom: 18px;
}

.checkout-card-heading {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  padding-bottom: 20px;
  margin-bottom: 21px;
  border-bottom: 1px solid var(--line);
}

.checkout-card-heading > span {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: #F2E9DD;
  color: var(--primary);
  font-size: 11px;
  font-weight: 800;
}

.checkout-card-heading h2 {
  color: var(--secondary);
  font-size: 20px;
  margin: 0 0 4px;
  font-weight: 800;
}

.checkout-card-heading p {
  color: var(--muted);
  font-size: 11px;
  margin: 0;
}

.checkout-form .form-label {
  color: #374151;
  font-size: 11px;
  font-weight: 800;
  margin-bottom: 7px;
}

.checkout-form .form-label span {
  color: var(--alert);
}

.checkout-form .form-control,
.checkout-form .form-select,
.checkout-inline-panel .form-control {
  min-height: 49px;
  border-color: #dfe2e7;
  border-radius: 9px;
  font-size: 13px;
}

.checkout-form textarea.form-control {
  min-height: 115px;
}

.checkout-form .form-control:focus,
.checkout-form .form-select:focus,
.checkout-inline-panel .form-control:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 .2rem rgba(99, 76, 159, .11);
}

.checkout-save-address {
  margin-top: 18px;
  color: var(--muted);
  font-size: 12px;
}

.checkout-save-address .form-check-input:checked,
.checkout-terms .form-check-input:checked {
  background-color: var(--primary);
  border-color: var(--primary);
}

.delivery-option-grid {
  display: grid;
  gap: 10px;
}

.delivery-option {
  display: grid;
  grid-template-columns: 18px 42px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: 11px;
  padding: 14px;
  cursor: pointer;
  transition: border-color .2s ease, background .2s ease;
}

.delivery-option:hover,
.delivery-option.active {
  border-color: var(--primary);
  background: #fbfaff;
}

.delivery-option input {
  accent-color: var(--primary);
}

.delivery-option > i {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: #F2E9DD;
  color: var(--primary);
}

.delivery-option span strong,
.delivery-option span small {
  display: block;
}

.delivery-option span strong {
  color: var(--secondary);
  font-size: 13px;
}

.delivery-option span small {
  color: var(--muted);
  font-size: 10px;
  margin-top: 2px;
}

.delivery-option > b {
  color: var(--secondary);
  font-size: 12px;
}

.payment-methods {
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
}

.payment-method {
  min-height: 65px;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 14px 16px;
  background: #fff;
  border-bottom: 1px solid var(--line);
  cursor: pointer;
}

.payment-method.active {
  background: #fbfaff;
}

.payment-method > input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.payment-radio {
  width: 18px;
  height: 18px;
  border: 1px solid #b8bec8;
  border-radius: 50%;
  position: relative;
}

.payment-method.active .payment-radio {
  border-color: var(--primary);
}

.payment-method.active .payment-radio:after {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 50%;
  background: var(--primary);
}

.payment-method > i {
  color: var(--primary);
  font-size: 18px;
}

.payment-method > strong {
  color: var(--secondary);
  font-size: 13px;
}

.payment-method > small {
  color: var(--muted);
  margin-left: auto;
  font-size: 10px;
}

.payment-logos {
  display: flex;
  gap: 5px;
  margin-left: auto;
}

.payment-logos b {
  border: 1px solid var(--line);
  border-radius: 4px;
  background: #fff;
  color: #4b5563;
  padding: 3px 5px;
  font-size: 8px;
}

.card-payment-fields {
  padding: 18px;
  background: #faf9fd;
  border-bottom: 1px solid var(--line);
}

.card-input-wrap {
  position: relative;
}

.card-input-wrap input {
  padding-right: 42px;
}

.card-input-wrap i {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #9ca3af;
}

.checkout-summary-card {
  position: sticky;
  top: 170px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  padding: 24px;
  box-shadow: 0 20px 55px rgba(57, 36, 95, .09);
}

.checkout-summary-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 15px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.checkout-summary-heading h2 {
  margin: 4px 0 0;
  color: var(--secondary);
  font-size: 23px;
  font-weight: 800;
}

.checkout-summary-heading button {
  border: 0;
  background: transparent;
  color: var(--primary);
  font-size: 11px;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.checkout-items {
  max-height: 365px;
  overflow-y: auto;
  padding-right: 3px;
}

.checkout-item {
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}

.checkout-item-image {
  position: relative;
  width: 68px;
  height: 68px;
  border: 1px solid #efedf4;
  border-radius: 10px;
  background: #F7F2EC;
  overflow: visible;
}

.checkout-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 9px;
}

.checkout-item-image span {
  position: absolute;
  right: -7px;
  top: -7px;
  min-width: 21px;
  height: 21px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: var(--primary);
  color: #fff;
  border: 2px solid #fff;
  font-size: 9px;
  font-weight: 800;
}

.checkout-item-info {
  min-width: 0;
}

.checkout-item-info strong {
  display: block;
  color: var(--secondary);
  font-size: 12px;
  line-height: 1.4;
}

.checkout-item-info span {
  display: block;
  color: var(--muted);
  font-size: 10px;
  margin-top: 4px;
}

.checkout-item > b {
  color: var(--secondary);
  font-size: 12px;
  white-space: nowrap;
}

.checkout-empty {
  text-align: center;
  padding: 34px 15px;
}

.checkout-empty i {
  width: 55px;
  height: 55px;
  display: grid;
  place-items: center;
  margin: 0 auto 13px;
  border-radius: 50%;
  background: #F2E9DD;
  color: var(--primary);
  font-size: 20px;
}

.checkout-empty h3 {
  color: var(--secondary);
  font-size: 17px;
  margin-bottom: 5px;
}

.checkout-empty p {
  color: var(--muted);
  font-size: 11px;
}

.checkout-empty a {
  display: inline-block;
  border-radius: 8px;
  background: var(--primary);
  color: #fff;
  padding: 9px 14px;
  font-size: 11px;
  font-weight: 800;
}

.checkout-coupon {
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.checkout-coupon > div {
  display: flex;
}

.checkout-coupon input {
  flex: 1;
  min-width: 0;
  height: 43px;
  border: 1px solid var(--line);
  border-radius: 8px 0 0 8px;
  padding: 0 12px;
  outline: 0;
  font-size: 12px;
}

.checkout-coupon button {
  border: 0;
  border-radius: 0 8px 8px 0;
  background: var(--secondary);
  color: #fff;
  padding: 0 15px;
  font-size: 11px;
  font-weight: 800;
}

.checkout-coupon small {
  display: block;
  color: var(--muted);
  font-size: 10px;
  margin-top: 8px;
}

.checkout-totals {
  padding: 17px 0;
}

.checkout-totals > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: var(--muted);
  font-size: 12px;
  margin: 10px 0;
}

.checkout-totals > div strong {
  color: var(--secondary);
}

.checkout-totals #checkoutDiscountRow strong {
  color: #15803d;
}

.checkout-total-row {
  border-top: 1px solid var(--line);
  padding-top: 16px;
  margin-top: 15px !important;
  color: var(--secondary) !important;
  font-weight: 800;
}

.checkout-total-row strong {
  color: var(--alert) !important;
  font-size: 25px;
  letter-spacing: -.5px;
}

.checkout-terms {
  color: var(--muted);
  font-size: 10px;
  line-height: 1.55;
  margin-bottom: 15px;
}

.checkout-terms a {
  color: var(--primary);
  font-weight: 700;
}

.place-order-button {
  width: 100%;
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-radius: 10px;
  background: var(--primary);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  transition: background .2s ease, transform .2s ease;
}

.place-order-button span {
  margin-left: auto;
  padding-right: 5px;
  font-size: 14px;
}

.place-order-button:hover {
  background: var(--secondary);
  transform: translateY(-1px);
}

.place-order-button:disabled {
  opacity: .55;
  cursor: not-allowed;
  transform: none;
}

.checkout-error {
  display: none;
  border-radius: 8px;
  background: #fff0ea;
  color: #b13b06;
  padding: 10px 12px;
  font-size: 11px;
  margin-top: 10px;
}

.secure-checkout-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-top: 15px;
  color: var(--muted);
}

.secure-checkout-note > i {
  color: #15803d;
}

.secure-checkout-note strong,
.secure-checkout-note small {
  display: block;
}

.secure-checkout-note strong {
  color: #4b5563;
  font-size: 10px;
}

.secure-checkout-note small {
  font-size: 8px;
}

.checkout-success-modal .modal-content {
  border: 0;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(17, 24, 39, .22);
}

.checkout-success-modal .modal-body {
  text-align: center;
  padding: 44px;
}

.success-check {
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  margin: 0 auto 19px;
  border-radius: 50%;
  background: #eaf8ed;
  color: #15803d;
  font-size: 29px;
}

.checkout-success-modal h2 {
  color: var(--secondary);
  font-size: 29px;
  margin: 8px 0 11px;
}

.checkout-success-modal p {
  color: var(--muted);
  line-height: 1.7;
  font-size: 13px;
}

.success-delivery {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: 11px;
  background: #faf9fd;
  padding: 14px;
  margin: 22px 0;
  text-align: left;
}

.success-delivery i {
  color: var(--primary);
  font-size: 23px;
}

.success-delivery span,
.success-delivery strong {
  display: block;
}

.success-delivery span {
  color: var(--muted);
  font-size: 10px;
}

.success-delivery strong {
  color: var(--secondary);
  font-size: 12px;
  margin-top: 3px;
}

@media (max-width: 1199.98px) {
  .product-main-media,
  .product-main-media > img {
    min-height: 535px;
  }

  .product-gallery-shell,
  .checkout-summary-card {
    top: 150px;
  }

  .single-product-summary h1 {
    font-size: 40px;
  }

  .product-service-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991.98px) {
  .product-gallery-shell,
  .checkout-summary-card {
    position: static;
  }

  .product-gallery-shell {
    margin-bottom: 12px;
  }

  .checkout-heading-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .checkout-steps {
    width: 100%;
    justify-content: flex-start;
  }

  .checkout-summary-card {
    margin-top: 5px;
  }
}

@media (max-width: 767.98px) {
  .product-overview-section {
    padding-top: 24px;
  }

  .product-gallery-shell {
    grid-template-columns: 1fr;
  }

  .product-thumbnail-list {
    order: 2;
    flex-direction: row;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .product-thumb {
    flex: 0 0 72px;
    width: 72px;
  }

  .product-main-media,
  .product-main-media > img {
    min-height: 430px;
  }

  .single-product-summary h1 {
    font-size: 34px;
    letter-spacing: -1.5px;
  }

  .purchase-row {
    grid-template-columns: 112px minmax(0, 1fr) 48px;
  }

  .detail-wishlist-btn {
    width: 48px;
  }

  .product-service-grid,
  .product-feature-list,
  .additional-info-table {
    grid-template-columns: 1fr;
  }

  .additional-info-table > div,
  .additional-info-table > div:nth-child(odd) {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .additional-info-table > div:last-child {
    border-bottom: 0;
  }

  .product-info-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 0 18px;
  }

  .product-info-tabs .nav-link {
    white-space: nowrap;
    margin-right: 14px;
  }

  .product-info-content {
    padding: 25px 21px;
  }

  .mobile-product-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1028;
    display: flex;
    align-items: center;
    gap: 15px;
    border-top: 1px solid var(--line);
    background: rgba(255, 255, 255, .97);
    padding: 11px 15px calc(11px + env(safe-area-inset-bottom));
    box-shadow: 0 -12px 35px rgba(17, 24, 39, .12);
    backdrop-filter: blur(12px);
  }

  .mobile-product-bar > div {
    min-width: 74px;
  }

  .mobile-product-bar span,
  .mobile-product-bar small {
    display: block;
  }

  .mobile-product-bar span {
    color: var(--alert);
    font-size: 20px;
    font-weight: 800;
  }

  .mobile-product-bar small {
    color: #15803d;
    font-size: 9px;
    font-weight: 700;
  }

  .mobile-product-bar .detail-add-cart {
    flex: 1;
  }

  .product-page .site-footer {
    padding-bottom: 76px;
  }

  .checkout-heading-section {
    padding: 34px 0 18px;
  }

  .checkout-notice-grid {
    grid-template-columns: 1fr;
  }

  .checkout-card {
    padding: 21px 18px;
  }

  .delivery-option {
    grid-template-columns: 18px 38px minmax(0, 1fr) auto;
    padding: 12px;
  }

  .delivery-option > i {
    width: 38px;
    height: 38px;
  }

  .checkout-summary-card {
    padding: 20px 17px;
  }

  .checkout-success-modal .modal-body {
    padding: 34px 21px;
  }
}

@media (max-width: 575.98px) {
  .page-breadcrumb-section {
    padding: 13px 0;
  }

  .page-breadcrumb-section .breadcrumb {
    font-size: 11px;
  }

  .product-main-media,
  .product-main-media > img {
    min-height: 345px;
  }

  .product-detail-discount {
    left: 14px;
    top: 14px;
  }

  .product-zoom-button {
    right: 14px;
    top: 14px;
    width: 40px;
    height: 40px;
  }

  .gallery-hint {
    bottom: 12px;
  }

  .single-product-summary h1 {
    font-size: 30px;
  }

  .single-price-row > strong {
    font-size: 32px;
  }

  .stock-panel-title {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .purchase-row {
    grid-template-columns: 104px minmax(0, 1fr) 46px;
    gap: 7px;
  }

  .detail-add-cart,
  .detail-buy-now,
  .detail-quantity-control,
  .detail-wishlist-btn {
    height: 50px;
  }

  .detail-wishlist-btn {
    width: 46px;
  }

  .product-service {
    min-height: 75px;
  }

  .product-info-content {
    padding: 22px 17px;
  }

  .product-info-content h2 {
    font-size: 22px;
  }

  .checkout-heading-row h1 {
    font-size: 34px;
  }

  .checkout-steps {
    gap: 7px;
    overflow-x: auto;
  }

  .checkout-steps > div b {
    font-size: 10px;
  }

  .checkout-steps > i {
    display: none;
  }

  .checkout-notice {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .checkout-notice button {
    width: 100%;
    margin-left: 26px;
    text-align: left;
  }

  .checkout-item {
    grid-template-columns: 58px minmax(0, 1fr) auto;
  }

  .checkout-item-image {
    width: 58px;
    height: 58px;
  }

  .payment-logos {
    display: none;
  }

  .payment-method > small {
    display: none;
  }
}

/* =========================================================
   FreshCart v7 - content pages, collection pages and motion
   ========================================================= */

/* Shared navigation and page foundations */
.page-menu {
  min-width: 245px;
  margin-top: 0 !important;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 13px;
  box-shadow: 0 20px 55px rgba(17, 24, 39, .14);
}

.page-menu .dropdown-item {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 10px 12px;
  border-radius: 9px;
  color: #4b5563;
  font-size: 14px;
  font-weight: 600;
}

.page-menu .dropdown-item i {
  width: 18px;
  color: var(--primary);
  text-align: center;
}

.page-menu .dropdown-item:hover,
.page-menu .dropdown-item:focus {
  color: var(--secondary);
  background: #f3f0fa;
}

.drawer-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
}

.btn-outline-primary {
  --bs-btn-color: var(--primary);
  --bs-btn-border-color: var(--primary);
  --bs-btn-hover-bg: var(--primary);
  --bs-btn-hover-border-color: var(--primary);
  --bs-btn-active-bg: var(--secondary);
  --bs-btn-active-border-color: var(--secondary);
  font-weight: 700;
}

.inner-hero {
  position: relative;
  overflow: hidden;
  padding: 90px 0;
  background: linear-gradient(135deg, #faf9fd 0%, #f3effb 58%, #fff 100%);
}

.inner-hero::before,
.inner-hero::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.inner-hero::before {
  width: 360px;
  height: 360px;
  right: -170px;
  top: -185px;
  background: rgba(99, 76, 159, .1);
}

.inner-hero::after {
  width: 190px;
  height: 190px;
  right: 15%;
  bottom: -120px;
  background: rgba(232, 83, 15, .07);
}

.inner-hero .container {
  position: relative;
  z-index: 1;
}

.inner-hero h1 {
  max-width: 850px;
  margin: 14px 0 22px;
  color: var(--secondary);
  font-size: clamp(42px, 5.2vw, 72px);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -3.2px;
}

.inner-hero p {
  max-width: 700px;
  margin: 0;
  color: #5f6572;
  font-size: 18px;
  line-height: 1.75;
}

.display-section-title {
  margin: 10px 0 20px;
  color: var(--secondary);
  font-size: clamp(34px, 4vw, 50px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -2px;
}

.section-heading-copy {
  max-width: 520px;
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

/* Motion foundation. Content remains visible when JavaScript is unavailable. */
.animations-enabled .reveal {
  opacity: 0;
  transform: translate3d(0, 28px, 0);
  transition: opacity .7s cubic-bezier(.22, 1, .36, 1), transform .7s cubic-bezier(.22, 1, .36, 1);
  transition-delay: var(--reveal-delay, 0s);
  will-change: opacity, transform;
}

.animations-enabled .reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.reveal-delay-1 { --reveal-delay: .08s; }
.reveal-delay-2 { --reveal-delay: .16s; }
.reveal-delay-3 { --reveal-delay: .24s; }

/* Blog listing */
.blog-hero {
  background:
    radial-gradient(circle at 80% 45%, rgba(232, 83, 15, .12), transparent 28%),
    linear-gradient(135deg, #fbf9fe 0%, #f0ebf8 100%);
}

.hero-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  padding: 18px;
  border: 1px solid rgba(99, 76, 159, .12);
  border-radius: 20px;
  background: rgba(255, 255, 255, .74);
  box-shadow: 0 20px 55px rgba(57, 36, 95, .1);
  backdrop-filter: blur(12px);
}

.hero-stat-grid div {
  min-height: 112px;
  padding: 20px 14px;
  border-radius: 14px;
  background: #fff;
  text-align: center;
}

.hero-stat-grid strong,
.hero-stat-grid span {
  display: block;
}

.hero-stat-grid strong {
  color: var(--secondary);
  font-size: 25px;
  font-weight: 800;
}

.hero-stat-grid span {
  margin-top: 7px;
  color: var(--muted);
  font-size: 12px;
}

.featured-story {
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(360px, .78fr);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 28px 70px rgba(57, 36, 95, .1);
}

.featured-story-image {
  min-height: 490px;
  overflow: hidden;
}

.featured-story-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .65s cubic-bezier(.22, 1, .36, 1);
}

.featured-story:hover .featured-story-image img {
  transform: scale(1.035);
}

.featured-story-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 5vw, 70px);
}

.blog-category,
.blog-card-image span {
  display: inline-flex;
  width: max-content;
  align-items: center;
  border-radius: 999px;
  background: #f1edfa;
  color: var(--primary);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.blog-category {
  padding: 8px 12px;
}

.blog-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 17px 0;
  color: #7b8190;
  font-size: 12px;
  font-weight: 600;
}

.blog-meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.featured-story-copy h2 {
  margin: 0 0 18px;
  color: var(--secondary);
  font-size: clamp(30px, 3.1vw, 45px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -1.8px;
}

.featured-story-copy h2 a:hover,
.blog-card h3 a:hover {
  color: var(--primary);
}

.featured-story-copy p {
  color: var(--muted);
  line-height: 1.75;
}

.story-link {
  display: inline-flex;
  width: max-content;
  align-items: center;
  gap: 9px;
  margin-top: 14px;
  color: var(--primary);
  font-size: 14px;
  font-weight: 800;
}

.story-link i {
  transition: transform .2s ease;
}

.story-link:hover {
  color: var(--secondary);
}

.story-link:hover i {
  transform: translateX(4px);
}

.blog-search-wrap {
  display: flex;
  width: min(360px, 100%);
  height: 48px;
  align-items: center;
  gap: 11px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
}

.blog-search-wrap i { color: #9ca3af; }
.blog-search-wrap input {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 14px;
}

.blog-filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 30px;
}

.blog-filter {
  padding: 9px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: #596070;
  font-size: 13px;
  font-weight: 700;
  transition: .2s ease;
}

.blog-filter:hover,
.blog-filter.active {
  border-color: var(--primary);
  background: var(--primary);
  color: #fff;
}

.blog-post-item {
  transition: opacity .25s ease, transform .25s ease;
}

.blog-card {
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  transition: transform .32s ease, box-shadow .32s ease, border-color .32s ease;
}

.blog-card:hover {
  transform: translateY(-7px);
  border-color: transparent;
  box-shadow: var(--shadow);
}

.blog-card-image {
  position: relative;
  display: block;
  height: 250px;
  overflow: hidden;
}

.blog-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s cubic-bezier(.22, 1, .36, 1);
}

.blog-card:hover .blog-card-image img { transform: scale(1.055); }

.blog-card-image span {
  position: absolute;
  left: 17px;
  bottom: 17px;
  padding: 7px 11px;
  background: rgba(255, 255, 255, .94);
}

.blog-card-body { padding: 23px; }
.blog-card-body .blog-meta { margin: 0 0 12px; }
.blog-card-body h3 {
  margin: 0 0 12px;
  color: var(--secondary);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: -.55px;
}

.blog-card-body p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.blog-empty {
  padding: 75px 20px;
  text-align: center;
  color: var(--muted);
}

.blog-empty i {
  margin-bottom: 17px;
  color: var(--primary);
  font-size: 42px;
}

.blog-empty h3 { color: var(--secondary); }

.blog-pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 42px;
}

.blog-pagination a {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  color: var(--secondary);
  font-size: 13px;
  font-weight: 800;
}

.blog-pagination a.active,
.blog-pagination a:hover {
  border-color: var(--primary);
  background: var(--primary);
  color: #fff;
}

.blog-pagination a.disabled {
  pointer-events: none;
  opacity: .45;
}

/* Blog detail */
.article-header { padding-top: 75px; }
.article-header-inner { max-width: 980px; }
.article-header h1 {
  margin: 17px 0 20px;
  color: var(--secondary);
  font-size: clamp(43px, 6vw, 76px);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -3.4px;
}

.article-lead {
  max-width: 820px;
  color: #5f6572;
  font-size: 20px;
  line-height: 1.7;
}

.article-byline {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 30px;
}

.article-author-avatar {
  display: grid;
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--primary), var(--secondary));
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

.article-author-avatar.large { width: 70px; height: 70px; font-size: 17px; }
.article-byline strong,
.article-byline span { display: block; }
.article-byline strong { color: var(--secondary); font-size: 14px; }
.article-byline span { margin-top: 3px; color: var(--muted); font-size: 12px; }

.article-share { display: flex; gap: 8px; }
.article-share button {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
  color: var(--secondary);
  transition: .2s ease;
}

.article-share button:hover {
  border-color: var(--primary);
  background: var(--primary);
  color: #fff;
  transform: translateY(-2px);
}

.article-hero-image {
  overflow: hidden;
  margin: 25px 0 15px;
  border-radius: 24px;
}

.article-hero-image img {
  width: 100%;
  max-height: 680px;
  object-fit: cover;
}

.article-hero-image figcaption {
  padding: 11px 3px 0;
  color: #8a909c;
  font-size: 12px;
}

.article-content {
  color: #404754;
  font-size: 17px;
  line-height: 1.85;
}

.article-content p { margin-bottom: 24px; }
.article-content .drop-cap::first-letter {
  float: left;
  margin: 7px 10px 0 0;
  color: var(--primary);
  font-size: 64px;
  font-weight: 800;
  line-height: .75;
}

.article-content h2 {
  margin: 50px 0 17px;
  scroll-margin-top: 180px;
  color: var(--secondary);
  font-size: 32px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -1.1px;
}

.article-content h3 {
  color: var(--secondary);
  font-size: 22px;
  font-weight: 800;
}

.article-tip {
  display: flex;
  gap: 17px;
  margin: 32px 0;
  padding: 23px;
  border: 1px solid #ddd5f0;
  border-radius: 16px;
  background: #f8f6fc;
}

.article-tip > i {
  display: grid;
  width: 43px;
  height: 43px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 12px;
  background: var(--primary);
  color: #fff;
}

.article-tip strong { color: var(--secondary); }
.article-tip p { margin: 5px 0 0; font-size: 15px; }

.article-inline-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 28px;
  align-items: center;
  margin: 35px 0;
}

.article-inline-grid img {
  width: 100%;
  height: 330px;
  border-radius: 17px;
  object-fit: cover;
}

.article-check-list {
  padding: 0;
  margin: 20px 0 0;
  list-style: none;
}

.article-check-list li {
  position: relative;
  margin: 11px 0;
  padding-left: 28px;
}

.article-check-list li::before {
  content: "\f00c";
  position: absolute;
  left: 0;
  top: 1px;
  color: var(--success);
  font-family: "Font Awesome 6 Free";
  font-size: 13px;
  font-weight: 900;
}

.article-content blockquote {
  position: relative;
  margin: 42px 0;
  padding: 34px 38px 34px 58px;
  border: 0;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--secondary), var(--primary));
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.5;
}

.article-content blockquote::before {
  content: "“";
  position: absolute;
  left: 18px;
  top: 7px;
  color: rgba(255, 255, 255, .28);
  font-size: 82px;
  font-family: Georgia, serif;
}

.article-table-wrap {
  overflow: hidden;
  margin: 30px 0;
  border: 1px solid var(--line);
  border-radius: 14px;
}

.article-table { margin: 0; font-size: 14px; }
.article-table th { padding: 15px; background: #f6f3fb; color: var(--secondary); }
.article-table td { padding: 15px; color: #555c69; }

.article-sidebar {
  position: sticky;
  top: 180px;
  display: grid;
  gap: 22px;
}

.article-toc,
.article-sidebar-cta,
.sidebar-posts {
  padding: 25px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: #fff;
}

.article-toc h3,
.sidebar-posts h3,
.article-sidebar-cta h3 {
  margin: 7px 0 15px;
  color: var(--secondary);
  font-size: 19px;
  font-weight: 800;
}

.article-toc a {
  display: block;
  padding: 8px 0;
  color: #646b78;
  font-size: 13px;
  font-weight: 600;
}

.article-toc a:hover { color: var(--primary); transform: translateX(3px); }

.article-sidebar-cta {
  border: 0;
  background: linear-gradient(145deg, var(--primary), var(--secondary));
  color: #fff;
}

.article-sidebar-cta > i { font-size: 28px; }
.article-sidebar-cta h3 { color: #fff; }
.article-sidebar-cta p { color: #ddd5ec; font-size: 13px; line-height: 1.65; }
.article-sidebar-cta a { color: #fff; font-size: 13px; font-weight: 800; }

.sidebar-posts > a {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 12px;
  align-items: center;
  margin-top: 15px;
}

.sidebar-posts img {
  width: 70px;
  height: 70px;
  border-radius: 10px;
  object-fit: cover;
}

.sidebar-posts span { color: var(--secondary); font-size: 13px; font-weight: 700; line-height: 1.4; }
.sidebar-posts small { display: block; margin-top: 4px; color: var(--muted); font-size: 10px; font-weight: 500; }

.article-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-top: 42px;
  padding-top: 25px;
  border-top: 1px solid var(--line);
}

.article-tags span { margin-right: 5px; color: var(--secondary); font-weight: 800; }
.article-tags a { padding: 7px 11px; border-radius: 999px; background: #f4f2f8; color: #5e6471; font-size: 12px; font-weight: 700; }

.article-author-box {
  display: flex;
  gap: 20px;
  align-items: center;
  margin: 35px 0;
  padding: 28px;
  border-radius: 18px;
  background: #faf9fd;
}

.article-author-box span { color: var(--primary); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.article-author-box h3 { margin: 3px 0 6px; color: var(--secondary); font-size: 20px; font-weight: 800; }
.article-author-box p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }

.comment-section {
  margin-top: 55px;
  padding-top: 45px;
  border-top: 1px solid var(--line);
}

.comment-section h2 { margin: 8px 0; color: var(--secondary); font-size: 32px; font-weight: 800; }
.comment-section > p { color: var(--muted); }
.comment-section .form-control { min-height: 50px; border-radius: 10px; }
.comment-section textarea.form-control { min-height: 140px; }

/* Contact */
.contact-hero-visual {
  position: relative;
  min-height: 470px;
  overflow: hidden;
  border-radius: 26px;
  box-shadow: 0 28px 65px rgba(57, 36, 95, .15);
}

.contact-hero-visual img { width: 100%; height: 100%; min-height: 470px; object-fit: cover; }
.contact-availability {
  position: absolute;
  left: 24px;
  bottom: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px 18px;
  border-radius: 13px;
  background: rgba(255, 255, 255, .93);
  box-shadow: 0 12px 36px rgba(17, 24, 39, .16);
  backdrop-filter: blur(10px);
}

.status-dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--success);
  box-shadow: 0 0 0 7px rgba(22, 163, 74, .13);
  animation: statusPulse 2s infinite;
}

.contact-availability strong,
.contact-availability small { display: block; }
.contact-availability strong { color: var(--secondary); font-size: 13px; }
.contact-availability small { color: var(--muted); font-size: 11px; }
.contact-hero-actions,
.about-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }

.contact-method-card {
  height: 100%;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  transition: .3s ease;
}

.contact-method-card:hover {
  transform: translateY(-6px);
  border-color: transparent;
  box-shadow: var(--shadow);
}

.contact-method-icon {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 14px;
  background: #f1edfa;
  color: var(--primary);
  font-size: 20px;
}

.contact-method-card h3 { margin: 20px 0 10px; color: var(--secondary); font-size: 20px; font-weight: 800; }
.contact-method-card p { color: var(--muted); font-size: 14px; line-height: 1.65; }
.contact-method-card > a,
.contact-chat-button { display: inline-block; border: 0; background: none; color: var(--primary); font-size: 16px; font-weight: 800; padding: 0; }
.contact-method-card small { display: block; margin-top: 6px; color: #8b919d; font-size: 11px; }

.contact-form-card {
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 22px 60px rgba(57, 36, 95, .08);
}

.contact-form-card h2 { margin: 8px 0 10px; color: var(--secondary); font-size: 37px; font-weight: 800; letter-spacing: -1.4px; }
.contact-form-card > p { margin-bottom: 27px; color: var(--muted); }
.contact-form-card .form-label { color: #3f4652; font-size: 13px; font-weight: 700; }
.contact-form-card .form-control,
.contact-form-card .form-select { min-height: 51px; border-color: #dfe2e7; border-radius: 10px; font-size: 14px; }
.contact-form-card textarea.form-control { min-height: 155px; }
.contact-form-card .form-control:focus,
.contact-form-card .form-select:focus { border-color: var(--primary); box-shadow: 0 0 0 .2rem rgba(99, 76, 159, .12); }
.contact-submit { min-width: 190px; }

.store-location-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 22px 60px rgba(57, 36, 95, .08);
}

.store-map-visual {
  position: relative;
  height: 310px;
  overflow: hidden;
  background:
    linear-gradient(30deg, transparent 48%, rgba(255, 255, 255, .7) 49%, rgba(255, 255, 255, .7) 53%, transparent 54%) 0 0/115px 115px,
    linear-gradient(120deg, transparent 47%, rgba(255, 255, 255, .8) 48%, rgba(255, 255, 255, .8) 53%, transparent 54%) 0 0/150px 150px,
    #ded8ea;
}

.map-road { position: absolute; display: block; height: 12px; border-radius: 10px; background: rgba(255, 255, 255, .9); transform-origin: center; }
.road-one { width: 120%; left: -10%; top: 42%; transform: rotate(-12deg); }
.road-two { width: 100%; left: 10%; top: 64%; transform: rotate(24deg); }
.road-three { width: 85%; left: 15%; top: 23%; transform: rotate(65deg); }
.map-pin {
  position: absolute;
  left: 53%;
  top: 42%;
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 6px solid rgba(255, 255, 255, .8);
  border-radius: 50%;
  background: var(--alert);
  color: #fff;
  font-size: 20px;
  box-shadow: 0 12px 30px rgba(57, 36, 95, .22);
  animation: mapPinFloat 2.8s ease-in-out infinite;
}

.map-label { position: absolute; left: calc(53% - 34px); top: calc(42% + 64px); padding: 7px 10px; border-radius: 8px; background: #fff; color: var(--secondary); font-size: 11px; font-weight: 800; box-shadow: 0 8px 20px rgba(17,24,39,.12); }
.store-location-copy { padding: 30px; }
.store-location-copy h3 { margin: 7px 0 10px; color: var(--secondary); font-size: 24px; font-weight: 800; }
.store-location-copy p { color: var(--muted); line-height: 1.7; }
.store-hours { margin: 22px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.store-hours div { display: flex; justify-content: space-between; gap: 20px; padding: 11px 0; font-size: 13px; }
.store-hours div + div { border-top: 1px solid var(--line); }
.store-hours span { color: var(--muted); }
.store-hours strong { color: var(--secondary); }

.professional-accordion .accordion-item { margin-bottom: 10px; overflow: hidden; border: 1px solid var(--line); border-radius: 13px !important; }
.professional-accordion .accordion-button { padding: 18px 20px; color: var(--secondary); font-size: 15px; font-weight: 800; box-shadow: none; }
.professional-accordion .accordion-button:not(.collapsed) { background: #f5f2fb; color: var(--primary); }
.professional-accordion .accordion-body { padding: 4px 20px 20px; color: var(--muted); font-size: 14px; line-height: 1.75; }

/* About */
.about-hero { padding-bottom: 110px; }
.about-image-collage { position: relative; min-height: 520px; }
.about-image-main { position: absolute; inset: 0 11% 8% 0; overflow: hidden; border-radius: 26px; box-shadow: 0 28px 65px rgba(57,36,95,.16); }
.about-image-main img { width: 100%; height: 100%; object-fit: cover; }
.about-image-small { position: absolute; right: 0; bottom: 0; width: 42%; height: 45%; overflow: hidden; border: 8px solid #fff; border-radius: 22px; box-shadow: 0 18px 45px rgba(17,24,39,.15); }
.about-image-small img { width: 100%; height: 100%; object-fit: cover; }
.about-quality-badge { position: absolute; left: -24px; bottom: 47px; display: grid; grid-template-columns: 44px 1fr; gap: 0 12px; align-items: center; padding: 16px 18px; border-radius: 14px; background: #fff; box-shadow: 0 18px 45px rgba(17,24,39,.15); }
.about-quality-badge i { grid-row: 1/3; display: grid; width: 44px; height: 44px; place-items: center; border-radius: 12px; background: #e9f8ef; color: var(--success); }
.about-quality-badge strong,
.about-quality-badge span { display: block; }
.about-quality-badge strong { color: var(--secondary); font-size: 13px; }
.about-quality-badge span { color: var(--muted); font-size: 10px; }

.about-metrics { position: relative; z-index: 2; margin-top: -55px; }
.about-metric-grid { display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; border: 1px solid var(--line); border-radius: 19px; background: #fff; box-shadow: 0 22px 60px rgba(57,36,95,.1); }
.about-metric-grid div { padding: 30px 25px; text-align: center; }
.about-metric-grid div + div { border-left: 1px solid var(--line); }
.about-metric-grid strong,
.about-metric-grid span { display: block; }
.about-metric-grid strong { color: var(--primary); font-size: 32px; font-weight: 800; }
.about-metric-grid span { margin-top: 6px; color: var(--muted); font-size: 12px; }
.about-story-image { overflow: hidden; min-height: 540px; border-radius: 24px; }
.about-story-image img { width: 100%; height: 100%; min-height: 540px; object-fit: cover; }
.about-signature { display: flex; align-items: center; gap: 13px; margin-top: 27px; }
.about-signature-mark { display: grid; width: 50px; height: 50px; place-items: center; border-radius: 50%; background: var(--primary); color: #fff; font-weight: 800; }
.about-signature strong,
.about-signature small { display: block; }
.about-signature strong { color: var(--secondary); }
.about-signature small { margin-top: 3px; color: var(--muted); font-size: 11px; }

.value-card { height: 100%; padding: 28px; border: 1px solid var(--line); border-radius: 18px; background: #fff; transition: .3s ease; }
.value-card:hover { transform: translateY(-6px); border-color: transparent; box-shadow: var(--shadow); }
.value-card > span { display: grid; width: 52px; height: 52px; place-items: center; border-radius: 14px; background: #f2eef9; color: var(--primary); font-size: 21px; }
.value-card h3 { margin: 20px 0 10px; color: var(--secondary); font-size: 19px; font-weight: 800; }
.value-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.process-list { display: grid; gap: 14px; }
.process-list article { display: grid; grid-template-columns: 58px 1fr; gap: 18px; padding: 22px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.process-list article > span { display: grid; width: 58px; height: 58px; place-items: center; border-radius: 15px; background: var(--secondary); color: #fff; font-size: 14px; font-weight: 800; }
.process-list h3 { margin: 1px 0 6px; color: var(--secondary); font-size: 18px; font-weight: 800; }
.process-list p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.team-card { position: relative; height: 430px; overflow: hidden; border-radius: 19px; background: #eee; }
.team-card::after { content: ""; position: absolute; inset: 40% 0 0; background: linear-gradient(transparent, rgba(17,24,39,.9)); }
.team-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.team-card:hover img { transform: scale(1.05); }
.team-card div { position: absolute; z-index: 1; left: 22px; right: 22px; bottom: 22px; color: #fff; }
.team-card h3 { margin: 0 0 4px; font-size: 21px; font-weight: 800; }
.team-card span { color: #d8dce4; font-size: 12px; }
.about-cta { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 45px; border-radius: 22px; background: linear-gradient(115deg, var(--primary), var(--secondary)); color: #fff; }
.about-cta span { color: #e8def7; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.about-cta h2 { max-width: 680px; margin: 7px 0 0; font-size: clamp(29px, 4vw, 43px); font-weight: 800; letter-spacing: -1.5px; }
.about-cta > div:last-child { display: flex; flex-wrap: wrap; gap: 10px; flex: 0 0 auto; }

/* Policy pages */
.policy-hero { padding: 80px 0; }
.policy-hero h1 { max-width: 900px; font-size: clamp(41px, 5vw, 65px); }
.policy-updated { display: block; margin-bottom: 15px; color: #596070; font-size: 13px; font-weight: 700; }
.policy-updated i { margin-right: 7px; color: var(--primary); }
.policy-print { display: inline-flex; align-items: center; gap: 8px; padding: 10px 14px; border: 1px solid var(--primary); border-radius: 9px; background: #fff; color: var(--primary); font-size: 13px; font-weight: 800; }
.policy-notice { display: flex; gap: 15px; margin-bottom: 38px; padding: 20px 22px; border: 1px solid #dcd4ef; border-radius: 14px; background: #f7f4fc; }
.policy-notice > i { margin-top: 3px; color: var(--primary); font-size: 21px; }
.policy-notice strong { color: var(--secondary); }
.policy-notice p { margin: 4px 0 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.policy-nav { position: sticky; top: 180px; padding: 21px; border: 1px solid var(--line); border-radius: 15px; background: #fff; }
.policy-nav > span { display: block; margin-bottom: 11px; color: var(--secondary); font-size: 13px; font-weight: 800; }
.policy-nav a { display: block; padding: 8px 10px; border-left: 2px solid transparent; color: #6c7280; font-size: 12px; font-weight: 600; }
.policy-nav a:hover,
.policy-nav a.active { border-left-color: var(--primary); background: #f6f3fb; color: var(--primary); }
.policy-content { max-width: 900px; }
.policy-content section { position: relative; padding: 0 0 50px 58px; scroll-margin-top: 180px; border-left: 1px solid #e6e2ed; }
.policy-content section:last-child { padding-bottom: 0; border-left-color: transparent; }
.policy-number { position: absolute; left: -21px; top: -5px; display: grid; width: 42px; height: 42px; place-items: center; border: 5px solid #fff; border-radius: 50%; background: var(--primary); color: #fff; font-size: 11px; font-weight: 800; }
.policy-content h2 { margin: 0 0 17px; color: var(--secondary); font-size: 30px; font-weight: 800; letter-spacing: -.8px; }
.policy-content h3 { margin: 25px 0 11px; color: var(--secondary); font-size: 18px; font-weight: 800; }
.policy-content p,
.policy-content li { color: #555d6b; font-size: 15px; line-height: 1.8; }
.policy-content ul { padding-left: 20px; }
.policy-content li { margin-bottom: 8px; }
.policy-purpose-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px; margin: 24px 0; }
.policy-purpose-grid div { display: grid; grid-template-columns: 40px 1fr; gap: 3px 12px; padding: 18px; border: 1px solid var(--line); border-radius: 13px; }
.policy-purpose-grid i { grid-row: 1/3; display: grid; width: 40px; height: 40px; place-items: center; border-radius: 10px; background: #F2E9DD; color: var(--primary); }
.policy-purpose-grid strong { color: var(--secondary); font-size: 13px; }
.policy-purpose-grid span { color: var(--muted); font-size: 11px; line-height: 1.5; }
.policy-callout { margin: 25px 0; padding: 20px; border-left: 4px solid var(--alert); border-radius: 0 12px 12px 0; background: #fff7f2; }
.policy-callout strong,
.policy-callout span { display: block; }
.policy-callout strong { color: var(--secondary); }
.policy-callout span { margin-top: 4px; color: var(--muted); font-size: 13px; line-height: 1.65; }
.policy-table { margin: 20px 0; font-size: 13px; }
.policy-table th { padding: 14px; background: #f5f2fa; color: var(--secondary); }
.policy-table td { padding: 14px; color: #5b6270; }
.policy-contact-card { display: flex; align-items: center; gap: 17px; margin-top: 20px; padding: 22px; border: 1px solid var(--line); border-radius: 15px; background: #faf9fd; }
.policy-contact-card > i { display: grid; width: 48px; height: 48px; flex: 0 0 auto; place-items: center; border-radius: 13px; background: var(--primary); color: #fff; font-size: 18px; }
.policy-contact-card div { flex: 1; }
.policy-contact-card strong,
.policy-contact-card span { display: block; }
.policy-contact-card strong { color: var(--secondary); }
.policy-contact-card span { color: var(--muted); font-size: 12px; }
.policy-contact-card a { padding: 9px 12px; border-radius: 8px; background: var(--secondary); color: #fff; font-size: 12px; font-weight: 800; }

/* Cart and wishlist pages */
.shopping-page-header { padding: 58px 0 35px; background: #faf9fd; border-bottom: 1px solid var(--line); }
.shopping-page-header h1 { margin: 8px 0; color: var(--secondary); font-size: clamp(39px, 5vw, 59px); font-weight: 800; letter-spacing: -2.3px; }
.shopping-page-header p { margin: 0; color: var(--muted); }
.continue-shopping-link,
.share-wishlist { display: inline-flex; align-items: center; gap: 9px; padding: 11px 15px; border: 1px solid var(--line); border-radius: 10px; background: #fff; color: var(--secondary); font-size: 13px; font-weight: 800; }
.share-wishlist:hover,
.continue-shopping-link:hover { border-color: var(--primary); color: var(--primary); }
.shopping-page-toolbar,
.wishlist-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 22px; }
.shopping-page-toolbar h2,
.wishlist-toolbar h2 { margin: 0; color: var(--secondary); font-size: 23px; font-weight: 800; }
.shopping-page-toolbar h2 span,
.wishlist-toolbar h2 span { margin-left: 6px; color: var(--muted); font-size: 12px; font-weight: 600; }
.shopping-page-toolbar p,
.wishlist-toolbar p { margin: 4px 0 0; color: var(--muted); font-size: 12px; }
.clear-collection { display: inline-flex; align-items: center; gap: 7px; padding: 9px 11px; border: 1px solid #fecaca; border-radius: 9px; background: #fff; color: #dc2626; font-size: 12px; font-weight: 700; }
.cart-page-shipping { margin-bottom: 17px; padding: 17px 19px; border-radius: 13px; background: #f7f4fc; color: #5e6573; font-size: 12px; }
.cart-page-shipping strong { color: var(--secondary); }
.cart-page-shipping .progress { height: 7px; margin-top: 12px; background: #e4def0; }
.cart-page-shipping .progress-bar { border-radius: 10px; background: linear-gradient(90deg, var(--primary), #937bcb); transition: width .45s ease; }
.shopping-page-items { display: grid; gap: 13px; }
.cart-page-item {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  transition: opacity .25s ease, transform .25s ease, box-shadow .25s ease;
}
.cart-page-item:hover { box-shadow: 0 14px 35px rgba(57,36,95,.08); }
.cart-page-item.is-removing,
.wishlist-page-card.is-removing,
.drawer-item.is-removing { opacity: 0; transform: translateX(24px) scale(.98); }
.cart-page-item-image { display: block; width: 130px; height: 130px; overflow: hidden; border-radius: 13px; background: #F7F2EC; }
.cart-page-item-image img { width: 100%; height: 100%; object-fit: cover; }
.cart-page-item-info h3 { margin: 6px 0 8px; color: var(--secondary); font-size: 18px; font-weight: 800; }
.cart-page-item-stock { color: var(--success); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.cart-page-item-price { color: var(--alert); font-size: 17px; font-weight: 800; }
.cart-page-item-controls { display: flex; flex-wrap: wrap; gap: 11px; align-items: center; margin-top: 15px; }
.cart-page-save { border: 0; background: transparent; color: var(--primary); font-size: 11px; font-weight: 800; }
.cart-page-item-total { min-width: 115px; text-align: right; }
.cart-page-item-total > strong { display: block; color: var(--secondary); font-size: 20px; }
.cart-page-item-total > span { display: block; margin-bottom: 10px; color: var(--muted); font-size: 10px; }
.cart-page-remove { width: 34px; height: 34px; border: 0; border-radius: 50%; background: #f9fafb; color: #9ca3af; }
.cart-page-remove:hover { background: #fee2e2; color: #dc2626; }
.order-summary-card { position: sticky; top: 180px; padding: 28px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 20px 55px rgba(57,36,95,.09); }
.order-summary-card h2 { margin: 6px 0 20px; color: var(--secondary); font-size: 26px; font-weight: 800; }
.cart-summary-lines { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.cart-summary-lines > div { display: flex; justify-content: space-between; gap: 20px; padding: 11px 0; color: var(--muted); font-size: 13px; }
.cart-summary-lines strong { color: var(--secondary); }
.cart-summary-lines .cart-summary-total { margin-top: 6px; padding: 18px 0; border-top: 1px solid var(--line); color: var(--secondary); font-weight: 800; }
.cart-summary-total strong { font-size: 25px; }
.cart-coupon-box { padding: 20px 0; }
.cart-coupon-box label { display: block; margin-bottom: 8px; color: var(--secondary); font-size: 12px; font-weight: 800; }
.cart-coupon-box > div { display: flex; height: 44px; overflow: hidden; border: 1px solid var(--line); border-radius: 9px; }
.cart-coupon-box input { flex: 1; min-width: 0; padding: 0 12px; border: 0; outline: 0; font-size: 12px; }
.cart-coupon-box button { border: 0; background: var(--secondary); color: #fff; padding: 0 15px; font-size: 11px; font-weight: 800; }
.cart-coupon-box small { display: block; margin-top: 7px; color: var(--muted); font-size: 10px; }
.cart-page-checkout { width: 100%; height: 52px; border: 0; border-radius: 10px; background: var(--primary); color: #fff; font-size: 14px; font-weight: 800; transition: .2s ease; }
.cart-page-checkout:hover { background: var(--secondary); transform: translateY(-2px); }
.cart-page-checkout:disabled { opacity: .5; transform: none; }
.secure-checkout-note { display: flex; gap: 11px; margin-top: 17px; color: var(--muted); }
.secure-checkout-note > i { margin-top: 2px; color: var(--success); font-size: 19px; }
.secure-checkout-note strong,
.secure-checkout-note span { display: block; }
.secure-checkout-note strong { color: var(--secondary); font-size: 11px; }
.secure-checkout-note span { font-size: 9px; }
.payment-mini-icons { display: flex; gap: 7px; margin-top: 16px; }
.payment-mini-icons span { display: grid; min-width: 40px; height: 25px; padding: 0 7px; place-items: center; border: 1px solid var(--line); border-radius: 5px; color: #69707d; font-size: 8px; font-weight: 800; }
.shopping-page-empty { display: none; padding: 75px 20px; border: 1px dashed #d7d1e4; border-radius: 18px; background: #faf9fd; text-align: center; }
.shopping-page-empty > span { display: grid; width: 82px; height: 82px; place-items: center; margin: 0 auto 20px; border-radius: 50%; background: #eee9f7; color: var(--primary); font-size: 29px; }
.shopping-page-empty h2 { color: var(--secondary); font-size: 25px; font-weight: 800; }
.shopping-page-empty p { max-width: 430px; margin: 0 auto 20px; color: var(--muted); }

.wishlist-toolbar-actions { display: flex; align-items: center; gap: 9px; }
.wishlist-toolbar-actions label { color: var(--muted); font-size: 11px; font-weight: 700; }
.wishlist-toolbar-actions .form-select { width: 175px; min-height: 42px; border-radius: 9px; font-size: 12px; }
.wishlist-page-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.wishlist-page-card { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 17px; background: #fff; transition: opacity .25s ease, transform .3s ease, box-shadow .3s ease; }
.wishlist-page-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.wishlist-page-image { display: block; height: 260px; overflow: hidden; background: #f8f7fb; }
.wishlist-page-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.wishlist-page-card:hover .wishlist-page-image img { transform: scale(1.045); }
.wishlist-page-remove { position: absolute; z-index: 2; top: 12px; right: 12px; display: grid; width: 36px; height: 36px; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: rgba(255,255,255,.94); color: #8b919d; }
.wishlist-page-remove:hover { border-color: #fecaca; color: #dc2626; }
.wishlist-page-card-body { padding: 19px; }
.wishlist-page-card-body h3 { margin: 7px 0 8px; color: var(--secondary); font-size: 17px; font-weight: 800; line-height: 1.4; }
.wishlist-page-card-price { color: var(--alert); font-size: 19px; font-weight: 800; }
.wishlist-page-stock { display: inline-block; margin-left: 8px; color: var(--success); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.wishlist-page-controls { display: flex; gap: 9px; margin-top: 16px; }
.wishlist-page-controls .quantity-control { height: 42px; }
.wishlist-page-controls .move-item-cart { flex: 1; border-radius: 9px; background: var(--primary); color: #fff; font-size: 11px; }
.wishlist-page-controls .move-item-cart:hover { background: var(--secondary); }

/* Tracking */
.tracking-hero { background: linear-gradient(135deg, #faf9fd 0%, #eee8f7 100%); }
.tracking-help-note { display: flex; gap: 10px; max-width: 600px; margin-top: 28px; padding: 13px 15px; border: 1px solid rgba(99,76,159,.16); border-radius: 11px; background: rgba(255,255,255,.7); color: #5f6572; font-size: 12px; }
.tracking-help-note i { margin-top: 2px; color: var(--primary); }
.tracking-form-card { padding: clamp(28px, 5vw, 46px); border: 1px solid rgba(255,255,255,.6); border-radius: 23px; background: rgba(255,255,255,.92); box-shadow: 0 25px 65px rgba(57,36,95,.13); backdrop-filter: blur(12px); }
.tracking-form-icon { display: grid; width: 56px; height: 56px; place-items: center; margin-bottom: 19px; border-radius: 15px; background: var(--primary); color: #fff; font-size: 21px; }
.tracking-form-card h2 { margin: 0 0 6px; color: var(--secondary); font-size: 30px; font-weight: 800; }
.tracking-form-card > p { margin-bottom: 23px; color: var(--muted); font-size: 13px; }
.tracking-form-card .form-label { color: var(--secondary); font-size: 12px; font-weight: 800; }
.input-icon-field { position: relative; }
.input-icon-field > i { position: absolute; z-index: 2; left: 16px; top: 17px; color: #9ca3af; }
.input-icon-field .form-control { height: 52px; padding-left: 45px; border-radius: 10px; }
.tracking-submit { width: 100%; height: 52px; border: 0; border-radius: 10px; background: var(--primary); color: #fff; font-weight: 800; }
.tracking-submit:hover { background: var(--secondary); }
.tracking-result-section { background: #f7f5fb; }
.tracking-result-card { overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: 0 24px 60px rgba(57,36,95,.1); }
.tracking-result-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 28px 32px; border-bottom: 1px solid var(--line); }
.tracking-result-head h2 { margin: 6px 0 3px; color: var(--secondary); font-size: 27px; font-weight: 800; }
.tracking-result-head p { margin: 0; color: var(--muted); font-size: 11px; }
.tracking-status-badge { display: inline-flex; align-items: center; gap: 8px; padding: 10px 13px; border-radius: 999px; background: #eee9f8; color: var(--primary); font-size: 12px; font-weight: 800; }
.tracking-progress-summary { display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid var(--line); background: #faf9fd; }
.tracking-progress-summary div { padding: 20px 25px; }
.tracking-progress-summary div + div { border-left: 1px solid var(--line); }
.tracking-progress-summary span,
.tracking-progress-summary strong { display: block; }
.tracking-progress-summary span { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .07em; }
.tracking-progress-summary strong { margin-top: 5px; color: var(--secondary); font-size: 13px; }
.tracking-timeline { display: grid; grid-template-columns: repeat(5, 1fr); padding: 45px 30px 35px; }
.tracking-timeline article { position: relative; padding: 0 13px; text-align: center; opacity: .42; transition: opacity .35s ease, transform .35s ease; }
.tracking-timeline article::before { content: ""; position: absolute; z-index: 0; left: -50%; right: 50%; top: 20px; height: 3px; background: #e5e7eb; }
.tracking-timeline article:first-child::before { display: none; }
.tracking-timeline article > span { position: relative; z-index: 1; display: grid; width: 42px; height: 42px; place-items: center; margin: 0 auto 14px; border: 3px solid #fff; border-radius: 50%; background: #d1d5db; color: #fff; box-shadow: 0 0 0 1px #d1d5db; }
.tracking-timeline article.complete,
.tracking-timeline article.current { opacity: 1; transform: translateY(0); }
.tracking-timeline article.complete > span { background: var(--success); box-shadow: 0 0 0 1px var(--success); }
.tracking-timeline article.current > span { background: var(--primary); box-shadow: 0 0 0 1px var(--primary), 0 0 0 8px rgba(99,76,159,.1); animation: trackingCurrent 1.8s infinite; }
.tracking-timeline article.complete::before,
.tracking-timeline article.current::before { background: var(--success); }
.tracking-timeline strong { display: block; color: var(--secondary); font-size: 12px; }
.tracking-timeline p { min-height: 48px; margin: 6px 0; color: var(--muted); font-size: 10px; line-height: 1.5; }
.tracking-timeline small { color: #8d94a1; font-size: 9px; }
.tracking-order-products { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 30px; border-top: 1px solid var(--line); }
.tracking-order-products h3 { margin: 0; color: var(--secondary); font-size: 16px; font-weight: 800; }
.tracking-order-products > div { display: flex; align-items: center; gap: 14px; color: var(--muted); font-size: 12px; }
.tracking-product-stack { display: flex; padding-left: 15px; }
.tracking-product-stack img { width: 42px; height: 42px; margin-left: -15px; border: 3px solid #fff; border-radius: 50%; object-fit: cover; }
.tracking-order-products > a { color: var(--primary); font-size: 12px; font-weight: 800; }
.tracking-info-card { height: 100%; padding: 27px; border: 1px solid var(--line); border-radius: 17px; background: #fff; }
.tracking-info-card > span { display: grid; width: 50px; height: 50px; place-items: center; border-radius: 14px; background: #F2E9DD; color: var(--primary); font-size: 20px; }
.tracking-info-card h3 { margin: 18px 0 8px; color: var(--secondary); font-size: 18px; font-weight: 800; }
.tracking-info-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }

/* Cart, wishlist and drawer motion */
.shopping-drawer {
  transition: transform .46s cubic-bezier(.22, 1, .36, 1) !important;
}

.shopping-drawer.drawer-motion .drawer-header,
.shopping-drawer.drawer-motion .shipping-progress-wrap,
.shopping-drawer.drawer-motion .drawer-summary {
  animation: drawerContentIn .48s cubic-bezier(.22, 1, .36, 1) both;
}

.shopping-drawer.drawer-motion .shipping-progress-wrap { animation-delay: .06s; }
.shopping-drawer.drawer-motion .drawer-summary { animation-delay: .12s; }
.shopping-drawer.drawer-motion .drawer-item {
  animation: drawerItemIn .42s cubic-bezier(.22, 1, .36, 1) both;
  animation-delay: calc(.08s + (var(--item-index, 0) * .045s));
}

.flying-product {
  position: fixed;
  z-index: 2100;
  pointer-events: none;
  overflow: hidden;
  border: 3px solid #fff;
  border-radius: 14px;
  object-fit: cover;
  box-shadow: 0 16px 35px rgba(17,24,39,.28);
  transition: left .68s cubic-bezier(.2,.8,.2,1), top .68s cubic-bezier(.2,.8,.2,1), width .68s cubic-bezier(.2,.8,.2,1), height .68s cubic-bezier(.2,.8,.2,1), opacity .68s ease, transform .68s cubic-bezier(.2,.8,.2,1);
}

.action-pop { animation: actionPop .55s cubic-bezier(.22, 1, .36, 1); }
.action-count.count-pop { animation: countPop .55s cubic-bezier(.22, 1, .36, 1); }
.wishlist-btn.heart-pop,
.detail-wishlist-btn.heart-pop { animation: heartPop .55s cubic-bezier(.22,1,.36,1); }
.add-cart.is-added,
.detail-add-cart.is-added { background: var(--success) !important; border-color: var(--success) !important; color: #fff !important; }
.quantity-updated { animation: quantityFlash .4s ease; }
.toast.show { animation: toastIn .35s cubic-bezier(.22,1,.36,1); }

@keyframes drawerContentIn {
  from { opacity: 0; transform: translateX(24px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes drawerItemIn {
  from { opacity: 0; transform: translateX(28px) scale(.98); }
  to { opacity: 1; transform: translateX(0) scale(1); }
}

@keyframes actionPop {
  0% { transform: scale(1); }
  45% { transform: scale(1.18) rotate(-4deg); }
  100% { transform: scale(1); }
}

@keyframes countPop {
  0% { transform: scale(1); }
  45% { transform: scale(1.45); }
  100% { transform: scale(1); }
}

@keyframes heartPop {
  0% { transform: scale(1); }
  45% { transform: scale(1.3) rotate(-10deg); box-shadow: 0 0 0 9px rgba(232,83,15,.12); }
  100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(232,83,15,0); }
}

@keyframes quantityFlash {
  0%, 100% { background: #fff; }
  50% { background: #efeafa; }
}

@keyframes toastIn {
  from { opacity: 0; transform: translateY(18px) scale(.96); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes statusPulse {
  0%, 100% { box-shadow: 0 0 0 6px rgba(22,163,74,.12); }
  50% { box-shadow: 0 0 0 11px rgba(22,163,74,.03); }
}

@keyframes mapPinFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-7px); }
}

@keyframes trackingCurrent {
  0%, 100% { box-shadow: 0 0 0 1px var(--primary), 0 0 0 7px rgba(99,76,159,.09); }
  50% { box-shadow: 0 0 0 1px var(--primary), 0 0 0 13px rgba(99,76,159,.02); }
}

/* Responsive content pages */
@media (max-width: 1199.98px) {
  .featured-story { grid-template-columns: 1.1fr .9fr; }
  .wishlist-page-grid { grid-template-columns: repeat(2, 1fr); }
  .article-sidebar { top: 150px; }
  .order-summary-card,
  .policy-nav { top: 150px; }
}

@media (max-width: 991.98px) {
  .inner-hero { padding: 70px 0; }
  .inner-hero h1 { letter-spacing: -2.3px; }
  .page-menu { border: 0; box-shadow: none; margin: 0 0 12px !important; }
  .featured-story { grid-template-columns: 1fr; }
  .featured-story-image { min-height: 390px; }
  .article-sidebar,
  .order-summary-card,
  .policy-nav { position: static; }
  .article-sidebar { margin-top: 20px; }
  .article-inline-grid { grid-template-columns: 1fr; }
  .article-inline-grid img { height: 380px; }
  .about-image-collage { min-height: 470px; }
  .about-quality-badge { left: 15px; }
  .about-metric-grid { grid-template-columns: repeat(2, 1fr); }
  .about-metric-grid div:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .about-metric-grid div:nth-child(4) { border-top: 1px solid var(--line); }
  .about-cta { align-items: flex-start; flex-direction: column; }
  .tracking-progress-summary { grid-template-columns: 1fr; }
  .tracking-progress-summary div + div { border-left: 0; border-top: 1px solid var(--line); }
  .tracking-timeline { grid-template-columns: 1fr; gap: 0; padding: 30px; }
  .tracking-timeline article { display: grid; grid-template-columns: 48px 1fr; gap: 16px; padding: 0 0 26px; text-align: left; }
  .tracking-timeline article::before { left: 20px; right: auto; top: -100%; bottom: calc(100% - 2px); width: 3px; height: auto; }
  .tracking-timeline article > span { margin: 0; }
  .tracking-timeline p { min-height: 0; }
  .tracking-order-products { flex-wrap: wrap; }
}

@media (max-width: 767.98px) {
  .inner-hero { padding: 55px 0; }
  .inner-hero h1 { font-size: 42px; letter-spacing: -2px; }
  .inner-hero p { font-size: 16px; }
  .hero-stat-grid { grid-template-columns: 1fr; }
  .hero-stat-grid div { min-height: auto; }
  .featured-story-image { min-height: 300px; }
  .featured-story-copy { padding: 28px; }
  .blog-listing-section .section-heading { align-items: flex-start !important; flex-direction: column; }
  .blog-search-wrap { width: 100%; }
  .blog-card-image { height: 230px; }
  .article-header { padding-top: 50px; }
  .article-header h1 { font-size: 42px; letter-spacing: -2px; }
  .article-lead { font-size: 17px; }
  .article-byline { align-items: flex-start; flex-wrap: wrap; }
  .article-share { width: 100%; margin-top: 8px; }
  .article-content { font-size: 16px; }
  .article-content h2 { font-size: 27px; }
  .article-content blockquote { padding: 30px 25px 30px 48px; font-size: 19px; }
  .article-tip { padding: 19px; }
  .article-inline-grid img { height: 290px; }
  .article-author-box { align-items: flex-start; }
  .contact-hero-visual,
  .contact-hero-visual img { min-height: 360px; }
  .contact-form-card h2 { font-size: 31px; }
  .about-image-collage { min-height: 400px; }
  .about-metric-grid { grid-template-columns: 1fr; }
  .about-metric-grid div + div,
  .about-metric-grid div:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .about-story-image,
  .about-story-image img { min-height: 390px; }
  .team-card { height: 390px; }
  .about-cta { padding: 30px; }
  .policy-content section { padding-left: 43px; }
  .policy-purpose-grid { grid-template-columns: 1fr; }
  .policy-contact-card { align-items: flex-start; flex-wrap: wrap; }
  .policy-contact-card div { min-width: calc(100% - 75px); }
  .shopping-page-toolbar,
  .wishlist-toolbar { align-items: flex-start; flex-direction: column; }
  .wishlist-toolbar-actions { width: 100%; flex-wrap: wrap; }
  .wishlist-toolbar-actions .form-select { flex: 1; }
  .cart-page-item { grid-template-columns: 96px 1fr; gap: 15px; }
  .cart-page-item-image { width: 96px; height: 96px; }
  .cart-page-item-total { grid-column: 2; display: flex; align-items: center; justify-content: space-between; min-width: 0; text-align: left; }
  .cart-page-item-total > span { margin: 0; }
  .wishlist-page-grid { grid-template-columns: 1fr; }
  .wishlist-page-image { height: 340px; }
  .tracking-result-head { align-items: flex-start; flex-direction: column; padding: 24px; }
  .tracking-order-products { align-items: flex-start; flex-direction: column; padding: 23px; }
}

@media (max-width: 575.98px) {
  .inner-hero h1,
  .article-header h1 { font-size: 36px; letter-spacing: -1.6px; }
  .featured-story-copy h2 { font-size: 29px; }
  .blog-filter-bar { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 6px; }
  .blog-filter { flex: 0 0 auto; }
  .article-share button { width: 38px; height: 38px; }
  .article-author-box { flex-direction: column; }
  .contact-hero-actions .btn,
  .about-hero-actions .btn { width: 100%; }
  .contact-availability { left: 14px; right: 14px; bottom: 14px; }
  .contact-method-card,
  .contact-form-card,
  .store-location-copy { padding: 23px; }
  .about-image-collage { min-height: 350px; }
  .about-image-main { inset: 0 6% 9% 0; }
  .about-image-small { width: 44%; height: 42%; border-width: 5px; }
  .about-quality-badge { left: 10px; bottom: 28px; padding: 11px; }
  .about-quality-badge span { display: none; }
  .process-list article { grid-template-columns: 45px 1fr; gap: 13px; padding: 18px; }
  .process-list article > span { width: 45px; height: 45px; }
  .policy-content section { padding-left: 35px; }
  .policy-number { left: -18px; width: 36px; height: 36px; border-width: 4px; }
  .policy-content h2 { font-size: 25px; }
  .cart-page-item { grid-template-columns: 76px 1fr; padding: 13px; }
  .cart-page-item-image { width: 76px; height: 76px; }
  .cart-page-item-info h3 { font-size: 15px; }
  .cart-page-item-controls { grid-column: 1/3; }
  .cart-page-item-total { grid-column: 1/3; }
  .wishlist-page-image { height: 285px; }
  .order-summary-card { padding: 22px; }
  .tracking-form-card { padding: 24px; }
  .tracking-timeline { padding: 25px 18px; }
  .tracking-order-products > div { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
  .animations-enabled .reveal { opacity: 1; transform: none; }
}

@media print {
  .deal-bar,
  .utility-bar,
  .site-header,
  .page-breadcrumb-section,
  .policy-print,
  .policy-nav,
  .newsletter-section,
  .site-footer,
  .shopping-drawer,
  .back-to-top,
  .toast-container { display: none !important; }
  .policy-hero { padding: 20px 0; background: #fff; }
  .policy-section { padding: 20px 0; }
  .policy-content { max-width: none; }
  .policy-content section { break-inside: avoid; }
}
