*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--page-bg);color:var(--ink);font-family:Arial,Helvetica,sans-serif}a{color:inherit}img{max-width:100%;height:auto}.container{width:min(var(--content-width),calc(100% - 48px));margin:0 auto}.announcement{height:34px;background:#15171b;color:#fff;display:flex;align-items:center;justify-content:center;gap:60px;font-size:12px;font-weight:700}.site-header{background:var(--header-bg);border-bottom:1px solid #eceff3}.header-main{display:grid;grid-template-columns:180px 1fr 180px;align-items:center;gap:24px;padding:18px 0 12px}.logo img{display:block;width:auto;height:86px;max-width:150px;object-fit:contain}.logo-text{font-size:25px;font-weight:900;text-decoration:none}.search-wrap{display:flex;height:42px;border:1px solid #e0e3e7;border-radius:4px;overflow:hidden;background:#fff}.search-wrap input{flex:1;border:0;padding:0 16px;font-size:14px;outline:0}.search-wrap button{width:48px;border:0;background:#111;color:#fff;font-size:18px;cursor:pointer}.account-cart{display:flex;justify-content:flex-end;align-items:center;gap:18px;font-size:13px}.account-cart a{text-decoration:none}.cart-count{display:inline-flex;min-width:17px;height:17px;padding:0 5px;border-radius:99px;background:var(--accent);color:#fff;align-items:center;justify-content:center;font-size:10px;font-weight:800}.nav-row{display:flex;justify-content:center;gap:42px;padding:10px 0 15px}.nav-row a{font-size:13px;text-decoration:none;font-weight:600}.nav-row a:hover{color:var(--accent)}.hero{background:linear-gradient(100deg,#fff7f9,#fff 58% 100%);padding:0}.hero-grid{display:grid;grid-template-columns:1fr 1fr;min-height:365px;align-items:center}.hero-copy{padding:55px 35px 55px 22px}.eyebrow{font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:var(--accent);font-weight:900}.hero h1{font-size:44px;line-height:1.02;margin:14px 0 16px;max-width:570px}.hero p{font-size:16px;line-height:1.55;max-width:590px;color:#3d4146}.hero-buttons{display:flex;gap:10px;margin-top:25px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:0 18px;border-radius:4px;text-decoration:none;font-size:12px;font-weight:800;border:1px solid #111;cursor:pointer}.btn-dark{background:#111;color:#fff}.btn-outline{background:#fff;color:var(--accent);border-color:#f0b7c9}.trust-row{display:flex;gap:14px;flex-wrap:wrap;margin-top:23px;font-size:10px;font-weight:700;color:#24272b}.hero-media{height:100%;min-height:365px;display:flex;align-items:center;justify-content:center;padding:20px}.hero-media img{width:100%;height:330px;object-fit:contain}.section{padding:34px 0}.category-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.category-card{min-height:180px;border-radius:8px;padding:27px 22px;display:grid;grid-template-columns:1fr 1fr;align-items:center;text-decoration:none;overflow:hidden}.category-card.case{background:linear-gradient(100deg,#fbeaf1,#fdf7f9)}.category-card.topper{background:linear-gradient(100deg,#fdf5ef,#fbf0e9)}.category-copy h2{font-size:23px;line-height:1;margin:0 0 12px}.category-copy p{font-size:13px;line-height:1.45;color:#555;margin:0 0 16px;max-width:210px}.category-art{display:flex;justify-content:center;align-items:center;height:150px}.category-art img{width:100%;height:100%;object-fit:contain}.category-art .fallback-phone{display:flex;gap:4px}.phone{height:110px;width:55px;border:3px solid #222;border-radius:10px;background:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:12px}.section-heading{text-align:center;margin:8px 0 24px}.section-heading .eyebrow{margin-bottom:7px}.section-heading h2{font-size:30px;margin:0}.benefits{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.benefit{border:1px solid #eee;background:#fff;padding:22px 15px;text-align:center;border-radius:var(--radius)}.benefit-icon{font-size:24px;margin-bottom:8px}.benefit h3{font-size:14px;margin:0 0 6px}.benefit p{font-size:11px;color:#6b7075;margin:0;line-height:1.45}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.product-card{background:#fff;border:1px solid #ececec;border-radius:var(--radius);overflow:hidden}.product-card a{text-decoration:none}.product-image{aspect-ratio:1/1;background:#fafafa;display:flex;align-items:center;justify-content:center}.product-image img{width:100%;height:100%;object-fit:cover}.product-info{padding:13px}.product-title{font-size:13px;font-weight:700;margin:0 0 6px}.product-price{font-size:13px;font-weight:900;color:var(--accent)}.product-badge{display:inline-block;background:var(--accent-pale);color:var(--accent);font-size:9px;font-weight:900;border-radius:99px;padding:4px 7px;margin-bottom:7px}.newsletter{background:var(--accent);color:#fff;padding:38px;border-radius:var(--radius);display:flex;align-items:center;justify-content:space-between;gap:30px}.newsletter h2{margin:0 0 8px;font-size:28px}.newsletter p{margin:0;color:#fff0f4;font-size:13px}.newsletter-form{display:flex;gap:8px;min-width:380px}.newsletter-form input{height:40px;border:0;border-radius:4px;padding:0 12px;flex:1}.footer{background:#faf7f8;border-top:1px solid #eee;padding:40px 0}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:35px}.footer h3{font-size:14px;margin:0 0 12px}.footer p,.footer a{font-size:12px;color:#65696d;text-decoration:none;line-height:1.8}.footer-brand{font-size:22px;font-weight:900;color:var(--ink)!important}.product-page,.collection-page,.cart-page{padding:55px 0}.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:50px}.product-detail-main-image{width:100%;border-radius:12px;background:#fafafa}.product-detail h1{font-size:42px;line-height:1.05;margin:10px 0}.big-price{font-size:24px;font-weight:900;color:var(--accent)}.select,.quantity{width:100%;height:42px;border:1px solid #ddd;border-radius:4px;padding:0 12px;margin:8px 0 14px}.quantity{width:90px}.full-btn{width:100%;height:45px}.collection-head{text-align:center;margin-bottom:28px}.collection-head h1{font-size:38px;margin:7px 0}.empty{padding:50px;text-align:center;background:var(--accent-pale);border-radius:var(--radius)}.cart-line{display:grid;grid-template-columns:90px 1fr 100px;gap:18px;align-items:center;border-bottom:1px solid #eee;padding:16px 0}.cart-line img{width:90px;height:90px;object-fit:cover}@media(max-width:900px){.header-main{grid-template-columns:120px 1fr}.account-cart{display:none}.nav-row{gap:18px;overflow:auto;justify-content:flex-start}.hero-grid{grid-template-columns:1fr}.hero-media{min-height:250px}.product-grid,.benefits{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.newsletter{display:block}.newsletter-form{min-width:0;margin-top:20px}}@media(max-width:560px){.container{width:min(100% - 28px,var(--content-width))}.announcement{gap:12px;font-size:9px}.header-main{display:flex;flex-wrap:wrap}.search-wrap{order:3;width:100%}.logo img{height:65px}.nav-row{display:none}.hero-copy{padding:42px 5px}.hero h1{font-size:38px}.hero-media{min-height:220px}.category-grid{grid-template-columns:1fr}.category-card{min-height:170px}.product-grid,.benefits{grid-template-columns:1fr 1fr}.product-detail{grid-template-columns:1fr}.newsletter{padding:28px 20px}.footer-grid{grid-template-columns:1fr}.cart-line{grid-template-columns:70px 1fr}.cart-line .quantity{grid-column:2}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/theme.css.map */
