*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--gold: #c9a84c;--gold-dark: #b8922a;--gold-light: #dbb85a;--green-deep: #0d1a0f;--green-mid: #1e3a2a;--green-dark: #142618;--off-white: #f0e9dc;--text-muted: #8a9e8e;--font: "Montserrat", sans-serif;--max-w: 1200px}html{scroll-behavior:smooth}body{font-family:var(--font);background:var(--green-deep);color:var(--off-white);line-height:1.6;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.container{max-width:var(--max-w);margin:0 auto;padding:0 40px}.site-header{position:sticky;top:0;z-index:1000;background:#0d1a0ff2;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(201,168,76,.15)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;height:70px;max-width:var(--max-w);margin:0 auto;padding:0 40px}.site-header__logo{font-size:1.15rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--gold)}.site-header__logo img{height:36px;width:auto}.site-nav{display:flex;align-items:center;gap:36px;list-style:none}.site-nav a{font-size:.75rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--off-white);opacity:.75;transition:opacity .2s,color .2s}.site-nav a:hover{opacity:1;color:var(--gold)}.site-header__cart{font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--gold);border:1.5px solid var(--gold);padding:8px 20px;border-radius:50px;transition:background .2s,color .2s}.site-header__cart:hover{background:var(--gold);color:var(--green-deep)}.site-header__menu-toggle{display:none;background:none;border:none;cursor:pointer;flex-direction:column;gap:5px;padding:4px}.site-header__menu-toggle span{display:block;width:24px;height:2px;background:var(--off-white);border-radius:2px;transition:transform .3s,opacity .3s}.mobile-nav{display:none;flex-direction:column;background:var(--green-deep);border-top:1px solid rgba(201,168,76,.1);padding:20px 40px 28px;gap:18px}.mobile-nav a{font-size:.9rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--off-white);opacity:.8}.mobile-nav.is-open{display:flex}.btn{display:inline-flex;align-items:center;gap:8px;font-family:var(--font);font-size:.88rem;font-weight:600;letter-spacing:.05em;padding:15px 40px;border-radius:50px;cursor:pointer;transition:background .2s,color .2s,transform .15s,box-shadow .2s;border:none;text-decoration:none;white-space:nowrap}.btn--gold{background:var(--gold);color:var(--green-deep);box-shadow:0 4px 20px #c9a84c47}.btn--gold:hover{background:var(--gold-light);transform:translateY(-1px);box-shadow:0 6px 24px #c9a84c61}.btn--outline{background:transparent;color:var(--gold);border:1.5px solid var(--gold)}.btn--outline:hover{background:#c9a84c1a;transform:translateY(-1px)}.btn--white{background:var(--off-white);color:var(--green-deep)}.btn--white:hover{background:#fff;transform:translateY(-1px)}.hero{min-height:92vh;display:flex;align-items:center;position:relative;overflow:hidden;padding:80px 40px}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 60% 50%,#1c2a1c 0%,var(--green-deep) 70%)}.hero__bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='400'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='400' height='400' filter='url(%23n)' opacity='0.03'/%3E%3C/svg%3E")}.hero__model{position:absolute;right:4%;top:50%;transform:translateY(-50%);width:30%;max-width:440px;height:82%;pointer-events:none;-webkit-mask-image:linear-gradient(to right,transparent 0%,rgba(0,0,0,.35) 4%,black 14%);mask-image:linear-gradient(to right,transparent 0%,rgba(0,0,0,.35) 4%,black 14%)}.hero__model model-viewer{width:100%;height:100%;background:transparent;--poster-color: transparent;pointer-events:none}.hero__inner{position:relative;max-width:var(--max-w);margin:0 auto;width:100%;display:flex;flex-direction:column;align-items:flex-start;max-width:560px;z-index:2}.hero__eyebrow{font-size:.65rem;font-weight:600;letter-spacing:.28em;text-transform:uppercase;color:var(--gold);margin-bottom:24px;opacity:.85}.hero__heading{font-size:clamp(2.4rem,4.5vw,3.8rem);font-weight:700;line-height:1.1;letter-spacing:-.02em;margin-bottom:28px}.hero__heading em{font-style:italic;font-weight:300;color:var(--gold)}.hero__body{font-size:1.05rem;font-weight:300;line-height:1.75;color:var(--text-muted);margin-bottom:44px;max-width:460px}.hero__actions{display:flex;gap:16px;flex-wrap:wrap;position:relative;z-index:10}.hero__actions .btn{position:relative;z-index:11}.book-preview-section{font-family:var(--font);padding:96px 40px;display:flex;justify-content:center}.book-preview-section__inner{display:flex;width:100%;margin:0 auto}.bps--align-start .book-preview-section__inner{align-items:flex-start}.bps--align-center .book-preview-section__inner{align-items:center}.bps--align-end .book-preview-section__inner{align-items:flex-end}.bps--model-left .book-preview-section__inner{flex-direction:row}.bps--model-right .book-preview-section__inner{flex-direction:row-reverse}.book-preview-section__model{flex-shrink:0;pointer-events:none}.book-preview-section__model model-viewer{width:100%;height:100%;background:transparent;--poster-color: transparent;pointer-events:none}.book-preview-section__panel{display:flex;flex-direction:column;gap:16px;flex:1;min-width:0}.bps--panel-start .book-preview-section__panel{align-items:flex-start;text-align:left}.bps--panel-center .book-preview-section__panel{align-items:center;text-align:center}.bps--panel-end .book-preview-section__panel{align-items:flex-end;text-align:right}.book-preview-section__eyebrow{font-size:.65rem;font-weight:600;letter-spacing:.28em;text-transform:uppercase;color:var(--gold);margin-bottom:6px;opacity:.85}.book-preview-section__heading{font-size:clamp(1.6rem,2.6vw,2.2rem);font-weight:700;line-height:1.18;letter-spacing:-.02em;color:var(--off-white)}.book-preview-section__body{font-size:1rem;font-weight:300;line-height:1.7;color:var(--text-muted);max-width:520px}.book-preview-section__actions{display:flex;flex-direction:column;gap:14px;margin-top:6px}.bps--panel-center .book-preview-section__actions{align-items:center}.bps--panel-end .book-preview-section__actions{align-items:flex-end}.book-preview-section__meta{font-size:.72rem;color:var(--text-muted);letter-spacing:.08em;margin-top:4px}.three-panels{display:flex;align-items:stretch;min-height:480px}.three-panels__panel{flex:1;display:flex;flex-direction:column;justify-content:space-between;padding:56px 48px 52px;position:relative}.three-panels__panel--light{background:#fff;color:#1a1a1a}.three-panels__panel--mid{background:var(--green-mid);color:var(--off-white)}.three-panels__panel--dark{background:var(--green-dark);color:var(--off-white)}.three-panels__eyebrow{font-size:.65rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--gold-dark);margin-bottom:20px}.three-panels__heading{font-size:clamp(1.3rem,2vw,1.75rem);font-weight:700;line-height:1.2;letter-spacing:-.01em;margin-bottom:24px}.three-panels__panel--light .three-panels__heading{color:#111}.three-panels__body{font-size:1rem;font-weight:300;line-height:1.75;margin-bottom:40px;flex:1;opacity:.85}.three-panels__panel--light .three-panels__body{color:#333;opacity:1}.featured-product{padding:96px 40px}.featured-product__inner{max-width:var(--max-w);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.featured-product__media{display:block;overflow:hidden;border-radius:4px;background:#ffffff05}.featured-product__media img{width:100%;height:auto;object-fit:cover;transition:transform .5s ease}.featured-product__media:hover img{transform:scale(1.03)}.featured-product__eyebrow{font-size:.65rem;font-weight:600;letter-spacing:.28em;text-transform:uppercase;color:var(--gold);margin-bottom:18px;opacity:.85}.featured-product__title{font-size:clamp(1.8rem,3vw,2.6rem);font-weight:700;line-height:1.15;letter-spacing:-.02em;margin-bottom:16px}.featured-product__title a{color:inherit}.featured-product__title a:hover{color:var(--gold)}.featured-product__vendor{font-size:.75rem;letter-spacing:.18em;text-transform:uppercase;color:var(--text-muted);margin-bottom:12px}.featured-product__price{font-size:1.4rem;font-weight:600;color:var(--gold);margin-bottom:24px}.featured-product__price-was{color:var(--text-muted);font-size:1rem;margin-left:10px;opacity:.7}.featured-product__body{font-size:1rem;font-weight:300;line-height:1.75;color:var(--text-muted);margin-bottom:32px}.featured-product__actions{display:flex;gap:14px;flex-wrap:wrap;align-items:center}.featured-product__actions form{margin:0}.featured-product__placeholder{grid-column:1 / -1;text-align:center;padding:60px 20px;border:1px dashed rgba(201,168,76,.25);border-radius:6px}.featured-collection{padding:96px 40px}.featured-collection__inner{max-width:var(--max-w);margin:0 auto}.featured-collection__header{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:48px;flex-wrap:wrap}.featured-collection__eyebrow{font-size:.65rem;font-weight:600;letter-spacing:.28em;text-transform:uppercase;color:var(--gold);margin-bottom:14px;opacity:.85}.featured-collection__heading{font-size:clamp(1.8rem,3vw,2.6rem);font-weight:700;line-height:1.15;letter-spacing:-.02em;max-width:640px}.featured-collection__body{font-size:1rem;font-weight:300;line-height:1.7;color:var(--text-muted);margin-top:14px;max-width:640px}.featured-collection__view-all{font-size:.78rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--gold);white-space:nowrap;transition:color .2s,transform .2s}.featured-collection__view-all:hover{color:var(--gold-light);transform:translate(3px)}.featured-collection__placeholder{text-align:center;padding:60px 20px;border:1px dashed rgba(201,168,76,.25);border-radius:6px;color:var(--text-muted)}.product-grid{display:grid;gap:32px}.product-grid--2{grid-template-columns:repeat(2,1fr)}.product-grid--3{grid-template-columns:repeat(3,1fr)}.product-grid--4{grid-template-columns:repeat(4,1fr)}.product-card{display:flex;flex-direction:column;text-decoration:none;color:inherit;transition:transform .25s ease}.product-card:hover{transform:translateY(-4px)}.product-card__media{position:relative;aspect-ratio:1 / 1;overflow:hidden;border-radius:4px;background:#ffffff08;margin-bottom:14px}.product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.product-card:hover .product-card__media img{transform:scale(1.05)}.product-card__placeholder{width:100%;height:100%;background:linear-gradient(135deg,#c9a84c0d,#ffffff05)}.product-card__badge{position:absolute;top:12px;left:12px;background:var(--gold);color:var(--green-deep);font-size:.62rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;padding:5px 12px;border-radius:50px}.product-card__badge--muted{background:#ffffff26;color:var(--off-white)}.product-card__info{display:flex;flex-direction:column;gap:4px}.product-card__title{font-size:.95rem;font-weight:500;letter-spacing:.01em;color:var(--off-white)}.product-card__price{font-size:.9rem;font-weight:500;color:var(--gold)}.product-card__price s{color:var(--text-muted);margin-left:8px;opacity:.7;font-weight:300}.collection-list{padding:96px 40px}.collection-list__inner{max-width:var(--max-w);margin:0 auto}.collection-list__header{margin-bottom:48px;text-align:center}.collection-list__eyebrow{font-size:.65rem;font-weight:600;letter-spacing:.28em;text-transform:uppercase;color:var(--gold);margin-bottom:14px;opacity:.85}.collection-list__heading{font-size:clamp(1.8rem,3vw,2.6rem);font-weight:700;line-height:1.15;letter-spacing:-.02em}.collection-list__body{font-size:1rem;font-weight:300;line-height:1.7;color:var(--text-muted);margin-top:14px;max-width:640px;margin-left:auto;margin-right:auto}.collection-grid{display:grid;gap:24px}.collection-grid--2{grid-template-columns:repeat(2,1fr)}.collection-grid--3{grid-template-columns:repeat(3,1fr)}.collection-grid--4{grid-template-columns:repeat(4,1fr)}.collection-card{position:relative;display:block;overflow:hidden;border-radius:6px;aspect-ratio:4 / 5;text-decoration:none;color:var(--off-white)}.collection-card__media{position:absolute;top:0;right:0;bottom:0;left:0}.collection-card__img,.collection-card__placeholder{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s ease}.collection-card__placeholder{background:linear-gradient(135deg,#c9a84c2e,#0d1a0fe6)}.collection-card:hover .collection-card__img,.collection-card:hover .collection-card__placeholder{transform:scale(1.06)}.collection-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0000 30%,#000000bf)}.collection-card__info{position:absolute;left:0;right:0;bottom:0;padding:24px 24px 22px;z-index:2}.collection-card__title{font-size:1.25rem;font-weight:700;letter-spacing:-.01em;margin-bottom:6px}.collection-card__cta{font-size:.72rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);transition:transform .2s;display:inline-block}.collection-card:hover .collection-card__cta{transform:translate(3px)}.product-page{min-height:80vh;padding:60px 40px}.product-page__inner{max-width:var(--max-w);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}.product-page__media.product-media{display:flex;flex-direction:column;gap:14px}.product-media__main{position:relative;aspect-ratio:1 / 1;background:#ffffff08;border-radius:4px;overflow:hidden}.product-media__item{position:absolute;top:0;right:0;bottom:0;left:0;display:none;align-items:center;justify-content:center}.product-media__item.is-active{display:flex}.product-media__item img,.product-media__item video{width:100%;height:100%;object-fit:contain;background:transparent;display:block}.product-media__item model-viewer{width:100%;height:100%;background:transparent;--poster-color: transparent}.product-media__item iframe{width:100%;height:100%;border:0}.product-media__thumbs{display:flex;gap:10px;list-style:none;flex-wrap:wrap;padding:0;margin:0}.product-media__thumb{position:relative;width:72px;height:72px;padding:0;border:1.5px solid transparent;border-radius:4px;background:#ffffff08;cursor:pointer;overflow:hidden;transition:border-color .2s,transform .15s}.product-media__thumb:hover{border-color:#c9a84c80}.product-media__thumb.is-active{border-color:var(--gold)}.product-media__thumb img{width:100%;height:100%;object-fit:cover;display:block}.product-media__thumb-badge{position:absolute;bottom:4px;right:4px;background:var(--gold);color:var(--green-deep);font-size:.55rem;font-weight:700;letter-spacing:.06em;padding:2px 6px;border-radius:50px;line-height:1}#prod-mv-wrap,#prod-mv-wrap model-viewer{width:100%;height:100%}.product-page__info{padding-top:20px}.product-page__vendor{font-size:.65rem;font-weight:600;letter-spacing:.25em;text-transform:uppercase;color:var(--gold);margin-bottom:16px;opacity:.85}.product-page__title{font-size:clamp(2rem,3.5vw,2.8rem);font-weight:700;line-height:1.15;letter-spacing:-.02em;margin-bottom:20px}.product-page__price{font-size:1.5rem;font-weight:600;color:var(--gold);margin-bottom:28px}.product-page__divider{width:40px;height:1px;background:var(--gold);opacity:.3;margin-bottom:28px}.product-page__description{font-size:1rem;font-weight:300;line-height:1.8;color:var(--text-muted);margin-bottom:40px}.product-form__actions{display:flex;flex-direction:column;gap:14px}.product-form__add{width:100%;font-family:var(--font);font-size:1rem;font-weight:600;letter-spacing:.05em;padding:18px 40px;border-radius:50px;cursor:pointer;border:none;background:var(--gold);color:var(--green-deep);transition:background .2s,transform .15s;box-shadow:0 4px 24px #c9a84c4d}.product-form__add:hover{background:var(--gold-light);transform:translateY(-1px)}.product-form__preview{width:100%;font-family:var(--font);font-size:.95rem;font-weight:500;letter-spacing:.05em;padding:16px 40px;border-radius:50px;cursor:pointer;border:1.5px solid var(--gold);background:transparent;color:var(--gold);transition:background .2s}.product-form__preview:hover{background:#c9a84c1a}.product-page__meta{margin-top:32px;padding-top:28px;border-top:1px solid rgba(201,168,76,.12);display:flex;flex-direction:column;gap:8px}.product-page__meta-item{font-size:.78rem;color:var(--text-muted);display:flex;gap:8px}.product-page__meta-label{color:var(--gold);opacity:.7;font-weight:500}.site-footer{background:#123121;border-top:4px solid var(--gold);padding:64px 40px 36px;font-family:var(--font)}.site-footer__inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:minmax(160px,1fr) 2fr 1.4fr;gap:80px;align-items:start}.site-footer__col--logo{display:flex;align-items:flex-start;justify-content:center}.site-footer__logo{width:100%;max-width:220px;height:auto;object-fit:contain}.site-footer__eyebrow{display:flex;align-items:center;gap:14px;font-size:.9rem;font-weight:400;color:var(--off-white);margin-bottom:14px;letter-spacing:.02em}.site-footer__rule{display:inline-block;width:70px;height:2px;background:var(--gold);flex-shrink:0}.site-footer__heading{font-size:clamp(1.2rem,1.6vw,1.5rem);font-weight:700;letter-spacing:-.01em;line-height:1.3;color:var(--off-white);margin-bottom:18px}.site-footer__tagline{font-size:.95rem;font-weight:300;color:#f0e9dcbf;line-height:1.75;max-width:480px}.site-footer__contact-list{list-style:none;display:flex;flex-direction:column;gap:12px}.site-footer__contact-list li{display:flex;align-items:center;gap:10px;font-size:.95rem;color:#f0e9dcc7}.site-footer__icon{color:var(--off-white);opacity:.85;flex-shrink:0}.site-footer__contact-list a{color:var(--gold);text-decoration:none;transition:color .2s}.site-footer__contact-list a:hover{color:var(--gold-light);text-decoration:underline}.site-footer__divider{max-width:1280px;margin:56px auto 24px;height:1px;background:#ffffff14}.site-footer__meta{max-width:1280px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:18px;padding-bottom:18px}.site-footer__legal{list-style:none;display:flex;align-items:center;flex-wrap:wrap;gap:28px}.site-footer__legal a{font-size:.85rem;font-weight:400;color:var(--off-white);opacity:.85;text-decoration:none;transition:color .2s,opacity .2s}.site-footer__legal a:hover{color:var(--gold);opacity:1}.site-footer__social{list-style:none;display:flex;align-items:center;gap:10px}.site-footer__social a{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;color:var(--gold);background:#c9a84c14;transition:background .2s,color .2s,transform .2s}.site-footer__social a:hover{background:var(--gold);color:var(--green-deep);transform:translateY(-2px)}.site-footer__copy{max-width:1280px;margin:0 auto;text-align:center;font-size:.78rem;color:#f0e9dc8c;line-height:1.6;padding-top:4px}.cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9998;background:#0009;opacity:0;pointer-events:none;transition:opacity .3s}.cart-overlay.is-open{opacity:1;pointer-events:auto}.cart-drawer{position:fixed;top:0;right:0;bottom:0;width:min(420px,100vw);background:#0d1a0f;border-left:1px solid rgba(201,168,76,.15);z-index:9999;transform:translate(100%);transition:transform .35s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column}.cart-drawer.is-open{transform:translate(0)}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:24px 28px;border-bottom:1px solid rgba(201,168,76,.12)}.cart-drawer__title{font-size:.8rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--gold)}.cart-drawer__close{background:none;border:none;color:var(--off-white);cursor:pointer;font-size:1.4rem;opacity:.6;transition:opacity .2s}.cart-drawer__close:hover{opacity:1}.cart-drawer__body{flex:1;overflow-y:auto;padding:28px}.cart-drawer__empty{text-align:center;padding:60px 20px;font-size:.9rem;color:var(--text-muted)}.cart-drawer__footer{padding:24px 28px;border-top:1px solid rgba(201,168,76,.12)}.cart-drawer__subtotal{display:flex;justify-content:space-between;font-size:.9rem;font-weight:500;margin-bottom:20px;color:var(--off-white)}.cart-drawer__checkout{display:block;width:100%;text-align:center;background:var(--gold);color:var(--green-deep);font-family:var(--font);font-size:.95rem;font-weight:600;letter-spacing:.05em;padding:16px;border-radius:50px;border:none;cursor:pointer;transition:background .2s}.cart-drawer__checkout:hover{background:var(--gold-light)}.cart-item{display:flex;gap:16px;padding:20px 0;border-bottom:1px solid rgba(255,255,255,.06)}.cart-item__img{width:72px;height:90px;object-fit:cover;border-radius:4px;flex-shrink:0}.cart-item__info{flex:1}.cart-item__title{font-size:.88rem;font-weight:500;margin-bottom:4px}.cart-item__price{font-size:.85rem;color:var(--gold)}.cart-item__remove{background:none;border:none;color:var(--text-muted);cursor:pointer;font-size:.75rem;margin-top:8px}.section-pad{padding:96px 40px}.text-gold{color:var(--gold)}.text-muted{color:var(--text-muted)}@media(max-width:900px){.hero{text-align:center}.hero__model{right:auto;left:50%;top:50%;transform:translate(-50%,-50%);width:90%;max-width:420px;height:78%;opacity:.55;-webkit-mask-image:radial-gradient(ellipse at center,black 22%,rgba(0,0,0,.45) 55%,transparent 85%);mask-image:radial-gradient(ellipse at center,black 22%,rgba(0,0,0,.45) 55%,transparent 85%)}.hero__model:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at center,transparent 28%,rgba(13,26,15,.55) 70%,var(--green-deep) 100%);pointer-events:none;z-index:5}.hero__inner{max-width:100%;align-items:center}.hero__heading,.hero__body{margin-left:auto;margin-right:auto}.hero__body{max-width:480px}.hero__actions{justify-content:center}.product-page__inner{grid-template-columns:1fr;gap:40px}.site-footer__inner{grid-template-columns:1fr;gap:40px;text-align:center}.site-footer__col--logo,.site-footer__eyebrow,.site-footer__contact-list li{justify-content:center}.site-footer__tagline{margin:0 auto}.three-panels{flex-direction:column}.book-preview-section__inner,.bps--model-left .book-preview-section__inner,.bps--model-right .book-preview-section__inner{flex-direction:column;align-items:center;text-align:center;gap:28px!important}.book-preview-section__panel{align-items:center;text-align:center}.featured-product__inner{grid-template-columns:1fr;gap:40px}.product-grid--3,.product-grid--4,.collection-grid--3,.collection-grid--4{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.hero__model{width:95%;max-width:360px;height:70%}.container,.site-header__inner{padding:0 20px}.section-pad{padding:64px 20px}.site-header__inner{padding:0 20px}.site-nav,.site-header__cart{display:none}.site-header__menu-toggle{display:flex}.hero{padding:60px 20px;min-height:auto}.product-page{padding:40px 20px}.site-footer{padding:48px 20px 28px}.site-footer__divider{margin:36px auto 18px}.site-footer__meta{flex-direction:column;align-items:center}.site-footer__legal{gap:16px;justify-content:center}.three-panels__panel{padding:44px 28px 40px}.book-preview-section,.featured-product,.featured-collection,.collection-list{padding:64px 20px}.product-grid,.product-grid--3,.product-grid--4{grid-template-columns:1fr 1fr;gap:18px}.collection-grid,.collection-grid--3,.collection-grid--4{grid-template-columns:1fr;gap:18px}.featured-collection__header{flex-direction:column;align-items:flex-start}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/theme.css.map */
