:root{--paper:#fffdfc;--blush:#f4e7e7;--rose:#eac4c7;--mauve:#7e687b;--lavender:#b99fab;--sage:#9eb9ad;--ink:#1f1b1d;--muted:#756c72;--white:#fff;--border:#eadfe3;--shadow:0 14px 40px rgba(55,39,52,.1)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Georgia,Times New Roman,serif;color:var(--ink);background:var(--paper);line-height:1.5}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}.page-width{width:min(1180px,calc(100% - 36px));margin:0 auto}.skip-link{position:absolute;left:-999px}.skip-link:focus{left:12px;top:12px;background:#fff;padding:10px;z-index:999}.button{display:inline-block;background:var(--mauve);color:#fff;padding:14px 24px;border-radius:999px;font-family:Arial,sans-serif;font-weight:700;letter-spacing:.04em;box-shadow:0 8px 22px #7e687b2e}.button--light{background:#fff;color:var(--mauve);border:1px solid var(--border)}.eyebrow{font-family:Arial,sans-serif;text-transform:uppercase;letter-spacing:.18em;font-size:.76rem;color:var(--mauve);font-weight:700}.section{padding:72px 0}.section-title{font-size:clamp(2rem,5vw,3.7rem);line-height:1.05;margin:.35rem 0 1rem}.muted{color:var(--muted)}.announcement{background:var(--mauve);color:#fff;text-align:center;padding:8px 12px;font-family:Arial,sans-serif;font-size:.84rem}.site-header{position:sticky;top:0;z-index:20;background:#fffdfcf5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.nav-wrap{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:8px 0}.brand-logo{width:340px;max-height:135px;object-fit:contain}.nav{display:flex;gap:22px;font-family:Arial,sans-serif;font-size:.92rem}.nav a:hover{color:var(--mauve)}.header-actions{display:flex;gap:14px;font-family:Arial,sans-serif;font-weight:700}.hero{position:relative;overflow:hidden;background:radial-gradient(circle at 82% 24%,rgba(158,185,173,.22),transparent 22%),linear-gradient(120deg,#fffdfc,#fbf3f4,#f2dde0);padding:72px 0}.hero:before{content:"";position:absolute;width:420px;height:420px;border:2px dotted rgba(234,196,199,.75);border-radius:50%;right:-110px;top:-160px}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:46px}.hero-copy h1{font-size:clamp(3rem,7vw,6.4rem);line-height:.92;margin:.4rem 0 1rem;font-weight:500}.hero-copy h1 span{font-style:italic;color:var(--mauve)}.hero-copy p{font-size:1.18rem;max-width:620px}.hero-card{background:#ffffffd1;border:1px solid #fff;box-shadow:var(--shadow);border-radius:38px;padding:24px}.hero-card img{border-radius:24px;width:100%;height:auto}.stitch{border-top:2px dashed rgba(185,159,171,.38);margin:24px 0}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.category-card{background:#fff;border:1px solid var(--border);border-radius:22px;padding:26px;min-height:180px;box-shadow:0 10px 26px #3727340d;transition:.2s}.category-card:hover{transform:translateY(-4px);border-color:var(--rose)}.category-card .icon{font-size:2rem}.category-card h3{font-size:1.35rem;margin:18px 0 6px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.product-card{background:#fff;border:1px solid var(--border);border-radius:22px;overflow:hidden}.product-placeholder{aspect-ratio:1;background:linear-gradient(145deg,#fbf0f1,#eadfe8);display:grid;place-items:center;font-size:3rem}.product-info{padding:18px}.product-info h3{margin:0 0 6px;font-size:1.1rem}.price{font-family:Arial,sans-serif;font-weight:700;color:var(--mauve)}.story{background:linear-gradient(135deg,#6f5e6d,#7e687b 55%,#6f8f86 130%);color:#fff}.story-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:50px;align-items:center}.story-badge{background:#fff;color:var(--ink);border-radius:30px;padding:28px;text-align:center;box-shadow:var(--shadow)}.story-badge img{margin:auto;max-width:460px}.story-copy .eyebrow{color:#f5dfe3}.story-copy p{color:#f7eef2;font-size:1.08rem}.newsletter{background:linear-gradient(90deg,#f4e7e7,#eee7ef);text-align:center}.newsletter form{display:flex;max-width:620px;margin:28px auto 0;gap:10px}.newsletter input{flex:1;border:1px solid rgba(31,27,29,.14);border-radius:999px;padding:14px 18px;font-size:1rem}.footer{background:#282127;color:#fff;padding:44px 0}.footer-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:34px}.footer small{color:#dacfd5}.footer a{display:block;margin:6px 0}.footer-logo{width:220px;max-height:95px;object-fit:contain;margin-bottom:16px;background:#fff;border-radius:14px;padding:7px}.product-page{display:grid;grid-template-columns:1fr 1fr;gap:46px;padding:64px 0}.product-page .media{background:#fff;border-radius:24px;overflow:hidden;border:1px solid var(--border)}.product-page h1{font-size:clamp(2.4rem,5vw,4.4rem);line-height:1}.product-page .price{font-size:1.25rem}.product-page select,.product-page input{width:100%;padding:12px;border-radius:12px;border:1px solid var(--border);margin:6px 0 14px}.product-page button{border:0;cursor:pointer;width:100%}@media(max-width:900px){.nav{display:none}.hero-grid,.story-grid,.product-page{grid-template-columns:1fr}.category-grid,.product-grid{grid-template-columns:repeat(2,1fr)}.hero{padding:48px 0}.hero-card{max-width:650px;margin:auto}.footer-grid{grid-template-columns:1fr 1fr}.brand-logo{width:270px}}@media(max-width:560px){.category-grid,.product-grid,.footer-grid{grid-template-columns:1fr}.newsletter form{flex-direction:column}.brand-logo{width:220px;max-height:100px}.header-actions{font-size:.83rem;gap:10px}.section{padding:52px 0}.hero-card{padding:12px;border-radius:24px}.footer-logo{width:180px}}.hero--logo-only{padding:28px 0 34px;background:#fff;overflow:visible}.hero--logo-only:before{display:none}.hero-logo-wrap{display:flex;justify-content:center;align-items:center}.hero-main-logo{width:min(980px,96vw);max-height:none;object-fit:contain;margin:0 auto}.custom-orders{background:linear-gradient(180deg,#fff,#fff8f9)}.custom-orders-heading{text-align:center;max-width:760px;margin:0 auto 34px}.custom-orders-heading .section-title{margin-bottom:.7rem}.custom-order-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;max-width:1040px;margin:0 auto}.custom-order-card{background:#fff;border:1px solid var(--border);border-radius:30px;overflow:hidden;box-shadow:var(--shadow);transition:transform .2s ease,border-color .2s ease}.custom-order-card:hover{transform:translateY(-4px);border-color:var(--rose)}.custom-order-image{display:block;aspect-ratio:4/3;background:linear-gradient(145deg,#fff7f8,#f1e5ec);overflow:hidden}.custom-order-image img{width:100%;height:100%;object-fit:cover}.custom-order-placeholder{width:100%;height:100%;display:grid;place-items:center;font-size:6rem;background:radial-gradient(circle at 50% 40%,#fff,#faeef2 70%)}.custom-order-content{padding:28px;text-align:center}.custom-order-content h3{font-size:2rem;margin:0 0 10px;font-weight:500}.custom-order-content p{color:var(--muted);margin:0 auto 22px;max-width:420px}@media(max-width:760px){.custom-order-grid{grid-template-columns:1fr;gap:20px}.hero-main-logo{width:min(760px,100vw)}.hero--logo-only{padding:18px 0 22px}.custom-order-content{padding:24px}.custom-order-placeholder{font-size:4.5rem}}body{background:#fff9fb}.site-header{background:#fff4f8f5;border-bottom-color:#edcbd7}.announcement{background:linear-gradient(90deg,#8a6078,#b97d9a,#7b9f93)}.hero--logo-only{background:radial-gradient(circle at 12% 20%,rgba(199,221,209,.72),transparent 25%),radial-gradient(circle at 88% 18%,rgba(205,188,220,.6),transparent 27%),linear-gradient(135deg,#ffe7ef,#fff6f8 47%,#eaf3ee);border-bottom:1px solid #efd0db}.hero-logo-wrap{padding:14px 0}.custom-orders{background:linear-gradient(135deg,#f7dbe5,#fff0f5 44%,#e9f3ef);border-top:1px solid #f0cad7;border-bottom:1px solid #dbe9e3}.custom-orders-heading .eyebrow{color:#8b526f}.custom-order-card:first-child{background:#fff1f6;border-color:#e9b8ca}.custom-order-card:last-child{background:#f1edf8;border-color:#cbbbdc}.custom-order-card:first-child .custom-order-image{background:linear-gradient(145deg,#f7cbd9,#fff3f6)}.custom-order-card:last-child .custom-order-image{background:linear-gradient(145deg,#ddd1ec,#f7f1fb)}.custom-order-card:first-child .button{background:#a95f80}.custom-order-card:last-child .button{background:#79659a}.custom-orders+.section{background:linear-gradient(180deg,#eef6f2,#f8fbf9);border-bottom:1px solid #d9e8e1}.category-card:nth-child(4n+1){background:#ffeaf0;border-color:#efc5d2}.category-card:nth-child(4n+2){background:#eef5f1;border-color:#cadfd5}.category-card:nth-child(4n+3){background:#f2ecf7;border-color:#d8c8e2}.category-card:nth-child(4n+4){background:#fff3df;border-color:#edd9b6}.category-card .icon{color:#a45f7e}.custom-orders+.section+.section{background:linear-gradient(120deg,#f7edf7,#fff7f8 55%,#f3ece7);padding-top:72px!important;border-bottom:1px solid #eadbe7}.product-card{box-shadow:0 10px 28px #5c3d5314}.product-info{background:#ffffffd1}.story{background:linear-gradient(125deg,#78566d,#9b657d 46%,#6f9588)}.story-badge{background:linear-gradient(145deg,#fff8fb,#f6eef8)}.newsletter{background:radial-gradient(circle at 15% 50%,rgba(160,197,182,.45),transparent 28%),radial-gradient(circle at 85% 40%,rgba(198,172,215,.45),transparent 26%),linear-gradient(90deg,#f8dce6,#f3edf7)}.newsletter input{background:#fffafd}.footer{background:linear-gradient(115deg,#3c2936,#5d3f50 55%,#415e56)}@media(max-width:560px){.hero--logo-only{background:linear-gradient(160deg,#ffe6ef,#f6edf8 55%,#eaf4ef)}}
/*# sourceMappingURL=/cdn/shop/t/11/assets/base.css.map */
