.product-actions{display:flex;flex-direction:column;gap:6px}.product-actions__item{display:flex;align-items:center;justify-content:center;width:38px;height:38px;background-color:var(--color-light-grey);border-radius:var(--border-radius-small);color:var(--color-grey-icon);transition:var(--trs-base)}@media(max-width:767px){.product-actions__item{width:24px;height:24px}}@media(hover:hover){.product-actions__item:hover{cursor:pointer;color:var(--color-light-red)}}.product-actions__item--active{color:var(--color-red)}.product-actions__item .icon{width:20px;height:20px}@media(max-width:767px){.product-actions__item .icon{width:13px;height:13px}}.product-currency{padding:2px 8px;border:1px solid var(--color-grey-icon);border-radius:var(--border-radius-small);position:relative;min-width:61px;display:flex;align-items:center;height:24px;transition:var(--trs-base)}@media(hover:hover){.product-currency:hover{cursor:pointer;border-color:var(--color-dark-red)}}.product-currency--big{min-width:72px}.product-currency--big .product-currency__header{font:var(--font-base);font-weight:var(--fw-semibold)}.product-currency__header{display:flex;align-items:center;width:100%;gap:4px;color:var(--color-dark-red);font:var(--font-small);font-weight:var(--fw-semibold);line-height:1}.product-currency__list{position:absolute;border:1px solid var(--color-grey-icon);border-radius:var(--border-radius-small);left:0;right:0;top:calc(100% + 4px);z-index:2;background-color:#fff;overflow:hidden;opacity:0;visibility:hidden}.product-currency--active .product-currency__list{opacity:1;visibility:visible}.product-currency__item{padding:2px 6px;font:var(--font-small);transition:var(--trs-base)}@media(hover:hover){.product-currency__item:hover{cursor:pointer;background-color:var(--color-light-grey)}}.product-currency__list{display:flex;flex-direction:column}.product-currency__arrow{width:12px;height:12px;margin-left:auto;transition:var(--trs-base)}.product-currency--active .product-currency__arrow{transform:rotate(180deg)}.modal.modal--wide{max-width:1058px}.modal--product .modal-dialog{padding:0}.modal--product .modal-form .form{padding:55px 33px 33px;background-color:var(--color-light-grey);border-top-right-radius:var(--border-radius-base);border-bottom-right-radius:var(--border-radius-base);height:100%}@media(max-width:767px){.modal--product .modal-form .form{padding:16px;border-top-right-radius:0;border-bottom-left-radius:var(--border-radius-base);border-bottom-right-radius:var(--border-radius-base)}}.modal--product .modal-body{max-width:none;display:grid;grid-template-columns:1fr 1fr}@media(max-width:767px){.modal--product .modal-body{display:flex;flex-direction:column;gap:16px}}.modal--product .form__title{position:absolute;left:32px;top:32px}@media(max-width:1199px){.modal--product .form__title{left:16px;top:24px}}.product-modal-card{max-width:350px;margin:100px auto auto}@media(max-width:767px){.product-modal-card{max-width:none;margin-top:75px;padding:0 16px}}.product-modal-card__content{display:flex;flex-direction:column;gap:16px;position:relative}@media(max-width:767px){.product-modal-card__content{display:grid;grid-template-columns:96px auto;grid-gap:12px;gap:12px;grid-template-areas:"image row" "image name" "image price"}}.product-modal-card__code{font:var(--font-small);color:var(--color-grey-text)}@media(max-width:1199px){.product-modal-card__code{font:var(--font-h5);font-weight:var(--fw-base)}}.product-modal-card__image{position:relative;aspect-ratio:1;max-width:280px;margin:0 auto;width:100%}@media(max-width:767px){.product-modal-card__image{grid-area:image}}.product-modal-card__image img{max-width:100%;max-height:100%;object-fit:contain}.product-modal-card__name{font-weight:var(--fw-semibold)}@media(max-width:767px){.product-modal-card__name{grid-area:name}.product-modal-card__price{grid-area:price}}.product-modal-card__counter{position:relative;z-index:2}@media(max-width:767px){.product-modal-card__counter{grid-column:span 2}}.product-modal-card__row{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:24px}@media(max-width:767px){.product-modal-card__row{grid-area:row}}.add-to-cart{display:flex;width:100%;gap:8px}@media(max-width:767px){.add-to-cart{gap:4px}}.add-to-cart--big{display:grid;grid-template-columns:1fr}@media(min-width:1200px){.add-to-cart--big{flex-direction:column;gap:12px}}@media(max-width:1199px){.add-to-cart--big{grid-template-columns:1fr auto}}@media(min-width:1200px){.add-to-cart--pack.add-to-cart--big{grid-template-columns:1fr 1fr}}.add-to-cart--in-basket .add-to-cart__pack{grid-column:span 2;display:flex;flex-direction:column}.add-to-cart--big .add-to-cart__one-click{display:flex;flex-direction:column}@media(max-width:1199px){.add-to-cart--big .add-to-cart__one-click{display:block;grid-column:auto}}@media(min-width:1200px){.add-to-cart--pack .add-to-cart__in-basket,.add-to-cart--pack.add-to-cart--big .add-to-cart__one-click{grid-column:span 2}}.add-to-cart__in-basket{display:flex;align-items:center;gap:4px;flex:1 1}.add-to-cart__to-basket{flex:1 1}@media(max-width:1199px){.add-to-cart:not(.add-to-cart--big) .add-to-cart__in-basket .add-to-cart__to-basket{display:none}}@media(min-width:1200px){.add-to-cart--big .add-to-cart__in-basket{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}}@media(max-width:1199px){.add-to-cart--big.add-to-cart--pack{grid-template-areas:"inbasket oneclick" " pack pack"}.add-to-cart--pack .add-to-cart__in-basket{grid-area:inbasket}.add-to-cart--pack .add-to-cart__one-click{grid-area:oneclick}.add-to-cart--pack .add-to-cart__pack{grid-area:pack;display:flex;flex-direction:column}}.product-sku__item{display:flex;align-items:baseline;gap:32px;position:relative}@media(max-width:1199px){.product-sku__item{flex-direction:column;gap:12px;align-items:flex-start}}.product-sku__item--foldable{height:40px;overflow:hidden;align-items:flex-start}@media(max-width:1199px){.product-sku__item--foldable{height:32px}}.product-sku__item--foldable .product-sku__list{flex-wrap:nowrap}.product-sku__item--foldable-active{height:auto}.product-sku__item--foldable-active .btn--sku{display:flex}.product-sku__item--foldable-active .product-sku__list{flex-wrap:wrap}.product-sku__item--foldable-active .product-sku__toggler{transform:rotate(180deg);position:static}.product-sku__toggler{position:absolute;top:0;margin-top:0;bottom:0;right:0;background-color:#fff;height:40px;width:40px;z-index:2;border:none;display:flex;align-items:center;justify-content:center}.product-sku__toggler:before{position:absolute;content:"";top:0;bottom:0;right:100%;width:9rem;background:linear-gradient(90deg,rgba(255,255,255,0),#ffffff 78.15%)}@media(hover:hover){.product-sku__toggler:hover{cursor:pointer}}@media(max-width:1199px){.product-sku__toggler{width:32px;height:32px}}.product-sku__toggler .icon{width:18px;height:18px}.product-sku__name{flex:0 0 auto;font-weight:var(--fw-semibold)}@media(min-width:1200px){.product-card--list .product-sku__item--foldable .product-sku__list{flex-wrap:wrap}.product-card--list .product-sku__item--foldable{height:auto}}.product-sku__list{display:flex;flex-wrap:wrap;gap:12px;padding-bottom:2px}@media(max-width:1599px){.product-sku__list{gap:8px}}.product-card{padding:16px;border-radius:var(--border-radius-base);border:1px solid var(--color-grey-stroke);position:relative;display:flex;flex-direction:column}@media(max-width:767px){.product-card{padding:8px}}.product-card__sku{order:2;margin-bottom:16px}@media(min-width:1200px){.product-card--list .product-card__sku{grid-column:1/8;grid-row:2/2;margin-bottom:0}}a.product-card__gallery{aspect-ratio:350/266;margin-bottom:8px;order:1;position:relative;transition:none}.product-card__control{display:flex;gap:8px;order:5}.product-card__label{position:absolute;top:16px;left:16px;z-index:2}@media(max-width:767px){.product-card__label{top:8px;left:8px}}.product-card__block{display:contents}.product-card__props{font:var(--font-mini);display:flex;flex-direction:column;gap:8px}.product-card__prop{display:flex;gap:4px}.product-card__prop-key{color:var(--color-grey-text)}.product-card__row{display:flex;justify-content:space-between;margin-bottom:12px}@media(max-width:767px){.product-card__row{margin-bottom:7px}}.product-card__row--1{order:2}.product-card__row--mb{margin-bottom:16px;order:4}@media(max-width:767px){.product-card__row--mb{margin-bottom:12px}}.product-card--list .product-card__row--mb>*{justify-content:flex-end;align-self:flex-end;text-align:right}.product-card__code{font:var(--font-h5);font-weight:var(--fw-base);color:var(--color-grey-text);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;height:var(--lh-h5);max-width:50%;-webkit-box-orient:vertical}@media(max-width:767px){.product-card__code{display:none}}a.product-card__name{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;height:calc(var(--lh-base)*2);-webkit-box-orient:vertical;font-weight:var(--fw-semibold);margin-bottom:16px;order:3;transition:none;margin-top:auto}@media(max-width:767px){a.product-card__name{margin-bottom:10px;font-size:12px;height:32px}}.product-card__actions{position:absolute;top:16px;right:12px;z-index:5}@media(max-width:767px){.product-card__actions{top:8px;right:8px}}.product-card--list .add-to-cart__to-basket{display:none}@media(min-width:1200px){.product-card--list{display:grid;grid-template-columns:127px auto 10% 9% 13% 160px 306px;align-items:center;padding:8px 24px;grid-gap:32px;gap:32px}}@media(min-width:1200px)and (max-width:1599px){.product-card--list{gap:24px;grid-template-columns:127px auto 10% 16% 160px 250px}}@media(min-width:1200px){.product-card--list .product-card__actions{position:static}.product-card--list .product-card__gallery,.product-card--list .product-card__row{margin-bottom:0}.product-card--list .product-card__block{display:flex;flex-direction:column;gap:12px;order:2}.product-card--list .product-card__label{position:static}.product-card--list .product-card__name{margin-bottom:0}.product-card--list .product-card__row--1{order:3}.product-card--list .product-card__row{flex-direction:column;gap:12px}.product-card--list .product-card__code{max-width:none}.product-card--list .product-card__gallery{order:1}.product-card--list .product-card__block{order:2}.product-card--list .product-card__row--1{order:3}.product-card--list .product-card__props{order:4}.product-card--list .product-card__row--mb{order:5}.product-card--list .product-card__pack{order:6}.product-card--list .product-card__control{order:7}}@media(max-width:1199px){.product-card--list .product-card__pack{order:5;display:flex;flex-direction:column;margin-bottom:8px}.product-card--list .product-card__control{margin-top:auto}}