:root{--berry:#7b1f36;--berry-dark:#451321;--cream:#f6e2b6;--blush:#f8f1ed;--rose:#c9878d;--ink:#2a161b;--muted:#76565d;--white:#fffaf7;--shadow:0 18px 45px rgba(69,19,33,.16)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:var(--ink);background:var(--white)}h1,h2,h3,.brand-word{font-family:Georgia,Times New Roman,serif;letter-spacing:.02em}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.page-width{width:min(1180px,calc(100% - 32px));margin-inline:auto}.skip-link{position:absolute;left:-999px}.skip-link:focus{left:16px;top:16px;background:#fff;padding:10px;z-index:100}.announcement{background:var(--berry-dark);color:var(--cream);text-align:center;padding:10px 16px;font-size:14px;letter-spacing:.05em}.header{position:sticky;top:0;z-index:20;background:#fffaf7eb;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid rgba(123,31,54,.12)}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:16px 0}.brand{display:flex;align-items:center;gap:12px;font-weight:700}.brand img{width:54px;height:54px;object-fit:cover;border-radius:50%;box-shadow:var(--shadow)}.brand-word{font-size:28px;color:var(--berry);line-height:1}.nav{display:flex;gap:22px;color:var(--muted);font-size:15px}.nav a:hover{color:var(--berry)}.header-actions{display:flex;gap:12px;align-items:center}.icon-link{border:1px solid rgba(123,31,54,.18);padding:9px 12px;border-radius:999px}.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;padding:13px 22px;font-weight:700;cursor:pointer;transition:.2s ease}.btn-primary{background:var(--berry);color:var(--cream);box-shadow:0 12px 30px #7b1f3647}.btn-primary:hover{transform:translateY(-1px);background:var(--berry-dark)}.btn-light{background:var(--cream);color:var(--berry)}.hero{background:radial-gradient(circle at 82% 20%,rgba(246,226,182,.22),transparent 28%),linear-gradient(135deg,var(--berry),var(--berry-dark));color:var(--cream);overflow:hidden}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:40px;min-height:720px;padding:72px 0}.kicker{text-transform:uppercase;letter-spacing:.22em;font-size:13px;color:#f6e2b6d1;font-weight:700}.hero h1{font-size:clamp(46px,7vw,96px);line-height:.95;margin:18px 0}.hero p{font-size:19px;line-height:1.7;color:#fffaf7db;max-width:590px}.hero-card{background:#fffaf71a;border:1px solid rgba(246,226,182,.3);border-radius:36px;padding:26px;box-shadow:var(--shadow)}.hero-card img{border-radius:28px;aspect-ratio:1/1;object-fit:cover}.trust-row{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:28px}.trust{border:1px solid rgba(246,226,182,.26);border-radius:18px;padding:16px;background:#ffffff0f}.section{padding:82px 0}.section-title{text-align:center;margin-bottom:36px}.section-title h2{font-size:clamp(32px,4vw,54px);margin:0;color:var(--berry)}.section-title p{color:var(--muted);font-size:17px}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.card{background:#fff;border:1px solid rgba(123,31,54,.1);border-radius:28px;overflow:hidden;box-shadow:var(--shadow)}.card-content{padding:24px}.card h3{font-size:28px;margin:0 0 8px;color:var(--berry)}.card p{color:var(--muted);line-height:1.6}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.product-card{background:#fff;border-radius:24px;padding:14px;border:1px solid rgba(123,31,54,.1);box-shadow:0 10px 30px #45132114}.product-card img{border-radius:18px;aspect-ratio:1/1.15;object-fit:cover;background:var(--blush)}.product-card h3{font-family:inherit;font-size:16px;margin:14px 0 6px}.price{color:var(--berry);font-weight:800}.badge{display:inline-block;background:var(--blush);color:var(--berry);border-radius:999px;padding:7px 12px;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.split{display:grid;grid-template-columns:1fr 1fr;gap:42px;align-items:center}.panel{background:var(--blush);border-radius:36px;padding:44px}.panel h2{font-size:48px;color:var(--berry);margin:0 0 14px}.panel p,.panel li{color:var(--muted);line-height:1.75}.feature-list{padding-left:20px}.newsletter{background:linear-gradient(135deg,var(--berry),var(--berry-dark));color:var(--cream);border-radius:36px;padding:48px;text-align:center}.newsletter h2{font-size:46px;margin:0 0 12px}.newsletter form{display:flex;gap:12px;max-width:560px;margin:24px auto 0}.newsletter input{flex:1;border:0;border-radius:999px;padding:15px 18px;font-size:16px}.footer{background:var(--berry-dark);color:#fffaf7d1;padding:44px 0}.footer-grid{display:flex;justify-content:space-between;gap:28px;align-items:center}.footer .brand-word{color:var(--cream)}.collection-header,.page-header{background:var(--blush);padding:60px 0;text-align:center}.collection-header h1,.page-header h1{font-size:56px;color:var(--berry);margin:0}.product-page{display:grid;grid-template-columns:1fr 1fr;gap:48px;padding:64px 0}.product-gallery img{border-radius:30px;background:var(--blush)}.product-info h1{font-size:52px;color:var(--berry);margin:0 0 12px}.quantity{width:90px;padding:13px;border-radius:999px;border:1px solid rgba(123,31,54,.22)}.cart-page{padding:64px 0}.cart-item{display:grid;grid-template-columns:100px 1fr auto;gap:18px;align-items:center;padding:18px 0;border-bottom:1px solid rgba(123,31,54,.12)}.cart-item img{border-radius:16px}.rte{line-height:1.8;color:var(--muted)}@media(max-width:900px){.hero-grid,.split,.product-page{grid-template-columns:1fr}.cards,.product-grid{grid-template-columns:repeat(2,1fr)}.nav{display:none}.hero-grid{min-height:auto;padding:54px 0}.footer-grid{display:block}.newsletter form{flex-direction:column}}@media(max-width:560px){.cards,.product-grid,.trust-row{grid-template-columns:1fr}.brand-word{font-size:22px}.hero h1{font-size:48px}.section{padding:56px 0}.panel{padding:28px}.product-info h1,.collection-header h1,.page-header h1{font-size:38px}}.card{text-decoration:none;color:inherit;display:block}.offer-bar{background:#6e1026;color:#f5d9a8;text-align:center;padding:16px;font-weight:600;font-size:40px;font-weight:700}
/*# sourceMappingURL=/cdn/shop/t/2/assets/theme.css.map */
