.not-found-page{min-height:60vh;display:flex;align-items:center;justify-content:center;padding:4rem 1.5rem}.not-found-page__inner{max-width:540px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem}.not-found-page__code{color:var(--color-brand, #3ba9ce);font-size:clamp(3.5rem,10vw,6rem);font-weight:700;line-height:1;margin:0;letter-spacing:-.02em}.not-found-page__heading{font-size:clamp(1.5rem,3.5vw,2.25rem);color:var(--color-foreground, #1a2e44);margin:0}.not-found-page__text{color:var(--color-foreground, #1a2e44);opacity:.75;font-size:1rem;line-height:1.7;margin:0 0 .5rem}@media(max-width:480px){.not-found-page{min-height:50vh;padding:3rem 1.25rem}}.about-us{padding:5rem 4rem}.about-us__inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:5fr 7fr;gap:4rem;align-items:center}.about-us__inner--flip .about-us__text{order:2}.about-us__inner--flip .about-us__images{order:1}.about-us__text{display:flex;flex-direction:column;gap:1.5rem}.about-us__heading{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:700;color:var(--color-brand, #3ba9ce);line-height:1.2;margin:0}.about-us__body{color:var(--color-foreground, #333);font-size:1rem;line-height:1.75}.about-us__body p{margin:0 0 1em}.about-us__body p:last-child{margin-bottom:0}.about-us__button{display:inline-flex;align-items:center;justify-content:center;background:var(--color-brand, #3ba9ce);color:#fff;text-decoration:none;font-weight:700;font-size:.875rem;text-transform:uppercase;letter-spacing:.1em;padding:.9rem 2rem;border-radius:3rem;width:fit-content;transition:opacity .2s ease}.about-us__button:hover{opacity:.85}.about-us__images{display:grid;grid-template-columns:1fr 1fr;gap:6px;border-radius:1.5rem;overflow:hidden;min-height:400px}.about-us__images:has(.about-us__img-wrap:only-child){grid-template-columns:1fr}.about-us__img-wrap{overflow:hidden;min-height:400px}.about-us__img{width:100%;height:100%;display:block;object-fit:cover;object-position:center top}@media(max-width:768px){.about-us{padding:3.5rem 1.5rem}.about-us__inner{grid-template-columns:1fr;gap:2.5rem}.about-us__inner--flip .about-us__text,.about-us__inner--flip .about-us__images{order:unset}.about-us__images,.about-us__img-wrap{min-height:300px}}@media(max-width:480px){.about-us__images{grid-template-columns:1fr;min-height:260px}.about-us__img-wrap{min-height:260px}}.article-page{padding:3rem 4rem 5rem}.article-page__inner{max-width:760px;margin:0 auto}.article-page__header{text-align:center;margin-bottom:2.5rem}.article-page__title{font-size:clamp(1.75rem,4vw,2.75rem);color:var(--color-foreground, #1a2e44);margin:0 0 .75rem;line-height:1.2}.article-page__meta{color:var(--color-foreground, #1a2e44);opacity:.65;font-size:.9rem;margin:0}.article-page__image{aspect-ratio:16 / 9;overflow:hidden;border-radius:1rem;margin-bottom:2.5rem;background:#f4fafd}.article-page__img{width:100%;height:100%;object-fit:cover;display:block}.article-page__content{font-size:1.0625rem;line-height:1.8}.article-comments{margin-top:4rem;padding-top:3rem;border-top:1px solid #e3edf3}.article-comments__heading{font-size:clamp(1.25rem,2.5vw,1.75rem);color:var(--color-foreground, #1a2e44);margin:0 0 2rem}.article-comments__list{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:3rem}.article-comment{background:#f4fafd;border-radius:.75rem;padding:1.25rem 1.5rem}.article-comment__author{font-weight:700;color:var(--color-foreground, #1a2e44);margin:0}.article-comment__date{color:var(--color-foreground, #1a2e44);opacity:.6;font-size:.85rem;margin:0 0 .5rem}.article-comment__body{color:var(--color-foreground, #1a2e44);margin:0;line-height:1.7}.article-comments__pagination{display:flex;justify-content:center;margin-top:1.5rem}.comment-form{background:#f4fafd;border-radius:1rem;padding:2rem}.comment-form__heading{font-size:1.25rem;color:var(--color-foreground, #1a2e44);margin:0 0 1.5rem}.comment-form__errors{color:#c73c3c;background:#fdecec;border-radius:.5rem;padding:.75rem 1rem;margin-bottom:1.25rem;font-size:.875rem}.comment-form__row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}.comment-form__field{margin-bottom:1rem}.comment-form__field:last-of-type{margin-bottom:1.5rem}.comment-form__row .comment-form__field{margin-bottom:0}@media(max-width:768px){.article-page{padding:2rem 1.5rem 3.5rem}.article-page__image{margin-bottom:2rem;border-radius:.75rem}.article-comments{margin-top:3rem;padding-top:2rem}.comment-form{padding:1.5rem}.comment-form__row{grid-template-columns:1fr;gap:0;margin-bottom:0}.comment-form__row .comment-form__field{margin-bottom:1rem}}.blog-page{padding:3rem 4rem 5rem}.blog-page__inner{max-width:1400px;margin:0 auto}.blog-page__header{margin-bottom:2.5rem}.blog-page__title{font-size:clamp(1.75rem,4vw,2.75rem);color:var(--color-foreground, #1a2e44);margin:0;line-height:1.2}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.blog-card{display:flex;flex-direction:column;text-decoration:none;color:inherit;background:#fff;border-radius:1rem;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease;box-shadow:0 2px 12px #1a2e440a}.blog-card:hover{transform:translateY(-3px);box-shadow:0 6px 24px #1a2e441a;opacity:1}.blog-card__image{aspect-ratio:16 / 10;overflow:hidden;background:#f4fafd}.blog-card__img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.blog-card:hover .blog-card__img{transform:scale(1.04)}.blog-card__img-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#e3edf3,#c4d6e0)}.blog-card__content{padding:1.5rem;display:flex;flex-direction:column;gap:.5rem;flex:1}.blog-card__meta{color:var(--color-foreground, #1a2e44);opacity:.6;font-size:.8rem;margin:0;text-transform:uppercase;letter-spacing:.05em}.blog-card__title{font-size:1.15rem;color:var(--color-foreground, #1a2e44);margin:0;line-height:1.35}.blog-card__excerpt{color:var(--color-foreground, #1a2e44);opacity:.75;font-size:.9rem;line-height:1.6;margin:0;flex:1}.blog-card__cta{color:var(--color-brand, #3ba9ce);font-weight:700;font-size:.875rem;margin-top:.5rem}.blog-page__pagination{margin-top:3rem;display:flex;justify-content:center}.blog-page__empty{color:#8aa0b0;font-style:italic;text-align:center;padding:3rem 0}@media(max-width:1024px){.blog-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.blog-page{padding:2rem 1.5rem 3.5rem}.blog-grid{gap:1.25rem}.blog-card__content{padding:1.25rem}}@media(max-width:600px){.blog-grid{grid-template-columns:1fr}}.cart-page{padding:4rem 1.5rem 6rem}.cart-page__inner{max-width:1400px;margin:0 auto}.cart-page__header{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-bottom:2.5rem;padding-bottom:1.25rem;border-bottom:1px solid #e3edf3}.cart-page__title{font-size:clamp(1.75rem,4vw,2.75rem);font-weight:700;color:var(--color-foreground, #1a2e44);margin:0}.cart-page__continue{font-size:.95rem;font-weight:600;color:var(--color-brand, #3ba9ce);text-decoration:none}.cart-page__continue:hover{opacity:.75}.cart-page__items{display:flex;flex-direction:column}.cart-page__row{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;align-items:center;gap:1.5rem;padding:1.75rem 0;border-bottom:1px solid #e3edf3}.cart-page__row--head{padding:.75rem 0;border-bottom:2px solid #e3edf3;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#6a8295}.cart-page__cell--price,.cart-page__cell--qty,.cart-page__cell--total{text-align:center}.cart-page__cell--total{text-align:right;font-weight:700}.cart-page__cell--product{display:flex;align-items:center;gap:1.25rem}.cart-page__image-link{flex-shrink:0;width:110px;height:110px;border-radius:1rem;overflow:hidden;background:#f4fafd;display:block}.cart-page__image{width:100%;height:100%;object-fit:cover;display:block}.cart-page__image--placeholder{fill:var(--color-brand, #3ba9ce);background:#f4fafd}.cart-page__info{display:flex;flex-direction:column;gap:.35rem;min-width:0}.cart-page__product-title{font-size:1.05rem;font-weight:700;color:var(--color-foreground, #1a2e44);text-decoration:none;line-height:1.3}.cart-page__product-title:hover{color:var(--color-brand, #3ba9ce);opacity:1}.cart-page__variant{font-size:.875rem;color:#6a8295;margin:0}.cart-page__properties{list-style:none;padding:0;margin:.25rem 0 0;font-size:.8rem;color:#6a8295}.cart-page__properties li{margin-bottom:.15rem}.cart-page__remove{align-self:flex-start;margin-top:.4rem;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#99adbc;text-decoration:none}.cart-page__remove:hover{color:#d44a4a;opacity:1}.cart-page__price,.cart-page__line-total{font-size:1rem;color:var(--color-foreground, #1a2e44)}.cart-page__price-original{display:block;text-decoration:line-through;color:#99adbc;font-size:.85rem;margin-bottom:.15rem}.cart-page__qty{display:inline-flex;justify-content:center}.cart-page__qty-input{width:80px;text-align:center;padding:.55rem .5rem;font-weight:600;border:1.5px solid #d0dce6;border-radius:var(--style-border-radius-inputs, 6px);background:#fff}.cart-page__qty-input:focus{border-color:var(--color-brand, #3ba9ce);outline:none;box-shadow:0 0 0 3px #3ba9ce26}.cart-page__footer{display:grid;grid-template-columns:1fr 380px;gap:3rem;margin-top:2.5rem;align-items:start}.cart-page__note label{font-size:.875rem;font-weight:600;color:var(--color-foreground, #1a2e44);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.6rem}.cart-page__note textarea{min-height:100px}.cart-page__summary{background:#f4fafd;border-radius:1rem;padding:1.75rem}.cart-page__discounts{list-style:none;padding:0;margin:0 0 1rem;font-size:.9rem;color:var(--color-brand, #3ba9ce)}.cart-page__discounts li{display:flex;justify-content:space-between;margin-bottom:.35rem}.cart-page__subtotal-row{display:flex;justify-content:space-between;align-items:baseline;padding-bottom:.6rem;border-bottom:1px solid #d8e6ee}.cart-page__subtotal-label{font-size:1rem;font-weight:700;color:var(--color-foreground, #1a2e44);text-transform:uppercase;letter-spacing:.08em}.cart-page__subtotal-value{font-size:1.35rem;font-weight:700;color:var(--color-foreground, #1a2e44)}.cart-page__taxes{font-size:.825rem;color:#6a8295;margin:.85rem 0 1.5rem;line-height:1.5}.cart-page__actions{display:flex;flex-direction:column;gap:.75rem}.cart-page__actions .button{width:100%}.cart-page__empty{text-align:center;padding:4rem 1rem 2rem}.cart-page__empty-title{font-size:clamp(1.5rem,3vw,2rem);color:var(--color-foreground, #1a2e44);margin-bottom:.75rem}.cart-page__empty-text{color:#6a8295;margin-bottom:2rem}.cart-page__empty .button{margin:0 auto}@media(max-width:900px){.cart-page__footer{grid-template-columns:1fr;gap:2rem}}@media(max-width:700px){.cart-page{padding:2.5rem 1rem 4rem}.cart-page__row--head{display:none}.cart-page__row{grid-template-columns:100px 1fr;grid-template-areas:"product product" "price   qty" "total   total";gap:.85rem 1rem;padding:1.5rem 0}.cart-page__cell--product{grid-area:product}.cart-page__cell--price{grid-area:price;text-align:left}.cart-page__cell--qty{grid-area:qty;text-align:right;justify-content:flex-end}.cart-page__cell--total{grid-area:total;text-align:right;padding-top:.5rem;border-top:1px dashed #e3edf3}.cart-page__cell--price:before,.cart-page__cell--qty:before,.cart-page__cell--total:before{content:attr(data-label) ": ";font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#6a8295;margin-right:.4rem}.cart-page__qty{justify-content:flex-end}.cart-page__qty-input{width:70px}.cart-page__image-link{width:90px;height:90px}}.collection-page{max-width:1400px;margin:0 auto;padding:0 4rem 5rem}.collection-header__desc{font-size:.9375rem;color:#1a2e4499;max-width:760px;line-height:1.8;margin:0 0 2rem}.collection-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.75rem}.product-card{text-decoration:none;color:inherit;display:flex;flex-direction:column;gap:.75rem;animation:card-fade-up .5s ease both;animation-delay:calc(var(--card-index, 0) * 55ms)}.product-card__image-wrap{position:relative;aspect-ratio:1 / 1;overflow:hidden;border-radius:1rem;background:#fff;transition:box-shadow .35s ease}.product-card:hover .product-card__image-wrap{box-shadow:0 14px 36px #1a2e441c}.product-card__img-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:1.5rem}.product-card__img-placeholder svg{width:100%;height:auto;opacity:.2}.product-card__badge{position:absolute;top:.65rem;left:.65rem;background:var(--color-brand, #3ba9ce);color:#fff;font-size:.6rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;padding:.2rem .6rem;border-radius:2rem}.product-card__info{display:flex;flex-direction:column;gap:.2rem;padding:0 .1rem}.product-card__price{display:flex;align-items:center;gap:.4rem;flex-wrap:wrap}.product-card__price-regular{font-size:.875rem;font-weight:500;color:#1a2e44a6}.product-card__price-sale{font-size:.875rem;font-weight:600;color:var(--color-brand, #3ba9ce)}.product-card__price-compare{font-size:.8rem;color:#a0b4c4;text-decoration:line-through}.collection-pagination{margin-top:3.5rem;display:flex;justify-content:center}.collection-empty{color:#8aa0b0;font-size:1rem;text-align:center;padding:5rem 0}@media(max-width:1024px){.collection-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.collection-page{padding:0 1.5rem 3.5rem}.collection-header{padding:2.5rem 0 2rem}.collection-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}}@media(max-width:400px){.collection-grid{gap:.875rem}}.collections-page{padding:3rem 4rem 5rem}.collections-page__inner{max-width:1400px;margin:0 auto}.collections-page__header{margin-bottom:2.5rem}.collections-page__title{font-size:clamp(1.75rem,4vw,2.75rem);color:var(--color-foreground, #1a2e44);margin:0;line-height:1.2}.collections-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(var(--collection-card-size),100%),1fr));gap:var(--grid-gap, 24px)}.collections--compact{--collection-card-size: 200px}.collections--full{--collection-card-size: 280px}.collection-card{display:flex;flex-direction:column;gap:.75rem;text-decoration:none;color:inherit;width:100%}.collection-card__image-wrap{aspect-ratio:1 / 1;overflow:hidden;border-radius:.75rem;background:#f4fafd}.collection-card__image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}.collection-card:hover .collection-card__image{transform:scale(1.04)}.collection-card__image-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#e3edf3,#c4d6e0)}.collection-card__content{display:flex;flex-direction:column;gap:.25rem}.collection-card__title{font-size:1rem;font-weight:700;color:var(--color-foreground, #1a2e44);margin:0}.collection-card__desc{font-size:.875rem;color:var(--color-foreground, #1a2e44);opacity:.7;line-height:1.5;margin:0}.collections-page__empty{color:#8aa0b0;font-style:italic;text-align:center;padding:3rem 0}@media(max-width:768px){.collections-page{padding:2rem 1.5rem 3.5rem}.collections--full{--collection-card-size: 220px}}@media(max-width:480px){.collections--compact,.collections--full{--collection-card-size: 150px}.collections-grid{gap:1rem}}.contact-section{padding:5rem 4rem}.contact-section__inner{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start}.contact-section__inner--flip .contact-section__form-col{order:2}.contact-section__inner--flip .contact-section__image-col{order:1}.contact-section__heading{font-size:clamp(1.6rem,3vw,2.5rem);font-weight:700;color:var(--color-foreground, #333);margin:0 0 .75rem;line-height:1.2}.contact-section__subheading{color:#666;font-size:1rem;line-height:1.6;margin:0 0 2rem}.contact-section__success{background:#e6f7f0;border:1px solid #b0e0ca;color:#1a6b4a;padding:1rem 1.25rem;border-radius:.5rem;margin-bottom:1.5rem;font-size:.95rem}.contact-section__error{background:#fdf0f0;border:1px solid #f0b8b8;color:#8b1a1a;padding:1rem 1.25rem;border-radius:.5rem;margin-bottom:1.5rem;font-size:.95rem}.contact-section__info{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.contact-section__email{display:inline-flex;align-items:center;gap:.5rem;color:var(--color-brand, #3ba9ce);text-decoration:none;font-size:1rem;font-weight:600;transition:opacity .2s ease}.contact-section__email:hover{opacity:.75}.contact-section__email svg{width:1.25rem;height:1.25rem;fill:currentColor;flex-shrink:0}.contact-section__social{display:flex;gap:.75rem;flex-wrap:wrap}.contact-section__social-link{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border:1.5px solid #d0d8df;border-radius:2rem;color:var(--color-foreground, #1a2e44);text-decoration:none;font-size:.875rem;font-weight:600;transition:border-color .2s ease,background .2s ease,color .2s ease}.contact-section__social-link:hover{border-color:var(--color-brand, #3ba9ce);background:var(--color-brand, #3ba9ce);color:#fff}.contact-section__social-link svg{width:1rem;height:1rem;fill:currentColor;flex-shrink:0}.contact-section__fields{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;margin-bottom:1.5rem}.contact-field{display:flex;flex-direction:column;gap:.4rem}.contact-field--full{grid-column:1 / -1}.contact-field__label{font-size:.875rem;font-weight:600;color:var(--color-foreground, #333);letter-spacing:.02em}.contact-field__input,.contact-field__textarea{width:100%;padding:.75rem 1rem;border:1.5px solid #d0d8df;border-radius:var(--inputs-radius, 4px);font-family:inherit;font-size:1rem;color:var(--color-foreground, #333);background:#fff;transition:border-color .2s ease;box-sizing:border-box}.contact-field__input:focus,.contact-field__textarea:focus{outline:none;border-color:var(--color-brand, #3ba9ce)}.contact-field__textarea{resize:vertical;min-height:140px}.contact-section__submit{display:inline-flex;align-items:center;justify-content:center;background:var(--color-brand, #3ba9ce);color:#fff;border:none;font-family:inherit;font-weight:600;font-size:1rem;text-transform:uppercase;letter-spacing:.08em;padding:1rem 2.5rem;border-radius:3rem;cursor:pointer;transition:opacity .2s ease}.contact-section__submit:hover{opacity:.85}.contact-section__image-col{position:sticky;top:2rem;display:flex;flex-direction:column;gap:.75rem}.contact-section__img-wrap{border-radius:1.5rem;overflow:hidden}.contact-section__img{width:100%;height:auto;display:block;object-fit:cover}.contact-section__img-caption{text-align:center;font-size:.8rem;color:#1a2e4480;font-style:italic;margin:0;letter-spacing:.02em}@media(max-width:768px){.contact-section{padding:3.5rem 1.5rem}.contact-section__inner{grid-template-columns:1fr;gap:2.5rem}.contact-section__inner--flip .contact-section__form-col,.contact-section__inner--flip .contact-section__image-col{order:unset}.contact-section__image-col{position:static}.contact-section__fields{grid-template-columns:1fr}}.custom-section{position:relative;overflow:hidden;width:100%}.custom-section__background{position:absolute;width:100%;height:100%;z-index:-1;overflow:hidden}.custom-section__background img{position:absolute;width:100%;height:auto;top:50%;left:50%;transform:translate(-50%,-50%)}.custom-section__content{display:grid;grid-template-columns:var(--content-grid)}.custom-section__content>*{grid-column:2}.fit-guide{padding:5rem 4rem}.fit-guide__inner{max-width:1400px;margin:0 auto;text-align:center}.fit-guide__heading{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:700;color:var(--color-brand, #3ba9ce);line-height:1.2;margin:0 0 .75rem}.fit-guide__subheading{color:var(--color-foreground, #333);font-size:1.05rem;max-width:640px;margin:0 auto 3rem;line-height:1.6}.fit-guide__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem;max-width:760px;margin:0 auto}.fit-guide__grid:has(.fit-guide__col:only-child){grid-template-columns:1fr;max-width:380px}.fit-guide__grid--three{grid-template-columns:repeat(3,1fr);gap:2.5rem;max-width:1140px}.fit-guide__col{display:flex;flex-direction:column;align-items:center}.fit-guide__img-wrap{width:100%;max-width:340px;aspect-ratio:4 / 5;border-radius:1rem;overflow:hidden;background:#f5ede0}.fit-guide__img{width:100%;height:100%;display:block;object-fit:cover;object-position:center top}.fit-guide__label{font-size:1.25rem;font-weight:700;color:var(--color-foreground, #1a2e44);margin:1.5rem 0 .5rem}.fit-guide__caption{color:var(--color-foreground, #555);font-size:.95rem;line-height:1.6;max-width:340px;margin:0}@media(max-width:768px){.fit-guide{padding:3.5rem 1.5rem}.fit-guide__grid,.fit-guide__grid--three{grid-template-columns:1fr;gap:2.5rem}}.site-footer{background:#0c1b28;color:#ffffffa6;padding:0 4rem;margin-top:0}.footer__wave{line-height:0;margin:0 -4rem -1px}.footer__wave svg{display:block;width:100%;height:56px}.footer__inner{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem;padding:2.5rem 0 3.5rem}.footer__logo-link{display:inline-block;text-decoration:none;margin-bottom:.75rem}.footer__logo{width:auto;max-width:140px;max-height:90px;object-fit:contain;display:block;opacity:.9;margin-bottom:.25rem}.footer__brand-name{display:block;color:#fff;font-size:1.35rem;font-weight:700;letter-spacing:.11em;text-transform:uppercase}.footer__tagline{font-size:.875rem;line-height:1.75;font-style:italic;color:#ffffff73;margin:.6rem 0 1.5rem;max-width:220px}.footer__email-link{display:inline-flex;align-items:center;gap:.5rem;color:#ffffffa6;text-decoration:none;font-size:.875rem;margin-bottom:1.5rem;transition:color .2s ease}.footer__email-link:hover{color:var(--color-brand, #3ba9ce)}.footer__email-link svg{width:1rem;height:1rem;fill:currentColor;flex-shrink:0;opacity:.65}.footer__social{display:flex;gap:.65rem}.footer__social-link{display:flex;align-items:center;justify-content:center;width:2.15rem;height:2.15rem;border-radius:50%;border:1px solid rgba(255,255,255,.18);color:#fff9;text-decoration:none;transition:border-color .22s ease,color .22s ease}.footer__social-link:hover{border-color:var(--color-brand, #3ba9ce);color:var(--color-brand, #3ba9ce)}.footer__social-link svg{width:.95rem;height:.95rem;fill:currentColor}.footer__col-heading{color:#ffffff59;font-size:.68rem;font-weight:600;text-transform:uppercase;letter-spacing:.15em;margin:0 0 1.25rem}.footer__nav{display:flex;flex-direction:column;gap:.75rem}.footer__nav a{color:#fff9;text-decoration:none;font-size:.875rem;transition:color .2s ease}.footer__nav a:hover,.footer__nav a[aria-current=page]{color:#fff}.footer__bottom{max-width:1400px;margin:0 auto;border-top:1px solid rgba(59,169,206,.14);padding:1.4rem 0 1.6rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.footer__copyright{font-size:.775rem;color:#ffffff4d;margin:0;letter-spacing:.03em}.footer__credit{font-size:.7rem;color:#ffffff38;margin:0;letter-spacing:.03em}.footer__credit a{color:inherit;text-decoration:underline;text-decoration-color:#ffffff4d}.footer__credit a:hover{color:#ffffff73}.footer__payment{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.footer__payment svg{height:22px;width:auto;opacity:.35}@media(max-width:900px){.site-footer{padding:0 2rem}.footer__wave{margin-left:-2rem;margin-right:-2rem}.footer__inner{grid-template-columns:1fr 1fr;gap:2rem;padding-top:2rem}.footer__col--brand{grid-column:1 / -1}}@media(max-width:480px){.site-footer{padding:0 1.5rem}.footer__wave{margin-left:-1.5rem;margin-right:-1.5rem}.footer__wave svg{height:40px}.footer__inner{grid-template-columns:1fr;padding-top:1.5rem}}.full-width-img-section{overflow:hidden;line-height:0}.full-width-img-section__img{width:100%;max-width:none;display:block;object-fit:cover;height:var(--full-width-img-height, auto)}.shopify-section:has(>.site-header:not(.site-header--solid)){height:0;position:relative;z-index:100}.shopify-section:has(>.site-header--solid){position:relative;z-index:100}.site-header{position:absolute;top:0;left:0;right:0;display:flex;align-items:center;justify-content:space-between;padding:1.5rem 4rem;background:transparent;overflow:visible}.site-header--solid{position:relative;background:#fff;box-shadow:0 2px 12px #1a2e440f;border-bottom:1px solid #eef3f6}.header__logo{flex-shrink:0;width:var(--header-logo-max-width, 80px);max-height:var(--header-logo-max-height, 50px);display:flex;align-items:center}.header__logo a{display:block;text-decoration:none;width:100%}.header__logo-img{width:100%;height:auto;max-height:var(--header-logo-max-height, 50px);object-fit:contain;display:block;filter:brightness(0) invert(1)}.header__logo a:hover{opacity:1}.site-header--solid .header__logo-img{filter:none}.header__shop-name{color:#fff;font-size:1.5rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em}.site-header--solid .header__shop-name{color:var(--color-foreground, #1a2e44)}.header__menu{display:flex;align-items:center;gap:2rem;margin:0;padding:0}.header__menu-item{position:relative;display:flex;align-items:center}.header__menu-item--mega{position:static;align-self:stretch;display:flex;align-items:center}.header__menu-item>a{display:flex;align-items:center;gap:.35rem;color:#fff;text-decoration:none;font-weight:700;font-size:1rem;text-transform:uppercase;letter-spacing:.07em;white-space:nowrap;transition:opacity .2s ease}.header__menu-item>a:hover,.header__menu-item>a[aria-current=page]{opacity:.7}.site-header--solid .header__menu-item>a{color:var(--color-foreground, #1a2e44)}.site-header--solid .header__menu-item>a:hover,.site-header--solid .header__menu-item>a[aria-current=page]{color:var(--color-brand, #3ba9ce);opacity:1}.header__chevron{width:.6rem;height:.6rem;flex-shrink:0;transition:transform .2s ease}.header__menu-item--has-dropdown:hover .header__chevron,.header__menu-item--mega:hover .header__chevron{transform:rotate(180deg)}.header__dropdown{position:absolute;top:100%;left:50%;transform:translate(-50%);background:#fff;border-radius:.5rem;box-shadow:0 8px 24px #1a2e441f;min-width:180px;padding:.75rem 0 .5rem;z-index:10;opacity:0;visibility:hidden;transition:opacity .18s ease .15s,visibility .18s ease .15s}.header__menu-item--has-dropdown:hover .header__dropdown,.header__menu-item--has-dropdown:focus-within .header__dropdown{opacity:1;visibility:visible;transition-delay:0s}.header__dropdown a{display:block;padding:.6rem 1.2rem;color:var(--color-foreground, #1a2e44)!important;text-decoration:none;font-weight:600;font-size:.9rem;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;transition:color .15s ease,background .15s ease;opacity:1!important}.header__dropdown a:hover,.header__dropdown a[aria-current=page]{color:var(--color-brand, #3ba9ce)!important;background:#f5fafc;opacity:1!important}.header__mega{position:absolute;left:50%;transform:translate(-50%);top:100%;width:560px;background:#fff;box-shadow:0 8px 32px #1a2e441a;border-radius:0 0 .5rem .5rem;border-top:1px solid #eef3f6;z-index:10;opacity:0;visibility:hidden;transition:opacity .18s ease .15s,visibility .18s ease .15s}.header__menu-item--mega:hover .header__mega,.header__menu-item--mega:focus-within .header__mega{opacity:1;visibility:visible;transition-delay:0s}.header__mega-inner{display:flex;align-items:flex-start;gap:2rem;padding:1.5rem 2rem}.header__mega-cols{display:flex;gap:2.5rem;flex-shrink:0}.header__mega-col{min-width:110px}.header__mega-heading{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.14em;color:#8fa3b5;margin:0 0 1rem}.header__mega-col a{display:block;color:var(--color-foreground, #1a2e44);text-decoration:none;font-size:.88rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;padding:.38rem 0;transition:color .15s ease}.header__mega-col a:hover,.header__mega-col a[aria-current=page]{color:var(--color-brand, #3ba9ce)}.header__mega-tiles{display:flex;gap:1rem;flex-shrink:0}.header__mega-tile{display:flex;flex-direction:column;text-decoration:none;width:130px}.header__mega-tile-img{width:100%;aspect-ratio:3 / 4;object-fit:cover;border-radius:.4rem;display:block;transition:opacity .2s ease}.header__mega-tile:hover .header__mega-tile-img{opacity:.88}.header__mega-tile-placeholder{width:100%;aspect-ratio:3 / 4;background:#eef3f6;border-radius:.4rem}.header__mega-tile-caption{display:block;margin-top:.55rem;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--color-foreground, #1a2e44);text-align:center;transition:color .15s ease}.header__mega-tile:hover .header__mega-tile-caption{color:var(--color-brand, #3ba9ce)}.header__icons{display:flex;align-items:center;gap:1rem}.header__icons a,.header__icons shopify-account{color:#fff;text-decoration:none;display:flex;align-items:center;justify-content:center;position:relative;transition:opacity .2s ease}.header__icons a:hover,.header__icons shopify-account:hover{opacity:.7}.header__icons svg{width:1.75rem;height:1.75rem;fill:currentColor}.site-header--solid .header__icons a,.site-header--solid .header__icons shopify-account{color:var(--color-foreground, #1a2e44)}.site-header--solid .header__icons a:hover,.site-header--solid .header__icons shopify-account:hover{color:var(--color-brand, #3ba9ce);opacity:1}.header__cart{position:relative}.header__cart-count{position:absolute;top:-.5rem;right:-.75rem;background:var(--color-brand, #3ba9ce);color:#fff;font-size:.625rem;font-weight:700;min-width:1.1rem;height:1.1rem;border-radius:50%;display:flex;align-items:center;justify-content:center;padding:0 .2rem;line-height:1}.header__burger{display:none;flex-direction:column;justify-content:space-between;width:1.75rem;height:1.25rem;background:none;border:none;cursor:pointer;padding:0;flex-shrink:0}.header__burger span{display:block;width:100%;height:2px;background:#fff;border-radius:2px;transition:opacity .2s ease,background .2s ease}.site-header--solid .header__burger span{background:var(--color-foreground, #1a2e44)}.header__burger:hover span{opacity:.7}.mobile-nav{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:200}.mobile-nav.is-open{display:block}.mobile-nav__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0006}.mobile-nav__drawer{position:absolute;top:0;right:0;width:min(320px,85vw);height:100%;background:#fff;display:flex;flex-direction:column;padding:2rem 1.5rem;overflow-y:auto;box-shadow:-4px 0 24px #00000026}.mobile-nav__close{align-self:flex-end;background:none;border:none;font-size:2rem;line-height:1;cursor:pointer;color:var(--color-foreground, #1a2e44);padding:0;margin-bottom:2rem}.mobile-nav__close:hover{opacity:.6}.mobile-nav__link{display:block;color:var(--color-foreground, #1a2e44);text-decoration:none;font-weight:700;font-size:1.1rem;text-transform:uppercase;letter-spacing:.07em;padding:.85rem 0;border-bottom:1px solid #e8eef2;transition:color .2s ease}.mobile-nav__link:first-child{border-top:1px solid #e8eef2}.mobile-nav__link--heading{font-size:.8rem;color:#8fa3b5;cursor:default}.mobile-nav__link:hover,.mobile-nav__link[aria-current=page]{color:var(--color-brand, #3ba9ce)}.mobile-nav__row{display:flex;align-items:center;justify-content:space-between}.mobile-nav__row .mobile-nav__link{flex:1;border-bottom:none}.mobile-nav__item--has-children{border-bottom:1px solid #e8eef2}.mobile-nav__item--has-children:first-child{border-top:1px solid #e8eef2}.mobile-nav__toggle{background:none;border:none;cursor:pointer;padding:.85rem 0 .85rem .5rem;color:var(--color-foreground, #1a2e44);display:flex;align-items:center}.mobile-nav__toggle svg{width:.75rem;height:.75rem;transition:transform .2s ease}.mobile-nav__item--has-children.is-open .mobile-nav__toggle svg{transform:rotate(180deg)}.mobile-nav__sub{display:none;padding-left:1rem;padding-bottom:.5rem}.mobile-nav__item--has-children.is-open .mobile-nav__sub{display:block}.mobile-nav__sublink{display:block;color:var(--color-foreground, #1a2e44);text-decoration:none;font-weight:600;font-size:.95rem;text-transform:uppercase;letter-spacing:.06em;padding:.6rem 0;border-bottom:1px solid #f0f4f7;transition:color .2s ease}.mobile-nav__sublink:last-child{border-bottom:none}.mobile-nav__sublink:hover,.mobile-nav__sublink[aria-current=page]{color:var(--color-brand, #3ba9ce)}@media(max-width:768px){.site-header{padding:1.25rem 1.5rem}.header__logo{width:65px;max-height:50px}.header__logo-img{max-height:50px}.header__menu{display:none}.header__burger{display:flex}}.hero{position:relative;overflow:hidden;min-height:var(--hero-min-height, 720px)}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero__bg-img{width:100%;height:100%;max-width:none;object-fit:cover;object-position:center bottom;display:block}.hero__placeholder{width:100%;height:100%;max-width:none;display:block;background:#1a3a5c;fill:#2d5f8a}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,rgba(13,90,148,.9) 0%,rgba(13,90,148,.9) 40%,transparent 80%);mix-blend-mode:multiply;opacity:var(--hero-overlay-opacity, .4);z-index:1}.hero__inner{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:3rem;padding:10rem 0 6rem max(4rem,calc((100vw - 1400px)/2 + 4rem));min-height:var(--hero-min-height, 720px);box-sizing:border-box}.hero__text{display:flex;flex-direction:column;align-items:center;gap:1.5rem;max-width:52%}.hero__heading-1{font-size:clamp(1.75rem,4.5vw,4rem);font-weight:700;color:#effafe;line-height:1.1;text-shadow:0 4px 10px rgba(0,0,0,.17);margin:0;text-transform:uppercase;text-align:center;width:fit-content}.hero__heading-2{font-size:clamp(1.1rem,2.2vw,2rem);font-weight:700;color:#fff;line-height:1.3;text-shadow:0 4px 34px rgba(0,0,0,.25);margin:0;text-align:center}.hero__button{display:inline-flex;align-items:center;justify-content:center;background:var(--color-brand, #3ba9ce);color:#fff;text-decoration:none;font-weight:600;font-size:1rem;text-transform:uppercase;letter-spacing:.08em;padding:1rem 2.5rem;border-radius:3rem;width:fit-content;margin-top:.5rem;transition:opacity .2s ease}.hero__button:hover{opacity:.85}.hero__product{flex-shrink:0;width:44%;max-width:620px;align-self:stretch;border-radius:7rem 0 0 7rem;overflow:hidden}.hero__product-img{width:100%;height:100%;max-width:none;object-fit:cover;object-position:center top;display:block}.hero__fade{position:absolute;bottom:0;left:0;right:0;height:220px;background:linear-gradient(to bottom,transparent,var(--color-background, #fff) 85%);z-index:3;pointer-events:none}@media(max-width:768px){.hero{min-height:100svh}.hero__inner{flex-direction:column;align-items:center;justify-content:flex-start;padding:7rem 1.5rem 5rem;min-height:100svh;gap:2rem}.hero__text{max-width:100%;gap:1.25rem;width:100%}.hero__product{order:-1;display:block;width:65%;max-width:240px;height:280px;align-self:center;border-radius:2rem}.hero__fade{height:100px}}@supports not (min-height: 100svh){@media(max-width:768px){.hero,.hero__inner{min-height:100vh}}}.latest-products{padding:5.5rem 4rem;background:#fff}.latest-products__inner{max-width:1400px;margin:0 auto}.latest-products__header{margin-bottom:3rem;text-align:center}.latest-products__heading{font-size:clamp(1.5rem,3vw,2.25rem);font-weight:700;color:var(--color-brand, #3ba9ce);margin:0 0 .75rem;line-height:1.2}.latest-products__subtext{max-width:1300px;margin:0 auto}.latest-products__subtext p{font-size:.9375rem;color:#1a2e44a6;line-height:1.8;margin:0 0 1rem}.latest-products__subtext p:last-child{margin-bottom:0}.latest-products__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.product-card{display:flex;flex-direction:column;gap:.75rem;text-decoration:none;color:inherit;animation:card-fade-up .55s ease both;animation-delay:calc(var(--card-index, 0) * .08s)}@keyframes card-fade-up{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:none}}.product-card__image{position:relative;aspect-ratio:1 / 1;overflow:hidden;border-radius:1rem;background:#fff;transition:box-shadow .35s ease}.product-card:hover .product-card__image{box-shadow:0 14px 36px #1a2e441a}.product-card__badge{position:absolute;top:.75rem;left:.75rem;background:var(--color-brand, #3ba9ce);color:#fff;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;padding:.25rem .65rem;border-radius:2rem;z-index:1}.product-card__img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease}.product-card:hover .product-card__img{transform:scale(1.05)}.product-card__img-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#fff}.product-card__placeholder-svg{width:55%;height:55%;opacity:.22}.product-card__info{display:flex;flex-direction:column;gap:.2rem;padding:0 .1rem;text-align:center;align-items:center}.product-card__title{font-size:.9375rem;font-weight:600;color:var(--color-foreground, #1a2e44);margin:0;line-height:1.35}.product-card__variant{font-size:.8125rem;color:#1a2e4480;margin:0}.product-card__price{display:none}.product-card__price--sale{color:var(--color-brand, #3ba9ce);font-weight:600}.product-card__price--compare{text-decoration:line-through;opacity:.55;font-size:.8125rem}.latest-products__footer{margin-top:3.5rem;display:flex;justify-content:center}.latest-products__empty{color:#1a2e4473;font-style:italic;margin:0}@media(max-width:768px){.latest-products{padding:4rem 1.5rem}.latest-products__grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}}@media(max-width:480px){.latest-products__grid{grid-template-columns:1fr}}.markets-section{position:relative;padding:5rem 0;overflow:hidden}.markets-section__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.markets-section__bg-img{width:100%;height:100%;max-width:none;object-fit:cover;object-position:center;display:block}.markets-section__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#fff;opacity:var(--markets-overlay, .6);z-index:1}.markets-section__content{position:relative;z-index:2;max-width:1400px;margin:0 auto;padding:0 4rem}.markets-section__header{text-align:center;margin-bottom:2.5rem}.markets-section__heading{color:var(--color-brand, #3ba9ce);font-size:clamp(1.75rem,4vw,3rem);font-weight:700;margin:0 0 .25rem}.markets-section__subheading{color:var(--color-foreground, #1a2e44);font-size:1rem;font-weight:600;margin:0;text-transform:uppercase;letter-spacing:.08em}.markets-slider{display:flex;align-items:center;gap:.75rem}.markets-slider__viewport{overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;flex:1;min-width:0}.markets-slider__viewport::-webkit-scrollbar{display:none}.markets-slider__track{display:flex;gap:1.25rem}.markets-slider__arrow{flex-shrink:0;width:2.5rem;height:2.5rem;border-radius:50%;border:2px solid var(--color-brand, #3ba9ce);background:transparent;color:var(--color-brand, #3ba9ce);font-size:1.75rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease,color .2s ease;padding:0}.markets-slider__arrow:hover{background:var(--color-brand, #3ba9ce);color:#fff}.market-card{flex:0 0 calc(25% - .94rem);scroll-snap-align:start;min-width:180px}.market-card__image{aspect-ratio:1 / 1;overflow:hidden;background:#fff;border:1px solid #dde6ec;border-radius:4px;margin-bottom:.75rem;display:flex;align-items:center;justify-content:center;padding:.75rem;box-sizing:border-box}.market-card__img{width:100%;height:100%;object-fit:contain;display:block}.market-card__img-placeholder{width:100%;height:100%;background:#dde6ec}.market-card__info{display:flex;flex-direction:column;gap:.2rem}.market-card__detail{font-size:.875rem;color:var(--color-foreground, #1a2e44);margin:0;line-height:1.4}.market-card__label{color:var(--color-brand, #3ba9ce);font-weight:700;display:block}@media(max-width:768px){.markets-section__content{padding:0 1.5rem}.market-card{flex:0 0 calc(50% - .625rem)}}@media(max-width:480px){.market-card{flex:0 0 80%}}.nr-gallery{padding:5.5rem 4rem;background:var(--nr-gallery-bg, #fff)}.nr-gallery__inner{width:100%;text-align:center}.nr-gallery__heading{font-size:clamp(1.5rem,3vw,2.25rem);font-weight:700;color:var(--color-brand, #3ba9ce);margin:0 0 2.5rem;line-height:1.2}.nr-gallery__grid{display:grid;grid-template-columns:repeat(var(--nr-cols, 3),1fr);gap:1.25rem}.nr-gallery__item{display:flex;flex-direction:column;gap:.5rem}.nr-gallery__img{width:100%;aspect-ratio:1 / 1;object-fit:cover;border-radius:.75rem;display:block}.nr-gallery__caption{font-size:.8125rem;color:#1a2e448c;margin:0}@media(max-width:768px){.nr-gallery{padding:4rem 1.5rem}.nr-gallery__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.nr-gallery__grid{grid-template-columns:1fr}}.page-hero{position:relative;height:var(--page-hero-height, 280px);display:flex;align-items:center;justify-content:center;overflow:hidden}.page-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.page-hero__bg-img{width:100%;height:100%;object-fit:cover;object-position:var(--page-hero-img-pos, center center);display:block;max-width:none}.page-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#001428;opacity:var(--page-hero-overlay, 0);z-index:1;pointer-events:none}.page-hero__top-shade{position:absolute;top:0;left:0;right:0;height:60%;background:linear-gradient(to bottom,rgba(13,90,148,.55) 0%,rgba(13,90,148,.25) 50%,transparent 100%);z-index:1;pointer-events:none}.page-hero__fade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,transparent 45%,white 100%);z-index:1}.page-hero__content{position:relative;z-index:2;text-align:center;padding:5rem 2rem 2rem}.page-hero .page-hero__heading{font-family:var(--font-primary--family);color:#fff;font-size:clamp(1.4rem,2.8vw,2.2rem);font-weight:700;margin:0;text-shadow:0 2px 24px rgba(0,0,0,.35),0 1px 4px rgba(0,0,0,.2)}@media(max-width:768px){.page-hero{height:calc(var(--page-hero-height, 280px) * .8);min-height:180px}}.page-content{padding:4rem}.page-content__inner{max-width:800px;margin:0 auto}.page-content__title{font-size:clamp(1.75rem,4vw,2.75rem);color:var(--color-foreground, #1a2e44);margin:0 0 2rem;line-height:1.2}.page-content__body{color:var(--color-foreground, #1a2e44);font-size:1rem;line-height:1.75}@media(max-width:768px){.page-content{padding:2.5rem 1.5rem}.page-content__title{margin-bottom:1.5rem}}.password-page{min-height:70vh;display:flex;align-items:center;justify-content:center;padding:3rem 1.5rem}.password-page__card{max-width:480px;width:100%;text-align:center;background:#fff;border-radius:1rem;padding:3rem 2.5rem;box-shadow:0 4px 24px #1a2e4414}.password-page__title{font-size:clamp(1.5rem,3.5vw,2rem);color:var(--color-foreground, #1a2e44);margin:0 0 1rem}.password-page__message{color:var(--color-foreground, #1a2e44);opacity:.75;margin:0 0 1.75rem;line-height:1.6}.password-page__errors{color:#c73c3c;background:#fdecec;border-radius:.5rem;padding:.75rem 1rem;margin-bottom:1rem;font-size:.875rem;text-align:left}.password-page__field{display:flex;flex-direction:column;align-items:center;gap:.75rem}.password-page__field input{text-align:center}.password-page__field .btn{width:100%}@media(max-width:480px){.password-page__card{padding:2rem 1.5rem}}.photo-gallery{padding:5rem 4rem}.photo-gallery__header{max-width:1400px;margin:0 auto 1.5rem;text-align:center}.photo-gallery__heading{font-size:clamp(1.75rem,4vw,3rem);color:var(--color-brand, #3ba9ce);font-weight:700;margin:0 0 .5rem}.photo-gallery__subheading{color:var(--color-foreground, #1a2e44);font-size:1rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;margin:0 0 1rem}.photo-gallery__mailto{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1.5rem;background:var(--color-brand, #3ba9ce);color:#fff;border-radius:2rem;text-decoration:none;font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;transition:opacity .2s ease;margin-top:.5rem}.photo-gallery__mailto:hover{opacity:.85}.photo-gallery__mailto svg{width:1rem;height:1rem;flex-shrink:0}.photo-gallery__controls{max-width:1400px;margin:0 auto 2rem;display:flex;justify-content:center}.photo-gallery__filters{display:flex;gap:.625rem}.photo-gallery__filter{padding:.45rem 1.25rem;border:1.5px solid var(--color-brand, #3ba9ce);border-radius:2rem;background:transparent;color:var(--color-brand, #3ba9ce);font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;cursor:pointer;transition:background .2s ease,color .2s ease}.photo-gallery__filter--active,.photo-gallery__filter:hover{background:var(--color-brand, #3ba9ce);color:#fff}.photo-gallery__grid{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(var(--gallery-columns, 4),1fr);gap:.625rem}.photo-gallery__item{display:block;padding:0;border:none;background:#e8eff4;cursor:pointer;border-radius:.5rem;overflow:hidden;aspect-ratio:1 / 1;position:relative}.photo-gallery__item:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#3ba9ce00;transition:background .25s ease;pointer-events:none}.photo-gallery__item:hover:after,.photo-gallery__item:focus-visible:after{background:#3ba9ce2e}.photo-gallery__item:focus-visible{outline:3px solid var(--color-brand, #3ba9ce);outline-offset:3px}.photo-gallery__thumb{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.photo-gallery__item:hover .photo-gallery__thumb{transform:scale(1.05)}.photo-gallery__item--placeholder{cursor:default}.photo-gallery__item--placeholder svg{width:100%;height:100%}.photo-gallery__lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9000;background:#08121cf0;display:flex;align-items:center;justify-content:center;gap:1.25rem;padding:4rem 1.5rem 3rem}.photo-gallery__lightbox[hidden]{display:none}.photo-gallery__lb-stage{flex:1;min-width:0;display:flex;align-items:center;justify-content:center;max-height:calc(100vh - 7rem)}.photo-gallery__lb-img{max-width:100%;max-height:calc(100vh - 7rem);object-fit:contain;border-radius:.375rem;display:block;box-shadow:0 10px 50px #0009}.photo-gallery__lb-close{position:absolute;top:1rem;right:1.25rem;width:2.5rem;height:2.5rem;border-radius:50%;border:1.5px solid rgba(255,255,255,.4);background:transparent;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:border-color .2s ease,background .2s ease}.photo-gallery__lb-close:hover{border-color:#fff;background:#ffffff1a}.photo-gallery__lb-close svg{width:1rem;height:1rem;pointer-events:none}.photo-gallery__lb-prev,.photo-gallery__lb-next{flex-shrink:0;width:3rem;height:3rem;border-radius:50%;border:1.5px solid rgba(255,255,255,.4);background:transparent;color:#fff;font-size:2.25rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0 0 .1em;transition:border-color .2s ease,background .2s ease}.photo-gallery__lb-prev:hover,.photo-gallery__lb-next:hover{border-color:#fff;background:#ffffff1a}.photo-gallery__lb-counter{position:absolute;bottom:1rem;left:50%;transform:translate(-50%);color:#fff9;font-size:.8125rem;font-weight:500;letter-spacing:.05em;margin:0;white-space:nowrap}@media(max-width:768px){.photo-gallery{padding:3.5rem 1.5rem}.photo-gallery__grid{grid-template-columns:repeat(2,1fr);gap:.4rem}.photo-gallery__lb-prev,.photo-gallery__lb-next{width:2.5rem;height:2.5rem;font-size:1.75rem}.photo-gallery__lightbox{gap:.75rem;padding:3.5rem .75rem 2.5rem}}@media(max-width:480px){.photo-gallery__lb-prev,.photo-gallery__lb-next{width:2.25rem;height:2.25rem;font-size:1.5rem}}.policy-page{padding:3rem 2rem 6rem;background:#fafcfe}.policy-page__inner{max-width:1120px;margin:0 auto}.policy-page__breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.78rem;letter-spacing:.06em;text-transform:uppercase;color:#1a2e4466;margin-bottom:2.5rem}.policy-page__breadcrumb a{color:var(--color-brand, #3ba9ce);text-decoration:none;transition:opacity .2s}.policy-page__breadcrumb a:hover{opacity:.7}.policy-page__breadcrumb span:last-child{color:var(--color-foreground, #1a2e44);font-weight:500}.policy-page__layout{display:grid;grid-template-columns:220px 1fr;gap:4rem;align-items:start}.policy-page__sidebar{position:sticky;top:2rem}.policy-page__toc-wrap{background:#fff;border:1px solid rgba(59,169,206,.15);border-radius:12px;padding:1.5rem;box-shadow:0 2px 16px #1a2e440d}.policy-page__toc-label{font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#1a2e4466;margin:0 0 .75rem}.policy-page__toc{display:flex;flex-direction:column;gap:.15rem;margin-bottom:1.25rem}.policy-toc__link{display:block;font-size:.82rem;line-height:1.45;color:#1a2e4499;text-decoration:none;padding:.35rem .6rem;border-radius:6px;border-left:2px solid transparent;transition:color .18s,background .18s,border-color .18s}.policy-toc__link:hover{color:var(--color-foreground, #1a2e44);background:#3ba9ce12}.policy-toc__link.is-active{color:var(--color-brand, #3ba9ce);border-left-color:var(--color-brand, #3ba9ce);background:#3ba9ce14;font-weight:600}.policy-page__back-link{display:inline-flex;align-items:center;gap:.4rem;font-size:.78rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#1a2e4473;text-decoration:none;transition:color .2s;padding-top:.5rem;border-top:1px solid rgba(59,169,206,.12);width:100%}.policy-page__back-link:hover{color:var(--color-brand, #3ba9ce)}.policy-page__content{min-width:0}.policy-page__body{color:var(--color-foreground, #1a2e44);font-size:.9375rem;line-height:1.9}.policy-page__body h2{font-family:var(--font-primary--family, inherit);font-size:1.05rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--color-foreground, #1a2e44);margin:3rem 0 .85rem;padding-bottom:.6rem;border-bottom:1.5px solid rgba(59,169,206,.22);scroll-margin-top:3rem}.policy-page__body h2:first-child{margin-top:0}.policy-page__body h3{font-size:.95rem;font-weight:700;letter-spacing:.03em;color:var(--color-foreground, #1a2e44);margin:2rem 0 .5rem;scroll-margin-top:3rem}.policy-page__body p{margin:0 0 1.1rem;color:#1a2e44c7}.policy-page__body a{color:var(--color-brand, #3ba9ce);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px;transition:opacity .2s}.policy-page__body a:hover{opacity:.75}.policy-page__body ul,.policy-page__body ol{margin:0 0 1.25rem 1.5rem;padding:0}.policy-page__body li{margin-bottom:.45rem;color:#1a2e44c7}.policy-page__body strong{font-weight:700;color:var(--color-foreground, #1a2e44)}.policy-page__footer{margin-top:4rem;text-align:center;opacity:.18}.policy-page__wave{display:inline-block;width:80px;height:12px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 12'%3E%3Cpath d='M0 6 Q10 0 20 6 Q30 12 40 6 Q50 0 60 6 Q70 12 80 6' stroke='%233ba9ce' stroke-width='2' fill='none'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain}@media(max-width:900px){.policy-page__layout{grid-template-columns:1fr;gap:0}.policy-page__sidebar{position:static;margin-bottom:2.5rem}.policy-page__toc-wrap{padding:1.25rem}}@media(max-width:600px){.policy-page{padding:2rem 1.25rem 4rem}.policy-page__breadcrumb{margin-bottom:2rem}.policy-page__body h2{margin-top:2.25rem}}.pop-up-dates-section{background-color:var(--pop-up-bg, #ffffff);overflow-x:clip}.pop-up-dates__photo{line-height:0}.pop-up-dates__photo-img{width:100%;height:var(--pop-up-img-h, 500px);object-fit:cover;object-position:var(--pop-up-img-pos, center);display:block}.pop-up-dates__photo--placeholder{height:300px;background:#dde6ec;display:flex;align-items:center;justify-content:center;color:#888;font-size:.9rem}.pop-up-dates__inner{max-width:1400px;margin:0 auto;padding:0 4rem 5rem}.pop-up-dates__welcome{text-align:center;padding:3.5rem 0 3rem}.pop-up-dates__welcome-text{max-width:680px;margin:0 auto;font-size:1.05rem;line-height:1.75;color:var(--color-foreground, #1a2e44)}.pop-up-dates__month-bar{width:100vw;margin-left:calc(50% - 50vw);background:var(--color-foreground, #1a2e44);text-align:center;padding:1.1rem 2rem;margin-top:1rem}.pop-up-dates__month-bar:first-of-type{margin-top:0}.pop-up-dates__month{color:var(--color-brand, #3ba9ce);font-size:clamp(1rem,2.5vw,1.35rem);font-weight:700;letter-spacing:.1em;text-transform:uppercase;margin:0}.pop-up-dates__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem 1.5rem;padding:2.5rem 0 0}.pop-up-dates__empty{text-align:center;color:#888;padding:3rem 0}.pop-up-date-card{background:#f0f7fb;border-radius:6px;overflow:hidden;display:flex;flex-direction:column}.pop-up-date-card__logo-wrap{height:280px;background:#fff;display:flex;align-items:center;justify-content:center;padding:.75rem;box-sizing:border-box;overflow:hidden}.pop-up-date-card__logo{width:100%;height:100%;object-fit:contain;display:block}.pop-up-date-card__logo-fallback{font-size:.85rem;font-weight:700;color:var(--color-brand, #3ba9ce);text-align:center;margin:0;padding:.5rem}.pop-up-date-card__body{padding:1.25rem 1rem 1.5rem;display:flex;flex-direction:column;align-items:center;gap:.25rem;flex:1;text-align:center}.pop-up-date-card__name{font-weight:700;font-size:.975rem;color:var(--color-foreground, #1a2e44);margin:0 0 .35rem}.pop-up-date-card__detail{font-size:.875rem;color:var(--color-foreground, #1a2e44);margin:0;line-height:1.4}.pop-up-date-card__more{display:inline-block;margin-top:.75rem;color:var(--color-brand, #3ba9ce);font-weight:600;font-size:.875rem;text-decoration:underline;text-underline-offset:2px;transition:opacity .15s ease}.pop-up-date-card__more:hover{opacity:.7}@media(max-width:768px){.pop-up-dates__inner{padding:0 1.5rem 4rem}.pop-up-dates__grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem 1rem}.pop-up-date-card__logo-wrap{height:240px}}@media(max-width:480px){.pop-up-dates__grid{grid-template-columns:1fr}.pop-up-date-card__logo-wrap{height:220px}}.product-page{max-width:1400px;margin:0 auto;padding:1.5rem 4rem 5rem;display:grid;grid-template-columns:62% 1fr;gap:3.5rem;align-items:start}.product-gallery{position:sticky;top:2rem;display:flex;flex-direction:row;gap:.75rem;align-items:flex-start;animation:gallery-enter .6s ease both}@keyframes gallery-enter{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}.product-gallery__thumbs,.product-carousel-thumbs{display:flex;flex-direction:column;gap:.5rem;flex-shrink:0}.product-carousel-thumb-group-label{font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--color-foreground, #1a2e44);text-align:center}.product-carousel-thumb-group-label:not(:first-child){margin-top:.5rem}.product-gallery__thumb,.product-carousel-thumb{aspect-ratio:1 / 1;border:2px solid transparent;border-radius:.5rem;overflow:hidden;padding:0;background:#fff;cursor:pointer;transition:border-color .2s ease}.product-gallery__thumb{width:96px}.product-carousel-thumb{width:80px}.product-gallery__thumb.is-active,.product-gallery__thumb:hover,.product-carousel-thumb.is-active,.product-carousel-thumb:hover{border-color:var(--color-brand, #3ba9ce)}.product-gallery__thumb-img,.product-carousel-thumb img{width:100%;height:100%;object-fit:contain;display:block}.product-gallery__main{flex:1;display:grid;grid-template-columns:1fr;gap:.5rem}.product-gallery__main.has-pair{grid-template-columns:1fr 1fr}.product-gallery__primary-slot,.product-gallery__secondary-slot{position:relative;border-radius:.75rem;overflow:hidden;background:#fff;aspect-ratio:4 / 5}.product-gallery__label{position:absolute;top:.75rem;left:50%;transform:translate(-50%);background:#1a2e44ad;color:#fff;font-size:.6rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;padding:.28rem .65rem;border-radius:2rem;pointer-events:none;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);white-space:nowrap}.product-gallery__label:empty{display:none}.product-gallery__featured-img,.product-gallery__back-img{width:100%;height:100%;object-fit:contain;display:block}.product-gallery__featured-img{transition:opacity .25s ease}.product-gallery__featured-img.is-fading{opacity:0}.product-gallery__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:2rem}.product-gallery__placeholder svg{width:100%;height:auto;opacity:.25}.product-info{display:flex;flex-direction:column;gap:1.625rem;padding-top:.75rem}.product-info>*{animation:info-enter .55s ease both}.product-info>*:nth-child(1){animation-delay:.05s}.product-info>*:nth-child(2){animation-delay:.1s}.product-info>*:nth-child(3){animation-delay:.15s}.product-info>*:nth-child(4){animation-delay:.2s}.product-info>*:nth-child(5){animation-delay:.25s}.product-info>*:nth-child(6){animation-delay:.3s}.product-info>*:nth-child(7){animation-delay:.35s}.product-info>*:nth-child(8){animation-delay:.4s}@keyframes info-enter{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}.product-info__vendor{font-family:itc-bradley-hand-std,Bradley Hand ITC,Bradley Hand,cursive;font-size:2rem;font-weight:700;text-transform:uppercase;text-align:center;color:var(--color-brand, #3ba9ce);margin:0;line-height:1.2}.product-info__title{font-size:clamp(1.5rem,3vw,2.25rem);font-weight:700;text-align:center;color:var(--color-foreground, #1a2e44);margin:0;line-height:1.2}.product-info__price{display:flex;align-items:baseline;gap:.75rem;flex-wrap:wrap;justify-content:center}.product-info__price-regular{font-size:1.5rem;font-weight:700;color:var(--color-foreground, #1a2e44)}.product-info__price-sale{font-size:1.5rem;font-weight:700;color:var(--color-brand, #3ba9ce)}.product-info__price-compare{font-size:1rem;font-weight:400;color:#a0b4c4;text-decoration:line-through}.product-info__badge{background:var(--color-brand, #3ba9ce);color:#fff;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;padding:.2rem .65rem;border-radius:2rem;vertical-align:middle}.product-info form{display:flex;flex-direction:column;gap:1.25rem;align-items:center}.product-option{display:flex;flex-direction:column;gap:.45rem;align-items:center;width:100%}.product-option__label{font-size:.8rem;font-weight:700;color:var(--color-foreground, #1a2e44);margin:0;text-transform:uppercase;letter-spacing:.12em;text-align:center}.product-option__selected{font-weight:400;text-transform:none;letter-spacing:0;color:#8aa0b0}.product-option__values{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.product-option__btn{min-width:2.25rem;padding:.35rem .75rem;border:1.5px solid #d0dde6;border-radius:.5rem;background:#fff;color:var(--color-foreground, #1a2e44);font-size:.72rem;font-weight:600;font-family:inherit;cursor:pointer;transition:border-color .15s ease,background .15s ease,color .15s ease;white-space:nowrap}.product-option__btn:hover{border-color:var(--color-brand, #3ba9ce)}.product-option__btn.is-selected{border-color:var(--color-foreground, #1a2e44);border-width:2px;background:#fff;color:var(--color-foreground, #1a2e44)}.product-option__btn.is-unavailable{opacity:.35;cursor:not-allowed;position:relative}.product-option__btn.is-unavailable:after{content:"";position:absolute;top:50%;left:4px;right:4px;height:1px;background:currentColor;transform:rotate(-15deg);opacity:.7}.product-option__swatch{width:2.25rem;height:2.25rem;border-radius:50%;border:2px solid white;padding:0;cursor:pointer;box-shadow:0 0 0 1.5px #d8c9b8;transition:box-shadow .15s ease,transform .15s ease}.product-option__swatch:hover{box-shadow:0 0 0 2px var(--color-brand, #3ba9ce);transform:scale(1.08)}.product-option__swatch.is-selected{box-shadow:0 0 0 2.5px var(--color-foreground, #1a2e44);transform:scale(1.05)}.product-option__swatch.is-unavailable{opacity:.35;cursor:not-allowed}.product-option__stitch{display:inline-flex;align-items:center;gap:.45rem;background:#3ba9ce1a;border:1px solid rgba(59,169,206,.3);border-radius:2rem;padding:.35rem .85rem .35rem .5rem;font-size:.8rem;color:#1a2e44a6;margin:.15rem auto 0;width:fit-content}.product-option__stitch-dot{width:.65rem;height:.65rem;border-radius:50%;flex-shrink:0;border:1px solid rgba(26,46,68,.15);background:#ccc}.product-option__stitch span:last-child{font-weight:700;color:var(--color-foreground, #1a2e44)}.product-quantity{display:flex;flex-direction:column;gap:.45rem;align-items:center;width:100%}.product-quantity__label{font-size:.7rem;font-weight:700;color:var(--color-foreground, #1a2e44);text-transform:uppercase;letter-spacing:.12em;text-align:center}.product-quantity__input{display:inline-flex;align-items:center;border:1.5px solid #d0dde6;border-radius:.5rem;overflow:hidden;width:fit-content;background:#fff}.product-quantity__btn{width:2.75rem;height:2.75rem;background:none;border:none;font-size:1.1rem;font-family:inherit;cursor:pointer;color:var(--color-foreground, #1a2e44);display:flex;align-items:center;justify-content:center;transition:background .15s ease}.product-quantity__btn:hover{background:#f4fafd}.product-quantity__number{width:3rem;text-align:center;border:none;border-left:1.5px solid #d8c9b8;border-right:1.5px solid #d8c9b8;background:transparent;padding:.4rem 0;font-size:1rem;font-weight:600;font-family:inherit;color:var(--color-foreground, #1a2e44);-moz-appearance:textfield}.product-quantity__number::-webkit-outer-spin-button,.product-quantity__number::-webkit-inner-spin-button{-webkit-appearance:none}.product-actions{display:flex;flex-direction:column;gap:.75rem}.product-actions__add-to-cart{width:100%;padding:1.1rem 2rem;background:var(--color-foreground, #1a2e44);color:#fff;border:2px solid var(--color-foreground, #1a2e44);border-radius:.625rem;font-size:.875rem;font-weight:700;font-family:inherit;text-transform:uppercase;letter-spacing:.1em;cursor:pointer;transition:background .28s ease,border-color .28s ease}.product-actions__add-to-cart:hover:not(:disabled){background:var(--color-brand, #3ba9ce);border-color:var(--color-brand, #3ba9ce)}.product-actions__add-to-cart:disabled{background:#c0cdd8;border-color:#c0cdd8;cursor:default}.product-actions__payment,.product-actions__payment .shopify-payment-button{width:100%}.product-actions__payment .shopify-payment-button__button--unbranded{background:transparent!important;color:var(--color-foreground, #1a2e44)!important;border:2px solid var(--color-foreground, #1a2e44)!important;font-family:inherit!important;font-size:.875rem!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:.1em!important;border-radius:.625rem!important;padding:1.1rem 2rem!important;min-height:unset!important;line-height:normal!important;transition:background .28s ease,color .28s ease!important;box-shadow:none!important}.product-actions__payment .shopify-payment-button__button--unbranded:hover{background:var(--color-foreground, #1a2e44)!important;color:#fff!important}.product-actions__payment .shopify-payment-button__button--branded{border-radius:.625rem!important}.product-info__divider{border:none;border-top:1px solid #e8d5c4;margin:0 0 1.25rem}.product-info__description{font-size:.9375rem;line-height:1.8;color:#1a2e44b8;text-align:left;margin-bottom:1.5rem}.product-info__description p{margin:0 0 1em}.product-info__description p:last-child{margin-bottom:0}.product-accordion{border-top:1px solid #e8d5c4}.product-accordion:last-child{border-bottom:1px solid #e8d5c4}.product-accordion__trigger{display:block;list-style:none;cursor:pointer;-webkit-user-select:none;user-select:none}.product-accordion__trigger::-webkit-details-marker{display:none}.product-accordion__trigger-inner{display:flex;align-items:center;justify-content:space-between;height:79px;font-size:.7rem;font-weight:700;color:var(--color-foreground, #1a2e44);text-transform:uppercase;letter-spacing:.12em}.product-accordion__icon{width:.5rem;height:.5rem;position:relative;flex-shrink:0}.product-accordion__icon:before,.product-accordion__icon:after{content:"";position:absolute;background:var(--color-foreground, #1a2e44);border-radius:2px;transition:transform .2s ease,opacity .2s ease}.product-accordion__icon:before{width:100%;height:2px;top:50%;left:0;transform:translateY(-50%)}.product-accordion__icon:after{width:2px;height:100%;left:50%;top:0;transform:translate(-50%)}details[open] .product-accordion__trigger-inner .product-accordion__icon:after{transform:translate(-50%) rotate(90deg);opacity:0}.product-accordion__label{display:flex;align-items:center;gap:.625rem}.product-accordion__svg-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:55px;height:55px;background:#3ba9ce;border-radius:50%;color:#fff;overflow:hidden}.product-accordion__svg-icon svg{width:52%;height:52%;fill:currentColor;display:block}.product-accordion__body{padding:0 0 1.25rem;font-size:.9rem;color:#1a2e44ad;line-height:1.75}.product-info__fit-guide-link{display:block;width:100%;box-sizing:border-box;margin-top:1.5rem;padding:1rem 2rem;background:transparent;color:var(--color-foreground, #1a2e44);border:2px solid var(--color-foreground, #1a2e44);border-radius:.625rem;font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;text-align:center;text-decoration:none;transition:background .28s ease,border-color .28s ease,color .28s ease}.product-info__fit-guide-link:hover{background:var(--color-brand, #3ba9ce);border-color:var(--color-brand, #3ba9ce);color:#fff}.size-guide-table{width:100%;border-collapse:collapse;font-size:.72rem;color:#1a2e44cc}.size-guide-table th,.size-guide-table td{border:1px solid #e8d5c4;padding:.3rem .45rem;text-align:center}.size-guide-table th{background:#f7f2ee;font-weight:700;text-transform:uppercase;letter-spacing:.07em;font-size:.65rem}.size-guide-table td:first-child{text-align:left;font-weight:600}@media(max-width:900px){.product-page{grid-template-columns:1fr;padding:2rem 1.5rem 3.5rem;gap:2.5rem}.product-gallery{position:static}}@media(max-width:480px){.product-gallery{flex-direction:column-reverse}.product-gallery__thumbs,.product-carousel-thumbs{flex-direction:row;flex-wrap:wrap}.product-gallery__thumb,.product-carousel-thumb{width:58px}}.product-carousel{flex:1;min-width:0;position:relative;border-radius:.75rem;overflow:hidden;background:#fff;aspect-ratio:4 / 5}.product-carousel__track{display:flex;width:100%;height:100%;transition:transform .35s cubic-bezier(.4,0,.2,1)}.product-carousel__slide{flex:0 0 100%;height:100%;position:relative}.product-carousel__img{width:100%;height:100%;object-fit:contain;display:block}.product-carousel__btn{position:absolute;top:50%;transform:translateY(-50%);width:2.25rem;height:2.25rem;background:#ffffffeb;border:1px solid rgba(26,46,68,.12);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--color-foreground, #1a2e44);transition:background .15s ease,box-shadow .15s ease;z-index:2;padding:0}.product-carousel__btn:hover{background:#fff;box-shadow:0 2px 8px #1a2e4429}.product-carousel__btn svg{width:1rem;height:1rem}.product-carousel__btn--prev{left:.625rem}.product-carousel__btn--next{right:.625rem}@media(max-width:600px){.product-carousel__btn{width:2.75rem;height:2.75rem}}.product-option__values [hidden]{display:none!important}.product-option__select{width:100%;padding:.5rem 2.5rem .5rem .75rem;border:1.5px solid #d0dde6;border-radius:.5rem;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231a2e44' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .65rem center;background-size:1rem;color:var(--color-foreground, #1a2e44);font-size:.875rem;font-weight:600;font-family:inherit;cursor:pointer;appearance:none;-webkit-appearance:none;transition:border-color .15s ease}.product-option__select:hover,.product-option__select:focus{border-color:var(--color-brand, #3ba9ce);outline:none}.search-page{padding:3rem 4rem 5rem}.search-page__inner{max-width:1400px;margin:0 auto}.search-page__header{text-align:center;margin-bottom:3rem}.search-page__title{font-size:clamp(1.75rem,4vw,2.5rem);color:var(--color-foreground, #1a2e44);margin:0 0 1.5rem}.search-form{max-width:600px;margin:0 auto}.search-form__field{display:flex;gap:.5rem}.search-form__field input[type=search]{flex:1}.search-form__field .btn{flex-shrink:0}.search-page__count,.search-page__no-results{text-align:center;color:var(--color-foreground, #1a2e44);opacity:.75;margin:0 0 2rem;font-size:.95rem}.search-page__no-results{padding:2rem 0}.search-results{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.search-result{display:flex;flex-direction:column;gap:.75rem;text-decoration:none;color:inherit}.search-result__image-wrap{aspect-ratio:1 / 1;overflow:hidden;border-radius:.75rem;background:#f4fafd}.search-result__image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}.search-result:hover .search-result__image{transform:scale(1.04)}.search-result__image-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#e3edf3,#c4d6e0)}.search-result__title{font-size:.9rem;font-weight:600;color:var(--color-foreground, #1a2e44);margin:0;line-height:1.3}.search-result__price{font-size:.875rem;color:var(--color-foreground, #1a2e44);margin:0}.search-page__pagination{margin-top:3rem;display:flex;justify-content:center}@media(max-width:1024px){.search-results{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.search-page{padding:2rem 1.5rem 3.5rem}.search-results{grid-template-columns:repeat(2,1fr);gap:1rem}.search-form__field{flex-direction:column}.search-form__field .btn{width:100%}}.shop-categories{padding:5rem 4rem;background:#fff}.shop-categories__inner{max-width:1400px;margin:0 auto}.shop-categories__heading{text-align:center;color:var(--color-brand, #3ba9ce);font-size:clamp(1.5rem,3vw,2.25rem);font-weight:700;margin:0 0 2.5rem}.shop-categories__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.category-card{display:flex;flex-direction:column;gap:.75rem;text-decoration:none;color:inherit}.category-card__media{aspect-ratio:1 / 1;border-radius:1rem;overflow:hidden;background:#fff;display:flex;align-items:center;justify-content:center;padding:.75rem;transition:box-shadow .35s ease}.category-card:hover .category-card__media{box-shadow:0 14px 36px #1a2e441a}.category-card__img{max-width:100%;max-height:100%;width:100%;height:100%;object-fit:contain;display:block;transition:transform .5s ease}.category-card:hover .category-card__img{transform:scale(1.04)}.category-card__placeholder{width:100%;height:100%;background:var(--color-brand, #3ba9ce);opacity:.15;border-radius:.5rem}.category-card__title{text-align:center;font-size:.9375rem;font-weight:600;color:var(--color-foreground, #1a2e44);padding:0 .1rem;line-height:1.35}@media(max-width:900px){.shop-categories__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:540px){.shop-categories{padding:3.5rem 1.5rem}.shop-categories__grid{grid-template-columns:1fr;gap:1rem}}.tagline-section{position:relative;overflow:hidden;padding:3rem 4rem}.tagline-section__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.tagline-section__bg-img{width:100%;height:100%;max-width:none;object-fit:cover;object-position:center;display:block}.tagline-section__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#052646;opacity:var(--tagline-overlay, 0);z-index:1}.tagline-section__fade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,white 0%,transparent 30%,transparent 70%,white 100%);z-index:1;pointer-events:none}.tagline-section__inner{position:relative;z-index:2;max-width:1400px;margin:0 auto}.tagline-section__text{text-align:center;font-family:Caveat,cursive;font-size:clamp(2rem,4vw,3.25rem);font-weight:700;color:var(--color-brand, #3ba9ce);margin:0;line-height:1.2;padding:2rem 1.5rem}@media(max-width:540px){.tagline-section{padding:2rem 1.5rem}}.text-content{padding:5.5rem 4rem;background:var(--text-content-bg, #f4fafd)}.text-content__inner{width:100%;text-align:center}.text-content__heading{font-size:clamp(1.5rem,3vw,2.25rem);font-weight:700;color:var(--color-brand, #3ba9ce);margin:0 0 1.5rem;line-height:1.2}.text-content__body{max-width:1300px;margin:0 auto;text-align:center}.text-content__body p{font-size:.9375rem;color:#1a2e44bf;line-height:1.8;margin:0 0 1.25rem}.text-content__body p:last-child{margin-bottom:0}.text-content__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1400px;margin:3rem auto 0}@media(max-width:768px){.text-content__grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}}@media(max-width:480px){.text-content__grid{grid-template-columns:1fr}}.text-content__img-wrap{max-width:720px;margin:2.5rem auto 0;border-radius:.75rem;overflow:hidden}.text-content__img{display:block;width:100%;height:auto}.text-content__img-wrap--placeholder{aspect-ratio:3 / 2;background:#eef4f8}.text-content__placeholder-svg{display:block;width:100%;height:100%;fill:#a9c6d4}.text-content__button{display:inline-flex;align-items:center;justify-content:center;background:var(--color-brand, #3ba9ce);color:#fff;text-decoration:none;font-weight:600;font-size:1rem;text-transform:uppercase;letter-spacing:.08em;padding:1rem 2.5rem;border-radius:3rem;margin-top:2rem;transition:opacity .2s ease}.text-content__button:hover{opacity:.85}@media(max-width:768px){.text-content{padding:4rem 1.5rem}}.trust-badges{position:relative;overflow:hidden;padding:5rem 4rem}.trust-badges__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.trust-badges__bg-img{width:100%;height:100%;max-width:none;object-fit:cover;object-position:center;display:block}.trust-badges__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#052646;opacity:var(--badges-overlay, 0);z-index:1}.trust-badges__fade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,white 0%,transparent 30%,transparent 70%,white 100%);z-index:1;pointer-events:none}.trust-badges__content{position:relative;z-index:2;max-width:1400px;margin:0 auto;text-align:center}.trust-badges__heading{color:var(--color-foreground, #1a2e44);font-size:clamp(1.4rem,3vw,2.25rem);font-weight:700;margin:0 0 3rem}.trust-badges__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2.5rem 2rem}.trust-badge{display:flex;flex-direction:column;align-items:center;gap:1.25rem;text-align:center}.trust-badge__icon{width:90px;height:90px;border-radius:50%;background:var(--color-brand, #3ba9ce);display:flex;align-items:center;justify-content:center;flex-shrink:0}.trust-badge__icon svg{width:46px;height:46px}.trust-badge__img{max-width:60%;max-height:60%;object-fit:contain;display:block}.trust-badge__title{color:var(--color-foreground, #1a2e44);font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin:0;line-height:1.4}.trust-badge__desc{color:var(--color-foreground, #1a2e44);font-size:.875rem;line-height:1.5;margin:0;opacity:.75}@media(max-width:900px){.trust-badges__grid{grid-template-columns:repeat(2,1fr);gap:2.5rem 3rem}}@media(max-width:480px){.trust-badges{padding:4rem 1.5rem}.trust-badges__grid{grid-template-columns:repeat(2,1fr);gap:2rem 1.5rem}.trust-badge__icon{width:72px;height:72px}.trust-badge__icon svg{width:36px;height:36px}}.group{display:flex;flex-wrap:nowrap;overflow:hidden;width:100%}.group--horizontal{flex-direction:row;justify-content:space-between;align-items:center;padding:0 var(--padding)}.group--vertical{flex-direction:column;align-items:var(--alignment);padding:var(--padding) 0}.text{text-align:var(--text-align)}.text--title{font-size:2rem;font-weight:700}.text--subtitle{font-size:1.5rem}.image{display:block;position:relative;overflow:hidden;width:100%;height:auto}.image>img{width:100%;height:auto}
/*# sourceMappingURL=/cdn/shop/t/2/compiled_assets/styles.css.map */
