@charset "UTF-8";.page-header{background-color:var(--bg-white);border-bottom:1px solid var(--bg-black);color:var(--cl-black);display:grid;font-size:var(--font-14);grid-template-columns:repeat(3,1fr);padding:1rem;position:relative;width:100%;z-index:1000}.page-header-menu{align-items:center;display:none;grid-column-end:2;grid-column-start:1}.page-header-brand{display:flex;grid-column-end:3;grid-column-start:2;justify-self:center}.page-header-icons{display:flex;gap:2rem;grid-column-end:4;grid-column-start:3;justify-content:flex-end}.page-header-icon{align-items:center;display:flex}.page-header-account{display:none}.page-header-drawer{color:var(--cl-black);height:100%;left:0;opacity:0;position:fixed;top:0;transition:all .5s ease-in-out;visibility:hidden;width:100%;z-index:9999}.page-header-drawer__background{background-color:var(--bg-black-40);height:100%;position:absolute;width:100%}.page-header-drawer[open]{opacity:1;visibility:visible}.page-header-drawer--left .page-header-drawer__content{left:-100%;transition:all .5s ease-in-out}.page-header-drawer--left[open] .page-header-drawer__content{left:0}.page-header-drawer--right .page-header-drawer__content{left:unset;margin-left:auto;right:-100%;transition:all .5s ease-in-out}.page-header-drawer--right[open] .page-header-drawer__content{right:0}.page-header-drawer__content{background-color:var(--bg-white);display:flex;flex-direction:column;height:100%;max-width:420px;position:relative;width:90%}.page-header-drawer__content--empty{justify-content:center}.page-header-drawer__header{border-bottom:1px solid var(--bg-black);display:flex;justify-content:space-between;min-height:4.5rem;padding:0 1rem}.page-header-drawer__header h6{align-items:center;display:flex;font-size:var(--font-18);gap:1rem;margin:0}.page-header-drawer__header button{align-items:center;background:var(--transparent);border:none;display:flex;justify-content:center;outline:none;padding:0}.page-header-drawer__icon{align-items:center;display:flex;height:100%;position:relative}.page-header-drawer__icon:after{background-color:var(--bg-black);bottom:-1px;content:"";display:block;height:1px;position:absolute;width:100%}.page-header-drawer__body{height:100%;max-height:calc(100% - 15.125rem);overflow-y:auto}.page-header-drawer__link{border-radius:100px;display:flex;width:100%}.page-header-drawer__link a,.page-header-drawer__link button{align-items:center;display:flex;gap:1rem;padding:1rem 2rem;width:100%}.page-header-drawer__link--account{border:1px solid var(--bg-black);color:var(--cl-black)}.page-header-drawer__link--account a{justify-content:space-between}.page-header-drawer__link--cart{background-color:var(--bg-black);color:var(--cl-white)}.page-header-drawer__link--cart a,.page-header-drawer__link--cart button{background-color:transparent;justify-content:center;outline:none}.page-header-drawer__link--cart-2{background-color:var(--bg-white);border:1px solid var(--bg-black);color:var(--cl-black)}.page-header-drawer__footer--cart{border-top:1px solid var(--bg-black);display:flex;flex-direction:column;gap:1rem;padding:1rem}.page-header-categories,.page-header-info{align-items:center;height:100%;margin:0;padding:0}.page-header-categories--mobile,.page-header-info--mobile{border-top:1px solid var(--bg-black);margin-top:1rem!important}.page-header-categories__items,.page-header-info__items{border-bottom:1px solid var(--bg-black);display:flex}.page-header-categories__items--desktop,.page-header-info__items--desktop{border:none;height:100%;position:relative}.page-header-categories__items--mobile a,.page-header-info__items--mobile a{display:flex;height:4.5rem;padding:1rem}.page-header-categories__link,.page-header-info__link{align-items:center;display:flex;justify-content:space-between;width:100%}.page-header-search__form{background:var(--bg-white);color:var(--cl-black);left:0;position:fixed;top:0;z-index:99}.page-header-search__form:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' fill='%23fff' viewBox='0 -960 960 960'%3E%3Cpath d='m334-318 146-146 146 146 16-16-146-146 146-146-16-16-146 146-146-146-16 16 146 146-146 146zm146.17 186q-72.17 0-135.23-27.39t-110.57-74.85q-47.52-47.46-74.94-110.43Q132-407.65 132-479.83q0-72.17 27.39-135.73t74.85-110.57q47.46-47.02 110.43-74.44Q407.65-828 479.83-828q72.17 0 135.73 27.39t110.57 74.35q47.02 46.96 74.44 110.43Q828-552.35 828-480.17q0 72.17-27.39 135.23t-74.35 110.57q-46.96 47.52-110.43 74.94Q552.35-132 480.17-132m-.17-22q136 0 231-95t95-231-95-231-231-95-231 95-95 231 95 231 231 95m0-326'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:3rem 3rem;content:"";height:3rem;left:50%;padding:.5rem;pointer-events:none;position:absolute;top:calc(100% + .5rem);transform:translateX(-50%);width:3rem}.page-header-search-backdrop{background-color:var(--bg-black-40);height:100vh;left:0;opacity:0;position:fixed;top:0;transition:all .5s ease-in-out;visibility:hidden;width:100%;z-index:9}.page-header-search__top{border-bottom:1px solid var(--bg-black);display:flex;font-size:1.5rem;justify-content:center;padding:2.125rem 3rem;position:relative;text-transform:uppercase}.page-header-search__top button{position:absolute;right:3rem;top:2.25rem}.page-header-search #search{align-items:center;display:flex;height:72px;opacity:0;transition:all .5s ease-in-out;visibility:hidden;width:100%}.page-header-search #search legend{border:none;margin:0;padding:0;text-align:center}.page-header-search #search .form-group{align-items:center;background-color:var(--bg-black-opacity);border:1px solid;border-radius:100px;margin:0 auto;max-width:1200px;overflow:visible;padding:.75rem}.page-header-search #search .form-group input{background-color:inherit;border:none;border-radius:0;font-size:var(--font-12);height:auto;height:100%;padding:0 .5rem}.page-header-search #search .form-group button{align-items:center;background:inherit;border:none;border-radius:0;border-bottom-right-radius:8px;border-top-right-radius:8px;display:flex;height:100%;justify-content:center;padding:0;width:2.25rem}.page-header-search #search .form-group .ac_results{border-radius:10px;left:0!important;margin:0;overflow:hidden;position:absolute!important;top:calc(100% + 1rem)!important;width:100%!important}.page-header-search #search .btn-search{color:var(--cl-black);height:1.25rem;padding:0!important;width:1.25rem!important}.page-header-search #search .btn-search svg{height:1.25rem;width:1.25rem}.page-header-search #search fieldset{padding:0 1rem;width:100%}.page-header-search[open] #search,.page-header-search[open] .page-header-search-backdrop{opacity:1;visibility:visible}.page-header--sticky{position:sticky;top:0}.page-header__button{align-items:center;background-color:var(--transparent);display:flex;outline:none!important;position:relative}.page-header__button--full-height{height:100%}.page-header-cart #cart-quantity{border-radius:999px;color:var(--cl-black);font-size:8px;min-height:12px;min-width:12px;padding:2px}.page-header-cart__products--empty{justify-content:center}.page-header-cart__products-list{display:flex;flex-direction:column;gap:.625rem;margin:0;padding:0}.page-header-cart__product-item{border-bottom:1px solid var(--bg-black);display:grid;gap:.625rem;grid-template-columns:100px 1fr 25px;padding:1rem}.page-header-cart__product-image{align-items:center;background-color:var(--bg-blue-light);border-radius:8px;display:flex;height:100px;justify-content:center;width:100px}.page-header-cart__product-details{display:flex;flex-direction:column;gap:.25rem;justify-content:space-between;padding:.75rem 0}.page-header-cart__product-title{color:var(--cl-grey);display:-webkit-box;font-size:var(--font-sm);font-weight:400;margin:0;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.page-header-cart__product-remove-button{background-color:var(--transparent);color:var(--cl-black-40);height:20px;margin-left:auto;width:20px}.page-header-cart__product-options{color:var(--cl-grey);padding:0}.page-header-cart__product-option,.page-header-cart__product-price{font-size:var(--font-12);margin:0}.page-header-cart__text-empty{text-align:center}.page-header-cart__total{display:flex;justify-content:space-between;margin-bottom:1rem}.page-header-cart__total-title{color:var(--cl-black-60);font-weight:400;line-height:1;margin:0}.page-header-cart__total-price{color:var(--cl-black);line-height:1}.page-header-cart__load{align-items:center;display:flex;height:100%;justify-content:center}#page-header-account-menu .page-header-drawer__body{display:flex;flex-direction:column;gap:24px;padding:56px 24px}#page-header-account-menu .page-header-drawer__body p{color:var(--cl-black-60);margin:0}#page-header-account-menu .page-header-drawer__body ul{display:flex;flex-direction:column;gap:1rem;margin:auto 0}#cart .page-header-drawer__body{display:flex;flex-direction:column}#page-header-menu-mobile .page-header-drawer__footer{display:flex;flex-direction:column;gap:1rem;padding:1rem}.fill-black{color:var(--bg-black)}#overline-informations{position:relative!important;z-index:999!important}#overline-informations .informations-content .informations-content-li{padding:.875rem 0}.js-cart_dropdown{display:flex;flex-direction:column;height:100%;justify-content:space-between;max-height:calc(100% - 5.5rem)}#toggle-menu{align-items:center;display:flex;justify-self:start;z-index:9}@media only screen and (min-width:1024px){.page-header{padding:1rem 3rem}}@media only screen and (min-width:1280px){#toggle-menu{display:none}.page-header{grid-template-columns:repeat(5,1fr)}.page-header-menu{display:flex;grid-column-end:3;grid-column-start:1}.page-header-brand{grid-column-end:4;grid-column-start:3}.page-header-icons{grid-column-end:6;grid-column-start:4}.page-header-content__container{grid-template-columns:repeat(4,1fr);padding:.625rem 3rem}.page-header-content__right{grid-column:span 4/span 4;grid-row-start:1}.page-header-cart{--font-sm:0.75rem;--font-12:0.875rem;--cart-button-height:3.75rem}.page-header-cart__button span{font-size:.75rem}.page-header-cart__button #cart-quantity{position:absolute;right:-8px;top:-8px}.page-header-cart .page-header-drawer--right section{border-top-left-radius:8px;border-top-right-radius:8px;right:1rem;top:1rem}.page-header-categories--desktop{display:flex;flex-wrap:wrap;gap:1rem;width:100%}.page-header-account{display:flex}#search{grid-column:span 2/span 2;grid-row-start:1}}:root{--font-family:"Host Grotesk",serif;--transparent:transparent;--bg-white:#fff;--bg-white-10:hsla(0,0%,100%,.1);--bg-black:#000;--bg-black-05:rgba(0,0,0,.05);--bg-black-01:rgba(0,0,0,.01);--bg-black-10:rgba(0,0,0,.1);--bg-black-15:rgba(0,0,0,.15);--bg-black-40:rgba(0,0,0,.4);--bg-black-60:rgba(0,0,0,.6);--bg-backdrop:#00000080;--cl-black:#000;--cl-black-60:rgba(0,0,0,.6);--cl-black-40:rgba(0,0,0,.4);--cl-white:#fff;--cl-white-60:hsla(0,0%,100%,.6);--cl-yellow:#e79501;--font-10:0.625rem;--font-12:0.75rem;--font-14:0.875rem;--font-16:1rem;--font-18:1.125rem;--font-20:1.25rem;--font-24:1.5rem;--cart-button-height:3.25rem}.page-newsletter{background-color:var(--bg-white);color:var(--cl-black);display:flex;flex-direction:column;gap:1rem;margin-top:1rem;padding:1.5rem}.page-newsletter,.page-newsletter-title{font-size:var(--font-14)}.page-newsletter-content{display:flex;flex-wrap:wrap;gap:2.25rem;margin:0 auto;width:90%}.page-newsletter-info{align-items:center;border-bottom:1px solid var(--bg-black);display:flex;flex-wrap:wrap;gap:2.25rem}.page-newsletter-info h6{margin:0}@media only screen and (max-width:1024px){.page-newsletter-info{justify-content:center;width:100%}}.page-newsletter-form{flex-grow:1;position:relative}.page-newsletter-form__input-group{display:flex;flex-wrap:wrap}.page-newsletter-form__input-group button,.page-newsletter-form__input-group input{border:none;outline:none}.page-newsletter-form__input-group input{background-color:transparent;border-bottom:1px solid var(--bg-black)}.page-newsletter-form__input-group button{align-items:center;background-color:var(--bg-white);border-bottom:1px solid var(--bg-black);color:var(--cl-black);display:flex;gap:.5rem;height:2.625rem;justify-content:center;width:100%}.page-newsletter-form__input-group button span{align-items:center;display:flex}.page-newsletter-button{cursor:pointer}.error-newsletter{left:0;width:100%}.news-alert{padding:0;text-align:center;width:100%}.newsletter-send{height:auto;min-height:unset!important;width:100%}.newsletter-send svg{fill:var(--cl-white)!important}@media only screen and (min-width:1024px){.page-newsletter{align-items:center;flex-direction:row;flex-wrap:wrap}.page-newsletter-info{min-width:400px}.page-newsletter-form{margin-top:auto;min-width:400px}.page-newsletter-form__input-group{flex-wrap:nowrap}.page-newsletter-form__input-group button{min-width:136px;width:136px}}@media only screen and (min-width:1280px){.error-newsletter{position:absolute}}.page-footer{background-color:var(--bg-black);color:var(--cl-white);display:flex;flex-direction:column;font-size:var(--font-14);padding-top:4rem;text-align:center}.page-footer-container{padding:1rem}.page-footer-container.page-footer-social{display:flex;flex-direction:column;justify-content:space-between}.page-footer .footer-title,.page-footer-title{display:none}.page-footer-list{color:var(--cl-white);display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin:0;padding:0}.page-footer-list--column{align-items:start;flex-direction:column}.page-footer-list.page-footer-social__list{display:flex}.page-footer-content{border-top:2px solid var(--bg-white);margin-left:3rem}.page-footer .footer-email{order:-2}.page-footer .footer-address-content{order:-1;text-align:start}.page-footer-categories{display:none}.page-footer-seals{background:var(--bg-black)}.page-footer-seals__container{align-items:center;border-top:1px solid var(--bg-white-10);display:flex;flex-direction:column;gap:1rem;margin:0 auto;max-width:80%;padding:1.5rem 0}.page-footer-seals__payment .page-footer-list{display:flex;gap:.5rem}.page-footer-contact address{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-top:4rem}.page-footer-contact address p{margin-bottom:.5rem}.page-social-list{display:flex;justify-content:space-between;padding:0}.page-social-item{align-items:center;color:var(--cl-white);width:100%}.likebox,.page-social-item{display:flex;justify-content:start}.likebox{margin-top:1rem}.likebox .fb-page{max-width:100%;width:340px}@media only screen and (min-width:1024px){.page-marketing{flex-direction:row}.page-footer,.page-footer .footer-title,.page-footer-title{text-align:start}.page-footer-content{display:grid;gap:1rem;grid-template-columns:repeat(4,1fr);margin-left:auto;max-width:80%;padding:1rem 10rem 0 0}.page-footer-list{display:flex;justify-content:center}.page-footer-list--column{align-items:start}.page-footer-seals{grid-column:1/-1}.page-footer-seals__container{flex-direction:row;justify-content:center}.page-footer-seals__content{display:flex;flex-direction:column}.page-footer-seals__irroba{align-items:start}.page-footer-seals__irroba .dash{display:block}.page-footer-categories{column-count:4;display:block;font-size:var(--font-10);grid-column:1/-1}.page-footer-infos{grid-column:span 2}.page-footer-infos__list{column-gap:1rem;display:grid;grid-template-columns:1fr 1fr}}@media only screen and (min-width:1280px){.page-footer-container{padding:0}}.page-product-product .container{max-width:100%;padding:0}.page-product-product .row{margin:0!important}.page-product-product .row>.col{padding:0}.page-product-product .product>.row{gap:1rem;justify-content:space-evenly}.page-product-product .product .col-md-7{flex:0 0 100%;max-width:100%;padding:0;width:100%}.page-product-product .section-content.offset-top-30.product-content{margin:1rem 0}.page-product-product .swiper-slide,.page-product-product .swiper-slide img{border-radius:0}#product{align-content:start;display:flex;flex:unset!important;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin:0 auto;max-width:100%;padding:0 1rem}#product,#product>*{width:100%}#product .row{margin:0}#product .col-lg-12{padding:0}#product .shipping-free-label{align-items:center;background-color:var(--bg-white);border:1px solid var(--bg-black);display:flex;flex-grow:1;font-size:var(--font-12);height:30px;justify-content:start;margin:0 -1rem;max-width:calc(100% + 2rem);order:-13;padding:.625rem 1rem;width:calc(100% + 2rem)}#product .shipping-free-label div{color:var(--cl-black);margin:0}#product .shortage-warning{align-items:center;border:2px solid var(--bg-blue);border-radius:8px;display:flex!important;flex:unset;height:30px;justify-content:center;order:-12!important;width:max-content}#product .shortage-warning b{font-size:0}#product .shortage-warning .shortage_quantity{color:var(--cl-blue);display:flex;font-size:var(--font-12);gap:2px}#product .shortage-warning .shortage_quantity:after{content:"unidades disponíveis";display:inline-block}#product .product-title{font-size:var(--font-20);font-weight:400;line-height:1.75;margin:0;order:-11}#product .product-rating{margin:0;order:-10;width:max-content}#product .product-rating .rating{margin-top:0}#product .product-rating .rating .material-icons{color:var(--cl-yellow)}#product .product-brand{align-items:start;color:var(--cl-black);display:flex;flex-direction:column;font-size:var(--font-14);justify-content:center;order:-9}#product .product-brand span{color:var(--cl-black-60)}#product .product-likes-content{order:-8}#product .product-likes-content .product-radio-title{font-size:var(--font-12)}#product .product-likes-content .list-inline{display:flex;gap:.5rem;overflow:auto}#product .product-likes-content .product-likes{align-items:center;display:flex;justify-content:center;margin:0;min-width:102px;padding:0;width:100%}#product .product-likes-content .product-likes a,#product .product-likes-content .product-likes a img{width:100%}#product .product-price-body{display:grid;grid-template-columns:repeat(2,1fr);margin:0;order:-7;width:100%}#product .product-price-body .product-price{grid-column:1/-1}#product .product-price-body .product-price .product-main-price{font-size:var(--font-20);font-weight:400}#product .product-price-body .product-price-discount{border-right:1px solid var(--bg-blue-light);font-size:0!important;padding:.5rem 0}#product .product-price-body .product-price-discount .discount_simulator{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between}#product .product-price-body .product-price-discount b{font-size:var(--font-14);word-wrap:break-word}#product .product-price-body .product-price-discount b:after{color:var(--cl-black-40);content:" à vista no pix ou boleto";font-size:var(--font-12);font-weight:400}#product .product-price-body .product-price-simulator{align-items:center;border-right:1px solid var(--bg-black-10);display:flex;flex-wrap:wrap;gap:1rem;padding:.5rem .5rem .5rem 0}#product .product-price-body .product-price-simulator .simulator-price{align-items:end;column-gap:2px;display:flex;flex-wrap:wrap;font-size:0}#product .product-price-body .product-price-simulator .simulator-price span,#product .product-price-body .product-price-simulator .simulator-price strong{font-size:var(--font-14)}#product .product-price-body .product-price-simulator .simulator-price span{color:var(--cl-black-40)}#product .product-price-body .product-price-simulator .simulator-price span:last-child{font-size:var(--font-12)}#product .product-price-body .product-price-simulator .simulator-price strong{color:var(--cl-black);font-weight:300}#product .product-price-body .product-price-simulator .simulator-price strong:first-child{display:none}#product .options-list{display:contents}#product .options-list>*{order:-5}#product .options-list .afterSizes,#product .options-list .product-option29{display:none}#product .options-list label{color:var(--cl-grey);font-size:var(--font-12);font-weight:400}#product .options-list .product_options_list{gap:.5rem;margin:0}#product .options-list .product_options_list li{margin:0}#product .product-prices-content{display:contents}#product .product-prices-content .product-buy-button-content{display:flex;flex-wrap:wrap;gap:.5rem;margin:0;order:-4;width:100%}#product .product-prices-content .product-buy-button-content .product-number{display:flex;margin:0}#product .product-prices-content .product-buy-button-content .product-number label{display:none}#product .product-prices-content .product-buy-button-content .product-number .stepper{margin:0;max-width:max-content;width:max-content}#product .product-prices-content .product-buy-button-content .product-number .stepper input{border:1px solid var(--bg-black-10);border-radius:100px;box-shadow:none;height:46px;width:126px}#product .product-prices-content .product-buy-button-content .product-number .stepper .stepper-arrow{align-items:center;display:flex;justify-content:center;margin-top:0;transform:translateY(-50%)}#product .product-prices-content .product-buy-button-content .product-number .stepper .stepper-arrow:before{background-position:50%;background-repeat:no-repeat;background-size:cover;content:"";display:block}#product .product-prices-content .product-buy-button-content .product-number .stepper .stepper-arrow.up{right:.25rem}#product .product-prices-content .product-buy-button-content .product-number .stepper .stepper-arrow.down{left:.25rem}#product .product-prices-content .product-buy-button-content .product-number .stepper .stepper-arrow.up:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 -960 960 960'%3E%3Cpath d='M460-460H240v-40h220v-220h40v220h220v40H500v220h-40z'/%3E%3C/svg%3E");height:1.5rem;width:1.5rem}#product .product-prices-content .product-buy-button-content .product-number .stepper .stepper-arrow.down:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 -960 960 960'%3E%3Cpath d='M240-460v-40h480v40z'/%3E%3C/svg%3E");height:1.5rem;width:1.5rem}#product .product-prices-content .product-buy-button-content #button-cart{background-color:var(--bg-white)!important;border:1px solid var(--bg-black)!important;border-radius:100px;color:var(--cl-black)!important;flex-grow:1;font-size:var(--font-12);height:46px;margin:0;text-transform:lowercase;width:max-content}#product #description_resume{order:-3}#product .product-shop-content{order:-1;padding:0}#product .product-shop-content .postcode-inputs .input-group{gap:1rem}#product .product-shop-content .postcode-inputs .input-group input{border:1px solid var(--bg-black-10);border-radius:100px}#product .product-shop-content .postcode-inputs #button-quote_product{border:1px solid var(--bg-black-10);border-radius:8px;color:var(--cl-red)}#product .product-shipping-content{flex-wrap:wrap;gap:.5rem}#product .product-shipping-content .product-shipping-title{max-width:100%}#product .product-shipping-content .product-shipping-title .mdi-local-shipping{display:none}#product .product-shipping-content .product-shipping-title a{display:none!important}#product .product-rating .rating{align-items:center}#product .product-options-list{display:flex;flex-wrap:wrap;gap:.5rem;width:100%}#product .product-options-list .custom-control{margin:0!important}#product .custom-control-label{background-color:var(--bg-white);border:1px solid var(--bg-black-10);border-radius:0;color:var(--cl-black)}#product .custom-control-label:hover{border:1px solid var(--bg-black)}#product .custom-control-input:checked~.custom-control-label{background-color:var(--bg-black);color:var(--cl-white)}#product .product-shipping-content{max-width:100%;width:100%}#product .product-shipping-form{width:100%}#product .postcode-inputs{max-width:100%;width:100%}#product .postcode-inputs .input-group{flex-wrap:nowrap;gap:.5rem!important;width:100%}#product #button-quote_product{background-color:var(--bg-white);border-left:0;border-radius:100px!important;color:var(--cl-black)!important;font-size:0;padding:0 2rem}#product #button-quote_product:after{content:"consultar";font-size:var(--font-10)}#product #button-quote_product:hover{border:1px solid var(--bg-orange)}.product.product-single{display:grid;grid-template-columns:100%;margin:0 auto;row-gap:1rem}.product.product-single .breadcrumb{grid-column-start:1;justify-content:center}.product.product-single .breadcrumb .list-inline-item:first-child{color:var(--cl-black-40)}.product.product-single>.row{display:contents}.product.product-single .col-md-7{grid-column-start:1;grid-row-end:4;grid-row-start:2}.product.product-single .product-image{gap:.5rem}.product.product-single .product-image .product-thumbnails{align-content:start;display:flex;flex-wrap:wrap;gap:.5rem;height:500px;margin:0;max-width:100%;min-height:100%;overflow:auto;padding-right:.5rem;width:100%}.product.product-single .product-image .product-thumbnails li{aspect-ratio:1/1;background-color:var(--bg-blue-light);border-radius:.5rem;box-shadow:none;display:flex;height:auto;margin:0;width:100%}.product.product-single .product-image .product-thumbnails li.active{border-color:var(--bg-orange);transform:unset}.product.product-single .product-image .product-thumbnails li img{mix-blend-mode:multiply}.product.product-single .product-image .product-thumbnails::-webkit-scrollbar{height:.2rem;width:.2rem}.product.product-single .product-image .product-thumbnails::-webkit-scrollbar-track{background-color:var(--bg-blue-lighter);border-radius:8px}.product.product-single .product-image .product-thumbnails::-webkit-scrollbar-track:active,.product.product-single .product-image .product-thumbnails::-webkit-scrollbar-track:hover{background-color:var(--bg-blue-lighter)}.product.product-single .product-image .product-thumbnails::-webkit-scrollbar-thumb{background-color:rgba(52,42,131,.671);border-radius:8px;opacity:.5}.product.product-single .product-image .product-thumbnails::-webkit-scrollbar-thumb:active,.product.product-single .product-image .product-thumbnails::-webkit-scrollbar-thumb:hover{background-color:rgba(52,42,131,.671);opacity:.5}.product.product-single .product-image .product-preview{align-items:center;border:none;display:flex!important;justify-content:center;max-width:900px;overflow:hidden;width:100%}.product.product-single .product-image .product-preview img{mix-blend-mode:multiply}.product.product-single .product-image .badge-special{left:unset!important;right:.5rem!important}.product.product-single .product-image .product-swiper-thumbs .swiper{position:relative}.product.product-single .product-image .product-swiper-thumbs .swiper .swiper-button-next,.product.product-single .product-image .product-swiper-thumbs .swiper .swiper-button-prev{height:1.5rem;margin:0;top:50%;transform:translateY(-50%);width:2rem}.product.product-single .product-image .product-swiper-thumbs .swiper .swiper-button-next:before,.product.product-single .product-image .product-swiper-thumbs .swiper .swiper-button-prev:before{background-position:50%;background-repeat:no-repeat;background-size:cover;content:"";display:block;height:1.5rem;width:.75rem}.product.product-single .product-image .product-swiper-thumbs .swiper .swiper-button-next svg,.product.product-single .product-image .product-swiper-thumbs .swiper .swiper-button-next:after,.product.product-single .product-image .product-swiper-thumbs .swiper .swiper-button-prev svg,.product.product-single .product-image .product-swiper-thumbs .swiper .swiper-button-prev:after{display:none}.product.product-single .product-image .product-swiper-thumbs .swiper .swiper-button-prev{left:1rem}.product.product-single .product-image .product-swiper-thumbs .swiper .swiper-button-prev:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='26' fill='none'%3E%3Cpath stroke='%23000' d='M13 25 1 13 13 1'/%3E%3C/svg%3E")}.product.product-single .product-image .product-swiper-thumbs .swiper .swiper-button-next{right:1rem}.product.product-single .product-image .product-swiper-thumbs .swiper .swiper-button-next:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='26' fill='none'%3E%3Cpath stroke='%23000' d='m1 1 12 12L1 25'/%3E%3C/svg%3E")}.product-informations{padding:0}.product-description-content{padding:1rem}.product-description-content .container,.product-description-content .heading-title{padding:0}.product-description-content .title-description{font-size:var(--font-18);margin-bottom:1rem}.product-description-content .product-description{font-size:var(--font-12)!important}.product-description-content .product-description>*{line-height:1.5}.product_carousel_mobile{margin-bottom:0!important;overflow:visible!important;padding-bottom:1rem!important}.product-description-content{max-width:1200px;width:100%}.product-description-content .product-description{line-height:1.5}.zoomContainer{display:none}@media only screen and (min-width:768px){.page-product-product .container{padding:0 1rem}}@media only screen and (min-width:1024px){.page-product-product .product .col-md-7{max-width:100%;padding:0;width:100%}.page-product-product .container{padding:0 3rem}.page-product-product .section-content.offset-top-30.product-content{margin:1rem 0;max-width:100%;width:100%}.page-product-product .section-content.offset-top-30.product-content .product-swiper-thumbs .productMainCarousel .swiper-wrapper{flex-wrap:wrap;justify-content:center}.page-product-product .section-content.offset-top-30.product-content .product-swiper-thumbs .productMainCarousel .swiper-wrapper .swiper-lazy-preloader{display:none}.page-product-product .section-content.offset-top-30.product-content .product-swiper-thumbs .productMainCarousel .swiper-wrapper .swiper-slide{height:calc(100vh - 120px);width:100%}.page-product-product .section-content.offset-top-30.product-content .product-swiper-thumbs .productThumbsCarousel{display:none!important}.page-product-product .section-content.offset-top-30.product-content .product-swiper-thumbs .swiper-button-next,.page-product-product .section-content.offset-top-30.product-content .product-swiper-thumbs .swiper-button-prev{display:none}.page-product-product .section-content.offset-top-30.product-content #product{align-content:center;min-height:calc(100dvh - 120px);position:sticky;top:0;z-index:1}.page-product-product .section-content.offset-top-30.product-content .product-description-content{min-height:calc(100dvh - 120px);position:sticky;top:0}.product.product-single{display:grid;grid-template-columns:1fr 1fr}.product.product-single .breadcrumb{grid-column-end:3}.product.product-single .product-image{grid-template-columns:1fr}.product.product-single .product-image .product-thumbnails{order:-1}.product.product-single .product-image .product-preview{aspect-ratio:1/1;background-color:var(--bg-blue-light);border-radius:1rem}.product.product-single #product{grid-column-start:2}.product-description-content{padding:1rem 0}.product-description-content>.container{padding:0 1.5rem}.zoomContainer{display:block}}@media only screen and (min-width:1200px){#product{max-width:600px}#product .shipping-free-label{margin:0 -3rem;max-width:calc(100% + 6rem);padding:.625rem 3rem;width:calc(100% + 6rem)}.product.product-single .product-image{grid-template-columns:165px calc(100% - 173px)}}@media (min-width:1537px){.product.product-single{display:grid;grid-template-columns:1fr 1fr}}.heading-title-div{align-items:center;display:flex;font-size:var(--font-24);margin-bottom:0;min-height:50px;padding:1.5rem 3rem}[class*=product-bestseller-content],[class*=product-list-content]{margin-bottom:6.5rem!important}[class*=product-bestseller-content].row,[class*=product-list-content].row{column-gap:.25rem;display:grid;grid-template-columns:repeat(1,1fr);margin-left:0!important;margin-right:0!important;row-gap:1rem}[class*=product-bestseller-content].row .product-item,[class*=product-list-content].row .product-item{flex:0 0 100%;max-width:100%}.products-related-content .heading-title{border-bottom:2px solid var(--bg-grey);width:100%}.heading-title,.products-related-content .heading-title h3{font-size:var(--font-24)}.heading-title{max-width:100%;width:fit-content}#products-related,.product-list-carousel{margin-bottom:0;overflow:visible!important;padding:1rem 0;position:relative}#products-related .product-item,.product-list-carousel .product-item{padding:0}.product_module{padding:0 1rem 1rem}.product_module,.product_module .swiper{position:relative}.product_module .swiper .swiper-button-next,.product_module .swiper .swiper-button-prev{height:1.5rem;margin:0;top:50%;transform:translateY(-50%);width:2rem}.product_module .swiper .swiper-button-next:before,.product_module .swiper .swiper-button-prev:before{background-position:50%;background-repeat:no-repeat;background-size:cover;content:"";display:block;height:1.5rem;width:.75rem}.product_module .swiper .swiper-button-next svg,.product_module .swiper .swiper-button-next:after,.product_module .swiper .swiper-button-prev svg,.product_module .swiper .swiper-button-prev:after{display:none}.product_module .swiper .swiper-button-prev{left:1rem}.product_module .swiper .swiper-button-prev:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='26' fill='none'%3E%3Cpath stroke='%23000' d='M13 25 1 13 13 1'/%3E%3C/svg%3E")}.product_module .swiper .swiper-button-next{right:1rem}.product_module .swiper .swiper-button-next:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='26' fill='none'%3E%3Cpath stroke='%23000' d='m1 1 12 12L1 25'/%3E%3C/svg%3E")}.product-item{padding:0}.product-item .product{border:none;border-radius:.5rem;display:flex;flex-direction:column;gap:.5rem;padding:0}.product-item .product:before{border:none;content:none}.product-item .shipping-free-label{align-items:center;background-color:transparent;color:var(--cl-black);font-size:var(--font-12);margin-top:.5rem;padding:0 2rem}.product-item .shipping-free-label div{display:contents}.product-item .product-image a{aspect-ratio:1/1;display:flex!important;max-width:100%}.product-item .product-image img{aspect-ratio:1/1;height:auto;margin:auto}.product-item .product-list-informations{display:flex;flex-direction:column;gap:.625rem;margin:0;padding:0}.product-item .product-list-informations .break{display:none}.product-item .product-title{border-top:1px solid var(--bg-black-15);margin:0;padding:.5rem 0 0}.product-item .product-title a{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:1;color:var(--cl-black);font-family:var(--font-family);font-size:var(--font-14);line-height:1.25rem;text-align:start}.product-item .product-price,.product-item .product-prices{display:flex;font-weight:300;gap:.625rem;justify-content:start}.product-item .product-price .product-main-price,.product-item .product-price h3,.product-item .product-prices .product-main-price,.product-item .product-prices h3{font-size:var(--font-16)}.product-item .product-price-simulator{display:flex;font-size:0;gap:.25rem;text-align:start!important}.product-item .product-price-simulator>*{display:none}.product-item .product-price-simulator b,.product-item .product-price-simulator span{color:var(--cl-black-60);display:inline;font-size:var(--font-10);order:-1}.product-item .product-price-discount{display:none}.product-item .product-number .btn-primary{border-radius:100px;display:none}.product-item .product-number .btn-primary .icon:before{content:"";margin:0}.product-item .btn-primary{display:none}.badge-special{align-items:center;background-color:var(--bg-white);border-radius:5px;color:var(--cl-blue);display:flex;height:1.5rem;justify-content:center;left:6px!important;margin:0;top:6px;width:2.5rem}@media only screen and (min-width:768px){.product-list-content.row{grid-template-columns:repeat(2,1fr)}.product_module:has(.swiper){margin-right:0}.product_module .swiper .swiper-button-next,.product_module .swiper .swiper-button-prev{display:flex}}@media only screen and (min-width:1024px){.product-list-content.row{grid-template-columns:repeat(3,1fr)}.product-item .product-price .product-price-new,.product-item .product-price .product-price-old{font-size:var(--font-14)}.badge-special{font-size:var(--font-12);width:3.75rem}}.product_module .row{margin:0!important}.product_module .row .product-list-banner.col-lg-4,.product_module .row .product-list-banner.col-lg-4+.col-lg-8{flex:0 0 100%;max-width:100%;padding:0}@media only screen and (min-width:1220px){.product-list-content.row{grid-template-columns:repeat(5,1fr)}.product_module .row .product-list-banner.col-lg-4{flex:0 0 60%;max-width:60%}.product_module .row .product-list-banner.col-lg-4+.col-lg-8{flex:0 0 40%;max-width:40%}}.page-product-category #content-top,.page-product-category .layout-content-top,.page-product-manufacturer-info #content-top,.page-product-manufacturer-info .layout-content-top,.page-product-search #content-top,.page-product-search .layout-content-top{display:contents}.page-product-category .category-content,.page-product-category .product-categories-container,.page-product-category .product-categories-container>.row,.page-product-manufacturer-info .category-content,.page-product-manufacturer-info .product-categories-container,.page-product-manufacturer-info .product-categories-container>.row,.page-product-search .category-content,.page-product-search .product-categories-container,.page-product-search .product-categories-container>.row{display:contents!important}.page-product-category .section-content,.page-product-manufacturer-info .section-content,.page-product-search .section-content{display:grid;grid-template-columns:100%}.page-product-category .section-content.offset-top-30,.page-product-manufacturer-info .section-content.offset-top-30,.page-product-search .section-content.offset-top-30{margin-top:0}.page-product-category .breadcrumb,.page-product-manufacturer-info .breadcrumb,.page-product-search .breadcrumb{align-items:center;border-bottom:1px solid var(--bg-black);display:flex;font-size:var(--font-12);justify-content:center;padding:1.625rem}.page-product-category .breadcrumb li.list-inline-item:first-child,.page-product-manufacturer-info .breadcrumb li.list-inline-item:first-child,.page-product-search .breadcrumb li.list-inline-item:first-child{color:var(--cl-black-40)}.page-product-category .toolbar-shop,.page-product-manufacturer-info .toolbar-shop,.page-product-search .toolbar-shop{margin:0;padding:0 1rem}.page-product-category .toolbar-shop .align-self-center,.page-product-category .toolbar-shop .toolbar-shop-sorter,.page-product-manufacturer-info .toolbar-shop .align-self-center,.page-product-manufacturer-info .toolbar-shop .toolbar-shop-sorter,.page-product-search .toolbar-shop .align-self-center,.page-product-search .toolbar-shop .toolbar-shop-sorter{display:none}@media only screen and (min-width:1024px){.page-product-category .toolbar-shop,.page-product-manufacturer-info .toolbar-shop,.page-product-search .toolbar-shop{padding:0 3rem}}.page-product-category .toolbar-shop-pager,.page-product-manufacturer-info .toolbar-shop-pager,.page-product-search .toolbar-shop-pager{margin-left:auto}.page-product-category #shelf-list-product,.page-product-manufacturer-info #shelf-list-product,.page-product-search #shelf-list-product{column-gap:1rem;margin:0 0 6.5rem;padding:0 1rem;row-gap:1rem}.page-product-category #shelf-list-product .product-item,.page-product-manufacturer-info #shelf-list-product .product-item,.page-product-search #shelf-list-product .product-item{flex:0 0 100%;max-width:100%}@media only screen and (min-width:1024px){.page-product-category #shelf-list-product,.page-product-manufacturer-info #shelf-list-product,.page-product-search #shelf-list-product{padding:0 3rem}}.page-product-category .category-information-content,.page-product-manufacturer-info .category-information-content,.page-product-search .category-information-content{justify-content:space-between}@media only screen and (min-width:1024px){.page-product-category .category-information-content,.page-product-manufacturer-info .category-information-content,.page-product-search .category-information-content{padding:1rem 3rem}}.page-product-category .category-heading-title,.page-product-manufacturer-info .category-heading-title,.page-product-search .category-heading-title{font-size:var(--font-24);text-align:start}#column-left{background-color:var(--bg-white);height:100%;left:-100%;margin:0;opacity:0;padding:0;position:fixed;top:0;transition:all 1s ease-in-out;visibility:hidden;z-index:9999}#column-left .row{margin:0!important}#column-left .filterForm{background-color:var(--bg-white);border:none!important;border-radius:0}#column-left .filterForm .filterActionContainer{display:flex}#column-left[open]{left:0;opacity:1;visibility:visible}.column-filter-list .filter-categories-content{display:none}.module-review-content{margin:3rem 0!important;padding:0 1rem}.module-review-content .module-review-description{margin-bottom:1rem}.module-review-content .heading_title{border-bottom:2px solid var(--bg-grey);font-size:var(--font-18);margin-bottom:1.25rem;padding:0 0 1.25rem;text-align:start;text-transform:uppercase}.module-review-content hr{display:none}.module-review-content #module-review .owl-carousel.owl-loaded{overflow:visible}.module-review-content #module-review .owl-carousel.owl-loaded .owl-dots{display:none}.module-review-content #module-review .owl-carousel.owl-loaded .owl-nav{display:none;gap:1.25rem;margin:0;position:absolute;right:1rem;top:-3.95rem;width:max-content}.module-review-content #module-review .owl-carousel.owl-loaded .owl-nav button{left:unset!important;margin:0!important;opacity:1!important;position:relative;right:unset!important;transform:unset!important}.module-review-content #module-review .owl-carousel.owl-loaded .owl-nav button .mdi-chevron-left:before,.module-review-content #module-review .owl-carousel.owl-loaded .owl-nav button .mdi-chevron-right:before{background-position:50%;background-repeat:no-repeat;background-size:cover;content:"";display:block;height:1.125rem;width:.75rem}.module-review-content #module-review .owl-carousel.owl-loaded .owl-nav button .mdi-chevron-left:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='15' fill='none'%3E%3Cpath fill='%23D5D5D5' d='M7.084 0 8.34 1.257 2.515 7.083 8.34 12.91l-1.257 1.258L0 7.083z'/%3E%3C/svg%3E")}.module-review-content #module-review .owl-carousel.owl-loaded .owl-nav button .mdi-chevron-left:hover:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='15' fill='none'%3E%3Cpath fill='%23F60' d='M7.084 0 8.34 1.257 2.515 7.083 8.34 12.91l-1.257 1.258L0 7.083z'/%3E%3C/svg%3E")}.module-review-content #module-review .owl-carousel.owl-loaded .owl-nav button .mdi-chevron-right:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='15' fill='none'%3E%3Cpath fill='%23D5D5D5' d='M1.257 14.167 0 12.909l5.826-5.826L0 1.257 1.257 0l7.084 7.083z'/%3E%3C/svg%3E")}.module-review-content #module-review .owl-carousel.owl-loaded .owl-nav button .mdi-chevron-right:hover:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='15' fill='none'%3E%3Cpath fill='%23F60' d='M1.257 14.167 0 12.909l5.826-5.826L0 1.257 1.257 0l7.084 7.083z'/%3E%3C/svg%3E")}#module-review .reviews_list .owl-item,.container .module-review-content{padding:0}.reviews-list .item,.reviews_list .item{align-items:start;border:1px solid var(--bg-black-10)!important;display:flex;flex-direction:column;font-size:var(--font-14);gap:1rem;justify-content:start;line-height:1;min-height:230px;padding:1rem 3rem!important;text-align:start}.reviews-list .item>p,.reviews_list .item>p{line-height:1.3;margin-bottom:0!important;width:100%}.reviews-list .item.see_more .review-text,.reviews_list .item.see_more .review-text{display:block;overflow:visible;-webkit-box-orient:horizontal;-webkit-line-clamp:none}.reviews-list .review-title,.reviews_list .review-title{color:var(--cl-grey);display:flex;gap:1rem;justify-content:space-between;margin:0}.reviews-list .review-title b,.reviews_list .review-title b{padding:0}.reviews-list .review-rating,.reviews_list .review-rating{color:var(--cl-yellow)}.reviews-list .review-link,.reviews_list .review-link{color:var(--cl-black-40);margin-top:auto!important;order:1}.reviews-list .review-link a span,.reviews_list .review-link a span{display:none}.reviews-list .review-text,.reviews_list .review-text{color:var(--cl-black-40);display:-webkit-box;line-height:1.5;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:4}.products-review-content.section-20{padding:6.5rem 0}.products-review-content.section-20 .container{padding:0}.products-review-content.section-20 #reviews-title{align-items:center;display:grid!important;gap:1rem;grid-template-columns:100%;padding:.625rem 3rem}.products-review-content.section-20 #reviews-title .heading-title{display:flex;justify-content:center;order:1;padding:0;width:100%}.products-review-content.section-20 #reviews-title .heading-title .title-description{font-size:var(--font-18)}.products-review-content.section-20 #reviews-title #review-links{flex-wrap:wrap;justify-content:flex-start;margin-right:0;min-width:100%}.products-review-content.section-20 #reviews-title #review-links #all-comments-link,.products-review-content.section-20 #reviews-title #review-links #write-comment-link{align-items:center;border-radius:8px;color:var(--cl-black);display:flex;gap:.5rem;height:30px;justify-content:center;margin-left:0;padding:.5rem 0;width:100%}.products-review-content.section-20 #reviews-title #review-links #all-comments-link i,.products-review-content.section-20 #reviews-title #review-links #write-comment-link i{order:-1}.products-review-content.section-20 #reviews-title #review-links #all-comments-link i:before,.products-review-content.section-20 #reviews-title #review-links #write-comment-link i:before{background-position:50%;background-repeat:no-repeat;background-size:cover;content:"";display:block;height:14px;width:14px}.products-review-content.section-20 #reviews-title #review-links #write-comment-link i:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath fill='%23000' d='M0 16h3.333l9.83-9.83L9.83 2.837 0 12.667zm1.778-2.595L9.83 5.353l.817.817-8.052 8.053h-.817zM13.66.26a.885.885 0 0 0-1.253 0l-1.626 1.626 3.333 3.333 1.626-1.626a.885.885 0 0 0 0-1.253z'/%3E%3C/svg%3E")}.products-review-content.section-20 #reviews-title #review-links #all-comments-link i:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='12' fill='none'%3E%3Cpath fill='%23000' d='M8 2a7.1 7.1 0 0 1 6.415 4c-1.2 2.45-3.651 4-6.415 4a7.1 7.1 0 0 1-6.415-4C2.785 3.549 5.244 2 8 2M8 .545C4.364.545 1.258 2.807 0 6c1.258 3.193 4.364 5.454 8 5.454S14.742 9.194 16 6C14.742 2.807 11.636.545 8 .545m0 3.637a1.819 1.819 0 1 1-.001 3.637A1.819 1.819 0 0 1 8 4.182m0-1.455A3.28 3.28 0 0 0 4.727 6 3.28 3.28 0 0 0 8 9.273 3.28 3.28 0 0 0 11.273 6 3.28 3.28 0 0 0 8 2.727'/%3E%3C/svg%3E");width:18px}.products-review-content.section-20 .review-rating{font-size:14px}.products-review-content.section-20 #review{margin-top:0!important}.products-review-content.section-20 #review .no-reviews-content{border:1.5px solid var(--bg-blue-light);border-radius:10px;padding:5rem 1rem}.products-review-content.section-20 #review .no-reviews-content img{display:none}.products-review-content.section-20 #review .no-reviews-content p{color:var(--cl-grey);font-size:var(--font-12)}.products-review-content.section-20 #review .no-reviews-content .btn-open-review-form{align-items:center;background-color:var(--bg-black);border:1.5px solid var(--bg-black);border-radius:0;color:var(--cl-white);display:flex;font-size:var(--font-14);gap:.5rem;height:3rem;justify-content:center;margin:0 auto;padding:0 1rem;width:max-content}.products-review-content.section-20 #review .no-reviews-content .btn-open-review-form svg{display:none}.products-review-content.section-20 #review .reviews-list .owl-item{padding:0}@media only screen and (min-width:764px){.products-review-content #reviews-title #review-links{flex:1;gap:2rem}.products-review-content #reviews-title #review-links #all-comments-link,.products-review-content #reviews-title #review-links #write-comment-link{width:max-content}}@media only screen and (min-width:1024px){#module-review .owl-carousel.owl-loaded .owl-nav{display:flex}.products-review-content.section-20 #reviews-title{flex-wrap:nowrap;grid-template-columns:repeat(3,1fr)}.products-review-content.section-20 #reviews-title #review-links{min-width:max-content}.products-review-content.section-20 #reviews-title #review-links #all-comments-link,.products-review-content.section-20 #reviews-title #review-links #write-comment-link{width:max-content}}@media only screen and (min-width:1280px){.module-review-content{padding:0 3rem}.container .module-review-content{padding:0}}.breadcrumb{display:flex;flex-wrap:wrap;justify-content:center;margin:0}.breadcrumb.list-inline-dashed>li+li:before{color:var(--cl-grey);content:"|"}.breadcrumb.list-inline-dashed>li:first-child{padding-left:0}.breadcrumb li,.breadcrumb li a{color:var(--cl-grey)}.breadcrumb li:last-child,.breadcrumb li:last-child a{color:var(--cl-black)}.buy-together-content{margin-top:1rem!important}.buy-together-content .heading-title{padding:0}.buy-together-content .heading-title .title-buy-together{font-size:var(--font-18);text-transform:uppercase}.buy-together-content .buy-together-container{border-bottom:1px solid var(--bg-blue-light);border-top:1px solid var(--bg-blue-light);gap:1.5rem;justify-content:space-around;margin:1rem -.5rem 0;max-width:1500px;padding:1rem 0}.buy-together-content .buy-together-container>*{margin:0;min-height:100%}.buy-together-content .buy-together-container .buy-together-main-product{align-items:start;display:flex;gap:.5rem;padding:.5rem}.buy-together-content .buy-together-container .buy-together-main-product .buy-together-main-image{background-color:var(--bg-blue-light);border:none;border-radius:.5rem;padding:0}.buy-together-content .buy-together-container .buy-together-main-product .buy-together-main-image img{mix-blend-mode:multiply}.buy-together-content .buy-together-container .buy-together-main-product .product-buy-together-price{display:flex;flex-direction:column;gap:.5rem;margin-top:0;width:calc(70% - .5rem)!important}.buy-together-content .buy-together-container .buy-together-main-product .product-buy-together-price .buy-togheter-item-01{display:-webkit-box;font-size:var(--font-12);margin-bottom:.5rem;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.buy-together-content .buy-together-container .buy-together-main-product .product-buy-together-price .product-price,.buy-together-content .buy-together-container .buy-together-main-product .product-buy-together-price .product-price-discount,.buy-together-content .buy-together-container .buy-together-main-product .product-buy-together-price .product-price-simulator{font-size:var(--font-12)}.buy-together-content .buy-together-container .buy-together-main-product .product-buy-together-price .product-price-discount b{color:var(--cl-blue);font-size:var(--font-18)}.buy-together-content .buy-together-container .buy-together-main-product:after{content:none}.buy-together-content .buy-together-container .buy-together-items{border:none!important;overflow:visible;padding:0 1rem;position:relative}.buy-together-content .buy-together-container .buy-together-items .buy-together-items-content .buy-together{align-items:start;border:1px solid var(--bg-blue-light);border-color:var(--bg-blue-light)!important;border-radius:1rem;gap:.5rem;justify-content:start;margin:0!important;padding:.5rem!important;position:relative}.buy-together-content .buy-together-container .buy-together-items .buy-together-items-content .buy-together .buy-together-check{left:10px;margin:0!important;padding:0!important;position:absolute;top:10px;width:max-content;z-index:9}.buy-together-content .buy-together-container .buy-together-items .buy-together-items-content .buy-together .buy-together-check i{height:20px;margin:0;width:20px}.buy-together-content .buy-together-container .buy-together-items .buy-together-items-content .buy-together .buy-together-check i:before{background-color:var(--bg-white);border:1px solid #000;border-radius:.25rem;content:"";display:block;height:20px;width:20px}.buy-together-content .buy-together-container .buy-together-items .buy-together-items-content .buy-together .buy-together-check i.addBuyTogetherProduct:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='21' fill='none'%3E%3Crect width='21' height='21' fill='%23fff' rx='4'/%3E%3Crect width='19.5' height='19.5' x='.75' y='.75' stroke='%23342A83' stroke-opacity='.1' stroke-width='1.5' rx='3.25'/%3E%3Cpath stroke='%23342A83' d='M6 11.083 8.941 14 15 8'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:cover}.buy-together-content .buy-together-container .buy-together-items .buy-together-items-content .buy-together .product-image{background-color:var(--bg-blue-light);border-radius:.5rem;margin:0!important;max-width:30%;width:30%}.buy-together-content .buy-together-container .buy-together-items .buy-together-items-content .buy-together .product-image img{mix-blend-mode:multiply}.buy-together-content .buy-together-container .buy-together-items .buy-together-items-content .buy-together .buy-together-info{margin-bottom:0;width:calc(70% - .5rem)}.buy-together-content .buy-together-container .buy-together-items .buy-together-items-content .buy-together .buy-together-info .product-buy-together-title{display:-webkit-box;font-size:var(--font-12);overflow:hidden;text-align:start;-webkit-box-orient:vertical;-webkit-line-clamp:2}.buy-together-content .buy-together-container .buy-together-items .buy-together-items-content .buy-together .buy-together-info>.product-price{flex-basis:100%;justify-content:start;margin-bottom:0}.buy-together-content .buy-together-container .buy-together-items .buy-together-items-content .buy-together .buy-together-info>.product-price .prices .product-price{justify-content:start}.buy-together-content .buy-together-container .buy-together-items .buy-together-items-content .buy-together .buy-together-info>.product-price .product-main-price{font-size:var(--font-12)}.buy-together-content .buy-together-container .buy-together-items .buy-together-items-content .buy-together .buy-together-info>.product-price .product-price-old{display:none}.buy-together-content .buy-together-container .buy-together-items .buy-together-items-content .buy-together .buy-together-info>.product-price .product-price-new{color:var(--cl-blue);font-size:var(--font-18)}.buy-together-content .buy-together-container .buy-together-items .buy-together-items-content .buy-together .buy-together-info>.product-price .product-price-discount{font-size:var(--font-12)}.buy-together-content .buy-together-container .buy-together-items .buy-together-items-content .buy-together .buy-together-info>.product-price .product-price-discount b{color:var(--cl-blue);font-size:var(--font-18)}.buy-together-content .buy-together-container .buy-together-items .buy-together-items-content.owl-carousel{overflow:visible;padding:0 0 20px}.buy-together-content .buy-together-container .buy-together-items .buy-together-items-content.owl-carousel .owl-nav button span{display:none}.buy-together-content .buy-together-container .buy-together-items .buy-together-items-content.owl-carousel .owl-nav button:before{background-position:50%;background-repeat:no-repeat;background-size:cover;content:"";display:block;height:48px;width:48px}.buy-together-content .buy-together-container .buy-together-items .buy-together-items-content.owl-carousel .owl-nav .owl-prev{left:-12px!important;margin:0!important;opacity:1;top:50%;transform:translateY(-50%)}.buy-together-content .buy-together-container .buy-together-items .buy-together-items-content.owl-carousel .owl-nav .owl-prev:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' fill='none'%3E%3Crect width='48.001' height='48.001' x='47.999' y='48.001' fill='%23fff' rx='24' transform='rotate(180 48 48)'/%3E%3Crect width='46.501' height='46.501' x='47.249' y='47.251' stroke='%23342A83' stroke-opacity='.1' stroke-width='1.5' rx='23.25' transform='rotate(180 47.25 47.25)'/%3E%3Cpath fill='%23342A83' stroke='%23342A83' stroke-width='.2' d='m25.363 29.235-.071-.074-4.439-4.592a.82.82 0 0 1 0-1.131zm0 0 .072-.074.446-.46.067-.07-.067-.07-4.415-4.56 4.421-4.562.068-.07-.068-.069-.445-.46-.072-.075-.072.075-4.444 4.598z'/%3E%3C/svg%3E")}.buy-together-content .buy-together-container .buy-together-items .buy-together-items-content.owl-carousel .owl-nav .owl-next{margin:0!important;opacity:1;right:-12px!important;top:50%;transform:translateY(-50%)}.buy-together-content .buy-together-container .buy-together-items .buy-together-items-content.owl-carousel .owl-nav .owl-next:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='49' height='48' fill='none'%3E%3Crect width='48.001' height='48.001' x='.96' fill='%23fff' rx='24'/%3E%3Crect width='46.501' height='46.501' x='1.71' y='.75' stroke='%23342A83' stroke-opacity='.1' stroke-width='1.5' rx='23.25'/%3E%3Cpath fill='%23342A83' stroke='%23342A83' stroke-width='.2' d='m23.596 18.766.072.074 4.438 4.591a.82.82 0 0 1 0 1.132zm0 0-.072.074-.446.46-.067.07.067.07L27.493 24l-4.421 4.561-.068.07.068.07.445.46.072.074.072-.074 4.445-4.598z'/%3E%3C/svg%3E")}.buy-together-content .buy-together-container .buy-together-items .buy-together-items-content.owl-carousel .owl-dots{bottom:0!important;position:absolute}.buy-together-content .buy-together-container .buy-together-items:after{display:none}.buy-together-content .buy-together-container .buy-together-buy-btn{align-items:start;flex-grow:1;margin:.5rem}.buy-together-content .buy-together-container .buy-together-buy-btn .buy-together-btn-content{border:1px solid var(--bg-blue-light);border-radius:.5rem;display:flex;flex-direction:column;gap:1rem;padding:1rem;width:100%}.buy-together-content .buy-together-container .buy-together-buy-btn .buy-together-btn-content #buy-together-button{align-items:center;background-color:var(--bg-red);border:none;border-radius:.5rem;display:flex;height:42px;justify-content:center}.buy-together-content .buy-together-container .buy-together-buy-btn .buy-together-btn-content .buy-together-end{display:grid;gap:.5rem;grid-template-columns:max-content 1fr;width:100%}.buy-together-content .buy-together-container .buy-together-buy-btn .buy-together-btn-content .buy-together-end p{font-size:var(--font-12);margin:0}.buy-together-content .buy-together-container .buy-together-buy-btn .buy-together-btn-content .buy-together-end p:first-child{font-family:inherit}.buy-together-content .buy-together-container .buy-together-buy-btn .buy-together-btn-content .buy-together-end .parcel{font-size:0;grid-column-start:2}.buy-together-content .buy-together-container .buy-together-buy-btn .buy-together-btn-content .buy-together-end .parcel strong{font-size:var(--font-12)}.buy-together-content .buy-together-container .buy-together-buy-btn .buy-together-btn-content .buy-together-end .parcel strong.parcel_price:before{color:var(--cl-grey);content:"de";font-weight:400}.buy-together-content .buy-together-container .buy-together-buy-btn .buy-together-btn-content .buy-together-end .parcel span{font-size:var(--font-12);margin-left:4px}.buy-together-content .buy-together-container .buy-together-items,.buy-together-content .buy-together-container .buy-together-main-product,.buy-together-content .buy-together-container .buy-toghether-buy-btn{width:100%}.buy-together-content .buy-together-container .box-of-plus-icon{align-items:center;border-radius:8px;display:flex;gap:10px;justify-content:center}@media only screen and (min-width:1024px){.buy-together-content .buy-together-container{border:1px solid var(--bg-blue-light);border-radius:1rem;gap:2.5rem;margin:1rem auto 0;padding:1rem}.buy-together-content .buy-together-container .buy-together-items,.buy-together-content .buy-together-container .buy-together-main-product,.buy-together-content .buy-together-container .buy-toghether-buy-btn{max-width:340px;width:100%}.buy-together-content .buy-together-container .buy-together-items{padding:0}.buy-together-content .buy-together-container .buy-together-buy-btn{margin:0}}.page-account-login .heading-title.title-login{width:100%}.page-account-login #btn-email{height:100%}@keyframes spin{to{transform:rotate(1turn)}}@keyframes slideLeft{0%{left:100%}to{left:0}}@keyframes growRight{0%{width:0}to{width:100%}}:root{--loader-bg-color:#11182770;--loader-fill-color:#fff;--loader-color:#000;--loader-z-index:999}.loader-content{background-color:var(--loader-bg-color);inset:0;position:fixed;z-index:var(--loader-z-index)}.loader-spinner{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.loader-spinner__svg{animation:spin 1s linear infinite;height:32px;width:32px;fill:#fafafa;color:#1b1818}*{font-weight:300;line-height:1.3}:root{--loader-z-index:9999}body{color:var(--cl-black);font-family:var(--font-family);font-size:var(--font-14);font-style:normal;font-weight:300}body b,body h3,body h6{font-weight:300!important}body.drawer_is_opened{overflow:hidden;touch-action:none}body.drawer_is_opened header{opacity:1!important;visibility:visible!important}body .fixed-whatsapp-icon{z-index:999}body.page-onestepcheckout-checkout .section-content{margin:0 auto}body.page-onestepcheckout-checkout .checkoutLogo{background-color:var(--bg-blue)}body.page-common-home .section-content>.container,body.page-product-category .section-content>.container,body.page-product-product .section-content>.container,body.page-product-search .section-content>.container{max-width:100%;padding:0}body.page-common-home .section-content>.container>.row,body.page-product-category .section-content>.container>.row,body.page-product-product .section-content>.container>.row,body.page-product-search .section-content>.container>.row{margin:0!important}body.page-common-home .section-content #content,body.page-product-category .section-content #content,body.page-product-product .section-content #content,body.page-product-search .section-content #content,button{padding:0}button{border:none;line-height:1;outline:none}details>summary{list-style:none}details>summary::-webkit-details-marker,details>summary::marker{display:none}.details>section{left:50%;max-width:400px;min-width:200px;opacity:0;position:absolute;top:100%;transform:translateX(-50%);transition:all .3s ease-in-out;visibility:hidden;width:max-content;z-index:9}.details>section ul{background-color:var(--bg-white);border:2px solid var(--bg-grey);max-height:25rem;overflow:auto;padding:.25rem}.details:hover>section{opacity:1;visibility:visible}li,ul{list-style-type:none;padding:0}#toggle-menu{background-color:var(--transparent);border:none;outline:none;padding:0}.ac_results{color:var(--cl-black)}.ac_results li>div{display:flex;gap:.25rem}.ac_results li>div .right{margin:0 0 0 auto;order:1}.ac_results li>div .right>span{font-size:var(--font-12);padding:0}.ac_results li>div .right .price_special{font-weight:400}.ac_results li>div .center{margin:0;max-width:200px}.ac_results li>div .center>span{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{-webkit-appearance:none}button{color:var(--cl-black)}.offset-top-20{margin-top:0}.banner-v2 .swiper .swiper-button-next,.banner-v2 .swiper .swiper-button-prev{height:48px;width:48px}.banner-v2 .swiper .swiper-button-next:before,.banner-v2 .swiper .swiper-button-prev:before{background-position:50%;background-repeat:no-repeat;background-size:cover;content:"";display:block;height:24px;width:12px}.banner-v2 .swiper .swiper-button-next:after,.banner-v2 .swiper .swiper-button-prev:after{display:none}.banner-v2 .swiper .swiper-button-next{right:5%}.banner-v2 .swiper .swiper-button-next:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='26' fill='none'%3E%3Cpath stroke='%23fff' d='m1 1 12 12L1 25'/%3E%3C/svg%3E")}.banner-v2 .swiper .swiper-button-prev{left:5%}.banner-v2 .swiper .swiper-button-prev:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='26' fill='none'%3E%3Cpath stroke='%23fff' d='M13 25 1 13 13 1'/%3E%3C/svg%3E")}.owl-carousel{display:block!important}.owl-carousel .owl-dots{background-color:var(--bg-blue-light);border-radius:32px;display:flex;height:6px;margin:auto;overflow:hidden;width:5rem}.owl-carousel .owl-dots .owl-dot{border-radius:32px;width:100%}.owl-carousel .owl-dots .owl-dot.active{background-color:var(--bg-blue)}.owl-carousel .owl-dots .owl-dot span{display:none}.owl-carousel .item:not(:first-of-type),.owl-carousel .product-item:not(:first-of-type){display:none!important}[type=button],button{font-weight:300}.page-product-Combo-getComboPage .layout{margin-bottom:var(--space-1200)}
/*# sourceMappingURL=stylesheet.min.css.map */
