.compare-drawer__container{position:fixed;z-index:999;width:100%}.compare-drawer__container.show{visibility:visible;opacity:1}.compare-drawer__toggle-container{position:absolute;bottom:100%;left:0;transform:translateY(-19px);width:100%;pointer-events:none;transition:.3s ease}.compare-drawer__toggle-button{z-index:1;display:flex;align-items:center;grid-gap:8px;gap:8px;background-color:var(--white);padding:8px 24px;border-radius:8px;border:1px solid var(--border-gray-color);box-shadow:0 -4px 12px 0 transparent;margin:0 auto;font-weight:500;font-size:14px;line-height:20px;color:var(--primary-color);pointer-events:auto;transition:border-color .3s ease,box-shadow .3s ease}.compare-drawer__toggle-button .icon-compare{width:16px;height:16px}.compare-drawer__toggle-button .icon-chevron-down{transform:rotate(180deg);width:18px;height:18px;transition:transform .3s ease}.compare-drawer__toggle-button-icon{display:flex;align-items:center;justify-content:center}.compare-drawer__content{background-color:var(--white);padding:0 40px;box-shadow:0 -4px 12px #00000014}.compare-drawer__content-inner{display:flex;align-items:center;grid-gap:0 40px;gap:0 40px;max-width:1222px;padding:20px 0;margin:0 auto}.compare-drawer__products{display:flex;grid-gap:10px 12px;gap:10px 12px;width:100%}.compare-drawer__product{display:flex;align-items:center;justify-content:center;flex:1;min-width:calc(33.3333% - 8px);min-height:96px;padding:17px 12px;border:1px solid var(--border-gray-color);border-radius:4px}.compare-drawer__product:not(.empty-slot) .compare-drawer__product-title{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.compare-drawer__product:not(.empty-slot) .compare-drawer__product-item{display:flex}.compare-drawer__product:not(.empty-slot) .compare-drawer__product-empty{display:none}.compare-drawer__product.empty-slot{background-color:var(--light-gray-background);text-align:center;border-style:dashed}.compare-drawer__product.empty-slot .compare-drawer__product-title{color:var(--gray-text-color)}.compare-drawer__product.empty-slot .compare-drawer__product-item{display:none}.compare-drawer__product-title{font-weight:500;font-size:clamp(13px,calc(13px + (14 - 13) * ((100vw - 360px) / (1440 - 360))),14px);line-height:clamp(18px,calc(18px + (20 - 18) * ((100vw - 360px) / (1440 - 360))),20px);color:var(--black)}.compare-drawer__actions{display:flex;align-items:center;flex-shrink:0;grid-gap:12px 24px;gap:12px 24px}.compare-drawer__compare-button{display:flex;align-items:center;justify-content:center;width:146px;height:52px;background-color:var(--primary-color);border-radius:4px;overflow:hidden;font-weight:700;font-size:15px;line-height:100%;color:var(--white);white-space:nowrap}.compare-drawer__compare-button:active{background-color:var(--primary-color-hover)}.compare-drawer__compare-button.disabled,.compare-drawer__compare-button[disabled]{background-color:var(--border-gray-color);color:var(--gray-text-color);pointer-events:none}.compare-drawer__clear-button{font-weight:500;font-size:13px;line-height:18px;color:var(--black);text-decoration:underline}.compare-drawer__clear-button:active{text-decoration:none}.compare-drawer__product-item{align-items:center;grid-gap:12px;gap:12px;width:100%}.compare-drawer__product-image{display:flex;justify-content:center;flex-shrink:0;width:60px;height:60px}.compare-drawer__product-image-img{max-width:100%;width:auto;max-height:100%;height:auto;margin-top:auto}.compare-drawer__product-info{display:flex;flex-direction:column;justify-content:center;grid-gap:4px;gap:4px;width:100%}.compare-drawer__product-price{display:flex;align-items:center;flex-wrap:wrap;grid-gap:4px;gap:4px;font-size:clamp(13px,calc(13px + (14 - 13) * ((100vw - 360px) / (1440 - 360))),14px);line-height:clamp(18px,calc(18px + (20 - 18) * ((100vw - 360px) / (1440 - 360))),20px)}.compare-drawer__product-price-compare{color:var(--gray-text-color);text-decoration:line-through}.compare-drawer__product-price-value.on-sale{color:var(--sale-color)}.compare-drawer__product-button-remove{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:24px;height:24px;background-color:var(--light-secondary-background);border-radius:50%;color:var(--primary-color)}.compare-drawer__product-button-remove:active{background-color:var(--primary-color-hover);color:var(--white)}.compare-drawer__header{display:none}body.compare-drawer-modal-open{overflow:hidden}.compare-drawer-modal{position:fixed;top:0;left:0;z-index:1000;visibility:hidden;opacity:0;display:flex;justify-content:center;align-items:center;width:100%;height:100%;background-color:#0006;padding:27px;transition:.3s ease-in-out}.compare-drawer-modal.show{visibility:visible;opacity:1}.compare-drawer-modal.show .compare-drawer-modal__container{transform:translateY(0)}.compare-drawer-modal.modal-mismatch .max-limit-info,.compare-drawer-modal.modal-limit .mismatch-info{display:none}.compare-drawer-modal__container{position:relative;transform:translateY(-20px);display:flex;flex-direction:column;align-items:center;grid-gap:16px;gap:16px;max-width:429px;width:100%;background-color:var(--white);padding:40px;border-radius:6px;text-align:center;transition:.3s ease-in-out}.compare-drawer-modal__close-button{position:absolute;top:19px;right:20px;display:flex;justify-content:center;width:13px;height:13px}.compare-drawer-modal__close-button svg{width:100%;height:100%}.compare-drawer-modal__icon{display:flex;justify-content:center;align-items:center;width:36px;height:36px;color:var(--primary-color)}.compare-drawer-modal__icon svg{width:100%;height:100%}.compare-drawer-modal__title{font-weight:700;font-size:clamp(18px,calc(18px + (24 - 18) * ((100vw - 360px) / (1440 - 360))),24px);line-height:clamp(24px,calc(24px + (30 - 24) * ((100vw - 360px) / (1440 - 360))),30px);color:var(--primary-color)}.compare-drawer-modal__description{font-weight:500;font-size:clamp(13px,calc(13px + (16 - 13) * ((100vw - 360px) / (1440 - 360))),16px);line-height:clamp(20px,calc(20px + (24 - 20) * ((100vw - 360px) / (1440 - 360))),24px);color:var(--gray-text-color)}.compare-drawer-modal__description a{text-decoration:underline}.compare-drawer-modal__description a:active{text-decoration:none}.compare-drawer-modal__description strong{font-weight:700;color:var(--black)}@media (max-width:1023px){body.compare-drawer-open{overflow:hidden}.compare-drawer__toggle-button{grid-gap:10px;gap:10px}.compare-drawer__container{position:fixed;bottom:0;left:0;visibility:hidden;opacity:0}.compare-drawer__container.show{visibility:visible;opacity:1}.compare-drawer__container.open .compare-drawer__toggle-container{visibility:hidden;opacity:0}.compare-drawer__container.open .compare-drawer__content{visibility:visible;opacity:1}.compare-drawer__toggle-container{transition:.3s ease}.compare-drawer__content{position:fixed;top:0;left:0;visibility:hidden;opacity:0;display:flex;justify-content:center;align-items:center;width:100%;height:100%;background-color:#0006;padding:16px;transition:.3s ease}.compare-drawer__content-inner{flex-direction:column;max-width:328px;width:100%;background-color:var(--white);padding:24px 18px;border-radius:6px}.compare-drawer__products{flex-direction:column}.compare-drawer__actions{flex-direction:column;margin-top:24px}.compare-drawer__product{padding:16px}.compare-drawer__product:nth-child(3){display:none}.compare-drawer__header{display:flex;justify-content:space-between;width:100%;margin-bottom:16px;color:var(--primary-color)}.compare-drawer__heading-container{display:flex;align-items:center;grid-gap:4px;gap:4px;font-weight:500;font-size:16px;line-height:22px}.compare-drawer__close-button{display:flex;align-items:center;justify-content:center;width:24px;height:24px}.compare-drawer__close-button svg{width:13px;height:13px}.compare-drawer__heading-icon{display:flex;align-items:center;justify-content:center;width:20px;height:20px}.compare-drawer__heading-icon svg{width:20px;height:20px}.compare-drawer-modal__container{grid-gap:12px;gap:12px;max-width:306px;width:100%;padding:32px}}@media (min-width:1024px){.compare-drawer__container{bottom:0;left:0;transform:translateY(100%);visibility:hidden;opacity:0;display:flex;flex-direction:column;height:auto;transition:transform .3s cubic-bezier(.77,0,.18,1),opacity .3s ease}.compare-drawer__container.open,.compare-drawer__container.open .compare-drawer__toggle-container{transform:translateY(0)}.compare-drawer__container.open .compare-drawer__toggle-button{border-radius:8px 8px 0 0;border-color:var(--white);box-shadow:0 -4px 12px #00000014}.compare-drawer__container.open .compare-drawer__toggle-button .icon-chevron-down{transform:rotate(0)}}@media (hover:hover){.compare-drawer__compare-button{transition:.3s ease}.compare-drawer__compare-button:hover{background-color:var(--primary-color-hover)}.compare-drawer__clear-button:hover{text-decoration:none}.compare-drawer__product-button-remove{transition:.3s ease}.compare-drawer__product-button-remove:hover{background-color:var(--primary-color);color:var(--white)}.compare-drawer-modal__description a:hover{text-decoration:none}}
/*# sourceMappingURL=/cdn/shop/t/20/assets/css-compare-drawer.css.map */
