.custom-number{position:relative;display:flex;align-items:center;background:var(--middle-background);max-width:100%}.custom-number,.custom-number.hasError:before{border-radius:var(--border-radius-btn);width:100%}.custom-number.hasError:before{content:"";position:absolute;top:0;right:0;height:100%;background:var(--error);opacity:.4}.custom-number input{flex:1;position:relative;padding:0;order:2;margin:0;text-align:center;font-size:16px;font-weight:700;color:var(--main-headline-color);height:32px;border:none;border-radius:0;background:transparent;width:100%}@media(min-width:768px){.custom-number input{height:40px}}.custom-number input:focus{box-shadow:none;border-color:transparent}.custom-number button{position:relative;display:block;width:32px;min-width:32px;height:32px;transition:all .3s ease-in;cursor:pointer;background:var(--main-background);color:var(--button-secondary-background);border:2px solid var(--button-secondary-background);z-index:5;border-radius:var(--border-radius-btn)}@media(min-width:768px){.custom-number button{width:6rem;min-width:6rem;height:6rem}}.custom-number button:hover{border-color:var(--button-secondary-background-hover)}.custom-number button:hover:after,.custom-number button:hover:before{background:var(--button-secondary-background-hover)}.custom-number button:active{border-color:var(--button-secondary-background-active)}.custom-number button:active:after,.custom-number button:active:before{background:var(--button-secondary-background-active)}.custom-number button:after,.custom-number button:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:block;background:var(--button-secondary-background);border-radius:2px}.custom-number button.-plus{order:3;margin-left:2px}.custom-number button.-plus:after{width:14px;height:2px}.custom-number button.-plus:before{width:2px;height:14px}.custom-number button.-minus{order:1;margin-right:2px}.custom-number button.-minus:after{width:14px;height:2px}.custom-number button.is-disabled{border-color:var(--button-secondary-background-disabled);cursor:not-allowed}.custom-number button.is-disabled:after,.custom-number button.is-disabled:before{background:var(--button-secondary-background-disabled)}.custom-number button.is-disabled:hover{border-color:var(--button-secondary-background-disabled)}.custom-number button.is-disabled:hover:after,.custom-number button.is-disabled:hover:before{background:var(--button-secondary-background-disabled)}.custom-number button.-mobile-big input{height:40px}.custom-number button.-mobile-big button{width:40px;min-width:40px;height:40px}.custom-number.-mobile-big input{height:48px}.custom-number.-mobile-big button{width:48px;min-width:48px;height:48px}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{margin:0;-webkit-appearance:none}input[type=number]{-moz-appearance:textfield!important}.select-custom{position:relative}.select-custom.is-active,.select-custom:hover{z-index:2}.select-custom__header{display:block;width:100%;border:1px solid var(--form-select-border);box-sizing:border-box;background:var(--form-select-background);border-radius:var(--border-radius-input);padding:1.5rem 4rem 1.5rem 2rem;color:var(--form-select-text);font-size:16px;line-height:24px;cursor:pointer}.select-custom__header.has-label{padding:2.25rem 4rem .75rem 2rem}.select-custom__header-placeholder{opacity:.6}.select-custom__header i{position:absolute;top:50%;right:1rem;color:var(--form-select-icon);transition:all .2s ease-in;transform:translateY(-50%)}.is-active .select-custom__header i{transform:translateY(-50%) rotate(180deg)}.select-custom__header span{display:block;transform:translateY(1px)}.select-custom__dropdown{position:absolute;display:block;width:100%;padding:1rem 0;border:1px solid var(--form-select-border);box-sizing:border-box;border-radius:var(--border-radius-input);overflow:hidden;background:var(--form-select-background);max-height:45vh;overflow-y:auto;opacity:0;transform:scaleY(0);transform-origin:0 0;transition:transform .15s ease-in,opacity .15s ease-in}.is-active .select-custom__dropdown{opacity:1;transform:scaleY(1)}.select-custom__option{padding:.5rem 2rem;font-size:16px;line-height:24px;transition:all .2s ease-in;color:var(--form-select-option-text)}.select-custom__option:hover{cursor:pointer;color:var(--form-select-option-text-hover);background:var(--form-select-option-background-hover)}.product-card-buy-form__action{margin-top:auto;padding:0 2rem;position:relative;z-index:2}@media(min-width:768px){.product-card-buy-form__action{padding:0 3rem}}@media(min-width:1024px){.list-lg-2 .product-card-template-3 .product-card-buy-form__action{max-width:472px;margin-left:auto;margin-right:auto;width:100%}.column__4 .product-card-buy-form__action,.list-lg-4 .product-card-buy-form__action{padding:0 2.5rem}.column__5 .product-card-buy-form__action,.column__6 .product-card-buy-form__action,.list-lg-5 .product-card-buy-form__action,.list-lg-6 .product-card-buy-form__action{padding:0 2rem}}.product-fast-order{margin-top:1rem}@media(max-width:767px){.product-fast-order__btn{font-size:14px;padding:0 12px;line-height:3.5rem}.product-fast-order__btn i:before{font-size:20px;line-height:3.5rem}}.product-actions{display:flex}.product-actions__btn-buy{width:100%;color:var(--product-list-button-buy-text);background-color:var(--product-list-button-buy-background)}.product-actions__btn-buy:hover{color:var(--product-list-button-buy-text-hover);background-color:var(--product-list-button-buy-background-hover)}.product-actions__btn-buy:active{color:var(--product-list-button-buy-text-active);background-color:var(--product-list-button-buy-background-active)}.product-actions__btn-buy.btn-disabled,.product-actions__btn-buy:disabled{background-color:var(--product-list-button-buy-background-disabled)}.product-actions__btn-buy.-ecommerce{width:auto}@media(max-width:767px){.product-actions__btn-buy{font-size:12px;padding:0 12px;line-height:3.25rem}.product-actions__btn-buy i:before{font-size:20px;line-height:3.25rem}}.column__5 .product-actions__btn-buy,.column__6 .product-actions__btn-buy{padding:0 8px}.column__5 .product-actions__btn-buy i,.column__6 .product-actions__btn-buy i{display:none}.column__5 .product-actions__btn-buy .btn-icon.-left+span,.column__6 .product-actions__btn-buy .btn-icon.-left+span{margin-left:0}@media(max-width:567px){.column__1 .product-actions__count,.list-1 .product-actions__count{margin-right:2rem}.column__2 .product-actions,.list-2 .product-actions{flex-direction:column}.column__2 .product-actions__count,.list-2 .product-actions__count{margin-bottom:1rem}.column__2 .product-actions__btn-buy .btn-icon,.list-2 .product-actions__btn-buy .btn-icon{display:none}.column__2 .product-actions__btn-buy .btn-icon.-left+span,.list-2 .product-actions__btn-buy .btn-icon.-left+span{margin-left:0}}@media(min-width:568px)and (max-width:1023px){.column__1 .product-actions__count,.column__2 .product-actions__count,.list-md-1 .product-actions__count,.list-md-2 .product-actions__count{margin-right:2rem}.column__3 .product-actions__count__count,.list-md-3 .product-actions__count{margin-right:1.5rem}.column__3 .product-actions__count__btn-buy.-ecommerce,.list-md-3 .product-actions__btn-buy.-ecommerce{flex:1;font-size:0;padding:0 10px}.column__3 .product-actions__count__btn-buy.-ecommerce .btn-icon.-left+span,.list-md-3 .product-actions__btn-buy.-ecommerce .btn-icon.-left+span{margin-left:0}.column__4 .product-actions,.list-md-4 .product-actions{display:block}.column__4 .product-actions__count,.list-md-4 .product-actions__count{margin-bottom:1rem}.column__4 .product-actions__count .custom-number button,.list-md-4 .product-actions__count .custom-number button{width:4rem;min-width:4rem;height:4rem}.column__4 .product-actions__count .custom-number input,.list-md-4 .product-actions__count .custom-number input{font-size:16px;height:32px}.column__4 .product-actions__btn-buy,.list-md-4 .product-actions__btn-buy{font-size:14px;padding:0 12px;line-height:3.25rem}.column__4 .product-actions__btn-buy i:before,.list-md-4 .product-actions__btn-buy i:before{font-size:20px;line-height:3.25rem}.column__4 .product-actions__btn-buy .btn-icon,.list-md-4 .product-actions__btn-buy .btn-icon{display:none}.column__4 .product-actions__btn-buy .btn-icon.-left+span,.list-md-4 .product-actions__btn-buy .btn-icon.-left+span{margin-left:0}}@media(min-width:1024px){.column__2 .product-actions__btn-buy,.list-lg-2 .product-actions__btn-buy{flex:1}.column__2 .product-actions__count,.column__3 .product-actions__count,.column__4 .product-actions__count,.list-lg-2 .product-actions__count,.list-lg-3 .product-actions__count,.list-lg-4 .product-actions__count{margin-right:2rem}.column__4 .product-actions__btn-buy.-ecommerce,.list-lg-4 .product-actions__btn-buy.-ecommerce{flex:1;font-size:0}.column__4 .product-actions__btn-buy.-ecommerce .btn-icon.-left+span,.list-lg-4 .product-actions__btn-buy.-ecommerce .btn-icon.-left+span{margin-left:0}.column__6 .product-actions__btn-buy,.list-lg-6 .product-actions__btn-buy{padding:0 12px}.column__6 .product-actions__btn-buy i,.list-lg-6 .product-actions__btn-buy i{display:none}.column__6 .product-actions__btn-buy span,.list-lg-6 .product-actions__btn-buy span{margin-left:0}.column__5 .product-actions,.column__6 .product-actions,.list-lg-5 .product-actions,.list-lg-6 .product-actions{flex-direction:column}.column__5 .product-actions__count,.column__6 .product-actions__count,.list-lg-5 .product-actions__count,.list-lg-6 .product-actions__count{margin-bottom:1rem}.column__5 .product-actions__btn-buy,.column__6 .product-actions__btn-buy,.list-lg-5 .product-actions__btn-buy,.list-lg-6 .product-actions__btn-buy{font-size:13px}}.product-actions__btn{position:relative;display:inline-flex;align-items:center;justify-content:center;vertical-align:top;height:48px;max-width:100%;border-radius:8px;font-size:14px;font-weight:600;line-height:48px;text-align:center;text-decoration:none;overflow:hidden;background-position:50%;cursor:pointer;transition:all .2s ease-in;background-color:transparent;color:var(--button-secondary-background);border:none;border-color:var(--button-secondary-background);padding:0 14px;line-height:44px;order:3;border:2px solid var(--button-primary-background);background:var(--button-primary-background);color:var(--inverted-content-text);white-space:nowrap}.product-actions__btn:hover{color:var(--button-secondary-background-hover)}.product-actions__btn:active{color:var(--button-secondary-background-active)}.product-actions__btn:hover{border-color:var(--button-secondary-background-hover)}.product-actions__btn:active{border-color:var(--button-secondary-background-active)}@media(min-width:1024px){.product-actions__btn{border-color:inherit;background:inherit;color:inherit}}.product-actions__btn.-select-options{margin:0 auto;display:flex;width:100%}.product-actions__btn.disabled{opacity:.6;pointer-events:none}.product-actions .custom-number{background:var(--product-list-counter-background)}.product-actions .custom-number input{color:var(--product-list-counter-color)}.product-actions .custom-number button{background:var(--product-list-counter-btn-background);color:var(--product-list-counter-btn-color);border:2px solid var(--product-list-counter-btn-color)}.product-actions .custom-number button:after,.product-actions .custom-number button:before{background:var(--product-list-counter-btn-color)}.product-actions .custom-number button:hover{border-color:var(--product-list-counter-btn-color-hover)}.product-actions .custom-number button:hover:after,.product-actions .custom-number button:hover:before{background:var(--product-list-counter-btn-color-hover)}.product-actions .custom-number button:active{border-color:var(--product-list-counter-btn-color-active)}.product-actions .custom-number button:active:after,.product-actions .custom-number button:active:before{background:var(--product-list-counter-btn-color-active)}.checkbox-buttons{position:relative}.checkbox-buttons.is-invalid:before{content:"";display:block;position:absolute;top:-10px;left:-10px;right:-10px;bottom:-10px;border-radius:1rem;box-shadow:0 0 10px 0 rgba(235,128,49,.5);z-index:-1}.checkbox-buttons__title{display:block;margin:0 0 16px;line-height:21px;color:var(--main-content-text);font-size:17px;font-weight:600}.checkbox-buttons__list{display:flex;flex-wrap:wrap;margin:0 -4px -8px}.checkbox-buttons__list-item{margin:0 4px 8px;cursor:pointer}.checkbox-buttons__list-item.-hidden{display:none}.checkbox-buttons__list-item.-hidden.-open{display:block}.checkbox-buttons__list-item input{display:none}.checkbox-buttons__list-item input:checked+span{border-color:var(--action-neutral-pressed-medium);background-color:var(--button-secondary-background);color:var(--inverted-content-text)}.checkbox-buttons__list-item span{display:block;min-width:48px;height:32px;border:0 solid var(--button-secondary-background);border-radius:var(--border-radius-block);background:var(--button-secondary-background-disabled);padding:0 15px;transition:all .3s ease-in;text-align:center;line-height:32px;color:var(--main-headline-color);font-size:14px;overflow:hidden;text-overflow:ellipsis}.checkbox-buttons__list-item span:hover{border-color:var(--action-neutral-hover-medium);background-color:var(--button-secondary-background-hover);color:var(--inverted-content-text)}.product-card-description[data-v-35d7702e]{display:block;margin:1rem 0 1.5rem;font-size:13px;line-height:20px;color:var(--product-list-description)}.product-card-description.-font-18[data-v-35d7702e]{font-size:16px;line-height:20px}@media(min-width:768px){.product-card-description.-font-18[data-v-35d7702e]{font-size:18px;line-height:24px}}.product-options-item__title{display:block;margin:0 0 1rem;line-height:20px;color:var(--main-headline-color);font-size:14px;font-weight:400}@media(max-width:567px){.product-options-item .select-custom__header{border-radius:var(--border-radius-input);padding:1rem 3rem 1rem 1.5rem;color:var(--main-headline-color);font-size:14px;line-height:20px}.product-options-item .select-custom__header i{right:.5rem}}.product-card-img{width:100%;container-type:inline-size}.product-card-img,.product-card-img__link{display:block;position:relative}.product-card-template-2 .product-card-img__link{padding:1rem}@container (min-width: 180px){.product-card-template-2 .product-card-img__link{padding:2rem}}@container (min-width: 250px){.product-card-template-2 .product-card-img__link{padding:3rem}}.product-card-img img{display:block;width:100%;-o-object-fit:contain;object-fit:contain}.product-card-template-12 .product-card-img img{border-radius:var(--border-radius-block) var(--border-radius-block) 0 0}.product-options-list{position:relative;z-index:10;margin-top:2rem;margin-bottom:4rem}.product-options-list__item{margin-bottom:2rem}.product-options-list__item:last-child{margin-bottom:0}.product-options-list.is-compact{margin-bottom:28px}.product-options-list.is-compact .product-options-list__item{margin-bottom:1.5rem}.product-options-list.-style-2{margin-bottom:2rem}.product-card-name{display:block;margin:1rem 0 1.5rem;font-size:15px;line-height:1.3;color:var(--product-list-title);word-wrap:break-word;word-break:break-word;max-width:100%;container-type:inline-size}@media(min-width:768px){.product-card-name{font-size:18px}}.product-card-template-12 .product-card-name{margin:1rem 0 .5rem}.product-card-template-2 .product-card-name span,.product-card-template-3 .product-card-name span,.product-card-template-12 .product-card-name span{font-weight:700;font-size:16px;line-height:1.2}@container (min-width: 180px){.product-card-template-2 .product-card-name span,.product-card-template-3 .product-card-name span,.product-card-template-12 .product-card-name span{font-size:20px}}@container (min-width: 230px){.product-card-template-2 .product-card-name span,.product-card-template-3 .product-card-name span,.product-card-template-12 .product-card-name span{font-size:24px}}.product-card-price[data-v-ae2cd398]{font-weight:600;margin:1rem 0}.product-card-price__curr[data-v-ae2cd398]{font-size:2.5rem;line-height:3rem;color:var(--product-list-price)}.product-card-price__curr.-on-request[data-v-ae2cd398]{font-size:2rem}@media(min-width:768px){.product-card-price__curr[data-v-ae2cd398]{font-size:3rem;line-height:4rem}.product-card-price__curr.-on-request[data-v-ae2cd398]{font-size:2.25rem}}.product-card-price__full[data-v-ae2cd398]{font-size:2rem;line-height:3rem;color:var(--product-list-price-discount);text-decoration:line-through}.product-card-template-12 .product-card-price[data-v-ae2cd398]{margin:2rem 0}.ratio-view{display:flex;justify-content:flex-start}.ratio-view__item{display:inline-block;position:relative;margin:0;width:3rem;height:3rem;font-size:0;color:var(--accent2);line-height:3rem}.ratio-view__item:before{content:""}.ratio-view__item.semi:before,.ratio-view__item:before{font-family:Material Icons;font-size:24px;font-weight:400;font-feature-settings:normal;font-variant:normal;font-style:normal;letter-spacing:normal;text-transform:none;white-space:nowrap;word-wrap:normal;direction:ltr;color:inherit;-moz-osx-font-smoothing:grayscale;speak:never;-webkit-font-feature-settings:"liga";-webkit-font-smoothing:antialiased}.ratio-view__item.semi:before{content:""}.ratio-view__item.active:before{font-family:Material Icons;font-size:24px;font-weight:400;font-feature-settings:normal;font-variant:normal;font-style:normal;letter-spacing:normal;text-transform:none;white-space:nowrap;word-wrap:normal;direction:ltr;color:inherit;-moz-osx-font-smoothing:grayscale;speak:never;-webkit-font-feature-settings:"liga";-webkit-font-smoothing:antialiased;content:""}.ratio-view.-small .ratio-view__item{width:2.5rem;height:2.5rem}.ratio-view.-small .ratio-view__item:before{font-size:2.5rem;line-height:2.5rem}.ratio-view.-center{justify-content:center}.product-card-ratio{display:flex;align-items:center;width:100%;grid-gap:1rem;gap:1rem;container-type:inline-size}.product-card-ratio.-center{justify-content:center}.product-card-ratio__count{display:none;font-size:14px;transform:translateY(2px);color:var(--product-list-reviews-text)}@container (min-width: 200px){.product-card-ratio__count{display:block}}.-center .product-card-ratio__count span{display:none}.product-card-ratio .ratio-view__item{color:var(--product-list-reviews-start)}.product-card-service-call{container-type:inline-size;display:flex;justify-content:space-between;grid-gap:2rem;gap:2rem}@media(max-width:567px){.column__2 .product-card-service-call{grid-gap:1rem;gap:1rem}}.product-card-service-call__phone,.product-card-service-call__whatsapp{color:var(--product-list-button-buy-text);background-color:var(--product-list-button-buy-background)}.product-card-service-call__phone i:before,.product-card-service-call__whatsapp i:before{border-color:var(--product-list-button-buy-text)!important}.product-card-service-call__phone:hover,.product-card-service-call__whatsapp:hover{color:var(--product-list-button-buy-text-hover);background-color:var(--product-list-button-buy-background-hover)}.product-card-service-call__phone:hover i:before,.product-card-service-call__whatsapp:hover i:before{border-color:var(--product-list-button-buy-text-hover)!important}.product-card-service-call__phone:active,.product-card-service-call__whatsapp:active{color:var(--product-list-button-buy-text-active);background-color:var(--product-list-button-buy-background-active)}.product-card-service-call__phone:active i:before,.product-card-service-call__whatsapp:active i:before{border-color:var(--product-list-button-buy-text-active)!important}.product-card-service-call__phone.btn-disabled,.product-card-service-call__phone:disabled,.product-card-service-call__whatsapp.btn-disabled,.product-card-service-call__whatsapp:disabled{background-color:var(--product-list-button-buy-background-disabled)}.product-card-service-call__phone,.product-card-service-call__whatsapp{flex:1 0 auto}@media(max-width:567px){.column__2 .product-card-service-call__phone,.column__2 .product-card-service-call__whatsapp{padding:0 1rem;font-size:14px;line-height:4rem}.column__2 .product-card-service-call__phone i,.column__2 .product-card-service-call__whatsapp i{font-size:20px}.column__2 .product-card-service-call__phone .btn-icon.-left+span,.column__2 .product-card-service-call__whatsapp .btn-icon.-left+span{margin-left:0}}@container (max-width: 265px){.product-card-service-call__phone,.product-card-service-call__whatsapp{padding:.5rem 1rem;font-size:14px;line-height:4rem}.product-card-service-call__phone i,.product-card-service-call__whatsapp i{font-size:20px}.product-card-service-call__phone .btn-icon.-left+span,.product-card-service-call__whatsapp .btn-icon.-left+span{margin-left:0}}@media(max-width:567px){.column__2 .product-card-service-call__phone i.material-icons{margin-right:0!important}.column__2 .product-card-service-call__phone span{display:none!important}}@container (max-width: 265px){.product-card-service-call__phone i.material-icons{margin-right:0!important}.product-card-service-call__phone span{display:none!important}}.product-card-stock[data-v-d8b31a98]{width:100%;font-size:14px;line-height:3rem;margin-bottom:1rem;color:var(--product-list-availability)}.product-card-tags{position:absolute}.product-card-template-1 .product-card-tags{left:2.5rem;bottom:-2.5rem;display:flex;flex-wrap:wrap-reverse;width:calc(100% - 6rem)}.product-card-template-2 .product-card-tags{right:4rem;top:4rem;display:block}.list-lg-5 .product-card-template-2 .product-card-tags,.list-lg-6 .product-card-template-2 .product-card-tags{right:3rem;top:3rem}.product-card-template-3 .product-card-tags{right:3rem;top:3rem;display:block}.list-lg-5 .product-card-template-3 .product-card-tags,.list-lg-6 .product-card-template-3 .product-card-tags{right:1.5rem;top:1.5rem}.product-card-template-10 .product-card-tags,.product-card-template-12 .product-card-tags{left:1.5rem;top:1.5rem;display:block}.product-card-tags__item{display:block;padding:.25rem 1rem;margin:.5rem;border-radius:.5rem;background:var(--accent1);color:var(--inverted-headline-color);font-weight:700;font-size:14px;line-height:24px;white-space:nowrap}@media(max-width:567px){.product-card-tags__item{font-size:12px;line-height:18px}}.product-card-tags__item.-accent1{background:var(--accent1)}.product-card-tags__item.-accent2{background:var(--accent2)}.product-card-tags__item.-accent3{background:var(--accent3)}.product-card-tags__item.-accent4{background:var(--accent4)}.product-card-properties[data-v-0491e961]{display:block}.product-card{display:flex;flex-direction:column;padding-bottom:3rem;background:var(--product-list-background);position:relative;container-type:inline-size}.product-card,.product-card:before{height:100%;border-radius:var(--border-radius-block)}.product-card:before{content:"";position:absolute;left:0;top:0;width:100%;box-shadow:0 4px 12px var(--main-content-text);opacity:.08}.product-card__preview{display:flex;position:relative;z-index:2}.product-card__info{padding:3rem 2rem 0;text-align:left;margin-bottom:.5rem;position:relative;z-index:2}.product-card-template-2 .product-card__info{padding-top:1rem}.product-card-template-3 .product-card__info{padding-top:2rem;text-align:center}@container (min-width: 250px){.product-card__info{padding-left:3rem;padding-right:3rem}}.product-card__actions{margin-top:auto;padding:0 2rem;position:relative;z-index:2}@container (min-width: 250px){.product-card__actions{padding-left:3rem;padding-right:3rem}}@media(max-width:567px){.column__1 .product-card.product-card-template-12{margin:0 -20px}}.product-card .checkbox-buttons__list-item span{text-align:left;background:var(--product-list-options-button-background);border-color:var(--product-list-options-button-border);color:var(--product-list-options-button-text)}.product-card .checkbox-buttons__list-item span:hover{background:var(--product-list-options-button-background-hover);border-color:var(--product-list-options-button-border-hover);color:var(--product-list-options-button-text-hover)}.product-card .checkbox-buttons__list-item input:checked+span{background:var(--product-list-options-button-background-selected);border-color:var(--product-list-options-button-border-selected);color:var(--product-list-options-button-text-selected)}.product-card .select-custom__header{border:1px solid var(--product-list-options-select-border);background:var(--product-list-options-select-background);color:var(--product-list-options-select-text)}.product-card .select-custom__header i{color:var(--product-list-options-select-icon)}.product-card .select-custom__dropdown{border:1px solid var(--product-list-options-select-border);background:var(--product-list-options-select-background)}.product-card .select-custom__option{color:var(--product-list-options-select-option-text)}.product-card .select-custom__option:hover{color:var(--product-list-options-select-option-text-hover);background:var(--product-list-options-select-option-background-hover)}