@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--ink:#24251f;--yellow:#f5dc51;--pink:#f7dbe5;--line:#deded7;--paper:#fffefa}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.6 'DM Sans',sans-serif}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer;color:inherit}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible,input:focus-visible,summary:focus-visible{outline:3px solid #8662d8;outline-offset:5px}.announcement{background:var(--ink);color:white;text-align:center;padding:9px 20px;font-size:13px;letter-spacing:.035em}.announcement span{opacity:.7;margin-left:12px}header{max-width:1440px;margin:auto;height:98px;display:flex;align-items:center;justify-content:space-between;padding:0 6%;gap:20px}.brand{display:flex;align-items:center;gap:9px;font-family:'Manrope',sans-serif;font-size:24px;font-weight:800;letter-spacing:-1.2px;white-space:nowrap}.brand-icon{background:var(--yellow);border-radius:12px;padding:0 9px;font-size:26px;letter-spacing:-2px}.brand-dot{color:#d07446;font-size:28px;margin-left:-5px}nav{display:flex;gap:32px;font-size:14px}.bag{border:1px solid var(--line);background:transparent;border-radius:30px;padding:9px 17px;font-size:14px;display:flex;gap:14px;align-items:center}.bag span{background:var(--ink);color:white;border-radius:50%;min-width:24px;line-height:24px;font-size:12px}.hero{max-width:1270px;margin:0 auto 80px;display:grid;grid-template-columns:1fr 1fr;min-height:520px;background:#f4f1e7;border-radius:8px;overflow:hidden}.hero-copy{padding:57px 0 50px 60px;position:relative;z-index:1}.eyebrow{font-size:12px;font-weight:700;letter-spacing:.15em;margin:0 0 15px}h1,h2,h3{font-family:'Manrope',sans-serif;line-height:1.1}h1{font-size:clamp(40px,4.7vw,68px);letter-spacing:-3.8px;margin:0 0 25px;font-weight:800}h1 span{position:relative;z-index:0}h1 span:after{content:'';position:absolute;left:-3px;right:-9px;height:18px;bottom:5px;background:var(--yellow);z-index:-1;transform:rotate(-3deg)}.hero-copy>p:not(.eyebrow){color:#5c5d55;font-size:17px;line-height:1.7;margin:0 0 28px}.button{display:inline-flex;justify-content:space-between;align-items:center;gap:38px;border-radius:7px;border:0;padding:15px 22px;font-weight:600;font-size:14px}.dark{color:white;background:var(--ink)}.button:hover:not(:disabled){background:#414337}.button span{font-size:23px;line-height:1}.hero-note{font-size:12px;color:#68685d;margin-top:26px;display:flex;align-items:center;gap:9px}.hero-note span{font-size:21px;color:#827431}.hero-art{position:relative;display:flex;align-items:center;justify-content:center;min-width:0;padding:30px 30px 50px}.circle{position:absolute;width:440px;height:440px;max-width:90%;background:var(--yellow);border-radius:50%}.hero-art>img{position:relative;width:100%;height:410px;object-fit:contain;mix-blend-mode:multiply;transform:rotate(-7deg)}.sticker{position:absolute;right:23px;top:30px;background:#fffefa;border:1px solid var(--ink);border-radius:50%;width:105px;height:105px;display:grid;place-content:center;text-align:center;font-size:14px;line-height:1.3;transform:rotate(13deg);box-shadow:3px 4px 0 #24251f}.art-label{position:absolute;bottom:24px;font-size:11px;letter-spacing:.16em}.collection,.details,.faq{max-width:1150px;margin:0 auto}.section-top{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:30px;gap:20px}h2{font-size:34px;font-weight:800;letter-spacing:-1.4px;margin:0}.section-top>p{font-size:14px;color:#66675e;margin:0 0 3px}.product-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px}.product-image{position:relative;width:100%;height:370px;border:0;border-radius:7px;display:grid;place-items:center;padding:48px 42px 44px;overflow:hidden}.yellow{background:#f7edc6}.pink{background:#f8e6ed}.product-image img{width:100%;height:100%;max-height:280px;object-fit:contain;mix-blend-mode:multiply;transition:transform .3s}.product-image:hover img{transform:translateY(-7px) rotate(-3deg)}.tag{position:absolute;top:20px;left:20px;background:#fffdf5cc;border-radius:25px;padding:6px 12px;font-size:12px}.image-link{position:absolute;bottom:17px;right:20px;font-size:12px}.product-heading{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:20px}h3{font-size:23px;letter-spacing:-.7px;margin:0}.price{font-size:13px;color:#6a6b61}.product-desc{font-size:14px;color:#6a6b61;margin:9px 0 19px}.product-bottom{display:flex;justify-content:space-between;gap:14px;align-items:center}.variant{display:flex;align-items:center;gap:8px;font-size:12px}.swatch{display:inline-block;width:19px;height:19px;border:3px solid var(--paper);border-radius:50%;padding:0;outline:1px solid #ddd}.swatch.selected{outline:1px solid var(--ink)}.red-dot{background:#cd353b}.purple-dot{background:#564783}.yellow-dot{background:#efc33f}.text-button{border:0;background:none;font-size:13px;font-weight:600;padding:8px 0}.text-button span{margin-left:20px;font-size:20px}.details{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:35px;padding:60px 0;margin-top:75px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.details h2{font-size:29px}.details h3{font-size:17px;letter-spacing:-.4px;margin:12px 0}.details p:not(.eyebrow){font-size:14px;line-height:1.65;color:#6a6b61;margin:0}.detail-number{font-size:12px;color:#a6832d}.faq{padding:65px 0;display:grid;grid-template-columns:1fr 1.4fr;gap:60px}.faq h2{font-size:28px}.faq details{border-bottom:1px solid var(--line);padding:15px 0}.faq details:first-child{padding-top:0}.faq summary{font-size:15px;cursor:pointer;list-style:none;display:flex;justify-content:space-between;gap:20px}.faq summary:after{content:'+'}.faq details[open] summary:after{content:'−'}.faq p{font-size:14px;color:#6a6b61}footer{background:#f1eee5;padding:35px 6%;display:flex;align-items:center;justify-content:space-between;gap:20px}footer p,footer>span{font-size:13px;color:#6a6b61}.preview-note{text-align:center;padding:10px;background:#ebe8df;font-size:12px;color:#63635a}dialog{padding:38px;border:0;border-radius:14px;background:var(--paper);color:var(--ink);width:min(880px,calc(100% - 32px));max-height:90dvh;overflow:auto;box-shadow:0 30px 100px #0003}dialog::backdrop{background:#20211dcc;backdrop-filter:blur(5px)}.close{position:absolute;top:15px;right:18px;background:transparent;border:0;font-size:30px;line-height:1;padding:5px;z-index:2}.modal-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:35px;align-items:center}.gallery>img{width:100%;height:320px;object-fit:contain;mix-blend-mode:multiply}.thumbnails{display:flex;gap:10px;margin-top:15px;justify-content:center}.thumbnails button{width:68px;height:68px;padding:5px;background:white;border:1px solid var(--line);border-radius:7px}.thumbnails button.active{border:2px solid var(--ink)}.thumbnails img{width:100%;height:100%;object-fit:contain}.product-info h2{font-size:36px}.product-info>p:not(.eyebrow){font-size:14px;color:#6a6b61}.product-info .price-detail{font-size:18px!important;color:var(--ink)!important;margin:20px 0}.product-info label,legend{font-size:13px;font-weight:600}fieldset{border:0;padding:0;margin:0 0 20px}fieldset button{background:transparent;border:1px solid var(--line);border-radius:5px;margin:8px 5px 0 0;padding:7px 18px;font-size:14px}fieldset button.active{border-color:var(--ink);background:#f4edce}.quantity-picker{display:flex;align-items:center;margin:8px 0 22px;width:135px;border:1px solid var(--line);border-radius:5px}.quantity-picker button{border:0;background:transparent;width:40px;height:40px}.quantity-picker input{width:50px;text-align:center;border:0;background:transparent;-moz-appearance:textfield}.quantity-picker input::-webkit-inner-spin-button{appearance:none}.full{width:100%}.small{font-size:12px!important;text-align:center;color:#6a6b61}.included{border-top:1px solid var(--line);padding-top:15px;margin-top:25px!important;font-size:12px!important}#bag-dialog{width:min(540px,calc(100% - 24px))}#bag-title{font-size:26px;padding-right:25px}.bag-header{margin-bottom:25px}.bag-item{display:grid;grid-template-columns:70px 1fr auto;gap:15px;align-items:center;padding:18px 0;border-bottom:1px solid var(--line)}.bag-item img{width:70px;height:80px;object-fit:contain;mix-blend-mode:multiply}.bag-item h3{font-size:17px}.bag-item p{font-size:12px;margin:7px 0}.bag-item button{font-size:12px;border:0;background:none;padding:4px}.bag-item select{font:inherit;margin-left:7px;background:transparent;border:1px solid var(--line);border-radius:4px}#bag-footer>p{font-size:14px;margin:25px 0}button:disabled{opacity:.55;cursor:not-allowed}.continue{display:block;margin:20px auto 0}.empty{text-align:center;padding:35px 15px;font-size:15px;color:#696b5f}#toast{position:fixed;left:50%;bottom:25px;transform:translate(-50%,20px);background:var(--ink);color:white;border-radius:7px;padding:12px 24px;opacity:0;pointer-events:none;transition:.2s;font-size:14px;z-index:5;white-space:nowrap}#toast.show{opacity:1;transform:translate(-50%,0)}@media(min-width:1600px){.hero{max-width:1350px}.collection,.details,.faq{max-width:1220px}}@media(max-width:1250px){.hero{margin:0 4% 65px}.collection,.details,.faq{margin-left:6%;margin-right:6%}.hero-copy{padding-left:40px}.details{gap:25px}}@media(max-width:800px){header{height:80px}.brand{font-size:20px}nav{gap:18px;font-size:12px}.hero{min-height:420px}.hero-copy{padding:40px 0 30px 28px}h1{font-size:43px;letter-spacing:-2px}.hero-art{padding:20px 10px}.hero-art>img{height:300px}.circle{height:300px;width:300px}.sticker{width:80px;height:80px;font-size:12px;right:12px;top:25px}.section-top{align-items:flex-start}.section-top>p{display:none}.product-image{height:280px;padding:45px 22px}.product-image img{max-height:220px}.product-heading{align-items:flex-start;flex-direction:column;gap:5px}.product-bottom{align-items:flex-start;flex-direction:column;gap:5px}.details{grid-template-columns:1fr 1fr;gap:35px;margin-top:50px;padding:40px 0}.faq{gap:25px}.faq h2{font-size:25px}footer{flex-wrap:wrap}footer p{display:none}}@media(max-width:560px){.announcement{font-size:11px}.announcement span{display:none}header{padding:0 5%}.brand{font-size:20px}.brand-icon{font-size:23px}nav{display:none}.hero{grid-template-columns:1fr;margin:0 4% 44px}.hero-copy{padding:30px 25px 5px}.eyebrow{font-size:10px}h1{font-size:46px;letter-spacing:-2.6px;margin-bottom:15px}.hero-copy>p:not(.eyebrow){font-size:15px;margin-bottom:20px}.hero-note{display:none}.hero-art{height:320px;padding:10px 20px 40px}.hero-art>img{height:290px;max-width:360px}.circle{width:280px;height:280px}.sticker{right:23px;top:20px}.art-label{bottom:13px;font-size:10px}h2{font-size:29px}.product-grid{grid-template-columns:1fr;gap:35px}.product-image{height:340px}.product-image img{max-height:280px}.product-heading{flex-direction:row;align-items:center}.product-bottom{flex-direction:row;align-items:center}.section-top{margin-bottom:22px}.details{grid-template-columns:1fr;gap:28px}.details-title{margin-bottom:4px}.detail-number{float:left;margin-right:13px;margin-top:2px}.details h3{margin-top:0}.faq{grid-template-columns:1fr;padding:40px 0;gap:25px}.modal-grid{grid-template-columns:1fr;gap:22px}dialog{padding:35px 22px 25px}.gallery>img{height:230px}.product-info h2{font-size:30px}.product-info .eyebrow{display:none}.thumbnails{margin-top:5px}.thumbnails button{width:55px;height:55px}.product-info .price-detail{margin:14px 0}.product-info>p{margin:12px 0}footer{padding:28px 5%}footer>span{font-size:12px}.preview-note{font-size:11px}.bag-item{grid-template-columns:55px 1fr auto;gap:10px}.bag-item img{width:55px}#bag-title{font-size:23px}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}

.etsy-item-link{display:block;font-size:13px;font-weight:700;text-decoration:underline;margin-top:10px}.product-info #add-bag{justify-content:center;border:1px solid var(--line);border-radius:6px;padding:10px}.product-info #etsy-link{margin-top:2px}.price{color:#404239;font-weight:600}

.size-select{display:block;width:100%;padding:10px;margin:7px 0 18px;background:transparent;border:1px solid var(--line);border-radius:6px;font:inherit}.bag-subtotal{display:flex;justify-content:space-between;margin-top:25px;font-size:18px}

[hidden]{display:none!important}

.product-heading{align-items:flex-start;gap:16px}.product-heading h3{font-size:clamp(20px,2vw,27px);line-height:1.25}.product-heading .price{white-space:nowrap}.product-description{font-size:16px;line-height:1.65}.product-description p{margin:14px 0}.product-specs{margin:20px 0 24px;font-size:14px}.product-specs>div{display:grid;grid-template-columns:110px 1fr;gap:12px;padding:8px 0;border-bottom:1px solid var(--line)}.product-specs dt{font-weight:600}.product-specs dd{margin:0}.product-info .product-description p{margin:12px 0}
