.compare{flex-direction:column;gap:20px;display:flex}.compare--no-products{text-align:center;justify-content:center;align-items:center;margin:0;padding-top:80px;font-size:24px;font-weight:700;line-height:120%}.compare__top{flex-wrap:wrap;justify-content:space-between;gap:8px;display:flex}.categories{gap:8px;display:flex;overflow-x:auto}.categories__item{background:var(--base-gray-100);border-radius:8px;align-items:center;gap:8px;padding:10px 16px;display:flex}.categories__item.active{background:var(--base-green-500)}.categories__item.active .categories__number{background:var(--base-white);color:var(--base-black)}.categories__item.active .categories__name{color:var(--base-white)}.categories__item.active .categories__cross svg path{stroke:var(--base-white)}@media (hover:hover){.categories__item.active .categories__cross:hover{background-color:var(--component-button-icon-icon);opacity:.7}}.categories__number{background:var(--base-gray-600);width:24px;height:24px;color:var(--base-white);text-align:center;font-variant-numeric:lining-nums proportional-nums;font-family:var(--font-family);border-radius:33px;flex-direction:column;justify-content:center;align-items:center;font-size:13px;font-style:normal;font-weight:700;line-height:normal;display:flex}.categories__name{width:max-content;color:var(--component-button-secondary-text);font-variant-numeric:lining-nums proportional-nums;font-family:var(--font-family);font-size:13px;font-style:normal;font-weight:700;line-height:normal}.categories__cross{background:0 0;width:max-content;height:auto;padding:0}.categories__cross:hover{background-color:var(--component-button-icon-active)}.categories__btn{background:0 0;border:none;align-items:center;gap:8px;margin:0;padding:0;display:flex}.difference-flag{align-items:center;gap:8px;display:flex}.difference-flag__btn{background:0 0;border:none;align-items:center;gap:8px;display:flex}@media (hover:hover){.difference-flag__btn:hover .difference-flag__text{color:var(--component-button-primary-hover)}}.difference-flag__btn.active .difference-flag__square{background-color:var(--component-button-checkbox-active)}.difference-flag__square{content:"";border:2px solid var(--component-button-checkbox-default);border-radius:8px;width:24px;height:24px;padding:4px}.difference-flag__text{color:var(--font-secondary-black);font-variant-numeric:lining-nums proportional-nums;font-family:var(--font-family);font-size:16px;font-style:normal;font-weight:500;line-height:normal}.compare-product{gap:8px;height:100%;display:flex;position:relative;overflow:hidden}@media (min-width:786px){.compare-product{gap:12px}}.compare-product__item{background:var(--base-gray-100);width:var(--compare-width);--compare-gap:8px;--compare-width:calc(50% - var(--compare-gap)/2);border-radius:24px;flex-direction:column;padding:4px;transition:border-radius .3s;display:flex;position:relative}@media (min-width:768px){.compare-product__item{--compare-gap:12px;--compare-width:calc((100%/3) - var(--compare-gap)/2)}}@media (min-width:1280px){.compare-product__item{--property-width:calc((100%/4) - var(--property-gap)/2);max-width:290px}}@media (min-width:1481px){.compare-product__item{--property-width:calc((100%/5) - var(--property-gap)/2)}}.compare-product__item--no-item{align-items:center;text-decoration:none;display:flex}.compare-product__item--no-item .compare-product__link{color:var(--component-product-card-name);margin:auto 0;font-size:18px;font-weight:500}.compare-product__item--hidden{display:none}.compare-product__top-tools{z-index:10;display:flex;position:absolute;top:10px;right:10px}.compare-product__top-tool{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff80;border:1px solid #0000;border-radius:100%;outline:none;place-content:center;align-items:center;width:44px;height:44px;display:flex}@media (max-width:786px){.compare-product__top-tool{width:32px;height:32px}.compare-product__top-tool svg{flex-shrink:0;transform:scale(.7)}}.compare-product__top-tool svg path{transition:stroke .3s}.compare-product__top-tool:hover svg path{stroke:#c93c42!important}.compare-product__image{width:100%;height:auto}@media (max-width:786px){.compare-product__image{width:160px;height:160px}}.compare-product__image-wrapper{background:#fff;border:1px solid #0000;border-radius:20px;justify-content:center;align-items:center;width:100%;min-width:100%;height:305px;display:flex;position:relative;overflow:hidden}@media (max-width:786px){.compare-product__image-wrapper{flex-shrink:0;min-width:auto;height:160px}}.compare-product__image-wrapper img{border:1px solid #0000;border-radius:20px;padding:10px}.compare-product__desc{flex-wrap:wrap;gap:16px;width:100%;height:auto;padding:16px;display:flex;position:relative}@media (max-width:786px){.compare-product__desc{gap:8px;padding:8px}}.compare-product__price{flex-wrap:wrap;align-content:center;align-items:center;gap:4px;font-size:13px;line-height:100%;display:flex}@media (min-width:786px){.compare-product__price{gap:16px;font-size:18px}}.compare-product__price-value{color:var(--component-product-card-price);font-weight:700}.compare-product__price-old-value{color:var(--component-product-card-price-old);margin-right:2px;font-weight:500;text-decoration:line-through}@media (min-width:786px){.compare-product__price-old-value{margin-right:0}}.compare-product__price-percent{color:#fff;font-variant-numeric:lining-nums proportional-nums;text-overflow:ellipsis;background:#c93c42;border-radius:8px;justify-content:center;align-items:center;padding:4px 8px;font-size:13px;font-weight:700;display:flex}@media (max-width:786px){.compare-product__price-percent{font-size:11px}}.compare-product__price-percent span{margin-left:1px;font-weight:600}.compare-product__name{color:var(--component-product-card-name);width:100%;height:70px;margin-bottom:8px;font-size:13px;font-weight:500;text-decoration:none}@media (max-width:786px){.compare-product__name{height:50px}}@media (min-width:786px){.compare-product__name{margin-bottom:0;font-size:16px}}@media (min-width:1024px){.compare-product__name{width:100%}}.compare-product--opacity{opacity:.7}.compare-product__name:first-letter{text-transform:uppercase}.buy-controls__no-product{cursor:not-allowed}.compare-product__footer{background:0 0;border-bottom-right-radius:28px;border-bottom-left-radius:28px;flex-direction:column;gap:8px;width:100%;transition:opacity .3s,background-color .3s;display:flex}.compare-product__footer .buy-controls{max-width:100%;margin:auto 0 0}.compare-product__footer .buy-controls__add-to-cart{border-radius:16px;padding-top:7px;padding-bottom:7px}@media (min-width:786px){.compare-product__footer .buy-controls__add-to-cart{padding:16px 10px}}@media (max-width:786px){.compare-product__footer .buy-controls__no-product{padding-top:9px;padding-bottom:10px}}.compare-product__footer .buy-controls__no-product .buy-controls__add-to-cart-text{display:flex}.compare-product__footer .buy-controls__no-product .buy-controls__add-to-cart-icon{display:none}.compare-product__labels-wrap{gap:4px;display:flex;position:absolute;bottom:10px;left:10px}.compare-product__label{color:var(--component-product-card-label);text-align:center;text-transform:uppercase;border:1px solid #0000;border-radius:8px;place-content:center;align-items:center;gap:4px;padding:4px 8px;font-size:13px;font-weight:700;line-height:100%;display:flex}.compare-product__label--blue{background:#5575ff}.compare-product__label--red{background:#c93c42}@media (max-width:786px){.compare-product__label svg{display:none}}.compare-product__amount{justify-content:space-between;gap:8px;display:flex}.compare-product__amount-btn{background:var(--base-icon-white);background-position:50%;background-repeat:no-repeat;border:1px solid #0000;justify-content:center;align-items:center;width:42px;min-width:42px;height:42px;min-height:42px;transition:background-color .2s;display:flex}.compare-product__amount-btn:hover{background-color:var(--base-gray-200)}.compare-product__amount-btn:active{background-color:var(--component-button-icon-active)}.compare-product__amount-prev{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath stroke='color(display-p3 .0718 .0718 .0718)' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m15.583 4-6.587 6.587a2.013 2.013 0 0 0 0 2.826L15.583 20'/%3E%3C/svg%3E");border-radius:16px 8px 8px 16px}.compare-product__amount-next{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath stroke='color(display-p3 .0718 .0718 .0718)' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m8.417 20 6.587-6.587a2.013 2.013 0 0 0 0-2.826L8.417 4'/%3E%3C/svg%3E");border-radius:8px 16px 16px 8px}.compare-product__slider-btn{z-index:5;background:var(--base-gray-300);opacity:.9;background-position:50%;background-repeat:no-repeat;border:1px solid #0000;justify-content:center;align-items:center;width:50px;min-width:50px;height:50px;min-height:50px;margin:auto 0;transition:background-color .2s;display:flex;position:absolute;top:0;bottom:40px}.compare-product__slider-btn:hover{background-color:var(--base-gray-500)}.compare-product__slider-btn[disabled]{cursor:no-drop;background-color:var(--base-gray-200)}.compare-product__slider-btn:active{background-color:var(--component-button-icon-active)}.compare-product__slider-prev{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath stroke='color(display-p3 .0718 .0718 .0718)' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m15.583 4-6.587 6.587a2.013 2.013 0 0 0 0 2.826L15.583 20'/%3E%3C/svg%3E");border-radius:100px;left:15px}.compare-product__slider-next{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath stroke='color(display-p3 .0718 .0718 .0718)' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m8.417 20 6.587-6.587a2.013 2.013 0 0 0 0-2.826L8.417 4'/%3E%3C/svg%3E");border-radius:100px;right:15px}.compare-product__amount-control{text-align:center;font-variant-numeric:lining-nums proportional-nums;background:0 0;border:1px solid #0000;border-radius:8px;outline:none;width:100%;font-size:18px;font-weight:700;line-height:100%}.compare-product__amount-control::-webkit-outer-spin-button{-webkit-appearance:none}.compare-product__amount-control::-webkit-inner-spin-button{-webkit-appearance:none}.compare-product__amount-control{-moz-appearance:textfield}.compare-table{gap:8px;display:flex;overflow:hidden}@media (min-width:786px){.compare-table{gap:12px}}.compare-table__wrap{width:var(--property-width);--property-gap:8px;--property-width:calc(50% - var(--property-gap)/2);flex-direction:column;flex-shrink:0;gap:24px;display:flex}@media (min-width:768px){.compare-table__wrap{--property-gap:12px;--property-width:calc((100%/3) - var(--property-gap)/2)}}@media (min-width:1280px){.compare-table__wrap{--property-width:calc((100%/4) - var(--property-gap)/2);max-width:287px}}@media (min-width:1481px){.compare-table__wrap{max-width:290px}}.compare-table__property{min-height:65px;color:var(--base-gray-800);font-variant-numeric:lining-nums proportional-nums;font-family:var(--font-family);flex-direction:column;gap:8px;font-size:16px;font-style:normal;font-weight:500;line-height:normal;display:flex}@media (min-width:768px){.compare-table__property{gap:4px}}.compare-table__property--weight-700{color:var(--font-secondary-black);font-weight:700}
/*# sourceMappingURL=index.ef0bef3c.css.map */
