.fsr-categories{padding-block:32px;width:100%;padding-inline:calc((100% - min(90vw,1328px))/2);display:flex;justify-content:space-between;overflow-x:scroll;gap:32px;-ms-overflow-style:none;scrollbar-width:none}.fsr-categories::-webkit-scrollbar{display:none}.fsr-categories-category{flex-shrink:0;display:grid;justify-items:center;gap:16px;color:#4b4b4b}.fsr-categories-category-active{font-weight:700}.fsr-category-banner{width:100%;height:275px;position:relative}.fsr-category-banner-content{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:flex;align-items:center;gap:20px;width:max-content}.fsr-category-banner-content .fsr-title,.fsr-category-banner-content .fsr-text{color:#fff;margin:0}@media only screen and (max-width: 768px){.fsr-category-banner-content{flex-direction:column;gap:10px;width:90vw;text-align:center}.fsr-category-banner{height:200px}}.fsr-collection{width:min(90vw,1328px);margin-inline:auto;display:grid;grid-template-columns:repeat(4,auto);row-gap:32px;justify-content:space-between}@media only screen and (max-width: 1024px){.fsr-collection{grid-template-columns:repeat(3,auto)}}@media only screen and (max-width: 768px){.fsr-collection{grid-template-columns:repeat(2,auto)}}@media only screen and (max-width: 480px){.fsr-collection{grid-template-columns:repeat(1,auto);justify-content:center}}.fsr-featured-products{width:100%;padding-block:50px;margin-top:50px}.fsr-featured-products-title{margin-inline:auto;max-width:min(1328px,90vw);margin-bottom:40px}.fsr-featured-products-slider{display:flex;justify-content:space-between;padding-inline:calc((100vw - min(90vw,1328px))/2);overflow-x:scroll;-ms-overflow-style:none;scrollbar-width:none}.fsr-featured-products-slider::-webkit-scrollbar{display:none}.fsr-featured-products-slider-product{flex-shrink:0;border-radius:32px;width:min(300px,21.75vw);position:relative;color:unset}.fsr-featured-products-slider-product button[type=submit]{border-radius:100px;background:#009f67;color:#fff;display:flex;align-items:center;justify-content:center;position:absolute;bottom:20px;right:20px;border:none;width:45px;height:45px}.fsr-featured-products-slider-product-image{border-radius:32px;width:100%}.fsr-featured-products-slider-product-info{padding:20px;min-height:150px;display:flex;flex-direction:column;justify-content:space-between}@media only screen and (max-width: 1024px){.fsr-featured-products-slider{gap:40px}.fsr-featured-products-slider-product{width:300px}}body{padding-top:130px}.fsr-header{position:fixed;top:0;width:100%;z-index:1000;background:#fff}.fsr-header-announcements{background:#ecf3f0;display:inline-flex;gap:128px;width:100%;align-items:center;justify-content:center;padding-block:5px}.fsr-header-announcements-announcement{display:inline-flex;gap:16px;align-items:center}.fsr-header-top{display:grid;grid-template-columns:1fr auto 1fr;margin-inline:auto;max-width:min(1328px,90vw);padding-block:15px;align-items:center;gap:25px;position:sticky;top:0}.fsr-header-logo{width:60px;height:60px}.fsr-header-links{justify-self:center;display:inline-flex;gap:64px}.fsr-header-links-link{color:#3a3a3a;display:flex;gap:10px;position:relative}.fsr-header-links-link-trigger:after{content:url("data:image/svg+xml, %3Csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 9.24902L5.25 4.99902L1 0.749024' stroke='%234B4B4B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");transform:rotate(90deg)}.fsr-header-links-link-active:after{transform:rotate(270deg)}.fsr-header-icons{display:inline-flex;gap:32px;align-items:center;justify-self:end}.fsr-header-icons a{display:flex}.fsr-header-icons-menu{display:none}.fsr-header-mega{width:min(90vw,1328px);margin-inline:auto;overflow:hidden;transition:height .2s ease}.fsr-header-mega-menu{display:none;justify-content:space-between;padding-bottom:32px;align-items:flex-start}.fsr-header-mega-menu-active{display:flex}.fsr-header-mega-menu-nav{display:grid;gap:20px}.fsr-header-mega-menu-nav-link{display:inline-flex;gap:20px;border-radius:25px;align-items:center;cursor:pointer;position:relative;padding-right:34px}.fsr-header-mega-menu-nav-link svg{position:absolute;right:17px;display:none}.fsr-header-mega-menu-nav-link-active svg{display:block}.fsr-mega-menu:not(.fsr-mega-menu-dropdown) .fsr-header-mega-menu-nav-link-active{background:#ecf5f2}.fsr-header-mega-menu-content{display:none;gap:32px}.fsr-header-mega-menu-content .fsr-button{justify-self:center}.fsr-header-mega-menu-content-active{display:grid}.fsr-header-mega-menu-content-products{display:flex;gap:32px}.fsr-header-mega-menu-content-top{display:flex;justify-content:space-between;align-items:end}.fsr-header-mega-menu-content-top-left{display:inline-flex;gap:20px;align-items:center}.fsr-blur-overlay{width:100%;height:100%;z-index:999;position:fixed;-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(0px);display:none}.fsr-blur-overlay-active{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:block}.fsr-header-mobile{background:#fff;transition:height .2s ease;overflow:hidden;max-height:calc(100vh - 130px);-ms-overflow-style:none;scrollbar-width:none}.fsr-header-mobile::-webkit-scrollbar{display:none}.fsr-header-mobile-active{overflow-y:scroll}.fsr-header-mobile-inner{display:grid;padding-inline:5vw;gap:25px;padding-block:32px}.fsr-header-mobile-link{display:flex;width:100%;justify-content:space-between;position:relative}.fsr-header-mobile-link:has(~.fsr-header-mobile-dropdown):after{content:url("data:image/svg+xml, %3Csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 9.24902L5.25 4.99902L1 0.749024' stroke='%234B4B4B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");transform:rotate(90deg);position:absolute;right:0}.fsr-header-mobile-link-active:has(~.fsr-header-mobile-dropdown):after{transform:rotate(270deg)}.fsr-header-mobile-dropdown{overflow:hidden;transition:height .2s ease}.fsr-header-mobile-dropdown-inner{display:grid;gap:10px;padding-top:25px}.fsr-header-mobile-dropdown-inner-link{display:flex;gap:25px;align-items:center}@media only screen and (max-width: 1439px){.fsr-header-mega-menu-content-products a:nth-child(3){display:none}.fsr-header-mega-menu-active{gap:64px;justify-content:center}}@media only screen and (max-width: 1280px){.fsr-header-announcements{gap:64px}}@media only screen and (max-width: 1024px){.fsr-header-icons-menu{display:block}.fsr-header-icons-account,.fsr-header-links{display:none}.fsr-header-top{grid-template-columns:auto auto;justify-content:space-between}.fsr-header-announcements{overflow-x:scroll;display:inline-flex;gap:0px;-ms-overflow-style:none;scrollbar-width:none;justify-content:space-evenly}.fsr-header-announcements::-webkit-scrollbar{display:none}.fsr-header-announcements-announcement{width:fit-content;justify-content:center}.fsr-header-announcements-announcement:nth-child(3),.fsr-header-announcements-announcement:nth-child(4){display:none}}.fsr-image-with-overlay{width:100%;margin-top:50px}.fsr-image-with-overlay-title{margin-inline:auto;max-width:min(1328px,90vw);margin-bottom:40px}.fsr-image-with-overlay-image{position:relative;margin-inline:auto;max-width:min(1328px,90vw);border-radius:32px;overflow:hidden}.fsr-image-with-overlay-image-universal,.fsr-image-with-overlay-image-desktop{display:block}.fsr-image-with-overlay-image-mobile{display:none}.fsr-image-with-overlay-content{display:grid;gap:16px;position:absolute;left:55px;bottom:45px}@media only screen and (max-width: 768px){.fsr-image-with-overlay-image-desktop{display:none}.fsr-image-with-overlay-image-mobile{display:block}.fsr-image-with-overlay-content{width:calc(100% - 40px);left:20px;bottom:20px;justify-items:center}.fsr-image-with-overlay-content .fsr-button{width:100%!important}}.fsr-pdp-main{display:grid;grid-template-columns:510px auto;gap:75px;max-width:min(90vw,1328px);margin-inline:auto}.fsr-pdp-main-gallery-big-bio{position:absolute;top:10px;left:10px;width:79px;height:auto}.fsr-pdp-main-gallery{width:100%;display:flex;gap:10px;flex-direction:column;position:sticky;top:140px;height:fit-content}.fsr-pdp-main-gallery-big{position:relative}.fsr-pdp-main-gallery-big-image{display:none;border-radius:32px}.fsr-pdp-main-gallery-big-image-active{display:block}.fsr-pdp-main-gallery-thumbnails{display:inline-flex;gap:10px;overflow-x:scroll;-ms-overflow-style:none;scrollbar-width:none}.fsr-pdp-main-gallery-thumbnails::-webkit-scrollbar{display:none}.fsr-pdp-main-gallery-thumbnails-thumbnail{width:120px;height:120px;border-radius:16px;object-fit:cover}.fsr-pdp-main-info,.fsr-pdp-main-info-dropdown{width:100%}.fsr-pdp-main-info-dropdown-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;padding-block:20px;border-bottom:1px solid #4B4B4B;cursor:pointer}.fsr-pdp-main-info-dropdown-trigger svg{transition:transform .2s ease}.fsr-pdp-main-info-dropdown-active .fsr-pdp-main-info-dropdown-trigger svg{transform:rotate(180deg)}.fsr-pdp-main-info-dropdown-content{transition:height .2s ease;overflow:hidden}.fsr-pdp-main-info-dropdown-content-inner{padding-block:20px}.fsr-pdp-main-info-conditions{display:grid;grid-template-columns:auto auto;gap:10px;margin-top:20px}.fsr-pdp-main-info-conditions-condition{display:flex;width:100%;padding:10px 10px 5px;flex-direction:column;align-items:center;gap:13px;border-radius:10px;background:#f8f8f8;text-align:center}.fsr-pdp-main-info-price{display:flex;gap:20px;align-items:center;margin-top:10px}.fsr-pdp-main-info-price-portion{padding:3px 10px;border-radius:5px;background:#ecf5f2;color:#009f67;display:flex;justify-content:center;align-items:center;width:fit-content}.fsr-pdp-main-info-tax{margin-bottom:10px}.fsr-pdp-main-info-bulletpoint{display:flex;gap:10px;align-items:center;padding-block:3px}.fsr-pdp-main-info-variants{display:flex;justify-content:flex-start;gap:25px;margin-block:20px}.fsr-pdp-main-info-variants-variant{display:grid;justify-items:center;border-radius:16px;padding-bottom:5px;cursor:pointer;position:relative;border:1px solid lightgrey}.fsr-pdp-main-info-variants-variant-active{background:#ecf5f2}.fsr-pdp-main-info-variants-variant-image{width:100px;border-radius:16px}.fsr-pdp-main-info-submit{width:100%!important}.fsr-pdp-main-info-orderinfo{display:flex;jutsify-content:space-between;gap:20px;margin-top:5px}.fsr-pdp-main-info-orderinfo-shipping{display:flex;gap:10px;flex-shrink:0}.fsr-pdp-main-info-orderinfo-shipping-dot{width:10px;height:10px;border-radius:10px;background:#21bf82}.fsr-pdp-main-info-orderinfo-shipping{display:flex;gap:10px;align-items:center}.fsr-pdp-main-info-orderinfo-shipping-color{color:#21bf82}@media only screen and (max-width: 1140px){.fsr-pdp-main-info-variants{display:grid;grid-template-columns:1fr 1fr}}@media only screen and (max-width: 1024px){.fsr-pdp-main{grid-template-columns:100%;gap:25px}.fsr-pdp-main-gallery{position:unset}}@media only screen and (max-width: 768px){.fsr-pdp-main-info-orderinfo{flex-direction:column;align-items:center;gap:10px}}@media only screen and (max-width: 480px){.fsr-pdp-main-gallery-thumbnails-thumbnail{width:80px;height:80px}.fsr-pdp-main-info-conditions{grid-template-columns:100%}}.fsr-text-section{width:min(90vw,1328px);margin-inline:auto}.fsr-text-section h2{margin-top:32px}.fsr-text-section a.fsr-text{display:flex;gap:10px}.fsr-text-section a.fsr-text:after{content:url("data:image/svg+xml, %3Csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 9.24902L5.25 4.99902L1 0.749024' stroke='%23009F67' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}
/*# sourceMappingURL=/cdn/shop/t/53/compiled_assets/styles.css.map */
