:root{--blue:#0089b2;--blue-text:#00718f;--dark:#111;--muted:#536268;--paper:#f3f7f8;--white:#fff;--pink:#0089b2;--yellow:#ffd84d;--font:"Fredoka",Arial,sans-serif;--pad:clamp(18px,4vw,64px);--radius-sm:10px;--radius-md:14px;--radius-lg:22px}html{font-size:17px}@media(max-width:760px){html{font-size:16px}}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--dark);background:var(--paper);font-family:var(--font);font-weight:400;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}body.cart-open{overflow:hidden}h1,h2,h3,h4,h5,h6,button,input,select,textarea{font-family:var(--font)}p{color:inherit}a{color:inherit;text-decoration:none}button,input,select{font:inherit}button{cursor:pointer}
/* The parent theme paints every bare <button> with its own colour, padding and
   background (color:var(--ast-global-color-5); padding:18px 32px; background:#009fb4),
   and recolours bare links. The approved design assumes unstyled controls, so undo
   that here. Element-level specificity on purpose: it beats the parent theme, and
   every component rule below this line still wins over it. */
body button,body input[type=submit],body input[type=button],body input[type=reset]{padding:0;color:inherit;background-color:transparent;background-image:none;border:0;border-radius:0;box-shadow:none;text-transform:none;letter-spacing:normal;line-height:inherit}
body button:hover,body input[type=submit]:hover,body input[type=button]:hover{color:inherit;background-color:transparent}
body a{color:inherit}
body a:hover{color:inherit}
img{display:block;max-width:100%}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid var(--yellow);outline-offset:3px}.shop-title{display:flex;align-items:end;justify-content:space-between;gap:24px;padding:clamp(34px,5vw,70px) var(--pad) 28px}.shop-title p{margin:0 0 5px;color:var(--blue-text);font-size:.87rem;font-weight:700;letter-spacing:.15em}.shop-title h1{margin:0;font-size:clamp(2.5rem,6vw,5.8rem);letter-spacing:-.055em;line-height:.9}.cart-button{display:flex;align-items:center;gap:10px;padding:9px 10px 9px 17px;color:#fff;background:var(--dark);border:0;border-radius:99px;font-size:.95rem;font-weight:600}.cart-button span{display:grid;width:26px;height:26px;color:var(--dark);background:var(--yellow);border-radius:50%;font-size:.87rem;place-items:center}.shop-tools{position:sticky;z-index:8;top:0;display:flex;align-items:center;justify-content:space-between;gap:25px;padding:15px var(--pad);background:rgba(243,247,248,.94);border-block:1px solid rgba(23,42,50,.13);backdrop-filter:blur(16px)}.category-tabs{display:flex;gap:7px}.category-tabs button{padding:9px 13px;color:var(--dark);background:#fff;border:1px solid rgba(23,42,50,.18);border-radius:99px;font-size:.92rem;font-weight:500}.category-tabs button.is-active{color:#fff;background:var(--blue);border-color:var(--blue-text)}.category-tabs button:hover{color:var(--dark);background:var(--yellow);border-color:var(--yellow)}.tool-actions{display:flex;gap:8px}.search,.sort{display:flex;align-items:center;gap:8px;padding:0 12px;background:#fff;border:1px solid rgba(23,42,50,.18);border-radius:12px}.search span,.sort span{position:absolute;width:1px;height:1px;overflow:hidden}.search input,.sort select{height:40px;color:var(--dark);background:transparent;border:0;outline:0;font-size:.92rem}.search input{width:160px}.sort select{width:145px}.products-section{padding:28px var(--pad) 110px}.products-heading{display:flex;justify-content:space-between;max-width:1480px;margin:0 auto 18px;color:#536268;font-size:.92rem}.products-heading p{margin:0}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(14px,1.7vw,26px);max-width:1480px;margin:auto}.product-card{display:flex;min-width:0;flex-direction:column}.product-card.is-hidden{display:none}.product-image{position:relative;display:block;width:100%;aspect-ratio:1;overflow:hidden;background:#fff;border:0;border-radius:18px}.product-card:nth-child(4n+2) .product-image{background:#fff}.product-card:nth-child(4n+3) .product-image{background:#e9f7fa}.product-card:nth-child(4n+4) .product-image{background:#fff8dc}.product-image img{width:100%;height:100%;padding:8%;object-fit:contain;transition:transform .35s ease}.product-image span{position:absolute;right:12px;bottom:12px;padding:8px 10px;color:#fff;background:var(--dark);border-radius:99px;font-size:.83rem;opacity:0;transform:translateY(5px);transition:.2s}.product-image:hover img{transform:scale(1.045)}.product-image:hover span{opacity:1;transform:none}.product-info{display:flex;flex:1;justify-content:space-between;gap:14px;padding:15px 3px 13px}.product-info>div{min-width:0}.product-info p{margin:0 0 5px;color:#536268;font-size:.87rem}.product-info h2{margin:0;font-size:clamp(1rem,1.2vw,1.15rem);font-weight:600;line-height:1.05}.product-info strong{flex:0 0 auto;color:var(--blue-text);font-size:.98rem}.add-button{width:100%;min-height:42px;margin-top:auto;color:#fff;background:var(--blue);border:0;border-radius:12px;font-size:.92rem;font-weight:600;transition:.18s}.add-button:hover,.add-button.is-added{color:var(--dark);background:var(--yellow)}.add-button:disabled{color:#536268;background:#dfe6e8;cursor:not-allowed}.empty-state{display:none;padding:80px 20px;text-align:center}.empty-state.is-visible{display:block}.loading,.load-error{grid-column:1/-1;padding:80px 20px;text-align:center;color:#536268}.cart-backdrop{position:fixed;z-index:29;inset:0;background:rgba(23,42,50,.42);opacity:0;pointer-events:none;transition:.3s}.cart-backdrop.is-visible{opacity:1;pointer-events:auto}.cart-drawer{position:fixed;z-index:30;top:0;right:0;display:flex;flex-direction:column;width:min(450px,100%);height:100dvh;padding:24px;background:#fff;transform:translateX(102%);transition:transform .35s cubic-bezier(.22,.8,.25,1)}.cart-drawer.is-open{transform:none}.cart-drawer .cart-head{display:flex;align-items:start;justify-content:space-between;padding-bottom:20px;border-bottom:1px solid #dfe7e9}.cart-drawer .cart-head p{margin:0 0 4px;color:var(--blue-text);font-size:.83rem;font-weight:700;letter-spacing:.14em}.cart-drawer .cart-head h2{margin:0;font-size:1.6rem}.cart-drawer .cart-head button{width:38px;height:38px;background:var(--paper);border:0;border-radius:50%;font-size:1.5rem}.cart-drawer .cart-items{flex:1;overflow:auto}.cart-drawer .cart-row{display:grid;grid-template-columns:72px 1fr auto;gap:13px;padding:16px 0;border-bottom:1px solid #e5ebed}.cart-drawer .cart-row img{width:72px;height:72px;padding:5px;background:var(--paper);border-radius:12px;object-fit:contain}.cart-drawer .cart-row h3{margin:2px 0 6px;font-size:1rem}.cart-drawer .cart-row strong{color:var(--blue-text);font-size:.95rem}.cart-drawer .quantity{display:flex;align-items:center;width:max-content;margin-top:9px;border:1px solid #d9e2e5;border-radius:99px}.cart-drawer .quantity button{width:27px;height:27px;background:transparent;border:0}.cart-drawer .quantity span{min-width:21px;text-align:center;font-size:.92rem}.cart-drawer .remove-item{align-self:start;padding:3px;color:#536268;background:none;border:0;font-size:.87rem;text-decoration:underline}.cart-drawer .cart-empty{display:none;flex:1;align-items:center;justify-content:center;flex-direction:column;text-align:center}.cart-drawer .cart-empty.is-visible{display:flex}.cart-drawer .cart-empty>span{display:grid;width:60px;height:60px;background:var(--yellow);border-radius:50%;font-size:2rem;place-items:center}.cart-drawer .cart-empty h3{margin:18px 0 5px}.cart-drawer .cart-empty p{margin:0 0 20px;color:#536268;font-size:.95rem}.cart-drawer .cart-empty button{padding:11px 17px;color:#fff;background:var(--blue);border:0;border-radius:99px;font-size:.92rem}.cart-drawer .cart-summary{padding-top:18px;border-top:1px solid #dfe7e9}.cart-drawer .cart-summary.is-hidden{display:none}.cart-drawer .cart-summary>div{display:flex;justify-content:space-between;font-size:1rem}.cart-drawer .cart-summary p{margin:8px 0 16px;color:#536268;font-size:.87rem}.cart-drawer .cart-summary>button{width:100%;min-height:48px;color:var(--dark);background:var(--yellow);border:0;border-radius:12px;font-size:.95rem;font-weight:700}.cart-drawer .cart-summary .continue{margin-top:7px;color:var(--dark);background:transparent}.cart-toast{position:fixed;z-index:35;right:22px;bottom:22px;display:grid;min-width:230px;padding:14px 17px;color:#fff;background:var(--dark);border-radius:14px;opacity:0;pointer-events:none;transform:translateY(25px);transition:.25s}.cart-toast.is-visible{opacity:1;transform:none}.cart-toast span{font-size:.83rem;opacity:.65}.cart-toast strong{margin-top:2px;font-size:.98rem}.product-backdrop{position:fixed;z-index:39;inset:0;background:rgba(23,42,50,.55);opacity:0;pointer-events:none;transition:.3s}.product-backdrop.is-visible{opacity:1;pointer-events:auto}.product-modal{position:fixed;z-index:40;inset:clamp(14px,4vw,55px);display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,.9fr);overflow:hidden;background:#fff;border-radius:24px;opacity:0;pointer-events:none;transform:translateY(15px) scale(.985);transition:.3s}.product-modal.is-open{opacity:1;pointer-events:auto;transform:none}.product-close{position:absolute;z-index:2;top:16px;right:16px;width:42px;height:42px;background:var(--paper);border:0;border-radius:50%;font-size:1.5rem}.product-modal-image{display:grid;min-height:0;padding:7%;background:#eaf6f8;place-items:center}.product-modal-image img{width:100%;height:100%;object-fit:contain}.product-modal-copy{overflow:auto;padding:clamp(38px,6vw,85px)}.modal-category{margin:0 0 7px;color:var(--blue-text);font-size:.87rem;font-weight:700;text-transform:none;letter-spacing:0}.product-modal-copy h2{margin:0;max-width:620px;font-size:clamp(2rem,4vw,4rem);letter-spacing:-.05em;line-height:.94}.modal-price{display:block;margin:18px 0;color:var(--blue-text);font-size:1.25rem}.modal-short{font-size:1rem;line-height:1.55}.modal-description{margin-top:25px;padding-top:22px;border-top:1px solid #dfe7e9;color:#4f6066;font-family:Arial,sans-serif;font-size:.98rem;line-height:1.65}.modal-description h1,.modal-description h2,.modal-description h3{font-family:var(--font);color:var(--dark)}.modal-description img{height:auto}.modal-add{position:sticky;bottom:0;width:100%;min-height:52px;margin-top:25px;color:#fff;background:var(--blue);border:0;border-radius:13px;font-weight:700}.modal-add:disabled{background:#dfe6e8;color:#536268}@media(max-width:1050px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:740px){.shop-title{padding:28px 14px 20px}.shop-title h1{font-size:2.8rem}.shop-tools{position:sticky;align-items:stretch;flex-direction:column;padding:10px 12px}.category-tabs{overflow-x:auto;padding-bottom:2px}.category-tabs button{flex:0 0 auto}.tool-actions{display:grid;grid-template-columns:1fr 1fr}.search input,.sort select{width:100%}.products-section{padding:22px 12px 75px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 10px}.product-image{border-radius:13px}.product-info{padding-top:11px}.product-info h2{font-size:1rem}.add-button{min-height:40px}.cart-toast{right:12px;bottom:12px;left:12px}.cart-drawer{padding:18px}.product-modal{inset:8px;display:block;overflow:auto;border-radius:18px}.product-modal-image{height:43vh;padding:9%}.product-modal-copy{overflow:visible;padding:27px 20px 35px}.product-modal-copy h2{font-size:2.25rem}.product-close{position:fixed;top:18px;right:18px}.modal-add{bottom:8px}}@media(max-width:360px){.product-grid{grid-template-columns:1fr}.tool-actions{grid-template-columns:1fr}}.product-modal-media{display:flex;min-height:0;flex-direction:column;background:#eaf6f8}.product-modal-image{flex:1}.product-thumbs{display:flex;gap:8px;overflow-x:auto;padding:0 18px 18px}.product-thumbs.is-hidden{display:none}.product-thumbs button{flex:0 0 58px;width:58px;height:58px;padding:3px;overflow:hidden;background:#fff;border:2px solid transparent;border-radius:10px}.product-thumbs button.is-active{border-color:var(--blue-text)}.product-thumbs img{width:100%;height:100%;object-fit:contain}.modal-short,.modal-description{white-space:normal;overflow-wrap:anywhere}.modal-description{font-family:var(--font);font-size:1rem;line-height:1.7}@media(min-width:1201px){.product-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:clamp(12px,1.4vw,22px);max-width:1600px}.products-heading{max-width:1600px}}@media(min-width:741px) and (max-width:1200px){.product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:740px){.product-modal{inset:6px;max-height:calc(100dvh - 12px)}.product-modal-media{display:block;height:auto;min-height:0}.product-modal-image{display:flex;width:100%;height:260px;min-height:260px;padding:22px;align-items:center;justify-content:center}.product-modal-image img{display:block;width:100%;height:100%;max-height:216px;object-fit:contain}.product-thumbs{gap:7px;padding:9px 12px 12px}.product-thumbs button{flex:0 0 50px;width:50px;height:50px}.product-modal-copy{padding:23px 20px 110px}.product-modal-copy h2{font-size:1.75rem;line-height:1.02}.modal-category{font-size:.83rem}.modal-price{margin:11px 0 15px;font-size:1rem}.modal-short{font-size:.98rem;line-height:1.55}.modal-description{margin-top:17px;padding-top:16px;font-size:.92rem;line-height:1.62}.modal-short img,.modal-description img,.modal-short figure,.modal-description figure{display:none!important}.modal-add{position:fixed;right:26px;bottom:20px;left:26px;width:auto;min-height:50px;margin:0;box-shadow:0 -10px 24px rgba(255,255,255,.9)}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important}}.checkout-backdrop{position:fixed;z-index:49;inset:0;background:rgba(23,42,50,.55);opacity:0;pointer-events:none;transition:.3s}.checkout-backdrop.is-visible{opacity:1;pointer-events:auto}section.checkout{position:fixed;z-index:50;inset:clamp(10px,3vw,42px);overflow:auto;background:#f7fafb;border-radius:24px;opacity:0;pointer-events:none;transform:translateY(18px);transition:.3s}section.checkout.is-open{opacity:1;pointer-events:auto;transform:none}.checkout-head{position:sticky;z-index:2;top:0;display:flex;align-items:center;justify-content:center;padding:17px 25px;background:rgba(255,255,255,.94);border-bottom:1px solid #dfe7e9;backdrop-filter:blur(14px)}.checkout-head>button{position:absolute;left:22px;width:38px;height:38px;background:var(--paper);border:0;border-radius:50%;font-size:1.4rem}.checkout-head>div>p{margin:0 0 6px;text-align:center;color:var(--blue-text);font-size:.83rem;font-weight:700;letter-spacing:.13em}.checkout-progress{display:flex;align-items:center;gap:8px}.checkout-progress span{color:#536268;font-size:.87rem;font-weight:600}.checkout-progress span.is-active{color:var(--dark)}.checkout-progress i{display:block;width:50px;height:2px;background:#dbe3e5}.checkout-body{max-width:760px;margin:auto;padding:clamp(35px,6vw,75px) 22px 80px}.checkout-step{display:none}.checkout-step.is-active{display:block}.step-kicker{margin:0 0 7px;color:var(--blue-text);font-size:.83rem;font-weight:700;letter-spacing:.13em}.checkout-step>h2{margin:0 0 30px;font-size:clamp(2.4rem,5vw,4.8rem);letter-spacing:-.055em;line-height:.94}.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}section.checkout label:not(.choice-group label){display:grid;gap:7px;color:#536268;font-size:.92rem;font-weight:600}section.checkout label>span{font-weight:400}section.checkout input:not([type=radio]){width:100%;height:49px;padding:0 14px;color:var(--dark);background:#fff;border:1px solid #d5e0e3;border-radius:11px;outline:0}section.checkout input:focus{border-color:var(--blue-text)}section.checkout input.is-invalid{border-color:var(--blue-text);background:#fff}.choice-group{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:24px 0;padding:0;border:0}.choice-group legend{margin-bottom:10px;font-size:.92rem;font-weight:600}.choice-group label{position:relative}.choice-group input{position:absolute;opacity:0}.choice-group label>span{display:grid;gap:3px;height:100%;padding:15px;background:#fff;border:1px solid #d5e0e3;border-radius:12px}.choice-group input:checked+span{background:#eaf7fa;border:2px solid var(--blue)}.choice-group strong{font-size:.95rem}.choice-group small{color:#536268;font-size:.87rem}.delivery-fields{display:grid;gap:15px}.delivery-fields.is-hidden{display:none}.form-error{display:none;color:var(--blue-text);font-size:.92rem}.form-error.is-visible{display:block}.checkout-next{min-width:180px;min-height:50px;margin-top:25px;padding:0 22px;color:#fff;background:var(--blue);border:0;border-radius:12px;font-weight:700}.review-items{display:grid;gap:8px}.review-items>div{display:grid;grid-template-columns:62px 1fr auto;align-items:center;gap:13px;padding:10px;background:#fff;border-radius:13px}.review-items img{width:62px;height:62px;padding:4px;background:var(--paper);border-radius:9px;object-fit:contain}.review-items p{display:grid;gap:4px;margin:0}.review-items p strong{font-size:.95rem}.review-items p span{color:#536268;font-size:.87rem}.review-items b{color:var(--blue-text);font-size:.95rem}.review-total{display:grid;grid-template-columns:1fr auto;gap:5px;margin-top:16px;padding:18px 4px;border-block:1px solid #dbe4e6}.review-total small{grid-column:1/-1;color:#536268;font-size:.83rem}.checkout-actions{display:flex;gap:10px}.checkout-back{min-width:90px;min-height:50px;margin-top:25px;background:#e2e9eb;border:0;border-radius:12px;font-weight:600}.demo-note{color:#536268;font-size:.87rem}.checkout-success{text-align:center}.checkout-success>span{display:grid;width:70px;height:70px;margin:0 auto 20px;color:var(--dark);background:var(--yellow);border-radius:50%;font-size:2rem;place-items:center}.checkout-success>p:not(.step-kicker){max-width:480px;margin:0 auto 24px;color:#536268;line-height:1.6}.checkout-success [data-confirmation-summary]{display:flex;justify-content:center;gap:12px;margin-bottom:8px}.checkout-success [data-confirmation-summary] span{color:#536268}@media(max-width:600px){section.checkout{inset:0;border-radius:0}.checkout-head{justify-content:flex-end;padding:14px 18px}.checkout-head>button{left:15px}.checkout-progress i{width:22px}.checkout-body{padding:30px 16px 70px}.checkout-step>h2{margin-bottom:23px;font-size:2.6rem}.field-grid{grid-template-columns:1fr;gap:12px}.choice-group{grid-template-columns:1fr}.payment-choices{grid-template-columns:1fr}.checkout-actions .checkout-next{flex:1}.review-items>div{grid-template-columns:54px 1fr auto}.review-items img{width:54px;height:54px}}.shop-title h1,.product-modal-copy h2,.checkout-step>h2{font-weight:600}.product-info h2,.cart-drawer .cart-row h3{font-weight:500}.add-button,.modal-add,.checkout-next,.checkout-back,.cart-drawer .cart-summary>button{font-weight:600}.checkout-progress{gap:12px}.checkout-progress span{font-size:.98rem;font-weight:500}.checkout-progress i{width:70px;height:3px;border-radius:99px}.checkout-progress span.is-active{color:var(--blue-text);font-weight:600}.checkout-head>div>p{font-weight:600}.choice-group strong,.review-items p strong{font-weight:600}@media(max-width:600px){.checkout-head{min-height:82px}.checkout-head>div{margin-left:54px}.checkout-head>div>p{text-align:left}.checkout-progress{gap:7px}.checkout-progress span{font-size:.92rem}.checkout-progress i{width:18px}.checkout-step>h2{font-size:2.35rem;font-weight:600}}.field-label{display:flex;align-items:baseline;gap:5px}.field-label small{color:#536268;font-size:.83rem;font-weight:400}.theme-nav{position:sticky;z-index:18;top:0;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;min-height:72px;padding:10px var(--pad);background:rgba(255,255,255,.95);border-bottom:1px solid #dfe7e9;backdrop-filter:blur(16px)}.theme-logo{display:flex;align-items:center;gap:9px;width:max-content;font-size:.92rem;font-weight:600;letter-spacing:.09em}.theme-logo img{width:38px;height:38px;object-fit:cover;border-radius:50%}.theme-nav nav{display:flex;align-items:center;gap:27px;font-size:.92rem;font-weight:500}.theme-nav nav>a,.nav-dropdown>button{padding:10px 0;color:#536268}.theme-nav nav>a.is-current{color:var(--blue-text)}.theme-nav nav>a:hover,.nav-dropdown>button:hover{color:var(--dark)}.theme-nav nav>a.is-current{font-weight:600}.nav-dropdown{position:relative}.nav-dropdown>button{display:flex;align-items:center;gap:5px;background:none;border:0}.nav-dropdown>div:last-child{position:absolute;top:100%;left:50%;display:grid;width:175px;padding:8px;background:#fff;border:1px solid #dfe7e9;border-radius:12px;opacity:0;pointer-events:none;transform:translate(-50%,8px);transition:.2s}.nav-dropdown:hover>div:last-child,.nav-dropdown:focus-within>div:last-child,.nav-dropdown.is-open>div:last-child{opacity:1;pointer-events:auto;transform:translate(-50%,0)}.nav-dropdown>div:last-child a{padding:10px;border-radius:7px;font-size:.92rem}.nav-dropdown>div:last-child a:hover{background:#fff8dc;color:var(--dark)}.nav-cart{justify-self:end;display:flex;align-items:center;gap:8px;padding:8px 9px 8px 14px;color:#fff;background:var(--dark);border:0;border-radius:99px;font-size:.92rem}.nav-cart span{display:grid;width:24px;height:24px;color:var(--dark);background:var(--yellow);border-radius:50%;font-size:.87rem;place-items:center}.nav-toggle{display:none}.theme-footer{padding:clamp(45px,7vw,90px) var(--pad) 24px;color:#fff;background:var(--dark)}.footer-main{display:grid;grid-template-columns:minmax(260px,1.1fr) 1.9fr;gap:clamp(45px,8vw,130px);max-width:1500px;margin:auto}.footer-brand>strong{color:var(--yellow);font-size:.92rem;letter-spacing:.14em}.footer-brand h2{margin:18px 0;font-size:clamp(2.6rem,5vw,5rem);font-weight:500;letter-spacing:-.055em;line-height:.88}.footer-brand p{max-width:370px;color:#aebbc0;font-size:.95rem;line-height:1.6}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:25px;padding-top:6px}.footer-links>div{display:flex;align-items:flex-start;flex-direction:column;gap:12px}.footer-links h3{margin:0 0 8px;color:var(--pink);font-size:.87rem;font-weight:600;text-transform:none;letter-spacing:0}.footer-links a{color:#cbd4d7;font-size:.92rem}.footer-links a:hover{color:var(--yellow)}.footer-bottom{display:flex;justify-content:space-between;max-width:1500px;margin:60px auto 0;padding-top:20px;color:#849398;border-top:1px solid #405158;font-size:.83rem}@media(max-width:820px){.theme-nav{grid-template-columns:auto 1fr auto;min-height:64px;padding:8px 14px}.theme-logo span{display:none}.theme-logo img{width:36px;height:36px}.nav-toggle{display:flex;justify-self:center;flex-direction:column;gap:6px;width:42px;height:38px;padding:10px;background:transparent;border:0}.nav-toggle span{display:block;width:22px;height:2px;margin:auto;background:var(--dark);transition:.2s}.nav-toggle.is-open span:first-child{transform:translateY(4px) rotate(45deg)}.nav-toggle.is-open span:last-child{transform:translateY(-4px) rotate(-45deg)}.theme-nav nav{position:absolute;top:100%;right:0;left:0;display:none;align-items:stretch;gap:0;padding:12px 18px 20px;background:#fff;border-bottom:1px solid #dfe7e9}.theme-nav nav.is-open{display:flex;flex-direction:column}.theme-nav nav>a,.nav-dropdown>button{width:100%;padding:12px 4px;text-align:left}.nav-dropdown>button{justify-content:space-between}.nav-dropdown>div:last-child{position:static;width:100%;padding:0 0 4px 13px;border:0;opacity:1;pointer-events:auto;transform:none;display:none}.nav-dropdown.is-open>div:last-child{display:grid}.nav-dropdown>div:last-child a{padding:8px}.footer-main{grid-template-columns:1fr}.footer-links{grid-template-columns:1fr 1fr;gap:35px}.footer-links>div:last-child{grid-column:1/-1}.footer-bottom{align-items:flex-start;flex-direction:column;gap:8px;margin-top:45px}}.footer-links{grid-template-columns:repeat(2,minmax(0,1fr))}@media(max-width:560px){.footer-links{grid-template-columns:1fr}.footer-links>div:last-child{grid-column:auto}}@media(max-width:820px){.theme-nav{grid-template-columns:1fr auto auto}.theme-logo{grid-column:1}.nav-cart{grid-column:2;margin-right:5px}.nav-toggle{grid-column:3;justify-self:end;gap:4px;width:38px}.nav-toggle span{width:20px;margin:0 auto}.nav-toggle.is-open span:first-child{transform:translateY(6px) rotate(45deg)}.nav-toggle.is-open span:nth-child(2){opacity:0}.nav-toggle.is-open span:last-child{transform:translateY(-6px) rotate(-45deg)}}@media(max-width:820px){.theme-nav>.theme-logo{grid-column:1;grid-row:1;align-self:center}.theme-nav>.nav-cart{grid-column:2;grid-row:1;align-self:center;justify-self:end;margin:0 5px 0 0}.theme-nav>.nav-toggle{grid-column:3;grid-row:1;align-self:center;justify-self:end;margin:0}.theme-nav>[data-main-nav]{grid-row:2}}.theme-logo{font-size:.98rem}.theme-nav nav{font-size:1rem}.nav-dropdown>div:last-child{width:205px}.nav-dropdown>div:last-child a{font-size:.98rem}.nav-cart{font-size:.98rem}.footer-brand>strong{font-size:.98rem}.footer-brand p{font-size:1rem}.footer-links h3{font-size:.98rem}.footer-links a{font-size:1rem}.footer-bottom{font-size:.92rem}.footer-social a{display:flex;align-items:center;gap:10px}.footer-social img{width:30px;height:30px;padding:3px;background:#fff;border-radius:8px;object-fit:contain}@media(max-width:820px){.theme-nav nav{font-size:1rem}.nav-dropdown>div:last-child a{font-size:1rem}.footer-links a{font-size:1rem}.footer-links h3{font-size:1rem}}:root{--dark:#111;--pink:var(--blue)}.product-card:nth-child(4n+2) .product-image{background:#fff}.footer-main{grid-template-columns:minmax(260px,.9fr) 2.1fr}.footer-links{grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(28px,4vw,60px)}.footer-links h3{color:var(--yellow);font-size:1rem}.footer-links a{font-size:1rem;line-height:1.35}.footer-brand>strong{font-size:1rem}.footer-brand p{font-size:1.05rem;line-height:1.65}.footer-bottom{font-size:1rem}.footer-social{display:block!important}.social-icons{display:flex;flex-wrap:wrap;gap:11px}.footer-social .social-icons a{display:grid;width:48px;height:48px;padding:7px;background:#fff;border:2px solid var(--blue);border-radius:13px;place-items:center;transition:transform .18s,background .18s}.footer-social .social-icons a:hover{background:var(--yellow);transform:translateY(-3px)}.footer-social .social-icons img{width:100%;height:100%;padding:0;background:transparent;border-radius:5px;object-fit:contain}.form-error{color:var(--blue-text)}section.checkout input.is-invalid{border-color:var(--blue-text);background:#fff}@media(max-width:820px){.footer-main{grid-template-columns:1fr}.footer-links{grid-template-columns:repeat(3,minmax(0,1fr));gap:25px}.footer-links>div:last-child{grid-column:auto}.footer-links h3{font-size:1rem}.footer-links a{font-size:1rem}}@media(max-width:650px){.footer-links{grid-template-columns:1fr 1fr}.footer-social{grid-column:1/-1!important}.footer-brand p{font-size:1rem}.footer-bottom{font-size:.98rem}}/* Keep the Events submenu inside the open mobile navigation. */
@media(max-width:820px){
  .theme-nav .nav-dropdown{width:100%}
  .theme-nav .nav-dropdown>div:last-child,
  .theme-nav .nav-dropdown:hover>div:last-child,
  .theme-nav .nav-dropdown:focus-within>div:last-child,
  .theme-nav .nav-dropdown.is-open>div:last-child{
    position:static!important;
    width:100%!important;
    margin:0!important;
    padding:2px 0 7px 18px!important;
    border:0!important;
    border-left:2px solid var(--blue)!important;
    border-radius:0!important;
    opacity:1!important;
    transform:none!important;
  }
  .theme-nav .nav-dropdown>div:last-child{display:none!important;pointer-events:none!important}
  .theme-nav .nav-dropdown.is-open>div:last-child{display:grid!important;pointer-events:auto!important}
  .theme-nav .nav-dropdown>div:last-child a{display:block;width:100%;padding:9px 10px!important;text-align:left}
}.nav-dropdown__trigger{display:flex;align-items:center;gap:6px}.nav-dropdown__trigger>a{padding:10px 0;color:#536268}.nav-dropdown__trigger>a.is-current{color:var(--blue-text)}.nav-dropdown__trigger>a:hover{color:var(--dark)}.nav-dropdown__trigger>button{display:grid;width:28px;height:28px;padding:0;color:#536268;background:transparent;border:0;cursor:pointer;place-items:center}@media(max-width:820px){.nav-dropdown__trigger{width:100%;justify-content:flex-start}.nav-dropdown__trigger>a{flex:1;padding:12px 4px;text-align:left}.nav-dropdown__trigger>a{flex:0 1 auto}.nav-dropdown__trigger>button{width:28px;height:42px;margin-left:1px;font-size:0}.nav-dropdown__trigger>button span{display:block;width:9px;height:9px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:translateY(-2px) rotate(45deg);transition:transform .18s ease}.nav-dropdown.is-open .nav-dropdown__trigger>button span{transform:translateY(2px) rotate(225deg)}}.nav-cart span{width:auto;min-width:48px;height:26px;padding:0 8px;border-radius:99px;white-space:nowrap}.footer-brand h2{font-size:clamp(2rem,3.2vw,3.5rem);line-height:.96}.shop-title{padding-top:clamp(30px,4vw,55px)}/* Footer contrast must stay legible regardless of page-level heading rules. */
.theme-footer,.theme-footer h2,.theme-footer h3,.theme-footer p,.theme-footer span,.theme-footer a{color:#fff}.theme-footer .footer-brand p,.theme-footer .footer-links a{color:#cbd4d7}.theme-footer .footer-links h3{color:var(--yellow)}.theme-footer .footer-bottom,.theme-footer .footer-bottom span{color:#9caaae}.theme-footer .footer-bottom a{color:#cbd4d7}.theme-footer a{transition:color .18s ease}.theme-footer a:hover,.theme-footer a:focus-visible,.theme-footer a:active{color:var(--yellow)!important}.footer-bottom{gap:24px}.footer-bottom a{margin-left:0;color:inherit;transition:color .18s}.footer-bottom a:hover,.footer-bottom a:focus-visible{color:var(--yellow)}

/* ---------------------------------------------------------------------------
   Accessibility baseline. Applies everywhere the design system is loaded.
   --------------------------------------------------------------------------- */

/* Interactive controls need a 44px target even where the design draws them
   smaller, so the hit area is grown without changing the visible size. */
/* .product-close is deliberately absent: it is already position:absolute, and
   forcing it to relative drops it back into the modal grid as the first child,
   which pushes the image and copy out of their columns. */
.cart-drawer .quantity button,.cart-head button,.nav-toggle,.cart-drawer .remove-item{position:relative}
.cart-drawer .quantity button::after,.cart-head button::after,.product-close::after,.cart-drawer .remove-item::after{content:"";position:absolute;top:50%;left:50%;width:max(100%,44px);height:max(100%,44px);transform:translate(-50%,-50%)}

/* A visible focus ring on everything focusable, not just the few elements the
   preview covered. */
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,[tabindex]:focus-visible{outline:3px solid var(--yellow);outline-offset:3px;border-radius:4px}

/* Skip link for keyboard users. */
.skip-link{position:absolute;z-index:100;top:-100px;left:12px;padding:12px 18px;color:var(--dark);background:var(--yellow);border-radius:0 0 10px 10px;font-weight:600;transition:top .2s}
.skip-link:focus{top:0}

@media(prefers-reduced-motion:reduce){
  *,*::before,*::after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}
  .cart-drawer,.cart-backdrop,.product-modal,section.checkout{transition:none!important}
}

/* Date-aware shop announcement, editable in Appearance → Customize. */
.shop-announcement{display:flex;align-items:center;justify-content:center;gap:14px;padding:15px var(--pad);color:var(--dark);background:var(--yellow);border-bottom:1px solid rgba(17,17,17,.16);text-align:center}
.shop-announcement>span{display:grid;flex:0 0 auto;width:34px;height:34px;background:#fff;border-radius:50%;font-size:1.25rem;place-items:center}
.shop-announcement p{margin:0;font-size:1rem;line-height:1.45}
.shop-announcement strong{font-weight:700}
@media(max-width:600px){.shop-announcement{align-items:flex-start;padding:13px 16px;text-align:left}.shop-announcement>span{width:30px;height:30px;font-size:1.05rem}.shop-announcement p{font-size:.94rem}}
