.announcement-bar{font-family:var(--font-heading);font-weight:600;font-size:var(--text-sm);text-align:center}.announcement-bar__inner{display:flex;justify-content:center;gap:var(--space-6);padding-block:.9rem;flex-wrap:wrap}.announcement-bar__item{display:none}.announcement-bar__item:first-child{display:block}@media(min-width:990px){.announcement-bar__item{display:block}}.announcement-bar a{color:inherit}.cb-teaser__grid{display:grid;gap:var(--space-6);align-items:center}@media(min-width:990px){.cb-teaser__grid{grid-template-columns:.9fr 1.1fr;gap:var(--space-8)}}.cb-teaser__media{position:relative;display:grid;place-items:center}.cb-teaser__pack{width:min(36rem,82%);height:auto;--float-rotate: -5deg;animation:float-bob 6s ease-in-out infinite;filter:drop-shadow(0 24px 30px rgba(20,58,120,.25));transition:filter var(--dur-slow) var(--ease-out)}.cb-teaser__pack--silhouette{filter:brightness(.02) opacity(.9) drop-shadow(0 24px 30px rgba(20,58,120,.3))}@media(prefers-reduced-motion:reduce){.cb-teaser__pack{animation:none;rotate:-5deg}}.cb-teaser__sticker{position:absolute;top:8%;right:6%;padding:1rem 2rem;background:var(--color-caramel);color:var(--color-choc);border-radius:999px;font-family:var(--font-display, var(--font-heading));font-weight:var(--font-display-weight, 800);font-size:var(--text-lg);rotate:6deg;box-shadow:var(--shadow-chip)}.cb-teaser__copy .eyebrow{display:inline-block;margin-bottom:var(--space-2)}.cb-teaser__heading{max-width:18ch}.cb-teaser__text{margin-top:var(--space-3);max-width:48ch}.cb-teaser__list{margin-top:var(--space-5);display:flex;flex-direction:column;gap:var(--space-3);padding:0}.cb-teaser__item{display:flex;align-items:center;gap:var(--space-3);font-family:var(--font-heading);font-weight:600;font-size:var(--text-lg)}.cb-teaser__check{flex-shrink:0;display:grid;place-items:center;width:3.2rem;height:3.2rem;border-radius:50%;background:var(--color-blue);color:#fff;rotate:-4deg}.cb-teaser__item:nth-child(2n) .cb-teaser__check{rotate:4deg}.cs-hero{position:relative;overflow:clip;background:radial-gradient(ellipse 90% 60% at 50% -10%,rgba(29,78,158,.75),transparent 70%),linear-gradient(180deg,#0E2C5E 0%,var(--color-navy) 55%,#0E2C5E 100%);color:var(--color-cream);text-align:center}.cs-hero--full{min-height:calc(100svh - var(--header-height));display:flex;flex-direction:column;justify-content:center}.cs-hero__glow{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle 42rem at 50% 34%,rgba(190,226,242,.22),transparent 65%);pointer-events:none}.cs-hero__grain{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.35;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2'/%3E%3CfeColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.05 0'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)'/%3E%3C/svg%3E")}.cs-hero__inner{position:relative;padding-block:clamp(5rem,4rem + 4vw,9rem) clamp(4rem,3rem + 3vw,7rem);display:flex;flex-direction:column;align-items:center}.cs-hero__seal{position:relative;display:grid;place-items:center;margin-bottom:var(--space-5)}.cs-hero__logo{width:min(34rem,72vw);height:auto;filter:drop-shadow(0 18px 40px rgba(0,0,0,.45))}.cs-hero__stamp{position:absolute;width:min(46rem,96vw);height:auto;animation:cs-spin 36s linear infinite;opacity:.55}.cs-hero__stamp text{font-family:var(--font-heading);font-weight:700;font-size:13.5px;letter-spacing:.42em;text-transform:uppercase;fill:var(--color-sky)}@keyframes cs-spin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.cs-hero__stamp{animation:none}}.cs-hero__eyebrow{font-family:var(--font-heading);font-weight:700;font-size:var(--text-sm);letter-spacing:.28em;text-transform:uppercase;color:var(--color-caramel);margin-bottom:var(--space-3)}.cs-hero__heading{font-family:var(--font-display, var(--font-heading));font-weight:var(--font-display-weight, 800);font-size:clamp(4rem,3rem + 4.5vw,7.6rem);line-height:1.04;color:var(--color-cream);max-width:16ch}.cs-hero__text{margin-top:var(--space-4);max-width:52ch;font-size:var(--text-lg);color:#fff9f0d9}.cs-hero__countdown{display:flex;gap:var(--space-3);margin-top:var(--space-6)}.cs-hero__count-tile{min-width:7.4rem;padding:var(--space-3) var(--space-2);border:1px solid rgba(190,226,242,.35);border-radius:14px;background:#0e2c5e8c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.cs-hero__count-tile span{display:block;font-family:var(--font-heading);font-weight:800;font-size:var(--text-2xl);color:#fff;font-variant-numeric:tabular-nums}.cs-hero__count-tile small{font-size:var(--text-xs);letter-spacing:.14em;text-transform:uppercase;color:var(--color-sky)}.cs-hero__signup{margin-top:var(--space-6);width:min(46rem,100%)}.cs-hero__form-row{display:flex;gap:.8rem;padding:.6rem;background:#ffffff14;border:1px solid rgba(190,226,242,.3);border-radius:999px}.cs-hero__form-row input{flex:1;border:0;background:transparent;color:#fff;padding:1rem 1.4rem}.cs-hero__form-row input::placeholder{color:#bee2f2b3}.cs-hero__form-row input:focus{outline:none}.cs-hero__form-row:focus-within{border-color:var(--color-caramel)}.cs-hero__form-row .btn{flex-shrink:0}.cs-hero__form-note{margin-top:var(--space-2);font-size:var(--text-xs);color:#bee2f2a6}.cs-hero__form-success{padding:var(--space-3) var(--space-4);border-radius:999px;background:#1d7a4f40;border:1px solid rgba(110,220,170,.5);color:#cff5e2;font-weight:var(--font-body-weight-bold)}.cs-hero__form-error{margin-bottom:var(--space-2);color:#ffc9c9;font-size:var(--text-sm)}.cs-hero__preorder{margin-top:var(--space-4)}.cs-hero__preorder .btn--ghost{color:var(--color-cream);border-color:#fff9f08c}.cs-hero__preorder .btn--ghost:hover{color:#fff;border-color:#fff;background:#ffffff1f}.cs-hero__badges{display:flex;flex-wrap:wrap;justify-content:center;gap:var(--space-2);margin-top:var(--space-6)}.cs-hero__badge{padding:.5rem 1.4rem;border:1px dashed rgba(190,226,242,.5);border-radius:999px;font-family:var(--font-heading);font-weight:600;font-size:var(--text-xs);letter-spacing:.12em;text-transform:uppercase;color:var(--color-sky)}.cs-hero__socials{display:flex;gap:var(--space-2);margin-top:var(--space-6)}.cs-hero__socials a{display:grid;place-items:center;width:4.2rem;height:4.2rem;border-radius:50%;background:#ffffff1a;color:var(--color-sky);transition:transform var(--dur-fast) var(--ease-bounce),background var(--dur-fast)}.cs-hero__socials a:hover{transform:scale(1.12) rotate(-6deg);background:#ffffff38;color:#fff}.cs-hero__mascot{position:absolute;right:clamp(1rem,6vw,8rem);bottom:-2px;width:clamp(7rem,10vw,11rem);height:auto;border-radius:50% 50% 0 0;transform:translateY(28%);transition:transform var(--dur-med) var(--ease-bounce)}.cs-hero__mascot:hover{transform:translateY(6%)}.cs-hero .wave{position:relative}.contact-form__layout{display:grid;gap:var(--space-5);max-width:72rem;margin-inline:auto}.contact-form__layout--split{max-width:none}@media(min-width:990px){.contact-form__layout--split{grid-template-columns:1.4fr .9fr;align-items:start}}.contact-form__form-wrap{padding:clamp(2rem,1.6rem + 2vw,3.6rem)}.contact-form__row{display:grid;gap:0 var(--space-3)}@media(min-width:750px){.contact-form__row{grid-template-columns:1fr 1fr}}.contact-form__submit{margin-top:var(--space-2)}.contact-form__info{padding:clamp(2rem,1.6rem + 2vw,3.6rem);text-align:center;display:grid;justify-items:center;gap:var(--space-3)}.contact-form__mascot{width:12rem;border-radius:50%;box-shadow:var(--shadow-chip);rotate:-3deg}.contact-form__info-text{font-size:var(--text-sm)}.contact-form__email{font-family:var(--font-heading);font-weight:700;color:var(--color-blue);word-break:break-word}.faq .accordion{color:var(--color-text)}.faq .accordion__summary{cursor:pointer;list-style:none}.faq .accordion__summary::-webkit-details-marker{display:none}.featured-product__grid{display:grid;gap:var(--space-6);align-items:center}@media(min-width:990px){.featured-product__grid{grid-template-columns:1fr 1fr;gap:var(--space-7)}}.featured-product__media{position:relative}.featured-product__media-card{display:grid;place-items:center;aspect-ratio:1;padding:clamp(2.4rem,2rem + 3vw,4.8rem);background:var(--color-sky-light);border-radius:var(--card-radius);box-shadow:var(--shadow-soft)}.featured-product__image{max-width:min(42rem,100%);max-height:100%;width:auto;height:auto;object-fit:contain;filter:drop-shadow(0 20px 28px rgba(20,58,120,.22))}.featured-product__sticker{position:absolute;top:-1.4rem;right:1.6rem}.featured-product__copy .eyebrow{display:inline-block;margin-bottom:var(--space-2)}.featured-product__heading{max-width:18ch}.featured-product__text{margin-top:var(--space-3);max-width:48ch}.featured-product__price{margin-top:var(--space-4)}.featured-product__actions{margin-top:var(--space-5)}.footer-newsletter__row{display:flex;gap:.8rem}.footer-newsletter__row input{border-color:#ffffff4d;background:#ffffff1a;color:#fff}.footer-newsletter__row input::placeholder{color:#fff9}.footer-newsletter__row input:focus{border-color:var(--color-caramel)}.footer-newsletter__row .btn{flex-shrink:0;padding-inline:1.8rem}.heritage__list{position:relative;max-width:72rem;margin-inline:auto;display:flex;flex-direction:column;gap:var(--space-6);padding-left:0}.heritage__list:before{content:"";position:absolute;left:4.4rem;top:2rem;bottom:2rem;width:2px;background-image:linear-gradient(to bottom,currentColor 45%,transparent 45%);background-size:2px 12px;opacity:.25}.heritage__item{display:grid;grid-template-columns:8.8rem 1fr;gap:var(--space-4);align-items:start}.heritage__year{position:relative;z-index:1;display:grid;place-items:center;width:8.8rem;height:8.8rem;border:2px dashed var(--color-blue);border-radius:50%;background:#fff;font-family:var(--font-display, var(--font-heading));font-weight:var(--font-display-weight, 800);font-size:2.2rem;color:var(--color-blue);rotate:-6deg;box-shadow:var(--shadow-chip);transition:rotate var(--dur-med) var(--ease-bounce)}.heritage__item:nth-child(2n) .heritage__year{rotate:5deg}.heritage__item:hover .heritage__year{rotate:0deg}.heritage__card{background:#fff;border-radius:var(--card-radius);box-shadow:var(--shadow-soft);padding:var(--space-5)}.heritage__card h3{color:var(--color-navy)}.heritage__text{margin-top:var(--space-2);max-width:56ch}@media(max-width:749px){.heritage__list:before{left:3.4rem}.heritage__item{grid-template-columns:6.8rem 1fr;gap:var(--space-3)}.heritage__year{width:6.8rem;height:6.8rem;font-size:1.7rem}}.hero{overflow:clip;position:relative}.hero__inner{display:grid;gap:var(--space-6);align-items:center;padding-block:clamp(4rem,3rem + 5vw,9rem) clamp(2rem,1rem + 3vw,4rem)}@media(min-width:990px){.hero__inner{grid-template-columns:1.05fr .95fr}}.hero__eyebrow{display:inline-flex;align-items:center;gap:.8rem;padding:.6rem 1.6rem .6rem .8rem;background:#fff;border-radius:999px;font-family:var(--font-heading);font-weight:700;font-size:var(--text-sm);color:var(--color-blue);box-shadow:var(--shadow-chip);margin-bottom:var(--space-4);rotate:-1.5deg}.hero__eyebrow img{border-radius:50%}.hero__heading{color:var(--color-navy);max-width:14ch}.hero__heading em{font-style:normal;color:var(--color-blue);position:relative;white-space:nowrap;z-index:0}.hero__heading em:after{content:"";position:absolute;left:0;right:0;bottom:.04em;height:.18em;background:var(--color-caramel);border-radius:999px;z-index:-1;rotate:-1deg}.hero__text{margin-top:var(--space-4);max-width:46ch}.hero__actions{display:flex;flex-wrap:wrap;gap:var(--space-3);margin-top:var(--space-5)}.hero__stickers{display:flex;flex-wrap:wrap;gap:var(--space-2);margin-top:var(--space-6)}.hero__media{position:relative;display:grid;place-items:center;min-height:30rem}.hero__blob{position:absolute;top:6%;right:4%;bottom:6%;left:4%;background:radial-gradient(circle at 40% 35%,rgba(255,255,255,.9),rgba(255,255,255,.25) 65%,transparent 75%);border-radius:46% 54% 55% 45%/48% 44% 56% 52%}.hero__pack{position:relative;width:min(46rem,92%);filter:drop-shadow(0 28px 36px rgba(20,58,120,.28));--float-rotate: 6deg;animation:float-bob 5.5s ease-in-out infinite}@media(prefers-reduced-motion:reduce){.hero__pack{animation:none;rotate:6deg}}.image-with-text__grid{display:grid;gap:var(--space-6);align-items:center}@media(min-width:990px){.image-with-text__grid{grid-template-columns:1fr 1fr;gap:var(--space-7)}.image-with-text__grid--text-first .image-with-text__media{order:2}.image-with-text__grid--text-first .image-with-text__copy{order:1}}.image-with-text__media{position:relative}.image-with-text__card{display:grid;place-items:center;padding:clamp(2.4rem,2rem + 3vw,4.8rem);background:#fff;border-radius:var(--card-radius);box-shadow:var(--shadow-soft);rotate:-2deg;transition:rotate var(--dur-med) var(--ease-out)}.image-with-text__card:hover{rotate:0deg}.image-with-text__card img{width:min(38rem,100%);height:auto}.image-with-text__mascot{position:absolute;top:-2.2rem;right:-1rem;width:7.2rem;height:7.2rem;border-radius:50%;overflow:hidden;border:3px solid #fff;background:var(--color-sky);box-shadow:var(--shadow-chip)}.image-with-text__mascot img{width:100%;height:100%;object-fit:cover}.image-with-text__media:hover .image-with-text__mascot{animation:wiggle .8s ease-in-out infinite}.image-with-text__copy .eyebrow{display:inline-block;margin-bottom:var(--space-2)}.image-with-text__heading{max-width:20ch}.image-with-text__text{margin-top:var(--space-3);max-width:52ch}.image-with-text__actions{margin-top:var(--space-5)}.lead__intro{margin-top:var(--space-3)}.lead__points{max-width:60rem;margin:var(--space-5) auto 0;display:grid;gap:var(--space-2);padding:0}.lead__point{display:flex;align-items:center;gap:var(--space-3);font-family:var(--font-heading);font-weight:600;font-size:var(--text-base)}.lead__check{flex-shrink:0;display:grid;place-items:center;width:2.8rem;height:2.8rem;border-radius:50%;background:var(--color-blue);color:#fff;rotate:-4deg}.lead__point:nth-child(2n) .lead__check{rotate:4deg}.lead__card{max-width:62rem;margin:var(--space-6) auto 0;padding:clamp(2rem,1.6rem + 2vw,3.6rem)}.lead__grid{display:grid;gap:var(--space-3)}@media(min-width:620px){.lead__grid{grid-template-columns:1fr 1fr}}.lead__card textarea{resize:vertical}.lead__card .btn{margin-top:var(--space-4)}.lead__note{margin-top:var(--space-3);font-size:var(--text-xs);opacity:.7}.main-404__code{display:flex;align-items:center;justify-content:center;gap:var(--space-2);margin:0 0 var(--space-4);font-family:var(--font-heading);font-weight:700;font-size:clamp(9rem,6rem + 12vw,18rem);line-height:1;color:var(--color-blue)}.main-404__mascot{width:clamp(8rem,5rem + 10vw,14rem);height:auto;border-radius:50%;box-shadow:var(--shadow-chip);animation:wiggle 2.4s ease-in-out infinite}@media(prefers-reduced-motion:reduce){.main-404__mascot{animation:none}}.main-404__title{color:var(--color-navy);margin-bottom:var(--space-3)}.main-404__text{max-width:46ch;margin:0 auto}.main-404__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:var(--space-3);margin-top:var(--space-6)}.main-404__actions .btn{display:inline-flex;align-items:center;gap:var(--space-2)}.customer-account__logout{display:inline-block;margin-top:var(--space-2);font-size:var(--text-sm);font-weight:var(--font-body-weight-bold);color:var(--color-blue)}.customer-account__grid{display:grid;gap:var(--space-4);align-items:start}@media(min-width:990px){.customer-account__grid{grid-template-columns:1.7fr 1fr}}.customer-account__orders,.customer-account__details{padding:var(--space-5)}.customer-account__orders h2,.customer-account__details h2{margin-bottom:var(--space-3)}.customer-account__table-wrap{overflow-x:auto}.customer-account__table{width:100%;border-collapse:collapse;font-size:var(--text-sm)}.customer-account__table th,.customer-account__table td{padding:var(--space-2) var(--space-3);border-bottom:1px solid rgba(20,58,120,.14);text-align:left;white-space:nowrap}.customer-account__table thead th{font-family:var(--font-heading);color:var(--color-navy);border-bottom-width:2px}.customer-account__table tbody th a{font-weight:var(--font-body-weight-bold);color:var(--color-blue)}.customer-account__table td:last-child{text-align:right}.customer-account__pagination{margin-top:var(--space-4);text-align:center}.customer-account__empty{text-align:center;padding-block:var(--space-4)}.customer-account__empty p{margin-bottom:var(--space-3)}.customer-account__email{font-weight:var(--font-body-weight-bold);margin-bottom:var(--space-3);overflow-wrap:anywhere}.customer-account__address{margin-bottom:var(--space-3)}.customer-account__address p{margin:0}.customer-activate__card{max-width:48rem;margin-inline:auto;padding:var(--space-6)}.customer-activate__actions{display:grid;gap:var(--space-2);margin-top:var(--space-4)}.customer-addresses__back{display:inline-block;margin-bottom:var(--space-4);font-weight:var(--font-body-weight-bold);color:var(--color-blue)}.customer-addresses__new{max-width:64rem;margin:0 auto var(--space-6);padding:var(--space-4) var(--space-5)}.customer-addresses__new-toggle{display:flex;align-items:center;justify-content:center;gap:var(--space-1);cursor:pointer;font-family:var(--font-heading);font-weight:700;color:var(--color-blue);list-style:none}.customer-addresses__new-toggle::-webkit-details-marker{display:none}.customer-addresses__new-toggle:hover{text-decoration:underline}.customer-addresses__form-body{margin-top:var(--space-4);padding-top:var(--space-4);border-top:1px solid rgba(20,58,120,.14)}.customer-addresses__row{display:grid;gap:0 var(--space-3)}@media(min-width:750px){.customer-addresses__row{grid-template-columns:1fr 1fr}}.customer-addresses__checkbox{display:flex;align-items:center;gap:var(--space-2);margin-block:var(--space-3)}.customer-addresses__checkbox input[type=checkbox]{width:1.8rem;height:1.8rem;accent-color:var(--color-blue);flex-shrink:0}.customer-addresses__actions{display:flex;flex-wrap:wrap;gap:var(--space-2)}.customer-addresses__item{position:relative;padding:var(--space-5)}.customer-addresses__badge{position:absolute;top:var(--space-3);right:var(--space-3)}.customer-addresses__formatted p{margin:0}.customer-addresses__edit{margin-top:var(--space-3)}.customer-addresses__edit-toggle{cursor:pointer;font-family:var(--font-heading);font-weight:700;font-size:var(--text-sm);color:var(--color-blue);list-style-position:inside}.customer-addresses__edit-toggle:hover{text-decoration:underline}.customer-addresses__delete{margin-top:var(--space-2)}.customer-addresses__delete-btn{background:none;border:0;padding:0;cursor:pointer;font-family:var(--font-heading);font-weight:700;font-size:var(--text-sm);color:var(--color-error)}.customer-addresses__delete-btn:hover{text-decoration:underline}.article-head{margin-bottom:var(--space-5)}.article-meta{font-size:var(--text-xs);opacity:.7}.article-head h1{margin-top:var(--space-2)}.article-head a{text-decoration:none}.article-image{width:100%;border-radius:var(--card-radius);margin-bottom:var(--space-6);box-shadow:var(--shadow-soft)}.article-comments{margin-top:var(--space-7)}.article-comment{padding:var(--space-4);margin-block:var(--space-3)}.article-comments form{margin-top:var(--space-5)}.blog-card{display:flex;flex-direction:column}.blog-card__media{display:block;aspect-ratio:3 / 2;overflow:hidden;background:var(--color-sky-light)}.blog-card__media img{width:100%;height:100%;object-fit:cover;transition:transform var(--dur-med) var(--ease-out)}.blog-card:hover .blog-card__media img{transform:scale(1.04)}.blog-card__body{padding:var(--space-4);display:flex;flex-direction:column;gap:var(--space-2);flex-grow:1}.blog-card__meta{font-size:var(--text-xs);opacity:.7}.blog-card__body h2 a{text-decoration:none}.blog-card__body h2 a:hover{color:var(--color-blue)}.blog-card__excerpt{font-size:var(--text-sm);opacity:.85}.blog-card .link-arrow{margin-top:auto}.main-cart__title{margin-bottom:var(--space-5)}.main-cart__count{color:var(--color-blue);font-size:var(--text-2xl);margin-left:var(--space-2)}.main-cart__mascot{border-radius:50%;margin:0 auto var(--space-4);display:block}.main-cart__empty-hint{margin-bottom:var(--space-5)}.main-cart__grid{display:grid;gap:var(--space-6);align-items:start}@media(min-width:990px){.main-cart__grid{grid-template-columns:minmax(0,1fr) minmax(30rem,38rem)}}.main-cart__items>.cart-item:first-child{border-top:1px solid rgba(20,58,120,.1)}.main-cart__unit-price{font-size:var(--text-xs);opacity:.7;margin-top:.2rem}.main-cart__line-price{font-family:var(--font-heading)}@media(min-width:990px){.main-cart__summary{position:sticky;top:calc(var(--header-height, 76px) + var(--space-4))}}.main-cart__summary-card{padding:var(--space-5)}.main-cart__summary-title{margin-bottom:var(--space-4)}.main-cart__note-label{display:block;font-size:var(--text-sm);font-weight:600;margin-block:var(--space-4) var(--space-2)}.main-cart__note{width:100%;resize:vertical;margin-bottom:var(--space-4)}.main-cart__subtotal{display:flex;justify-content:space-between;align-items:baseline;gap:var(--space-3);margin-bottom:var(--space-2)}.main-cart__tax-note{font-size:var(--text-xs);opacity:.75;margin-bottom:var(--space-4)}.main-cart__continue{display:block;text-align:center;margin-top:var(--space-3);font-size:var(--text-sm)}.main-collection__head h1{color:var(--color-navy)}.main-collection__description{margin-top:var(--space-3);margin-inline:auto}.main-collection__toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:var(--space-3);margin-bottom:var(--space-5)}.main-collection__count{margin:0;font-family:var(--font-heading);font-weight:700;color:var(--color-blue)}.main-collection__sort{display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-2)}.main-collection__sort-label{font-weight:var(--font-body-weight-bold);font-size:var(--text-sm)}.main-collection__sort select{width:auto}.main-collection__grid{list-style:none;margin:0;padding:0}.main-collection__item{display:flow-root}.main-collection__mascot{width:12rem;height:auto;border-radius:50%;box-shadow:var(--shadow-chip);margin-bottom:var(--space-4)}.main-collection__empty-text{max-width:44ch;margin:0 auto var(--space-5)}.main-list-collections__heading{color:var(--color-navy)}.main-list-collections__grid{list-style:none;margin:0;padding:0}.main-list-collections__item{display:flow-root}.main-list-collections__card{display:block;height:100%;overflow:hidden;text-decoration:none;color:inherit;transition:transform var(--dur-med) var(--ease-bounce),box-shadow var(--dur-med) var(--ease-out)}.main-list-collections__card:hover{transform:translateY(-6px);box-shadow:var(--shadow-pop)}.main-list-collections__media{background:var(--color-sky-light);aspect-ratio:1 / 1;display:grid;place-items:center;padding:var(--space-4)}.main-list-collections__media img{max-width:100%;height:auto;transition:transform var(--dur-med) var(--ease-bounce)}.main-list-collections__card:hover .main-list-collections__media img{transform:scale(1.05) rotate(-2deg)}.main-list-collections__info{padding:var(--space-4) var(--space-5) var(--space-5);text-align:center}.main-list-collections__title{margin:0 0 var(--space-1);color:var(--color-navy)}.main-list-collections__count{margin:0;font-size:var(--text-sm);color:var(--color-blue);font-weight:var(--font-body-weight-bold)}.main-list-collections__mascot{width:12rem;height:auto;border-radius:50%;box-shadow:var(--shadow-chip);margin-bottom:var(--space-4)}.main-list-collections__empty{max-width:44ch;margin:0 auto var(--space-5)}.customer-login__card{max-width:48rem;margin-inline:auto;padding:var(--space-6)}.customer-login__card+.customer-login__card{margin-top:var(--space-4)}.customer-login__recover{margin-top:var(--space-4);border-top:1px solid rgba(20,58,120,.14);padding-top:var(--space-3)}.customer-login__recover-toggle{cursor:pointer;font-family:var(--font-heading);font-weight:700;color:var(--color-blue);list-style-position:inside}.customer-login__recover-toggle:hover{text-decoration:underline}.customer-login__recover-heading{margin-top:var(--space-3)}.customer-login__recover-text{margin-block:var(--space-2) var(--space-3);font-size:var(--text-sm)}.customer-login__recover-actions{display:grid;gap:var(--space-2);margin-top:var(--space-3)}.customer-login__register h2,.customer-login__guest h2{margin-bottom:var(--space-3);text-align:center}.customer-order__back{display:inline-block;margin-bottom:var(--space-4);font-weight:var(--font-body-weight-bold);color:var(--color-blue)}.customer-order__items{padding:var(--space-5);margin-bottom:var(--space-4)}.customer-order__table-wrap{overflow-x:auto}.customer-order__table{width:100%;border-collapse:collapse;font-size:var(--text-sm)}.customer-order__table th,.customer-order__table td{padding:var(--space-2) var(--space-3);border-bottom:1px solid rgba(20,58,120,.14);text-align:left;vertical-align:middle}.customer-order__table thead th{font-family:var(--font-heading);color:var(--color-navy);border-bottom-width:2px}.customer-order__table tbody th{font-weight:var(--font-body-weight-bold)}.customer-order__table tbody th a{color:var(--color-blue)}.customer-order__table td:last-child{text-align:right;white-space:nowrap}.customer-order__media-cell{width:7.6rem}.customer-order__thumb{display:block;width:6rem;height:6rem;object-fit:contain;border-radius:12px;background:var(--color-sky-light)}.customer-order__totals{margin-top:var(--space-4);margin-left:auto;max-width:36rem;display:grid;gap:var(--space-1)}.customer-order__total-row{display:flex;justify-content:space-between;gap:var(--space-3);font-size:var(--text-sm)}.customer-order__total-row--grand{margin-top:var(--space-1);padding-top:var(--space-2);border-top:2px solid rgba(20,58,120,.14);font-family:var(--font-heading);font-weight:700;font-size:var(--text-base);color:var(--color-navy)}.customer-order__address{padding:var(--space-5)}.customer-order__address h2{margin-bottom:var(--space-2)}.customer-order__address p{margin:0}.customer-order__address p.customer-order__status{display:inline-block;margin-bottom:var(--space-3);padding:.4rem 1.2rem;border-radius:999px;font-family:var(--font-heading);font-weight:700;font-size:var(--text-xs);background:var(--color-sky);color:var(--color-navy)}.main-page__title{margin-bottom:var(--space-5)}.main-page__content.rte{margin-inline:auto}.main-password{width:100%;max-width:46rem;margin-inline:auto;text-align:center}.main-password__card{padding:clamp(2.8rem,2rem + 3vw,4.4rem);display:grid;justify-items:center;gap:var(--space-3)}.main-password__mascot{width:11rem;border-radius:50%;box-shadow:var(--shadow-chip);rotate:-4deg;margin-bottom:var(--space-2)}.main-password__title{color:var(--color-navy)}.main-password__text{max-width:34ch}.main-password__form{width:100%;margin-top:var(--space-2)}.main-password__newsletter{font-size:var(--text-sm);color:var(--color-choc);background:var(--color-cream);border-radius:999px;padding:var(--space-2) var(--space-4);rotate:-1deg}.main-password__admin{margin-top:var(--space-4);font-size:var(--text-sm)}.product-page{display:flex;flex-direction:column;align-items:center;text-align:center;gap:var(--space-6)}@media(min-width:990px){.product-page{grid-template-columns:1fr 1fr;gap:var(--space-8)}}.product-info{display:flex;flex-direction:column;gap:var(--space-4)}.product-info__stickers{display:flex;flex-wrap:wrap;gap:var(--space-2)}.product-info__reservation{padding:var(--space-5);background:var(--color-sky-light);border-radius:var(--card-radius);border:2px solid rgba(29,78,158,.14)}.product-info__reservation-heading{color:var(--color-navy)}.product-info__reservation-text{margin-top:var(--space-2)}.product-info__reservation-row{display:flex;gap:var(--space-2);flex-wrap:wrap;margin-top:var(--space-4)}.product-info__reservation-row input{flex:1 1 20rem;border:2px solid rgba(20,58,120,.2);border-radius:var(--btn-radius);padding:1.2rem 1.8rem;background:#fff}.product-info__reservation-row .btn{flex-shrink:0}.product-info__reservation-note{margin-top:var(--space-2);font-size:var(--text-xs);opacity:.7}.customer-register__card{max-width:48rem;margin-inline:auto;padding:var(--space-6)}.customer-register__name{display:grid;gap:0 var(--space-3)}@media(min-width:750px){.customer-register__name{grid-template-columns:1fr 1fr}}.customer-register__login-hint{margin-top:var(--space-4);text-align:center;font-size:var(--text-sm)}.customer-register__login-hint a{font-weight:var(--font-body-weight-bold);color:var(--color-blue)}.customer-reset__card{max-width:48rem;margin-inline:auto;padding:var(--space-6)}.main-search__head h1{color:var(--color-navy)}.main-search__form{display:flex;flex-wrap:wrap;justify-content:center;gap:var(--space-2);max-width:56rem;margin:var(--space-4) auto 0}.main-search__input{flex:1 1 24rem;font-size:var(--text-lg)}.main-search__form .btn{display:inline-flex;align-items:center;gap:var(--space-2)}.main-search__count{margin:0 0 var(--space-5);font-family:var(--font-heading);font-weight:700;color:var(--color-blue)}.main-search__grid{list-style:none;margin:0;padding:0}.main-search__item{display:flow-root}.main-search__card{height:100%;padding:var(--space-5);display:flex;flex-direction:column;gap:var(--space-2);align-items:flex-start}.main-search__type{margin:0;font-size:var(--text-xs);font-weight:var(--font-body-weight-bold);text-transform:uppercase;letter-spacing:.08em;color:var(--color-blue)}.main-search__title{margin:0}.main-search__title a{text-decoration:none;color:var(--color-navy)}.main-search__title a:hover{color:var(--color-blue)}.main-search__mascot{width:12rem;height:auto;border-radius:50%;box-shadow:var(--shadow-chip);margin-bottom:var(--space-4)}.main-search__no-results{max-width:44ch;margin:0 auto var(--space-5)}.multicolumn__item{display:flex;flex-direction:column;align-items:flex-start;gap:var(--space-3)}.multicolumn__item--card{padding:var(--space-5);color:var(--color-text);transition:transform var(--dur-med) var(--ease-bounce),box-shadow var(--dur-med) var(--ease-out)}.multicolumn__item--card:hover{transform:translateY(-4px);box-shadow:var(--shadow-pop)}.multicolumn__image{width:100%;max-width:100%;height:auto;border-radius:var(--card-radius)}.multicolumn__icon{display:grid;place-items:center;width:5.6rem;height:5.6rem;flex-shrink:0;border-radius:50%;background:var(--color-sky);color:var(--color-blue)}.multicolumn__heading,.multicolumn__text p{margin:0}.multicolumn__text p+p{margin-top:var(--space-2)}.newsletter-banner__inner{display:flex;flex-direction:column;align-items:center;text-align:center;gap:var(--space-4)}.newsletter-banner__mascot{display:grid;place-items:center;width:10rem;height:10rem;background:#fff;border-radius:50%;box-shadow:var(--shadow-chip);animation:float-bob 4.5s ease-in-out infinite}.newsletter-banner__mascot img{width:7.2rem;height:auto;border-radius:50%}.newsletter-banner__heading{max-width:22ch}.newsletter-banner__text{max-width:52ch}.newsletter-banner__form-wrap{width:min(56rem,100%)}.newsletter-banner__form{display:flex;flex-direction:column;align-items:center;width:100%}.newsletter-banner__form .form-status{width:100%;margin-bottom:var(--space-3)}.newsletter-banner__pill{display:flex;align-items:center;gap:var(--space-2);width:100%;padding:.6rem .6rem .6rem 2.2rem;background:#fff;border-radius:999px;box-shadow:var(--shadow-pop)}.newsletter-banner__pill:focus-within{outline:3px solid var(--color-caramel);outline-offset:2px}.newsletter-banner__pill input{flex:1;min-width:0;border:0;background:transparent;font-size:var(--text-base);color:var(--color-text)}.newsletter-banner__pill input:focus{outline:none}.newsletter-banner__pill .btn{flex-shrink:0}.newsletter-banner__note{margin-top:var(--space-3);max-width:52ch;font-size:var(--text-xs);opacity:.8}@media(max-width:479px){.newsletter-banner__pill{flex-direction:column;align-items:stretch;padding:var(--space-3);border-radius:var(--card-radius)}.newsletter-banner__pill input{padding:var(--space-2) var(--space-1);text-align:center}}.lines__grid{margin-top:var(--space-6)}.lines__card{position:relative;padding:clamp(2rem,1.6rem + 2vw,3.2rem);text-align:center}.lines__soon{position:absolute;top:var(--space-3);right:var(--space-3);padding:.4rem 1rem;border-radius:999px;background:var(--color-caramel);color:var(--color-choc);font-family:var(--font-heading);font-weight:700;font-size:var(--text-xs);rotate:3deg}.lines__brand{font-family:var(--font-heading);font-weight:700;font-size:var(--text-sm);color:var(--color-blue);letter-spacing:.02em}.lines__name{font-family:var(--font-display, var(--font-heading));font-weight:var(--font-display-weight, 800);font-size:var(--text-2xl);color:var(--color-navy);text-transform:uppercase;letter-spacing:.02em;margin-top:.2rem}.lines__tagline{color:var(--color-blue);font-weight:var(--font-body-weight-bold);margin-top:.2rem}.lines__flavors{display:flex;flex-wrap:wrap;justify-content:center;gap:.6rem;margin-top:var(--space-4)}.lines__chip{padding:.4rem 1rem;border-radius:999px;background:var(--color-sky-light);color:var(--color-navy);font-size:var(--text-xs);font-weight:var(--font-body-weight-bold)}.lines__quality{margin-top:var(--space-7);text-align:center}.lines__quality-head{font-size:var(--text-sm);opacity:.75;margin-bottom:var(--space-3)}.lines__quality-row{display:flex;flex-wrap:wrap;justify-content:center;gap:var(--space-2)}.lines__qtag{padding:.5rem 1.4rem;border:1px solid rgba(20,58,120,.18);border-radius:999px;font-size:var(--text-sm);font-weight:var(--font-body-weight-bold);background:#fff}.rich-text__content{display:flex;flex-direction:column;align-items:flex-start;gap:var(--space-3);max-width:64rem}.rich-text__content--center{align-items:center;text-align:center;margin-inline:auto}.rich-text__content .btn{margin-top:var(--space-2)}.stat-cards__card{display:grid;justify-items:center;gap:var(--space-2);padding:var(--space-6) var(--space-4);text-align:center}.stat-cards__chip{display:grid;place-items:center;width:5.6rem;height:5.6rem;border-radius:50%;background:var(--color-sky);color:var(--color-blue);margin-bottom:var(--space-1)}.stat-cards__value{font-family:var(--font-heading);font-weight:800;font-size:var(--text-4xl);line-height:1;color:var(--color-blue)}.stat-cards__label{font-size:var(--text-sm);color:var(--color-text)}.testimonials__card{display:flex;flex-direction:column;gap:var(--space-3);padding:var(--space-5);color:var(--color-text);rotate:-1deg;transition:rotate var(--dur-med) var(--ease-bounce)}.testimonials__card:nth-child(2n){rotate:1deg}.testimonials__card:hover,.testimonials__card:focus-within{rotate:0deg}.testimonials__stars{display:flex;gap:.3rem;color:var(--color-caramel)}.testimonials__quote{margin:0;font-style:normal}.testimonials__quote p{margin:0}.testimonials__author{display:flex;align-items:center;gap:var(--space-2);margin-top:auto;font-family:var(--font-heading);font-weight:700;color:var(--color-navy)}.testimonials__avatar{display:grid;place-items:center;width:4.2rem;height:4.2rem;flex-shrink:0;border-radius:50%;background:var(--color-sky);color:var(--color-navy);font-family:var(--font-heading);font-weight:700;font-size:var(--text-lg)}.usp-marquee{overflow:hidden;padding-block:var(--space-4)}.usp-marquee__track{display:flex;width:max-content;animation:marquee var(--usp-marquee-dur, 24s) linear infinite}.usp-marquee:hover .usp-marquee__track{animation-play-state:paused}.usp-marquee__list{display:flex;align-items:center;flex:none;list-style:none;margin:0;padding:0}.usp-marquee__item{display:flex;align-items:center;gap:var(--space-6);padding-inline-end:var(--space-6)}.usp-marquee__text{font-family:var(--font-heading);font-weight:700;font-size:var(--text-2xl);line-height:1.1;white-space:nowrap}.usp-marquee--uppercase .usp-marquee__text{text-transform:uppercase;letter-spacing:.05em}.usp-marquee__divider{display:inline-flex;color:var(--scheme-accent, var(--color-blue))}@media(prefers-reduced-motion:reduce){.usp-marquee__track{animation:none}}
/*# sourceMappingURL=/cdn/shop/t/14/compiled_assets/styles.css.map */
