@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@600;700;800&family=Quicksand:wght@400;500;600;700&display=swap');
:root{--blue:#3e8a7e;--yellow:#ee8742;--ink:#2b2b2a;--coral:#c97c50;--ice:#fbf1dc;--white:#fff}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;font-family:'Quicksand',Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.skip-link{position:absolute;left:-999px}.skip-link:focus{left:12px;top:12px;z-index:99;background:#fff;padding:12px}.page-width{max-width:1390px;margin:auto;padding-left:24px;padding-right:24px}.announcement{padding:11px 20px;background:var(--blue);color:#fff;text-align:center;font-size:13px;font-weight:700;letter-spacing:.1em;font-family:'Quicksand',sans-serif}.site-header{height:112px;display:flex;align-items:center;gap:36px;position:relative;background:#fff;border-bottom:3px solid var(--ice)}.header-inner{width:100%;display:flex;align-items:center;gap:36px}.brand{display:flex;align-items:center;font-family:'Baloo 2',cursive;font-size:30px;line-height:.78;font-weight:800;letter-spacing:-.03em}.brand-logo{height:64px;width:auto;display:block}.brand span{display:block;color:var(--blue)}.brand i{color:var(--yellow);font-style:normal}.main-nav{display:flex;justify-content:center;gap:38px;margin:auto}.main-nav a{font-size:14px;font-weight:700;text-transform:uppercase;padding:12px 0;position:relative;font-family:'Quicksand',sans-serif}.main-nav a:after{content:"";position:absolute;left:0;bottom:2px;height:4px;width:0;border-radius:4px;background:var(--yellow);transition:.2s}.main-nav a:hover:after{width:100%}.header-actions{display:flex;align-items:center}.icon-button{width:46px;height:46px;border-radius:50%;border:0;background:#fff;font-size:24px;cursor:pointer;transition:.2s}.icon-button:hover{background:var(--ice)}.cart-link{position:relative;font-size:23px;padding:10px}.cart-count{position:absolute;right:2px;top:2px;background:var(--yellow);color:var(--ink);min-width:18px;height:18px;border-radius:50%;display:grid;place-items:center;font-size:10px;font-weight:700}.menu-button{display:none}.search-panel{display:none;position:absolute;z-index:9;right:4vw;top:100%;width:min(480px,92vw);background:#fff;padding:24px;border-radius:0 0 18px 18px;box-shadow:0 18px 50px #2b2b2a25;border-top:5px solid var(--yellow)}.search-panel[data-open]{display:block}.search-row{display:flex;gap:8px}.search-row input{min-width:0;flex:1;padding:14px;border:2px solid var(--ice);border-radius:999px}.button,.search-row button{border:0;border-radius:999px;background:var(--blue);color:#fff;padding:14px 26px;font-weight:700;font-family:'Quicksand',sans-serif;cursor:pointer;transition:.2s}.button:hover,.search-row button:hover{transform:translateY(-2px)}.button--yellow{background:var(--yellow);color:var(--ink)}.button--amazon{background:#ff9900;color:#111;display:flex;align-items:center;justify-content:center;gap:8px;text-align:center}.button--amazon:hover{background:#e88a00;transform:translateY(-2px)}.hero{display:grid;grid-template-columns:44% 56%;min-height:645px;background:var(--blue);overflow:hidden}.hero-copy{color:#fff;display:flex;flex-direction:column;justify-content:center;padding:72px clamp(32px,4.5vw,75px)}.eyebrow{text-transform:uppercase;font-size:13px;font-weight:700;letter-spacing:.14em;font-family:'Quicksand',sans-serif}.hero h1{margin:10px 0 24px;font-family:'Baloo 2',cursive;font-size:clamp(46px,5.6vw,84px);line-height:1;letter-spacing:-.02em}.hero-copy>p{font-size:clamp(17px,1.5vw,23px);line-height:1.5;max-width:540px;font-family:'Quicksand',sans-serif}.hero-button{width:fit-content;min-width:280px;margin-top:18px;padding:21px 30px;border-radius:999px;background:var(--yellow);color:var(--ink);font-weight:700;font-family:'Quicksand',sans-serif;text-transform:uppercase;display:flex;justify-content:space-between;transition:.2s}.hero-button:hover{transform:translateY(-2px) rotate(-1deg)}.hero-art{min-height:645px;background:var(--yellow) center/cover no-repeat;position:relative}.hero-sticker{position:absolute;right:5%;top:12%;width:128px;height:128px;background:#fff;color:var(--blue);border:3px solid var(--blue);border-radius:50%;display:grid;place-items:center;text-align:center;font-weight:700;font-family:'Baloo 2',cursive;transform:rotate(8deg)}.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:-54px;position:relative;z-index:2}.category-card{background:#fff;border:1px solid var(--ice);border-radius:26px;padding:25px;min-height:150px;display:flex;align-items:center;gap:18px;box-shadow:0 14px 35px #2b2b2a1b;transition:.25s}.category-card:hover{transform:translateY(-7px) rotate(-1deg)}.category-icon{width:65px;height:65px;border-radius:50%;display:grid;place-items:center;background:var(--blue);color:#fff;font-size:26px}.category-card:nth-child(2) .category-icon{background:var(--yellow);color:var(--ink)}.category-card:nth-child(3) .category-icon{background:var(--coral);color:#fff}.category-card strong,.category-card small{display:block}.category-card strong{text-transform:uppercase;font-size:18px;font-family:'Baloo 2',cursive}.category-card small{margin-top:6px;line-height:1.4;font-family:'Quicksand',sans-serif}.section{padding-top:90px;padding-bottom:90px}.section-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:40px}.section-heading h2{font-family:'Baloo 2',cursive;font-size:clamp(32px,3.8vw,54px);line-height:1;margin:8px 0 0;letter-spacing:-.02em}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.product-card-media{height:330px;border-radius:22px;background:var(--ice);overflow:hidden;position:relative}.product-card-media img{width:100%;height:100%;object-fit:cover;transition:.3s}.product-card:hover img{transform:scale(1.04)}.product-placeholder{height:100%;display:grid;place-items:center;font-size:70px}.product-badge{position:absolute;left:15px;top:15px;background:#fff;padding:8px 12px;border-radius:20px;font-size:11px;font-weight:700;text-transform:uppercase;font-family:'Quicksand',sans-serif}.product-card-info{display:flex;justify-content:space-between;gap:12px;padding:16px 3px}.product-card h3{margin:0 0 6px;font-size:17px;font-family:'Quicksand',sans-serif;font-weight:600}.price{font-weight:700}.compare{color:#777;text-decoration:line-through;margin-left:7px}.collection-header,.page-main{padding-top:60px;padding-bottom:90px}.collection-header h1,.page-main h1{font-family:'Baloo 2',cursive;font-size:clamp(38px,5.6vw,68px);letter-spacing:-.02em}.pagination{text-align:center;margin-top:50px}.product-main{display:grid;grid-template-columns:1fr 1fr;gap:60px;padding-top:60px;padding-bottom:90px}.product-media img{width:100%;border-radius:26px}.product-details h1{font-family:'Baloo 2',cursive;font-size:clamp(36px,4.8vw,60px);line-height:1.05;margin:10px 0 20px}.product-form{display:grid;gap:16px;margin-top:28px}.product-form select,.quantity{padding:14px;border:2px solid var(--ice);border-radius:14px}.product-form .button{min-height:58px}.rte{line-height:1.7;font-family:'Quicksand',sans-serif}.cart-table{width:100%;border-collapse:collapse}.cart-table th,.cart-table td{text-align:left;padding:18px 10px;border-bottom:1px solid var(--ice)}.cart-product{display:flex;gap:16px;align-items:center}.cart-product img{width:80px;height:80px;object-fit:cover;border-radius:14px}.cart-footer{text-align:right;padding-top:30px}.footer{background:var(--ink);color:#fff;padding:55px 0}.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:30px}.footer .brand span{color:var(--yellow)}.footer small{color:#d8d3c8;font-family:'Quicksand',sans-serif}.empty-state{text-align:center;padding:100px 20px}.custom-liquid{padding:50px 0}
@media(max-width:1000px){.menu-button{display:block}.main-nav{display:none;position:absolute;left:0;right:0;top:100%;background:#fff;padding:24px;flex-direction:column;box-shadow:0 20px 30px #2b2b2a25}.main-nav[data-open]{display:flex}.hero{grid-template-columns:1fr}.hero-copy{min-height:500px}.hero-art{min-height:480px}.category-grid{grid-template-columns:1fr;max-width:700px}.product-grid{grid-template-columns:repeat(2,1fr)}.product-main{grid-template-columns:1fr}.brand{margin-right:auto}.header-inner{gap:10px}}
@media(max-width:620px){.announcement{font-size:10px}.site-header{height:88px}.brand-logo{height:48px}.hero-copy{padding:54px 24px 68px}.hero h1{font-size:48px}.hero-button{min-width:0;width:100%}.hero-art{min-height:390px}.category-grid{padding:0 14px}.product-grid{gap:12px}.product-card-media{height:210px}.section{padding-top:70px;padding-bottom:70px}.section-heading{align-items:flex-start;flex-direction:column;gap:14px}.footer-inner{flex-direction:column;text-align:center}.cart-table thead{display:none}.cart-table tr,.cart-table td{display:block}.product-main{gap:30px}}
.badge--sold-out,
.product__badge--sold-out,
[class*="sold-out"],
[class*="sold_out"] {
  display: none !important;
}
