:root{--black: #080808;--black-mid: #111111;--black-card: #161616;--black-border:#242424;--white: #ffffff;--off-white: #f0ece4;--gold: #d4a843;--gold-light: #f0c96a;--gold-dim: #7a5e20;--gray-text: #888580;--gray-muted: #3a3835;--accent: #d4a843;--font-display: "Bebas Neue", sans-serif;--font-body: "DM Sans", sans-serif;--radius-sm: 3px;--radius-md: 8px;--radius-lg: 14px;--radius-xl: 24px;--radius-full: 999px;--ease: cubic-bezier(.16, 1, .3, 1);--t: .22s var(--ease)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--black);color:var(--off-white);font-family:var(--font-body);font-size:16px;line-height:1.65;font-weight:300;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none;transition:color var(--t)}h1,h2,h3,h4{font-family:var(--font-display);letter-spacing:.03em;line-height:1;color:var(--white)}h1{font-size:clamp(4rem,10vw,9rem)}h2{font-size:clamp(2.5rem,6vw,5.5rem)}h3{font-size:clamp(1.75rem,3vw,2.75rem)}.label{font-family:var(--font-body);font-size:.62rem;font-weight:500;letter-spacing:.22em;text-transform:uppercase;color:var(--gray-text)}.gold-label{font-family:var(--font-body);font-size:.62rem;font-weight:500;letter-spacing:.22em;text-transform:uppercase;color:var(--gold)}.container{max-width:1340px;margin:0 auto;padding:0 2rem}.section-pad{padding:7rem 0}.section-pad-sm{padding:4rem 0}.gold-line{width:48px;height:1.5px;background:var(--gold);display:block;margin-bottom:1.5rem}.btn{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-display);font-size:1rem;letter-spacing:.1em;padding:.9rem 2.25rem;border-radius:var(--radius-full);cursor:pointer;transition:all var(--t);border:1px solid transparent;white-space:nowrap;line-height:1}.btn-gold{background:var(--gold);color:var(--black);border-color:var(--gold)}.btn-gold:hover{background:var(--gold-light);border-color:var(--gold-light);color:var(--black)}.btn-outline{background:transparent;color:var(--off-white);border-color:var(--black-border)}.btn-outline:hover{border-color:var(--gold);color:var(--gold)}.btn-ghost{background:transparent;color:var(--gray-text);border-color:var(--black-border);font-size:.85rem;padding:.7rem 1.5rem}.btn-ghost:hover{color:var(--off-white);border-color:var(--gray-muted)}.pill{display:inline-flex;align-items:center;font-family:var(--font-body);font-size:.6rem;font-weight:500;letter-spacing:.16em;text-transform:uppercase;padding:.3rem .75rem;border-radius:var(--radius-full)}.pill-gold{background:#d4a84326;color:var(--gold);border:1px solid var(--gold-dim)}.pill-white{background:#ffffff14;color:var(--off-white);border:1px solid var(--black-border)}.pill-new{background:var(--gold);color:var(--black)}.announcement-bar{background:var(--gold);padding:.55rem 0;overflow:hidden}.ann-track{display:flex;gap:4rem;animation:marquee 24s linear infinite;width:max-content}.ann-track p{font-family:var(--font-body);font-size:.62rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--black);white-space:nowrap;margin:0}.ann-track p .sep{margin:0 .75rem;opacity:.5}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.site-header{position:sticky;top:0;z-index:200;background:#080808f2;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--black-border)}.header-inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:1.1rem 2rem;max-width:1340px;margin:0 auto;gap:2rem}.header-logo{font-family:var(--font-display);font-size:1.6rem;letter-spacing:.08em;color:var(--white);display:flex;align-items:center;gap:.2rem}.header-logo .co{color:var(--gold)}.header-nav{display:flex;gap:2.5rem;list-style:none;justify-content:center}.header-nav a{font-family:var(--font-body);font-size:.68rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--gray-text);transition:color var(--t)}.header-nav a:hover{color:var(--gold)}.header-actions{display:flex;align-items:center;justify-content:flex-end;gap:1.25rem}.hdr-icon{background:none;border:none;cursor:pointer;color:var(--gray-text);transition:color var(--t);display:flex;align-items:center}.hdr-icon:hover{color:var(--gold)}.cart-wrap{position:relative;display:flex}.cart-badge{position:absolute;top:-5px;right:-7px;background:var(--gold);color:var(--black);font-size:.5rem;font-weight:700;width:15px;height:15px;border-radius:50%;display:flex;align-items:center;justify-content:center}.hero{min-height:auto;padding-top:5rem;position:relative;display:flex;align-items:center;overflow:hidden}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--black)}.hero-bg-image{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;opacity:.45}.hero-bg-grad{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#08080833,#0808081a,#080808d9 80%,#080808)}.hero-content{position:relative;z-index:2;padding:0 2rem 6rem;max-width:1340px;margin:0 auto;width:100%}.hero-tag-row{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.hero h1{margin-bottom:1.5rem}.hero h1 .gold{color:var(--gold)}.hero-sub{font-size:1rem;font-weight:300;color:var(--gray-text);max-width:520px;margin-bottom:2.5rem;line-height:1.75}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap;align-items:center}.hero-scroll-hint{position:absolute;bottom:2.5rem;right:2rem;display:flex;flex-direction:column;align-items:center;gap:.5rem;z-index:2}.hero-scroll-hint span{font-size:.58rem;letter-spacing:.2em;text-transform:uppercase;color:var(--gray-text);writing-mode:vertical-rl}.scroll-line{width:1px;height:50px;background:linear-gradient(to bottom,var(--gold),transparent);animation:scrollPulse 2s ease-in-out infinite}@keyframes scrollPulse{0%,to{opacity:1}50%{opacity:.3}}.marquee-bar{border-top:1px solid var(--black-border);border-bottom:1px solid var(--black-border);padding:1.1rem 0;overflow:hidden;background:var(--black-mid)}.marquee-track{display:flex;gap:3rem;animation:marquee 22s linear infinite;width:max-content}.marquee-item{display:flex;align-items:center;gap:.75rem;font-family:var(--font-body);font-size:.62rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--gray-muted);white-space:nowrap}.marquee-item .gem{color:var(--gold);font-size:.7rem}.section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:3rem;gap:2rem;flex-wrap:wrap}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(290px,1fr));gap:1.25rem}.product-card{background:var(--black-card);border:1px solid var(--black-border);border-radius:var(--radius-lg);overflow:hidden;transition:border-color var(--t),transform var(--t);cursor:pointer}.product-card:hover{border-color:var(--gold-dim);transform:translateY(-4px)}.product-card__img{position:relative;aspect-ratio:1;background:var(--black-mid);overflow:hidden}.product-card__img img{width:100%;height:100%;object-fit:cover;transition:transform .55s var(--ease)}.product-card:hover .product-card__img img{transform:scale(1.05)}.card-badge{position:absolute;top:.85rem;left:.85rem}.product-card__body{padding:1.25rem 1.25rem .75rem}.product-card__name{font-family:var(--font-display);font-size:1.2rem;letter-spacing:.05em;color:var(--white);margin-bottom:.3rem;line-height:1.15}.product-card__desc{font-size:.78rem;color:var(--gray-text);line-height:1.6;margin-bottom:.75rem}.product-card__price-row{display:flex;align-items:baseline;gap:.6rem}.product-card__price{font-family:var(--font-display);font-size:1.3rem;color:var(--gold);letter-spacing:.04em}.product-card__compare{font-size:.8rem;color:var(--gray-muted);text-decoration:line-through}.product-card__footer{padding:.75rem 1.25rem 1.25rem}.product-card__footer .btn{width:100%;justify-content:center;font-size:.9rem}.placeholder-box{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:var(--black-mid);color:var(--gray-muted);font-size:.68rem;letter-spacing:.1em}.feature-block{display:grid;grid-template-columns:1fr 1fr;min-height:620px;overflow:hidden;border-radius:var(--radius-xl);margin:0 2rem;border:1px solid var(--black-border)}.feature-block.reverse{direction:rtl}.feature-block.reverse>*{direction:ltr}.feature-img{position:relative;background:var(--black-mid);overflow:hidden}.feature-img img{width:100%;height:100%;object-fit:cover}.feature-img-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;color:var(--gray-muted);font-size:.68rem;letter-spacing:.1em}.feature-content{background:var(--black-card);padding:4.5rem;display:flex;flex-direction:column;justify-content:center}.feature-content h2{margin-bottom:1.25rem}.feature-content p{font-size:.92rem;color:var(--gray-text);line-height:1.85;margin-bottom:1rem;max-width:420px}.feature-content .btn{margin-top:1.25rem;align-self:flex-start}.cat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.cat-tile{position:relative;aspect-ratio:2/3;border-radius:var(--radius-lg);overflow:hidden;background:var(--black-mid);cursor:pointer;display:block;border:1px solid var(--black-border);transition:border-color var(--t),transform var(--t)}.cat-tile:hover{border-color:var(--gold-dim);transform:scale(1.02)}.cat-tile__bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;transition:transform .6s var(--ease)}.cat-tile:hover .cat-tile__bg{transform:scale(1.06)}.cat-tile__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(8,8,8,.92) 25%,transparent 65%)}.cat-tile__body{position:absolute;bottom:0;left:0;right:0;padding:1.5rem}.cat-tile__name{font-family:var(--font-display);font-size:1.5rem;letter-spacing:.05em;color:var(--white);margin-bottom:.25rem}.cat-tile__sub{font-size:.65rem;color:var(--gold);letter-spacing:.16em;text-transform:uppercase}.cat-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;color:var(--gray-muted);font-size:.68rem;letter-spacing:.1em}.trust-bar{background:var(--black-mid);border-top:1px solid var(--black-border);border-bottom:1px solid var(--black-border)}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}.trust-item{padding:2.5rem 2rem;border-right:1px solid var(--black-border);display:flex;align-items:center;gap:1.25rem}.trust-item:last-child{border-right:none}.trust-icon{width:40px;height:40px;border-radius:var(--radius-md);background:#d4a8431a;border:1px solid var(--gold-dim);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--gold);font-size:1rem}.trust-text h4{font-family:var(--font-display);font-size:1rem;letter-spacing:.06em;color:var(--white);margin-bottom:.1rem}.trust-text p{font-size:.72rem;color:var(--gray-text);margin:0}.testi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.testi-card{background:var(--black-card);border:1px solid var(--black-border);border-radius:var(--radius-lg);padding:2rem}.testi-stars{color:var(--gold);font-size:.8rem;letter-spacing:.1em;margin-bottom:1rem}.testi-quote{font-size:.88rem;color:var(--off-white);line-height:1.75;font-style:italic;margin-bottom:1.5rem}.testi-author{display:flex;align-items:center;gap:.75rem}.testi-avatar{width:34px;height:34px;border-radius:50%;background:var(--gold-dim);display:flex;align-items:center;justify-content:center;font-size:.62rem;font-weight:600;color:var(--gold-light);flex-shrink:0}.testi-name{font-size:.8rem;font-weight:500;color:var(--white)}.testi-handle{font-size:.68rem;color:var(--gray-text)}.newsletter{background:var(--black-card);border-radius:var(--radius-xl);margin:0 2rem;padding:5rem;border:1px solid var(--black-border);display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.newsletter h2{margin-bottom:.75rem}.newsletter p{color:var(--gray-text);font-size:.9rem;margin:0}.nl-form{display:flex;background:var(--black-mid);border:1px solid var(--black-border);border-radius:var(--radius-full);overflow:hidden;transition:border-color var(--t)}.nl-form:focus-within{border-color:var(--gold-dim)}.nl-form input{flex:1;background:transparent;border:none;padding:1rem 1.5rem;font-family:var(--font-body);font-size:.88rem;color:var(--off-white);outline:none}.nl-form input::placeholder{color:var(--gray-muted)}.nl-form button{margin:.3rem;flex-shrink:0}.nl-fine{margin-top:.75rem;font-size:.65rem;color:var(--gray-muted);letter-spacing:.06em}.site-footer{background:var(--black-mid);border-top:1px solid var(--black-border);padding:5rem 0 2rem}.footer-top{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;padding-bottom:4rem;margin-bottom:2rem;border-bottom:1px solid var(--black-border)}.footer-logo{font-family:var(--font-display);font-size:1.5rem;letter-spacing:.06em;color:var(--white);margin-bottom:1rem;display:inline-flex;align-items:center}.footer-logo .co{color:var(--gold)}.footer-brand p{font-size:.82rem;color:var(--gray-text);line-height:1.8;max-width:280px;margin-bottom:1.75rem}.footer-socials{display:flex;gap:.6rem}.social-link{width:34px;height:34px;border-radius:50%;border:1px solid var(--black-border);display:flex;align-items:center;justify-content:center;font-size:.58rem;font-weight:600;letter-spacing:.04em;color:var(--gray-text);transition:all var(--t)}.social-link:hover{border-color:var(--gold);color:var(--gold)}.footer-col h5{font-family:var(--font-body);font-size:.6rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--gray-muted);margin-bottom:1.5rem}.footer-col ul{list-style:none}.footer-col ul li{margin-bottom:.65rem}.footer-col ul li a{font-size:.84rem;color:var(--gray-text);transition:color var(--t)}.footer-col ul li a:hover{color:var(--gold)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-bottom p{font-size:.7rem;color:var(--gray-muted)}.pay-icons{display:flex;gap:.5rem}.pay-icon{background:var(--black-card);border:1px solid var(--black-border);border-radius:var(--radius-sm);padding:3px 7px;font-size:.55rem;font-weight:600;letter-spacing:.04em;color:var(--gray-muted)}.product-page{padding:3rem 0 6rem}.breadcrumbs{display:flex;gap:.5rem;align-items:center;margin-bottom:3rem;font-size:.72rem;color:var(--gray-text)}.breadcrumbs a{color:var(--gray-text)}.breadcrumbs a:hover{color:var(--gold)}.breadcrumbs .sep{color:var(--black-border)}.product-layout{display:grid;grid-template-columns:1.1fr 1fr;gap:5rem;align-items:start}.product-gallery{position:sticky;top:100px}.product-gallery__main{aspect-ratio:1;border-radius:var(--radius-xl);overflow:hidden;background:var(--black-card);border:1px solid var(--black-border);margin-bottom:1rem}.product-gallery__main img{width:100%;height:100%;object-fit:cover}.thumbs{display:flex;gap:.75rem}.thumb{width:72px;height:72px;border-radius:var(--radius-md);overflow:hidden;border:1.5px solid var(--black-border);cursor:pointer;transition:border-color var(--t);background:var(--black-card);flex-shrink:0}.thumb.active,.thumb:hover{border-color:var(--gold)}.thumb img{width:100%;height:100%;object-fit:cover}.p-vendor{margin-bottom:.5rem}.p-title{font-family:var(--font-display);font-size:clamp(2rem,4vw,3rem);letter-spacing:.03em;color:var(--white);margin-bottom:.75rem;line-height:1.05}.p-price-row{display:flex;align-items:baseline;gap:.75rem;margin-bottom:1.5rem}.p-price{font-family:var(--font-display);font-size:2rem;color:var(--gold);letter-spacing:.04em}.p-compare{font-size:1rem;color:var(--gray-muted);text-decoration:line-through}.p-desc{font-size:.88rem;color:var(--gray-text);line-height:1.85;padding-bottom:1.75rem;border-bottom:1px solid var(--black-border);margin-bottom:1.75rem}.opt-label{font-size:.62rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--gray-text);display:block;margin-bottom:.75rem}.opt-btns{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1.75rem}.opt-btn{background:transparent;border:1px solid var(--black-border);border-radius:var(--radius-full);padding:.45rem 1.1rem;font-family:var(--font-body);font-size:.82rem;cursor:pointer;transition:all var(--t);color:var(--gray-text)}.opt-btn:hover,.opt-btn.active{border-color:var(--gold);color:var(--gold);background:#d4a84314}.atc-btn{width:100%;justify-content:center;font-size:1rem;padding:1.1rem;margin-bottom:.75rem}.p-meta{display:flex;gap:1.5rem;margin-top:2rem;padding-top:2rem;border-top:1px solid var(--black-border);flex-wrap:wrap}.p-meta-item{font-size:.72rem;color:var(--gray-text);display:flex;align-items:center;gap:.4rem}.p-meta-item span{color:var(--gold)}.prop-notice{background:#d4a8430f;border:1px solid var(--gold-dim);border-radius:var(--radius-md);padding:.85rem 1rem;margin-bottom:1.5rem;font-size:.72rem;color:var(--gold);line-height:1.6;letter-spacing:.02em}.cart-page{padding:4rem 0 6rem}.cart-layout{display:grid;grid-template-columns:1fr 380px;gap:3rem;align-items:start}.cart-title{font-family:var(--font-display);font-size:3rem;letter-spacing:.04em;margin-bottom:2.5rem}.cart-table{width:100%;border-collapse:collapse}.cart-table th{font-size:.6rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--gray-muted);padding-bottom:1rem;border-bottom:1px solid var(--black-border);text-align:left}.cart-table td{padding:1.5rem 0;border-bottom:1px solid var(--black-border);vertical-align:middle}.cart-img{width:70px;height:70px;object-fit:cover;border-radius:var(--radius-md);background:var(--black-card);margin-right:1.25rem;border:1px solid var(--black-border)}.cart-item-row{display:flex;align-items:center}.cart-item-name{font-family:var(--font-display);font-size:1.05rem;letter-spacing:.04em;color:var(--white);margin-bottom:.2rem}.cart-item-var{font-size:.72rem;color:var(--gray-text);margin-bottom:.4rem}.cart-remove{background:none;border:none;cursor:pointer;font-size:.65rem;letter-spacing:.1em;text-transform:uppercase;color:var(--gray-muted);font-family:var(--font-body);padding:0;transition:color var(--t)}.cart-remove:hover{color:var(--off-white)}.qty-box{display:flex;align-items:center;border:1px solid var(--black-border);border-radius:var(--radius-full);width:fit-content;overflow:hidden}.qty-btn{background:none;border:none;cursor:pointer;width:32px;height:32px;display:flex;align-items:center;justify-content:center;font-size:1rem;color:var(--gray-text);transition:color var(--t)}.qty-btn:hover{color:var(--gold)}.qty-num{font-family:var(--font-display);font-size:.9rem;padding:0 .5rem;min-width:28px;text-align:center;color:var(--white)}.cart-line-price{font-family:var(--font-display);font-size:1rem;color:var(--gold);text-align:right;letter-spacing:.04em}.cart-summary{background:var(--black-card);border:1px solid var(--black-border);border-radius:var(--radius-xl);padding:2rem;position:sticky;top:100px}.cart-summary h3{font-family:var(--font-display);font-size:1.5rem;letter-spacing:.05em;margin-bottom:1.5rem}.sum-row{display:flex;justify-content:space-between;font-size:.84rem;padding:.65rem 0;border-bottom:1px solid var(--black-border);color:var(--gray-text)}.sum-total{font-family:var(--font-display);font-size:1.15rem;letter-spacing:.04em;color:var(--white);display:flex;justify-content:space-between;margin:1rem 0 1.5rem;padding-top:1rem;border-top:1px solid var(--gold-dim)}.sum-total span:last-child{color:var(--gold)}.checkout-btn{width:100%;justify-content:center}.cont-shop{display:block;text-align:center;margin-top:1rem;font-size:.72rem;color:var(--gray-text);transition:color var(--t)}.cont-shop:hover{color:var(--gold)}.collection-page{padding:4rem 0}.coll-header{margin-bottom:3rem;padding-bottom:2.5rem;border-bottom:1px solid var(--black-border)}.coll-header h1{font-size:clamp(3rem,8vw,7rem);margin-top:.5rem}.filter-bar{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:2.5rem}.filter-chip{background:transparent;border:1px solid var(--black-border);border-radius:var(--radius-full);padding:.4rem 1rem;font-size:.7rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;transition:all var(--t);color:var(--gray-text);font-family:var(--font-body)}.filter-chip.active,.filter-chip:hover{background:var(--gold);border-color:var(--gold);color:var(--black)}.pagination{display:flex;gap:.5rem;justify-content:center;margin-top:4rem}.page-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:1px solid var(--black-border);border-radius:50%;font-family:var(--font-display);font-size:.85rem;color:var(--gray-text);text-decoration:none;transition:all var(--t)}.page-btn.active,.page-btn:hover{background:var(--gold);border-color:var(--gold);color:var(--black)}.page-body{padding:5rem 0;max-width:780px;margin:0 auto}.page-body h1{font-size:clamp(2.5rem,6vw,5rem);margin-bottom:2rem}.page-body .content{font-size:.92rem;color:var(--gray-text);line-height:1.9}.page-body .content p{margin-bottom:1.25em}.not-found{min-height:70vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:4rem 2rem}.not-found .big{font-family:var(--font-display);font-size:clamp(8rem,20vw,16rem);color:var(--black-card);line-height:1;margin-bottom:0;letter-spacing:.04em}.not-found h2{margin-bottom:1rem;font-size:clamp(2rem,5vw,4rem)}.not-found p{color:var(--gray-text);margin-bottom:2.5rem;max-width:360px;font-size:.9rem}.not-found .btns{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}@media(max-width:1100px){.cat-grid{grid-template-columns:repeat(2,1fr)}.feature-block{grid-template-columns:1fr;margin:0;border-radius:0;min-height:auto}.feature-block.reverse{direction:ltr}.feature-img{min-height:300px}.feature-content{padding:3rem 2rem}.newsletter{grid-template-columns:1fr;margin:0;border-radius:0;padding:3rem 2rem;gap:2.5rem}.trust-grid{grid-template-columns:1fr 1fr}.trust-item:nth-child(2){border-right:none}.testi-grid,.footer-top{grid-template-columns:1fr 1fr}.product-layout{grid-template-columns:1fr;gap:2.5rem}.product-gallery{position:static}.cart-layout{grid-template-columns:1fr}.cart-summary{position:static}}@media(max-width:768px){.header-nav{display:none}.header-inner{grid-template-columns:auto 1fr auto}.section-pad{padding:4rem 0}.testi-grid{grid-template-columns:1fr}.footer-top{grid-template-columns:1fr;gap:2rem}.footer-bottom{flex-direction:column;text-align:center}.trust-grid{grid-template-columns:1fr}.trust-item{border-right:none;border-bottom:1px solid var(--black-border)}.trust-item:last-child{border-bottom:none}.hero-content{padding:0 1.5rem 5rem}}
/*# sourceMappingURL=/cdn/shop/t/9/assets/theme.css.map */
