:root{--accent: #ff6b6b;--text: #171717;--bg: #fffaf6;--card: #ffffff;--muted: #6f6a66;--line: rgba(23,23,23,.1);--radius: 24px}*{box-sizing:border-box}body{margin:0;color:var(--text);background:var(--bg);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.skip-link{position:absolute;left:-999px;top:8px;background:#fff;padding:10px;z-index:20}.skip-link:focus{left:8px}.page-width{width:min(1180px,calc(100% - 32px));margin:0 auto}.announcement{background:#171717;color:#fff;font-size:14px;text-align:center;padding:10px 14px}.site-header{position:sticky;top:0;z-index:10;background:#fffaf6eb;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:74px}.brand{display:flex;flex-direction:column;line-height:1.05}.brand strong{font-size:28px;letter-spacing:-.04em}.brand span{color:var(--muted);font-size:13px;margin-top:5px}.nav{display:flex;gap:18px;align-items:center;font-size:15px}.nav a{opacity:.86}.nav a:hover{opacity:1;color:var(--accent)}.header-actions{display:flex;align-items:center;gap:12px}.pill,.button,button.shopify-payment-button__button{border:0;display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:46px;padding:0 20px;border-radius:999px;background:var(--accent);color:#fff;font-weight:750;cursor:pointer}.pill.secondary,.button.secondary{background:#fff;color:var(--text);border:1px solid var(--line)}.hero{padding:54px 0 28px}.hero-card{min-height:440px;border-radius:34px;padding:clamp(28px,6vw,70px);background:linear-gradient(135deg,#fff,#ffe5df 52%,#ffd0c9);display:grid;grid-template-columns:1.05fr .95fr;gap:30px;overflow:hidden;position:relative}.hero h1{font-size:clamp(38px,7vw,76px);line-height:.95;letter-spacing:-.06em;margin:0 0 18px}.hero p,.section-subtitle{color:var(--muted);font-size:18px;line-height:1.65;margin:0}.hero-visual{align-self:stretch;border-radius:30px;background:#ffffff94;display:grid;place-items:center;padding:26px}.hero-visual .bubble{width:min(360px,90%);aspect-ratio:1;border-radius:50%;background:#fff;box-shadow:0 24px 70px #0000001a;display:grid;place-items:center;text-align:center;padding:34px;font-size:30px;font-weight:850;letter-spacing:-.04em}.section{padding:38px 0}.section-head{display:flex;justify-content:space-between;align-items:end;gap:18px;margin-bottom:22px}.section h2{font-size:clamp(28px,4vw,46px);letter-spacing:-.05em;margin:0 0 6px}.grid{display:grid;gap:18px}.grid.cols-4{grid-template-columns:repeat(4,1fr)}.grid.cols-3{grid-template-columns:repeat(3,1fr)}.category-card,.product-card,.content-card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:0 16px 48px #28160a0d}.category-card{padding:24px;min-height:156px;display:flex;flex-direction:column;justify-content:space-between}.category-card small{color:var(--muted)}.category-card strong{font-size:24px;letter-spacing:-.03em}.product-card{position:relative}.product-media{aspect-ratio:1 / 1.18;background:#f5f1ec;display:grid;place-items:center;overflow:hidden}.product-media img{width:100%;height:100%;object-fit:cover;transition:transform .25s ease}.product-card:hover .product-media img{transform:scale(1.035)}.product-info{padding:16px}.product-title{font-weight:750;line-height:1.35;min-height:42px}.price{margin-top:10px;font-size:18px;font-weight:850}.compare{color:var(--muted);text-decoration:line-through;font-size:14px;margin-left:6px}.badge{position:absolute;top:12px;left:12px;background:#171717;color:#fff;border-radius:999px;padding:7px 11px;font-size:12px;font-weight:800}.features{grid-template-columns:repeat(3,1fr)}.feature{padding:24px}.feature b{display:block;font-size:19px;margin-bottom:8px}.feature p{color:var(--muted);line-height:1.55;margin:0}.footer{margin-top:50px;padding:36px 0;background:#171717;color:#fff}.footer .muted{color:#ffffffa8}.collection-hero,.page-hero{padding:44px 0 20px}.collection-hero h1,.page-hero h1{font-size:clamp(36px,5vw,60px);margin:0 0 10px;letter-spacing:-.05em}.filters{display:flex;justify-content:space-between;align-items:center;gap:14px;margin:18px 0 24px;color:var(--muted)}.product-page{display:grid;grid-template-columns:1fr 1fr;gap:34px;padding:44px 0}.product-gallery{background:#fff;border-radius:28px;overflow:hidden;border:1px solid var(--line)}.product-gallery img{width:100%;height:auto}.product-summary h1{font-size:clamp(32px,4vw,54px);line-height:1;letter-spacing:-.05em;margin:0 0 16px}.product-summary .price{font-size:26px;margin-bottom:20px}.product-summary select,.product-summary input[type=number],.search-input{width:100%;min-height:48px;border-radius:16px;border:1px solid var(--line);padding:0 14px;background:#fff}.form-row{margin:14px 0}.rte{line-height:1.75;color:#3a3734}.cart-table{width:100%;border-collapse:collapse;background:#fff;border-radius:24px;overflow:hidden}.cart-table th,.cart-table td{padding:16px;border-bottom:1px solid var(--line);text-align:left}.cart-footer{display:flex;justify-content:flex-end;margin-top:20px}@media(max-width:860px){.nav{display:none}.hero-card,.product-page{grid-template-columns:1fr}.grid.cols-4,.grid.cols-3,.features{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.page-width{width:min(100% - 22px,1180px)}.brand strong{font-size:23px}.hero{padding-top:24px}.hero-card{border-radius:24px;padding:28px;min-height:0}.grid.cols-4,.grid.cols-3,.features{grid-template-columns:1fr}.section-head{align-items:flex-start;flex-direction:column}}
/*# sourceMappingURL=/cdn/shop/t/23/assets/theme.css.map */
