<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.shopping_list{transition:border-color .2s;border:1px solid #bec0dd;border-radius:6px;padding:1.3em 1.5em}.shopping_list:hover{border-color:#09f}.shopping_list__title{font-weight:700;color:#09f;margin-bottom:.2em}@media only screen and (min-width: 751px){.shopping_lists{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));grid-gap:1.5rem}}@media only screen and (min-width: 451px)and (max-width: 750px){.shopping_lists{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));grid-gap:1.5rem}}@media only screen and (max-width: 450px){.shopping_lists{display:grid;grid-template-columns:repeat(1, minmax(0, 1fr));grid-gap:1.5rem}}.product_header{display:grid;grid-template:"breadcrumbs texts" auto "gallery texts" 1fr "gallery info" auto/1fr 1fr}.product_header__breadcrumbs{grid-area:breadcrumbs}.product_header__gallery{grid-area:gallery}.product_header__texts{grid-area:texts}.product_header__info{grid-area:info}@media only screen and (max-width: 1100px){.product_header{margin-left:0;margin-right:0;padding-left:0;padding-right:0;max-width:inherit;width:auto;grid-template:"breadcrumbs" "texts" "gallery" "info"/1fr}}@media only screen and (min-width: 476px)and (max-width: 1100px){.product_header__gallery__photos{max-width:40rem}}.product_header__title{font-weight:700;color:#000847;margin-bottom:.6em;text-transform:uppercase;font-size:2rem;line-height:1.1666666667em;text-transform:none}@media only screen and (max-width: 450px){.product_header__title{font-size:1.8666666667rem;line-height:1.25em}}.product_header__text{font-weight:300}.product_header__suitability{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2rem}.product_header__texts{padding-bottom:3.5rem;padding-top:3.5rem}@media only screen and (min-width: 621px){.product_header__texts{padding-left:3rem;padding-right:3rem}}@media only screen and (max-width: 620px){.product_header__texts{padding-left:1.5rem;padding-right:1.5rem}}@media only screen and (min-width: 1101px){.product_header__texts{max-width:650px}}@media only screen and (max-width: 1100px){.product_header__texts{padding-bottom:2rem;padding-top:2rem}}.product_header__price{font-size:2rem;line-height:1.1666666667em;color:inherit;margin-bottom:0}@media only screen and (max-width: 450px){.product_header__price{font-size:1.8666666667rem;line-height:1.25em}}.product_header__price .unknown{font-size:1.3333333333rem;line-height:1.3em;opacity:.6;letter-spacing:1px}@media only screen and (max-width: 475px){.product_header__price{grid-column:span 2}}@media only screen and (min-width: 621px){.product_header__parameters_store_transit,.product_header__price_count_cart__inner,.product_header__tools_compatibility{padding-left:3rem;padding-right:3rem}}@media only screen and (max-width: 620px){.product_header__parameters_store_transit,.product_header__price_count_cart__inner,.product_header__tools_compatibility{padding-left:1.5rem;padding-right:1.5rem}}@media only screen and (min-width: 1101px){.product_header__parameters_store_transit,.product_header__price_count_cart__inner,.product_header__tools_compatibility{max-width:710px}}.product_header__parameters{grid-column:span 2}.product_header__parameter__dt{font-weight:300}.product_header__parameter__dd{font-weight:700}.product_header__parameter__dd--code{white-space:nowrap}@media only screen and (min-width: 1101px)and (max-width: 1300px){.product_header__parameter{font-size:.8666666667rem;line-height:1.5384615385em}}@media only screen and (min-width: 661px){.product_header__parameter{padding-left:1.4em;padding-right:1.4em;border-left:1px solid #bec0dd}.product_header__parameters{display:flex;border-bottom:1px solid #bec0dd;padding-bottom:1.6rem}.product_header__parameters--two_rows{display:grid;grid-template-columns:repeat(3, auto);gap:1rem 0}.product_header__parameters--two_rows .product_header__parameter:nth-child(3n){padding-right:0}.product_header__parameters--two_rows .product_header__parameter:nth-child(3n+1){border-left-width:0;padding-left:0}.product_header__parameter:first-child{border-left-width:0;padding-left:0}.product_header__parameter:last-child{padding-right:0}}@media only screen and (max-width: 660px){.product_header__parameter{display:flex;border-bottom:1px solid #bec0dd;padding-bottom:.5rem}.product_header__parameter__dt{margin-right:1ch}.product_header__parameter:not(:last-child){margin-bottom:calc(.5rem + 1px)}}.product_header__store_level,.product_header__transit_options{padding:1.5em}.product_header__store_level{font-weight:700;margin-left:-1.5em}.product_header__store_level--in_store{color:#28b360}.product_header__store_level--not_in_store{color:#f88c20}.product_header__transit_options{white-space:nowrap;padding-left:4em;position:relative;margin-right:-1.5em}.product_header__transit_options&gt;span{color:#09f;display:table;position:relative}.product_header__transit_options&gt;span::before{content:"";display:block;position:absolute;background-color:#09f;bottom:0;height:1px;left:0;transform-origin:center center;transform:scaleX(0);width:100%;transition:transform .2s}.product_header__transit_options&gt;span:hover::before{transform:scaleX(1)}.product_header__transit_options::before{content:"";display:block;position:absolute;height:2.3em;width:2.3em;top:50%;transform:translateY(-50%);background:url("/media/img/ico-transit.svg") no-repeat center center/contain;left:1em}.product_header__transit_options:hover&gt;span::before{transform:scaleX(1)}.product_header__parameters_store_transit{display:grid;grid-template-columns:1fr max-content;justify-content:space-between;align-items:center}.product_header__price_count_cart{padding-bottom:2.2rem;padding-top:2.2rem;background-color:#273142;color:#fff}.product_header__price_count_cart__inner{display:grid;grid-template-columns:1fr min-content minmax(min-content, 1fr);align-items:center;gap:1.5rem 2rem}.product_header__price_count_cart__inner .request_button{-webkit-appearance:none;appearance:none;background-color:rgba(0,0,0,0);cursor:auto;border-width:0;font-size:inherit;line-height:inherit;padding:0;display:flex;justify-content:center;align-items:center;text-align:center;padding-bottom:0.8em;padding-top:0.8em;padding-left:2.5em;padding-right:2.5em;display:inline-flex;border-radius:0;cursor:pointer;transition-property:background-color,border-color,color;transition-duration:.2s;font-weight:700;font-size:1.0666666667rem;line-height:1.375em;background-color:#09f;border:1px solid #09f;color:#fff;background-color:#09f;border:1px solid #09f;color:#fff;border-radius:3px;padding:.77em 1.8em;min-width:8em;background-color:#fc5d20;border-color:rgba(0,0,0,0);color:#fff;grid-column:span 2}.product_header__price_count_cart__inner .request_button:hover{background-color:#006ec9;border-color:#006ec9}.product_header__price_count_cart__inner .request_button:active{background-color:#000847;border-color:#000847}.product_header__price_count_cart__inner .request_button:disabled{background-color:rgba(0,153,255,.5);border-color:rgba(0,153,255,.5)}.product_header__price_count_cart__inner .request_button:hover{background-color:#f88c20;border-color:rgba(0,0,0,0)}@media only screen and (max-width: 475px){.product_header__price_count_cart__inner{grid-template-columns:1fr 1fr}}.product_header__price_count_cart .form__snippet&gt;div,.product_header__price_count_cart .form,.product_header__price_count_cart .form__items,.product_header__price_count_cart .field{display:contents}.product_header__price_count_cart .count{display:none}.product_header__price_count_cart .button{justify-self:end}.product_header__price_count_cart button{background-color:#fc5d20;border-color:rgba(0,0,0,0);color:#fff}.product_header__price_count_cart button:hover{background-color:#f88c20;border-color:rgba(0,0,0,0)}.product_header__tools_compatibility{padding-bottom:2.2rem;padding-top:2.2rem}.product_header__tool{color:#09f;display:block;white-space:nowrap;padding:.5em 1em .5em 3em;position:relative;cursor:pointer}@media only screen and (min-width: 581px){.product_header__tool{width:33.3333333333%}}.product_header__tool&gt;span{color:#09f;display:table;position:relative}.product_header__tool&gt;span::before{content:"";display:block;position:absolute;background-color:#09f;bottom:0;height:1px;left:0;transform-origin:center center;transform:scaleX(0);width:100%;transition:transform .2s}.product_header__tool&gt;span:hover::before{transform:scaleX(1)}.product_header__tool::before{content:"";display:block;position:absolute;height:1.3em;width:1.3em;top:50%;transform:translateY(-50%);background:no-repeat center center/contain;left:1em}.product_header__tool:hover&gt;span::before{transform:scaleX(1)}.product_header__tool--shopping_list::before{background-image:url("/media/img/ico-favorite.svg")}.product_header__tool--shopping_list.favorite::before{background-image:url("/media/img/ico-favorite-active.svg")}.product_header__tool--request::before{background-image:url("/media/img/ico-talk.svg")}.product_header__tool--price_request::before{background-image:url("/media/img/ico-cart2.svg")}.product_header__tools{display:flex;gap:0 1.5rem}@media only screen and (max-width: 580px){.product_header__tools{flex-wrap:wrap}}.product_header__tools+.product_header__compatibility{border-top:1px solid #bec0dd;padding-top:1.4rem;margin-top:2rem}.product_header__compatibility__label{font-weight:300;margin-bottom:.3em}.product_header__compatibility__machine{color:#09f;display:table;position:relative;white-space:nowrap}.product_header__compatibility__machine::before{content:"";display:block;position:absolute;background-color:#09f;bottom:0;height:1px;left:0;transform-origin:center center;transform:scaleX(0);width:100%;transition:transform .2s}.product_header__compatibility__machine:hover::before{transform:scaleX(1)}.product_header__compatibility__machines{display:flex;flex-wrap:wrap;gap:0 2rem}@media only screen and (min-width: 1101px){.product_header__breadcrumbs,.product_header__gallery{border-right:1px solid #bec0dd;padding-right:3rem;max-width:700px;justify-self:right;width:100%}}@media only screen and (max-width: 1100px)and (min-width: 621px){.product_header__breadcrumbs,.product_header__gallery{padding-left:3rem;padding-right:3rem}}@media only screen and (max-width: 1100px)and (max-width: 620px){.product_header__breadcrumbs,.product_header__gallery{padding-left:1.5rem;padding-right:1.5rem}}.product_header__gallery{padding-bottom:2.2rem}@media only screen and (max-width: 1100px)and (min-width: 621px){.product_header__gallery{padding-left:3rem;padding-right:3rem}}@media only screen and (max-width: 1100px)and (max-width: 620px){.product_header__gallery{padding-left:1.5rem;padding-right:1.5rem}}.product_header__gallery__photos{position:relative}.product_header__gallery__photos .stickers{position:absolute;left:0;top:1em}.product_header .category_paths{margin-top:2rem}.product_gallery__preview{overflow:hidden;position:relative;aspect-ratio:7/5;cursor:pointer}.product_gallery__preview img{display:block;height:100%;width:100%;left:0;top:0;position:absolute;object-fit:contain;max-height:initial;max-width:initial}.product_gallery__preview .no_ico{background-color:#f3f3f3;height:100%}.product_gallery__thumb{overflow:hidden;position:relative;aspect-ratio:9/8;width:20%;border-right:1px solid #bec0dd;border-bottom:1px solid #bec0dd;cursor:pointer}.product_gallery__thumb img{display:block;height:100%;width:100%;left:0;top:0;position:absolute;object-fit:contain;max-height:initial;max-width:initial}.product_gallery__thumbs{display:flex;flex-wrap:wrap;border-left:1px solid #bec0dd}.product_gallery__thumbs&gt;*:nth-child(-n+5){border-top:1px solid #bec0dd}.product_gallery__thumb--hidden{display:none}.product_gallery__thumbs--more .product_gallery__thumb{display:block}.product_gallery__thumbs--more .product_gallery__more{display:none}.product_gallery__more{transition:color .2s;font-weight:700;font-size:1rem;line-height:1.2em;padding:1rem;cursor:pointer;display:flex;justify-content:center;align-items:center;text-align:center}.product_gallery__more:hover{color:#09f}.category_path{font-size:.8666666667rem;line-height:1.5384615385em}.category_path:not(:last-child){margin-bottom:.5em}.category_paths__label{font-weight:700;margin-bottom:.2em}.category_path__part{color:#09f;display:inline-block}.category_path__part:not(:last-child){margin-right:.4em}.category_path__part:not(:last-child)::after{content:"";display:block;height:.8em;width:.8em;background:url("/media/img/arrow-down.svg") no-repeat center center/contain;display:inline-block;margin-left:.5em;position:relative;top:.35em;margin-bottom:.3em;transform:rotate(-0.25turn)}.category_path__part:hover{text-decoration:underline}.parameter__inner{padding-top:5rem;margin-left:auto;margin-right:auto;max-width:600px;width:100%}@media only screen and (max-width: 600px){.parameter__inner{padding-top:3rem}}@media only screen and (min-width: 621px){.parameter__inner{padding-left:3rem;padding-right:3rem}}@media only screen and (max-width: 620px){.parameter__inner{padding-left:1.5rem;padding-right:1.5rem}}.parameter__header{font-weight:700;color:#000847;margin-bottom:.6em;text-transform:uppercase;font-size:1.6666666667rem;line-height:1.32em;margin-bottom:1.1em;text-align:center}.parameter__label,.parameter__value{border-top:1px solid #bec0dd;padding:1em}.parameter__value{font-weight:700;text-align:right}.parameter__list{display:grid;grid-template-columns:auto auto;border-bottom:1px solid #bec0dd}.product_header+.recent_products,.product_header+.catalog_section{margin-top:0}.recent_products{border-top:1px solid #bec0dd}
</pre></body></html>