@import"https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap";@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";@import"https://fonts.googleapis.com/css2?family=Cherry+Bomb+One&display=swap";@keyframes pulse{0%{box-shadow:0 0 #f9582ab3}70%{box-shadow:0 0 0 10px #f9582a00}to{box-shadow:0 0 #f9582a00}}body.no-scroll{touch-action:none;overflow:hidden}.base-link{font-family:var(--font-poppins);color:var(--sh-orange-primary);font-size:1.4rem;line-height:1.5;outline:none;text-decoration:none;transition:all .3s ease}.base-link:hover{text-decoration:none;color:var(--sh-brown-10)}.primary-button,.secondary-button{display:block;border-radius:10rem;background-color:var(--sh-orange-primary);color:var(--sh-white);font-family:var(--font-outfit);font-weight:600;font-size:1.6rem;line-height:2.4rem;text-align:center;padding:1.6rem 2.4rem;transition:all .3s ease;border:1px solid transparent;text-decoration:none;cursor:pointer;letter-spacing:0}.primary-button.wide,.secondary-button.wide{width:100%}.primary-button:hover,.secondary-button:hover{background-color:var(--sh-brown-10)}.secondary-button{background-color:var(--sh-white);border:1px solid var(--sh-brown-1);color:var(--sh-brown-10)}.secondary-button:hover{background-color:var(--sh-brown-10);color:var(--sh-white)}.header-section{width:100%;position:sticky;top:0;background-color:var(--sh-white);box-shadow:var(--header-shadow);z-index:1000}.header__container{display:flex;align-items:center;gap:1rem;padding:1.2rem!important;max-width:100%}@media(min-width:640px){.header__container{padding-top:1.2rem!important;padding-bottom:1.2rem!important}}@media(min-width:1024px){.header__container{justify-content:space-between;padding-top:3rem!important;padding-bottom:3rem!important}}@media(min-width:1200px){.header__container{padding:4rem 6.4rem!important}}.header__logo{max-width:6.4rem}@media(min-width:1200px){.header__logo{max-width:8rem}}.header__logo-wrapper{display:flex;align-items:center;text-decoration:none;margin:0 auto}@media(min-width:640px){.header__logo-wrapper{margin:0 auto 0 0}}@media(min-width:1024px){.header__logo-wrapper{margin-right:0}}.header__nav{display:none}@media(min-width:1024px){.header__nav{display:block}}.header__nav-list{display:flex;align-items:center;gap:1rem;list-style:none;margin:0;padding:0}@media(min-width:1200px){.header__nav-list{gap:2rem}}.header__nav-link{text-decoration:none;font-family:var(--font-outfit);font-weight:700;font-size:1.4rem;line-height:1.8rem;color:var(--sh-brown-10);transition:all .3s ease;padding:1rem 1.4rem;border-radius:10rem}@media(min-width:1200px){.header__nav-link{font-size:1.6rem;line-height:2.1rem;padding:1.6rem 2.4rem}}.header__nav-link--active,.header__nav-link:hover{background-color:var(--sh-orange-primary);color:var(--sh-white)}@media(max-width:1024px){.header__nav-link:hover{color:inherit;background-color:transparent}}.header__actions{display:flex;align-items:center;gap:1.2rem;position:relative}.header__action-button{height:4.8rem;background-color:var(--sh-gray-1);border:none;border-radius:10rem;display:flex;align-items:center;justify-content:center;padding:.4rem 1.6rem;cursor:pointer;color:var(--sh-brown-primary);font-family:var(--font-outfit);font-weight:700;gap:.8rem;font-size:1.4rem;line-height:1.8rem;text-decoration:none;text-transform:uppercase;transition:all .3s ease}@media(min-width:1200px){.header__action-button{font-size:1.6rem;line-height:2.1rem}}.header__action-button svg{width:1.6rem;height:1.6rem;fill:var(--sh-brown-primary);transition:all .3s ease}.header__action-button:hover{background-color:var(--sh-orange-primary);color:var(--sh-white)}.header__action-button:hover svg{fill:var(--sh-white)}.header__action-button--cart--full{background-color:var(--sh-orange-primary);color:var(--sh-white);animation:pulse 2s infinite}.header__action-button--cart--full svg{fill:var(--sh-white)}@media(min-width:640px){.header__action-button--menu{margin-right:2.4rem}}@media(min-width:1024px){.header__action-button--menu{margin-right:0;display:none!important}}.header__action-button--menu i{align-items:center;justify-content:center}.header__action-button--back{flex:1;align-items:center;justify-content:flex-start}.header__action-button--back-xmark{justify-content:flex-end}.header__action-button--back{display:none}@media(min-width:1024px){.header__action-button--back{display:none!important}}.header__action-button-text,.header--hidden-mobile{display:none}@media(min-width:640px){.header--hidden-mobile{display:inherit}}.header__search-wrapper{position:static}@media(min-width:1024px){.header__search-wrapper{position:relative}}.header__account-dropdown-panel{position:absolute;top:calc(100% + .8rem);right:0;min-width:36rem;background-color:var(--sh-white);box-shadow:0 0 12px #00000014;padding:2.4rem 1.6rem 0;z-index:200;opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease;border:1px solid var(--sh-brown-1)}@media(min-width:1024px){.header__account-dropdown:hover .header__account-dropdown-panel{opacity:1;visibility:visible}.header__account-dropdown--closed .header__account-dropdown-panel,.header__account-dropdown--closed:hover .header__account-dropdown-panel{opacity:0;visibility:hidden}}@media(max-width:1024px){.header__account-dropdown-panel{min-width:auto;width:100vw;right:-1.2rem;box-shadow:none;border:none;height:calc(100vh - 7.2rem);background-color:var(--sh-white);background-image:url(wave-bg.svg);background-repeat:no-repeat;background-position:bottom left;background-size:auto 50%}.header__account-dropdown-panel:after{content:"";position:absolute;bottom:5%;left:50%;transform:translate(-50%);width:26.7rem;height:23.2rem;background-image:url(mobile-my-account.svg);background-repeat:no-repeat}}.header__account-dropdown--open .header__account-dropdown-panel{opacity:1;visibility:visible}.header__account-dropdown-user{display:flex;align-items:center;gap:1.2rem}.header__account-dropdown-avatar{width:4.8rem;height:4.8rem;min-width:4.8rem;border-radius:50%;background-color:var(--sh-brown-1);display:flex;align-items:center;justify-content:center}.header__account-dropdown-avatar svg{width:2.4rem;height:2.4rem;fill:var(--sh-brown-10)}.header__account-dropdown-user-info{display:flex;flex-direction:column;gap:.2rem;flex:1;min-width:0}.header__account-dropdown-name{font-weight:700;font-size:1.6rem;line-height:2.1rem;letter-spacing:0;color:var(--sh-brown-10)}.header__account-dropdown-email{font-weight:400;font-size:1.2rem;line-height:1.6rem;letter-spacing:0;color:var(--sh-gray-5);display:none}.header__account-dropdown-close{padding:.4rem;border:none;background:none;cursor:pointer;color:var(--sh-brown-primary);display:flex;align-items:center;justify-content:center;align-self:flex-start}.header__account-dropdown-close svg{width:1.6rem;height:1.6rem;fill:currentColor}@media(max-width:1024px){.header__account-dropdown-close{display:none}}.header__account-dropdown-divider{display:block!important;height:1px;background-color:#0000001a;margin:1.6rem 0}.header__account-dropdown-item{display:flex;align-items:center;gap:1.2rem;padding:1.6rem .8rem;text-decoration:none;font-family:var(--font-outfit);font-weight:600;font-size:1.4rem;line-height:2.4rem;letter-spacing:0;color:var(--sh-brown-10);text-transform:uppercase;transition:color .2s ease}.header__account-dropdown-item:hover{color:var(--sh-brown-8)}.header__account-dropdown-item-icon{display:flex;align-items:center;justify-content:center}.header__account-dropdown-item-icon svg{width:2.4rem;height:2.4rem;fill:currentColor}.header__account-dropdown-signout{display:block;padding:.4rem .8rem 2rem;text-decoration:none;font-weight:400;font-size:1.2rem;line-height:1.6rem;letter-spacing:0;color:var(--sh-orange-primary);transition:color .2s ease}.header__mega-menu{background-color:var(--sh-white);background-image:url(wave-bg.svg);background-repeat:no-repeat;justify-content:center;align-items:center;display:none;position:fixed;top:var(--header-height);left:0;width:100%;bottom:0;z-index:101;flex-direction:column;background-position:bottom center;background-size:auto 80%;overflow-y:auto;padding:5.2rem 2rem 0}@media(min-width:1024px){.header__mega-menu{padding:5.6rem 0;flex-direction:row;background-position:top center;background-size:cover;position:absolute;top:100%;left:0;bottom:auto;width:100%}}.header__mega-menu img{width:100%;object-fit:contain;height:auto}.header__mega-menu .container{padding:0 1rem;height:100%}@media(min-width:640px){.header__mega-menu .container:not(:has(.swiper)){max-width:42.5rem}}@media(min-width:1024px){.header__mega-menu .container:not(:has(.swiper)){max-width:132rem;height:auto}}@media(min-width:1024px){.header__mega-menu .container{max-width:132rem;height:auto}}@media(min-width:1200px){.header__mega-menu .container{padding:0}}.header__mega-menu-title{display:block;color:var(--sh-brown-10);text-transform:uppercase;text-align:center;font-weight:800;font-size:2.4rem;line-height:3.2rem;margin:0 0 3.2rem}@media(min-width:1024px){.header__mega-menu-title{display:none}}.header__mega-menu .header__swiper-button-next,.header__mega-menu .header__swiper-button-prev{position:relative;background:none;border:none;z-index:10;width:5.6rem;height:5.6rem;display:none;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease;cursor:pointer}@media(min-width:1024px){.header__mega-menu .header__swiper-button-next,.header__mega-menu .header__swiper-button-prev{display:flex}}.header__mega-menu .header__swiper-button-next svg,.header__mega-menu .header__swiper-button-prev svg{width:2rem}.header__mega-menu .header__swiper-button-next:hover,.header__mega-menu .header__swiper-button-prev:hover{background-color:var(--sh-orange-primary)}.header__mega-menu .header__swiper-button-next:hover svg,.header__mega-menu .header__swiper-button-prev:hover svg{fill:var(--sh-white)}.header__mega-menu .header__swiper-button-next.swiper-button-disabled,.header__mega-menu .header__swiper-button-prev.swiper-button-disabled{opacity:.3;cursor:not-allowed}.header__mega-menu .header__swiper-button-next{margin-left:2.4rem}.header__mega-menu .header__swiper-button-prev{margin-right:2.4rem}.header__mega-menu .swiper-slide{display:flex;justify-content:center;align-items:stretch;height:auto;width:auto;transition:scale .2s ease}.header__mega-menu .swiper-slide:hover{scale:1.02}.header__mega-menu-product-card{background:var(--sh-white);border-radius:2.4rem;padding:0 2.4rem 2.4rem;box-shadow:var(--product-card-shadow);align-items:center;text-align:center;flex:1;display:flex;flex-direction:column;justify-content:space-between;text-decoration:none;font-family:var(--font-poppins);font-size:1.6rem;-webkit-user-select:none;user-select:none;transition:all .3s ease;width:27.5rem}@media(min-width:1024px){.header__mega-menu-product-card{width:auto}}.header__mega-menu-product-card h3{font-size:1.6rem;font-weight:700;line-height:2.1rem;color:var(--sh-brown-10);margin:0 0 1.2rem;text-transform:uppercase}.header__mega-menu-product-image{width:22.5rem!important;height:22.5rem!important;object-fit:contain;margin-bottom:.8rem}.header__mega-menu-product-info{display:flex;flex-direction:column;flex:1;justify-content:space-between}.header__mega-menu-product-price{margin-top:auto;font-size:1.6rem;line-height:2.1rem;font-weight:500;color:var(--sh-orange-primary)}.header__mega-menu .swiper{padding:1rem 0}.header__mega-product-list{display:flex;flex-direction:row;flex-wrap:wrap;gap:3.2rem;align-items:center;justify-content:center;padding-bottom:3.8rem}@media(min-width:640px){.header__mega-product-list{align-items:stretch}}@media(min-width:1023px){.header__mega-product-list{align-items:stretch;justify-content:flex-start;flex-wrap:nowrap;padding-bottom:0;flex-direction:row;gap:0}}.header__mega-menu-bundle_up{display:grid;grid-template-columns:1fr;gap:3.2rem;padding-bottom:3.8rem}@media(min-width:1024px){.header__mega-menu-bundle_up{padding-bottom:0;grid-template-columns:repeat(3,1fr);gap:2.4rem}}@media(max-width:1023px){.header__mega-menu-bundle_up{max-width:54.6rem}}.header__mega-menu-bundle_up>div,.header__mega-menu-bundle_up>a{background:var(--sh-white);border-radius:2.4rem;padding:2.4rem;box-shadow:var(--product-card-shadow)}.header__mega-menu-bundle_up>a{display:flex;align-items:center;justify-content:center;transition:scale .2s ease}.header__mega-menu-bundle_up>a:hover{scale:1.02}.header__mega-menu-bundle_up-main{order:1}@media(min-width:1024px){.header__mega-menu-bundle_up-main{order:0}}.header__mega-menu-bundle_up-main h3{font-family:var(--font-outfit);font-size:2.1rem;font-weight:800;line-height:2.8rem;color:var(--sh-brown-10);margin:0 0 1.2rem}.header__mega-menu-bundle_up-main .content{font-family:var(--font-poppins);font-size:1.6rem;line-height:2.4rem;margin-bottom:2.4rem;color:var(--sh-brown-primary)}.header__mega-menu-bundle_up-main .content p{margin:0}.header__mega-menu-bundle_up-main .buttons{display:flex;flex-direction:column;gap:1.2rem}.header__mega-menu-bundle_up a img{max-height:25rem;object-fit:contain}.header__mega-menu-new_shit-wrapper{display:grid;grid-template-columns:1fr;gap:3.2rem;padding-bottom:3.8rem}@media(min-width:1024px){.header__mega-menu-new_shit-wrapper{padding-bottom:0;grid-template-columns:repeat(3,1fr);gap:2.4rem}}@media(max-width:1023px){.header__mega-menu-new_shit-wrapper{max-width:54.6rem}}.header__mega-menu-new_shit-item{background:var(--sh-white);border-radius:2.4rem;padding:1.6rem;box-shadow:var(--product-card-shadow);transition:scale .2s ease}.header__mega-menu-new_shit-item:last-child{display:flex;flex-direction:column;justify-content:space-between}.header__mega-menu-new_shit-item a{display:flex;flex-direction:column;gap:1.6rem;align-items:center;text-decoration:none;color:var(--sh-brown-10);font-family:var(--font-poppins);font-weight:700;font-size:1.4rem;line-height:1.8rem;transition:all .3s ease}.header__mega-menu-new_shit-item a .price{line-height:2.1rem;font-weight:500;color:var(--sh-orange-primary)}.header__mega-menu-new_shit-item .subscribe_content{display:flex;flex-direction:column;gap:1.2rem;margin-bottom:3.2rem}.header__mega-menu-new_shit-item .subscribe_content h3{font-family:var(--font-outfit);font-weight:800;font-size:2.1rem;line-height:2.8rem;color:var(--sh-brown-10);margin:0}.header__mega-menu-new_shit-item .subscribe_content p{font-family:var(--font-poppins);font-size:1.6rem;line-height:2.4rem;color:var(--sh-brown-primary);margin:0}.header__mega-menu-new_shit-item .subscribe_element{display:flex;flex-direction:column;gap:1.6rem;width:100%}.header__mega-menu-new_shit-item .subscribe_element input{width:100%;padding:1.6rem;border:1px solid var(--sh-gray-1);font-family:var(--font-poppins);font-size:1.6rem;line-height:2.1rem;color:#7e7e7e}.header__mega-menu-new_shit-item .subscribe_element button{width:100%;padding:1.6rem;border:none;border-radius:10rem;background-color:var(--sh-orange-primary);color:var(--sh-white);font-family:var(--font-outfit);font-weight:700;font-size:1.6rem;line-height:2.1rem;cursor:pointer;transition:all .3s ease}.header__mega-menu-new_shit-item .subscribe_element button:hover{background-color:var(--sh-brown-10)}.header__mega-menu-new_shit-item:nth-child(1):hover,.header__mega-menu-new_shit-item:nth-child(2):hover{scale:1.02}.header__mega-menu-free_shit-wrapper{display:grid;grid-template-columns:1fr;gap:3.2rem;padding-bottom:3.8rem}@media(min-width:1024px){.header__mega-menu-free_shit-wrapper{padding-bottom:0;grid-template-columns:repeat(3,1fr);gap:2.4rem}}@media(max-width:1023px){.header__mega-menu-free_shit-wrapper{max-width:54.6rem}}.header__mega-menu-free_shit-item{background:var(--sh-white);border-radius:2.4rem;padding:1.6rem;box-shadow:var(--product-card-shadow);transition:scale .2s ease}.header__mega-menu-free_shit-item a{display:flex;flex-direction:column;gap:1.6rem;align-items:center;justify-content:flex-start;text-decoration:none;color:var(--sh-brown-10);font-family:var(--font-poppins);font-weight:700;font-size:1.4rem;line-height:1.8rem;transition:all .3s ease}.header__mega-menu-free_shit-item a .header__mega-menu-free_shit-item-image{max-height:24.2rem;object-fit:contain;object-position:top}@media(max-width:1024px){.header__mega-menu-free_shit-item a .header__mega-menu-free_shit-item-image{max-height:42.4rem}}.header__mega-menu-free_shit-item a .price p{line-height:2.1rem;font-weight:500;color:var(--sh-orange-primary);margin:0}.header__mega-menu-free_shit-item .start_bundling{display:flex;flex-direction:column;gap:1.2rem;margin-bottom:2.4rem}.header__mega-menu-free_shit-item .start_bundling h3{font-family:var(--font-outfit);font-weight:800;font-size:2.1rem;line-height:2.8rem;color:var(--sh-brown-10);margin:0}.header__mega-menu-free_shit-item .start_bundling p{font-family:var(--font-poppins);font-size:1.6rem;font-weight:400;line-height:2.4rem;color:var(--sh-brown-primary);margin:0}.header__mega-menu-free_shit-item button{width:100%;padding:1.6rem;border:none;border-radius:10rem;background-color:var(--sh-orange-primary);color:var(--sh-white);font-family:var(--font-outfit);font-weight:700;font-size:1.6rem;line-height:2.1rem;cursor:pointer;transition:all .3s ease}.header__mega-menu-free_shit-item button:hover{background-color:var(--sh-brown-10)}.header__mega-menu-free_shit-item:nth-child(1):hover,.header__mega-menu-free_shit-item:nth-child(2):hover{scale:1.02}@media screen and (max-width:1023px){.header--mobile-menu-active .header__action-button{display:flex}.header--mobile-menu-active .header__action-button-text{display:block}.header--mobile-menu-active .header__logo-wrapper{display:none}.header--mobile-menu-active .header__actions{margin-left:auto}.header--mobile-menu-active .header__action-button--cart,.header--mobile-menu-active .header__menu-icon-open{display:none}.header--mobile-menu-active .header__menu-icon-close{display:flex}.header--mobile-menu-active .header__action-button--back{display:none}.header--mega-menu-active .header__logo-wrapper{display:block}.header--mega-menu-active .header__actions,.header--mega-menu-active .header__action-button--menu{display:none}.header--mega-menu-active .header__action-button--back{display:flex}}@media screen and (max-width:640px){.header--search-active .header__logo-wrapper{display:block}.header--search-active .header__actions .header__action-button{display:none}.header--search-active .header__action-button--back{display:flex}.header--search-active .header__action-button--menu{display:none}.header--mobile-menu-active .header__account-dropdown{display:block}}.header__menu-icon-open{display:flex}.header__menu-icon-close{display:none}.header-mobile-menu{position:fixed;top:var(--header-height);bottom:0;left:0;width:100%;background-color:var(--sh-white);z-index:100;display:none;flex-direction:column;overflow-y:auto}.header-mobile-menu--active{display:flex}.header-mobile-menu .header__nav{display:block;padding:2.4rem 1.6rem 0}.header-mobile-menu .header__nav-list{flex-direction:column;gap:.8rem;align-items:normal}.header-mobile-menu .header__nav-link{display:flex;justify-content:space-between;padding:2rem .8rem 2rem 1.2rem;font-size:1.8rem;line-height:2.4rem;border-radius:8px}.header-mobile-menu .header__nav-link svg{height:2rem;width:2rem;transition:all .3s ease}.header-mobile-menu .header__nav-link:hover svg{fill:var(--sh-white)}.header-mobile-menu__bottom-section{display:flex;flex-direction:column;gap:1.6rem;align-items:center;margin-top:2rem;position:relative;padding:0 2rem 3.2rem;flex:1}.header-mobile-menu__bottom-section:before{content:"";position:relative;width:100vw;height:9rem;background-image:url(wave-bg-2.svg);background-repeat:no-repeat;background-position:top;background-size:100%}@media(max-width:400px){.header-mobile-menu__bottom-section:before{background-size:200% 100%;height:6rem}}.header-mobile-menu__bottom-section:after{content:"";position:absolute;top:9rem;width:100vw;height:calc(100% - 9rem);background-color:#fff5eb;z-index:-1}@media(max-width:400px){.header-mobile-menu__bottom-section:after{top:6rem;height:calc(100% - 6rem)}}@media(min-width:640px){.header-mobile-menu__bottom-section{max-width:45rem;margin:0 auto}}@media(min-width:1024px){.header-mobile-menu__bottom-section{max-width:132rem}}.header-mobile-menu__button-wrapper{max-width:none;width:100%;padding:0 .4rem}@media(min-width:640px){.header-mobile-menu__button-wrapper{max-width:26rem}}.header-mobile-menu__image{width:100%;height:auto;object-fit:contain;max-width:36.2rem;margin:0 auto 1.2rem}
/*# sourceMappingURL=/cdn/shop/t/28/assets/section-header.css.map */
