:root{--yellow:#F5C400;--dark:#111111;--sale:#e84d2f;--brick:#b3341c;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-400:#9ca3af;--gray-500:#6b7280;--gray-600:#4b5563;--gray-700:#374151}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,sans-serif;color:#111;background:#fff;line-height:1.5;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none}.container{max-width:80rem;margin:0 auto;padding:0 1.5rem}.eyebrow{font-size:.75rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--yellow)}.btn-yellow{display:inline-flex;align-items:center;gap:.5rem;background:var(--yellow);color:#111;font-weight:800;border-radius:.5rem;padding:.85rem 2rem;transition:all .2s;font-size:.95rem}.btn-yellow:hover{transform:scale(1.04);opacity:.95}.btn-outline{display:inline-flex;align-items:center;gap:.5rem;border:1px solid var(--gray-200);color:var(--gray-700);font-weight:700;border-radius:.5rem;padding:.8rem 1.6rem;font-size:.875rem;transition:all .2s}.btn-outline:hover{border-color:var(--gray-400);color:#111}h1,h2,h3{font-weight:900;line-height:1.15}.announcement{background:var(--brick);color:#fff;text-align:center;padding:.65rem 1rem;font-size:.875rem;font-weight:700;letter-spacing:.02em}.site-header{position:sticky;top:0;z-index:50;background:#fff;border-bottom:1px solid var(--gray-200);box-shadow:0 1px 2px #0000000a}.site-header .inner{max-width:80rem;margin:0 auto;padding:0 1.5rem;height:4rem;display:flex;align-items:center;justify-content:space-between}.site-header .logo img{height:1rem;width:auto}.nav-desktop{display:none;gap:2rem;align-items:center}.nav-desktop a{font-size:.875rem;font-weight:500;color:var(--gray-500);transition:color .15s}.nav-desktop a:hover{color:#111}.nav-desktop a.active{color:#111;border-bottom:2px solid #111;padding-bottom:2px}.header-right{display:none;align-items:center;gap:.75rem}.back-link{display:flex;align-items:center;gap:.375rem;padding:.5rem 1rem;border:1px solid var(--gray-200);border-radius:.5rem;font-size:.875rem;font-weight:600;color:var(--gray-700);transition:all .2s}.back-link:hover{border-color:var(--gray-400);color:#111}.cart-btn{position:relative;padding:.5rem;border-radius:9999px;transition:background .15s;display:flex}.cart-btn:hover{background:var(--gray-100)}.cart-count{position:absolute;top:-4px;right:-4px;width:1.25rem;height:1.25rem;border-radius:9999px;background:var(--yellow);color:#111;font-size:.625rem;font-weight:900;display:flex;align-items:center;justify-content:center}.mobile-toggles{display:flex;align-items:center}.hamburger{padding:.75rem}.mobile-menu{display:none;border-top:1px solid var(--gray-100);background:#fff;padding:1rem 1.5rem}.mobile-menu.open{display:block}.mobile-menu a{display:block;padding:.85rem 1rem;border-radius:.75rem;font-weight:600;color:#1f2937}.mobile-menu a.active{background:var(--yellow);color:#111}@media(min-width:768px){.nav-desktop,.header-right{display:flex}.mobile-toggles{display:none}.mobile-menu{display:none!important}}.hero{position:relative;min-height:88vh;display:flex;align-items:center;overflow:hidden;background:#000}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;opacity:.55;filter:blur(1px) saturate(.7)}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,#000000e0 45%,#00000040)}.hero .content{position:relative;z-index:10;max-width:80rem;margin:0 auto;padding:4rem 2rem;width:100%}.hero h1{color:#fff;text-transform:uppercase;letter-spacing:-.03em;line-height:.95;font-size:clamp(48px,8vw,96px);margin:1.5rem 0 2rem}.hero h1 .accent{color:var(--yellow)}.hero p.lede{color:#ffffffb3;font-size:17px;max-width:36rem;margin-bottom:2.5rem;line-height:1.6}.hero-badge{margin-top:3rem;display:inline-flex;align-items:center;gap:.75rem;padding:.75rem 1.25rem;border-radius:9999px;border:1px solid rgba(255,255,255,.15);background:#ffffff0f}.hero-badge .circle{background:#fff;border-radius:9999px;padding:.375rem;display:flex}.hero-badge img{height:1.75rem;width:auto}.hero-badge span{color:#fff;font-size:.875rem;font-weight:500}.btn-hero-secondary{border:1px solid rgba(255,255,255,.3);color:#fff;font-weight:700;font-size:.875rem;padding:.85rem 2rem;border-radius:.375rem;transition:background .2s}.btn-hero-secondary:hover{background:#ffffff1a}.section-pad{padding:6rem 0}.section-title{text-align:center;margin-bottom:3.5rem}.section-title h2{font-size:clamp(2.25rem,4vw,3rem);margin-bottom:1rem}.section-title p{color:var(--gray-500);font-size:.875rem;max-width:36rem;margin:0 auto}.why-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:3.5rem}@media(min-width:640px){.why-grid{grid-template-columns:1fr 1fr}}@media(min-width:1024px){.why-grid{grid-template-columns:repeat(4,1fr)}}.why-card{padding:1.5rem;border-radius:1rem;border:1px solid var(--gray-100);transition:all .25s}.why-card:hover{border-color:var(--yellow);box-shadow:0 10px 25px #0000000f}.why-card .bar{width:2.5rem;height:.25rem;border-radius:9999px;background:var(--yellow);margin-bottom:1.25rem}.why-card img{height:2.5rem;width:auto;margin-bottom:1rem}.why-card h3{font-size:1.125rem;font-weight:700;margin-bottom:.5rem}.why-card p{color:var(--gray-500);font-size:.875rem;line-height:1.6}.photo-strip{display:grid;grid-template-columns:repeat(3,1fr);height:16rem}@media(min-width:768px){.photo-strip{height:20rem}}.photo-strip div{overflow:hidden}.photo-strip img{width:100%;height:100%;object-fit:cover;transition:transform .7s}.photo-strip img:hover{transform:scale(1.05)}.spotlight{padding:6rem 0;background:#f7f7f7}.spotlight .grid{display:grid;grid-template-columns:1fr;gap:4rem;align-items:center}@media(min-width:768px){.spotlight .grid{grid-template-columns:1fr 1fr}}.spotlight .img-wrap{border-radius:1.5rem;overflow:hidden;box-shadow:0 25px 50px #0003;aspect-ratio:4/3}.spotlight .img-wrap img{width:100%;height:100%;object-fit:cover}.spotlight h2{font-size:clamp(2.25rem,4vw,3rem);margin:1rem 0 1.5rem}.spotlight p{color:var(--gray-600);line-height:1.7;margin-bottom:1rem}.cta-banner{background:#111;text-align:center;padding:4rem 1.5rem}.cta-banner h2{color:#fff;font-size:clamp(1.875rem,3vw,2.25rem);margin:.75rem 0 1.5rem}.cta-banner p.sub{color:var(--gray-400);font-size:.875rem;margin-bottom:2rem}.collection-hero{position:relative;height:14rem;overflow:hidden}@media(min-width:768px){.collection-hero{height:18rem}}.collection-hero img{width:100%;height:100%;object-fit:cover;object-position:center 60%}.collection-hero .overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#00000085}.collection-hero h1{color:#fff;font-size:clamp(2.25rem,5vw,3.75rem);text-align:center}.collection-hero p{color:#ffffffb3;margin-top:.75rem;font-size:.875rem;max-width:28rem;text-align:center;padding:0 1rem}.promo-banner{max-width:80rem;margin:2.5rem auto 0;border-radius:1rem;padding:2rem 1.5rem;text-align:center;background:#111}.promo-banner .eyebrow{color:var(--sale)}.promo-banner h2{color:#fff;font-size:clamp(1.5rem,3vw,1.875rem);margin:.5rem 0 .75rem}.promo-banner h2 .accent{color:var(--yellow)}.promo-banner p{color:#ffffffb3;font-size:.9rem;max-width:42rem;margin:0 auto}.product-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:640px){.product-grid{grid-template-columns:1fr 1fr}}@media(min-width:1024px){.product-grid{grid-template-columns:repeat(3,1fr)}}.pcard{border-radius:1rem;border:1px solid var(--gray-100);overflow:hidden;background:#fff;display:flex;flex-direction:column;height:100%;transition:all .3s}.pcard:hover{box-shadow:0 20px 40px #00000014;border-color:#fef3c7}.pcard .img-wrap{position:relative;aspect-ratio:4/3;background:var(--gray-50);overflow:hidden;display:block}.pcard .img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.pcard:hover .img-wrap img{transform:scale(1.05)}.pcard .tag{position:absolute;top:.75rem;left:.75rem;z-index:2;font-size:.75rem;font-weight:700;padding:.25rem .75rem;border-radius:9999px;background:var(--sale);color:#fff}.pcard .tag.value{background:var(--yellow);color:#111}.pcard .body{padding:1.25rem;display:flex;flex-direction:column;flex:1}.pcard .kicker{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--gray-400);margin-bottom:.25rem}.pcard h3{font-size:1.125rem;font-weight:900;margin-bottom:.5rem;line-height:1.35}.pcard h3 a:hover{color:#eab308}.pcard .desc{color:var(--gray-500);font-size:.875rem;line-height:1.6;flex:1;margin-bottom:1rem}.pcard .row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-top:auto}.price{font-weight:900;font-size:1.125rem}.price.sale{color:var(--sale)}.price-compare{color:var(--gray-400);text-decoration:line-through;font-size:.875rem;margin-right:.375rem}.btn-add{padding:.5rem 1rem;border-radius:.5rem;font-weight:700;font-size:.875rem;background:var(--yellow);color:#111;transition:all .15s;display:inline-flex;align-items:center;gap:.375rem}.btn-add:hover{opacity:.9}.btn-add:active{transform:scale(.95)}.btn-view{padding:.5rem .75rem;border-radius:.5rem;border:1px solid var(--gray-200);font-size:.875rem;font-weight:700;transition:border-color .15s}.btn-view:hover{border-color:var(--gray-400)}.pdp{max-width:80rem;margin:0 auto;padding:2.5rem 1.5rem}.breadcrumb{max-width:80rem;margin:0 auto;padding:1.5rem 1.5rem .5rem;font-size:.875rem;color:var(--gray-400)}.breadcrumb a:hover{color:#111}.pdp-grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:start}@media(min-width:768px){.pdp-grid{grid-template-columns:1fr 1fr;gap:5rem}}.pdp-gallery .main{border-radius:1rem;overflow:hidden;background:var(--gray-50);aspect-ratio:1}.pdp-gallery .main img{width:100%;height:100%;object-fit:cover}.pdp-gallery .thumbs{display:flex;gap:.5rem;margin-top:.75rem}.pdp-gallery .thumbs button{flex:1;aspect-ratio:1;border-radius:.75rem;overflow:hidden;border:2px solid transparent;padding:0}.pdp-gallery .thumbs button.active{border-color:var(--yellow)}.pdp-gallery .thumbs img{width:100%;height:100%;object-fit:cover}.pdp-title{font-size:clamp(1.875rem,3vw,2.25rem);margin:.5rem 0 1rem}.pdp-kicker{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--gray-400)}.pdp-price-row{display:flex;align-items:baseline;gap:.75rem;margin-bottom:1.5rem}.pdp-price{font-weight:900;font-size:1.875rem}.pdp-price.sale{color:var(--sale)}.pdp-compare{color:var(--gray-400);text-decoration:line-through;font-size:1.125rem}.save-pill{font-size:.875rem;font-weight:700;color:#fff;padding:.125rem .5rem;border-radius:9999px;background:var(--sale)}.blowout-note{margin-bottom:1.5rem;border-radius:.75rem;padding:1rem;background:#fff4f1;border:1px solid #f6c9bd;color:var(--brick);font-size:.875rem;line-height:1.6}.pdp-desc{color:var(--gray-600);line-height:1.7;margin-bottom:2rem}.pdp-desc ul{padding-left:1.25rem;margin:.75rem 0}.pdp-includes,.pdp-features{margin-bottom:2rem}.pdp-includes h3,.pdp-features h3{font-size:.8rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:#111;margin-bottom:.6rem}.pdp-includes ul,.pdp-features ul{list-style:none;padding:0;margin:0}.pdp-includes li,.pdp-features li{position:relative;padding-left:1.4rem;color:var(--gray-600);line-height:1.9}.pdp-includes li:before,.pdp-features li:before{content:"\2713";position:absolute;left:0;color:var(--yellow);font-weight:800}.qty-row{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.qty-box{display:flex;align-items:center;gap:.75rem;border:1px solid var(--gray-200);border-radius:.75rem;padding:.75rem 1rem}.qty-box button{color:var(--gray-500);font-size:1.1rem;font-weight:700;width:1.5rem}.qty-box button:hover{color:#111}.qty-box input{width:2rem;text-align:center;border:none;font-weight:900;font-size:1.125rem;font-family:inherit}.qty-box input:focus{outline:none}.btn-cart{flex:1;padding:1rem;border-radius:.75rem;font-weight:900;font-size:1rem;background:var(--yellow);color:#111;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .15s}.btn-cart:hover{opacity:.9}.btn-cart:active{transform:scale(.97)}.btn-cart.added{background:#059669;color:#fff}.pdp-badge-row{display:flex;align-items:center;gap:.75rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--gray-100)}.pdp-badge-row img{height:2.5rem;width:auto}.pdp-badge-row p{font-size:.75rem;color:var(--gray-400)}.tag-pill{font-size:.75rem;font-weight:700;padding:.25rem .75rem;border-radius:9999px}.tag-pill.deal{background:var(--sale);color:#fff}.tag-pill.value{background:var(--yellow);color:#111}.tag-pill.neutral{border:1px solid var(--gray-200);color:var(--gray-500)}.related{padding:3.5rem 0;border-top:1px solid var(--gray-100);background:var(--gray-50)}.related h2{font-size:1.5rem;margin-bottom:2rem}.cart-page{max-width:56rem;margin:0 auto;padding:3rem 1.5rem}.cart-page h1{font-size:2rem;margin-bottom:2rem}.cart-line{display:flex;gap:1rem;align-items:center;padding:1.25rem 0;border-bottom:1px solid var(--gray-100)}.cart-line img{width:5rem;height:5rem;object-fit:cover;border-radius:.75rem;background:var(--gray-50)}.cart-line .info{flex:1}.cart-line .name{font-weight:800}.cart-line .unit{color:var(--gray-500);font-size:.875rem}.cart-line .line-price{font-weight:900}.cart-line .remove{color:var(--gray-400);font-size:.8rem;text-decoration:underline}.cart-line .remove:hover{color:var(--sale)}.cart-footer{margin-top:2rem;display:flex;flex-direction:column;gap:1rem;align-items:flex-end}.cart-subtotal{font-size:1.25rem;font-weight:900}.cart-note{color:var(--gray-400);font-size:.8rem}.btn-checkout{background:var(--yellow);color:#111;font-weight:900;padding:1rem 3rem;border-radius:.75rem;font-size:1rem}.btn-checkout:hover{opacity:.9}.cart-empty{text-align:center;padding:5rem 0;color:var(--gray-400);font-weight:700}.tech-hero{position:relative;min-height:50vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.tech-hero img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center 30%}.tech-hero .overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000a6}.tech-hero .content{position:relative;z-index:10;text-align:center;padding:0 1.5rem;max-width:48rem}.tech-hero h1{color:#fff;font-size:clamp(32px,5vw,64px);margin-bottom:1rem}.tech-hero p{color:#ffffffbf;line-height:1.7}.prose{max-width:64rem;margin:0 auto;padding:5rem 1.5rem}.prose h2{font-size:clamp(1.875rem,3vw,2.25rem);margin-bottom:2rem}.prose p{color:var(--gray-600);line-height:1.75;margin-bottom:1.25rem;font-size:16px}.specs{background:#f9f9f9;border-top:1px solid var(--gray-100);border-bottom:1px solid var(--gray-100);padding:5rem 0}.specs h2{font-size:clamp(1.5rem,3vw,1.875rem);margin-bottom:2.5rem}.specs-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:640px){.specs-grid{grid-template-columns:1fr 1fr}}@media(min-width:768px){.specs-grid{grid-template-columns:repeat(3,1fr)}}.spec-card{background:#fff;border-radius:.75rem;border:1px solid var(--gray-100);padding:1.5rem;transition:all .2s}.spec-card:hover{border-color:var(--yellow);box-shadow:0 8px 16px #0000000d}.spec-card .label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--gray-400);margin-bottom:.5rem}.spec-card .value{font-weight:700}.tech-strip{position:relative;height:400px;overflow:hidden}.tech-strip img{width:100%;height:100%;object-fit:cover}.tech-strip .overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#0000008c;text-align:center;padding:0 1.5rem}.tech-strip h2{color:#fff;font-size:clamp(1.875rem,3vw,2.25rem);margin-top:.75rem}.hp-note{padding:4rem 1.5rem;text-align:center;max-width:56rem;margin:0 auto}.hp-note img{height:2.5rem;width:auto;margin:0 auto 1.5rem}.hp-note p{color:var(--gray-600);line-height:1.7;max-width:42rem;margin:0 auto}.contact-header{padding:5rem 0 3.5rem;text-align:center;border-bottom:1px solid var(--gray-100)}.contact-header h1{font-size:clamp(2.25rem,5vw,3.75rem);margin-bottom:1rem}.contact-header p{color:var(--gray-500);max-width:36rem;margin:0 auto}.contact-grid{display:grid;grid-template-columns:1fr;gap:4rem;max-width:64rem;margin:0 auto;padding:4rem 1.5rem}@media(min-width:768px){.contact-grid{grid-template-columns:1fr 1fr}}.contact-info h2{font-size:1.5rem;margin-bottom:1.5rem}.contact-info .item{display:flex;gap:.75rem;margin-bottom:1rem}.contact-info .item .dot{color:var(--yellow);font-size:1.1rem}.contact-info .item p.t{font-weight:700;font-size:.875rem}.contact-info .item p.d{color:var(--gray-500);font-size:.875rem}.info-card{padding:1.5rem;border-radius:1rem;border:1px solid var(--gray-100);background:#f9f9f9;margin-top:2rem}.info-card h3{font-weight:700;margin-bottom:.5rem;font-size:1rem}.info-card p{color:var(--gray-500);font-size:.875rem;line-height:1.6}.info-card.dark{background:#111;border:none}.info-card.dark .k{color:var(--yellow);font-size:.75rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;margin-bottom:.5rem}.info-card.dark .n{color:#fff;font-weight:700}.info-card.dark a{color:var(--gray-400);font-size:.875rem}.info-card.dark a:hover{color:#fff}.contact-form label{display:block;font-size:.75rem;font-weight:700;color:var(--gray-500);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.contact-form input,.contact-form select,.contact-form textarea{width:100%;border:1px solid var(--gray-200);border-radius:.5rem;padding:.75rem 1rem;font-size:.875rem;font-family:inherit;margin-bottom:1.5rem;background:#fff}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{outline:none;border-color:var(--yellow)}.contact-form textarea{resize:none}.contact-form .row2{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.contact-form button[type=submit]{width:100%;padding:1rem;border-radius:.5rem;font-weight:700;font-size:.875rem;letter-spacing:.02em;background:var(--yellow);color:#111;transition:transform .15s}.contact-form button[type=submit]:hover{transform:scale(1.02)}.form-success{background:#ecfdf5;border:1px solid #a7f3d0;color:#065f46;border-radius:.75rem;padding:1rem;margin-bottom:1.5rem;font-weight:600}.form-error{background:#fef2f2;border:1px solid #fecaca;color:#991b1b;border-radius:.75rem;padding:1rem;margin-bottom:1.5rem;font-size:.875rem}.site-footer{border-top:1px solid var(--gray-200);background:#fff}.site-footer .inner{max-width:80rem;margin:0 auto;padding:2.5rem 1.5rem;display:flex;flex-direction:column;align-items:center;gap:1.5rem;text-align:center}@media(min-width:768px){.site-footer .inner{flex-direction:row;justify-content:space-between;text-align:left}}.site-footer img{height:3.5rem;width:auto;filter:invert(1);margin:0 auto .25rem}@media(min-width:768px){.site-footer img{margin:0 0 .25rem}}.site-footer .division{font-size:.75rem;color:var(--gray-400)}.site-footer nav{display:flex;flex-wrap:wrap;gap:1.5rem;font-size:.875rem;color:var(--gray-500);justify-content:center}.site-footer nav a:hover{color:#111}.site-footer .copy{font-size:.75rem;color:var(--gray-400)}.toast{position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%) translateY(150%);background:#111;color:#fff;font-weight:700;font-size:.875rem;padding:.85rem 1.5rem;border-radius:.75rem;box-shadow:0 10px 30px #00000040;transition:transform .3s;z-index:100}.toast.show{transform:translate(-50%) translateY(0)}.toast .accent{color:var(--yellow)}.badge-strip{padding:3rem 1.5rem;text-align:center;border-top:1px solid var(--gray-100);background:var(--gray-50)}.badge-strip img{height:3.5rem;width:auto;margin:0 auto 1rem}.badge-strip p{color:var(--gray-500);font-size:.875rem;max-width:32rem;margin:0 auto}.account-page{max-width:32rem;margin:0 auto;padding:4rem 1.5rem}.account-page h1{font-size:1.875rem;margin-bottom:2rem}.account-page label{display:block;font-size:.75rem;font-weight:700;color:var(--gray-500);text-transform:uppercase;margin-bottom:.5rem}.account-page input{width:100%;border:1px solid var(--gray-200);border-radius:.5rem;padding:.75rem 1rem;font-size:.875rem;margin-bottom:1.25rem;font-family:inherit}.account-page input:focus{outline:none;border-color:var(--yellow)}.account-page .btn-yellow{width:100%;justify-content:center}.account-page .aux{margin-top:1rem;font-size:.875rem;color:var(--gray-500)}.account-page .aux a{text-decoration:underline}.account-wide{max-width:64rem;margin:0 auto;padding:4rem 1.5rem}.account-wide h1{font-size:1.875rem;margin-bottom:2rem}table.simple{width:100%;border-collapse:collapse;font-size:.875rem}table.simple th{text-align:left;padding:.75rem;border-bottom:2px solid var(--gray-200);font-weight:700}table.simple td{padding:.75rem;border-bottom:1px solid var(--gray-100)}.page-404{text-align:center;padding:8rem 1.5rem}.page-404 h1{font-size:2rem;margin-bottom:1rem}.page-404 a{font-weight:700;text-decoration:underline;color:#a16207}.center-page{max-width:48rem;margin:0 auto;padding:4rem 1.5rem}.center-page h1{font-size:2rem;margin-bottom:1.5rem}.center-page .rte{color:var(--gray-600);line-height:1.75}.center-page .rte p{margin-bottom:1rem}
/*# sourceMappingURL=/cdn/shop/t/8/assets/theme.css.map */
