:root{--ink: #171717;--muted: #5f6672;--paper: #fffaf2;--panel: #ffffff;--line: #e8dfd2;--coral: #e7562f;--green: #147a63;--blue: #2d6f9f;--gold: #f5c64f;--shadow: 0 18px 55px rgba(27, 31, 35, .12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Segoe UI,Arial,sans-serif;color:var(--ink);background:var(--paper);overflow-x:hidden}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.skip-link{position:absolute;left:-999px;top:auto}.skip-link:focus{left:12px;top:12px;z-index:100;padding:10px 14px;background:#fff;border:1px solid var(--line)}.site-header{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px clamp(16px,4vw,48px);background:#fffaf2f0;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.brand{display:flex;align-items:center;gap:10px;font-weight:950;letter-spacing:.02em}.brand-badge{display:grid;place-items:center;width:36px;height:36px;color:#fff;background:var(--coral);border-radius:8px}.site-nav,.footer-nav{display:flex;align-items:center;gap:18px;color:var(--muted);font-size:14px;font-weight:800}.button,.shopify-payment-button__button,button[name=add],button[name=checkout]{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 18px;border:0;border-radius:8px;background:var(--ink);color:#fff;font-weight:900;cursor:pointer}.button.secondary{background:#fff;color:var(--ink);border:1px solid var(--line)}.button.coral{background:var(--coral)}.button.green,button[name=checkout]{background:var(--green)}.section{padding:clamp(44px,7vw,86px) clamp(16px,4vw,56px)}.inner{width:min(1180px,100%);margin:0 auto}.eyebrow{margin:0 0 10px;color:var(--coral);font-size:12px;font-weight:950;letter-spacing:.12em;text-transform:uppercase}h1,h2,h3,p{margin-top:0}h1{max-width:920px;margin-bottom:18px;font-size:clamp(40px,8vw,82px);line-height:.96;letter-spacing:0}h2{margin-bottom:18px;font-size:clamp(30px,4.4vw,52px);line-height:1}h3{margin-bottom:8px;font-size:21px;line-height:1.15}p{color:var(--muted);line-height:1.6}.hero{min-height:calc(100svh - 66px);display:grid;align-items:center;background:linear-gradient(90deg,#fffaf2f5,#fffaf2bd 46%,#fffaf22e),var(--hero-image, none) center right / cover no-repeat}.hero-copy{width:min(780px,100%);padding:clamp(52px,7vw,88px) 0}.hero-copy>p{max-width:650px;font-size:clamp(18px,2.2vw,24px)}.hero-actions,.trust-line{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.trust-line span,.tag{display:inline-flex;align-items:center;min-height:30px;padding:0 10px;border:1px solid var(--line);border-radius:999px;background:#ffffffd1;color:var(--muted);font-size:13px;font-weight:800}.section-head{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:26px}.cards,.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.card,.product-card,.step,.faq-item,.product-panel,.cart-panel,.empty-state{background:var(--panel);border:1px solid var(--line);border-radius:8px;box-shadow:var(--shadow)}.product-card{overflow:hidden}.product-card img{width:100%;aspect-ratio:4 / 3;object-fit:cover;background:#f3efe7}.product-card-body,.step,.faq-item,.empty-state{padding:18px}.price{color:var(--green);font-weight:950}.step-number{display:grid;place-items:center;width:34px;height:34px;margin-bottom:12px;border-radius:8px;background:var(--gold);font-weight:950}.gallery{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}.gallery figure{margin:0;overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:8px}.gallery img{width:100%;aspect-ratio:1;object-fit:cover}.gallery figcaption{padding:10px;font-size:13px;font-weight:850}.product-layout{display:grid;grid-template-columns:minmax(0,1fr) 420px;gap:28px;align-items:start;max-width:100%}.product-media,.product-panel,.cart-panel{padding:18px}.product-media{background:linear-gradient(135deg,#f8efe1,#eef7f4);border:1px solid var(--line);border-radius:8px}.product-media img{width:100%;border-radius:8px}.product-title{font-size:clamp(34px,5vw,58px)}.product-form,.cart-form,.field-grid{display:grid;gap:14px;width:100%;max-width:100%}label{display:grid;gap:7px;color:var(--ink);font-size:14px;font-weight:900}input[type=number],select,textarea{width:100%;max-width:100%;min-height:46px;padding:10px 12px;border:1px solid var(--line);border-radius:8px;background:#fff}textarea{min-height:96px;resize:vertical}.cart-row{display:grid;grid-template-columns:90px minmax(0,1fr) 120px 90px;gap:14px;align-items:center;padding:14px 0;border-bottom:1px solid var(--line)}.cart-row img{width:90px;aspect-ratio:1;object-fit:cover;border-radius:8px}.cart-actions{display:flex;justify-content:space-between;align-items:center;gap:14px;flex-wrap:wrap;padding-top:18px}.site-footer{padding:28px clamp(16px,4vw,56px);background:var(--ink);color:#fff}.footer-inner{width:min(1180px,100%);margin:0 auto;display:flex;justify-content:space-between;gap:18px;flex-wrap:wrap}.footer-nav{color:#ffffffc7}@media(max-width:900px){.site-nav{display:none}.hero{min-height:auto;background-position:62% center}.hero-copy{padding:46px 0 190px}.section-head{display:grid}.product-layout{grid-template-columns:minmax(0,1fr);gap:18px;width:100%}.product-media,.product-panel{width:100%;max-width:100%;min-width:0}.product-panel{padding:16px;overflow-wrap:anywhere}.product-title{font-size:clamp(32px,11vw,44px)}.product-form button,.product-form .button,.product-form input,.product-form select,.product-form textarea{width:100%;max-width:100%}.cards,.steps,.product-grid,.gallery{grid-template-columns:1fr}.gallery{grid-template-columns:repeat(2,minmax(0,1fr))}.cart-row{grid-template-columns:70px 1fr}.cart-row img{width:70px}}
/*# sourceMappingURL=/cdn/shop/t/21/assets/base.css.map */
