:root{--primary:#c78c3c;--secondary:#173c2e;--accent:#f7ead6;--ink:#18211d;--muted:#67736d;--line:#e8e4dc;--paper:#fffdf9;--white:#fff;--danger:#b43a3a;--success:#267a50;--shadow:0 18px 50px rgba(31,42,35,.09);--shadow-soft:0 8px 28px rgba(31,42,35,.07);--radius:20px;--container:1240px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:var(--ink);background:var(--paper);line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,select,textarea{font:inherit}.container{width:min(var(--container),calc(100% - 40px));margin:auto}.announcement{background:var(--topbar-bg);color:var(--topbar-text);font-size:13px;letter-spacing:.02em;overflow:hidden}.announcement-inner{min-height:38px;display:flex;align-items:center;justify-content:center;gap:18px;padding:7px 18px;text-align:center}.announcement a{font-weight:800;text-decoration:underline;text-underline-offset:3px}.announcement.is-marquee .announcement-inner{width:max-content;min-width:100%;animation:announcement-marquee 22s linear infinite}@keyframes announcement-marquee{from{transform:translateX(10%)}to{transform:translateX(-10%)}}.site-header{z-index:60;background:rgba(255,253,249,.96);backdrop-filter:blur(16px);border-bottom:1px solid var(--line)}.has-sticky-header .site-header{position:sticky;top:0}.header-main{min-height:78px;display:flex;align-items:center;gap:24px}.brand{display:inline-flex;align-items:center;flex:0 0 auto;font-family:Georgia,serif;font-weight:800;font-size:31px;letter-spacing:1px;color:var(--secondary)}.brand-logo{max-width:190px;max-height:58px;object-fit:contain}.brand-mark{display:inline-grid;place-items:center;width:38px;height:38px;border-radius:50%;background:var(--primary);color:#fff;margin-right:9px;font:800 18px Inter}.main-nav{display:flex;gap:20px;align-items:center;margin-left:auto}.nav-item{position:relative}.nav-item>a{display:flex;align-items:center;gap:5px;padding:26px 0;font-weight:700;font-size:13px;white-space:nowrap}.nav-item>a:hover{color:var(--primary)}.nav-caret{font-size:12px}.nav-dropdown{display:none;position:absolute;left:-18px;top:66px;min-width:220px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:9px;box-shadow:var(--shadow);z-index:90}.nav-dropdown a{display:block;padding:10px 12px;border-radius:9px;font-size:13px;font-weight:650}.nav-dropdown a:hover{background:var(--accent)}.has-children:hover .nav-dropdown{display:block}.header-actions{display:flex;align-items:center;gap:9px}.icon-btn{width:42px;height:42px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;background:#fff;position:relative;cursor:pointer}.icon-btn:hover{border-color:var(--primary);color:var(--primary)}.cart-badge{position:absolute;right:-3px;top:-4px;background:var(--primary);color:#fff;width:19px;height:19px;border-radius:50%;font-size:11px;display:grid;place-items:center}.menu-toggle{display:none;border:0;background:none;font-size:25px;cursor:pointer}.searchbar{display:none;padding:10px 0 18px}.searchbar.open{display:block}.searchbar form{display:flex;gap:10px}.searchbar input{flex:1}.flash-wrap{position:relative;z-index:10}.hero{position:relative;background:#efe7da;overflow:hidden}.hero-stage{position:relative;min-height:650px}.hero-slide{position:absolute;inset:0;display:grid;grid-template-columns:minmax(340px,42%) 1fr;opacity:0;visibility:hidden;transition:opacity .7s ease,visibility .7s ease;background:#f8f1e6}.hero-slide.active{opacity:1;visibility:visible;z-index:2}.hero-panel{display:flex;align-items:center;padding:70px max(40px,calc((100vw - var(--container))/2 + 20px));padding-right:45px;background:linear-gradient(145deg,#fbf2e5,#fffaf1);position:relative;z-index:2}.hero-copy{max-width:540px}.hero-copy .eyebrow{color:var(--primary)}.hero-copy h1{font-family:Georgia,serif;font-size:clamp(45px,5vw,72px);line-height:1.02;letter-spacing:-.03em;margin:16px 0;color:var(--secondary)}.hero-copy p{font-size:18px;max-width:520px;color:var(--muted);margin:0 0 28px}.hero-media{position:relative;overflow:hidden;background:#ece5d9}.hero-media:after{content:"";position:absolute;inset:0;background:rgba(0,0,0,var(--slide-overlay));pointer-events:none}.hero-media img{width:100%;height:100%;min-height:650px;object-fit:cover;object-position:var(--slide-position)}.hero-slide.align-right{grid-template-columns:1fr minmax(340px,42%)}.hero-slide.align-right .hero-panel{order:2}.hero-slide.align-right .hero-media{order:1}.hero-slide.align-center .hero-copy{text-align:center;margin:auto}.hero-arrow{position:absolute;z-index:5;top:50%;transform:translateY(-50%);width:46px;height:46px;border:1px solid rgba(255,255,255,.6);border-radius:50%;background:rgba(255,255,255,.88);font-size:30px;line-height:1;cursor:pointer;box-shadow:var(--shadow-soft)}.hero-prev{left:18px}.hero-next{right:18px}.hero-dots{position:absolute;z-index:6;bottom:22px;left:50%;transform:translateX(-50%);display:flex;gap:8px;padding:7px 10px;border-radius:999px;background:rgba(255,255,255,.75);backdrop-filter:blur(7px)}.hero-dot{width:8px;height:8px;border-radius:20px;border:0;background:#a9afa9;padding:0;cursor:pointer}.hero-dot.active{width:28px;background:var(--secondary)}.eyebrow{letter-spacing:2px;text-transform:uppercase;font-size:12px;font-weight:850}.section-eyebrow{color:var(--primary)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;border:0;border-radius:999px;padding:13px 22px;font-weight:780;cursor:pointer;transition:.2s}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 12px 30px rgba(199,140,60,.28)}.btn-secondary{background:var(--secondary);color:#fff}.btn-light{background:#fff;color:var(--ink);border:1px solid var(--line)}.btn-danger{background:var(--danger);color:#fff}.btn-success{background:var(--success);color:#fff}.btn-sm{padding:8px 14px;font-size:13px}.benefit-strip{background:#fff;border-bottom:1px solid var(--line)}.benefits{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;padding:24px 0}.benefit{display:flex;gap:13px;align-items:center}.benefit-icon{width:44px;height:44px;border-radius:14px;background:var(--accent);display:grid;place-items:center;font-size:20px}.benefit strong{display:block;font-size:14px}.benefit span{font-size:12px;color:var(--muted)}section.home-section,section:not(.hero):not(.page-hero){padding:82px 0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:30px}.section-head h2,.page-title{font-family:Georgia,serif;font-size:clamp(32px,4vw,48px);line-height:1.12;margin:0}.section-head p{color:var(--muted);max-width:620px;margin:8px 0 0}.collections{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.collection-card{min-height:420px;border-radius:var(--radius);overflow:hidden;position:relative;box-shadow:var(--shadow);background:#eee}.collection-card>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:.45s}.collection-card:hover>img{transform:scale(1.035)}.collection-card:before{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(18,30,23,.86),rgba(18,30,23,.02) 72%);z-index:1}.collection-body{position:absolute;left:24px;right:24px;bottom:23px;color:#fff;z-index:2}.collection-body h3{font-family:Georgia,serif;font-size:28px;margin:0}.collection-body p{margin:5px 0 12px;color:#f5f5ef;font-size:14px}.collection-link{font-size:13px;font-weight:800}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.product-card{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;transition:.25s;position:relative}.product-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.product-image{aspect-ratio:1/1.05;background:#f5f2eb;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;transition:.35s}.product-card:hover .product-image img{transform:scale(1.035)}.product-badge{position:absolute;left:12px;top:12px;background:var(--secondary);color:#fff;border-radius:999px;padding:5px 10px;font-size:11px;font-weight:800}.product-body{padding:17px}.product-category{color:var(--primary);font-weight:750;font-size:11px;text-transform:uppercase;letter-spacing:1px}.product-title{font-weight:720;line-height:1.35;margin:6px 0;min-height:44px}.product-price{font-weight:850;font-size:19px}.compare-price{color:#979f9a;text-decoration:line-through;font-size:13px;margin-left:7px}.product-actions{display:flex;gap:8px;margin-top:14px}.product-actions .btn{flex:1;padding:10px 12px}.promo{background:var(--secondary);color:#fff;border-radius:30px;display:grid;grid-template-columns:1fr 1.08fr;overflow:hidden}.promo-copy{padding:58px}.promo-copy h2{font-family:Georgia,serif;font-size:48px;line-height:1.08;margin:10px 0}.promo-img{min-height:470px;background:#eee}.promo-img img{width:100%;height:100%;object-fit:cover}.soft-bg{background:#f7f2e9}.newsletter{background:linear-gradient(125deg,#f4e4ca,#fff7e8);border:1px solid #ead5b3;border-radius:28px;padding:52px;display:flex;gap:30px;align-items:center;justify-content:space-between}.newsletter h2{font-family:Georgia,serif;font-size:40px;margin:0}.newsletter form{display:flex;gap:10px;min-width:min(480px,100%)}.form-control{width:100%;padding:13px 15px;border:1px solid #dcd8cf;border-radius:12px;background:#fff;outline:0}.form-control:focus{border-color:var(--primary);box-shadow:0 0 0 3px rgba(199,140,60,.13)}textarea.form-control{min-height:120px;resize:vertical}.form-group{margin-bottom:16px}.form-group label{display:block;font-weight:700;font-size:13px;margin-bottom:6px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:15px}.page-hero{padding:65px 0 45px;background:linear-gradient(135deg,#f6ead7,#fff)}.breadcrumbs{font-size:13px;color:var(--muted);margin-bottom:12px}.shop-layout{display:grid;grid-template-columns:250px 1fr;gap:30px}.filter-panel{background:#fff;border:1px solid var(--line);border-radius:17px;padding:20px;height:max-content;position:sticky;top:105px}.filter-panel h3{margin-top:0}.filter-panel .form-control{margin-bottom:12px}.shop-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.shop-toolbar select{width:auto}.pagination{display:flex;gap:7px;justify-content:center;margin-top:35px}.pagination a,.pagination span{width:39px;height:39px;border-radius:10px;display:grid;place-items:center;border:1px solid var(--line);background:#fff}.pagination .active{background:var(--secondary);color:#fff}.product-detail{display:grid;grid-template-columns:1.08fr .92fr;gap:55px}.product-gallery-main{border-radius:24px;overflow:hidden;background:#f1eee7}.product-gallery-main img{width:100%;aspect-ratio:1/1;object-fit:cover}.product-info h1{font-family:Georgia,serif;font-size:46px;line-height:1.1;margin:12px 0}.product-info .price{font-size:30px;font-weight:850;color:var(--secondary);margin:15px 0}.stock{font-size:13px;font-weight:750;color:var(--success);margin:15px 0}.qty-row{display:flex;gap:12px;align-items:center;margin:25px 0}.qty{width:90px}.product-meta{border-top:1px solid var(--line);padding-top:20px;margin-top:26px;color:var(--muted);font-size:14px}.content-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:28px}.content-card h2,.content-card h3{font-family:Georgia,serif}.cart-table{width:100%;border-collapse:collapse}.cart-table th,.cart-table td{padding:15px;border-bottom:1px solid var(--line);text-align:left}.cart-product{display:flex;align-items:center;gap:14px}.cart-product img{width:74px;height:74px;object-fit:cover;border-radius:12px}.cart-summary{margin-left:auto;max-width:430px}.summary-line{display:flex;justify-content:space-between;padding:9px 0}.summary-total{font-size:22px;font-weight:850;border-top:1px solid var(--line);margin-top:8px;padding-top:15px}.checkout-grid{display:grid;grid-template-columns:1fr 420px;gap:30px}.order-summary{position:sticky;top:105px;height:max-content}.payment-option{display:flex;gap:12px;padding:14px;border:1px solid var(--line);border-radius:12px;margin-bottom:10px;background:#fff}.auth-grid{display:grid;grid-template-columns:1fr 1fr;gap:25px}.account-layout{display:grid;grid-template-columns:230px 1fr;gap:25px}.account-menu{background:#fff;border:1px solid var(--line);border-radius:18px;padding:12px;height:max-content}.account-menu a{display:block;padding:11px 12px;border-radius:10px}.account-menu a:hover{background:var(--accent)}.status{display:inline-flex;border-radius:999px;padding:5px 10px;font-size:11px;font-weight:800;background:#edf1ee}.status.pending{background:#fff2d9;color:#8d5b00}.status.delivered,.status.paid,.status.approved,.status.active{background:#dff5e8;color:#17663d}.status.cancelled,.status.failed,.status.inactive{background:#ffe1e1;color:#8d2020}.alert{padding:13px 16px;border-radius:12px;margin:12px 0}.alert-success{background:#e2f5e9;color:#17653d}.alert-danger{background:#ffe5e5;color:#862525}.alert-info{background:#e8f1ff;color:#1d4e88}.site-footer{background:#14251d;color:#dbe5df;margin-top:70px}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:35px;padding:62px 0}.footer-grid h4{color:#fff;margin-top:0}.footer-grid a{display:block;color:#c6d2ca;margin:8px 0;font-size:14px}.footer-grid p{color:#c6d2ca}.footer-brand{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);padding:19px 0;display:flex;justify-content:space-between;font-size:13px}.whatsapp{position:fixed;right:20px;bottom:20px;z-index:30;width:56px;height:56px;border-radius:50%;background:#25D366;color:#fff;display:grid;place-items:center;font-size:24px;box-shadow:0 12px 35px rgba(0,0,0,.22)}.empty{text-align:center;padding:55px 20px;color:var(--muted)}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.blog-card{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden}.blog-card img{width:100%;height:220px;object-fit:cover}.blog-card div{padding:20px}.blog-card h3{font-family:Georgia,serif;font-size:24px;margin:0 0 8px}.rating{color:#e5a22f}.mobile-filter{display:none}
/* Theme: Minimal */
.theme-minimal{--paper:#fff;--line:#e7e7e7;--radius:3px}.theme-minimal .announcement{background:#111}.theme-minimal .site-header{background:#fff}.theme-minimal .brand{font-family:Inter,sans-serif;font-size:25px;letter-spacing:.08em;text-transform:uppercase;color:#111}.theme-minimal .brand-mark{border-radius:0;background:#111}.theme-minimal .header-main{min-height:70px}.theme-minimal .hero-slide{grid-template-columns:1fr 1fr;background:#fff}.theme-minimal .hero-panel{background:#fff}.theme-minimal .hero-copy h1{font-family:Inter,sans-serif;font-weight:650;color:#111;font-size:clamp(42px,5vw,68px)}.theme-minimal .btn{border-radius:3px}.theme-minimal .product-card,.theme-minimal .collection-card,.theme-minimal .newsletter,.theme-minimal .promo{border-radius:3px}.theme-minimal .product-card{border:0}.theme-minimal .soft-bg{background:#f6f6f6}.theme-minimal .section-head h2,.theme-minimal .page-title{font-family:Inter,sans-serif;font-weight:650}.theme-minimal .collections{gap:2px}.theme-minimal .site-footer{background:#111}
/* Theme: Editorial */
.theme-editorial{--paper:#fbfaf7}.theme-editorial .header-main{min-height:92px}.theme-editorial .brand{font-size:37px}.theme-editorial .hero-stage{min-height:720px}.theme-editorial .hero-slide{display:block;min-height:720px;background:#111}.theme-editorial .hero-media{position:absolute;inset:0}.theme-editorial .hero-media img{min-height:720px}.theme-editorial .hero-media:after{background:linear-gradient(90deg,rgba(16,18,16,.72),rgba(16,18,16,.08) 70%)}.theme-editorial .hero-panel{position:relative;z-index:2;min-height:720px;background:transparent;padding-left:max(40px,calc((100vw - var(--container))/2 + 20px));max-width:760px}.theme-editorial .hero-copy h1,.theme-editorial .hero-copy p{color:#fff}.theme-editorial .hero-copy h1{font-size:clamp(54px,7vw,92px)}.theme-editorial .hero-copy .eyebrow{color:#f5cf92}.theme-editorial .collections{grid-template-columns:1.2fr .8fr .8fr}.theme-editorial .collection-card:first-child{grid-row:span 2;min-height:620px}.theme-editorial .collection-card:nth-child(n+2){min-height:300px}.theme-editorial .product-card{border:0;background:transparent}.theme-editorial .product-image{border-radius:18px}.theme-editorial .site-footer{background:#1f211e}
/* Theme: Bold */
.theme-bold{--paper:#f5f4ef;--radius:8px}.theme-bold .announcement{background:#f0b429;color:#121212}.theme-bold .site-header{background:#122620;border:0}.theme-bold .brand,.theme-bold .nav-item>a{color:#fff}.theme-bold .brand-mark{background:#f0b429;color:#111;border-radius:8px}.theme-bold .icon-btn{background:#fff;border:0}.theme-bold .hero-slide{grid-template-columns:52% 48%;background:#f0b429}.theme-bold .hero-panel{background:#f0b429}.theme-bold .hero-copy h1{font-family:Inter,sans-serif;font-weight:900;color:#132720;text-transform:uppercase;font-size:clamp(48px,6vw,82px)}.theme-bold .hero-copy p{color:#203c32}.theme-bold .btn{border-radius:8px}.theme-bold .btn-primary{background:#132720}.theme-bold .hero-dot.active{background:#132720}.theme-bold .collection-card,.theme-bold .product-card,.theme-bold .promo,.theme-bold .newsletter{border-radius:8px}.theme-bold .section-head h2,.theme-bold .page-title{font-family:Inter,sans-serif;font-weight:900;text-transform:uppercase}.theme-bold .soft-bg{background:#dfe8e2}.theme-bold .promo{background:#6d43a8}.theme-bold .site-footer{background:#122620}
/* Theme: Luxe */
.theme-luxe{--paper:#fffaf2;--line:#eadfce;--radius:28px}.theme-luxe .announcement{background:#5c1723}.theme-luxe .header-main{min-height:100px;justify-content:center}.theme-luxe .brand{font-size:39px;color:#5c1723}.theme-luxe .brand-mark{background:#b78a4a}.theme-luxe .main-nav{margin-left:35px}.theme-luxe .hero-slide{grid-template-columns:46% 54%;background:#f4e8d7}.theme-luxe .hero-panel{background:radial-gradient(circle at 20% 20%,#fffaf0,#ead9c1)}.theme-luxe .hero-copy h1{font-size:clamp(48px,6vw,82px);color:#5c1723}.theme-luxe .btn-primary{background:#5c1723}.theme-luxe .section-head h2,.theme-luxe .page-title{color:#5c1723}.theme-luxe .product-card{border-color:#eadfce;box-shadow:0 8px 30px rgba(92,23,35,.05)}.theme-luxe .soft-bg{background:#f6ecdf}.theme-luxe .promo{background:#5c1723}.theme-luxe .site-footer{background:#3f1119}
@media(max-width:1100px){.main-nav{gap:13px}.nav-item>a{font-size:12px}.collections{grid-template-columns:repeat(2,1fr)}.theme-editorial .collections{grid-template-columns:1fr 1fr}.theme-editorial .collection-card:first-child{grid-row:auto;grid-column:1/-1;min-height:470px}}
@media(max-width:980px){.main-nav{position:fixed;inset:calc(var(--menu-top,112px)) 18px auto;background:#fff;border:1px solid var(--line);border-radius:18px;display:none;flex-direction:column;align-items:stretch;padding:18px;box-shadow:var(--shadow);max-height:calc(100vh - 140px);overflow:auto}.main-nav.open{display:flex}.nav-item>a{padding:9px;color:var(--ink)!important}.nav-dropdown{position:static;display:block;box-shadow:none;border:0;padding:0 0 0 15px}.menu-toggle{display:block}.header-main{gap:12px}.header-actions{margin-left:auto}.hero-stage,.hero-media img{min-height:570px}.hero-slide,.theme-bold .hero-slide,.theme-luxe .hero-slide{grid-template-columns:46% 54%}.hero-panel{padding:45px 35px}.hero-copy h1{font-size:48px}.benefits{grid-template-columns:repeat(2,1fr)}.products-grid{grid-template-columns:repeat(3,1fr)}.promo{grid-template-columns:1fr}.promo-img{min-height:360px}.shop-layout{grid-template-columns:1fr}.filter-panel{position:static;display:none}.filter-panel.open{display:block}.mobile-filter{display:inline-flex}.product-detail,.checkout-grid{grid-template-columns:1fr}.order-summary{position:static}.footer-grid{grid-template-columns:1fr 1fr}.newsletter{flex-direction:column;align-items:flex-start}.newsletter form{min-width:100%}.theme-editorial .hero-stage,.theme-editorial .hero-slide,.theme-editorial .hero-panel,.theme-editorial .hero-media img{min-height:620px}.theme-editorial .hero-panel{padding:50px 38px}.theme-luxe .main-nav{margin-left:0}}
@media(max-width:720px){.container{width:min(100% - 24px,var(--container))}.announcement-inner{min-height:34px;font-size:11px}.brand{font-size:24px}.brand-mark{width:32px;height:32px}.brand-logo{max-width:145px;max-height:45px}.icon-btn.account-icon{display:none}.header-main{min-height:68px}.hero-stage{min-height:0}.hero-slide,.theme-minimal .hero-slide,.theme-bold .hero-slide,.theme-luxe .hero-slide{position:relative;display:none;grid-template-columns:1fr}.hero-slide.active{display:grid}.hero-panel{order:2!important;padding:36px 24px 65px;min-height:340px}.hero-media{order:1!important}.hero-media img{min-height:0;height:auto;aspect-ratio:1/1;object-fit:cover}.hero-copy h1{font-size:42px}.hero-copy p{font-size:16px}.hero-arrow{top:34%;width:38px;height:38px}.hero-prev{left:9px}.hero-next{right:9px}.hero-dots{bottom:16px}.theme-editorial .hero-slide.active{display:block}.theme-editorial .hero-stage,.theme-editorial .hero-slide,.theme-editorial .hero-panel,.theme-editorial .hero-media img{min-height:580px}.theme-editorial .hero-media img{height:580px;aspect-ratio:auto}.theme-editorial .hero-panel{position:relative;min-height:580px;display:flex;padding:50px 28px 90px}.theme-editorial .hero-copy h1{font-size:52px}.benefits{grid-template-columns:1fr 1fr;gap:12px}.benefit{align-items:flex-start}.products-grid{grid-template-columns:repeat(2,1fr);gap:12px}.product-body{padding:13px}.product-title{font-size:14px}.collections,.theme-editorial .collections{grid-template-columns:1fr}.theme-editorial .collection-card:first-child{grid-column:auto}.collection-card{min-height:370px}.section-head{align-items:flex-start;flex-direction:column}section.home-section,section:not(.hero):not(.page-hero){padding:58px 0}.promo-copy{padding:35px 26px}.promo-copy h2{font-size:38px}.newsletter{padding:32px 22px}.newsletter form{flex-direction:column}.newsletter h2{font-size:34px}.form-row,.auth-grid,.account-layout{grid-template-columns:1fr}.product-info h1{font-size:37px}.cart-table thead{display:none}.cart-table,.cart-table tbody,.cart-table tr,.cart-table td{display:block;width:100%}.cart-table tr{padding:15px 0;border-bottom:1px solid var(--line)}.cart-table td{border:0;padding:5px}.blog-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:8px}.header-actions .search-btn{display:none}.theme-luxe .header-main{min-height:74px;justify-content:flex-start}.theme-luxe .brand{font-size:28px}}
.footer-socials{display:flex;flex-wrap:wrap;gap:9px;margin-top:18px}.footer-socials a{display:inline-flex!important;align-items:center;border:1px solid rgba(255,255,255,.18);border-radius:999px;padding:6px 11px!important;margin:0!important;font-size:12px!important}.footer-socials a:hover{background:rgba(255,255,255,.1);color:#fff}
