@charset "UTF-8";:root{--font-family:"Montserrat",sans-serif;--transparent:transparent;--color-light:#f9f9f9;--color-gray-1:#7c7c7c;--color-gray-2:#404040;--color-gray-3:#626262;--color-light-2:#e9e9e9;--color-white:#fff;--color-white-15:#ffffff26;--color-pink:#b7737e;--color-pink-light:#efccd2;--color-pink-lighter:#fff5f7;--color-gray-alpha:#cdcdcd66;--color-background-alpha:rgba(1,1,1,.3);--button-bg-color:var(--color-pink);--button-text-color:var(--color-white);--button-radius:0.5rem;--title-font-size:1.25rem;--title-color:var(--color-gray-2);--input-height:3.125rem;--input-padding:0 1rem;--input-border:1px solid #d1d1d1;--input-border-radius:8px;--input-font-size:0.875rem;--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;--font-28:1.75rem;--cart-button-height:3.25rem;--shopping-bag:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' fill='none'%3E%3Cpath stroke='%23fff' stroke-width='1.252' d='M2.603 12.906c.835 1.005 2.387 1.005 5.493 1.005h.501c3.106 0 4.66 0 5.494-1.005m-11.488 0c-.835-1.006-.548-2.532.024-5.585.407-2.17.61-3.256 1.383-3.897m10.081 9.482c.835-1.006.548-2.532-.024-5.585-.407-2.17-.61-3.256-1.384-3.897m0 0c-.772-.642-1.877-.642-4.085-.642h-.502c-2.209 0-3.313 0-4.086.642'/%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-width='1.252' d='M6.378 5.564a2.087 2.087 0 0 0 3.937 0'/%3E%3C/svg%3E");--review-star:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill='%23EFCCD2' d='m12 3 2.35 5.76 6.21.46-4.76 4.02 1.49 6.04L12 16l-5.29 3.28 1.49-6.04-4.76-4.02 6.21-.46z'/%3E%3Cpath stroke='%23EFCCD2' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M12 3 9.65 8.76l-6.21.46 4.76 4.02-1.49 6.04L12 16m0-13 2.35 5.76 6.21.46-4.76 4.02 1.49 6.04L12 16'/%3E%3C/svg%3E");--review-star-outline:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill='%23EFCCD2' d='m12 3 2.35 5.76 6.21.46-4.76 4.02 1.49 6.04L12 16l-5.29 3.28 1.49-6.04-4.76-4.02 6.21-.46z'/%3E%3Cpath fill='%23fff' d='M12 3 9.65 8.76l-6.21.46 4.76 4.02-1.49 6.04L12 16m0-13 2.35 5.76 6.21.46-4.76 4.02 1.49 6.04L12 16'/%3E%3Cpath stroke='%23EFCCD2' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M12 3 9.65 8.76l-6.21.46 4.76 4.02-1.49 6.04L12 16l5.29 3.28-1.49-6.04 4.76-4.02-6.21-.46z'/%3E%3C/svg%3E");--section-margin-bottom:7.75rem}@media (max-width:768px){:root{--section-margin-bottom:4rem}}:root{--header-bg-color:var(--color-white);--header-text-color:var(--color-gray-1);--header-font-size:var(--font-12);--header-drawer-background:var(--color-background-alpha)}.page-header{background-color:var(--transparent);color:var(--header-text-color);font-size:var(--header-font-size);font-weight:500;position:relative;width:100%;z-index:1000}.page-header a{text-transform:uppercase}.page-header-container{align-items:center;background-color:var(--header-bg-color);display:grid;gap:1rem;grid-template-columns:1fr max-content 1fr;height:4rem;margin:0 auto;padding:0 5rem;position:relative;transition:all .5s ease-in-out;width:100%}@media (max-width:1024px){.page-header-container{padding:0 1rem}}.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:1.5rem;height:100%;z-index:1}.page-header-icons--right{justify-content:flex-end}.page-header-icon{align-items:center;display:flex;justify-content:center;padding:0}.page-header-icon.page-header-cart{border-right:none}.page-header-icon button{gap:.25rem}@media only screen and (min-width:768px){.page-header-icon button{gap:.5rem}}.page-header-icon__flags{margin:0}.page-header-icon__flag{display:none;width:17px}@media (max-width:768px){.page-header-icon.page-header-account{display:none}}.page-header-text{display:none}@media only screen and (min-width:1024px){.page-header-text{display:inline;text-transform:uppercase}}.page-header-drawer{color:var(--color-gray-2);display:flex;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(--header-drawer-background);height:100%;position:absolute;width:100%}.page-header-drawer[open]{opacity:1;visibility:visible}.page-header-drawer--left .page-header-drawer__content{border-radius:0 1rem 1rem 0;left:-100%;overflow:hidden;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{border-radius:1rem 0 0 1rem;left:unset;margin-left:auto;overflow:hidden;right:-100%;transition:all .5s ease-in-out}.page-header-drawer--right[open] .page-header-drawer__content{right:0}.page-header-drawer--center .page-header-drawer__content{height:max-content;left:50%;max-width:952px;top:80px;transform:translateX(-50%)}.page-header-drawer__content{background-color:var(--color-light);display:flex;flex-direction:column;height:100%;max-width:455px;position:relative;width:90%}.page-header-drawer__content--empty{justify-content:center}.page-header-drawer__content--search,.page-header-drawer__content--search .page-header-drawer__body{background-color:var(--transparent)}.page-header-drawer__header{background-color:var(--color-white);display:flex;justify-content:space-between;min-height:3.5rem;padding:0 1rem}.page-header-drawer__header h6{align-items:center;display:flex;font-size:var(--font-14);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;color:var(--cl-black);display:flex;height:100%;position:relative}.page-header-drawer__body{background-color:var(--color-light);height:100%;overflow:hidden;padding:1rem}.page-header-drawer__body-content{background-color:var(--color-white);border:1px solid var(--color-light-2);border-radius:10px;margin-bottom:1rem;padding:1rem;position:relative}.page-header-drawer__body-content h6{align-items:center;border-bottom:1px solid var(--color-light-2);color:var(--color-pink);display:flex;font-size:13px;gap:1rem;padding-bottom:1rem;text-transform:uppercase}.page-header-drawer__link{display:flex;width:100%}.page-header-drawer__link a,.page-header-drawer__link button{align-items:center;display:flex;gap:1rem;height:3rem;padding:1rem;width:100%}.page-header-drawer__link--account{background-color:var(--transparent);white-space:nowrap}.page-header-drawer__link--account a{height:max-content;justify-content:center;padding:0;width:max-content}@media (min-width:1024px){.page-header-drawer__link--account:first-child{position:relative}.page-header-drawer__link--account:first-child:after{background-color:currentColor;content:"";height:1rem;position:absolute;right:-.5rem;width:1px}}.page-header-drawer__link--cart{flex-direction:column;gap:.5rem}.page-header-drawer__link--cart a,.page-header-drawer__link--cart button{background-color:var(--button-bg-color);border-radius:var(--button-radius);color:var(--button-text-color);justify-content:center;outline:none}.page-header-drawer__link--cart small{font-size:var(--font-10);margin:0 auto}.page-header-drawer__footer--cart{backdrop-filter:blur(25px);background:var(--color-white);box-shadow:0 -3.081px 4.622px 0 rgba(0,0,0,.1);display:flex;flex-direction:column;gap:1rem;padding:1rem}.page-header-toggle-menu__title{align-items:center;display:flex;gap:.5rem}.page-header-toggle-menu--desktop{display:none;position:relative}@media only screen and (min-width:1024px){.page-header-toggle-menu--desktop{display:flex}}.page-header-toggle-menu--mobile{display:flex}@media only screen and (min-width:1024px){.page-header-toggle-menu--mobile{display:none}}.page-header-categories{align-items:stretch;display:flex;flex-direction:column;gap:1.5rem;height:100%;margin:0;overflow-y:auto;padding:.5rem 0 .5rem 1rem}.page-header-categories__items{display:flex}.page-header-categories__items--desktop{border:none;height:100%;position:relative}.page-header-categories__items--desktop details[open]>summary{border-bottom:1px solid var(--color-light-2);color:var(--color-pink)}.page-header-categories__items--mobile a{display:flex;white-space:nowrap}.page-header-categories__items--mobile .page-header-categories--sub,.page-header-categories__items--mobile .page-header-categories--sub-sub{background-color:var(--color-white);border-radius:10px;display:flex;flex-direction:column;gap:1.5rem;left:-100%;opacity:0;overflow-y:auto;padding:1rem;position:absolute;top:0;transition:all .5s ease-in-out;visibility:hidden;width:100%}.page-header-categories__items--mobile.open>.page-header-categories--sub,.page-header-categories__items--mobile.open>.page-header-categories--sub-sub{left:0;opacity:1;visibility:visible}.page-header-categories__items--mobile button{background-color:transparent;outline:none;text-align:start;width:100%}.page-header-categories__items-button--next{align-items:center;display:flex;font-weight:500;gap:1rem}.page-header-categories__link{align-items:center;display:flex;gap:1rem;justify-content:start;width:100%}.page-header-categories--desktop{background-color:var(--color-white);color:var(--cl-black);flex-wrap:nowrap;height:23.75rem;left:50%;min-width:12.125rem;overflow-y:auto;padding:2.5rem 2.25rem 2.5rem 2.5rem;position:absolute;scrollbar-gutter:stable;top:100%;transform:translateX(-50%);width:auto}.page-header-categories--highlight{flex-direction:row;overflow:visible;padding:0}.page-header-categories--highlight>.details .content{background-color:var(--header-bg-color);height:300px;height:max-content;max-height:300px;padding:2rem}@media (max-width:1200px){.page-header-categories--highlight{display:none}}@media (max-width:768px){.page-header-categories{padding:0}}.page-header-search__form{align-items:center;background-color:var(--color-white);border-radius:100px;display:flex;padding:0 1rem}.page-header-search__form input{background-color:var(--bg-body)!important;border:none;border-radius:0;height:3rem;width:100%}.page-header-search__form button{align-items:center;background-color:var(--transparent);border:none;border-radius:0;color:var(--color-gray-1)!important;cursor:pointer;display:flex;height:100%;justify-content:center;padding:0!important;width:2.25rem}.page-header-search__form button:hover{background-color:var(--bg-body);border-color:var(--bg-black-10);color:var(--bg-black)}.page-header-search__form button svg{height:15px;width:15px}.page-header-search__content{display:flex;flex-direction:column;gap:1rem;height:100%}.page-header-search__content .most-searched-item{align-items:center;border:1px solid var(--color-white-15);color:var(--color-white);cursor:pointer;display:flex;font-size:var(--font-10);height:2rem;justify-content:center;padding:0 1.5rem;text-transform:uppercase}.page-header-search__content .most-searched-item:hover{background-color:var(--color-white-10)}.page-header-search__suggestions{display:flex;flex-wrap:wrap;gap:1rem;padding:1rem}.page-header-search__results{background-color:var(--color-white);border-radius:1rem;margin-top:auto;padding:1.5rem;transition:all .5s ease-in-out}.page-header-search__results--hidden{opacity:0;visibility:hidden}.page-header-search__results-title{border-bottom:1px solid var(--color-white-15);color:var(--cl-black-50);font-size:var(--font-12);margin:0;padding:1rem 2rem}.page-header-search__results-swiper{width:100%}.page-header-search__results-swiper .swiper-button-next,.page-header-search__results-swiper .swiper-button-prev{height:1.5rem;margin:0;width:2rem}.page-header-search__results-swiper .swiper-button-next:before,.page-header-search__results-swiper .swiper-button-prev:before{background-position:50%;background-repeat:no-repeat;background-size:cover;content:"";display:block;height:1rem;width:.5rem}.page-header-search__results-swiper .swiper-button-next svg,.page-header-search__results-swiper .swiper-button-next:after,.page-header-search__results-swiper .swiper-button-prev svg,.page-header-search__results-swiper .swiper-button-prev:after{display:none}.page-header-search__results-swiper .swiper-button-prev{justify-content:start;left:0}.page-header-search__results-swiper .swiper-button-prev:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='15' fill='none'%3E%3Cpath stroke='%23000' d='M7.5 14 1 7.5 7.5 1'/%3E%3C/svg%3E")}.page-header-search__results-swiper .swiper-button-next{justify-content:end;right:0}.page-header-search__results-swiper .swiper-button-next: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 stroke='%23000' d='m1 1 6.5 6.5L1 14'/%3E%3C/svg%3E")}.page-header-search__results-list{display:flex}.page-header-search__results-item{width:172px}.page-header-search__results-link{align-items:center;display:flex;flex-direction:column;height:100%;padding:0}.page-header-search__results-image{width:100%}.page-header-search__results-info{border-bottom:1px solid var(--color-white-15);display:flex;flex-direction:column;gap:1rem;height:100%;justify-content:center;padding:0;width:100%}.page-header-search__results-price{color:var(--color-gray-2);font-size:1rem;font-weight:600}.page-header--sticky{position:sticky;top:0}.page-header--hidden{opacity:0;visibility:hidden}.page-header .page-header-cart #cart-quantity,.page-header .page-header-icon button{color:var(--cl-black-50)}.page-header--transparent:not(:hover){color:var(--color-white)}.page-header--transparent:not(:hover) .fill-black{color:#fff}.page-header--transparent:not(:hover) .page-header-brand{filter:invert(1)}.page-header--transparent:not(:hover) .page-header-cart #cart-quantity,.page-header--transparent:not(:hover) .page-header-icon button{color:var(--color-white)}.page-header--transparent:not(:hover) .page-header-categories__link:hover:after,.page-header--transparent:not(:hover) .page-header__button:hover:after{background-color:var(--color-white)}.page-header--transparent:not(:hover) .page-header-container{background-color:var(--color-white-15);border-color:var(--color-white-15)}.page-header--transparent:not(:hover) .page-header-container:before{backdrop-filter:blur(6px);content:"";height:100%;left:0;position:absolute;top:0;width:100%}.page-header--transparent:not(:hover) .page-header-icon{border-color:var(--color-white-15)}.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{align-content:center;border:1px solid;border-radius:0;color:var(--cl-black);font-size:var(--font-12);height:20px;min-width:20px;position:relative}.page-header-cart #cart-quantity:before{background:currentColor;content:"";display:block;height:1px;left:50%;position:absolute;top:-5px;transform:translateX(-50%);width:15px}.page-header-cart #cart-quantity strong{font-weight:400}.page-header-cart__products--empty{justify-content:center;min-height:133px}.page-header-cart__products-list{display:flex;flex-direction:column;gap:.625rem;margin:0;overflow-y:auto}.page-header-cart__product-item{background-color:var(--color-white);border-radius:.5rem;display:grid;gap:.625rem;grid-template-columns:100px 1fr;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-details-footer{align-items:center;display:flex;justify-content:space-between;margin-top:.5rem}.page-header-cart__product-details-footer .stepper{align-items:center;border:none;display:flex;gap:.5rem;margin-bottom:0}.page-header-cart__product-details-footer .stepper-input{border:1px solid var(--color-pink);border-radius:0!important;color:var(--color-pink);height:17px!important;padding:0!important;width:16px!important}.page-header-cart__product-details-footer .stepper-arrow{border:none;border-bottom:1px solid var(--color-pink);border-radius:0;height:17px!important;margin-top:0;position:unset;width:16px!important}.page-header-cart__product-details-footer .stepper-arrow:before{content:"";display:block;height:17px;width:16px}.page-header-cart__product-details-footer .stepper-arrow.down{order:-1}.page-header-cart__product-details-footer .stepper-arrow.down:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23b7737e' viewBox='0 -960 960 960'%3E%3Cpath d='M200-440v-80h560v80z'/%3E%3C/svg%3E")}.page-header-cart__product-details-footer .stepper-arrow.up:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23b7737e' viewBox='0 -960 960 960'%3E%3Cpath d='M440-440H200v-80h240v-240h80v240h240v80H520v240h-80z'/%3E%3C/svg%3E")}.page-header-cart__product-title{color:var(--color-gray-3);display:-webkit-box;font-size:var(--font-14);font-weight:400;margin:0;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.page-header-cart__product-title a{text-transform:none}.page-header-cart__product-remove-button{background-color:var(--transparent);text-decoration:underline;text-transform:none!important;width:max-content}.page-header-cart__product-options{color:var(--cl-grey);padding:0}.page-header-cart__product-option,.page-header-cart__product-price{margin:0}.page-header-cart__product-price{color:var(--color-gray-2);font-size:var(--font-14);font-weight:600;margin-top:.5rem}.page-header-cart__text-empty{font-size:var(--font-14);line-height:20px;text-align:center}.page-header-cart__freight,.page-header-cart__total{display:flex;justify-content:space-between}.page-header-cart__freight-title,.page-header-cart__total-title{color:var(--color-gray-2);font-size:var(--font-14);margin:0}.page-header-cart__freight-price,.page-header-cart__total-price{color:var(--color-gray-2);font-size:var(--font-14);font-weight:500}.page-header-cart__load{align-items:center;backdrop-filter:blur(25px);display:flex;height:100%;justify-content:center}.page-header-cart__buy-button{height:50px}.js-login_account{display:flex;flex-wrap:nowrap;gap:1rem}@media (max-width:1024px){.js-login_account{flex-wrap:wrap;gap:1.5rem}}#cart .page-header-drawer__body{display:flex;flex-direction:column;flex-grow:1;height:auto}#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:calc(100% - 3rem)}#toggle-menu{align-items:center;display:flex;justify-self:start;z-index:9}@media only screen and (min-width:1024px){.page-header-search__form{top:100%}}@media only screen and (min-width:1280px){.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-account{display:flex}#search{grid-column:span 2/span 2;grid-row-start:1}}.page-newsletter{display:none}.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){.page-newsletter{padding:3rem}.error-newsletter{position:absolute}}.page-footer{background-color:var(--color-light);color:var(--color-gray-1);display:flex;flex-direction:column;font-size:var(--font-14);text-align:center}.page-footer-container{padding:1rem}.page-footer-container.page-footer-social{display:flex;flex-direction:column;gap:3rem}@media (max-width:768px){.page-footer-container.page-footer-social{gap:1rem}}.page-footer .footer-title,.page-footer-title{color:var(--color-gray-2);font-size:var(--font-20);font-weight:500;margin:0;position:relative;text-align:start}@media (max-width:1024px){.page-footer .footer-title,.page-footer-title{border-bottom:1px solid var(--color-gray-2);font-size:var(--font-16);padding:.5rem 0}}.page-footer .footer-contact-content,.page-footer-list{color:var(--cl-black-60);display:flex;flex-wrap:wrap;gap:1rem;justify-content:start;margin:1rem 0 0;padding:0}.page-footer .footer-contact-content--column,.page-footer-list--column{align-items:start;flex-direction:column}.page-footer .footer-contact-content.page-footer-social__list,.page-footer-list.page-footer-social__list{display:flex}.page-footer .footer-contact-content{align-items:start;flex-direction:column;text-align:start}.page-footer .footer-contact-content li{line-height:1rem;margin:0}.page-footer .footer-contact-content .material-icons,.page-footer .footer-contact-content i{color:var(--color-pink);margin:0!important}.page-footer .footer-contact-content>*,.page-footer .footer-contact-content>*>a{align-items:center;display:flex;gap:.5rem;text-decoration:none}.page-footer .footer-contact-content .store-open p{margin:0}.page-footer .footer-contact-content .contact__info-content{display:flex;flex-direction:column;gap:4px}.page-footer .footer-contact-content .contact__info-content p{margin:0}.page-footer .footer-contact-content .contact__title{color:var(--color-gray-2);font-size:var(--font-14);font-weight:600}.page-footer .footer-address-content{text-align:start}.page-footer-categories{display:none}.page-footer-seals{border-bottom:1px solid #ddd}.page-footer-seals__container{border-top:1px solid var(--bg-black-10);display:flex;flex-direction:column;gap:1rem;margin:0 auto;padding:3rem 0}@media (max-width:1024px){.page-footer-seals__container{border-top:none;gap:2rem;padding:1rem 0}}.page-footer-seals__payment .page-footer-list{align-items:center;display:flex;gap:.5rem}@media (max-width:1024px){.page-footer-seals__irroba{margin:0 -1rem;padding:3rem 1rem 0}.page-footer-seals__irroba .footer-title{display:none}}@media only screen and (max-width:1024px){.page-footer-account .footer-title,.page-footer-account .page-footer-title,.page-footer-contact .footer-title,.page-footer-contact .page-footer-title,.page-footer-infos .footer-title,.page-footer-infos .page-footer-title{align-items:center;display:flex;justify-content:space-between}.page-footer-account .footer-title:after,.page-footer-account .page-footer-title:after,.page-footer-contact .footer-title:after,.page-footer-contact .page-footer-title:after,.page-footer-infos .footer-title:after,.page-footer-infos .page-footer-title:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath stroke='%23000' stroke-linecap='round' d='M12 19V5m7 7H5'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:cover;content:"";display:block;height:24px;width:24px}}@media (max-width:1024px){.page-footer-account .footer-contact-content,.page-footer-account .page-footer-list,.page-footer-contact .footer-contact-content,.page-footer-contact .page-footer-list,.page-footer-infos .footer-contact-content,.page-footer-infos .page-footer-list{display:none}}.page-footer-account[open] .footer-contact-content,.page-footer-account[open] .page-footer-list,.page-footer-contact[open] .footer-contact-content,.page-footer-contact[open] .page-footer-list,.page-footer-infos[open] .footer-contact-content,.page-footer-infos[open] .page-footer-list{display:flex}@media only screen and (max-width:1024px){.page-footer-account[open] .footer-title:after,.page-footer-account[open] .page-footer-title:after,.page-footer-contact[open] .footer-title:after,.page-footer-contact[open] .page-footer-title:after,.page-footer-infos[open] .footer-title:after,.page-footer-infos[open] .page-footer-title:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath stroke='%23000' stroke-linecap='round' d='M18 12H6'/%3E%3C/svg%3E")}}.page-footer-social .page-footer-about,.page-footer-social .page-footer-brand{text-align:start}@media (max-width:1024px){.page-footer-social{padding-bottom:1rem;padding-top:2.5rem}.page-footer-social .footer-title{display:none}}.page-footer-copyright{color:var(--color-gray-1);font-size:var(--font-12);margin-top:2rem;text-align:center}@media (max-width:1024px){.page-footer-copyright{margin-top:0;padding:28px 16px}}.page-social-list{display:flex;justify-content:space-between;padding:0}.page-social-item{align-items:center;color:var(--cl-black);display:flex;height:30px;justify-content:center;width:30px}.page-social .footer-title{display:none}.likebox{display:flex;justify-content:start;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{padding:4rem 5rem;text-align:start}.page-footer-container:not(.page-footer-seals){min-height:16rem}.page-footer .footer-title,.page-footer-title{text-align:start}.page-footer-content{display:grid;gap:2rem;grid-template-columns:repeat(4,1fr);padding:0}.page-footer .footer-contact-content,.page-footer-list{display:flex;justify-content:start}.page-footer .footer-contact-content,.page-footer .footer-contact-content--column,.page-footer-list--column{align-items:start}.page-footer-social{grid-column:1/2}.page-footer-seals__container{flex-direction:row;justify-content:space-between}.page-footer-seals__content{display:flex;flex-direction:column;justify-content:center}.page-footer-seals__content .footer-title{display:none}.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}}@media only screen and (min-width:1280px){.page-footer-container{padding:0}}:root{--product-info-margin-bottom:1rem;--product-info-margin-bottom-2:1.5rem}.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{display:flex;flex-direction:column;margin:1rem 0 0}.page-product-product .section-content.offset-top-30.product-content #content-top{order:-10}.page-product-product .section-content.offset-top-30.product-content>.container{order:-9}.page-product-product .section-content.offset-top-30.product-content .product-informations{display:contents}.page-product-product .section-content.offset-top-30.product-content .product-description-content{margin:var(--section-margin-bottom) 0;order:-8}.page-product-product .swiper-slide,.page-product-product .swiper-slide img{border-radius:0!important}#product{display:grid;flex:unset!important;gap:0;grid-template-areas:"product_rating" "product_title" "product_brand" "product_price_body" "product_likes_content" "options_list" "product_buy_button_content" "product_shop_content";max-width:100%;padding: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:-14;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:-13!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{color:var(--color-pink);font-size:var(--font-24);font-weight:450;grid-area:product_title;line-height:1.75;margin:0;margin-bottom:var(--product-info-margin-bottom)}@media (max-width:768px){#product .product-title{font-size:var(--font-16)}}#product .product-rating{grid-area:product_rating;margin:0;margin-bottom:var(--product-info-margin-bottom);width:max-content}#product .product-rating .rating{margin-top:0}#product .product-rating .rating .material-icons{color:var(--cl-black)}#product #interested_people_info{align-items:center;background-color:var(--bg-body);border-radius:0;color:var(--cl-black-50);font-size:var(--font-14);height:3rem;justify-content:center;max-width:100%;order:-10}#product #interested_people_info svg{fill:var(--cl-black-50)}#product .product-likes-content{grid-area:product_likes_content;margin-bottom:var(--product-info-margin-bottom-2);margin-top:0}#product .product-brand{align-items:start;color:var(--cl-black);display:flex;flex-direction:column;font-size:var(--font-12);grid-area:product_brand;justify-content:center;margin-bottom:var(--product-info-margin-bottom);text-transform:uppercase}#product .product-brand span{color:var(--cl-black-60)}#product .product-size-guide{display:none;font-size:0;margin:0 0 0 auto;text-decoration:underline}#product .product-size-guide i{display:none}#product .product-size-guide:after{content:"Tabela de medidas";font-size:var(--font-12)}#product .product-price-body{display:grid;grid-area:product_price_body;grid-template-columns:repeat(2,1fr);margin:0;margin-bottom:var(--product-info-margin-bottom-2);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-28);font-weight:600}@media (max-width:768px){#product .product-price-body .product-price .product-main-price{font-size:var(--font-20)}}#product .product-price-body .product-price .product-price-new{color:var(--color-gray-2);font-size:var(--font-28)}#product .product-price-body .product-price .product-price-new>*{font-weight:600!important}#product .product-price-body .product-price-discount{border-right:1px solid var(--bg-blue-light);font-size:0!important;padding:.5rem 0 .5rem .5rem}#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{color:var(--color-gray-1);font-size:var(--font-14);font-weight:500!important}@media (max-width:768px){#product .product-price-body .product-price-simulator .simulator-price span,#product .product-price-body .product-price-simulator .simulator-price strong{font-size:var(--font-12)}}#product #description_resume{display:none}#product .options-list{display:contents}#product .options-list>*{grid-area:options_list;margin-bottom:var(--product-info-margin-bottom-2)}#product .options-list .product-radio-wrap{flex:1;height:max-content;padding:0}#product .options-list .afterSizes,#product .options-list .product-option29{display:none}#product .options-list label{font-size:0;font-weight:400;margin:0}#product .options-list label:after{color:var(--color-gray-1);content:"Tamanho:";font-size:var(--font-12)}#product .options-list .product_options_list{flex:0 0 100%;gap:.5rem;margin:0;width:100%}#product .options-list .product_options_list li{align-content:center;background-color:var(--color-white);border-color:rgba(197,137,147,.2);border-radius:100px;color:var(--color-pink);font-size:var(--font-12);font-weight:400;line-height:1;margin:0;min-height:2.375rem;min-width:2.375rem;padding:0}#product .options-list .product_options_list li.selected{background-color:var(--color-pink-light);border-color:var(--color-pink-light);color:var(--color-white)}#product .product-prices-content{display:contents}#product .product-prices-content .product-buy-button-content{display:flex;flex-wrap:wrap;gap:.5rem;grid-area:product_buy_button_content;margin:0;margin-bottom:var(--product-info-margin-bottom);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-blue-light);border-radius:8px;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:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none'%3E%3Cpath fill='%23E30412' d='M12 5.5H6.52V.02h-1V5.5H.04v1h5.48v5.48h1V6.5H12z'/%3E%3C/svg%3E");height:10px;width:10px}#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='12' height='2' fill='none'%3E%3Cpath fill='%23E30412' d='M11.96.5H0v1h11.96z'/%3E%3C/svg%3E");height:1px;width:10px}#product .product-prices-content .product-buy-button-content #button-cart{align-items:center;background-color:var(--color-pink)!important;border-color:var(--color-pink)!important;border-radius:.5rem;display:flex;flex-grow:1;font-size:var(--font-20);gap:.5rem;height:62px;justify-content:center;margin:0}#product .product-prices-content .product-buy-button-content #button-cart:before{background-image:var(--shopping-bag);background-position:50%;background-repeat:no-repeat;background-size:cover;content:"";display:inline-block;height:20px;width:18px}#product .product-shop-content{grid-area:product_shop_content;margin-bottom:var(--product-info-margin-bottom);padding:0}#product .product-shop-content .postcode-inputs .input-group{gap:0!important}#product .product-shop-content .postcode-inputs .input-group input{background-color:var(--color-white)!important;border:var(--input-border);border-bottom-left-radius:8px!important;border-top-left-radius:8px!important;border-radius:var(--input-border-radius);font-size:var(--input-font-size);height:3rem;height:var(--input-height);padding:var(--input-padding)}#product .product-shop-content .postcode-inputs #button-quote_product{border:none;border-bottom:1px solid var(--bg-black-10);border-radius:0;color:var(--cl-red);height:46px}#product .product-shipping-content{flex-wrap:wrap;gap:.5rem}#product .product-shipping-content .product-shipping-title{margin:0!important;max-width:100%;width:100%}#product .product-shipping-content .product-shipping-title .mdi-local-shipping{display:none}#product .product-shipping-content .product-shipping-title>.d-inline-block{display:flex!important;justify-content:space-between;width:100%}#product .product-shipping-content .product-shipping-title>.d-inline-block span{font-size:0}#product .product-shipping-content .product-shipping-title>.d-inline-block span:after{content:"Calcular frete:";font-size:var(--font-12);font-weight:400}#product .product-shipping-content .product-shipping-title a{text-decoration:underline;text-transform:lowercase}#product .product-shipping-content .product-shipping-title a:first-letter{text-transform:uppercase}#product .product-rating .rating{align-items:center;color:var(--color-pink-light);font-size:var(--font-16)}#product .product-rating .rating .product-review-count{color:var(--color-gray-1);margin-left:.5rem}#product .product-likes-content .product-radio-title{font-size:0;font-weight:400}#product .product-likes-content .product-radio-title:after{color:var(--color-gray-1);content:"Cor:";font-size:var(--font-12)}#product .product-likes-content .product-likes{border:none;border-radius:10px;margin:0;padding:.875rem .5rem}#product .product-likes-content .product-likes:first-child{border:1px solid var(--color-pink-light)}#product .product-options-list{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem;width:100%}#product .product-options-list .custom-control{margin:0!important}#product .product-options-list .product-size-guide{display:block}#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-shop-tabs-group{display:flex;flex-direction:column}#product .product-shop-tabs-group .product-share-link{margin-bottom:var(--product-info-margin-bottom-2);margin-top:0;order:-1;text-align:center;width:100%}#product .product-shop-tabs-group .product-share-link ul{align-items:center;display:flex!important;flex-wrap:wrap;row-gap:.5rem}#product .product-shop-tabs-group .product-share-link ul .title{color:var(--color-gray-2);font-size:var(--font-12);margin:0 auto 0 0;text-transform:capitalize}@media (max-width:450px){#product .product-shop-tabs-group .product-share-link ul .title{flex:0 0 100%;text-align:start;width:100%}}#product .product-shop-tabs-group .product-share-link ul li span{align-content:center;align-items:center;background-color:var(--color-pink-lighter);border:none;border-radius:100px;color:var(--color-pink);display:flex;height:30px;justify-content:center;width:30px}#product .product-shop-tabs-group .product-share-link ul .fa:before,#product .product-shop-tabs-group .product-share-link ul .fab:before{background-position:50%;background-repeat:no-repeat;background-size:cover;content:""!important;display:block;height:16px;width:16px}#product .product-shop-tabs-group .product-share-link ul .fa.fa-facebook-f:before,#product .product-shop-tabs-group .product-share-link ul .fab.fa-facebook-f:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='18' fill='none'%3E%3Cpath fill='%23B7737E' stroke='%23B7737E' stroke-width='.2' d='M7.516.1Q8.47.099 9.423.173l.634.058.002.001a.52.52 0 0 1 .45.512v2.871a.517.517 0 0 1-.517.517H8.293c-.502 0-.755.086-.892.237-.138.154-.181.403-.181.809v1.532h2.66a.52.52 0 0 1 .513.584l-.414 3.208v.001a.52.52 0 0 1-.513.45H7.22v6.332a.52.52 0 0 1-.517.517H3.388a.516.516 0 0 1-.517-.517v-6.333H.617a.517.517 0 0 1-.516-.516V7.227a.52.52 0 0 1 .516-.518h2.254v-1.85c0-1.457.442-2.65 1.25-3.477C4.927.554 6.091.102 7.514.102zm0 1.034c-1.141 0-2.041.35-2.656.983-.615.634-.956 1.563-.956 2.741v2.369a.52.52 0 0 1-.516.516H1.135V9.92h2.253a.517.517 0 0 1 .516.516v6.332h2.282v-6.331a.52.52 0 0 1 .517-.517h2.309l.281-2.176h-2.59a.52.52 0 0 1-.517-.516v-2.05c0-.43.052-.951.347-1.366.3-.423.838-.713 1.759-.713l1.184-.001V1.21a25 25 0 0 0-1.96-.077Z'/%3E%3C/svg%3E");height:17px;width:10px}#product .product-shop-tabs-group .product-share-link ul .fa.fa-twitter:before,#product .product-shop-tabs-group .product-share-link ul .fab.fa-twitter: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%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23B7737E' d='M9.522 6.774 15.48 0h-1.411L8.895 5.883 4.765 0H0l6.246 8.896L0 16h1.412l5.46-6.212L11.237 16H16zm-1.933 2.2-.633-.886L1.92 1.039h2.169l4.064 5.689.632.886 5.283 7.393H11.9z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h16v16H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}#product .product-shop-tabs-group .product-share-link ul .fa.fa-whatsapp:before,#product .product-shop-tabs-group .product-share-link ul .fab.fa-whatsapp: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='%23B7737E' d='M13.6 2.32A7.85 7.85 0 0 0 8 0a7.94 7.94 0 0 0-6.88 11.89L0 16l4.2-1.1a7.9 7.9 0 0 0 3.79 1 8 8 0 0 0 8-7.93 8 8 0 0 0-2.39-5.65M8 14.53a6.6 6.6 0 0 1-3.36-.92l-.24-.15-2.49.66.66-2.43-.16-.25a6.6 6.6 0 0 1 10.25-8.17 6.65 6.65 0 0 1 2 4.66A6.66 6.66 0 0 1 8 14.53m3.61-4.94c-.2-.1-1.17-.58-1.35-.64s-.32-.1-.45.1a9 9 0 0 1-.63.77c-.11.14-.23.15-.43 0a5.33 5.33 0 0 1-2.69-2.35c-.21-.35.2-.33.58-1.08a.38.38 0 0 0 0-.35c0-.1-.45-1.08-.61-1.47s-.32-.33-.45-.34h-.39a.7.7 0 0 0-.53.25A2.2 2.2 0 0 0 4 6.17a3.8 3.8 0 0 0 .81 2.05 8.9 8.9 0 0 0 3.39 3 3.85 3.85 0 0 0 2.38.5 2 2 0 0 0 1.33-.94 1.6 1.6 0 0 0 .12-.94c-.09-.1-.22-.15-.42-.25'/%3E%3C/svg%3E")}#product .product-shop-tabs-group .product-share-link ul .fa.fa-instagram:before,#product .product-shop-tabs-group .product-share-link ul .fab.fa-instagram:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath stroke='%23B7737E' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M10 13.335a3.333 3.333 0 1 0 0-6.667 3.333 3.333 0 0 0 0 6.667'/%3E%3Cpath stroke='%23B7737E' stroke-width='1.5' d='M2.5 13.333V6.667A4.167 4.167 0 0 1 6.667 2.5h6.666A4.167 4.167 0 0 1 17.5 6.667v6.666a4.167 4.167 0 0 1-4.167 4.167H6.667A4.167 4.167 0 0 1 2.5 13.333Z'/%3E%3Cpath stroke='%23B7737E' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m14.583 5.425.008-.009'/%3E%3C/svg%3E");height:20px;width:20px}#product .product-shop-tabs-group .product-share-link ul .fa.fa-pinterest:before,#product .product-shop-tabs-group .product-share-link ul .fab.fa-pinterest:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath stroke='%23B7737E' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m12 11.2-3.2 8m1.58-3.542A4 4 0 1 0 8.536 14'/%3E%3Cpath stroke='%23B7737E' stroke-width='1.5' d='M12 20a8 8 0 1 0 0-16 8 8 0 0 0 0 16Z'/%3E%3C/svg%3E");height:24px;width:24px}#product .product-shop-tabs-group .product-share-link ul .fa.fa-envelope:before,#product .product-shop-tabs-group .product-share-link ul .fab.fa-envelope:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath stroke='%23B7737E' stroke-width='1.5' d='M16.564 4.5H7.299a3.53 3.53 0 0 0-3.53 3.53v7.94A3.53 3.53 0 0 0 7.3 19.5h9.265a3.53 3.53 0 0 0 3.53-3.53V8.03a3.53 3.53 0 0 0-3.53-3.53Z'/%3E%3Cpath stroke='%23B7737E' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m3.812 8.108 6.357 3.644a3.49 3.49 0 0 0 3.507 0l6.375-3.644'/%3E%3C/svg%3E");height:24px;width:24px}#product .product-shop-tabs-group .product-share-link ul .fa.fa-link:before,#product .product-shop-tabs-group .product-share-link ul .fab.fa-link:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='16' fill='none'%3E%3Cpath fill='%23B7737E' d='M5.407 14.667a3.97 3.97 0 0 1-2.887-1.213 4.2 4.2 0 0 1-.886-1.346 4.2 4.2 0 0 1 .886-4.52l3.636-3.694a4.06 4.06 0 0 1 2.887-1.21c1.082 0 2.12.435 2.888 1.21.38.384.683.841.89 1.344a4.2 4.2 0 0 1 0 3.178c-.207.503-.51.96-.89 1.344a.643.643 0 0 1-.932 0 .667.667 0 0 1 0-.946c1.076-1.094 1.076-2.88 0-3.987a2.734 2.734 0 0 0-3.925 0L3.44 8.52a2.85 2.85 0 0 0 0 3.987c.525.534 1.207.84 1.968.827a2.73 2.73 0 0 0 1.956-.827.643.643 0 0 1 .932 0 .667.667 0 0 1 0 .947 4.02 4.02 0 0 1-2.888 1.213'/%3E%3Cpath fill='%23B7737E' d='M11.996 13.293A4 4 0 0 1 9.11 12.08a4.2 4.2 0 0 1-.886-1.346 4.2 4.2 0 0 1 .886-4.52.654.654 0 0 1 .932 0 .68.68 0 0 1 0 .946 2.85 2.85 0 0 0 0 3.986c.525.534 1.247.84 1.968.827a2.73 2.73 0 0 0 1.956-.827l3.61-3.666c.524-.534.813-1.24.813-1.987s-.289-1.466-.814-1.987a2.734 2.734 0 0 0-3.924 0 .654.654 0 0 1-.932 0 .68.68 0 0 1 0-.946 4.06 4.06 0 0 1 2.888-1.21c1.082 0 2.12.435 2.887 1.21a4.15 4.15 0 0 1 1.195 2.933c0 1.107-.42 2.147-1.195 2.934l-3.61 3.666a4.02 4.02 0 0 1-2.887 1.213z'/%3E%3C/svg%3E");height:16px;width:21px}#product .product-shop-tabs-group .custom-accordion-classic{margin-top:0}#product .product-shop-tabs-group .custom-accordion-classic .custom-accordion-title{color:var(--cl-black);font-size:var(--font-12);text-transform:uppercase}#product .product-shipping-content{background-color:var(--color-light);border-radius:.5rem;max-width:100%;padding:1rem;width:100%}#product .product-shipping-content #modal-shipping{position:unset}#product .product-shipping-form{position:relative;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(--color-white);border:1px solid var(--color-pink)!important;border-radius:0!important;border-bottom-right-radius:8px!important;border-top-right-radius:8px!important;font-size:0;height:100%!important}#product #button-quote_product:after{color:var(--color-pink);content:"Consultar";font-size:var(--font-14);padding:0 1rem;text-transform:capitalize}#product #simulator_payments_board table,#product #simulator_payments_board td,#product #simulator_payments_board tr{border:none!important}#product_notify{flex:0 0 100%!important;max-width:100%!important}.product.product-single{column-gap:.5rem;display:grid;grid-template-columns:100%;position:relative;row-gap:1rem}.product.product-single .breadcrumb{grid-column-start:1}.product.product-single>.row{display:contents}.product.product-single .col-md-7{grid-column-start:1}.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-wrapper{display:flex;flex-wrap:wrap}@media (max-width:1024px){.product.product-single .product-image .product-swiper-thumbs .swiper-wrapper{flex-wrap:nowrap}}.product.product-single .product-image .product-swiper-thumbs .swiper-slide{width:50%}.product.product-single .product-image .product-swiper-thumbs .swiper-button-next,.product.product-single .product-image .product-swiper-thumbs .swiper-button-prev,.product.product-single .product-image .product-swiper-thumbs .swiper.productThumbsCarousel{display:none}@media (max-width:1024px){.product.product-single .product-image .product-swiper-thumbs .swiper-button-next,.product.product-single .product-image .product-swiper-thumbs .swiper-button-prev{align-items:center;display:flex;justify-content:center}}.product.product-single .product-image .product-swiper-thumbs .swiper-button-next:after,.product.product-single .product-image .product-swiper-thumbs .swiper-button-prev:after{background-position:50%;background-repeat:no-repeat;background-size:cover;content:"";display:block;height:1rem;width:.5rem}.product.product-single .product-image .product-swiper-thumbs .swiper-button-next:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='17' fill='none'%3E%3Cpath stroke='%23fff' d='m.354.354 8 8-8 8'/%3E%3C/svg%3E")}.product.product-single .product-image .product-swiper-thumbs .swiper-button-prev:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='17' fill='none'%3E%3Cpath stroke='%23fff' d='m8.707 16.354-8-8 8-8'/%3E%3C/svg%3E")}.product.product-single .product-image .product-swiper-thumbs .swiper iframe{aspect-ratio:1/1;border-radius:0}@media (max-width:1024px){.product.product-single{row-gap:0}.product.product-single .breadcrumb{margin-bottom:1rem}.product.product-single #product{padding-top:1rem}}.product-informations{padding:0}.product-description-content{padding:1rem}.product-description-content .container,.product-description-content .heading-title{padding:0}.product-description-content .heading-title{align-items:center;display:flex;margin-bottom:64px;width:100%}.product-description-content .heading-title:after{background-color:var(--color-gray-1);content:"";height:1px;width:100%}.product-description-content .heading-title .title-description{font-weight:400;margin-right:20px;white-space:nowrap}.product-description-content>.container{background-color:var(--color-white);border-radius:.5rem;padding:4rem 2.5rem}.product-description-content .title-description{font-size:var(--font-18)}.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_carousel_mobile .item{background-color:var(--bg-blue-light);border-radius:1rem;overflow:hidden}.product-description-content{padding:0 5rem;width:100%}@media (max-width:768px){.product-description-content{padding:1rem}}.product-description-content .product-description{line-height:1.5}.zoomContainer{display:none}@media only screen and (min-width:1024px){.page-product-product .product .col-md-7{max-width:100%;padding:0;width:100%}.page-product-product .section-content.offset-top-30.product-content{max-width:100%;width:100%}.product.product-single{display:grid;grid-template-columns:1fr 600px}.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;height:max-content;margin:0 auto;position:sticky;top:0;width:100%}.zoomContainer{display:block}}@media only screen and (min-width:1200px){#product{padding:1.5rem}#product .shipping-free-label{padding:.625rem 3rem}.product.product-single .product-image{grid-template-columns:165px calc(100% - 173px)}}@media (min-width:1537px){.product.product-single{display:grid;grid-template-columns:2fr 1fr}}.heading-title-div{align-items:center;display:flex;justify-content:center;margin-bottom:24px;padding:0}[class*=product-bestseller-content],[class*=product-list-content]{margin-bottom:var(--section-margin-bottom)!important}[class*=product-bestseller-content].row,[class*=product-list-content].row{display:grid;gap:1rem;grid-template-columns:repeat(2,1fr);justify-items:center;margin-left:0!important;margin-right:0!important}[class*=product-bestseller-content].row .product-item,[class*=product-list-content].row .product-item{flex:0 0 100%;max-width:506px;padding:0}@media (max-width:768px){[class*=product-bestseller-content].row,[class*=product-list-content].row{gap:.5rem}}.products-related-content{margin-bottom:var(--section-margin-bottom)!important;overflow:hidden;padding:0!important}.products-related-content .heading-title{align-items:center;display:flex;height:6rem;justify-content:center;padding:1.5rem 2rem;text-transform:uppercase;width:100%}.products-related-content .heading-title h3{font-size:var(--font-28)}@media (max-width:768px){.products-related-content .heading-title{padding:1.5rem 1rem}}.products-related-content .navigation .pagination{display:none}.products-related-content .navigation .swiper-button-next,.products-related-content .navigation .swiper-button-prev{border-bottom:none;height:2rem!important;justify-content:center!important;margin:0!important;width:2rem!important}@media only screen and (max-width:768px){.products-related-content .navigation .swiper-button-next,.products-related-content .navigation .swiper-button-prev{display:none!important}}.products-related-content .navigation .swiper-button-next{right:0;transform:translateX(-50%)}.products-related-content .navigation .swiper-button-prev{transform:translateX(50%)}.products-related-content .swiper-button-next,.products-related-content .swiper-button-prev{height:1.5rem;margin:0;width:2rem}.products-related-content .swiper-button-next:before,.products-related-content .swiper-button-prev:before{background-position:50%;background-repeat:no-repeat;background-size:cover;content:"";display:block;height:1rem;width:.5rem}.products-related-content .swiper-button-next svg,.products-related-content .swiper-button-next:after,.products-related-content .swiper-button-prev svg,.products-related-content .swiper-button-prev:after{display:none}.products-related-content .swiper-button-prev{justify-content:start;left:0}.products-related-content .swiper-button-prev:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='15' fill='none'%3E%3Cpath stroke='%23000' d='M7.5 14 1 7.5 7.5 1'/%3E%3C/svg%3E")}.products-related-content .swiper-button-next{justify-content:end;right:0}.products-related-content .swiper-button-next: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 stroke='%23000' d='m1 1 6.5 6.5L1 14'/%3E%3C/svg%3E")}.heading-title{font-size:var(--font-28);max-width:100%;text-transform:uppercase;width:fit-content}#products-related,.product-list-carousel{margin-bottom:0;padding:0;position:relative}#products-related .product-item,.product-list-carousel .product-item{max-width:25%;padding:0}@media only screen and (max-width:1200px){#products-related .product-item,.product-list-carousel .product-item{max-width:30%}}@media only screen and (max-width:768px){#products-related .product-item,.product-list-carousel .product-item{max-width:50%}}.product-list-carousel{overflow:visible!important}#products-related{overflow:hidden!important;width:calc(100% - 160px)}@media only screen and (max-width:1024px){#products-related{width:calc(100% - 32px)}}.product_module{padding-bottom:0}.product_module .swiper{position:relative}.product_module .swiper .swiper-button-next,.product_module .swiper .swiper-button-prev{height:1.5rem;margin:0;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:1rem;width:.5rem}.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{justify-content:start;left:0}.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='8' height='15' fill='none'%3E%3Cpath stroke='%23000' d='M7.5 14 1 7.5 7.5 1'/%3E%3C/svg%3E")}.product_module .swiper .swiper-button-next{justify-content:end;right:0}.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='9' height='15' fill='none'%3E%3Cpath stroke='%23000' d='m1 1 6.5 6.5L1 14'/%3E%3C/svg%3E")}.product-item{padding:0}.product-item .product{border:none;border-radius:0;display:flex;flex-direction:column;height:100%;padding:0;text-align:start}.product-item .product:before{border:none;content:none}.product-item .product-grid{width:100%}@media (min-width:1200px){.product-item .product-grid:hover .product-list-informations{transform:translateY(-76px);transition:all .2s ease-in-out}}.product-item .shipping-free-label{align-items:center;background-color:var(--bg-white);border-radius:0;color:var(--cl-black);font-size:var(--font-12);left:.5rem;padding:3px 5px;position:absolute;top:.5rem}.product-item .shipping-free-label div{display:contents}.product-item .product-image{aspect-ratio:1/1;margin:0 auto;max-width:100%}.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;mix-blend-mode:multiply}.product-item .product-list-informations{background-color:var(--color-white);display:flex;flex-direction:column;gap:0;margin:0;padding:1rem 2rem;position:relative;transition:all .2s ease-in-out}.product-item .product-list-informations .break{display:none}.product-item .product-list-informations .btn-notify .notify_text{align-content:center;height:44px;text-align:start}.product-item .product-list-informations>*{padding-bottom:6px!important}@media (max-width:768px){.product-item .product-list-informations{padding:1rem}}.product-item .product-rating{padding-bottom:1.25rem!important}.product-item .product-title{margin:0;padding:0}.product-item .product-title a{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:1;color:var(--cl-black-60);font-family:var(--font-family);font-size:var(--font-14);line-height:1.25rem;text-align:start}.product-item .product-price{align-items:start;display:flex;flex-direction:column;font-weight:300;gap:.25rem;justify-content:center;margin-bottom:0;min-height:42px;padding-bottom:0!important}.product-item .product-price .product-main-price,.product-item .product-price .product-price-new{color:var(--color-gray-2);font-size:var(--font-16);font-weight:400}.product-item .product-price .product-price-new{margin-left:0;width:100%}.product-item .product-price .product-price-old{color:var(--color-gray-1);font-size:var(--font-12);font-weight:300;width:100%}.product-item .product-price-simulator{align-items:center;color:var(--color-gray-1);display:flex;flex-wrap:wrap;font-size:var(--font-12);gap:.25rem;min-height:42px;padding-bottom:0!important;text-align:start!important;text-transform:uppercase}.product-item .product-price-simulator>*{white-space:nowrap}.product-item .product-price-discount{display:none}.product-item .product-block-hover{height:max-content;margin-top:0;padding-bottom:0!important;padding-top:.875rem}@media (min-width:1200px){.product-item .product-block-hover{padding-top:0;position:absolute;top:100%;width:calc(100% - 64px)}}.product-item .product-number .btn-primary{align-items:center;background-color:var(--button-bg-color);border:none;border-radius:.5rem;color:var(--button-text-color)!important;display:flex;font-size:var(--font-12);gap:.5rem;height:3.125rem;justify-content:center;padding:.5rem;width:100%}.product-item .product-number .btn-primary .icon{display:none}.product-item .product-number .btn-primary:before{background-image:var(--shopping-bag);background-position:50%;background-repeat:no-repeat;background-size:cover;content:"";display:block;height:16px;width:14px}.badge-special{background-color:var(--bg-white);color:var(--cl-blue);left:6px!important;width:2.5rem}.badge-special,.product-label{align-items:center;border-radius:5px;display:flex;height:1.5rem;justify-content:center;margin:0;top:6px}.product-label{background-color:var(--bg-white)!important;color:var(--cl-blue)!important;left:unset!important;right:6px!important;width:max-content}.product_module{max-width:100%;padding:0 5rem;position:relative}@media (max-width:1024px){.product_module{padding:0 1rem}}.product_module .swiper{position:static}.product_module .swiper .swiper-button-next,.product_module .swiper .swiper-button-prev{height:2rem!important;justify-content:center!important;transform:translateY(-50%);width:2rem!important}@media only screen and (max-width:768px){.product_module .swiper .swiper-button-next,.product_module .swiper .swiper-button-prev{display:none!important}}.product_module .swiper .swiper-button-next{right:1.25rem}.product_module .swiper .swiper-button-prev{left:1.25rem}.product_module:has(.swiper){margin-right:0}.product_module:has(.product-list-banner){display:grid;grid-template-columns:42% 58%;grid-template-rows:1fr max-content 1fr;margin:0 0 var(--section-margin-bottom)}.product_module:has(.product-list-banner) .heading-title-div{align-self:end;grid-column-start:2;height:3rem;padding:0}.product_module:has(.product-list-banner)>.row{display:contents!important}.product_module:has(.product-list-banner) .module-footer-container{align-items:center;display:flex;justify-content:center}@media (max-width:768px){.product_module:has(.product-list-banner) .module-footer-container{margin-top:1.5rem}}.product_module:has(.product-list-banner) .module-footer-link{align-items:center;background-color:var(--transparent);border:1px solid var(--color-pink);border-radius:8px;color:var(--color-pink);display:flex;height:60px;justify-content:center;margin-top:1rem;padding:0 65px}.product_module:has(.product-list-banner) .module-footer-link:hover{background-color:var(--color-pink);color:var(--color-white)}@media (max-width:768px){.product_module:has(.product-list-banner){display:none;grid-template-columns:1fr;grid-template-rows:3fr 3.625rem max-content 1fr}.product_module:has(.product-list-banner) .heading-title-div{background-color:var(--color-white);border-top-left-radius:8px;border-top-right-radius:8px;grid-column-start:1;grid-row-start:2;height:3.625rem;margin-bottom:0;z-index:2}.product_module:has(.product-list-banner) .heading-title-div .heading-title{font-size:var(--font-20)}}.product_module:has(.product-list-banner--right){grid-template-columns:3fr 2fr}.product_module:has(.product-list-banner--right) .heading-title-div{grid-column-start:1}.product_module .row{margin:0!important}.product_module .row .product-list-banner.col-lg-4{display:flex;flex:0 0 100%;grid-column-start:1;grid-row-end:4;grid-row-start:1;max-width:100%;padding:0}.product_module .row .product-list-banner.col-lg-4+.col-lg-8{background-color:var(--color-white);border-radius:.5rem;grid-column-start:2;grid-row-start:2;margin-left:-5.62%;max-width:105.62%;overflow:hidden;padding:40px 20px;width:105.62%;z-index:1}@media (max-width:768px){.product_module .row .product-list-banner.col-lg-4+.col-lg-8{border-top-left-radius:0;border-top-right-radius:0;grid-column-start:1;grid-row-start:3;margin-left:0;max-width:100%;padding:16px 11px;width:100%}}.product_module .row .product-list-banner.col-lg-4 a{margin:0 auto}@media (max-width:768px){.product_module .row .product-list-banner.col-lg-4{margin:0 -1rem;max-width:calc(100% + 2rem);width:calc(100% + 2rem)}}.product_module .row .product-list-banner--right.col-lg-4{grid-column-start:2;grid-row-end:3;grid-row-start:1}.product_module .row .product-list-banner--right.col-lg-4+.col-lg-8{grid-column-start:1;grid-row-start:2;margin-left:0;margin-right:-5.62%;max-width:105.62%;width:105.62%}@media only screen and (min-width:768px){.product-list-content.row{grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width:1024px){.product-list-content.row{grid-template-columns:repeat(3,1fr)}.badge-special{font-size:var(--font-12);width:3.75rem}}@media only screen and (min-width:1220px){.product-list-content.row{grid-template-columns:repeat(4,1fr)}}.page-product-category,.page-product-manufacturer-info,.page-product-search{--filter-primary:var(--color-pink)}.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 #content-top #content-filters-v2--top,.page-product-category .layout-content-top #content-filters-v2--top,.page-product-manufacturer-info #content-top #content-filters-v2--top,.page-product-manufacturer-info .layout-content-top #content-filters-v2--top,.page-product-search #content-top #content-filters-v2--top,.page-product-search .layout-content-top #content-filters-v2--top{display:none}.page-product-category #content-top .banner-grid,.page-product-category .layout-content-top .banner-grid,.page-product-manufacturer-info #content-top .banner-grid,.page-product-manufacturer-info .layout-content-top .banner-grid,.page-product-search #content-top .banner-grid,.page-product-search .layout-content-top .banner-grid{grid-row-start:-2;margin-top:-1.5rem}.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;gap:2rem;grid-template-columns:100%;margin-top:1.5rem}.page-product-category .breadcrumb,.page-product-manufacturer-info .breadcrumb,.page-product-search .breadcrumb{align-items:center;border-bottom:1px solid var(--bg-black-10);display:flex;font-size:var(--font-12);justify-content:center;padding:0;text-transform:uppercase}.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}.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}.page-product-category #shelf-list-product,.page-product-manufacturer-info #shelf-list-product,.page-product-search #shelf-list-product{display:grid;gap:.5rem;grid-template-columns:repeat(2,1fr);margin:0;padding:0 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%}.page-product-category .category-content .toolbar-shop,.page-product-manufacturer-info .category-content .toolbar-shop,.page-product-search .category-content .toolbar-shop{display:none}.page-product-category .category-content>.row,.page-product-manufacturer-info .category-content>.row,.page-product-search .category-content>.row{margin:0!important}.page-product-category .category-information-content,.page-product-manufacturer-info .category-information-content,.page-product-search .category-information-content{align-items:center;column-gap:1rem;display:flex;flex-wrap:wrap;grid-row-start:-1;justify-content:space-between;padding:0 5rem;position:relative;row-gap:2rem}@media (max-width:1024px){.page-product-category .category-information-content,.page-product-manufacturer-info .category-information-content,.page-product-search .category-information-content{padding:0 1rem}}.page-product-category .category-information-content #content-filters-v2--left,.page-product-category .category-information-content #content-filters-v2--top,.page-product-manufacturer-info .category-information-content #content-filters-v2--left,.page-product-manufacturer-info .category-information-content #content-filters-v2--top,.page-product-search .category-information-content #content-filters-v2--left,.page-product-search .category-information-content #content-filters-v2--top{align-items:center;display:flex;flex-wrap:nowrap;gap:1rem;margin:0 0 0 auto!important;padding:0!important;position:static;width:max-content}.page-product-category .category-information-content #content-filters-v2--left .filterForm:not(.filterForm--side),.page-product-category .category-information-content #content-filters-v2--top .filterForm:not(.filterForm--side),.page-product-manufacturer-info .category-information-content #content-filters-v2--left .filterForm:not(.filterForm--side),.page-product-manufacturer-info .category-information-content #content-filters-v2--top .filterForm:not(.filterForm--side),.page-product-search .category-information-content #content-filters-v2--left .filterForm:not(.filterForm--side),.page-product-search .category-information-content #content-filters-v2--top .filterForm:not(.filterForm--side){background-color:var(--color-light);border-radius:0;border-bottom-left-radius:10px;border-top-left-radius:10px;flex-direction:column;gap:1rem;height:100vh;left:unset;max-height:100vh;max-width:500px;padding:1rem;position:fixed;right:0;top:0;transform:none;z-index:9999}.page-product-category .category-information-content #content-filters-v2--left .filterForm:not(.filterForm--side) .buttons,.page-product-category .category-information-content #content-filters-v2--top .filterForm:not(.filterForm--side) .buttons,.page-product-manufacturer-info .category-information-content #content-filters-v2--left .filterForm:not(.filterForm--side) .buttons,.page-product-manufacturer-info .category-information-content #content-filters-v2--top .filterForm:not(.filterForm--side) .buttons,.page-product-search .category-information-content #content-filters-v2--left .filterForm:not(.filterForm--side) .buttons,.page-product-search .category-information-content #content-filters-v2--top .filterForm:not(.filterForm--side) .buttons{background-color:var(--bg-body);display:flex;flex:none;justify-content:start;margin:0!important;padding:0!important;width:100%}.page-product-category .category-information-content #content-filters-v2--left .filterForm:not(.filterForm--side) .buttons .clear-filters,.page-product-category .category-information-content #content-filters-v2--top .filterForm:not(.filterForm--side) .buttons .clear-filters,.page-product-manufacturer-info .category-information-content #content-filters-v2--left .filterForm:not(.filterForm--side) .buttons .clear-filters,.page-product-manufacturer-info .category-information-content #content-filters-v2--top .filterForm:not(.filterForm--side) .buttons .clear-filters,.page-product-search .category-information-content #content-filters-v2--left .filterForm:not(.filterForm--side) .buttons .clear-filters,.page-product-search .category-information-content #content-filters-v2--top .filterForm:not(.filterForm--side) .buttons .clear-filters{margin-left:auto}.page-product-category .category-information-content #content-filters-v2--left .filterForm:not(.filterForm--side) .buttons [type=button],.page-product-category .category-information-content #content-filters-v2--top .filterForm:not(.filterForm--side) .buttons [type=button],.page-product-manufacturer-info .category-information-content #content-filters-v2--left .filterForm:not(.filterForm--side) .buttons [type=button],.page-product-manufacturer-info .category-information-content #content-filters-v2--top .filterForm:not(.filterForm--side) .buttons [type=button],.page-product-search .category-information-content #content-filters-v2--left .filterForm:not(.filterForm--side) .buttons [type=button],.page-product-search .category-information-content #content-filters-v2--top .filterForm:not(.filterForm--side) .buttons [type=button]{background:none;border:none;color:var(--cl-black-60);cursor:pointer;font-size:var(--font-12);padding:0;text-transform:uppercase}.page-product-category .category-information-content #content-filters-v2--left .filterForm:not(.filterForm--side) .buttons [type=button]:hover,.page-product-category .category-information-content #content-filters-v2--top .filterForm:not(.filterForm--side) .buttons [type=button]:hover,.page-product-manufacturer-info .category-information-content #content-filters-v2--left .filterForm:not(.filterForm--side) .buttons [type=button]:hover,.page-product-manufacturer-info .category-information-content #content-filters-v2--top .filterForm:not(.filterForm--side) .buttons [type=button]:hover,.page-product-search .category-information-content #content-filters-v2--left .filterForm:not(.filterForm--side) .buttons [type=button]:hover,.page-product-search .category-information-content #content-filters-v2--top .filterForm:not(.filterForm--side) .buttons [type=button]:hover{text-decoration:underline}.page-product-category .category-information-content #content-filters-v2--left .filterForm:not(.filterForm--side) .filters,.page-product-category .category-information-content #content-filters-v2--top .filterForm:not(.filterForm--side) .filters,.page-product-manufacturer-info .category-information-content #content-filters-v2--left .filterForm:not(.filterForm--side) .filters,.page-product-manufacturer-info .category-information-content #content-filters-v2--top .filterForm:not(.filterForm--side) .filters,.page-product-search .category-information-content #content-filters-v2--left .filterForm:not(.filterForm--side) .filters,.page-product-search .category-information-content #content-filters-v2--top .filterForm:not(.filterForm--side) .filters{--filter-primary:var(--color-pink);background-color:var(--color-white);border:1px solid var(--color-light-2);border-radius:10px;height:auto;max-width:100%;padding:1rem}.page-product-category .category-information-content #content-filters-v2--left .filterForm:not(.filterForm--side) .filters .filter-title,.page-product-category .category-information-content #content-filters-v2--top .filterForm:not(.filterForm--side) .filters .filter-title,.page-product-manufacturer-info .category-information-content #content-filters-v2--left .filterForm:not(.filterForm--side) .filters .filter-title,.page-product-manufacturer-info .category-information-content #content-filters-v2--top .filterForm:not(.filterForm--side) .filters .filter-title,.page-product-search .category-information-content #content-filters-v2--left .filterForm:not(.filterForm--side) .filters .filter-title,.page-product-search .category-information-content #content-filters-v2--top .filterForm:not(.filterForm--side) .filters .filter-title{border-bottom:1px solid #e9e9e9;color:var(--color-gray-2);font-size:var(--font-16);font-weight:600;padding-bottom:.5rem}.page-product-category .category-information-content #content-filters-v2--left .filterForm:not(.filterForm--side) .filters .filter-box,.page-product-category .category-information-content #content-filters-v2--top .filterForm:not(.filterForm--side) .filters .filter-box,.page-product-manufacturer-info .category-information-content #content-filters-v2--left .filterForm:not(.filterForm--side) .filters .filter-box,.page-product-manufacturer-info .category-information-content #content-filters-v2--top .filterForm:not(.filterForm--side) .filters .filter-box,.page-product-search .category-information-content #content-filters-v2--left .filterForm:not(.filterForm--side) .filters .filter-box,.page-product-search .category-information-content #content-filters-v2--top .filterForm:not(.filterForm--side) .filters .filter-box{border:1px solid var(--color-pink-light);border-radius:0;border-radius:100px;color:var(--color-pink-light)}.page-product-category .category-information-content #content-filters-v2--left .filterForm:not(.filterForm--side) .filters .filter-box:has(input:checked),.page-product-category .category-information-content #content-filters-v2--top .filterForm:not(.filterForm--side) .filters .filter-box:has(input:checked),.page-product-manufacturer-info .category-information-content #content-filters-v2--left .filterForm:not(.filterForm--side) .filters .filter-box:has(input:checked),.page-product-manufacturer-info .category-information-content #content-filters-v2--top .filterForm:not(.filterForm--side) .filters .filter-box:has(input:checked),.page-product-search .category-information-content #content-filters-v2--left .filterForm:not(.filterForm--side) .filters .filter-box:has(input:checked),.page-product-search .category-information-content #content-filters-v2--top .filterForm:not(.filterForm--side) .filters .filter-box:has(input:checked){background-color:var(--color-pink-light);color:var(--color-white)}.page-product-category .category-information-content #content-filters-v2--left .filterForm:not(.filterForm--side) .filterActionContainer,.page-product-category .category-information-content #content-filters-v2--top .filterForm:not(.filterForm--side) .filterActionContainer,.page-product-manufacturer-info .category-information-content #content-filters-v2--left .filterForm:not(.filterForm--side) .filterActionContainer,.page-product-manufacturer-info .category-information-content #content-filters-v2--top .filterForm:not(.filterForm--side) .filterActionContainer,.page-product-search .category-information-content #content-filters-v2--left .filterForm:not(.filterForm--side) .filterActionContainer,.page-product-search .category-information-content #content-filters-v2--top .filterForm:not(.filterForm--side) .filterActionContainer{justify-content:center;position:relative}.page-product-category .category-information-content #content-filters-v2--left .filterForm:not(.filterForm--side) .filterActionContainer--top,.page-product-category .category-information-content #content-filters-v2--top .filterForm:not(.filterForm--side) .filterActionContainer--top,.page-product-manufacturer-info .category-information-content #content-filters-v2--left .filterForm:not(.filterForm--side) .filterActionContainer--top,.page-product-manufacturer-info .category-information-content #content-filters-v2--top .filterForm:not(.filterForm--side) .filterActionContainer--top,.page-product-search .category-information-content #content-filters-v2--left .filterForm:not(.filterForm--side) .filterActionContainer--top,.page-product-search .category-information-content #content-filters-v2--top .filterForm:not(.filterForm--side) .filterActionContainer--top{background-color:var(--color-white);margin:-1rem -1rem 0!important;order:-1;padding:1rem;right:0;top:0;width:calc(100% + 2rem)}.page-product-category .category-information-content #content-filters-v2--left .filterForm:not(.filterForm--side) .filterActionContainer--bottom,.page-product-category .category-information-content #content-filters-v2--top .filterForm:not(.filterForm--side) .filterActionContainer--bottom,.page-product-manufacturer-info .category-information-content #content-filters-v2--left .filterForm:not(.filterForm--side) .filterActionContainer--bottom,.page-product-manufacturer-info .category-information-content #content-filters-v2--top .filterForm:not(.filterForm--side) .filterActionContainer--bottom,.page-product-search .category-information-content #content-filters-v2--left .filterForm:not(.filterForm--side) .filterActionContainer--bottom,.page-product-search .category-information-content #content-filters-v2--top .filterForm:not(.filterForm--side) .filterActionContainer--bottom{border-top:1px solid var(--bg-black-10);width:100%}.page-product-category .category-information-content #content-filters-v2--left .filterForm:not(.filterForm--side) .filterActionContainer .filter-button,.page-product-category .category-information-content #content-filters-v2--top .filterForm:not(.filterForm--side) .filterActionContainer .filter-button,.page-product-manufacturer-info .category-information-content #content-filters-v2--left .filterForm:not(.filterForm--side) .filterActionContainer .filter-button,.page-product-manufacturer-info .category-information-content #content-filters-v2--top .filterForm:not(.filterForm--side) .filterActionContainer .filter-button,.page-product-search .category-information-content #content-filters-v2--left .filterForm:not(.filterForm--side) .filterActionContainer .filter-button,.page-product-search .category-information-content #content-filters-v2--top .filterForm:not(.filterForm--side) .filterActionContainer .filter-button{background-color:var(--color-pink)!important;border:none!important;border-radius:10px!important;cursor:pointer;height:3rem;padding:.625rem 2rem!important}.page-product-category .category-information-content #content-filters-v2--left .filterForm:not(.filterForm--side) .filterActionContainer .filter-button span,.page-product-category .category-information-content #content-filters-v2--top .filterForm:not(.filterForm--side) .filterActionContainer .filter-button span,.page-product-manufacturer-info .category-information-content #content-filters-v2--left .filterForm:not(.filterForm--side) .filterActionContainer .filter-button span,.page-product-manufacturer-info .category-information-content #content-filters-v2--top .filterForm:not(.filterForm--side) .filterActionContainer .filter-button span,.page-product-search .category-information-content #content-filters-v2--left .filterForm:not(.filterForm--side) .filterActionContainer .filter-button span,.page-product-search .category-information-content #content-filters-v2--top .filterForm:not(.filterForm--side) .filterActionContainer .filter-button span{color:var(--color-white)!important;font-size:var(--font-12);font-weight:400;text-transform:uppercase}.page-product-category .category-information-content #content-filters-v2--left .filterForm:not(.filterForm--side) .filterActionContainer .js-close-filters,.page-product-category .category-information-content #content-filters-v2--top .filterForm:not(.filterForm--side) .filterActionContainer .js-close-filters,.page-product-manufacturer-info .category-information-content #content-filters-v2--left .filterForm:not(.filterForm--side) .filterActionContainer .js-close-filters,.page-product-manufacturer-info .category-information-content #content-filters-v2--top .filterForm:not(.filterForm--side) .filterActionContainer .js-close-filters,.page-product-search .category-information-content #content-filters-v2--left .filterForm:not(.filterForm--side) .filterActionContainer .js-close-filters,.page-product-search .category-information-content #content-filters-v2--top .filterForm:not(.filterForm--side) .filterActionContainer .js-close-filters{cursor:pointer;outline:none}.page-product-category .category-information-content #content-filters-v2--left .filterForm:not(.filterForm--side) .filterActionContainer .js-close-filters svg,.page-product-category .category-information-content #content-filters-v2--top .filterForm:not(.filterForm--side) .filterActionContainer .js-close-filters svg,.page-product-manufacturer-info .category-information-content #content-filters-v2--left .filterForm:not(.filterForm--side) .filterActionContainer .js-close-filters svg,.page-product-manufacturer-info .category-information-content #content-filters-v2--top .filterForm:not(.filterForm--side) .filterActionContainer .js-close-filters svg,.page-product-search .category-information-content #content-filters-v2--left .filterForm:not(.filterForm--side) .filterActionContainer .js-close-filters svg,.page-product-search .category-information-content #content-filters-v2--top .filterForm:not(.filterForm--side) .filterActionContainer .js-close-filters svg{display:none}.page-product-category .category-information-content #content-filters-v2--left .filterForm:not(.filterForm--side) .filterActionContainer .js-close-filters:after,.page-product-category .category-information-content #content-filters-v2--top .filterForm:not(.filterForm--side) .filterActionContainer .js-close-filters:after,.page-product-manufacturer-info .category-information-content #content-filters-v2--left .filterForm:not(.filterForm--side) .filterActionContainer .js-close-filters:after,.page-product-manufacturer-info .category-information-content #content-filters-v2--top .filterForm:not(.filterForm--side) .filterActionContainer .js-close-filters:after,.page-product-search .category-information-content #content-filters-v2--left .filterForm:not(.filterForm--side) .filterActionContainer .js-close-filters:after,.page-product-search .category-information-content #content-filters-v2--top .filterForm:not(.filterForm--side) .filterActionContainer .js-close-filters:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' fill='none'%3E%3Cpath fill='%23000' fill-opacity='.3' d='M10.698.707 6.056 5.35l4.642 4.642-.707.707L5.35 6.057.707 10.698 0 9.991 4.642 5.35 0 .708.707.001l4.642 4.642L9.99 0z'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:cover;content:"";display:block;height:11px;width:11px}.page-product-category .category-information-content #content-filters-v2--left .filterContent__title,.page-product-category .category-information-content #content-filters-v2--top .filterContent__title,.page-product-manufacturer-info .category-information-content #content-filters-v2--left .filterContent__title,.page-product-manufacturer-info .category-information-content #content-filters-v2--top .filterContent__title,.page-product-search .category-information-content #content-filters-v2--left .filterContent__title,.page-product-search .category-information-content #content-filters-v2--top .filterContent__title{background-color:var(--color-white);border:1px solid rgba(197,137,147,.2)!important;border-radius:0;color:var(--cl-black);display:flex;font-size:var(--font-12);gap:.5rem;text-transform:uppercase}.page-product-category .category-information-content #content-filters-v2--left .filterContent__title:before,.page-product-category .category-information-content #content-filters-v2--top .filterContent__title:before,.page-product-manufacturer-info .category-information-content #content-filters-v2--left .filterContent__title:before,.page-product-manufacturer-info .category-information-content #content-filters-v2--top .filterContent__title:before,.page-product-search .category-information-content #content-filters-v2--left .filterContent__title:before,.page-product-search .category-information-content #content-filters-v2--top .filterContent__title:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath stroke='%23B7737E' stroke-linecap='round' stroke-miterlimit='10' stroke-width='1.5' d='M17.709 10H7.413m-3.634 0H2.292m1.487 0a1.817 1.817 0 1 1 3.633 0 1.817 1.817 0 0 1-3.633 0Zm13.93 5.506h-4.79m0 0a1.819 1.819 0 0 1-3.102 1.285 1.82 1.82 0 0 1-.533-1.285m3.635 0a1.816 1.816 0 0 0-3.635 0m0 0H2.292M17.709 4.494H15.12m-3.634 0H2.292m9.195 0a1.817 1.817 0 1 1 3.633 0 1.817 1.817 0 0 1-3.633 0Z'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:cover;content:"";display:block;height:16px;width:18px}.page-product-category .category-information-content #content-filters-v2--left .filterContent__title:hover,.page-product-category .category-information-content #content-filters-v2--top .filterContent__title:hover,.page-product-manufacturer-info .category-information-content #content-filters-v2--left .filterContent__title:hover,.page-product-manufacturer-info .category-information-content #content-filters-v2--top .filterContent__title:hover,.page-product-search .category-information-content #content-filters-v2--left .filterContent__title:hover,.page-product-search .category-information-content #content-filters-v2--top .filterContent__title:hover{background-color:transparent!important}.page-product-category .category-information-content #content-filters-v2--left .filterContent__title:hover span,.page-product-category .category-information-content #content-filters-v2--top .filterContent__title:hover span,.page-product-manufacturer-info .category-information-content #content-filters-v2--left .filterContent__title:hover span,.page-product-manufacturer-info .category-information-content #content-filters-v2--top .filterContent__title:hover span,.page-product-search .category-information-content #content-filters-v2--left .filterContent__title:hover span,.page-product-search .category-information-content #content-filters-v2--top .filterContent__title:hover span{display:inline}.page-product-category .category-information-content #content-filters-v2--left,.page-product-manufacturer-info .category-information-content #content-filters-v2--left,.page-product-search .category-information-content #content-filters-v2--left{flex-wrap:wrap;height:auto;padding:0!important;width:100%}@media (min-width:1024px){.page-product-category .category-information-content #content-filters-v2--left,.page-product-manufacturer-info .category-information-content #content-filters-v2--left,.page-product-search .category-information-content #content-filters-v2--left{display:none}}.page-product-category .category-information-content #content-filters-v2--left .filterContent .filterContent__title,.page-product-manufacturer-info .category-information-content #content-filters-v2--left .filterContent .filterContent__title,.page-product-search .category-information-content #content-filters-v2--left .filterContent .filterContent__title{width:100%}.page-product-category .category-information-content #content-filters-v2--left .filterForm,.page-product-manufacturer-info .category-information-content #content-filters-v2--left .filterForm,.page-product-search .category-information-content #content-filters-v2--left .filterForm{background-color:var(--color-light)!important;border-radius:0!important;border-bottom-right-radius:1rem!important;border-top-right-radius:1rem!important;max-width:90%;padding:1rem!important;z-index:9999}.page-product-category .category-information-content #content-filters-v2--left .filterForm .filterActionContainer,.page-product-manufacturer-info .category-information-content #content-filters-v2--left .filterForm .filterActionContainer,.page-product-search .category-information-content #content-filters-v2--left .filterForm .filterActionContainer{background-color:var(--color-white);padding:1rem;position:unset}.page-product-category .category-information-content #content-filters-v2--left .filterForm .filterActionContainer .filter-button,.page-product-manufacturer-info .category-information-content #content-filters-v2--left .filterForm .filterActionContainer .filter-button,.page-product-search .category-information-content #content-filters-v2--left .filterForm .filterActionContainer .filter-button{border-radius:.5rem!important;color:var(--color-white)!important;margin:0 auto;width:max-content}.page-product-category .category-information-content #content-filters-v2--left .filterForm .filterActionContainer--top,.page-product-manufacturer-info .category-information-content #content-filters-v2--left .filterForm .filterActionContainer--top,.page-product-search .category-information-content #content-filters-v2--left .filterForm .filterActionContainer--top{margin:-1rem -1rem 0!important;width:calc(100% + 2rem)}.page-product-category .category-information-content #content-filters-v2--left .filterForm .filterActionContainer--bottom,.page-product-manufacturer-info .category-information-content #content-filters-v2--left .filterForm .filterActionContainer--bottom,.page-product-search .category-information-content #content-filters-v2--left .filterForm .filterActionContainer--bottom{background-color:transparent}.page-product-category .category-information-content #content-filters-v2--left .filterForm .filterActionContainer .filter-button,.page-product-manufacturer-info .category-information-content #content-filters-v2--left .filterForm .filterActionContainer .filter-button,.page-product-search .category-information-content #content-filters-v2--left .filterForm .filterActionContainer .filter-button{background-color:var(--color-pink)!important;border:none!important;border-radius:10px!important;cursor:pointer;height:3rem;padding:.625rem 2rem!important}.page-product-category .category-information-content #content-filters-v2--left .filterForm .filterActionContainer .filter-button span,.page-product-manufacturer-info .category-information-content #content-filters-v2--left .filterForm .filterActionContainer .filter-button span,.page-product-search .category-information-content #content-filters-v2--left .filterForm .filterActionContainer .filter-button span{color:var(--color-white)!important;font-size:var(--font-12);font-weight:400;text-transform:uppercase}.page-product-category .category-information-content #content-filters-v2--left .filterForm .filters,.page-product-manufacturer-info .category-information-content #content-filters-v2--left .filterForm .filters,.page-product-search .category-information-content #content-filters-v2--left .filterForm .filters{background-color:var(--color-white);border:1px solid var(--color-light-2);border-radius:16px;padding:1rem}.page-product-category .category-information-content #content-filters-v2--left .filterForm .filters .filter-title,.page-product-manufacturer-info .category-information-content #content-filters-v2--left .filterForm .filters .filter-title,.page-product-search .category-information-content #content-filters-v2--left .filterForm .filters .filter-title{border-bottom:1px solid #e9e9e9;color:var(--color-gray-2);font-size:var(--font-16);font-weight:600;padding-bottom:.5rem}.page-product-category .category-information-content #content-filters-v2--left .filterForm .filters .filter-box,.page-product-manufacturer-info .category-information-content #content-filters-v2--left .filterForm .filters .filter-box,.page-product-search .category-information-content #content-filters-v2--left .filterForm .filters .filter-box{border:1px solid var(--color-pink-light);border-radius:0;border-radius:100px;color:var(--color-pink-light)}.page-product-category .category-information-content #content-filters-v2--left .filterForm .filters .filter-box:has(input:checked),.page-product-manufacturer-info .category-information-content #content-filters-v2--left .filterForm .filters .filter-box:has(input:checked),.page-product-search .category-information-content #content-filters-v2--left .filterForm .filters .filter-box:has(input:checked){background-color:var(--color-pink-light);color:var(--color-white)}.page-product-category .category-information-content #content-filters-v2--left .buttons,.page-product-manufacturer-info .category-information-content #content-filters-v2--left .buttons,.page-product-search .category-information-content #content-filters-v2--left .buttons{margin:0!important;order:-1}.page-product-category .category-information-content #content-filters-v2--left .buttons:has(.items-selected:empty),.page-product-manufacturer-info .category-information-content #content-filters-v2--left .buttons:has(.items-selected:empty),.page-product-search .category-information-content #content-filters-v2--left .buttons:has(.items-selected:empty){display:none}.page-product-category .category-information-content .toolbar-shop-pager,.page-product-manufacturer-info .category-information-content .toolbar-shop-pager,.page-product-search .category-information-content .toolbar-shop-pager{background:var(--bg-body);padding:0;width:max-content}.page-product-category .category-information-content .toolbar-shop-pager .form-group,.page-product-manufacturer-info .category-information-content .toolbar-shop-pager .form-group,.page-product-search .category-information-content .toolbar-shop-pager .form-group{gap:1rem}.page-product-category .category-information-content .toolbar-shop-pager select,.page-product-manufacturer-info .category-information-content .toolbar-shop-pager select,.page-product-search .category-information-content .toolbar-shop-pager select{background-color:var(--color-white);border:none;border:1px solid rgba(197,137,147,.2);cursor:pointer;font-size:var(--font-12)}.page-product-category .category-information-content .toolbar-shop-pager label,.page-product-manufacturer-info .category-information-content .toolbar-shop-pager label,.page-product-search .category-information-content .toolbar-shop-pager label{display:none}@media (max-width:1024px){.page-product-category .category-information-content .toolbar-shop-pager,.page-product-category .category-information-content .toolbar-shop-pager .form-group .input-group-append,.page-product-manufacturer-info .category-information-content .toolbar-shop-pager,.page-product-manufacturer-info .category-information-content .toolbar-shop-pager .form-group .input-group-append,.page-product-search .category-information-content .toolbar-shop-pager,.page-product-search .category-information-content .toolbar-shop-pager .form-group .input-group-append{flex-grow:1}.page-product-category .category-information-content .toolbar-shop-pager .form-group .input-group-append select,.page-product-manufacturer-info .category-information-content .toolbar-shop-pager .form-group .input-group-append select,.page-product-search .category-information-content .toolbar-shop-pager .form-group .input-group-append select{max-width:100%}}.page-product-category .category-information-content .category-banner,.page-product-manufacturer-info .category-information-content .category-banner,.page-product-search .category-information-content .category-banner{margin:0 auto}@media (max-width:1024px){.page-product-category .category-information-content,.page-product-manufacturer-info .category-information-content,.page-product-search .category-information-content{flex-wrap:wrap;gap:1rem}.page-product-category .category-information-content .category-heading-title,.page-product-manufacturer-info .category-information-content .category-heading-title,.page-product-search .category-information-content .category-heading-title{height:4.5rem;width:100%}}.page-product-category .category-heading-title,.page-product-manufacturer-info .category-heading-title,.page-product-search .category-heading-title{display:none}.page-product-category .pagination-elements .col-md-12.text-center,.page-product-manufacturer-info .pagination-elements .col-md-12.text-center,.page-product-search .pagination-elements .col-md-12.text-center{display:flex;justify-content:center}.page-product-category .pagination-elements .col-md-12.text-center a,.page-product-manufacturer-info .pagination-elements .col-md-12.text-center a,.page-product-search .pagination-elements .col-md-12.text-center a{background-color:var(--bg-black);color:var(--cl-white);font-size:var(--font-12);text-transform:uppercase}.page-product-category .filter-side-btn-container,.page-product-manufacturer-info .filter-side-btn-container,.page-product-search .filter-side-btn-container{display:none}.page-product-category .view-more-products,.page-product-manufacturer-info .view-more-products,.page-product-search .view-more-products{background-color:var(--button-bg-color)!important;border:none!important;border-radius:var(--button-radius)!important;color:var(--button-text-color)!important;margin:1rem auto}.page-product-category #filter_gender_box,.page-product-manufacturer-info #filter_gender_box,.page-product-search #filter_gender_box{background-color:var(--color-white);border:1px solid #ededed;flex-wrap:wrap;margin:0 auto;padding:1rem;width:calc(100% - 10rem)}@media (max-width:1024px){.page-product-category #filter_gender_box,.page-product-manufacturer-info #filter_gender_box,.page-product-search #filter_gender_box{padding:1.5rem;width:calc(100% - 2rem)}}@media only screen and (min-width:768px){.page-product-category #shelf-list-product,.page-product-manufacturer-info #shelf-list-product,.page-product-search #shelf-list-product{grid-template-columns:repeat(3,1fr)}}@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{grid-template-columns:repeat(4,1fr);padding:0 5rem}}#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}.buttons .clear-filters,.buttons .items-selected .btn-remove-filter{background-color:transparent!important;border:1px solid var(--color-pink)!important;border-radius:100px!important;color:var(--color-pink)!important}.module-review-content{margin:0!important;margin-bottom:var(--section-margin-bottom)!important;padding:0;position:relative}.module-review-content .module-review-description{align-items:center;background-color:var(--bg-white);display:flex;height:6rem;padding:0 3rem}.module-review-content .module-review-description h2,.module-review-content .module-review-description h6{color:var(--cl-black);font-size:var(--font-16);text-transform:uppercase}@media (max-width:768px){.module-review-content .module-review-description{padding:0 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}.module-review-content hr{display:none}.module-review-content #module-review{border-bottom:1px solid var(--bg-black-10);border-top:1px solid var(--bg-black-10);padding:0!important;position:static}.module-review-content #module-review .reviews_list{position:static}.module-review-content .navigation .swiper-button-next,.module-review-content .navigation .swiper-button-prev{height:1.5rem;margin:0;width:2rem}.module-review-content .navigation .swiper-button-next:before,.module-review-content .navigation .swiper-button-prev:before{background-position:50%;background-repeat:no-repeat;background-size:cover;content:"";display:block;height:1rem;width:.5rem}.module-review-content .navigation .swiper-button-next svg,.module-review-content .navigation .swiper-button-next:after,.module-review-content .navigation .swiper-button-prev svg,.module-review-content .navigation .swiper-button-prev:after{display:none}.module-review-content .navigation .swiper-button-prev{justify-content:start;left:0}.module-review-content .navigation .swiper-button-prev:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='15' fill='none'%3E%3Cpath stroke='%23000' d='M7.5 14 1 7.5 7.5 1'/%3E%3C/svg%3E")}.module-review-content .navigation .swiper-button-next{justify-content:end;right:0}.module-review-content .navigation .swiper-button-next: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 stroke='%23000' d='m1 1 6.5 6.5L1 14'/%3E%3C/svg%3E")}.module-review-content .swiper-pagination{display:none}.module-review-content .swiper-button-next,.module-review-content .swiper-button-prev{background-color:var(--bg-body);border:1px solid var(--bg-black-10);border-bottom:none;height:6rem!important;justify-content:center!important;left:unset!important;top:3rem;transform:translateY(-50%);width:6rem!important}@media (max-width:768px){.module-review-content .swiper-button-next,.module-review-content .swiper-button-prev{display:none!important}}.module-review-content .swiper-button-next{right:0!important}.module-review-content .swiper-button-prev{right:6rem}.container .module-review-content{padding:0}.reviews-list .item,.reviews_list .item{align-items:start;background-color:var(--color-white);border:none!important;border-radius:0!important;display:flex;flex-direction:column;font-size:var(--font-14);gap:1.5rem;height:auto!important;justify-content:start;line-height:1;min-height:200px;padding: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-black);display:flex;gap:1rem;justify-content:space-between;margin:0;overflow:hidden}.reviews-list .review-title b,.reviews_list .review-title b{display:-webkit-box;padding:0;-webkit-box-orient:vertical;-webkit-line-clamp:1}.reviews-list .review-title b:last-child,.reviews_list .review-title b:last-child{color:var(--cl-black)}.reviews-list .review-rating,.reviews_list .review-rating{color:var(--color-pink)}.reviews-list .review-link,.reviews_list .review-link{color:var(--cl-black-40);margin-top:auto!important;order:1}.reviews-list .review-link a,.reviews_list .review-link a{display:flex;font-size:var(--font-12);font-weight:400;justify-content:space-between}.reviews-list .review-link a span,.reviews_list .review-link a span{display:-webkit-box;max-width:70%;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:1;line-height:1.3}.reviews-list .review-link a span:last-child,.reviews_list .review-link a span:last-child{color:var(--cl-primary)}.reviews-list .review-link a:hover,.reviews_list .review-link a:hover{text-decoration:none}.reviews-list .review-text,.reviews_list .review-text{color:var(--cl-black-40)!important;display:-webkit-box;line-height:1.5;overflow:hidden;-webkit-box-orient:vertical;line-height:20px!important;min-height:55px}.reviews-list .navigation .swiper-button-next,.reviews-list .navigation .swiper-button-prev,.reviews_list .navigation .swiper-button-next,.reviews_list .navigation .swiper-button-prev{height:1.5rem;margin:0;width:2rem}.reviews-list .navigation .swiper-button-next:before,.reviews-list .navigation .swiper-button-prev:before,.reviews_list .navigation .swiper-button-next:before,.reviews_list .navigation .swiper-button-prev:before{background-position:50%;background-repeat:no-repeat;background-size:cover;content:"";display:block;height:1rem;width:.5rem}.reviews-list .navigation .swiper-button-next svg,.reviews-list .navigation .swiper-button-next:after,.reviews-list .navigation .swiper-button-prev svg,.reviews-list .navigation .swiper-button-prev:after,.reviews_list .navigation .swiper-button-next svg,.reviews_list .navigation .swiper-button-next:after,.reviews_list .navigation .swiper-button-prev svg,.reviews_list .navigation .swiper-button-prev:after{display:none}.reviews-list .navigation .swiper-button-prev,.reviews_list .navigation .swiper-button-prev{justify-content:start;left:0}.reviews-list .navigation .swiper-button-prev:before,.reviews_list .navigation .swiper-button-prev:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='15' fill='none'%3E%3Cpath stroke='%23000' d='M7.5 14 1 7.5 7.5 1'/%3E%3C/svg%3E")}.reviews-list .navigation .swiper-button-next,.reviews_list .navigation .swiper-button-next{justify-content:end;right:0}.reviews-list .navigation .swiper-button-next:before,.reviews_list .navigation .swiper-button-next: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 stroke='%23000' d='m1 1 6.5 6.5L1 14'/%3E%3C/svg%3E")}.reviews-list .swiper-pagination,.reviews_list .swiper-pagination{display:none}.reviews-list .swiper-button-next,.reviews-list .swiper-button-prev,.reviews_list .swiper-button-next,.reviews_list .swiper-button-prev{justify-content:center!important;transform:translateY(-50%)}@media (max-width:768px){.reviews-list .swiper-button-next,.reviews-list .swiper-button-prev,.reviews_list .swiper-button-next,.reviews_list .swiper-button-prev{display:none!important}}.products-review-content.section-20{margin-bottom:var(--section-margin-bottom);padding:0}.products-review-content.section-20 .container{padding:0}.products-review-content.section-20 #reviews-title{display:contents!important}.products-review-content.section-20 #reviews-title .heading-title{align-items:center;background-color:var(--bg-white);display:flex;height:6rem;justify-content:center;padding:1.5rem 2rem;width:100%}.products-review-content.section-20 #reviews-title .heading-title .title-description{color:var(--cl-black);font-size:var(--font-16);text-transform:uppercase}@media (max-width:768px){.products-review-content.section-20 #reviews-title .heading-title{padding:1.5rem 1rem}}.products-review-content.section-20 #reviews-title #review-links{align-content:center;flex-wrap:wrap;gap:1rem;height:6rem;justify-content:center;margin-right:0;min-width:max-content;order:1;padding:1rem;position:absolute;right:1rem}.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;color:var(--cl-black);display:flex;gap:.5rem;height:30px;justify-content:center;margin-left:0;padding:0;width:max-content}.products-review-content.section-20 #reviews-title #review-links #all-comments-link .arrow-icon,.products-review-content.section-20 #reviews-title #review-links #all-comments-link span,.products-review-content.section-20 #reviews-title #review-links #write-comment-link .arrow-icon,.products-review-content.section-20 #reviews-title #review-links #write-comment-link span{display:none}.products-review-content.section-20 .review-rating{font-size:14px}.products-review-content.section-20 #review{border-bottom:1px solid var(--bg-black-10);border-top:1px solid var(--bg-black-10);margin-top:0!important;padding:0}.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-10);border-radius:0;color:var(--cl-white);display:flex;font-size:var(--font-12);gap:.5rem;height:3rem;justify-content:center;margin:0 auto;padding:0 1rem;text-transform:uppercase;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,.products-review-content.section-20 #review .reviews-list .owl-item{padding:0}.products-review-content.section-20:has(.swiper-wrapper) #reviews-title #review-links{display:flex!important}.products-review-content.section-20 .review-login{text-align:center}.product-rating .mdi.mdi-star-outline:before,.product-rating .mdi.mdi-star:before{background-position:50%;background-repeat:no-repeat;background-size:cover;content:""!important;display:block;height:20px;width:20px}.product-rating .mdi.mdi-star:before{background-image:var(--review-star)}.product-rating .mdi.mdi-star-outline:before{background-image:var(--review-star-outline)}@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){.container .module-review-content{padding:0}}.breadcrumb{display:flex;flex-wrap:wrap;justify-content:start;margin:0;padding:0 5rem}@media (max-width:768px){.breadcrumb{padding:0 1rem}}.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(--color-pink)}.product-buy-together{margin-bottom:3rem;margin-top:3rem}.product-buy-together__form{display:flex;flex-direction:column}.product-buy-together__header{align-items:center;background-color:var(--bg-white);display:flex;height:6rem}.product-buy-together__title{align-items:center;display:flex;gap:3rem;padding:0 3rem;width:40%}.product-buy-together__main-title{font-size:var(--font-16);font-weight:500;margin:0;text-transform:uppercase;white-space:nowrap}.product-buy-together__sub-title{color:var(--cl-black-50);font-size:var(--font-14);margin:0}.product-buy-together__total{align-items:center;background-color:var(--bg-body);border-top:1px solid var(--bg-black-10);display:flex;height:100%;justify-content:space-between;width:60%}.product-buy-together__total-info{display:flex;flex:1;gap:1rem;padding:0 3rem}.product-buy-together__total-info:has(.product-buy-together__total-value-special) .product-buy-together__total-value{color:var(--cl-black-50);text-decoration:line-through}.product-buy-together__total-label{color:var(--cl-black-50);text-transform:uppercase}.product-buy-together__total-value{font-size:var(--font-14)}.product-buy-together__total-installment{color:var(--cl-black-50)}.product-buy-together__slide-next,.product-buy-together__slide-prev{align-items:center;background-color:var(--bg-body);border:1px solid var(--bg-black-10);border-top:0;display:flex;height:100%;justify-content:center;width:6rem}.product-buy-together__add-to-cart{background-color:var(--bg-black);border:none;color:var(--cl-white);cursor:pointer;font-weight:500;height:100%;padding:0 1rem;text-transform:uppercase}@media (min-width:1200px){.product-buy-together__add-to-cart{padding:0 7rem}}.product-buy-together__content{align-items:start;display:flex}.product-buy-together__separator{align-items:center;align-self:center;background-color:var(--bg-white);display:flex;height:max-content;justify-content:center;margin:0 3rem;padding:2rem;width:calc(20% - 6rem)}.product-buy-together__list{width:60%!important}.product-buy-together__item{position:relative}.product-buy-together__item--main{width:20%}.product-buy-together__checkbox{align-items:center;background-color:var(--bg-white);cursor:pointer;display:flex;height:1.5rem;justify-content:center;left:1rem;margin:0;position:absolute;top:1rem;width:1.5rem;z-index:10}.product-buy-together__checkbox input{display:none}.product-buy-together__checkbox input:checked+.product-buy-together__checkmark{opacity:1;transform:scale(1);visibility:visible}.product-buy-together__checkmark{opacity:0;transform:scale(0);transition:all .3s ease;visibility:hidden}.product-buy-together__image{position:relative}.product-buy-together__options{bottom:1rem;left:50%;position:absolute;transform:translateX(-50%);width:calc(100% - 2rem)}.product-buy-together__option{appearance:none;-webkit-appearance:none;-moz-appearance:none;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='7' fill='none'%3E%3Cpath stroke='%23000' d='m10.354.354-5 5-5-5'/%3E%3C/svg%3E") no-repeat right 1rem center;background-color:var(--bg-white);background-size:.75rem auto;border:none;border-radius:0;font-size:var(--font-12);height:32px;padding:0 1rem;width:100%}.product-buy-together__option.error{background-color:var(--bg-red);color:var(--cl-red)}.product-buy-together__details{background-color:var(--bg-white);display:flex;flex-direction:column;gap:.5rem;justify-content:end;padding:1rem;text-align:start}.product-buy-together__discount,.product-buy-together__name{color:var(--cl-black-50);font-size:var(--font-14);margin:0}.product-buy-together__prices{display:flex;gap:1rem}.product-buy-together__prices:has(.product-buy-together__price-special) .product-buy-together__price{color:var(--cl-black-50);text-decoration:line-through}.product-buy-together__price,.product-buy-together__price-special{font-size:var(--font-14)}.product-buy-together p{margin-bottom:0}.product-buy-together .swiper-slide{max-width:33.33%}@media (max-width:1200px){.product-buy-together__header{display:contents}.product-buy-together__title{background-color:var(--bg-white);flex-wrap:wrap;gap:1rem;height:auto;padding:1rem;width:100%}.product-buy-together__total{height:6rem;order:1;padding:0;width:100%}.product-buy-together__list{width:55.55%!important}.product-buy-together__item--main{width:22.22%}.product-buy-together__separator{margin:0 1rem;padding:1rem;width:calc(22.22% - 2rem)}.product-buy-together .swiper-slide{max-width:40%}}@media (max-width:768px){.product-buy-together__content{flex-direction:column;gap:1rem}.product-buy-together__list{width:100%!important}.product-buy-together__item--main{display:grid;grid-template-columns:35% 1fr;grid-template-rows:1fr 1fr;width:100%}.product-buy-together__item--main .product-buy-together__image{display:contents}.product-buy-together__item--main img{grid-row:span 2}.product-buy-together__item--main .product-buy-together__options{background-color:var(--bg-white);bottom:0;grid-column-start:2;left:0;order:1;padding:1rem;position:relative;transform:none;width:100%}.product-buy-together__item--main .product-buy-together__options select{border:1px solid var(--bg-black-10)}.product-buy-together__separator{width:calc(100% - 2rem)}.product-buy-together__slide-next,.product-buy-together__slide-prev{display:none}.product-buy-together__total{flex-wrap:wrap;height:auto}.product-buy-together__total-info{align-items:center;height:6rem;justify-content:center;justify-content:space-between;padding:0 1rem;width:100%}.product-buy-together__add-to-cart{height:6rem;margin:0 auto;width:calc(100% - 2rem)}.product-buy-together .swiper-slide{max-width:77%}}body.page-account-login{background-color:var(--color-light)!important}body.page-account-login .heading-title.title-login{width:100%}body.page-account-login #btn-email{height:100%}body.page-account-login .container{max-width:100%!important;padding:0!important}body.page-account-login .loginContainer{background-color:var(--color-white);border-radius:1rem;margin:55px auto;max-width:53.125rem;padding:0;width:calc(100% - 2rem)}body.page-account-login .loginContainer__title{align-content:center;height:6rem;margin:0;padding:0 3rem;text-align:start}body.page-account-login .loginContainer__title h1{color:var(--title-color);font-size:var(--title-font-size);margin:0;text-align:center}body.page-account-login .loginContainer__title p{display:none}@media (max-width:768px){body.page-account-login .loginContainer__title{padding:0 1rem}}body.page-account-login .loginContainer__form{background-color:var(--color-white);gap:2rem}body.page-account-login .loginContainer__form .form-control{border:var(--input-border)!important;border-radius:var(--input-border-radius)!important;font-size:var(--input-font-size)!important;font-size:var(--font-14);height:var(--input-height)!important;padding:var(--input-padding)!important;padding:0}body.page-account-login .loginContainer__form .btn-primary{background-color:var(--button-bg-color)!important;border:none!important;border-radius:var(--button-radius)!important;color:var(--button-text-color)!important;font-size:var(--font-12)!important;font-weight:400;max-width:224px}body.page-account-login .loginContainer__form label{color:rgba(0,0,0,.4);font-size:var(--font-12);font-weight:400;text-transform:uppercase}body.page-account-login .loginContainer__form .register_link{color:var(--color-gray-1);margin-top:0;padding-top:2rem}body.page-account-login .loginContainer__form .register_link a{color:var(--color-gray-2);font-style:italic}body.page-account-login .loginContainer a{color:var(--bg-black)}body.page-account-register{--primary:var(--color-pink);background-color:var(--bg-body)!important}body.page-account-register .register-content{background-color:var(--color-light);margin-top:0;padding:2rem 0 0}body.page-account-register .register-content .container{max-width:100%!important;padding:0!important}body.page-account-register .register-content .container .content{display:flex;flex-direction:column;margin-top:2rem}body.page-account-register .register-content .container .content #content-top{display:none}body.page-account-register .register-content .container .content h1{align-content:center;background-color:var(--color-white);border-top-left-radius:1rem;border-top-right-radius:1rem;color:var(--color-gray-2);font-size:0;margin:0 auto;max-width:850px;padding:1.5rem 3rem 0;width:90%}body.page-account-register .register-content .container .content h1:after{content:"Criar conta";font-size:var(--font-20)}@media (max-width:768px){body.page-account-register .register-content .container .content h1{padding:1rem 1rem 0}body.page-account-register .register-content .container .content h1:after{font-size:1rem}}body.page-account-register .register-content .container .content .register-info-text{background:#fff;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;margin:0 auto;max-width:850px;order:1;padding:1rem 0;width:90%}body.page-account-register .register-content .container .content .accountForm{background-color:var(--color-white);border-radius:0;margin-bottom:0!important;margin-top:0;padding:0 3rem}body.page-account-register .register-content .container .content .accountForm .register_btn input{background-color:var(--button-bg-color)!important;border:none!important;border-color:var(--color-pink);border-radius:var(--button-radius)!important;color:var(--button-text-color)!important;font-size:var(--font-12);max-width:224px;padding:1rem 2rem;text-transform:uppercase;width:100%}body.page-account-register .register-content .container .content .accountForm .type_personContent{margin-top:1rem;min-height:unset}body.page-account-register .register-content .container .content .accountForm .type_personContent .control-label{color:var(--color-gray-2);font-size:var(--font-14);font-weight:400}@media (max-width:768px){body.page-account-register .register-content .container .content .accountForm{padding:0 1rem}}body.page-account-register .register-content .container .content #account .radio-inline,body.page-account-register .register-content .container .content #address .radio-inline{align-content:center;color:var(--color-gray-1);font-weight:400}body.page-account-register .register-content .container .content #account .radio-inline:has(input:checked),body.page-account-register .register-content .container .content #address .radio-inline:has(input:checked){color:var(--color-gray-2)}body.page-account-register .register-content .container .content #account input,body.page-account-register .register-content .container .content #address input{border:var(--input-border)!important;border-radius:var(--input-border-radius)!important;font-size:var(--input-font-size)!important;height:var(--input-height)!important;padding:var(--input-padding)!important;padding:0}body.page-account-register .register-content .container .content #account select,body.page-account-register .register-content .container .content #address select{border:var(--input-border)!important;border-radius:var(--input-border-radius)!important;font-size:var(--input-font-size)!important;height:var(--input-height)!important;padding:var(--input-padding)!important}body.page-account-register .register-content .container .content #account legend{display:none}body.page-account-register .register-content .container .content #address .postCode_group{gap:1rem;grid-template-columns:1fr;margin-bottom:0}body.page-account-register .register-content .container .content #address .postCode_group #btn-ok-cep{background:var(--color-white);border:none;color:var(--color-gray-2);gap:.5rem;height:48px;max-width:max-content!important;position:absolute;right:1px;text-transform:capitalize;top:1px;z-index:9}body.page-account-register .register-content .container .content #address .postCode_group #btn-ok-cep:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='10' fill='none'%3E%3Cpath fill='%23404040' d='m11.707 4.53-4.53 4.532-.707-.708L9.914 4.91H0v-1h9.672L6.47.707 7.177 0z'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:cover;content:"";height:10px;width:12px}@media (max-width:768px){body.page-account-register .register-content .container .content #address .postCode_group #btn-ok-cep{border:1px solid var(--color-pink);border-radius:5px;color:var(--color-pink);max-width:100%!important;position:relative;width:100%}body.page-account-register .register-content .container .content #address .postCode_group #btn-ok-cep:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='10' fill='none'%3E%3Cpath fill='%23B7737E' d='m11.707 4.53-4.53 4.532-.707-.708L9.914 4.91H0v-1h9.672L6.47.707 7.177 0z'/%3E%3C/svg%3E")}}body.page-account-register .register-content .container .content #address .postCode_group a.text_cep_obs{font-size:0}body.page-account-register .register-content .container .content #address .postCode_group a.text_cep_obs:after{content:"Não sei meu CEP";font-size:var(--font-12)}@media (max-width:768px){body.page-account-register .register-content .container .content #address .postCode_group .shipping-consult-postcode{text-align:center}}body.page-account-register .register-content .container .content #address legend{color:var(--title-color);font-size:0}body.page-account-register .register-content .container .content #address legend:after{content:"Endereço para entrega";font-size:var(--title-font-size)}body.page-account-register .register-content .container .content a{color:var(--cl-black)}body.page-account-register .accountForm--register{max-width:850px;width:90%}body.page-account-register .accountForm--register .register-account-column,body.page-account-register .accountForm--register .register-address-column{column-gap:1rem;row-gap:1.5rem}@media (min-width:1200px){body.page-account-register .accountForm--register .register-account-column,body.page-account-register .accountForm--register .register-address-column{grid-template-columns:repeat(3,1fr)}}body.page-account-register .breadcrumb{justify-content:start!important}.page-checkout-cart #cart-section-content .container{max-width:100%!important;padding:0!important}.page-checkout-cart #cart-section-content .cart-container{display:grid;gap:2rem;grid-template-columns:1fr;margin:0 0 7.75rem!important}@media only screen and (min-width:1012px){.page-checkout-cart #cart-section-content .cart-container{grid-template-columns:2fr 1fr;padding:3rem}}@media only screen and (min-width:1200px){.page-checkout-cart #cart-section-content .cart-container{padding:3rem 8rem 0}}.page-checkout-cart #cart-section-content .cart-container .cart-total-order-content{display:flex;flex-direction:column;gap:1rem;order:-1}.page-checkout-cart #cart-section-content .cart-container .cart-total-order-content .order-resume-title{border-bottom:none;font-size:var(--font-24);margin-bottom:0;padding:0;text-align:center}.page-checkout-cart #cart-section-content .cart-container .cart-total-order-content .campaign-discount{border-bottom:1px solid var(--color-gray-alpha);margin-bottom:0;padding-bottom:1rem}.page-checkout-cart #cart-section-content .cart-container .cart-total-order-content .cart-total-item__title{color:var(--cl-black-50);font-size:var(--font-12);margin-bottom:0;text-transform:uppercase}.page-checkout-cart #cart-section-content .cart-container .cart-total-order-content .cart-total-item__value{font-size:var(--font-14)}.page-checkout-cart #cart-section-content .cart-container .cart-total-order-content .cart-price-total-value{border-bottom:1px solid var(--color-gray-alpha);display:flex;flex-direction:column;gap:.5rem;padding-bottom:1.5rem}.page-checkout-cart #cart-section-content .cart-container .cart-total-order-content .cart-price-main{font-size:var(--font-16)}.page-checkout-cart #cart-section-content .cart-container .cart-total-order-content .cart-price-main strong{font-weight:450}.page-checkout-cart #cart-section-content .cart-container .cart-total-order-content .cart-price-simulate{color:var(--cl-black-50);font-size:var(--font-14)}.page-checkout-cart #cart-section-content .cart-container .cart-total-order-content .cart-price-simulate b{color:var(--cl-black-50)}.page-checkout-cart #cart-section-content .alert,.page-checkout-cart #cart-section-content .cart-alert-container{grid-column:1/-1}.page-checkout-cart #cart-section-content .main-information{background-color:var(--color-white);border-radius:1rem;gap:3rem;max-width:100%;padding:3rem}.page-checkout-cart #cart-section-content .page-title{font-family:var(--font-family);font-size:var(--font-24);font-weight:400;text-align:center}.page-checkout-cart #cart-section-content .progress-alert-content:empty{display:none}@media only screen and (min-width:1012px){.page-checkout-cart #cart-section-content .progress-alert-content{grid-column:span 2}}.page-checkout-cart #cart-section-content #cart-products .product-resume-image img{border:none;border-radius:0}.page-checkout-cart #cart-section-content #cart-products .cart-quantity{gap:1rem}.page-checkout-cart #cart-section-content #cart-products .cart-quantity .stepper,.page-checkout-cart #cart-section-content #cart-products .cart-quantity .stepper-type-2{background-color:var(--color-white)!important;border:none;border-radius:0;gap:.5rem}.page-checkout-cart #cart-section-content #cart-products .cart-quantity .stepper-arrow{border:none;border-bottom:1px solid var(--color-pink);border-radius:0}.page-checkout-cart #cart-section-content #cart-products .cart-quantity .stepper-arrow.up:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23b7737e' viewBox='0 -960 960 960'%3E%3Cpath d='M440-440H200v-80h240v-240h80v240h240v80H520v240h-80z'/%3E%3C/svg%3E")}.page-checkout-cart #cart-section-content #cart-products .cart-quantity .stepper-arrow.down:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23b7737e' viewBox='0 -960 960 960'%3E%3Cpath d='M200-440v-80h560v80z'/%3E%3C/svg%3E")}.page-checkout-cart #cart-section-content #cart-products .cart-quantity .remove-column{margin-top:0}.page-checkout-cart #cart-section-content #cart-products .cart-quantity .remove-column a{color:var(--color-pink);font-size:var(--font-14)}.page-checkout-cart #cart-section-content #cart-products .cart-quantity input{border:1px solid var(--color-pink);border-radius:0!important;color:var(--color-pink);width:2rem!important}.page-checkout-cart #cart-section-content #cart-products .product-resume{border-bottom:1px solid var(--color-gray-alpha);padding:0 0 1rem}.page-checkout-cart #cart-section-content #cart-products .product-resume-title{gap:1rem}.page-checkout-cart #cart-section-content #cart-products .product-resume-title a{color:var(--color-pink);font-size:var(--font-16);font-weight:400}.page-checkout-cart #cart-section-content #cart-products .product-resume-title .cart-options-list .option-info{color:var(--cl-black-50);font-size:var(--font-14)}.page-checkout-cart #cart-section-content #cart-products .product-resume-unit-price{align-items:start;gap:1rem;margin:0}.page-checkout-cart #cart-section-content #cart-products .product-resume-unit-price span{color:var(--cl-black-50);font-size:var(--font-14)}.page-checkout-cart #cart-section-content #cart-products .product-resume-unit-price span strong{color:var(--cl-black);font-weight:450}.page-checkout-cart #cart-section-content #cart-products .product-resume-total-price{align-items:start;gap:1rem;margin:0}.page-checkout-cart #cart-section-content #cart-products .product-resume-total-price span{color:var(--cl-black-50);font-size:var(--font-14)}.page-checkout-cart #cart-section-content #cart-products .product-resume-total-price span b{color:var(--cl-black)}@media (max-width:768px){.page-checkout-cart #cart-section-content #cart-products{padding:1rem 1rem 6rem}}.page-checkout-cart #cart-section-content .cart-actions-content:before{display:none}.page-checkout-cart #cart-section-content .cart-actions-content .cart-actions-btn{background-color:transparent!important;border:1px solid var(--button-bg-color)!important;border-radius:var(--button-radius)!important;color:var(--button-bg-color)!important;font-size:var(--font-12);font-weight:400;text-transform:none}.page-checkout-cart #cart-section-content .cart-actions-content .clear{background-color:transparent!important;border:1px solid var(--color-light-2)!important;border-radius:var(--button-radius)!important;color:var(--color-light-2)!important;color:var(--color-gray-2)!important}.page-checkout-cart #cart-section-content .order-resume{background-color:var(--color-white);border-radius:1rem;gap:1.5rem;max-width:100%!important}.page-checkout-cart #cart-section-content .order-resume>*{margin:0 auto;max-width:100%;width:500px}.page-checkout-cart #cart-section-content .order-resume .campaign-discount{color:var(--cl-black)}.page-checkout-cart #cart-section-content .order-resume .cart_total_parcel_simulator{font-weight:400}.page-checkout-cart #cart-section-content .order-resume .coupon-cart-information .input-group,.page-checkout-cart #cart-section-content .order-resume .shipping_calc_content .input-group{gap:0!important}.page-checkout-cart #cart-section-content .order-resume .coupon-cart-information .input-group button,.page-checkout-cart #cart-section-content .order-resume .shipping_calc_content .input-group button{height:50px!important;justify-content:center;width:120px}.page-checkout-cart #cart-section-content .order-resume .shipping_calc_content{border-bottom:1px solid var(--color-gray-alpha);order:1;padding-bottom:1.5rem}.page-checkout-cart #cart-section-content .order-resume .shipping_calc_content input{border:var(--input-border)!important;border-radius:var(--input-border-radius)!important;border-bottom-right-radius:0!important;border-right:none;border-top-right-radius:0!important;font-size:var(--input-font-size)!important;height:var(--input-height)!important;padding:var(--input-padding)!important}.page-checkout-cart #cart-section-content .order-resume .shipping_calc_content #button-quote_cart{align-items:center;background-color:var(--color-white);border:1px solid #d1d1d1!important;border-left:none!important;border-radius:0!important;border-bottom-right-radius:8px!important;border-top-right-radius:8px!important;color:var(--color-pink);display:flex;font-size:0;font-size:var(--font-12);gap:.25rem;position:relative;right:0!important;text-transform:capitalize;top:0!important;transform:none!important}.page-checkout-cart #cart-section-content .order-resume .shipping_calc_content #button-quote_cart:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath stroke='%23B7737E' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m14.076 14.1 2.567 2.566m-.811-7.083a6.25 6.25 0 1 1-12.5 0 6.25 6.25 0 0 1 12.5 0'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:cover;content:"";display:block;height:20px;width:20px}.page-checkout-cart #cart-section-content .order-resume .coupon-cart-information{font-size:var(--font-14);order:2}.page-checkout-cart #cart-section-content .order-resume .coupon-cart-information input{border:var(--input-border)!important;border-radius:var(--input-border-radius)!important;border-bottom-right-radius:0!important;border-right:none;border-top-right-radius:0!important;font-size:var(--input-font-size)!important;height:var(--input-height)!important;padding:var(--input-padding)!important}.page-checkout-cart #cart-section-content .order-resume .coupon-cart-information #osc-coupon-btn-cart{background-color:var(--color-white);border:1px solid #d1d1d1!important;border-left:none!important;border-radius:0!important;border-bottom-right-radius:8px!important;border-top-right-radius:8px!important;color:var(--color-pink);font-size:0;font-size:var(--font-12);font-weight:400;position:relative;right:0!important;text-transform:capitalize;top:0!important;transform:none!important}.page-checkout-cart #cart-section-content .order-resume .coupon-cart-information #osc-coupon-btn-cart span{font-size:0}.page-checkout-cart #cart-section-content .order-resume .coupon-cart-information #osc-coupon-btn-cart span:after{content:"Aplicar";font-size:var(--font-16)}.page-checkout-cart #cart-section-content .order-resume .cart-finaly-content{margin-top:auto;order:3}@media (max-width:768px){.page-checkout-cart #cart-section-content .order-resume{border:none}}.page-checkout-cart #cart-section-content .btn-finaly-cart a{background-color:var(--button-bg-color);border:none;border-radius:var(--button-radius);color:var(--button-text-color);font-size:var(--font-12);height:60px;text-transform:uppercase}.page-checkout-cart .section-content{padding:0!important}.page-checkout-cart .section-content .row{margin:0!important}.page-checkout-cart .section-content .container{max-width:100%!important;padding:0!important}.page-checkout-cart .section-content .container .product-not-found{margin-bottom:6rem}.page-checkout-cart .section-content .product-image img{max-width: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}:root{--toast-bg-success:#22c55e;--toast-bg-error:#ef4444;--toast-bg-info:#3b82f6;--toast-bg-warning:#eab308;--toast-bg-white:#fbfbfb;--toast-color-black:#000;--gap-2:0.5rem;--p-2:0.5rem;--p-4:1rem;--m-1:0.25rem;--m-3:0.75rem;--w-4:1rem;--h-1:0.25rem;--h-4:1rem;--max-w-xs:20rem;--rounded-2xl:1rem}.toast-container{margin-top:var(--m-3);max-width:var(--max-w-xs);overflow-x:hidden;padding-left:var(--p-2);padding-right:var(--p-2);position:fixed;right:16px;top:70px;width:90%;z-index:1060}.toast-item{align-items:center;animation:slideLeft .2s ease-in-out forwards;background-color:var(--toast-bg-white);border-radius:var(--rounded-2xl);box-shadow:-1px 13px 3px -8px rgba(50,50,93,.25),0 8px 16px -14px rgba(0,0,0,.3);color:var(--toast-color-black);display:flex;flex-direction:column;margin-bottom:var(--m-3)!important;overflow:hidden;position:relative}.toast-content{display:flex;gap:var(--gap-2);justify-content:space-between;padding:var(--p-4);width:100%}.toast-content__icon{align-self:flex-start}.toast-content__dialog{width:100%}.toast-content__title{font-weight:700;margin-bottom:var(--m-1)}.toast-content__message{width:100%}.toast-content__button-close{background:transparent;border:none;border-radius:100%;height:var(--w-4);padding:0;width:var(--h-4)}.toast-content__button-close svg{fill:var(--toast-color-black)}.toast-info{fill:var(--toast-bg-info)}.toast-success{fill:var(--toast-bg-success)}.toast-warning{fill:var(--toast-bg-warning)}.toast-error{fill:var(--toast-bg-error)}.toast-progress-bar{display:flex;width:100%}.toast-progress-bar__percentage{height:var(--h-1)}.toast-progress-bar__percentage--success{background-color:var(--toast-bg-success)}.toast-progress-bar__percentage--error{background-color:var(--toast-bg-error)}.toast-progress-bar__percentage--warning{background-color:var(--toast-bg-warning)}.toast-progress-bar__percentage--info{background-color:var(--toast-bg-info)}*{line-height:1.3}:root{--loader-z-index:9999}body:not(.page-onestepcheckout-checkout){font-family:var(--font-family);font-size:var(--font-12);font-style:normal;font-weight:300}body:not(.page-onestepcheckout-checkout) b,body:not(.page-onestepcheckout-checkout) h3,body:not(.page-onestepcheckout-checkout) h6{font-weight:300!important}body:not(.page-onestepcheckout-checkout):not(.page-onestepcheckout-checkout){background-color:var(--color-light)}body:not(.page-onestepcheckout-checkout).drawer_is_opened{overflow:hidden;touch-action:none}body:not(.page-onestepcheckout-checkout).drawer_is_opened header{opacity:1!important;visibility:visible!important}body:not(.page-onestepcheckout-checkout).page-common-home .section-content{margin-top:-5.5rem}body:not(.page-onestepcheckout-checkout).page-common-home .container.offset-top-30{margin-top:0}body:not(.page-onestepcheckout-checkout).page-common-home .container.offset-top-30 .banner-grid,body:not(.page-onestepcheckout-checkout).page-common-home .container.offset-top-30 .banner-v2{margin-bottom:124px}body:not(.page-onestepcheckout-checkout) .fixed-whatsapp-icon{z-index:999}body:not(.page-onestepcheckout-checkout).page-onestepcheckout-checkout .section-content{margin:0 auto}body:not(.page-onestepcheckout-checkout).page-onestepcheckout-checkout .checkoutLogo{background-color:var(--bg-blue)}body:not(.page-onestepcheckout-checkout).page-common-home .section-content>.container,body:not(.page-onestepcheckout-checkout).page-product-category .section-content>.container,body:not(.page-onestepcheckout-checkout).page-product-product .section-content>.container,body:not(.page-onestepcheckout-checkout).page-product-search .section-content>.container{max-width:100%;padding:0}body:not(.page-onestepcheckout-checkout).page-common-home .section-content>.container>.row,body:not(.page-onestepcheckout-checkout).page-product-category .section-content>.container>.row,body:not(.page-onestepcheckout-checkout).page-product-product .section-content>.container>.row,body:not(.page-onestepcheckout-checkout).page-product-search .section-content>.container>.row{margin:0!important}body:not(.page-onestepcheckout-checkout).page-common-home .section-content #content,body:not(.page-onestepcheckout-checkout).page-product-category .section-content #content,body:not(.page-onestepcheckout-checkout).page-product-product .section-content #content,body:not(.page-onestepcheckout-checkout).page-product-search .section-content #content{padding:0}body:not(.page-onestepcheckout-checkout) .module-review-content .offset-top-20.row{margin:0!important}button{border:none;line-height:1;outline:none!important;padding:0}details summary{display:flex;width:100%}details summary::-webkit-details-marker{display:none}details.marker{width:100%}details.marker summary:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none'%3E%3Cpath stroke='%23404040' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.125' d='M12.75 7.5 9 11.25 5.25 7.5'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:cover;content:"";cursor:pointer;display:block;height:18px;margin-left:auto;transition:transform .2s ease;width:18px}details.hover-open>:not(summary){display:none;opacity:0;transition:opacity .25s ease}details.hover-open:hover>:not(summary){display:block;opacity:1;visibility:visible}details[open].marker>summary:after{rotate:180deg}.details>.content{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:hover>.content{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{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")}[type=button],button{font-weight:400;text-transform:uppercase}body:not(.page-onestepcheckout-checkout) input[type=email],body:not(.page-onestepcheckout-checkout) input[type=password],body:not(.page-onestepcheckout-checkout) input[type=tel],body:not(.page-onestepcheckout-checkout) input[type=text]{background-color:var(--transparent)!important;border-radius:0!important;padding:0}input[type=search]{padding:0}::-webkit-scrollbar{height:8px;width:8px}::-webkit-scrollbar-track{background-color:#e9e9e9;border-radius:20px}::-webkit-scrollbar-track:active,::-webkit-scrollbar-track:hover{background-color:#e9e9e9}::-webkit-scrollbar-thumb{background-color:#7c7c7c;border:2px solid #e9e9e9;border-radius:20px}::-webkit-scrollbar-thumb:active,::-webkit-scrollbar-thumb:hover{background-color:#7c7c7c}#filter_gender_box{align-items:center;background-color:var(--color-light);column-gap:1.5rem;display:flex;justify-content:center;min-height:5.875rem;row-gap:40px}#filter_gender_box .row{margin:0!important}#filter_gender_box .heading_title{color:var(--color-gray-1);font-size:var(--font-20);text-align:center;text-transform:uppercase}#filter_gender_box .heading_title span{font-weight:400!important}#filter_gender_box .genders .gender{max-width:100%}#filter_gender_box .genders .options{flex-wrap:wrap!important;gap:24px;margin:0!important}#filter_gender_box .genders .options .option{background-color:var(--transparent);border:1px solid rgba(197,137,147,.2);border-radius:100px;color:var(--color-pink);font-size:var(--font-16);font-weight:400;height:46px;line-height:1;margin:0;width:50px}#filter_gender_box .genders .options .option:hover{background-color:var(--color-pink-light);border-color:var(--color-pink-light);color:var(--color-white);font-weight:600}.page-common-home #filter_gender_box{flex-wrap:wrap;height:auto;padding:7.75rem 1rem}.page-common-home #filter_gender_box .heading_title_div{width:100%}.page-onestepcheckout-checkout{--success:var(--color-pink)}
/*# sourceMappingURL=stylesheet.min.css.map */
