.notification{display:flex;position:relative;align-items:center;justify-content:center;text-align:center;padding-block:8px;height:60px;width:100%;opacity:1;transition:all .5s fade-in}@media (min-width: 768px){.notification{height:30px}}@media (min-width: 1025px){.notification{padding-block:4px}}.notification :global(.link){text-wrap:nowrap;margin-left:1ch}.notification__inner{display:flex;align-items:center;justify-content:center;width:100vw;height:100%;position:absolute;left:0;top:0}@media (min-width: 768px){.notification__inner{height:30px}}@media (min-width: 1025px){.notification__inner{padding-block:4px}}.active{transition:opacity .6s ease-in 50ms;z-index:100}.inactive{opacity:0;transition:opacity .25s ease-out;z-index:1}.header-hamburger:where(.astro-fcyii4ya){--hamburger-line-travel-y: 5px;height:100%;display:flex;flex-direction:column;align-items:center;cursor:pointer}@media (min-width: 1025px){.header-hamburger:where(.astro-fcyii4ya){display:none}}.header-hamburger--open:where(.astro-fcyii4ya) .header-hamburger__line--top:where(.astro-fcyii4ya){animation-name:hamburger-top-open}.header-hamburger--open:where(.astro-fcyii4ya) .header-hamburger__line--bottom:where(.astro-fcyii4ya){animation-name:hamburger-bottom-open}.header-hamburger--close:where(.astro-fcyii4ya) .header-hamburger__line--top:where(.astro-fcyii4ya){animation-name:hamburger-top-close}.header-hamburger--close:where(.astro-fcyii4ya) .header-hamburger__line--bottom:where(.astro-fcyii4ya){animation-name:hamburger-bottom-close}.header-hamburger:where(.astro-fcyii4ya) .header-hamburger__checkbox:where(.astro-fcyii4ya){-webkit-appearance:none;-moz-appearance:none;appearance:none;width:0;height:0}.header-hamburger:where(.astro-fcyii4ya) .header-hamburger__inner:where(.astro-fcyii4ya){--hamburger-width: 20px;position:relative;width:var(--hamburger-width);height:100%}.header-hamburger:where(.astro-fcyii4ya) .header-hamburger__line:where(.astro-fcyii4ya){--line-width: 20px;position:absolute;display:block;background-color:#000;width:var(--line-width);height:1px;animation-duration:.3s;animation-fill-mode:both;animation-timing-function:ease-out}.header-hamburger:where(.astro-fcyii4ya) .header-hamburger__line--top:where(.astro-fcyii4ya){top:calc(50% - var(--hamburger-line-travel-y))}.header-hamburger:where(.astro-fcyii4ya) .header-hamburger__line--bottom:where(.astro-fcyii4ya){top:calc(50% + var(--hamburger-line-travel-y))}@keyframes hamburger-top-open{0%{transform:translateY(0) rotate(0)}50%{transform:translateY(var(--hamburger-line-travel-y)) rotate(0)}to{transform:translateY(var(--hamburger-line-travel-y)) rotate(45deg)}}@keyframes hamburger-top-close{0%{transform:translateY(var(--hamburger-line-travel-y)) rotate(45deg)}50%{transform:translateY(var(--hamburger-line-travel-y)) rotate(0)}to{transform:translateY(0) rotate(0)}}@keyframes hamburger-bottom-open{0%{transform:translateY(0) rotate(0)}50%{transform:translateY(calc(-1 * var(--hamburger-line-travel-y))) rotate(0)}to{transform:translateY(calc(-1 * var(--hamburger-line-travel-y))) rotate(-45deg)}}@keyframes hamburger-bottom-close{0%{transform:translateY(calc(-1 * var(--hamburger-line-travel-y))) rotate(-45deg)}50%{transform:translateY(calc(-1 * var(--hamburger-line-travel-y))) rotate(0)}to{transform:translateY(0) rotate(0)}}.account-header-button{display:flex;height:100%;align-items:center;position:relative}.account-header-button:before{--underline-height: 1px;content:"";display:inline-block;height:var(--underline-height);width:calc(100% - 24px);background-color:#000;position:absolute;bottom:calc(-1 * var(--underline-height));left:12px;transform:scaleX(0);transform-origin:center left;transition:transform .4s cubic-bezier(.4,0,.2,1)}.account-header-button:hover:before{transform:scaleX(1)}.account-header-button--active:before{--underline-height: 1px;content:"";transform:scaleX(1);display:inline-block;height:var(--underline-height);width:calc(100% - 24px);background-color:#000;position:absolute;bottom:calc(-1 * var(--underline-height));left:12px}.account__popover{background-color:#fff;width:-moz-fit-content;width:fit-content;padding:24px 32px;gap:32px;z-index:1}.account-header__user{border-bottom:1px solid #D9D9D9;padding:0 0 24px;font-size:1.75rem}.account-header__list{margin-top:32px}.account-header__list-item{padding-bottom:8px;width:191px}.header-menu:where(.astro-bcwoygxu){position:relative;height:100%;display:flex;align-items:center}.header-menu:where(.astro-bcwoygxu):before{--underline-height: 1px;content:"";display:inline-block;height:var(--underline-height);width:calc(100% - 24px);background-color:#000;position:absolute;bottom:calc(-1 * var(--underline-height));left:12px;transform:scaleX(0);transform-origin:center left;transition:transform .2s cubic-bezier(.4,0,.2,1)}.header-menu:where(.astro-bcwoygxu):hover:before,.header-menu--open:where(.astro-bcwoygxu):before{transform:scaleX(1)}.header-items:where(.astro-czzqpzlt){display:flex;height:100%;gap:24px}@media (max-width: 1240px){.header-items:where(.astro-czzqpzlt){gap:16px}}@media (max-width: 1024px){.header-items:where(.astro-czzqpzlt){display:none}}.header-items__item:where(.astro-czzqpzlt){--header-items-divider-height: 20px;height:100%}.header-items--divider:where(.astro-czzqpzlt) .header-items__item:where(.astro-czzqpzlt):last-of-type{position:relative;margin-left:24px}.header-items--divider:where(.astro-czzqpzlt) .header-items__item:where(.astro-czzqpzlt):last-of-type:before{content:"";display:inline-block;position:absolute;top:50%;left:-12px;transform:translateY(-50%);width:1px;height:var(--header-items-divider-height);background-color:#d9d9d9}.header-items__link{position:relative;display:flex;align-items:center;height:100%}.header-items__link:before{--underline-height: 1px;content:"";display:inline-block;height:var(--underline-height);width:calc(100% - 24px);background-color:#000;position:absolute;bottom:calc(-1 * var(--underline-height));left:12px;transform:scaleX(0);transform-origin:center left;transition:transform .4s cubic-bezier(.4,0,.2,1)}.header-items__link:hover:before{transform:scaleX(1)}.header-logo:where(.astro-gora4mgs){height:16px}@media (min-width: 1025px){.header-logo:where(.astro-gora4mgs){height:24px}}@media (max-width: 1240px){.header-logo:where(.astro-gora4mgs){height:20px}}@media (max-width: 1024px){.header-logo:where(.astro-gora4mgs){height:16px}}.cart-pop-over__line-item-list{display:grid}.cart-pop-over__line-item-list__container{display:flex;max-height:486px;overflow-y:auto;flex-direction:column;padding:24px}.cart-pop-over__line-item-list__container::-webkit-scrollbar{display:none}.cart-pop-over__line-item-list__container .cart-pop-over__line-item-list__bag:not(:first-child){border-top:1px solid #D9D9D9;padding-top:24px}.cart-pop-over__line-item-list__container .cart-pop-over__line-item-list__bag:not(:last-child){padding-bottom:24px}.cart-pop-over__line-item-list__items-container{display:flex;flex-direction:column;gap:24px}.cart-pop-over__line-item-list__bag-label{margin-bottom:24px}.cart-pop-over__line-item-list__summary{padding:24px;height:174px}.cart-pop-over__line-item-list__summary--overflow{box-shadow:0 -3px 14px #0000001a}.cart-pop-over__line-item-list__summary--normal{padding-top:0}.cart-pop-over__summary--with-border{border-top:1px solid #D9D9D9;padding-top:24px}.cart-pop-over__line-item{display:flex;flex-flow:row nowrap;gap:24px}.cart-pop-over__line-item__content{display:flex;gap:16px;align-items:center}.cart-pop-over__line-item__content-body{flex:1;order:1}.cart-pop-over__line-item__variant-price{margin-top:16px}.cart-pop-over__line-item__variant-details{margin-top:16px;color:gray}.cart-pop-over__line-item__media{--cart-line-item-image-size: 80px;min-width:var(--cart-line-item-image-size);max-width:var(--cart-line-item-image-size)}.cart-pop-over__line-item__media-img{--cart-line-item-image-size: 80px;width:var(--cart-line-item-image-size);height:var(--cart-line-item-image-size)}.cart-pop-over__line-item__strike-price{text-decoration:line-through;text-decoration-thickness:1px;margin-right:4px;color:#00000040}.cart-pop-over__tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px;margin-top:16px}.cart-pop-over__tags .theme-white{border:1px solid #000}@media (max-width: 639px){.cart-pop-over__tags{flex-flow:row wrap}}.cart-pop-over__tag{padding:3px 12px}.cart-pop-over__summary__content{display:flex;justify-content:space-between;flex-wrap:nowrap;align-items:flex-end}.cart-pop-over__summary__actions{display:flex;flex-direction:column;gap:16px;flex-wrap:nowrap;align-items:flex-end;width:100%}.cart-pop-over__summary{display:flex;gap:24px;flex-direction:column}.cart-pop-over__summary__checkout-btn{text-align:center;width:100%}.cart-pop-over__summary__checkout-btn:not(:disabled){cursor:pointer}.header-cart{position:relative;display:flex;align-items:center;height:100%;margin-top:0}.header-cart__active:before{--underline-height: 1px;content:"";display:inline-block;height:var(--underline-height);width:calc(100% - 24px);background-color:#000;position:absolute;bottom:calc(-1 * var(--underline-height));left:12px;transform:scaleX(1);transform-origin:center left;transition:transform .2s cubic-bezier(.4,0,.2,1)}.header-cart__active:hover{color:#000}.header-cart__icon{--cart-icon-height: 27px;height:var(--cart-icon-height)}.header-cart__count{--count-offset: 3px;position:absolute;top:50%;left:50%;transform:translate(-50%,calc(-50% + var(--count-offset)))}.header-cart__count__active{color:#fff}.PopoverContent{display:none;position:relative;z-index:1000;width:352px;max-height:660px;overflow-y:hidden;background-color:#fff;box-shadow:#0e121659 0 10px 38px -10px,#0e121633 0 10px 20px -15px;animation-duration:.4s;animation-timing-function:cubic-bezier(.16,1,.3,1);will-change:transform,opacity}@media (min-width: 768px){.PopoverContent{display:block}}.PopoverContent:focus{box-shadow:#0e121659 0 10px 38px -10px,#0e121633 0 10px 20px -15px,0 0 0 2px var(--violet-7)}.PopoverContent[data-state=open][data-side=top]{animation-name:slide-down-and-fade}.PopoverContent[data-state=open][data-side=right]{animation-name:slide-left-and-fade}.PopoverContent[data-state=open][data-side=bottom]{animation-name:slide-up-and-fade}.PopoverContent[data-state=open][data-side=left]{animation-name:slide-right-and-fade}@keyframes slide-up-and-fade{0%{opacity:0;transform:translateY(2px)}to{opacity:1;transform:translateY(0)}}@keyframes slide-right-and-fade{0%{opacity:0;transform:translate(-2px)}to{opacity:1;transform:translate(0)}}@keyframes slide-down-and-fade{0%{opacity:0;transform:translateY(-2px)}to{opacity:1;transform:translateY(0)}}@keyframes slide-left-and-fade{0%{opacity:0;transform:translate(2px)}to{opacity:1;transform:translate(0)}}.header-menu:where(.astro-myez74lz){position:relative;height:100%;display:flex;align-items:center}.header-menu:where(.astro-myez74lz):before{--underline-height: 1px;content:"";display:inline-block;height:var(--underline-height);width:calc(100% - 24px);background-color:#000;position:absolute;bottom:calc(-1 * var(--underline-height));left:12px;transform:scaleX(0);transform-origin:center left;transition:transform .2s cubic-bezier(.4,0,.2,1)}.header-menu:where(.astro-myez74lz):hover:before,.header-menu--open:where(.astro-myez74lz):before{transform:scaleX(1)}.search-menu:where(.astro-myez74lz){display:none}@media (min-width: 1025px){.search-menu:where(.astro-myez74lz){display:block}}.header:where(.astro-5vfflsok){position:fixed;top:0;left:0;right:0;background-color:#fff;z-index:50;border-bottom:1px solid #D9D9D9;transition:transform .3s cubic-bezier(.4,0,.2,1)}.header--hidden:where(.astro-5vfflsok){transform:translateY(-100%)}.header__wrapper:where(.astro-5vfflsok){--header-height: 64px;height:var(--header-height);display:flex;align-items:center;justify-content:space-between}@media (min-width: 1025px){.header__wrapper:where(.astro-5vfflsok){--header-height: 96px;padding-inline:64px}}@media (max-width: 1240px){.header__wrapper:where(.astro-5vfflsok){padding-inline:32px}}.header__left:where(.astro-5vfflsok),.header__right:where(.astro-5vfflsok){height:100%;flex:1;display:flex;align-items:center}.header__logo:where(.astro-5vfflsok){height:100%;display:flex;align-items:center;justify-content:center;padding-inline:24px}.header__right:where(.astro-5vfflsok){justify-content:flex-end;gap:24px}@media (max-width: 1240px){.header__right:where(.astro-5vfflsok){gap:16px}}.navigation-mobile-tray:where(.astro-hfkv3ckd){background-color:#fff;position:fixed;top:var(--header-height-mobile);left:-100%;bottom:0;width:100vw;z-index:40;overflow-y:auto;transition-duration:.5s;transition-timing-function:cubic-bezier(.165,.84,.44,1)}@media (min-width: 768px){.navigation-mobile-tray:where(.astro-hfkv3ckd){top:var(--header-height-tablet)}}@media (min-width: 1025px){.navigation-mobile-tray:where(.astro-hfkv3ckd){display:none}}.navigation-mobile-tray--left:where(.astro-hfkv3ckd){transition-property:left}.navigation-mobile-tray--right:where(.astro-hfkv3ckd){left:auto;right:-100%;transition-property:right}.navigation-mobile-button-open:where(.astro-2gwkmeei){touch-action:manipulation;display:flex;justify-content:space-between;text-align:left;width:100%;padding-block:24px}.navigation-mobile-button-open--center:where(.astro-2gwkmeei){align-items:center}.navigation-mobile-button-open__title:where(.astro-2gwkmeei),.navigation-mobile-button-open__description:where(.astro-2gwkmeei){display:block}.navigation-mobile-button-open--disabled:where(.astro-2gwkmeei){pointer-events:none;cursor:text}.navigation-mobile-button-open__description:where(.astro-2gwkmeei){margin-top:16px}.navigation-mobile-button-open__icon:where(.astro-2gwkmeei){--button-open-icon-offset-top: 10px;--button-open-icon-dimensions: 12px;display:inline-block;min-width:var(--button-open-icon-dimensions);min-height:var(--button-open-icon-dimensions);margin-left:8px;transform:translateY(var(--button-open-icon-offset-top))}.navigation-mobile-button-open--center:where(.astro-2gwkmeei) .navigation-mobile-button-open__icon:where(.astro-2gwkmeei){transform:translateY(0)}.navigation-mobile-button-close:where(.astro-jjqo6dn4){--button-close-height: 60px;--button-close-icon-dimensions: 12px;position:relative;touch-action:manipulation;width:100%;height:var(--button-close-height);border-bottom:1px solid #D9D9D9;padding-inline:calc(32px + var(--button-close-icon-dimensions) + 8px)}.navigation-mobile-button-close:where(.astro-jjqo6dn4) .navigation-mobile-button-close__icon:where(.astro-jjqo6dn4){display:inline-block;min-width:var(--button-close-icon-dimensions);min-height:var(--button-close-icon-dimensions);position:absolute;top:50%;left:32px;transform:rotate(180deg) translateY(50%)}.navigation-mobile-submenu:where(.astro-6td6ifmm){padding:24px 0}.navigation-mobile-submenu--open:where(.astro-6td6ifmm)>.navigation-mobile-tray{right:0}.navigation-mobile-submenu__list:where(.astro-6td6ifmm){padding-bottom:8px;padding-inline:32px}.navigation-mobile-submenu__item:where(.astro-6td6ifmm):not(:last-of-type){border-bottom:1px solid #D9D9D9}.mobile-submenu-header__list-link:where(.astro-6td6ifmm){padding:12px 0}.mobile-submenu-list__link{display:flex;width:100%;align-items:center;gap:8px}.navigation-card:where(.astro-t4lcwh6z){text-align:center;padding:32px 16px}@media (min-width: 1025px){.navigation-card:where(.astro-t4lcwh6z){height:100%;display:flex;justify-content:space-between;padding:32px}}.navigation-card__header:where(.astro-t4lcwh6z){margin-bottom:32px}@media (max-width: 1024px){.navigation-card--description:where(.astro-t4lcwh6z) .navigation-card__header:where(.astro-t4lcwh6z){margin-inline:16px}}.navigation-card__subtitle:where(.astro-t4lcwh6z)+:where(.astro-t4lcwh6z){margin-top:24px}.navigation-card__title:where(.astro-t4lcwh6z)+:where(.astro-t4lcwh6z){margin-top:16px}.navigation-card__image:where(.astro-t4lcwh6z){height:100%}@media (max-width: 1024px){.navigation-card__image:where(.astro-t4lcwh6z){aspect-ratio:5 / 4}}@media (min-width: 1025px){.navigation-card__image:where(.astro-t4lcwh6z){min-height:0}}.navigation-card__image:where(.astro-t4lcwh6z) .responsive-image{height:100%}.navigation-card__footer:where(.astro-t4lcwh6z){margin-top:32px}.navigation-card__link:where(.astro-t4lcwh6z){display:inline-block}.navigation-mobile-menu--open:where(.astro-bpeb3lxb)>.navigation-mobile-tray{right:0}.navigation-mobile-menu__inner:where(.astro-bpeb3lxb){--menu-close-height: 60px;display:flex;flex-direction:column;justify-content:space-between;min-height:calc(100% - var(--menu-close-height))}.navigation-mobile-menu__list:where(.astro-bpeb3lxb){padding-bottom:8px;padding-inline:32px}.navigation-mobile-menu__item:where(.astro-bpeb3lxb):not(:last-of-type){border-bottom:1px solid #D9D9D9}.navigation-mobile-menu__link{display:block;padding-block:24px}.navigation-mobile-menu__link-title:where(.astro-bpeb3lxb),.navigation-mobile-menu__link-description:where(.astro-bpeb3lxb){display:block}.navigation-mobile-menu__link-description:where(.astro-bpeb3lxb){display:block;margin-top:16px}.navigation-mobile-link{display:flex;flex-wrap:wrap;align-items:center;gap:8px;padding-block:24px}.search-widget__form:where(.astro-2kcybowp){background:#fafaf8;padding:20px 32px;display:flex;border-bottom:1px solid #EBEBE4;align-items:center;justify-content:space-between}.search-widget__icon:where(.astro-2kcybowp){padding-right:10px;margin-right:4px}.search-widget__input:where(.astro-2kcybowp){width:100%;background-color:transparent}.search-widget__recommend:where(.astro-2kcybowp){padding:32px 64px;background-color:#fff}.search-recommend:where(.astro-2kcybowp){display:flex;gap:24px;flex-direction:column;margin-top:24px}.search-recommend__link:where(.astro-2kcybowp).link{margin-left:0}.account-navigation-mobile-button-open:where(.astro-rbverxd5){touch-action:manipulation;display:flex;justify-content:space-between;text-align:left;width:100%;padding-block:24px}.account-navigation-mobile-button-open--center:where(.astro-rbverxd5){align-items:center}.account-navigation-mobile-button-open__title:where(.astro-rbverxd5),.account-navigation-mobile-button-open__description:where(.astro-rbverxd5){display:block}.account-navigation-mobile-button-open__description:where(.astro-rbverxd5){margin-top:16px}.account-navigation-mobile-button-open__icon:where(.astro-rbverxd5){--button-open-icon-offset-top: 10px;--button-open-icon-dimensions: 12px;display:inline-block;min-width:var(--button-open-icon-dimensions);min-height:var(--button-open-icon-dimensions);margin-left:8px;transform:translateY(var(--button-open-icon-offset-top))}.account-navigation-mobile-button-open--center:where(.astro-rbverxd5) .account-navigation-mobile-button-open__icon:where(.astro-rbverxd5){transform:translateY(0)}.navigation-mobile-account:where(.astro-fie3ohae){border-top:1px solid #000000}.navigation-mobile-account--open:where(.astro-fie3ohae)>.navigation-mobile-tray{right:0}.navigation-mobile-account__inner:where(.astro-fie3ohae){--menu-close-height: 60px;display:flex;flex-direction:column;min-height:calc(100% - var(--menu-close-height));padding:32px}.navigation-account-header__user:where(.astro-fie3ohae){padding-bottom:24px}.navigation-mobile-account__link:where(.astro-fie3ohae){padding-bottom:8px}.navigation-mobile--open:where(.astro-kqhyzdzf)>.navigation-mobile-tray{left:0}.navigation-mobile--menu-open:where(.astro-kqhyzdzf)>.navigation-mobile-tray{transition:none}.navigation-mobile__list:where(.astro-kqhyzdzf){padding-inline:32px}.navigation-mobile__item:where(.astro-kqhyzdzf):not(:last-of-type){border-bottom:1px solid #D9D9D9}.navigation-mobile__link{display:block;padding-block:24px}.navigation-desktop-tray:where(.astro-y5ryjklw){pointer-events:none;background-color:#fff;position:fixed;top:var(--header-height-desktop);left:0;right:0;opacity:0;height:300px;max-height:calc(100vh - var(--header-height-desktop));transform:translateY(-100%);z-index:40;border-bottom:1px solid #D9D9D9;transition:transform .5s cubic-bezier(.165,.84,.44,1)}@media (max-width: 1024px){.navigation-desktop-tray:where(.astro-y5ryjklw){display:none}}.navigation-desktop-tray:where(.astro-y5ryjklw):has(.navigation-desktop-menu--active .navigation-desktop-menu__item-max-height){height:500px}.navigation-desktop-submenu:where(.astro-i4tkast4){overflow:hidden;position:relative;padding:32px;height:100%;display:flex;flex-direction:column}.navigation-desktop-submenu__image:where(.astro-i4tkast4){position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;z-index:-1}.navigation-desktop-submenu__title:where(.astro-i4tkast4)+:where(.astro-i4tkast4){margin-top:16px}.navigation-desktop-submenu__body:where(.astro-i4tkast4){height:100%;display:flex;flex-direction:column;justify-content:flex-end}.navigation-desktop-submenu__body__top-aligned:where(.astro-i4tkast4){justify-content:space-between}.navigation-desktop-submenu__item:where(.astro-i4tkast4){display:flex;align-items:center;gap:8px}.navigation-desktop-submenu__item:where(.astro-i4tkast4):not(:last-of-type){margin-bottom:8px}.type-label.navigation-desktop-submenu__item-link__margin{margin-left:0}.navigation-desktop-submenu__footer:where(.astro-i4tkast4){margin-top:16px}.navigation-desktop-menu:where(.astro-labzcdrv){position:absolute;top:0;left:0;right:0;height:100%;pointer-events:none}.navigation-desktop-menu--active:where(.astro-labzcdrv){pointer-events:auto}.navigation-desktop-menu__list:where(.astro-labzcdrv){display:grid;grid-auto-flow:column;grid-auto-columns:1fr;height:100%}.navigation-desktop-menu__item:where(.astro-labzcdrv){max-height:300px}.navigation-desktop-menu__item:where(.astro-labzcdrv):not(:last-of-type){border-right:1px solid #D9D9D9}.navigation-desktop-menu__item-max-height:where(.astro-labzcdrv){max-height:500px}.navigation-desktop-menu__item-max-height:where(.astro-labzcdrv) .navigation-desktop-tray{height:500px}.navigation-desktop-menu__item-inner:where(.astro-labzcdrv){height:100%}.navigation-desktop-menu__stack:where(.astro-labzcdrv){height:100%}.navigation-desktop-menu__stack:where(.astro-labzcdrv) .navigation-desktop-submenu{height:50%}.navigation-desktop-menu__stack:where(.astro-labzcdrv) .navigation-desktop-submenu:not(:last-child){border-bottom:1px solid #D9D9D9}.navigation-desktop-menu:where(.astro-5lczovp3){position:absolute;top:0;left:0;right:0;height:100%;pointer-events:none}.navigation-desktop-menu--active:where(.astro-5lczovp3){pointer-events:auto}.navigation-desktop-menu__item:where(.astro-5lczovp3){max-height:500px}.navigation-desktop-menu__item:where(.astro-5lczovp3):not(:last-of-type){border-right:1px solid #D9D9D9}.navigation-desktop-menu__item-inner:where(.astro-5lczovp3){height:100%}.search-widget__form:where(.astro-5lczovp3){background:#fafaf8;padding:32px 64px;display:flex;border-bottom:1px solid #EBEBE4;align-items:center;justify-content:space-between}.search-widget__icon:where(.astro-5lczovp3){padding-right:10px;margin-right:4px}.search-widget__input:where(.astro-5lczovp3){width:100%;background-color:transparent}.search-widget__recommend:where(.astro-5lczovp3){padding:32px 64px;background-color:#fff}.search-recommend:where(.astro-5lczovp3){display:flex;gap:24px;flex-direction:column;margin-top:24px}.search-recommend__link:where(.astro-5lczovp3).link{margin-left:0}.navigation-desktop:where(.astro-rzhotwnx){position:relative}.navigation-desktop--open:where(.astro-rzhotwnx)>.navigation-desktop-tray{transform:translateY(0)}.navigation-desktop--header:where(.astro-rzhotwnx)>.navigation-desktop-tray{transition:opacity 0s cubic-bezier(.4,0,.2,1) .3s,transform .5s cubic-bezier(.165,.84,.44,1);opacity:1}.navigation-desktop__close:where(.astro-rzhotwnx){background-color:#00000080;position:fixed;inset:0;opacity:0;z-index:30;pointer-events:none;transition:opacity .5s cubic-bezier(.4,0,.2,1)}@media (max-width: 1024px){.navigation-desktop__close:where(.astro-rzhotwnx){display:none}}.navigation-desktop--open:where(.astro-rzhotwnx) .navigation-desktop__close:where(.astro-rzhotwnx){opacity:1;pointer-events:auto}.navigation-desktop__close-text:where(.astro-rzhotwnx){cursor:pointer;pointer-events:visible;position:absolute;bottom:-64px;width:100%;text-align:center;color:#fff}.footer-link-block:where(.astro-4ueklxl2){flex:0 0 50%}@media (min-width: 1025px){.footer-link-block:where(.astro-4ueklxl2){flex:0 0 25%}}@media (min-width: 768px){.footer-link-block:where(.astro-4ueklxl2):nth-last-of-type(-n+2){border-top:1px solid #D9D9D9}}@media (min-width: 1025px){.footer-link-block:where(.astro-4ueklxl2):nth-last-of-type(-n+2){border-top:0}}@media (min-width: 768px){.footer-link-block:where(.astro-4ueklxl2):not(:last-of-type){border-right:1px solid #D9D9D9}}.footer-link-block:where(.astro-4ueklxl2):last-of-type>.accordion-item{border-bottom:none}@media (min-width: 768px){.footer-link-block:where(.astro-4ueklxl2) .accordion-item{border-bottom:none}}.footer-link-block:where(.astro-4ueklxl2) .accordion-item__button{padding-inline:32px}@media (min-width: 768px){.footer-link-block:where(.astro-4ueklxl2) .accordion-item__button{padding-top:32px;cursor:auto;pointer-events:none}.footer-link-block:where(.astro-4ueklxl2) .accordion-item__icon{display:none}.footer-link-block:where(.astro-4ueklxl2) .accordion-item__body{display:flex!important;height:auto!important;overflow:visible!important}}.footer-link-block__button:where(.astro-4ueklxl2){display:flex;align-items:center;width:100%;padding-inline:32px;padding-block:24px}@media (min-width: 768px){.footer-link-block__button:where(.astro-4ueklxl2){justify-content:flex-start;cursor:none;pointer-events:none;padding-top:32px}.footer-link-block__body:where(.astro-4ueklxl2){display:flex!important;height:auto!important;overflow:visible!important}}.footer-link-block__list:where(.astro-4ueklxl2){display:flex;flex-direction:column;list-style:none;padding-inline:32px;padding-bottom:24px}@media (min-width: 768px){.footer-link-block__list:where(.astro-4ueklxl2){padding-bottom:64px}}.footer-link-block__item:where(.astro-4ueklxl2):not(:last-child){margin-bottom:16px}.footer-logo:where(.astro-ktqg6ezt){height:24px;margin-block-end:32px}@media (max-width: 767px){.footer-logo:where(.astro-ktqg6ezt){margin-inline:auto}}.footer:where(.astro-bt2zxitd){border-block-start:1px solid #D9D9D9;background-color:#fff}.footer__blocks:where(.astro-bt2zxitd){display:flex;flex-direction:column}@media (min-width: 1025px){.footer__blocks:where(.astro-bt2zxitd){flex-direction:row}}@media (max-width: 1024px){.footer__blocks:where(.astro-bt2zxitd){flex-flow:row wrap}}@media (max-width: 767px){.footer__blocks:where(.astro-bt2zxitd){flex-flow:column nowrap}}.footer__block:where(.astro-bt2zxitd){padding-inline:32px;padding-block:48px 32px;text-align:center}@media (max-width: 767px){.footer__block:where(.astro-bt2zxitd){border-block-end:1px solid #D9D9D9}}@media (min-width: 768px){.footer__block:where(.astro-bt2zxitd){padding-block:32px;text-align:left;flex:1;border-inline-end:1px solid #D9D9D9}}.footer__note:where(.astro-bt2zxitd){--footer-note-width: 460px;max-width:min(var(--footer-note-width),65ch)}@media (max-width: 767px){.footer__note:where(.astro-bt2zxitd){margin-inline:auto}}.footer__meta:where(.astro-bt2zxitd){background-color:#f5f5f1;display:flex;flex-direction:column;padding-inline:32px;padding-block:24px 48px;text-align:center}@media (min-width: 768px){.footer__meta:where(.astro-bt2zxitd){padding-block-end:24px;text-align:left}}@media (min-width: 1025px){.footer__meta:where(.astro-bt2zxitd){flex-direction:row}.footer__nav:where(.astro-bt2zxitd){margin-left:auto}}.footer__list:where(.astro-bt2zxitd){display:flex;flex-direction:column;list-style:none}@media (max-width: 1024px){.footer__list:where(.astro-bt2zxitd){margin-top:12px;margin-left:0}}@media (min-width: 768px){.footer__list:where(.astro-bt2zxitd){flex-direction:row}}.footer__item:where(.astro-bt2zxitd):not(:last-child){margin-block-end:24px}@media (min-width: 768px){.footer__item:where(.astro-bt2zxitd):not(:last-child){margin-block-end:0;margin-inline-end:16px}}@media (max-width: 767px){.footer__copyright:where(.astro-bt2zxitd){display:block;margin-block-end:24px;padding-block-end:24px;border-block-end:1px solid #EBEBE4}}.modal:where(.astro-qmzm2soj){--modal-content-width: calc(100vw - 16px) ;z-index:50;position:fixed;inset:0;background-color:transparent;overflow-y:auto;transform:unset;display:flex}@media (min-width: 768px){.modal:where(.astro-qmzm2soj){--modal-content-width: 480px }}.modal__overlay:where(.astro-qmzm2soj){background-color:#00000080;position:fixed;inset:0}.modal__content-container:where(.astro-qmzm2soj){background-color:#fff;min-height:100vh;width:var(--modal-content-width);position:absolute;right:0;padding-inline:32px;padding-block:64px}.modal__close-header:where(.astro-qmzm2soj){display:flex;position:fixed;top:0;right:0;width:var(--modal-content-width);padding:16px;z-index:10}.modal__close-button:where(.astro-qmzm2soj){margin-left:auto}.modal__header{text-align:center;padding-block-end:32px;border-bottom:1px solid #D9D9D9;margin-block-end:32px}.modal__heading{margin-block-end:24px}.modal__content .section .section__wrapper{padding-block:0}.modal__content .wrapper{padding-inline:0}.c-kustomer-form__button{position:fixed;right:16px;bottom:48px;width:102px;height:38px;border-radius:53px;background:#000;color:#fff;display:flex;justify-content:center;align-items:center;z-index:40;transform:translateY(100%);transition:transform .5s ease}.c-kustomer-form__button .c-kustomer-form__chat-icon{width:14px;height:12px;margin-left:10px}.c-kustomer-form__button .c-kustomer-form__chat-online-icon{width:6px;height:6px;position:absolute;right:-3px;top:-3px;border-radius:50px;background:var(--Delivery-Green, #25b755)}.c-kustomer-form__button.is-stuck{bottom:96px;transform:translateY(0);transition:transform .5s ease}@media (min-width: 640px){.c-kustomer-form__button.is-stuck{bottom:64px}}.c-kustomer-form__form{position:fixed;z-index:50;right:0;bottom:0;overflow:hidden;display:flex;flex-direction:column;width:100%;height:100%;border-radius:20px}@media (min-width: 640px){.c-kustomer-form__form{right:16px;bottom:10px;width:300px;height:auto;max-height:calc(100dvh - 32px)}}.c-kustomer-form__form.is-stuck{bottom:0}@media (min-width: 640px){.c-kustomer-form__form.is-stuck{bottom:64px}}.c-kustomer-form__header{box-sizing:border-box;width:100%;background-color:#000;display:flex;flex-direction:row;justify-content:space-between;padding:11px 18px}.c-kustomer-form__title{color:#fff;margin:0;text-align:center}.c-kustomer-form__content{flex:1;display:flex;padding:32px 24px;flex-direction:column;background-color:#fff;justify-content:flex-start;overflow-y:auto;min-height:0}@media (min-width: 640px){.c-kustomer-form__content{padding:24px}}.c-kustomer-form__content-header{text-align:center;margin-bottom:16px}.c-kustomer-form__content-text{font-size:.9375rem;text-align:center}.c-kustomer-form__content-text--subheader{margin-bottom:8px}.c-kustomer-form__content-text--list{text-align:left;list-style-type:decimal;margin-left:16px;margin-bottom:16px}.c-kustomer-form__disclaimer-close svg{width:13px;height:13px;color:#fff}.c-kustomer-form__content-text>a{-webkit-text-decoration:underline #000000;text-decoration:underline #000000;color:#000}.c-kustomer-form__submit-button{width:-moz-fit-content;width:fit-content;margin-inline:auto}
