:root{--page_min_width:320px;--page_max_width:1005px;--gutter:2rem;--half-gutter:1rem;--cl_carmine:#ee6e73;--cl_carmine_dark:#e94047;--cl_carmine_light:#f39c9f;--cl_carmine_x-light:#fad8da;--cl_selling_green:#1abc9c;--cl_gray:#666;--cl_gray_dark:#333;--cl_gray_light:#999;--cl_gray_x-light:#ccc;--cl_gray_xx-light:#f0f0f0;--cl_bg_marked_red:#cc0000;--cl_bg_gray:#ccc;--cl_bg_gray_light:#f9f9f9;--cl_bg_pink_light:#fce3e7;--cl_bg_pink_x-light:#ffeeee;--cl_bg_success_green:#dff2bf;--cl_bg_info_blue:#bde5f8;--cl_bg_error_red:#ffd2d2;--cl_border_error_red:#ff0000;--cl_border_gray:#999;--cl_border_gray_light:#ccc;--cl_border_gray_x-light:#f0f0f0;--cl_border_green:#7bae37;--cl_link:#e6242c;--cl_link_hover:#dc2a2a;--cl_link_visited:#ee6e73;--cl_text_green:#7bae37;--cl_text_sale_red:#ff0000;--cl_text_success_green:#4f8a10;--cl_text_info_blue:#00529b;--cl_text_error_red:#d8000c;--cl_text_disabled:#899c9c;--cl_tag_popular:#e74c3c;--cl_tag_exclusive:#9b59b6;--cl_tag_premium:#f39c12;--cl_tag_price-quality:#1abc9c;--font_family_base:'Roboto',sans-serif;--font_size_-5:0.8rem;--font_size_-4:0.9rem;--font_size_-3:1.0rem;--font_size_-2:1.1rem;--font_size_-1:1.2rem;--font_size_base:1.3rem;--font_size_1:1.4rem;--font_size_2:1.5rem;--font_size_3:1.6rem;--font_size_4:1.7rem;--font_size_5:1.8rem;--font_size_6:1.9rem;--font_size_7:2.0rem;--font_size_8:2.1rem;--font_size_9:2.2rem;--font_size_10:2.3rem;--font_size_11:2.5rem;--font_size_12:2.7rem;--transition_base:opacity 0.5s linear,background-color 0.3s linear,color 0.5s linear,border-color 0.5s linear}.announce{margin:0 0 calc(2rem * 2);margin:0 0 calc(var(--gutter) * 2);font-size:1.4rem;font-size:var(--font_size_1);line-height:1.4;padding:.5rem 2rem;border:3px solid #f00431;border-radius:4px;background:#ffffc9}@media (min-width:720px){.announce{margin:0 auto 2rem;margin:0 auto var(--gutter);max-width:calc(1005px - 2rem * 2);max-width:calc(var(--page_max_width) - var(--gutter) * 2)}}.announce.no-border-bottom{margin-bottom:0;border-bottom-left-radius:0;border-bottom-right-radius:0}.announce a{color:red!important}.index .announce{margin-left:1rem;margin-left:var(--half-gutter);margin-right:1rem;margin-right:var(--half-gutter)}@media (min-width:720px){.index .announce{margin-left:auto;margin-right:auto}}.city-select{position:fixed;z-index:100;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;grid-gap:1rem;gap:1rem;width:100%;max-width:400px;padding:2rem 1rem;padding:var(--gutter) var(--half-gutter);box-shadow:0 5px 8px 0 rgba(0,0,0,.3);background:#fff}@media (min-width:720px){.city-select{padding:2rem;padding:var(--gutter);border-radius:4px}}.city-select .btn{padding-left:1.5rem;padding-right:1.5rem}.dropdown-search{position:relative;z-index:10;display:inline-block;width:100%;min-width:230px;min-height:3.7rem;padding:1rem 3rem 1rem 1.4rem;border:1px solid rgba(34,36,38,.2);border-radius:3px;cursor:pointer}.dropdown-search.--open{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important;box-shadow:0 2px 3px 0 rgba(34,36,38,.15)}.dropdown-search select{display:none}.dropdown-search input.search{position:absolute;z-index:2;top:0;left:1px;width:100%;padding:1rem 3rem 1rem 1.4rem;border:none;cursor:text;background:0 0;outline:0}.dropdown-search__text{pointer-events:none;position:relative;z-index:3;left:1px;display:inline-block;cursor:text;opacity:1}.--open .dropdown-search__text{opacity:.35}.dropdown-search__text.--default{opacity:.75}.--open .dropdown-search__text.--default{opacity:.35}.dropdown-search__dropdown{position:absolute;top:100%;left:0;display:none;width:calc(100% + 2px);margin:0 -1px;padding:0;overflow-x:hidden;overflow-y:auto;max-height:300px;border:1px solid rgba(34,36,38,.2);border-radius:3px;background-color:#fff}.dropdown-search.--open .dropdown-search__dropdown{display:block;border-top:none;border-top-left-radius:0;border-top-right-radius:0;box-shadow:0 2px 3px 0 rgba(34,36,38,.15)}.dropdown-search__dropdown::-webkit-scrollbar{-webkit-appearance:none;width:10px;height:10px}.dropdown-search__dropdown::-webkit-scrollbar-track{background:rgba(0,0,0,.1);border-radius:0}.dropdown-search__dropdown::-webkit-scrollbar-thumb{cursor:pointer;border-radius:5px;background:rgba(0,0,0,.25);-webkit-transition:color .2s ease;transition:color .2s ease}.dropdown-search__dropdown::-webkit-scrollbar-thumb:window-inactive{background:rgba(0,0,0,.15)}.dropdown-search__dropdown::-webkit-scrollbar-thumb:hover{background:rgba(128,135,139,.8)}.dropdown-search__dropdown li{list-style-type:none;margin:0;padding:1rem 1.5rem;border-top:1px solid #f0f0f0;white-space:nowrap}.dropdown-search__dropdown li.--selected{font-weight:500;color:#333;color:var(--cl_gray_dark);background:#f0f0f0!important}.dropdown-search__dropdown li:focus,.dropdown-search__dropdown li:hover{background:#fafafa}.dropdown-search__dropdown li[data-value="-1"]{display:none}.dropdown-search__dropdown.--empty li[data-value="-1"]{display:block!important}.dropdown-search__icon{cursor:pointer;position:absolute;right:1rem;z-index:3;transform:scaleY(.75)}.dropdown-search__icon:before{content:'\25BC';font-size:1rem;font-size:var(--font_size_-3)}html{box-sizing:border-box;font-size:62.5%;scroll-behavior:smooth}*,:after,:before{box-sizing:inherit}a{text-decoration:none;border-bottom:1px solid transparent;transition:color .2s ease,border-color .2s ease}a:link{color:#e6242c;color:var(--cl_link)}a:visited{color:#ee6e73;color:var(--cl_link_visited)}a:hover{color:#dc2a2a;color:var(--cl_link_hover);border-color:currentColor}a.no-border:hover{border-bottom-style:hidden}a.perm:visited{color:#ee6e73;color:var(--cl_carmine)}a.perm:hover{color:#e94047;color:var(--cl_carmine_dark)}a.anchor:visited{color:var(--cl_link)}a.anchor:hover{color:var(--cl_link_hover)}a.anchor{border-bottom-style:dotted;border-bottom-color:currentColor}a.anchor:hover{border-bottom-style:solid}a.link-gray{color:#666;color:var(--cl_gray)}a.link-gray:visited{color:#666;color:var(--cl_gray)}a.link-gray:hover{color:#333;color:var(--cl_gray_dark)}dt{font-size:1.8rem;font-size:var(--font_size_5);font-weight:500}dd{margin-bottom:3rem}.--hidden,.hidden{display:none!important}.invisible{opacity:0}@media (max-width:719px){.hidden-sm,.hidden-small{display:none!important}}@media (max-width:1020px){.hidden-medium{display:none!important}}@media (min-width:720px){.medium-below{display:none!important}}.medium-plus{display:none}@media (min-width:720px){.medium-plus{display:inline;display:initial}}.nowrap{white-space:nowrap}.centered{text-align:center}.centered-fully{display:flex;align-items:center;justify-content:center}.centered-fully div{text-align:center}.indented-top{margin-top:1.5rem}.full-width{width:100%}.full-width-flex{flex-basis:100%!important}.full-bleed{overflow-x:scroll}@media (min-width:720px){.full-bleed{overflow-x:auto}}.no-border{border:none!important}.no-border-bottom{border-bottom:none!important}.no-border-top{border-top:none!important}.red{color:#d8000c;color:var(--cl_text_error_red)}.expanded{letter-spacing:.75em;margin-right:.5rem}.highlighted{font-weight:700;color:var(--cl_text_green)}.overlay{position:fixed;width:100%;height:100%;top:0;left:0;right:0;bottom:0;background:#000;opacity:.5;z-index:999;cursor:pointer}.shade{position:absolute;z-index:3;width:100%;height:100%;background:#000;opacity:.5}.fog,.fog-white{position:absolute;top:0;left:0;width:100%;height:100%;min-height:32px}.fog-white{background:#fff;opacity:.6}.icon{display:inline-block;background-repeat:no-repeat}.unfold-icon{display:none;position:absolute;z-index:9999;left:0;right:0;margin:0 auto;width:32px;height:32px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M31.5 16C31.5 24.5625 24.5625 31.5 16 31.5C7.4375 31.5 0.5 24.5625 0.5 16C0.5 7.4375 7.4375 0.5 16 0.5C24.5625 0.5 31.5 7.4375 31.5 16ZM22.525 14.1938L18 18.9125V7.5C18 6.66875 17.3313 6 16.5 6H15.5C14.6687 6 14 6.66875 14 7.5V18.9125L9.475 14.1938C8.89375 13.5875 7.925 13.575 7.33125 14.1687L6.65 14.8562C6.0625 15.4437 6.0625 16.3938 6.65 16.975L14.9375 25.2687C15.525 25.8562 16.475 25.8562 17.0562 25.2687L25.35 16.975C25.9375 16.3875 25.9375 15.4375 25.35 14.8562L24.6688 14.1687C24.075 13.575 23.1062 13.5875 22.525 14.1938V14.1938Z' fill='%23EE6E73'/%3E %3C/svg%3E");background-size:32px 32px;transition:opacity .5s linear,background-color .3s linear,color .5s linear,border-color .5s linear;transition:var(--transition_base)}.is-folded .unfold-icon{display:block}.marked-message{display:inline-block;padding:0 .25rem;line-height:1.2;background:#c00;background:var(--cl_bg_marked_red);color:#fff;font-size:1rem;font-size:var(--font_size_-3);text-transform:uppercase}.marker{background:#ffe3e0;background:linear-gradient(180deg,rgba(255,255,255,0) 45%,#ffe3e0 55%);color:#000}.footnote{margin-top:.5rem;font-size:1.3rem;font-size:var(--font_size_base);opacity:.75}.footnote:before{content:'*';margin-right:.5rem}span.dfn{position:relative;cursor:pointer;border-bottom-style:dotted;border-bottom-width:1px;margin-right:18px}span.dfn i{position:absolute;right:-16px;top:4px;vertical-align:middle;width:12px;height:12px;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M2.93 17.07A10 10 0 1 1 17.07 2.93 10 10 0 0 1 2.93 17.07zM9 11v4h2V9H9v2zm0-6v2h2V5H9z'/%3E%3C/svg%3E") no-repeat center}span.circle-spot{display:inline-block;width:11px;height:11px;vertical-align:middle;border-radius:100%;background:#000}.collapsible:after{content:'▾';margin-left:.5rem}.collapsible.is-collapsed:after{content:'▸'}.collapsible-content{padding:1rem 1.5rem;background:#f9f9f9;background:var(--cl_bg_gray_light)}.thumb a{display:block;border:1px solid #ccc;border:1px solid var(--cl_gray_x-light);border-radius:4px;transition:border-color .5s ease}.thumb a:hover{border-color:#999;border-color:var(--cl_gray_light)}.thumb img{border-radius:4px}.loader{margin:0 auto;width:32px;height:32px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='105' height='105' viewBox='0 0 105 105' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E %3Ccircle cx='12.5' cy='12.5' r='12.5'%3E %3Canimate attributeName='fill-opacity' begin='0s' dur='1s' values='1;.2;1' calcMode='linear' repeatCount='indefinite'/%3E %3C/circle%3E %3Ccircle cx='12.5' cy='52.5' r='12.5' fill-opacity='.5'%3E %3Canimate attributeName='fill-opacity' begin='100ms' dur='1s' values='1;.2;1' calcMode='linear' repeatCount='indefinite'/%3E %3C/circle%3E %3Ccircle cx='52.5' cy='12.5' r='12.5'%3E %3Canimate attributeName='fill-opacity' begin='300ms' dur='1s' values='1;.2;1' calcMode='linear' repeatCount='indefinite'/%3E %3C/circle%3E %3Ccircle cx='52.5' cy='52.5' r='12.5'%3E %3Canimate attributeName='fill-opacity' begin='600ms' dur='1s' values='1;.2;1' calcMode='linear' repeatCount='indefinite'/%3E %3C/circle%3E %3Ccircle cx='92.5' cy='12.5' r='12.5'%3E %3Canimate attributeName='fill-opacity' begin='800ms' dur='1s' values='1;.2;1' calcMode='linear' repeatCount='indefinite'/%3E %3C/circle%3E %3Ccircle cx='92.5' cy='52.5' r='12.5'%3E %3Canimate attributeName='fill-opacity' begin='400ms' dur='1s' values='1;.2;1' calcMode='linear' repeatCount='indefinite'/%3E %3C/circle%3E %3Ccircle cx='12.5' cy='92.5' r='12.5'%3E %3Canimate attributeName='fill-opacity' begin='700ms' dur='1s' values='1;.2;1' calcMode='linear' repeatCount='indefinite'/%3E %3C/circle%3E %3Ccircle cx='52.5' cy='92.5' r='12.5'%3E %3Canimate attributeName='fill-opacity' begin='500ms' dur='1s' values='1;.2;1' calcMode='linear' repeatCount='indefinite'/%3E %3C/circle%3E %3Ccircle cx='92.5' cy='92.5' r='12.5'%3E %3Canimate attributeName='fill-opacity' begin='200ms' dur='1s' values='1;.2;1' calcMode='linear' repeatCount='indefinite'/%3E %3C/circle%3E %3C/svg%3E");background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='105' height='105' viewBox='0 0 105 105' xmlns='http://www.w3.org/2000/svg' fill='var(--cl_gray_dark)'%3E %3Ccircle cx='12.5' cy='12.5' r='12.5'%3E %3Canimate attributeName='fill-opacity' begin='0s' dur='1s' values='1;.2;1' calcMode='linear' repeatCount='indefinite'/%3E %3C/circle%3E %3Ccircle cx='12.5' cy='52.5' r='12.5' fill-opacity='.5'%3E %3Canimate attributeName='fill-opacity' begin='100ms' dur='1s' values='1;.2;1' calcMode='linear' repeatCount='indefinite'/%3E %3C/circle%3E %3Ccircle cx='52.5' cy='12.5' r='12.5'%3E %3Canimate attributeName='fill-opacity' begin='300ms' dur='1s' values='1;.2;1' calcMode='linear' repeatCount='indefinite'/%3E %3C/circle%3E %3Ccircle cx='52.5' cy='52.5' r='12.5'%3E %3Canimate attributeName='fill-opacity' begin='600ms' dur='1s' values='1;.2;1' calcMode='linear' repeatCount='indefinite'/%3E %3C/circle%3E %3Ccircle cx='92.5' cy='12.5' r='12.5'%3E %3Canimate attributeName='fill-opacity' begin='800ms' dur='1s' values='1;.2;1' calcMode='linear' repeatCount='indefinite'/%3E %3C/circle%3E %3Ccircle cx='92.5' cy='52.5' r='12.5'%3E %3Canimate attributeName='fill-opacity' begin='400ms' dur='1s' values='1;.2;1' calcMode='linear' repeatCount='indefinite'/%3E %3C/circle%3E %3Ccircle cx='12.5' cy='92.5' r='12.5'%3E %3Canimate attributeName='fill-opacity' begin='700ms' dur='1s' values='1;.2;1' calcMode='linear' repeatCount='indefinite'/%3E %3C/circle%3E %3Ccircle cx='52.5' cy='92.5' r='12.5'%3E %3Canimate attributeName='fill-opacity' begin='500ms' dur='1s' values='1;.2;1' calcMode='linear' repeatCount='indefinite'/%3E %3C/circle%3E %3Ccircle cx='92.5' cy='92.5' r='12.5'%3E %3Canimate attributeName='fill-opacity' begin='200ms' dur='1s' values='1;.2;1' calcMode='linear' repeatCount='indefinite'/%3E %3C/circle%3E %3C/svg%3E");background-size:32px 32px}.fog .loader,.fog-white .loader{position:absolute;left:50%;top:50%;margin:-16px 0 0 -16px}.discount_badge{position:absolute;top:.5rem;right:.5rem;width:2.5rem;border-radius:50%;font-size:.9rem;font-size:var(--font_size_-4);line-height:2.5rem;text-align:center;color:#fff;background:#ee6e73;background:var(--cl_carmine)}.discount_badge.dis50{background:#000!important}.discount_badge.dis40{background:#e52d2d!important}.discount_badge.dis30{background:#e94d4d!important}.discount_badge.dis20{background:#ed6c6c!important}.discount_badge.dis15{background:#ef7c7c!important}.discount_badge.dis10{background:#f18c8c!important}.discount_badge.dis5{background:#f5abab!important}.flatpage,.text-block{font-size:var(--font_size_2);line-height:1.5}.text-block ul li{margin:1.5rem 0;padding-left:1.5rem}.is-folded{position:relative;overflow:hidden}.is-folded:before{content:'';width:100%;height:100%;position:absolute;z-index:1;left:0;top:0;border-bottom:1.5rem solid #fff;background:linear-gradient(to top,rgba(255,255,255,1) 5%,rgba(255,255,255,0) 40%);pointer-events:none}.is-folded .unfold-link{position:absolute;z-index:2;bottom:0;width:100%;font-size:1.3rem;font-size:var(--font_size_base);font-weight:700;background:#fff}.text-cloud{position:relative;margin-top:1.5rem;padding:.5rem 2rem;border-radius:1.25rem;background:#f9f9f9;background:var(--cl_bg_gray_light);font-size:var(--font_size_2);line-height:1.5}.text-cloud:before{content:'';position:absolute;right:3rem;top:-2rem;width:0;height:0;border-style:solid;border-width:2rem 2rem 0 0;border-color:transparent #f9f9f9 transparent transparent;border-color:transparent var(--cl_bg_gray_light) transparent transparent}@media (min-width:720px){.text-cloud{margin-top:0}.text-cloud:before{content:'';position:absolute;left:-2rem;top:2rem;width:0;height:0;border-style:solid;border-width:1.5rem 2rem 0 0;border-color:transparent #f9f9f9 transparent transparent;border-color:transparent var(--cl_bg_gray_light) transparent transparent}}@media (min-width:1024px){.text-cloud:before{left:-3rem;border-width:1.5rem 3rem 0 0}}.text-cloud .el--with-fog:before{border-bottom-color:#f9f9f9;border-bottom-color:var(--cl_bg_gray_light);background:linear-gradient(transparent 30px,#f9f9f9);background:linear-gradient(transparent 30px,var(--cl_bg_gray_light))}.text-cloud a:visited{color:var(--cl_link)}.text-cloud a:hover{color:var(--cl_link_hover)}.text-cloud p{margin:1rem 0}.text-cloud__hdr{margin:1rem 0;font-weight:700}.text-cloud__content.is-folded{height:200px}.text-cloud__content.is-folded:before{border-bottom-color:#f9f9f9;border-bottom-color:var(--cl_bg_gray_light);background:linear-gradient(to top,#f9f9f9 8%,rgba(249,249,249,0) 30%);background:linear-gradient(to top,#f9f9f9 8%,rgba(249,249,249,0) 30%)}.frame-table{border-collapse:collapse;border:1px solid #999;border:1px solid var(--cl_gray_light)}.frame-table thead th,.frame-table tr.frame-table__header{background:#f9f9f9;background:var(--cl_bg_gray_light)}.frame-table td,.frame-table th{padding:1rem 1.25rem;border:1px solid #f0f0f0;border:1px solid var(--cl_border_gray_x-light)}.frame-table .td-title{font-weight:700}table.table-centered td,table.table-centered thead th{text-align:center}@media (max-width:719px){table.table-compact{font-size:1.1rem;font-size:var(--font_size_-2);line-height:1.3}}@media (max-width:719px){table.table-compact td,table.table-compact th{padding:.75rem}}.priceoff__desc{color:red;color:var(--cl_text_sale_red)}.price-offer-badge,.priceoff-badge,.promo-badge{display:inline-block;margin-top:2px;padding:1px 3px;font-size:.9rem;font-size:var(--font_size_-4);line-height:normal;vertical-align:top;text-transform:uppercase;background:#d8000c;background:var(--cl_text_error_red);color:#fff}.promo-badge{background:#000;color:#ff0}.promo-badge a{display:block;width:100%;height:100%;color:#ff0;text-decoration:none;border:none}.price-offer-note{font-size:1rem;font-size:var(--font_size_-3);color:#666;color:var(--cl_gray)}body{font-family:Roboto,sans-serif;font-family:var(--font_family_base);font-size:1.3rem;font-size:var(--font_size_base);color:#666;color:var(--cl_gray);background:#fff}.layout-shade{content:'';position:fixed;top:0;left:0;right:0;bottom:0;z-index:99;width:100%;height:100%;background:rgba(190,190,190,.85);cursor:pointer}h1{margin:1em 0 1.5em;padding:1rem;text-align:center;font-size:2.1rem;font-size:var(--font_size_8);font-weight:500;line-height:1.2;color:#000;background:url(/static/i/section_hdr_bg.jpg) 50% 40% no-repeat;background-size:auto 45px}@media (min-width:720px){h1{font-size:2.7rem;font-size:var(--font_size_12)}}h1 .selected{color:#7bae37;color:var(--cl_text_green)}h1 .header-ext{display:block;margin-top:.2em;font-size:1.7rem;font-size:var(--font_size_4);font-weight:300;color:#333;color:var(--cl_gray_dark)}h2{margin:1rem 0 2rem;padding:.5rem;text-align:center;font-size:2rem;font-size:var(--font_size_7);font-weight:400;color:#000;background:url(/static/i/section_hdr_bg.jpg) 50% 40% no-repeat;background-size:auto 35px;filter:hue-rotate(120deg)}.grecaptcha-badge{display:none!important}.smaller{font-size:1.3rem;font-size:var(--font_size_base);line-height:1.4}.l-promo{margin:0 auto;max-width:1005px;max-width:var(--page_max_width);width:100%;padding:1rem;padding:var(--half-gutter)}@media (min-width:720px){.l-promo{margin:.5rem auto;padding:.5rem 2rem;padding:.5rem var(--gutter)}}.l-promo a{display:block;width:100%;height:100%;border:none!important}.promo{text-align:center;line-height:0}.promo-block{position:relative;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;background:#fff 50% 50% no-repeat}.promo-block__link{position:absolute;width:100%;height:100%;border:none!important}.promo-svakom-erica{display:block;aspect-ratio:7.9;background-size:100% auto}@media only screen{.promo-svakom-erica{background-image:url(/static/i/b/svakom-erica_bg.jpg);background-repeat:no-repeat}}@media only screen and (-webkit-min-device-pixel-ratio:1.3),only screen and (-webkit-min-device-pixel-ratio:1.25),only screen and (min-resolution:120dpi){.promo-svakom-erica{background-image:url(/static/i/b/svakom-erica_bg@2x.jpg)}}@media only screen and (min-width:720px){.promo-svakom-erica{background-image:url(/static/i/b/svakom-erica_bg_m.jpg)}}@media only screen and (min-width:720px) and (-webkit-min-device-pixel-ratio:1.3),only screen and (min-width:720px) and (-webkit-min-device-pixel-ratio:1.25),only screen and (min-width:720px) and (min-resolution:120dpi){.promo-svakom-erica{background-image:url(/static/i/b/svakom-erica_bg_m@2x.jpg)}}@media only screen and (min-width:1024px){.promo-svakom-erica{background-image:url(/static/i/b/svakom-erica_bg_l.jpg)}}@media only screen and (min-width:1024px) and (-webkit-min-device-pixel-ratio:1.3),only screen and (min-width:1024px) and (-webkit-min-device-pixel-ratio:1.25),only screen and (min-width:1024px) and (min-resolution:120dpi){.promo-svakom-erica{background-image:url(/static/i/b/svakom-erica_bg_l@2x.jpg)}}@media (max-width:719px){.promo-svakom-erica{aspect-ratio:2.65}}.promo-svakom-erica .promo{padding:0;background:#98b6dc}.f-icon-long-distance-control{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M8 0C3.58194 0 0 3.58194 0 8C0 12.4181 3.58194 16 8 16C12.4181 16 16 12.4181 16 8C16 3.58194 12.4181 0 8 0ZM14.9554 7.74194H11.8606C11.8328 6.59923 11.6284 5.5071 11.2681 4.50684C11.9649 4.21574 12.609 3.82968 13.1964 3.37239C14.24 4.544 14.8934 6.06658 14.9554 7.7409V7.74194ZM7.71406 14.9533C6.85626 14.239 6.13677 13.311 5.61032 12.2343C6.28542 12.0237 7.00181 11.9081 7.7409 11.8844V14.9554C7.73161 14.9554 7.72232 14.9543 7.71303 14.9543L7.71406 14.9533ZM8.28387 1.04671C9.25729 1.85703 10.0521 2.94297 10.5889 4.20852C9.8529 4.46039 9.07148 4.60594 8.25703 4.63174V1.04568C8.26632 1.04568 8.27561 1.04671 8.28387 1.04774V1.04671ZM9.14374 1.13445C10.5683 1.37187 11.8462 2.03664 12.8413 2.99974C12.3004 3.41368 11.711 3.76568 11.072 4.03097C10.6023 2.91716 9.94271 1.93342 9.14374 1.13445V1.13445ZM7.74194 1.04465V4.63071C6.92852 4.60387 6.14606 4.45832 5.41006 4.20748C5.94787 2.94194 6.74168 1.856 7.7151 1.04568C7.72439 1.04568 7.73264 1.04465 7.74194 1.04361V1.04465ZM4.92697 4.03097C4.29006 3.76568 3.69858 3.41368 3.15871 2.99974C4.15277 2.03664 5.43174 1.37187 6.85626 1.13445C6.05626 1.93239 5.39768 2.91716 4.92697 4.03097ZM5.216 4.68439C6.01187 4.96103 6.86039 5.12103 7.74194 5.1489V7.74297H4.65652C4.68439 6.66219 4.87639 5.6289 5.216 4.68542V4.68439ZM7.74194 8.25806V11.3672C6.92852 11.392 6.1409 11.5252 5.39974 11.7636C4.95277 10.6994 4.68852 9.51329 4.65652 8.25703H7.74194V8.25806ZM6.85523 14.8655C5.57832 14.6529 4.42013 14.0975 3.47768 13.2903C3.98658 12.9383 4.53574 12.64 5.1231 12.4129C5.57316 13.3461 6.16155 14.175 6.85626 14.8655H6.85523ZM8.25806 14.9554V11.8854C8.99716 11.9092 9.71355 12.0248 10.3886 12.2354C9.86116 13.312 9.14271 14.24 8.2849 14.9543C8.27664 14.9543 8.26632 14.9554 8.25703 14.9554H8.25806ZM10.8769 12.4129C11.4643 12.64 12.0134 12.9383 12.5223 13.2903C11.5799 14.0965 10.4206 14.6529 9.14374 14.8655C9.83742 14.175 10.4258 13.3461 10.8759 12.4129H10.8769ZM10.6013 11.7646C9.8591 11.5252 9.07148 11.392 8.25806 11.3683V8.25806H11.3435C11.3115 9.51432 11.0472 10.7004 10.6003 11.7646H10.6013ZM8.25806 7.74194V5.14787C9.13961 5.12103 9.98813 4.96103 10.784 4.68439C11.1236 5.6289 11.3146 6.66116 11.3435 7.74194H8.25806V7.74194ZM2.80465 3.37342C3.392 3.82968 4.03613 4.21677 4.7329 4.50684C4.37264 5.50606 4.16929 6.59923 4.14039 7.74194H1.04568C1.10761 6.06658 1.76 4.54503 2.80465 3.37342V3.37342ZM1.04465 8.25806H4.13936C4.17136 9.57626 4.44697 10.8222 4.91561 11.9422C4.26219 12.1972 3.65213 12.5368 3.08955 12.9394C1.87768 11.7337 1.11277 10.0841 1.04568 8.2591L1.04465 8.25806ZM12.9105 12.9383C12.3479 12.5368 11.7378 12.1961 11.0834 11.9412C11.552 10.8212 11.8266 9.57626 11.8596 8.25703H14.9543C14.8862 10.0821 14.1213 11.7316 12.9105 12.9373V12.9383Z' fill='black'/%3E %3C/svg%3E")}.f-icon-phone-controlled{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='16' viewBox='0 0 12 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M8.17829 14.5006V8.39314H3.60686V14.5006H8.17829ZM8.07086 6.89295C8.53486 6.89295 8.928 7.2861 8.928 7.7501V15.1429C8.928 15.6069 8.53486 16 8.07086 16H3.71352C3.24952 16 2.85638 15.6069 2.85638 15.1429V7.7501C2.85638 7.2861 3.24952 6.85714 3.71352 6.85714L8.07086 6.89295ZM5.89257 0C8.17829 0 10.2857 0.964571 11.7851 2.464L10.7139 3.53524C9.46362 2.28495 7.78514 1.53524 5.89257 1.53524C4 1.53524 2.32076 2.28495 1.07124 3.53524L0 2.464C1.50019 0.96381 3.60686 0 5.89257 0ZM2.07086 4.64305C3.03543 3.67848 4.39238 3.07124 5.89257 3.07124C7.39276 3.07124 8.74972 3.67848 9.71429 4.64305L8.60724 5.71429C7.92838 5.03543 6.96457 4.60724 5.89257 4.60724C4.82057 4.60724 3.85676 5.03619 3.17791 5.71429L2.07086 4.64305Z' fill='black'/%3E %3C/svg%3E")}input,select,textarea{display:inline-block;margin:0;padding:.6rem;border:1px solid #ccc;border:1px solid var(--cl_gray_x-light);border-radius:3px;color:#666;color:var(--cl_gray);background:#fff}@media (min-width:720px){input,select,textarea{padding:.8rem}}input.error,select.error,textarea.error{background:#fce3e7;background:var(--cl_bg_pink_light);border-color:#d8000c;border-color:var(--cl_text_error_red)}select{padding:7px 8px}a.btn{display:inline-block;padding-top:.6rem;padding-bottom:.6rem}@media (min-width:720px){a.btn{padding-top:.8rem;padding-bottom:.8rem}}.btn{white-space:nowrap;vertical-align:top;padding:.7rem 3rem;cursor:pointer;font-family:Roboto,sans-serif;font-family:var(--font_family_base);color:#666;color:var(--cl_gray);background:inherit;border:2px solid #999;border:2px solid var(--cl_gray_light);border-radius:4px;transition:border-color .3s,color .3s}.btn:hover{border-color:#ee6e73;border-color:var(--cl_carmine);color:#ee6e73;color:var(--cl_carmine)}.btn-secondary{padding-left:1.2rem;padding-right:1.2rem;border:1px solid #ccc;border:1px solid var(--cl_gray_x-light);color:#666;color:var(--cl_gray)}.btn-notable{border-color:#ee6e73;border-color:var(--cl_carmine);color:#ee6e73;color:var(--cl_carmine);font-weight:500}.btn-notable:visited{color:#ee6e73;color:var(--cl_carmine)}.btn-notable:focus,.btn-notable:hover{border-color:#000;color:#000}.btn--blocked,.btn[disabled]{border-color:#999!important;border-color:var(--cl_gray_light)!important;color:#999!important;color:var(--cl_gray_light)!important;background-color:#f9f9f9!important;background-color:var(--cl_bg_gray_light)!important}.btn[disabled]{opacity:.5}.btn--frozen{pointer-events:none}.is-disabled .btn{pointer-events:none}.btn--small{padding:4px 7px 6px;line-height:16px}.btn--large{padding:6px 14px 8px;line-height:22px;font-size:1.4rem;font-size:var(--font_size_1)}.tingle-form{text-align:center}.form-errors{margin-top:.25rem;font-size:1.1rem;font-size:var(--font_size_-2);color:#d8000c;color:var(--cl_text_error_red)}.base-form{border-top:1px dashed #ccc;border-top:1px dashed var(--cl_gray_x-light);font-size:1.4rem;font-size:var(--font_size_1);text-align:center}@media (min-width:720px){.base-form{padding:2rem;border:2px solid #f0f0f0;border:2px solid var(--cl_gray_xx-light);border-radius:6px}}.base-form.form-hdrless{padding-top:2rem}@media (min-width:720px){.base-form.form-hdrless{padding-top:2.5rem}}.base-form.is-disabled{opacity:.3}.base-form fieldset{display:inline-block;padding:0;border:none;text-align:left}@media (min-width:720px){.base-form fieldset{display:block}}.base-form.form-centered fieldset{text-align:center}.base-form legend{margin:2rem 0;text-align:center}.base-form .checkboxinput{margin:-2px .5rem 0 0;vertical-align:middle}.base-form .asterisk{margin-left:.25rem}@media (min-width:720px){.base-form--with-errors{border:3px solid red;border:3px solid var(--cl_border_error_red)}}.base-form__hdr{margin:1rem 0 2rem;padding-bottom:1rem;border-bottom:1px dashed #ccc;border-bottom:1px dashed var(--cl_gray_x-light);text-align:center;font-size:1.9rem;font-size:var(--font_size_6);line-height:1.4}.shipping-city-form .base-form__hdr{margin:2rem 0 1rem}@media (min-width:720px){.base-form__hdr{margin-bottom:2rem}}.base-form__hdr--no-border{padding-bottom:0;border-bottom:none}.base-form__sub-hdr{margin:1rem 0 2rem;font-size:1.6rem;font-size:var(--font_size_3);line-height:1.3;color:#7bae37;color:var(--cl_text_green)}.base-form__line{margin-bottom:1rem;text-align:left}@media (min-width:720px){.base-form__line{display:flex;flex-wrap:wrap;align-items:center}.base-form__line.full-width{display:block;text-align:center}}.form-centered .base-form__line{text-align:center}@media (min-width:720px){.form-aligned .base-form__block{padding-left:calc(45% + 1rem);text-align:left}}.base-form__help-text{margin-top:.5rem;font-size:1.2rem;font-size:var(--font_size_-1);color:#666;color:var(--cl_gray)}@media (min-width:720px){.form-aligned .base-form__help-text{width:100%;padding-left:calc(45% + 1rem);text-align:left}}.base-form__radio{text-align:left}@media (min-width:720px){.base-form__radio{display:block}}.base-form__radio ul{margin:0;padding-left:3rem;list-style:none}@media (min-width:720px){.base-form__radio ul{margin:2.5rem auto;padding-left:4rem;max-width:600px}}.base-form__radio li{margin-bottom:2rem}.base-form__radio label{position:relative;vertical-align:top;line-height:normal}.base-form__radio input[type=radio]{position:absolute;top:2px;left:0;margin-left:-2.5rem;padding:0;width:auto;vertical-align:top}@media (min-width:720px){.base-form__radio input[type=radio]{margin-left:-3rem}}.radio_note{margin-top:.5rem;font-size:1.2rem;font-size:var(--font_size_-1);line-height:1.3;color:#666;color:var(--cl_gray)}@media (min-width:720px){.radio_note{line-height:1.5}}.radio--disabled .radio_note{color:#899c9c;color:var(--cl_text_disabled)}.base-form__controls{margin-top:2rem;text-align:center}@media (min-width:720px){.base-form__controls{display:block}.form-aligned .base-form__controls{padding-left:45%;text-align:left}}.base-form__label{display:inline-block;margin:.5rem 0}@media (min-width:720px){.base-form__label{flex:0 0 45%;margin:0;padding:.8rem;text-align:right;line-height:1.5}.form-checkbox .base-form__label{flex:0 0 100%;padding-left:calc(40% + 1rem);text-align:left}}@media (min-width:720px){.base-form__field{flex:0 0 55%;padding-left:1rem;max-width:none}.form-aligned .base-form__field{text-align:left}.form-centered .base-form__field,.full-width .base-form__field{padding-left:0}}.base-form__non-field-errors{margin-top:.5rem;color:#d8000c;color:var(--cl_text_error_red);list-style-type:none;padding:0}.base-form__field-errors{margin-top:.5rem;font-size:1.2rem;font-size:var(--font_size_-1);color:#d8000c;color:var(--cl_text_error_red)}@media (min-width:720px){.form-aligned .base-form__field-errors{width:100%;padding-left:45%}}.base-form__field-errors .invalid-feedback{display:block;line-height:1.5}@media (min-width:720px){.base-form__field-errors .invalid-feedback{margin:0 1rem 1rem}}.base-form__field-errors .invalid-feedback a{border-bottom-color:currentColor}.base-form__hpt{display:none}.pages{display:flex;justify-content:center;padding:0;font-size:1.6rem;font-size:var(--font_size_3);font-weight:500}@media (min-width:720px){.pages{justify-content:flex-start}}.pages li{list-style-type:none}.ellipsis,.page{margin:1rem 0;width:3.5rem;height:3.5rem;line-height:3.5rem;text-align:center}@media (min-width:720px){.ellipsis,.page{margin:1rem .5rem}}.page{border:1px solid transparent;border-radius:4px}.page:hover{border-color:#fee;border-color:var(--cl_bg_pink_x-light);background:#fee;background:var(--cl_bg_pink_x-light)}.page.page--current{margin:1rem;border-color:#ee6e73;border-color:var(--cl_carmine);background:#ee6e73;background:var(--cl_carmine);color:#fff}.page--disabled,.page--disabled:hover{color:#ccc;color:var(--cl_gray_x-light);border-color:#f0f0f0;border-color:var(--cl_gray_xx-light);cursor:not-allowed;background:0 0}.page__button,.page__link{display:block;height:100%;line-height:3.5rem;border:none}.page__button{display:inline-flex;width:100%;align-items:center;justify-content:center}.page__button-icon{width:24px;height:24px;fill:currentColor}.page__button-label{position:absolute;left:-9999px}.page-next .page__link:hover,.page-previous .page__link:hover{background:inherit;border-bottom-color:currentColor}.page-next .page__link span,.page-previous .page__link span{display:none}.page-next,.page-previous{border-color:#f0f0f0;border-color:var(--cl_gray_xx-light)}.page-previous{margin-left:0;margin-right:1rem}.page-next{margin-left:1rem}.ellipsis{color:#666;color:var(--cl_gray)}.tags-group{margin:.5rem 0;padding:0}.tag{display:inline-block;margin:0 1rem 1rem 0}.tag .cnt{display:block;padding:.4rem .75rem .65rem;border:1px solid #ccc;border:1px solid var(--cl_gray_x-light);border-radius:3px;font-size:1.2rem;font-size:var(--font_size_-1);color:#666;color:var(--cl_gray);background:#fff}.tag a.cnt:hover{border-color:#999;border-color:var(--cl_gray_light);color:#333;color:var(--cl_gray_dark);background:#f9f9f9;background:var(--cl_bg_gray_light)}.tag small{margin-left:.25rem;vertical-align:super;color:#666;color:var(--cl_gray)}.tag-auto .cnt{border-style:dashed}.tag-auto .cnt:before{content:'✓';margin-right:.5rem;font-weight:700}.tag-active .cnt{color:#fff;border-color:#ee6e73!important;border-color:var(--cl_carmine)!important;background:#ee6e73;background:var(--cl_carmine)}.tag-active .cnt:before{content:'×';margin-right:.5rem;font-weight:700}.tag-active a.cnt:hover{color:#fff;border-color:#e94047!important;border-color:var(--cl_carmine_dark)!important;background:#e94047;background:var(--cl_carmine_dark);text-decoration:line-through}.tag-active small{color:#fff}.tag-disabled .cnt{color:#ccc;color:var(--cl_gray_x-light);border-color:#f0f0f0!important;border-color:var(--cl_border_gray_x-light)!important}.tag-disabled small{color:#ccc;color:var(--cl_gray_x-light)}.c-xmas-greeting{border:3px solid #f00431;border-radius:8px}@media (min-width:720px){.c-xmas-greeting{margin-left:auto;margin-right:auto;max-width:calc(1005px - 2rem * 2);max-width:calc(var(--page_max_width) - var(--gutter) * 2);background:#c6e7ed url(/static/i/xmas_bg-L.jpg) 0 100% no-repeat;background-size:auto 225px}}.index .c-xmas-greeting{margin:0 1rem 2rem;margin:0 var(--half-gutter) 2rem}@media (min-width:720px){.index .c-xmas-greeting{margin-left:auto;margin-right:auto}}.xmas-greeting{padding:2rem 1.5rem;text-align:center;border-radius:8px;background:url(/static/i/winter_bg.jpg) 0 0;background-size:cover}@media (min-width:720px){.xmas-greeting{min-height:225px;padding:3rem;border-width:4px;background:url(/static/i/xmas_bg-R.jpg) 100% 0 no-repeat;background-size:auto 225px;color:#582e31}}.xmas-greeting p{margin:0}.xmas-greeting p.separated{margin:1rem 0}.right-angles-top{border-top-left-radius:0;border-top-right-radius:0}.right-angles-bottom{border-bottom-left-radius:0;border-bottom-right-radius:0}.xmas-greeting__hdr{margin-bottom:1rem;font-size:2.5rem;color:#f00431}@media (min-width:720px){.xmas-greeting__hdr{margin:1rem auto;width:auto}}.xmas-greeting span{display:inline!important;padding:.2rem 0;box-shadow:.5rem 0 0 #fff,-.5rem 0 0 #fff;-webkit-box-decoration-break:clone;box-decoration-break:clone;line-height:1.5;border-radius:3px;background:#fff}.xmas-greeting__special{margin-bottom:1rem}.xmas-greeting__special span{box-shadow:.5rem 0 0 #f00431,-.5rem 0 0 #f00431;font-weight:700;color:#fff;background:#f00431!important}.subscription-form{padding:.5rem 2.5rem 1.5rem;border:none;border-bottom:1px solid #ccc;border-bottom:1px solid var(--cl_gray_x-light);background:#f9f9f9;background:var(--cl_bg_gray_light)}@media (min-width:720px){.subscription-form{margin-bottom:2.5rem}}.subscription-form button,.subscription-form input{margin:.5rem}.subscription-form input[name=email]{width:20rem}.subscription-form .btn-subscribe{padding:.7rem 2rem}.subscription-form .base-form__hdr{margin-bottom:1rem;padding:0;border-bottom:none}.subscription-form .base-form__help-text{margin:.5rem 0;line-height:1.4;font-size:1.1rem;font-size:var(--font_size_-2)}@media (min-width:720px){.subscription-form .base-form__help-text{margin:1rem 0}}.top{display:flex;flex-direction:row;justify-content:space-between;align-content:center;margin:0 auto;min-width:320px;min-width:var(--page_min_width);max-width:1005px;max-width:var(--page_max_width);padding:.5rem 1rem;line-height:2rem}@media (max-width:719px){.top{flex-wrap:wrap}}@media (min-width:720px){.top{padding:.75rem 2rem;padding:.75rem var(--gutter)}}.top a{color:#666;color:var(--cl_gray)}.top a:hover{color:#333;color:var(--cl_gray_dark)}ul.top__menu{display:flex;margin:0;padding-left:0}@media (min-width:720px){ul.top__menu{flex-basis:30%;flex-grow:2;padding-right:2rem;padding-right:var(--gutter)}.top--no-promo ul.top__menu.top__menu{flex-basis:70%}}ul.top__menu li{list-style-type:none;margin-right:.75rem}@media (min-width:720px){ul.top__menu li{margin-right:1.5rem}}ul.top__menu li:last-child{margin-right:0}ul.top__menu-right{justify-content:right}@media (min-width:720px){ul.top__menu-right{flex-basis:30%;padding-right:0}}ul.top__menu-right li{margin-right:0;margin-left:.75rem}@media (min-width:720px){ul.top__menu-right li{margin-left:1.5rem}}ul.top__menu-right li:first-child{margin-left:0}.top__promo{flex-basis:40%;flex-grow:2;white-space:nowrap;padding:0 1rem;padding:0 var(--half-gutter);text-align:center;font-weight:700}@media (min-width:720px){.top__promo{padding:0 2rem;padding:0 var(--gutter)}}.top__promo a{padding:2px 8px;border-radius:3px;font-weight:500;color:#fff;background:#8360c3;background:linear-gradient(to right,#2ebf91,#8360c3);background:#77a1d3;background:linear-gradient(to right,#e684ae,#79cbca,#77a1d3)}.top__promo a:hover{border-bottom-color:transparent}.top__acclink i{content:'';display:inline-block;vertical-align:middle;width:14px;height:14px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAQpJREFUeNrsVtENgjAUpDiAukE//ewGdgQ20A1kA0fQDXAD3QA3ECeQDWCDWpIj6Y9Q+h5pTHjJpQlpuKPcuz5hjEn+rZRFYVFaGKDEMzUn8cbi4pD+whl72evhQd7jzk2eTSDvkXEKaAMENJymM4EYNWXqIUASxEsOAYp4emQBFUFAxeEBSfCA5DJiHUBec7ahDhCgucPoNoH8Otd9kI+EUos93iUCTXlEiynH7RVOqU6W+qcSE/77Hqt2WtOtp7N2fnhT/aAwAX0ISfjCO7zvk26UOhFJh8Qchsa1HEOEmRkNPjI45bhQUHKeC3qF3N5F6sKtQH6vIwmoBY4iWqWxk3AREF3AV4ABALS/DmKAS/50AAAAAElFTkSuQmCC) no-repeat center;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAWhJREFUeNrsV4FtwyAQtDtBRvAIbFA2aDZINqg3aDdINog3qDdINgidIGxgb0CxdEivTzBg41iR+tLLyDn4N9zfk9IYU7yaCesn62frBn7GO7Fk4I31Awnq8y9gs1sbEdz5T+7gWxbgYl2S3yXeUcw2ZwI9WbgZwTUE1+UknVtUB853A4zDB0n5FpFARcYKuzG2U8ozd3ICgiUQMuWZOzmBpAUZOVUODlSMWCEOdARf5SKijqzxlhE2m0lW41frH/jCCuMrw8jcYtQkKOFxqX5QM1Hi3gMTbeVEUu5REYKwXWGXdPFvr2Rlwrm/4ykfKF6BduyeAx9+5/JB4AZ0Syg/80AvDilXtUFKP2cGHUtmNyblNdNxw2T1CIz0aLw7nhpY7Vmrw0cGVU5jsTkNZZj77Unm5NP5S+77HGwPct71C9rB2idU3l28fon+HXm/uJUYzOkNU8ykXMkWV8JV/52uvgOrJ/AnwABlYcsPuGsS/AAAAABJRU5ErkJggg==) no-repeat center;background-size:14px 14px}.top--no-promo .top__acclink i{vertical-align:text-top}.top__acclink a.icon{border:none}@media (min-width:720px){.top__acclink i{margin:0 .75rem 4px 0}}@media (max-width:719px){.top__profile-link{display:none}}.top--no-promo .top__acclink .icon{margin-right:.5rem}.top--no-promo .top__profile-link{display:inline}.top__phone{white-space:nowrap}@media (max-width:719px){.top__phone{display:none;position:absolute;top:0;left:0;width:100%;padding:.5rem 1rem;font-size:1.4rem;font-size:var(--font_size_1);font-weight:700;background:#fffbe5}.top__phone a{border-bottom-color:currentColor}.top__phone span{font-weight:400}}@media (min-width:720px){.top__phone{flex-basis:20%;text-align:center;font-size:1.9rem;font-size:var(--font_size_6)}}@media (max-width:719px){.top__phone.activated{display:inherit}}@media (min-width:720px){.top__phone span{margin-right:2px;font-size:1.4rem;font-size:var(--font_size_1);color:#666;color:var(--cl_gray)}}.top__phone__tip{display:none;margin-left:.75rem;font-size:1rem;font-size:var(--font_size_-3);color:#666;color:var(--cl_gray)}.activated .top__phone__tip{display:inline}.top__icon{border:none;align-items:center;display:flex}.top__icon:hover{background:#f9f9f9;background:var(--cl_bg_gray_light)}@media (min-width:720px){.top__icon{display:none}}.top__icon .icon{width:16px;height:16px}.top__icon.icon-phone .icon{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M10 5C9 4 12 0.999999 13 0.999999C14 0.999999 16 4 16 4C16 6 13.9455 10.0545 12 12C10.0545 13.9455 6 16 4 16C4 16 1 14 1 13C1 12 4 9 5 10C6 11 6 12 7 12C8 12 9 11 10 10C11 9 12 8 12 7C12 6 11 6 10 5ZM8 4.5C8 4.776 7.776 5 7.5 5C6.1215 5 5 6.1215 5 7.5C5 7.776 4.776 8 4.5 8C4.224 8 4 7.776 4 7.5C4 5.57 5.57 4 7.5 4C7.776 4 8 4.224 8 4.5ZM8 2.5C8 2.776 7.776 3 7.5 3C5.0185 3 3 5.0185 3 7.5C3 7.776 2.776 8 2.5 8C2.224 8 2 7.776 2 7.5C2 4.4675 4.4675 2 7.5 2C7.776 2 8 2.224 8 2.5ZM8 0.5C8 0.776 7.776 1 7.5 1C3.916 1 0.999999 3.916 1 7.5C1 7.776 0.776 8 0.5 8C0.224 8 -3.59482e-07 7.776 -3.71547e-07 7.5C-4.59123e-07 5.4965 0.78 3.6135 2.1965 2.1965C3.613 0.7795 5.4965 -2.4026e-07 7.5 -3.27835e-07C7.776 -3.399e-07 8 0.224 8 0.5Z' fill='%23333333'/%3E %3C/svg%3E") no-repeat center}.top__icon.icon-close{position:absolute;top:50%;right:1rem;margin-top:-8px}.top__icon.icon-close .icon{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M13.3105 11.1895L11.1888 13.3112L6.99925 9.12175L2.80975 13.3112L0.688751 11.1902L4.87825 7.00075L0.688751 2.81125L2.80975 0.690247L6.99925 4.87975L11.1888 0.690247L13.3098 2.81125L9.12025 7.00075L13.3098 11.1902L13.3105 11.1895Z' fill='%23333333'/%3E %3C/svg%3E") no-repeat center}.xmas-tree-icon:before{content:'';display:inline-block;margin:-2px .5rem 0 0;width:16px;height:16px;vertical-align:middle;background:url(/static/i/xmas_tree@2x.png) no-repeat 50%;background-size:16px 16px}@media (min-width:720px){.xmas-tree-icon:before{margin-right:.75rem;width:23px;height:24px;background-size:23px 24px}}.l-hat{min-width:320px;min-width:var(--page_min_width);background:#ee6e73 radial-gradient(rgba(233,64,71,.8) 20%,transparent);background:var(--cl_carmine) radial-gradient(rgba(233,64,71,.8) 20%,transparent)}.hat{display:flex;flex-direction:row;justify-content:space-between;align-items:stretch;height:100%;max-width:1005px;max-width:var(--page_max_width);margin:0 auto;padding:1rem}@media (min-width:720px){.hat{padding:1rem 2rem;padding:1rem var(--gutter)}}.hat__icon{border:none;align-items:center;display:flex}.hat__icon:hover{background:#e94047;background:var(--cl_carmine_dark)}@media (min-width:720px){.hat__icon{display:none}}.hat__icon .icon{margin:8px;width:24px;height:24px}.icon-search .icon{background:url("data:image/svg+xml;charset=utf-8,%3C!-- Generated by IcoMoon.io --%3E %3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E %3Ctitle%3Esearch%3C/title%3E %3Cpath fill='%23fff' d='M12.9 14.32c-1.34 1.049-3.050 1.682-4.908 1.682-4.418 0-8-3.582-8-8s3.582-8 8-8c4.418 0 8 3.582 8 8 0 1.858-0.633 3.567-1.695 4.925l0.013-0.018 5.35 5.33-1.42 1.42-5.33-5.34zM8 14c3.314 0 6-2.686 6-6s-2.686-6-6-6v0c-3.314 0-6 2.686-6 6s2.686 6 6 6v0z'/%3E %3C/svg%3E") 50% 50% no-repeat}.icon-cart{position:relative}.icon-cart .icon{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='21' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cuse xlink:href='%23path0_fill' fill='%23FFF'/%3E%3Cdefs%3E%3Cpath id='path0_fill' d='M23.89 6.683a.495.495 0 0 0-.384-.182h-2.61c-.017-.027-.029-.056-.049-.082L16.461.553A1.387 1.387 0 0 0 15.356 0c-.3 0-.585.095-.825.274-.295.221-.486.543-.539.908-.052.364.04.727.26 1.022L17.467 6.5H6.534l3.213-4.297c.22-.295.313-.658.26-1.022A1.367 1.367 0 0 0 9.47.275 1.368 1.368 0 0 0 8.644 0c-.433 0-.845.207-1.105.553L3.153 6.419c-.02.026-.032.055-.05.082H.495a.495.495 0 0 0-.485.595L.512 9.53c.047.23.25.395.485.395h.536l2.005 9.572a.541.541 0 0 0 .01.043c.258.844.727 1.272 1.396 1.272h14.113c.383 0 1.074-.166 1.396-1.278a.68.68 0 0 0 .01-.036l2.004-9.573h.536a.494.494 0 0 0 .485-.394l.502-2.435a.495.495 0 0 0-.1-.413zm-8.845-5.072a.388.388 0 0 1 .31-.622c.125 0 .24.057.313.156l4.387 5.866a.39.39 0 0 1-.311.623.386.386 0 0 1-.313-.156L15.045 1.61zm-11.1 5.4L8.33 1.145a.387.387 0 0 1 .546-.078.388.388 0 0 1 .078.545L4.569 7.477a.387.387 0 0 1-.545.078.39.39 0 0 1-.08-.545zm15.553 12.264c-.163.548-.372.548-.442.548H4.944c-.088 0-.27 0-.443-.551L2.543 9.925h18.914l-1.959 9.35zm3.103-10.34H1.4L1.1 7.49h1.804a1.369 1.369 0 0 0 1.351 1.133c.433 0 .846-.207 1.105-.553l.433-.58h12.412l.434.58c.258.346.671.553 1.104.553a1.37 1.37 0 0 0 1.351-1.133H22.9l-.298 1.446zM12 18.576a.495.495 0 0 0 .494-.495v-6.19a.495.495 0 0 0-.99 0v6.19c0 .273.222.494.495.494zm2.449-.004a.494.494 0 0 0 .55-.431l.753-6.19a.494.494 0 1 0-.982-.12l-.753 6.19a.495.495 0 0 0 .432.55zm2.47-.007a.494.494 0 0 0 .583-.386l1.256-6.19a.494.494 0 1 0-.97-.197l-1.255 6.19a.494.494 0 0 0 .387.583zM9 18.14a.494.494 0 1 0 .981-.12l-.753-6.19a.496.496 0 0 0-.982.12L9 18.14zm-2.504.039a.495.495 0 0 0 .97-.196l-1.255-6.19a.494.494 0 0 0-.97.196l1.255 6.19z'/%3E%3C/defs%3E%3C/svg%3E") 50% 50% no-repeat}.icon-cart .cart-count{position:absolute;right:0;bottom:0;width:1.8rem;height:1.8rem;line-height:1.8rem;border-radius:50%;text-align:center;color:#fff;background:#000;font-size:.9rem;font-size:var(--font_size_-4)}.hat__search{display:none}@media (min-width:720px){.hat__search{display:flex;align-items:center;flex-basis:20%;padding-right:2rem;padding-right:var(--gutter)}}@media (max-width:719px){.search-form{display:none;padding:1rem;background:#f9f9f9;background:var(--cl_bg_gray_light)}}.search-form input[type=text]{width:100%;height:30px;padding:0 .5rem 0 1rem;border:1px solid #999;border:1px solid var(--cl_gray_light);color:#666;color:var(--cl_gray);background:#f9f9f9;background:var(--cl_bg_gray_light);opacity:.6}@media (min-width:720px){.search-form input[type=text]{text-indent:3rem;border:1px solid #fff;color:#fff;background:#ee6e73;background:var(--cl_carmine);background:url("data:image/svg+xml;charset=utf-8,%3C!-- Generated by IcoMoon.io --%3E %3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E %3Ctitle%3Esearch%3C/title%3E %3Cpath fill='%23fff' d='M12.9 14.32c-1.34 1.049-3.050 1.682-4.908 1.682-4.418 0-8-3.582-8-8s3.582-8 8-8c4.418 0 8 3.582 8 8 0 1.858-0.633 3.567-1.695 4.925l0.013-0.018 5.35 5.33-1.42 1.42-5.33-5.34zM8 14c3.314 0 6-2.686 6-6s-2.686-6-6-6v0c-3.314 0-6 2.686-6 6s2.686 6 6 6v0z'/%3E %3C/svg%3E") .5rem 50% no-repeat}}.search-form input[type=text]:focus{opacity:1;text-indent:0;background:0 0}@media (min-width:720px){.search-form input[type=text]:focus::-moz-placeholder{color:transparent}.search-form input[type=text]:focus::placeholder{color:transparent}}@media (min-width:720px){.search-form input::-moz-placeholder{color:#fff}.search-form input::placeholder{color:#fff}}.search-form.isolated{display:block}.hat__logo{flex-grow:999;text-align:center}@media (min-width:720px){.hat__logo{flex-grow:0;flex-basis:60%;align-items:center}}.hat__logo a{border:none}.hat__logo img{margin-top:.25rem;width:150px}@media (min-width:720px){.hat__logo img{width:200px}}.hat__logo .tagline{text-transform:uppercase;font-size:.8rem;font-size:var(--font_size_-5);font-weight:700;letter-spacing:.25rem;line-height:1;color:#fff}@media (min-width:720px){.hat__logo .tagline{font-size:.9rem;font-size:var(--font_size_-4)}}.hat__cart{display:none}@media (min-width:720px){.hat__cart{flex-basis:20%;display:flex;align-items:center;justify-content:center}}a.hat__cart-hdr{display:none}@media (min-width:720px){a.hat__cart-hdr{display:block;padding-top:27px;background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='21' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cuse xlink:href='%23path0_fill' fill='%23FFF'/%3E%3Cdefs%3E%3Cpath id='path0_fill' d='M23.89 6.683a.495.495 0 0 0-.384-.182h-2.61c-.017-.027-.029-.056-.049-.082L16.461.553A1.387 1.387 0 0 0 15.356 0c-.3 0-.585.095-.825.274-.295.221-.486.543-.539.908-.052.364.04.727.26 1.022L17.467 6.5H6.534l3.213-4.297c.22-.295.313-.658.26-1.022A1.367 1.367 0 0 0 9.47.275 1.368 1.368 0 0 0 8.644 0c-.433 0-.845.207-1.105.553L3.153 6.419c-.02.026-.032.055-.05.082H.495a.495.495 0 0 0-.485.595L.512 9.53c.047.23.25.395.485.395h.536l2.005 9.572a.541.541 0 0 0 .01.043c.258.844.727 1.272 1.396 1.272h14.113c.383 0 1.074-.166 1.396-1.278a.68.68 0 0 0 .01-.036l2.004-9.573h.536a.494.494 0 0 0 .485-.394l.502-2.435a.495.495 0 0 0-.1-.413zm-8.845-5.072a.388.388 0 0 1 .31-.622c.125 0 .24.057.313.156l4.387 5.866a.39.39 0 0 1-.311.623.386.386 0 0 1-.313-.156L15.045 1.61zm-11.1 5.4L8.33 1.145a.387.387 0 0 1 .546-.078.388.388 0 0 1 .078.545L4.569 7.477a.387.387 0 0 1-.545.078.39.39 0 0 1-.08-.545zm15.553 12.264c-.163.548-.372.548-.442.548H4.944c-.088 0-.27 0-.443-.551L2.543 9.925h18.914l-1.959 9.35zm3.103-10.34H1.4L1.1 7.49h1.804a1.369 1.369 0 0 0 1.351 1.133c.433 0 .846-.207 1.105-.553l.433-.58h12.412l.434.58c.258.346.671.553 1.104.553a1.37 1.37 0 0 0 1.351-1.133H22.9l-.298 1.446zM12 18.576a.495.495 0 0 0 .494-.495v-6.19a.495.495 0 0 0-.99 0v6.19c0 .273.222.494.495.494zm2.449-.004a.494.494 0 0 0 .55-.431l.753-6.19a.494.494 0 1 0-.982-.12l-.753 6.19a.495.495 0 0 0 .432.55zm2.47-.007a.494.494 0 0 0 .583-.386l1.256-6.19a.494.494 0 1 0-.97-.197l-1.255 6.19a.494.494 0 0 0 .387.583zM9 18.14a.494.494 0 1 0 .981-.12l-.753-6.19a.496.496 0 0 0-.982.12L9 18.14zm-2.504.039a.495.495 0 0 0 .97-.196l-1.255-6.19a.494.494 0 0 0-.97.196l1.255 6.19z'/%3E%3C/defs%3E%3C/svg%3E") 50% 0 no-repeat;color:#fff;border-bottom-style:dotted;border-bottom-width:1px;border-bottom-color:currentColor}}.hat__cart-msg{margin:0 .25rem;opacity:.8}.hat__cart-hdr:hover .hat__cart-msg{opacity:1}.l-main-menu{min-width:320px;min-width:var(--page_min_width)}.l-main-menu li,.l-main-menu ul{list-style:none}.l-main-menu li{list-style:none}.main-menu{display:flex;justify-content:space-between;margin:0 auto;padding:.5rem 1rem;min-width:320px;min-width:var(--page_min_width);max-width:1005px;max-width:var(--page_max_width);background:#fce3e7;background:var(--cl_bg_pink_light)}.main-menu a,.main-menu a:active{color:#333;color:var(--cl_gray_dark);text-decoration:none}.main-menu a:hover{color:#000;border-color:transparent}.menu__submenu{display:none;width:100%;padding-left:0}.menu__submenu ul{padding-left:0}.is-active .menu__submenu-l1{position:absolute;z-index:100;left:0;display:block;margin-top:.5rem;box-shadow:0 5px 8px 0 rgba(0,0,0,.3);background:#fff}.menu__item-header{padding:1rem;border-bottom:1px solid #f0f0f0;border-bottom:1px solid var(--cl_border_gray_x-light);line-height:1.6rem}.menu__item-l2 .menu__item-header{position:relative}.menu__item-l2.is-active .menu__item-header{font-weight:700}.menu__item-l2.is-active .menu__item-header a,.menu__item-l2.is-active .menu__item-header a:active{color:#000}.menu__item-l2.menu__item-w-children.is-active .menu__item-header{border-bottom-color:transparent}.menu__item-header a{display:block;border-bottom-color:transparent}.menu__item-header a:hover{color:#e94047;color:var(--cl_carmine_dark)}.is-active .menu__item-header a:active{color:#000}.menu__item-w-children .menu__item-header a:after{content:'\25b6\fe0e';position:absolute;right:0;margin-right:1rem;font-size:.8rem;font-size:var(--font_size_-5);color:#666;color:var(--cl_gray)}.menu__item-w-children.is-active .menu__item-header a:after{content:'\25bc'}.menu__item-l1>.menu__item-header{margin:.5rem 0;padding:0;text-transform:capitalize;font-size:1.2rem;font-size:var(--font_size_-1);font-weight:700;border-bottom:none;color:#000}@media (min-width:360px){.menu__item-l1>.menu__item-header{font-size:1.3rem;font-size:var(--font_size_base)}}@media (min-width:1024px){.menu__item-l1>.menu__item-header{text-transform:none}}.is-activated .menu__item-l1>.menu__item-header>a{color:#f39c9f;color:var(--cl_carmine_light)}.is-activated .menu__item-l1.is-active>.menu__item-header>a{color:#000}.menu__submenu-l2{display:none;padding:.5rem 0}.menu__item-l2.is-active .menu__submenu-l2{display:block;padding:0 0 1rem 4rem;border-bottom:1px solid #f0f0f0;border-bottom:1px solid var(--cl_border_gray_x-light)}.menu__submenu-l2 .menu__item{display:block;margin:1rem 0;line-height:1.5rem}.menu__submenu-l2 a{display:inline;padding:0}.menu__item-l3:first-child{margin-top:.5rem}@media (min-width:720px){.l-main-menu{border-bottom:1px solid #ccc;border-bottom:1px solid var(--cl_gray_x-light)}.main-menu{padding:.5rem 2rem 0;padding:.5rem var(--gutter) 0;background:0 0}.menu__item-header a{display:inline;color:#666;color:var(--cl_gray)}.menu__item-header a:hover{color:#000;border-bottom-color:currentColor}.menu__item-l1{position:relative;width:20%;border-top:3px solid #fff;vertical-align:top}.menu__item-l1:after{content:'';position:absolute;top:0;right:0;width:1px;height:calc(100% - 5px);border-right:1px dotted #999;border-right:1px dotted var(--cl_gray_light)}.menu__item-l1>.menu__item-header{margin-top:0;padding:.5rem 0;text-align:center;font-size:1.4rem;font-size:var(--font_size_1);font-weight:400}.menu__item-l1:first-child>.menu__item-header{border-left:1px dotted #999;border-left:1px dotted var(--cl_gray_light)}.menu__item-l1:not(.menu__item-static):hover{border:3px solid red;border-bottom:none}.menu__item-l1:not(.menu__item-static):hover:after{content:none}.menu__item-l1:not(.menu__item-static):hover>.menu__item-header{position:relative;padding:1rem 0 0 5px;border-left:none!important;font-weight:700}.menu__item-l1:not(.menu__item-static):hover>.menu__item-header:before{content:' ';position:absolute;left:-4px;top:0;width:1px;height:calc(100% + 5px);z-index:30000;background:#fff}.menu__item-l1:not(.menu__item-static):hover>.menu__item-header:after{content:' ';position:absolute;left:0;bottom:-8px;z-index:30000;width:100%;height:3px;background:#fff}.menu__item-l1:hover>.menu__submenu-l1{display:block}.menu__item-l1:hover>.menu__submenu-2-columns,.menu__item-l1:hover>.menu__submenu-3-columns{display:flex}.menu__submenu-l1{position:absolute;z-index:9999;width:auto;min-width:calc(100% + 6px);margin-top:0;margin-left:-3px;padding:1.5rem;border:3px solid red;border:3px solid var(--cl_border_error_red);font-size:1.3rem;font-size:var(--font_size_base);line-height:normal;background:#fff}.menu__submenu-l1.menu__submenu-2-columns{min-width:calc(200% + 12px)}.menu__submenu-l1.menu__submenu-3-columns{min-width:calc(350% + 21px)}.menu__column{flex:1 1 0;padding:0 1.5rem}.menu__item-l2 .menu__item-header{padding:1rem 0 .5rem;border-bottom-color:transparent;font-weight:700}.menu__item-l2 .menu__item-header a{display:inline}.menu__item-l2 .menu__item-header a:after{content:none}.menu__item-l2.menu__item-w-children .menu__item-header{border-bottom-color:#ccc;border-bottom-color:var(--cl_gray_x-light)}.menu__item-l3 a:hover{border-bottom-color:currentColor}.menu__submenu-l2{display:block;padding:1rem 0;font-size:1.2rem;font-size:var(--font_size_-1)}.menu__submenu-l2 .menu__item{margin:0 0 .5rem}}.menu__item-sale a{color:red;color:var(--cl_text_sale_red)}@media (min-width:720px){.menu__item-sale a:before{content:'%';margin-right:.5rem}.menu__item-sale a:after{content:'%';margin-left:.5rem}}.menu-entire{width:100%;padding:0 1.5rem}.menu__item-brands .menu__submenu-l1{right:-3px;width:400%}.menu__item-brands .menu__submenu-l2{-moz-column-count:4;column-count:4}.l-breadcrumbs{margin:0 auto;min-width:320px;min-width:var(--page_min_width);max-width:1005px;max-width:var(--page_max_width);width:100%}@media (max-width:719px){.l-breadcrumbs{display:none}}@media (min-width:720px){.l-breadcrumbs{margin:1.5rem auto 0;padding:.5rem 2rem;padding:.5rem var(--gutter)}}.breadcrumbs{margin:0 auto;padding:.75rem 1rem;list-style:none;font-size:1.1rem;font-size:var(--font_size_-2);line-height:1.5;background-color:#f9f9f9;background-color:var(--cl_bg_gray_light);border-radius:4px}@media (min-width:720px){.breadcrumbs{padding:.75rem 1.5rem;font-size:1.3rem;font-size:var(--font_size_base)}}.breadcrumbs li{display:inline-block;color:#666;color:var(--cl_gray)}.breadcrumbs li:not(:last-child)::after{position:relative;content:"\2192";margin:0 .25rem}@media (min-width:720px){.breadcrumbs li:not(:last-child)::after{margin:0 .5rem}}.breadcrumbs a{color:#666;color:var(--cl_gray)}.l-messages{margin:0 auto;max-width:1005px;max-width:var(--page_max_width);width:100%}@media (min-width:720px){.l-messages{margin:1.5rem auto;padding:.5rem 2rem;padding:.5rem var(--gutter)}}.messages{margin:0 auto;padding:0;list-style:none;font-size:1.1rem;font-size:var(--font_size_-2);line-height:1.5}@media (min-width:720px){.messages{padding:0;font-size:1.3rem;font-size:var(--font_size_base)}}.messages li{padding:.75rem 1rem;text-align:center;background:#f9f9f9;background:var(--cl_bg_gray_light)}.messages li.success{color:#4f8a10;color:var(--cl_text_success_green);background:#dff2bf;background:var(--cl_bg_success_green)}.messages li.success a:visited{color:var(--cl_link)}.messages li.success a:hover{color:var(--cl_link_hover)}.messages li.success a{border-bottom-color:currentColor}.messages li.error{color:#d8000c;color:var(--cl_text_error_red);background:#ffd2d2;background:var(--cl_bg_error_red)}.l-main{padding:1rem;min-width:320px;min-width:var(--page_min_width)}@media (min-width:720px){.l-main{margin:0 auto;max-width:1005px;max-width:var(--page_max_width);padding:1rem 2rem 3rem;padding:1rem var(--gutter) 3rem}}@media (min-width:720px){.l-main.no-breadcrumbs,.l-main.simple{padding:2rem 2rem;padding:2rem var(--gutter)}}@media (min-width:720px){.l-main.with-messages{padding-top:1rem}}@media (min-width:720px){.l-special-message:not(.hidden)~.l-main{padding-top:0}}.l-archived-message,.l-special-message{overflow:hidden;min-width:320px;min-width:var(--page_min_width)}@media (min-width:720px){.l-archived-message,.l-special-message{margin:0 auto;max-width:1005px;max-width:var(--page_max_width);padding:1rem 2rem;padding:1rem var(--gutter)}}.archived-message,.special-message{text-align:center;background:#fce3e7;background:var(--cl_bg_pink_light);padding:2rem 1rem 1rem}.archived-message .hdr,.special-message .hdr{font-size:1.9rem;font-size:var(--font_size_6)}.archived-message .replacement-product,.special-message .replacement-product{font-size:1.6rem;font-size:var(--font_size_3);line-height:1.3}.archived-message .replacement-product a,.special-message .replacement-product a{margin-left:.5rem;font-weight:500}.archived-message .note,.special-message .note{margin-top:3rem;font-size:1.2rem;font-size:var(--font_size_-1)}.archived-message{color:var(----cl_gray_dark);background:#e8f9fd}@media (min-width:720px){.archived-message{border-radius:4px}}.special-message{padding:2rem 1rem;border:4px solid #ee6e73;border:4px solid var(--cl_carmine)}.special-message .hdr{color:red;color:var(--cl_text_sale_red)}.l-special-banner{margin:0 auto;max-width:1005px;max-width:var(--page_max_width);width:100%}@media (min-width:720px){.l-special-banner{margin:1rem auto .5rem;padding:.5rem 2rem;padding:.5rem var(--gutter)}}@media (min-width:720px){.l-special-message:not(.hidden)+.l-special-banner{margin-top:0;padding-top:0}}.special-banner{display:flex;flex-direction:column;align-items:center;justify-content:center;grid-row-gap:.25rem;row-gap:.25rem;padding:.5rem .5rem .7rem;text-align:center;font-size:1rem;font-size:var(--font_size_-3);text-transform:uppercase;color:#fff;background:#000}@media (min-width:720px){.special-banner{flex-direction:row;padding:1rem;border-radius:4px;font-size:1.2rem;font-size:var(--font_size_-1)}}.special-banner strong{margin-right:1rem;font-size:1.8rem;font-size:var(--font_size_5);color:#ff0}.special-banner-note{margin-top:.5rem;text-align:center;font-size:1.1rem;font-size:var(--font_size_-2);color:#999;color:var(--cl_gray_light)}.vacation-message{background-color:#f9ea8f;background-image:linear-gradient(315deg,#f9ea8f 0,#aff1da 74%);border:none;color:#000}@media (min-width:720px){.vacation-message{border-radius:4px}}.vacation-message .hdr{color:#0d402e}.pause-message{background:#ffdee9;background:linear-gradient(345deg,#ffdee9 0,#b5fffc 100%);border:none;color:#000}@media (min-width:720px){.pause-message{border-radius:4px}}.pause-message .hdr{color:#0d402e}.special-message-close{font-size:1.2rem;font-size:var(--font_size_-1)}.l-footer{min-width:320px;min-width:var(--page_min_width);min-height:10rem;border-top:4px solid #ccc;border-top:4px solid var(--cl_gray_x-light);background:#f9f9f9;background:var(--cl_bg_gray_light)}.footer{height:100%;max-width:1005px;max-width:var(--page_max_width);margin:0 auto;padding:1rem}@media (min-width:720px){.footer{padding:1rem 2rem;padding:1rem var(--gutter)}}.footer a{color:#666;color:var(--cl_gray)}.footer__menu{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;align-items:stretch;list-style-type:none;margin:0;padding:0}@media (min-width:720px){.footer__menu{margin:1rem 0}}.footer__menu-col{flex-basis:100%;padding:1rem;border-bottom:1px solid #ccc;border-bottom:1px solid var(--cl_gray_x-light)}.footer__menu-col:last-child{border-bottom:none}@media (min-width:720px){.footer__menu-col{flex-basis:auto;padding:0 1rem 0 0;border-bottom:none}}.footer__menu-col ul{list-style-type:none;padding:0}.footer__menu-col li{margin:.75rem 0}.footer__menu-item-l2{display:none;font-size:1.1rem;font-size:var(--font_size_-2);line-height:1.36}@media (min-width:720px){.footer__menu-item-l2{display:block}}.footer__menu-item-l2:before{content:'\2022';margin-right:1rem;color:#666;color:var(--cl_gray)}.footer__menu-item-phone:before{content:'';display:inline-block;width:16px;height:16px;margin-right:.75rem;vertical-align:bottom;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAlQTFRFMqhmM6hnAAAAdiLqnAAAAAN0Uk5T//8A18oNQQAAAH9JREFUeNqk00ESgCAMA8C0/3+0DoK00jQHOZrFYSCFh2VzxW840o9BGQcCli8Bmk8Bnj8CTT7EDcABBti8+gXS7RQiAzSA3Mfewy4sA2uA/QcmzsBOATsEEkNZo0DgvfAMTIKXhLfwoiXpuXVhZOV0aXXt9eDo0dPDS8f/EmAAn7MFLLRB6AUAAAAASUVORK5CYII=) no-repeat;background-size:16px 16px}@media (min-width:720px){.footer__menu-item-with-gap{margin-top:3rem!important}}.footer__copy{margin:3rem 0 4rem;padding-top:1rem;border-top:1px solid #ccc;border-top:1px solid var(--cl_gray_x-light);text-align:center;line-height:1.5;color:#666;color:var(--cl_gray)}.footer.no-menu .footer__copy{margin:0;border-top:none}.footer__copy a{color:#666;color:var(--cl_gray)}.about__email{margin-left:.5rem;font-size:1.5rem;font-size:var(--font_size_2)}.about__phone{white-space:nowrap;margin-left:.5rem;font-size:1.5rem;font-size:var(--font_size_2);font-weight:700;letter-spacing:1px}.about__map{margin:1.5rem 0;height:502px;border:1px solid #ccc;border:1px solid var(--cl_gray_x-light)}.about .text-block{margin:3rem 0}.delivery-info{margin:3rem 0;line-height:1.5}.shipping-city{font-size:1.7rem;font-size:var(--font_size_4);font-weight:700}ol.shipping-methods .collapsible:not(.is-collapsed){font-weight:700}@media (min-width:720px){ol.shipping-methods .collapsed-content{padding-left:3rem}}.shipping-method{margin:3rem 0;padding-left:1.5rem}.shipping-method__hdr{font-size:1.5rem;font-size:var(--font_size_2);font-weight:700}.delivery-info .shipping-cost{font-size:inherit}.shipping-note{font-size:smaller;color:#666;color:var(--cl_gray)}.brands-list{margin-top:2rem;padding:0 1rem}@media (min-width:720px){.brands-list{-moz-column-count:3;column-count:3}}.brand-item{list-style-type:none;margin-bottom:2rem;display:flex}@media (min-width:720px){.brand-item{page-break-inside:avoid;-moz-column-break-inside:avoid;break-inside:avoid}}.brand-item--selected{font-weight:700}.brand-item--not-available{color:#ccc;color:var(--cl_gray_x-light)}.brand-item--not-available a{color:#ccc;color:var(--cl_gray_x-light)}.brand-name{margin-left:.75rem;font-size:1.6rem;font-size:var(--font_size_3)}.brand-item--popular .brand-name{padding-left:.75rem;border-left:4px solid #e74c3c;border-left:4px solid var(--cl_tag_popular)}.brand-num_products{margin-left:.5rem;vertical-align:super;font-size:1rem;font-size:var(--font_size_-3);color:#666;color:var(--cl_gray)}.brand-info{display:block;margin-top:.5rem;font-size:1rem;font-size:var(--font_size_-3);color:#ccc;color:var(--cl_gray_x-light)}.brand-country{margin-right:.25rem;text-transform:uppercase}.brand-oneliner:before{content:"\2022";margin-right:.4rem}.tags-list{margin-top:-.5rem;padding:1rem 1rem .25rem;border-radius:6px;background:#f9f9f9;background:var(--cl_bg_gray_light)}@media (min-width:720px){.tags-list{margin-top:0}}.tags-list--activated .tag:not(.tag--activated){opacity:.3}.tags-group__hdr{display:block;margin:0 1rem .75rem 0;font-size:1.2rem;font-size:var(--font_size_-1);line-height:1.5;color:#666;color:var(--cl_gray)}@media (min-width:720px){.tags-group__hdr{display:inline-block;margin:0 1.5rem;text-align:right}}.tagspots{min-width:53px}.tagspot{display:inline-block;margin:.4rem .75rem 0 0;width:10px;height:10px;border-radius:10px}.tagspot--empty{border:1px dotted #ccc;border:1px dotted var(--cl_gray_x-light)}.tag-popular a.cnt{border-color:transparent;background-color:var(--cl_tag_popular);color:#fff}.tag-popular a.cnt:hover{border-color:transparent;background-color:#d04436;color:#fff}.tagspot-popular{background-color:var(--cl_tag_popular)}.tag-exclusive a.cnt{border-color:transparent;background-color:var(--cl_tag_exclusive);color:#fff}.tag-exclusive a.cnt:hover{border-color:transparent;background-color:#8c50a4;color:#fff}.tagspot-exclusive{background-color:var(--cl_tag_exclusive)}.tag-premium a.cnt{border-color:transparent;background-color:var(--cl_tag_premium);color:#fff}.tag-premium a.cnt:hover{border-color:transparent;background-color:#db8c10;color:#fff}.tagspot-premium{background-color:var(--cl_tag_premium)}.tag-price-quality a.cnt{border-color:transparent;background-color:var(--cl_tag_price-quality);color:#fff}.tag-price-quality a.cnt:hover{border-color:transparent;background-color:#17a98c;color:#fff}.tagspot-price-quality{background-color:var(--cl_tag_price-quality)}.tag-popular{margin-right:1.5rem;padding-right:1.5rem}.cart-summary{font-size:1.5rem;font-size:var(--font_size_2)}.cart-content table{width:100%;border-collapse:separate;border-spacing:0 1rem}.cart-content{margin-top:1rem}.cart-items{margin:0;padding-left:0}.cart-item-before{display:inline-block;margin-top:1rem;padding:2px 3px;font-size:1.2rem;font-size:var(--font_size_-1);color:#333;color:var(--cl_gray_dark);background:#fce3e7;background:var(--cl_bg_pink_light)}.cart-item{position:relative;overflow:hidden;padding:1.5rem 0;display:grid;grid-template-areas:"image product product product" "image price price price" "image quantity total total"}.cart-item.out-of-stock{grid-template-areas:"image product product product";opacity:.4;transition:opacity .5s linear,background-color .3s linear,color .5s linear,border-color .5s linear;transition:var(--transition_base)}.cart-item.out-of-stock:hover{opacity:1}.cart-item{grid-template-columns:1fr 5fr 5fr 5fr}@media (min-width:720px){.cart-item{grid-template-areas:"image product product product product product" "image . . . . ." "image quantity price voucher total total";grid-template-columns:1fr 3fr 6fr 2fr 1fr 2fr}}.cart-item{width:100%;border-bottom:1px solid #f0f0f0;border-bottom:1px solid var(--cl_border_gray_x-light)}.cart-item--last{border-bottom:none}.cart-item .product-availability{margin:1rem 0}.cart-item__thumb{grid-area:image;position:relative;padding-right:1rem}@media (min-width:720px){.cart-item__thumb{padding-right:1.5rem}}.cart-item__thumb img{margin:.5rem;vertical-align:top}.out-of-stock .cart-item__thumb a{transition:opacity .4s ease}.out-of-stock .cart-item__thumb a:hover{opacity:1}.cart-item__info{grid-area:product;padding:.25rem 2.5rem .5rem 0}.cart-item__name{font-size:1.5rem;font-size:var(--font_size_2)}@media (max-width:719px){.cart-item__name{white-space:nowrap;overflow:hidden}}.out-of-stock .cart-item__name a{color:#666;color:var(--cl_gray)}.cart-item__variant{margin-top:.25rem;font-size:1.2rem;font-size:var(--font_size_-1);color:#666;color:var(--cl_gray)}.cart-item__quantity{grid-area:quantity;align-self:end}.out-of-stock .cart-item__quantity{align-self:start}@media (min-width:720px){.cart-item__quantity{padding-right:1.5rem}}.cart-item__quantity{font-size:1.2rem;font-size:var(--font_size_-1);color:#666;color:var(--cl_gray)}.form-quantity{display:flex}.form-quantity .q-upd{order:3}.cart-item__quantity-value{width:4rem;padding:.5rem 1rem;text-align:center;border:1px solid #ccc;border:1px solid var(--cl_gray_x-light);font-size:1.4rem;font-size:var(--font_size_1)}.cart-item__quantity-value.more-than-one{border-width:2px;border-color:#7bae37;border-color:var(--cl_border_green)}.cart-item__quantity-change{padding:0 8px;cursor:pointer;font-size:1.9rem;font-size:var(--font_size_6);border:none;color:#ccc;color:var(--cl_gray_x-light);transition:color .5s ease,opacity .5s ease}.cart-item__quantity-change.q-dec,.cart-item__quantity-change.q-upd{padding-left:0}.cart-item__quantity-change.q-upd{display:none}@media (min-width:720px){.cart-item__quantity-change.q-upd{display:block;padding-right:0}}.cart-item__quantity-change:hover{color:#ee6e73!important;color:var(--cl_carmine)!important}.out-of-stock .cart-item__quantity{font-size:1.4rem;font-size:var(--font_size_1);line-height:2.5rem}.cart-item__price{grid-area:price;line-height:1.75rem;color:#666;color:var(--cl_gray)}@media (max-width:719px){.cart-item__price{font-size:1.2rem;font-size:var(--font_size_-1)}}@media (min-width:720px){.cart-item__price{align-self:center;white-space:nowrap;text-align:center}}.cart-item--more-than-one .cart-item__price{padding-bottom:0}@media (max-width:719px){.priceoff .cart-item__price{text-align:left}.priceoff .cart-item__price .sale-price,.priceoff .cart-item__price .undiscounted-price{display:none}}.cart-item__price .product-price__currency{font-size:1.1rem;font-size:var(--font_size_-2)}.cart-item__price .undiscounted-price{display:inline-block;margin:0;text-decoration:line-through;font-size:inherit}.cart-item__price .undiscounted-price:after{content:none}.cart-item__price .discount-value{display:inline-block;margin:0 .25rem;font-size:1.1rem;font-size:var(--font_size_-2)}.cart-item__price .sale-price{display:inline;color:red;color:var(--cl_text_sale_red)}.cart-item__price .sale-price:before{content:'\2192';margin-right:.25rem}.cart-item__price .price-offer-badge,.cart-item__price .priceoff-badge{margin-right:.5rem}.cart-item__price .price-offer-note{display:inline-block}@media (min-width:720px){.cart-item__price .price-offer-note{display:block;margin-bottom:-.5rem}}.cart-item__price--offered{text-align:left}@media (min-width:720px){.cart-item__price--offered{padding-bottom:0;text-align:center}}@media (max-width:719px){.cart-item__price--offered .sale-price,.cart-item__price--offered .undiscounted-price{display:none}}.cart-item__voucher{grid-area:voucher;line-height:2.5rem}.cart-item__discount{grid-area:discount;align-self:end;text-align:right;color:red;color:var(--cl_text_sale_red)}@media (min-width:720px){.cart-item__discount{align-self:center;text-align:center}}.cart-item__line-total{grid-area:total;align-self:end;margin-bottom:.5rem;white-space:nowrap;line-height:1.75rem;text-align:right}@media (min-width:720px){.cart-item__line-total{align-self:center;margin-bottom:0;min-width:10rem}}.cart-item--more-than-one .cart-item__line-total{margin-bottom:0}.cart-item__line-total .price.is-updating{position:relative}.cart-item__line-total .price.is-updating:before{content:'';position:absolute;left:-20px;width:16px;height:16px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16px' height='16px' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid' class='lds-reload' style='background: none;'%3E %3Cg transform='rotate(36 50 50)'%3E %3Cpath d='M50 15A35 35 0 1 0 74.787 25.213' fill='none' ng-attr-stroke='%7B%7Bconfig.color%7D%7D' ng-attr-stroke-width='%7B%7Bconfig.width%7D%7D' stroke='%23666666' stroke-width='12'/%3E %3Cpath ng-attr-d='%7B%7Bconfig.darrow%7D%7D' ng-attr-fill='%7B%7Bconfig.color%7D%7D' d='M49 3L49 27L61 15L49 3' fill='%23666666'/%3E %3CanimateTransform attributeName='transform' type='rotate' calcMode='linear' values='0 50 50;360 50 50' keyTimes='0;1' dur='1s' begin='0s' repeatCount='indefinite'/%3E %3C/g%3E %3C/svg%3E")}.cart-item__line-total .price-amount{font-size:1.5rem;font-size:var(--font_size_2)}.cart-item__pcs-price{display:block;margin-bottom:-.5rem;font-size:1rem;font-size:var(--font_size_-3);color:#ccc;color:var(--cl_gray_x-light)}.cart-item__remove{position:absolute;top:1.5rem;right:0;width:2.5rem;height:2.5rem;cursor:pointer;background:url("data:image/svg+xml;charset=utf-8,%3Csvg fill='none' viewBox='0 0 24 24' height='24' width='24' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' clip-rule='evenodd' d='M7 4C7 2.89543 7.89543 2 9 2H15C16.1046 2 17 2.89543 17 4V6H18.9897C18.9959 5.99994 19.0021 5.99994 19.0083 6H21C21.5523 6 22 6.44772 22 7C22 7.55228 21.5523 8 21 8H19.9311L19.0638 20.1425C18.989 21.1891 18.1182 22 17.0689 22H6.93112C5.88184 22 5.01096 21.1891 4.9362 20.1425L4.06888 8H3C2.44772 8 2 7.55228 2 7C2 6.44772 2.44772 6 3 6H4.99174C4.99795 5.99994 5.00414 5.99994 5.01032 6H7V4ZM9 6H15V4H9V6ZM6.07398 8L6.93112 20H17.0689L17.926 8H6.07398ZM10 10C10.5523 10 11 10.4477 11 11V17C11 17.5523 10.5523 18 10 18C9.44772 18 9 17.5523 9 17V11C9 10.4477 9.44772 10 10 10ZM14 10C14.5523 10 15 10.4477 15 11V17C15 17.5523 14.5523 18 14 18C13.4477 18 13 17.5523 13 17V11C13 10.4477 13.4477 10 14 10Z' fill='%23282828'/%3E %3C/svg%3E") no-repeat center;border:none;opacity:.25;transition:opacity .75s ease;text-indent:999px}.cart-item:hover .cart-item__remove{opacity:.5}.cart-item:hover .cart-item__remove:hover{opacity:1}.cart-item-removed-msg{padding:1rem;border-bottom:1px solid #f0f0f0;border-bottom:1px solid var(--cl_border_gray_x-light);background:#f9f9f9;background:var(--cl_bg_gray_light)}.cart-item__discount-desc,.cart-item__priceoff-desc{margin-top:1rem;display:inline-block;padding:2px 4px 3px;border-radius:2px;font-size:1.2rem;font-size:var(--font_size_-1)}@media (max-width:719px){.cart-item__discount-desc,.cart-item__priceoff-desc{margin-top:.25rem;padding:0;background:0 0}.cart-item__discount-desc .content,.cart-item__priceoff-desc .content{display:none}}.cart-item__discount-desc .content,.cart-item__priceoff-desc .content{color:#333;color:var(--cl_gray_dark)}.cart-item__discount-desc .priceoff-badge,.cart-item__priceoff-desc .priceoff-badge{margin:1px 2px 0 0;vertical-align:text-top;border-radius:2px}.cart-item__priceoff-desc{background:#fce3e7;background:var(--cl_bg_pink_light)}.cart-totals{padding:1rem 0;border-top:4px solid #f0f0f0;border-top:4px solid var(--cl_border_gray_x-light);text-align:center}@media (min-width:720px){.cart-totals{display:flex;flex-direction:row-reverse;justify-content:space-between;flex-wrap:wrap;text-align:left}}.cart-totals .price{margin-left:1rem}.cart-totals__voucher{margin:1.5rem 0}@media (min-width:720px){.cart-totals__voucher{margin-top:.5rem}}.cart-totals__voucher--applied{display:flex;justify-content:space-between;margin-top:0}@media (min-width:720px){.cart-totals__voucher--applied{width:100%;flex-basis:100%}}.cart-totals__discount{display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:1.5rem;text-align:left}@media (min-width:720px){.cart-totals__discount{width:100%;flex-basis:100%}}.cart-totals__discount-desc{width:75%}@media (min-width:720px){.cart-totals__discount-desc{width:40%}}.cart-totals__discount-name{font-size:1.5rem;font-size:var(--font_size_2);font-weight:700;color:#7bae37;color:var(--cl_text_green)}.cart-totals__discount-note{flex-basis:100%;margin-top:.5rem;font-size:1.1rem;font-size:var(--font_size_-2);line-height:1.25;color:#999;color:var(--cl_gray_light)}.cart-totals__voucher-code .code{margin-right:.5rem;font-size:1.5rem;font-size:var(--font_size_2);font-weight:700;letter-spacing:1px;color:#7bae37;color:var(--cl_text_green)}@media (min-width:720px){.cart-totals__voucher-code .code{margin-left:.5rem}}.voucher-remove-link{text-transform:uppercase;font-size:1rem;font-size:var(--font_size_-3)}.cart-totals__discount-value,.cart-totals__voucher-discount{color:#7bae37;color:var(--cl_text_green);font-weight:700}.cart-totals__discount-value .price-amount,.cart-totals__voucher-discount .price-amount{font-size:1.5rem;font-size:var(--font_size_2)}.cart-totals__voucher-form{margin:2rem 0 1rem;line-height:1.8rem;line-height:var(--font_size_5);color:#666;color:var(--cl_gray)}@media (min-width:720px){.cart-totals__voucher-form{margin:0;text-align:inherit}}.cart-totals__voucher-form .voucher-input{margin-right:1rem}.cart-totals__voucher-form .voucher-input::-moz-placeholder{color:#666;color:var(--cl_gray)}.cart-totals__voucher-form .voucher-input::placeholder{color:#666;color:var(--cl_gray)}.cart-totals__voucher-form .btn{margin-left:-1px}.cart-totals__amount .price-amount{font-size:1.9rem;font-size:var(--font_size_6)}@media (min-width:720px){.cart-totals__amount{text-align:right}}.cart-actions{margin-top:.5rem;text-align:center}@media (min-width:720px){.cart-actions{display:flex;flex-direction:row-reverse;justify-content:space-between}}.cart-totals__checkout{font-size:1.4rem;font-size:var(--font_size_1)}.cart-clear-link{margin-top:2.5rem;text-align:right}@media (min-width:720px){.cart-clear-link{align-self:center;margin-top:0;text-align:left}}.cart-upsell{margin-top:.5rem;border-top:1px dotted #ccc;border-top:1px dotted var(--cl_gray_x-light);text-align:center;font-size:1.4rem;font-size:var(--font_size_1);line-height:1.25}.cart-upsell__msg{display:inline-block;padding:1rem 24px}@media (min-width:720px){.cart-upsell__msg{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M8 1.33333C11.676 1.33333 14.6667 4.324 14.6667 8C14.6667 11.676 11.676 14.6667 8 14.6667C4.324 14.6667 1.33333 11.676 1.33333 8C1.33333 4.324 4.324 1.33333 8 1.33333ZM8 0C3.582 0 0 3.582 0 8C0 12.418 3.582 16 8 16C12.418 16 16 12.418 16 8C16 3.582 12.418 0 8 0ZM12 8.66667H8.66667V12H7.33333V8.66667H4V7.33333H7.33333V4H8.66667V7.33333H12V8.66667Z' fill='%23AAAAAA'/%3E %3C/svg%3E") 0 11px no-repeat}}.cart-upsell__note{font-size:1.2rem;font-size:var(--font_size_-1);color:#999;color:var(--cl_gray_light)}.category__description{margin:-1em 0 1rem;padding:.01em 0;font-size:var(--font_size_2);line-height:1.5}.no-header .category__description{margin-top:0}.category__description.is-folded{margin-bottom:2rem}.checkout-form .invalid-feedback{margin:0 0 1.5rem -3rem;padding:.5rem;text-align:center;font-size:1.1rem;font-size:var(--font_size_-2);text-transform:uppercase;color:red;background-color:#ffd2d2;background-color:var(--cl_bg_error_red)}@media (min-width:720px){.checkout-form .invalid-feedback{margin:-1rem 0 2rem -4rem}}.checkout-form .invalid-feedback strong:before{content:'\2193';margin-right:.75rem}.checkout-form .invalid-feedback strong:after{content:'\2193';margin-left:.75rem}.proved-data{margin-bottom:2rem;font-size:1.2rem;font-size:var(--font_size_-1)}@media (min-width:720px){.proved-data{display:flex;margin-bottom:1rem}}.proved{margin-bottom:1rem;font-size:1.4rem;font-size:var(--font_size_1)}@media (min-width:720px){.proved{margin:0 8rem 0 0}}.proved a{color:#ee6e73;color:var(--cl_carmine)}.proved__label{color:#666;color:var(--cl_gray);margin-right:.25rem}@media (min-width:720px){.proved__label{font-size:1.1rem;font-size:var(--font_size_-2);margin-right:0}.proved__label:after{content:none}}.proved__data{font-weight:700}.proved__data a:after{content:'\2716';margin-left:.5rem}@media (min-width:720px){.proved__data{display:block;margin-top:.25rem;font-size:1.4rem;font-size:var(--font_size_1)}}.proved__note{display:block;margin-top:.5rem;font-size:1.1rem;font-size:var(--font_size_-2);color:#7bae37;color:var(--cl_text_green)}.checkout-closed-until{display:inline-block;margin:-1rem 0 1rem;padding:1rem;border-radius:4px;text-align:center;font-size:var(--font_size_-11);line-height:1.35;color:#000;background-color:#f9ea8f;background-image:linear-gradient(315deg,#f9ea8f 0,#aff1da 74%);background:linear-gradient(345deg,#ffdee9 0,#b5fffc 100%)}.shipping-city-name{white-space:nowrap;margin-left:.25rem;font-weight:700}.shipping-city-select{margin:1.5rem 0}@media (min-width:720px){.shipping-city-select{margin:2.5rem 0}}.shipping-city-select select{min-width:280px}.no-city-link{margin:1.5rem 0;text-align:center;font-size:1.2rem;font-size:var(--font_size_-1)}.shipping-title{margin-top:-1rem;margin-right:.5rem;font-weight:700}.shipping-cost{font-weight:700;font-size:1.4rem;font-size:var(--font_size_1);color:#7bae37;color:var(--cl_text_green)}.shipping-cost del{color:#999;color:var(--cl_gray_light)}.shipping-cost[\:has\(del\)]{color:red;color:var(--cl_text_sale_red)}.shipping-cost:has(del){color:red;color:var(--cl_text_sale_red)}input[disabled]~.shipping-cost,input[disabled]~.shipping-title:not(.marker){font-weight:400;color:#899c9c;color:var(--cl_text_disabled)}.point-selector-link{font-weight:700}.point-selector-link:before{content:'';display:block}.point-selector-link .chosen-visible{display:none}.point-chosen.active .point-selector-link .chosen-visible{display:inline}.point-chosen.active .point-selector-link .chosen-invisible{display:none}@media (min-width:720px){.fs-shipping-method .radio_note p{margin:0}}.checkout-form__method-chooser{display:none;grid-gap:1rem;gap:1rem;margin:1rem 0 .5rem}li.active .checkout-form__method-chooser{display:flex}.if-method--self{display:none}[data-method=self] .if-method--self{display:block}.if-method--courier{display:none}[data-method=courier] .if-method--courier{display:block}.checkout-form__method-option{padding:.5rem 1rem;border:1px solid #999;border:1px solid var(--cl_border_gray);border-radius:3px;cursor:pointer}.checkout-form__method-option .option-cost{margin-left:.5rem}.checkout-form__method-option--active{background:#1abc9c;background:var(--cl_selling_green);border-color:#1abc9c;border-color:var(--cl_selling_green);color:#fff}.checkout-form__method-option--active .option-cost{display:none}.chosen-point-data,.pickpoint-postamat-data{display:none}@media (min-width:720px){.chosen-point-data,.pickpoint-postamat-data{margin:.25rem 0!important}}@media (min-width:720px){.chosen-point-data br,.pickpoint-postamat-data br{display:none}}.active.point-chosen .city-points-num{display:none}.active .chosen-point-data,.active .single-point-data{display:block;color:#7bae37;color:var(--cl_text_green)}.active .chosen-point-data:before,.active .single-point-data:before{content:'\2713';margin-right:.5rem;font-weight:700}.checkout-success{font-size:var(--font_size_2);line-height:1.5}.l-main.index{padding-left:0!important;padding-right:0!important}.index .product-list-block__more-link{display:none}@media (min-width:720px){.product-list-block .product-list-block__content ul{text-align:center}}.index .subscription-form{margin-top:1.5rem;padding:.5rem 1rem;border-top:1px dashed #ccc;border-top:1px dashed var(--cl_gray_x-light);border-bottom:1px dashed #ccc;border-bottom:1px dashed var(--cl_gray_x-light)}@media (min-width:720px){.index .subscription-form{margin-top:-1px;margin-bottom:1.5rem}}.product-list-block{padding:0 1rem 2rem}.product-list-block:first-child{margin-top:-1rem}@media (min-width:720px){.product-list-block{display:flex;flex-direction:column;margin:0 auto;max-width:1005px;max-width:var(--page_max_width);padding-left:2rem;padding-left:var(--gutter);padding-right:2rem;padding-right:var(--gutter)}.product-list-block:after{content:'';display:block;height:10px;box-shadow:0 10px 0 0 var(--cl-border-x-light)}.product-list-block.is-last:after{height:0}}.product-list-block__header{margin-bottom:1em;padding:.5em;font-size:2.1rem;font-size:var(--font_size_8);font-weight:400;text-align:center;color:#333;color:var(--cl_gray_dark);background:url(/static/i/section_hdr_bg.jpg) 50% 40% no-repeat;background-size:auto 45px}.index .product-list-block__header{margin-top:.5em}@media (min-width:720px){.product-list-block__header{margin-top:1em}}.product-list-block__header a:link,.product-list-block__header a:visited{color:#333;color:var(--cl_gray_dark);border-bottom:1px solid currentColor}.product-list-block__header a:hover{color:#dc2a2a;color:var(--cl_link_hover)}.product-list-block__content ul{margin-bottom:1em;padding:0;list-style-type:none;line-height:1.5;font-size:var(--font-1)}@media (max-width:719px){.product-list-block__content ul{margin-top:.5em;padding-top:.75em;border-top:1.5px solid var(--cl-border-x-light)}}@media (min-width:720px){.product-list-block__content ul{margin-top:-.5em}}.product-list-block__content ul a:visited{color:var(--cl_link)}.product-list-block__content ul a:hover{color:var(--cl_link_hover)}.product-list-block__content li:before{content:'\2022';margin-right:1.2rem;color:var(--cl-text-base)}@media (min-width:720px){.product-list-block__content li{display:inline-block;margin-left:1rem}.product-list-block__content li.--first:before{content:none}}@media (min-width:720px){.index .product-list-block__header{order:1}.index .product-list-block__content{order:2}.index .product-list-block__products{order:3}.index .product-list-block__more-link{order:4;display:block}.index .product-list-block::after{order:999}}@media (max-width:1020px){.product-list-block__products .c-product:nth-child(5n){display:none}}.product-list-block__more-link{margin-bottom:1em;text-align:right;font-size:var(--font-1);font-weight:700}.product-list-block__more-link a:after{content:'\2192';margin:0 .5rem}.link-to-product{margin:1.5rem 0;font-size:1.5rem;font-size:var(--font_size_2)}.product-image{margin-bottom:2rem}.product-image a{display:inline-block;border:1px solid #f0f0f0;border:1px solid var(--cl_border_gray_x-light)}.product-comments{list-style-type:none;padding:0;margin:0 0 3rem 0;font-size:1.5rem;font-size:var(--font_size_2)}.product-comment{display:flex;flex-wrap:wrap;width:100%;margin-bottom:2rem;padding-top:2rem;border-top:1px dashed #ccc;border-top:1px dashed var(--cl_gray_x-light)}.product-comment:before{display:block;min-width:32px;content:'';margin-right:10px;width:32px;height:32px;background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M16 0.5C7.4375 0.5 0.5 7.4375 0.5 16C0.5 24.5625 7.4375 31.5 16 31.5C24.5625 31.5 31.5 24.5625 31.5 16C31.5 7.4375 24.5625 0.5 16 0.5ZM29.5 16C29.5 23.4187 23.4938 29.5 16 29.5C8.58125 29.5 2.5 23.4938 2.5 16C2.5 8.58125 8.50625 2.5 16 2.5C23.4187 2.5 29.5 8.50625 29.5 16Z' fill='black'/%3E %3C/svg%3E") 0 0 no-repeat;opacity:.25}.product-comment-child{padding:0 0 0 2rem;border-top:none;border-left:2rem solid #f0f0f0;border-left:2rem solid var(--cl_border_gray_x-light)}.product-comment-q:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M16 21.25C15.0335 21.25 14.25 22.0335 14.25 23C14.25 23.9665 15.0335 24.75 16 24.75C16.9665 24.75 17.75 23.9665 17.75 23C17.75 22.0335 16.9665 21.25 16 21.25ZM16.4794 19.75H15.4794C15.0652 19.75 14.7294 19.4142 14.7294 19V18.9762C14.7294 14.5797 19.5694 15 19.5694 12.2632C19.5694 11.0122 18.4593 9.75 15.9794 9.75C14.1579 9.75 13.2128 10.3531 12.2787 11.5433C12.0344 11.8545 11.5878 11.9179 11.2632 11.6917L10.4423 11.1199C10.0907 10.8749 10.0136 10.3842 10.277 10.0463C11.6036 8.34462 13.1776 7.25 15.9794 7.25C19.2494 7.25 22.0694 9.10944 22.0694 12.2632C22.0694 16.4766 17.2294 16.2537 17.2294 18.9762V19C17.2294 19.4142 16.8936 19.75 16.4794 19.75ZM16 2.5C23.4138 2.5 29.5 8.50469 29.5 16C29.5 23.4557 23.4619 29.5 16 29.5C8.54725 29.5 2.5 23.4649 2.5 16C2.5 8.54981 8.53762 2.5 16 2.5ZM16 0.5C7.44019 0.5 0.5 7.44269 0.5 16C0.5 24.5623 7.44019 31.5 16 31.5C24.5598 31.5 31.5 24.5623 31.5 16C31.5 7.44269 24.5598 0.5 16 0.5Z' fill='%239B59B6'/%3E %3C/svg%3E");opacity:1}.product-comment-r:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M16 0.5C7.16129 0.5 0 7.4375 0 16C0 24.5625 7.16129 31.5 16 31.5C24.8387 31.5 32 24.5625 32 16C32 7.4375 24.8387 0.5 16 0.5ZM24.2581 26.85C21.9419 28.5063 19.0903 29.5 16 29.5C12.9097 29.5 10.0581 28.5063 7.74194 26.85V26C7.74194 23.7938 9.59355 22 11.871 22C12.5871 22 13.6452 22.7125 16 22.7125C18.3613 22.7125 19.4065 22 20.129 22C22.4065 22 24.2581 23.7938 24.2581 26V26.85ZM26.2323 25.1313C25.7935 22.2313 23.2452 20 20.129 20C18.8065 20 18.1677 20.7125 16 20.7125C13.8323 20.7125 13.2 20 11.871 20C8.75484 20 6.20645 22.2313 5.76774 25.1313C3.47742 22.725 2.06452 19.525 2.06452 16C2.06452 8.55625 8.31613 2.5 16 2.5C23.6839 2.5 29.9355 8.55625 29.9355 16C29.9355 19.525 28.5226 22.725 26.2323 25.1313ZM16 7.5C12.8645 7.5 10.3226 9.9625 10.3226 13C10.3226 16.0375 12.8645 18.5 16 18.5C19.1355 18.5 21.6774 16.0375 21.6774 13C21.6774 9.9625 19.1355 7.5 16 7.5ZM16 16.5C14.0065 16.5 12.3871 14.9312 12.3871 13C12.3871 11.0688 14.0065 9.5 16 9.5C17.9935 9.5 19.6129 11.0688 19.6129 13C19.6129 14.9312 17.9935 16.5 16 16.5Z' fill='%231ABC9C'/%3E %3C/svg%3E");opacity:1}.product-comment-pa:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='31' height='32' viewBox='0 0 31 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M15.5 0.5C6.9375 0.5 0 7.4375 0 16C0 24.5625 6.9375 31.5 15.5 31.5C24.0625 31.5 31 24.5625 31 16C31 7.4375 24.0625 0.5 15.5 0.5ZM15.5 29.5C8.05625 29.5 2 23.4437 2 16C2 8.55625 8.05625 2.5 15.5 2.5C22.9437 2.5 29 8.55625 29 16C29 23.4437 22.9437 29.5 15.5 29.5ZM22.75 9.6C20.1312 7.33125 17.1563 9.075 16.1938 10.0813L15.5 10.8062L14.8062 10.0813C13.1437 8.3375 10.275 7.8375 8.25 9.6C6.04375 11.5125 5.925 14.95 7.9 17.0187L14.7063 24.15C15.1438 24.6125 15.8562 24.6125 16.3 24.15L23.1063 17.0187C25.075 14.9437 24.9625 11.5125 22.75 9.6V9.6ZM21.6875 15.6313L15.5 22.1187L9.3125 15.6313C8.26875 14.5375 8.0375 12.4062 9.525 11.125C10.9125 9.91875 12.65 10.7 13.3938 11.4812L15.5 13.6875L17.6063 11.4812C18.15 10.9062 19.95 9.80625 21.475 11.125C22.9625 12.4062 22.7313 14.5313 21.6875 15.6313V15.6313Z' fill='%23EE6E73'/%3E %3C/svg%3E");opacity:1}.product-comment__meta{flex-grow:100;display:flex;justify-content:space-between;align-items:center;font-size:1.2rem;font-size:var(--font_size_-1)}.product-comment__name{font-weight:500;color:#000}.product-comment__body{width:100%;margin-top:1rem;line-height:1.6}@media (min-width:720px){.product{margin-top:1rem;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto auto auto auto 1fr auto auto;grid-template-areas:"image header" "image msg" "image shop" "image properties" "image more" "image brand" "image ." "tags tags" "info info"}}@media (min-width:1024px){.product{grid-template-columns:2fr 2fr 1fr;grid-template-rows:auto auto auto auto 1fr auto auto;grid-template-areas:"image header shop" "image msg shop" "image properties shop" "image more shop" "image brand shop" "image tags shop" "info info shop"}}.product-archived{opacity:.5}.product--resurrected{opacity:1}.product__header h1{text-align:left;padding:.5em 0;background-position:0 0}@media (min-width:720px){.product__header{grid-area:header;position:relative;margin-bottom:1.5rem;padding:0 2rem;padding:0 var(--gutter)}.product__header h1{padding-top:0;background-size:auto 35px}.product__header .header-ext{display:inline;font-size:1.6rem;font-size:var(--font_size_3)}}.product__header .promo-badge{margin-top:.75rem;border-radius:3px;font-weight:500;font-size:1rem;font-size:var(--font_size_-3);letter-spacing:1px}.product__header .promo-badge a{padding:3px 6px}.product__title{margin:.5rem 0;font-size:2.3rem;font-size:var(--font_size_10);font-weight:400}.product__title .priceoff-badge{display:inline-block;margin-left:.5rem;vertical-align:top}.product__title-ext{font-size:1.4rem;font-size:var(--font_size_1);color:#666;color:var(--cl_gray)}.product__summary{font-size:1.4rem;font-size:var(--font_size_1);line-height:1.4;color:#666;color:var(--cl_gray)}.product__tags{margin-top:1rem;padding:0}@media (min-width:720px){.product__tags{grid-area:tags;margin:2rem 0 -1rem}}@media (min-width:1024px){.product__tags{align-self:start;justify-self:center;margin:2rem;margin:var(--gutter)}}.stock-request-form select{min-width:280px}.product__properties{line-height:1.6}.product__properties ul{padding-left:0}@media (min-width:720px){.product__properties ul{padding-left:1.5rem}}.product__properties ul ul{padding-left:1.5rem}.product__properties li{margin:1.5rem 0;padding-left:1rem}.product__properties--short{display:none}@media (min-width:720px){.product__properties--short{display:block;grid-area:properties;padding:0 2rem;padding:0 var(--gutter)}}.product__properties--short.refined{overflow-y:hidden;position:relative}.product__properties--short.refined:after{position:absolute;z-index:9;content:'';width:100%;min-height:100px;height:30%;left:0;bottom:0;background:linear-gradient(to top,#fff 20px,transparent);pointer-events:none}.product__properties .full-bleed{margin-left:-4rem;width:calc(100% + 5rem)}@media (min-width:720px){.product__properties .full-bleed{margin-left:0;width:100%}}.product__info-links{display:flex;align-items:center;justify-content:space-between}@media (min-width:720px){.product__info-links{grid-area:more;flex-wrap:wrap}}.product__info-anchors{padding:1rem 0 1.5rem;font-size:1.4rem;font-size:var(--font_size_1);line-height:2.2;width:100%}@media (min-width:720px){.product__info-anchors{margin:1rem 2rem;margin:var(--half-gutter) var(--gutter);border-bottom:1px dotted #ccc;border-bottom:1px dotted var(--cl_gray_x-light);text-align:center;font-size:1.3rem;font-size:var(--font_size_base);line-height:2}}.comments-anchor{font-weight:700}@media (min-width:720px){.comments-anchor:before{content:'\1F4AC';margin-right:.5rem}}.product__brand-collection{display:none}@media (min-width:720px){.product__brand-collection{display:block;grid-area:brand;margin:0 2rem;margin:0 var(--gutter);padding:0 1.5rem 0 0;color:#666;color:var(--cl_gray)}}.product__brand-collection a{margin-left:4px}.product__brand,.product__collection{margin:1rem 0}@media (min-width:720px){.product__brand-logo{margin-right:2rem;margin-right:var(--gutter)}}.product__brand-logo img{display:block;max-width:90px}.product__gallery{position:relative;margin-top:2rem}@media (min-width:720px){.product__gallery{grid-area:image;margin-top:0}}.product__images-slider{position:relative}.product__images-viewport{overflow:hidden}.product__images{display:flex;flex-wrap:nowrap}.product__image{width:100%;flex:0 0 100%;line-height:0}@media (min-width:720px){.product__image{border:1px solid #ccc;border:1px solid var(--cl_gray_x-light);border-radius:4px}.swiper-container .product__image{border:none}}.product__image a{border-bottom:none;cursor:default}.product__image img{width:100%}@media (min-width:720px){.product__image img{border-radius:3px}}.slider__button-next,.slider__button-prev{position:absolute;top:50%;border:none;width:50px;height:60px;margin-top:-30px;padding:0;cursor:pointer;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23007aff' viewBox='0 0 512 512' xml:space='preserve'%3E%3Cpath d='M168.837 256 388.418 36.418c8.331-8.331 8.331-21.839 0-30.17s-21.839-8.331-30.17 0L123.582 240.915c-8.331 8.331-8.331 21.839 0 30.17l234.667 234.667c8.331 8.331 21.839 8.331 30.17 0s8.331-21.839 0-30.17z'/%3E%3C/svg%3E") 0 50% no-repeat;background-size:100% auto;transition:opacity .5s linear,background-color .3s linear,color .5s linear,border-color .5s linear;transition:var(--transition_base)}.slider__button-next{right:0;transform:rotate(180deg)}.product__image-caption{display:none}@media (min-width:720px){.product__image-caption{display:block;margin-top:4px;font-size:1.1rem;font-size:var(--font_size_-2);color:#666;color:var(--cl_gray)}}.product__thumbs-viewport{overflow:hidden}.product__thumbs-viewport .product__thumbs{flex-wrap:nowrap;margin-right:0}.product__thumbs-viewport .product__thumb{flex:0 0 22%;margin:2% 0}.product__thumbs-viewport .product__thumb:not(.hidden)~.product__thumb:not(.hidden){margin-left:4%}.product__thumbs{margin-top:1rem;margin-right:-4%;display:flex;flex-wrap:wrap}.product__thumbs.swiper-container-initialized{margin-right:0}.product__thumb{margin:2% 4% 2% 0;width:21%;overflow-y:hidden;cursor:pointer;transition:max-height .25s}@media (min-width:720px){.product__thumb{margin:6px 12px 6px 0;width:82px;height:108px}}@media (min-width:1024px){.product__thumb{margin:7px 14px 7px 0;width:86px;height:114px}}.product__thumb.closed{max-height:0}.product__thumb a{width:100%;height:auto}.product__thumb img{width:100%;height:auto;vertical-align:top}@media (min-width:720px){.product__thumb img{height:106px}}@media (min-width:1024px){.product__thumb img{height:112px}}.product__thumb--active a{border-color:#333;border-color:var(--cl_gray_dark)}.product__thumbs-anchor{width:100%;margin-top:.5rem;text-align:center}.product__code{position:absolute;z-index:2;top:4px;left:4px;display:inline-block;padding:1px 3px;font-size:1.1rem;font-size:var(--font_size_-2);background:#000;color:#fff;opacity:.5;white-space:nowrap;border-radius:3px}.product__discount_badge{z-index:2;top:1rem;right:1rem;width:3.5rem;font-size:1.1rem;font-size:var(--font_size_-2);line-height:3.5rem}@media (min-width:720px){.swiper-container-main{border:1px solid #ccc;border:1px solid var(--cl_gray_x-light)}}.swiper-wrapper{box-sizing:border-box!important}.swiper-button-next,.swiper-button-prev{opacity:0;transition:opacity .5s linear,background-color .3s linear,color .5s linear,border-color .5s linear;transition:var(--transition_base)}@media (max-width:719px){.swiper-button-next,.swiper-button-prev{display:none}}.product__gallery:hover .swiper-button-next,.product__gallery:hover .swiper-button-prev{opacity:1}.l-product__shop-actions{grid-area:shop}@media (max-width:719px){.l-product__shop-actions{margin-top:1.5rem}}@media (min-width:720px){.product__shop-actions{display:block;padding:0 2rem}.product__shop-actions:after{content:"";display:table;clear:both}}@media (min-width:1024px){.product__shop-actions{position:relative;margin-top:0;padding:1.5rem;border-top:7px solid #ee6e73;border-top:7px solid var(--cl_carmine);border-radius:4px;text-align:center;background:#f9f9f9;background:var(--cl_bg_gray_light);line-height:inherit}.product__shop-actions.out-of-stock{border-top-color:#ccc;border-top-color:var(--cl_gray_x-light)}}.product__shop-actions .main-option{padding-bottom:0}.buy-form{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:center;flex-wrap:wrap;max-width:394px}@media (min-width:720px){.buy-form{margin-top:0}}@media (min-width:1024px){.buy-form{display:block;float:none}}.product-archived .buy-form{flex-direction:row}.product-price{grid-area:price;flex-basis:50%;display:inline-block;text-align:center;font-size:2.3rem;font-size:var(--font_size_10);transition:opacity .5s linear,background-color .3s linear,color .5s linear,border-color .5s linear;transition:var(--transition_base)}@media (min-width:1024px){.product-price{display:inline-block;margin-bottom:1rem}}.product-price span{line-height:1}.product-price__amount{margin-right:.4rem}.product-price__currency{font-size:1.5rem;font-size:var(--font_size_2)}@media (min-width:1024px){.product-price__currency{margin-left:0}}.product-price__from{margin-right:4px;font-size:1.2rem;font-size:var(--font_size_-1)}.out-of-stock .product-price{color:#666;color:var(--cl_gray)}.undiscounted-price{display:inline-block;position:relative;margin-right:.5rem;font-size:1.5rem;font-size:var(--font_size_2);color:#ccc;color:var(--cl_gray_x-light)}.undiscounted-price .product-price__amount{margin-right:0}.undiscounted-price .product-price__currency{display:none}.undiscounted-price:after{content:'';position:absolute;top:45%;left:0;width:100%;border-top:1px solid #ccc;border-top:1px solid var(--cl_gray_x-light)}.product-price__discount{display:none;margin-left:.5rem;font-size:1.1rem;font-size:var(--font_size_-2)}.product-price__sale-price{display:inline-block;color:#d8000c;color:var(--cl_text_error_red)}.product-price__sale-price .product-price__amount{line-height:.95}@media (min-width:720px){.product-price__sale-price .product-price__amount{line-height:.9}}.product-price-offers{flex-basis:100%;margin-top:1.5rem;text-align:center;font-size:1.3rem;font-size:var(--font_size_base);line-height:1.4;color:#666;color:var(--cl_gray)}.product-price-offers a{font-weight:700}.price-offers-list{overflow:hidden;height:0;margin-top:1rem}.price-offer{margin:.25rem 0}.second-option{margin-top:1.4rem}.product-variants{grid-area:variants}@media (min-width:1024px){.product-variants{margin:1rem 0}}.product-variants select{width:100%;min-width:140px;font-size:1.1rem;font-size:var(--font_size_-2);border-radius:4px}.product-variants fieldset{display:none}@media (min-width:1024px){.product-variants.is-selected fieldset{display:block;margin:0;text-align:center;padding:.5rem 0;border:none}}.product-variants legend{font-size:1rem;font-size:var(--font_size_-3);text-transform:uppercase}.priceoff-variant{flex-basis:100%;display:inline-block;padding:2px 4px;border:1px solid;border-radius:2px;font-size:1.2rem;font-size:var(--font_size_-1)}.product-action{flex-basis:100%;margin-top:2rem;grid-area:action}.product-action .cart-link{margin-top:1.5rem;text-align:center;font-weight:700}.product-action .cart-link a:after{content:'🡒';margin-left:.5rem}@keyframes barberpole{100%{background-position:100% 100%}}.btn-buy,a.btn-inquiry{vertical-align:inherit;width:100%;padding:12px 8px;border:none;background:#1abc9c;background:var(--cl_selling_green);color:#fff;font-size:1.4rem;font-size:var(--font_size_1);transition:opacity .5s linear,background-color .3s linear,color .5s linear,border-color .5s linear;transition:var(--transition_base)}@media (min-width:1024px){.btn-buy,a.btn-inquiry{width:100%}}.btn-buy:hover,a.btn-inquiry:hover{color:#fff;background-color:#17a98c;background-color:#17a98c}.btn-buy:active,a.btn-inquiry:active{animation-duration:1s;animation-name:pulse}.btn-buy.in-process,a.btn-inquiry.in-process{opacity:.5;background-image:repeating-linear-gradient(-45deg,transparent,transparent 10px,#ccc 10px,#ccc 20px);background-size:400% 400%;animation:barberpole 5s linear infinite;cursor:default}.btn-buy.btn--processed,a.btn-inquiry.btn--processed{background-color:#ee6e73;background-color:var(--cl_carmine);border-color:#ee6e73;border-color:var(--cl_carmine);color:#fff}.btn-buy.btn--processed:before,a.btn-inquiry.btn--processed:before{content:'✔';margin-right:1rem}.product__shop-actions .btn-buy[disabled]{border-color:#999!important;border-color:var(--cl_gray_light)!important;color:#333!important;color:var(--cl_gray_dark)!important;background-color:#ccc!important;background-color:var(--cl_bg_gray)!important}a.btn-inquiry{text-align:center;background-color:#ee6e73;background-color:var(--cl_carmine)}a.btn-inquiry:hover{color:#fff;background-color:#d66368;background-color:#d66368}.product-stock{flex-basis:50%}.product-availability{grid-area:availability;display:inline-block;padding:2px 10px 4px 8px;white-space:nowrap;text-align:center;font-size:1.3rem;font-size:var(--font_size_base);line-height:normal;border:1px solid #7bae37;border:1px solid var(--cl_border_green);border-radius:4px;color:#7bae37;color:var(--cl_text_green);transition:opacity .5s linear,background-color .3s linear,color .5s linear,border-color .5s linear;transition:var(--transition_base)}.product-availability:before{content:"\2713";padding-right:.5rem}@media (min-width:1024px){.product-availability{margin:1rem 0;height:auto}}.out-of-stock .product-availability{color:#666;color:var(--cl_gray);border-color:#999;border-color:var(--cl_gray_light)}.out-of-stock .product-availability:before{content:"\2715"}.priceoff .product-availability{color:#d8000c;color:var(--cl_text_error_red);border-color:red;border-color:var(--cl_border_error_red)}.priceoff .product-availability:before{content:"\2b87"}.product-last-stock,.product-stock-request-link{flex-basis:100%;margin-top:1rem;color:#666;color:var(--cl_gray);font-size:1.3rem;font-size:var(--font_size_base);text-align:center}@media (min-width:1024px){.product-last-stock,.product-stock-request-link{margin:1.5rem 0 .5rem;font-size:1.2rem;font-size:var(--font_size_-1);line-height:1.5}}.product-last-stock__date{margin-left:.25rem}@media (min-width:1024px){.product-last-stock__date{margin-left:0;display:block}}.options-picker__hdr{display:none}@media (min-width:1024px){.options-picker__hdr{display:block}}fieldset.color-spots{margin:0;text-align:center;padding:1.25rem;border:1px solid #ccc;border:1px solid var(--cl_gray_x-light)}@media (min-width:1024px){fieldset.color-spots{border-color:#999;border-color:var(--cl_gray_light)}}.product-variants--unselected fieldset.color-spots{border-color:red;border-color:var(--cl_border_error_red)}.product-variants--unselected fieldset.color-spots legend{color:#d8000c;color:var(--cl_text_error_red)}fieldset.color-spots legend{padding:0 .5rem;font-size:1rem;font-size:var(--font_size_-3);text-transform:uppercase}.color-spot{position:relative;display:inline-block;margin:0 6px;width:16px;height:16px;border-radius:8px;transition:transform .15s}.color-spot:hover{transform:scale(1.4)}.color-spot--active:hover{transform:none}.color-spot--active:before{content:'';position:absolute;top:0;left:0;margin:-5px 0 0 -5px;width:26px;height:26px;border-radius:26px;border:2px solid #7bae37;border:2px solid var(--cl_border_green)}.options-picker{display:none}@media (min-width:1024px){.options-picker{display:inherit}}.product-variants--unselected .product-variants__select{border-color:red;border-color:var(--cl_border_error_red);color:#d8000c;color:var(--cl_text_error_red)}@media (min-width:1024px){.product-variants--visual .product-variants__select{display:none}}.product__priceoff-offer{margin-top:1.5rem;padding:.5rem;text-align:center;line-height:1.5;border-radius:4px;background:#fce3e7;background:var(--cl_bg_pink_light)}@media (min-width:720px){.product__priceoff-offer{padding:1rem}}.product__priceoff-offer a{font-weight:700}.product__priceoff-offer a:visited{color:var(--cl_link)}.product__priceoff-offer a:hover{color:var(--cl_link_hover)}select.main-option,select.second-option{transition:opacity .5s linear,background-color .3s linear,color .5s linear,border-color .5s linear;transition:var(--transition_base)}select.is-awaiting-choose{background-color:#ffffe0}.options-as-selector .item{display:inline-block;min-width:32px;margin-right:6px;margin-bottom:6px;padding:4px 6px;border:1.5px solid #d6d6d6;border-radius:3px;font-size:1.3rem;font-size:var(--font_size_base);outline:0;color:#666;color:var(--cl_gray);background-color:#fff;cursor:pointer}@media (max-width:359px){.options-as-selector .item{min-width:26px;padding:3px 4px}}.options-as-selector .item.item.is-active{font-weight:700;border-width:1px;border-color:#1abc9c;color:#fff;background-color:#1abc9c}.options-as-selector .item.item.is-disabled{position:relative;opacity:.6;border-style:dashed;color:#999;cursor:default;overflow:hidden}.options-as-selector .item.item.is-disabled:before{position:absolute;content:'';left:-2px;top:50%;right:-2px;border-top:1px solid;border-color:#ccc;border-color:var(--cl_border_gray_light);transform:rotate(22deg)}.product__info{margin-top:3rem;font-size:1.5rem;font-size:var(--font_size_2)}@media (min-width:720px){.product__info{grid-area:info;margin-top:4rem}}.product__info h2{margin:3rem 0 2rem;text-align:left;background-position:0 40%}.c-tabs-nav{display:flex;flex-wrap:nowrap;justify-content:center;width:100%;list-style-type:none;margin:0;padding:0}@media (min-width:720px){.c-tabs-nav{display:block}}.c-tabs-nav__item{flex-grow:100;margin-right:1rem;padding:1rem;font-size:1.4rem;font-size:var(--font_size_1);border:2px solid #ee6e73;border:2px solid var(--cl_carmine);border-radius:4px;text-align:center;vertical-align:bottom;cursor:pointer;color:#666;color:var(--cl_gray)}.c-tabs-nav__item:last-child{margin-right:0}.c-tabs-nav__item--active{position:relative;font-weight:700;color:#fff;border-color:#ee6e73;border-color:var(--cl_carmine);background:#ee6e73;background:var(--cl_carmine)}.c-tabs-nav__item--active:after{content:'';width:0;height:0;position:absolute;left:50%;bottom:0;border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid #ee6e73;border-top:8px solid var(--cl_carmine);margin:0 0 -8px -4px}@media (max-width:719px){.c-tabs-nav__item--active a{color:#fff}.c-tabs-nav__item--active a:hover{color:#fff}.c-tabs-nav__item--active a:visited{color:#fff}.c-tabs-nav__item--active a{border:none}}@media (max-width:359px){.c-tabs-nav__item{margin-right:0}}@media (min-width:720px){.c-tabs-nav__item{display:inline-block;margin:0 1rem 0 0;padding:0 2rem;border:1px solid #ccc;border:1px solid var(--cl_gray_x-light);border-bottom:none;border-radius:4px 4px 0 0;font-size:1.5rem;font-size:var(--font_size_2);line-height:2;vertical-align:bottom;cursor:pointer}.c-tabs-nav__item:last-child{margin-right:0}.c-tabs-nav__item--active{margin-bottom:-3px;line-height:2.5;text-transform:uppercase;font-size:1.6rem;font-size:var(--font_size_3);font-weight:700;border-width:3px;border-color:#ee6e73;border-color:var(--cl_carmine);background:#fff}.c-tabs-nav__item--active:after{content:unset}.c-tabs-nav__item-comments{background:#ee6e73;background:var(--cl_carmine);border-color:#ee6e73;border-color:var(--cl_carmine)}.c-tabs-nav__item-comments a{color:#fff}.c-tabs-nav__item-comments a:hover{color:#fff}.c-tabs-nav__item-comments a:visited{color:#fff}.c-tabs-nav__item-comments span{color:#fff}}.c-tab{margin-bottom:3rem}@media (min-width:720px){.c-tab{padding:1rem 3rem 3rem 3rem;border:3px solid #f0f0f0;border:3px solid var(--cl_border_gray_x-light)}}@media (min-width:720px){.c-tab--active{border-color:#ee6e73;border-color:var(--cl_carmine);border-radius:4px}}.c-tab--hidden{display:none}.c-tab h2{font-size:1.9rem;font-size:var(--font_size_6);font-weight:400;line-height:1.4;color:#333;color:var(--cl_gray_dark)}@media (min-width:720px){.c-tab h2{font-size:2.1rem;font-size:var(--font_size_8)}}.c-tab .product__properties,.c-tab .product__text{margin:0 1.5rem 2rem 3rem}.c-tab .product__properties table.full-width,.c-tab .product__text table.full-width{margin-left:-3rem;width:calc(100% + 4.5rem)}@media (min-width:720px){.c-tab .product__properties,.c-tab .product__text{margin:0 4rem 2rem}.c-tab .product__properties table.full-width,.c-tab .product__text table.full-width{margin-left:-4rem;width:calc(100% + 8rem)}}.product__text{line-height:1.6}.product-reviews-amount{margin-left:.5rem;vertical-align:top;font-size:1rem;font-size:var(--font_size_-3)}.product__comparisons{border-top:2px dotted #ccc;border-top:2px dotted var(--cl_gray_x-light);border-bottom:2px dotted #ccc;border-bottom:2px dotted var(--cl_gray_x-light)}@media (min-width:720px){.product__comparisons{margin:0 -3rem;padding:.1rem 3rem 0}}.product__comparisons .c-products{margin-top:2rem}@media (min-width:1024px){.product__comparisons .c-product{flex:0 1 25%}}.product__categories ul{list-style-type:none;padding:0}.product__categories ul.children{padding:0 2rem}@media (min-width:720px){.product__categories ul.children{padding:0 4rem}}.product__categories li{margin:1rem 0}.product__categories .category-path{margin:1.25rem 0}.product__categories .category-path li{display:inline-block;margin-right:.5rem}.product__categories .category-path li:not(:last-child)::after{content:"\2192";margin-left:.25rem}@media (min-width:720px){.product__categories .category-path li:not(:last-child)::after{margin-left:.5rem}}.product__video{position:relative;margin:2rem 0;padding-bottom:56.25%;height:0}.product__videos .product__video{margin-top:3rem}.product__video__v{position:absolute;top:0;left:0;width:100%;height:100%}.link-to-comments,.link-to-form{margin:2rem 0 3rem;text-align:center;font-size:1.7rem;font-size:var(--font_size_4);font-weight:500}.link-to-comments a:after{content:'\2192';margin-left:1rem}.link-to-comments--anchored a:after{content:unset}.product__shipping{display:flex;align-items:stretch;margin-top:1rem;width:100%;line-height:1.5}@media (min-width:720px){.product__shipping{display:block;margin-top:2rem}}.product__shipping-city{flex-basis:40%;display:flex;align-items:center;justify-content:center;padding-right:1rem;font-size:1.4rem;font-size:var(--font_size_1)}@media (min-width:720px){.product__shipping-city{margin:.5rem 0;padding:0;text-align:center}}.product__shipping-city.mode--compact{font-size:1.3rem;font-size:var(--font_size_base);text-align:center}.product__shipping-city:before{content:'';margin-right:.5rem;width:16px;height:16px;opacity:.75;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' fill='%23e6242c' viewBox='0 -960 960 960' width='16'%3E%3Cpath d='M480-480q33 0 56.5-23.5T560-560q0-33-23.5-56.5T480-640q-33 0-56.5 23.5T400-560q0 33 23.5 56.5T480-480Zm0 400Q319-217 239.5-334.5T160-552q0-150 96.5-239T480-880q127 0 223.5 89T800-552q0 100-79.5 217.5T480-80Z'/%3E%3C/svg%3E")}@media (min-width:720px){.product__shipping-city:before{margin-left:-8px}}.product__shipping-options{flex-basis:60%;padding-left:1rem;border-left:1px solid #ccc;border-left:1px solid var(--cl_border_gray_light)}@media (min-width:720px){.product__shipping-options{padding-left:0;border:none;text-align:center}}.product__shipping-option{margin:.25rem 0;padding:0 .5rem;line-height:1.6}@media (min-width:720px){.product__shipping-option{margin:1rem 0}}.product__shipping-option.--expanded{margin-bottom:.75rem;padding-bottom:.75rem;border-bottom:1px dashed #ccc;border-bottom:1px dashed var(--cl_border_gray_light);line-height:1.4}.product__shipping-option .marked{display:inline-block;padding:0 .5rem;text-transform:uppercase;font-size:1rem;font-size:var(--font_size_-3);font-weight:400;vertical-align:text-top;letter-spacing:.75px;border-radius:2px;color:#fff;background:#309}.selfmsk{margin-top:.5rem}.product__comments{padding-top:1.5rem}.product__comments h2{margin-top:.5rem}.comments__product{margin-top:3rem;color:#666;color:var(--cl_gray)}.no-comments .comments__product{margin-top:1rem}ol.comments{list-style-type:none;margin:0;padding:1rem 0}.comment{padding:1rem 0;border-top:3px solid #ee6e73;border-top:3px solid var(--cl_carmine)}@media (min-width:720px){.comment{padding:2rem 0}}.comment__meta{margin-top:1rem;font-size:1.2rem;font-size:var(--font_size_-1);color:#666;color:var(--cl_gray)}.comment__date{margin-right:.5rem}.comment__name{margin-left:.5rem;font-weight:700}.comment__body{line-height:1.5}.child-comment{border-top:3px double #f0f0f0;border-top:3px double var(--cl_border_gray_x-light);padding-left:2rem}@media (min-width:720px){.child-comment{padding-left:6rem}}@media (min-width:720px){.comment-form-anchor{margin-left:-1.25rem}}.comments__link{margin-bottom:1.5rem;padding:2rem 0;border-top:1px dashed #ccc;border-top:1px dashed var(--cl_gray_x-light);text-align:center}.comment-form{margin-top:2rem}@media (min-width:720px){.comment-form .base-form__label{flex:0 0 30%}}@media (min-width:720px){.comment-form .base-form__field{flex:0 0 70%}}@media (min-width:720px){.comment-form .base-form__help-text{padding-left:calc(30% + 1rem)}}@media (min-width:720px){.comment-form .base-form__controls{padding-left:30%}}.comment-form textarea[name=comment]{width:100%}.product__msg{margin-top:1rem;line-height:1.25}@media (min-width:720px){.product__msg{grid-area:msg;margin:0 2rem;margin:0 var(--gutter)}}.product__msg-priceoff{padding:.5rem;border-radius:4px;background:#fce3e7;background:var(--cl_bg_pink_light);font-size:1.2rem;font-size:var(--font_size_-1)}@media (min-width:720px){.product__msg-priceoff{margin-bottom:1.5rem;padding:1rem;font-size:1.3rem;font-size:var(--font_size_base)}}.product__msg-priceoff a{margin-left:.5rem}.product__msg-priceoff .priceoff__desc{font-size:1.2rem;font-size:var(--font_size_-1)}@media (min-width:720px){.product__msg-main{line-height:1.4}}.product__msg-ext{margin-top:.5rem}@media (min-width:720px){.product__msg-ext{margin-top:.75rem;padding-top:.75rem;border-top:1px dashed #999;border-top:1px dashed var(--cl_gray_light)}}.search__pre{margin-bottom:2rem}.search__query{font-weight:700;color:var(--cl_text_green)}.search__query:before{content:'\7b';margin:0 .25rem}.search__query:after{content:'\7d';margin:0 .25rem}@media (min-width:720px){.account{display:flex;min-height:100vh;flex-direction:row;flex:1}.account h1{display:none}}.account__menu{padding:0;list-style-type:none;font-size:1.5rem;font-size:var(--font_size_2)}@media (min-width:720px){.account__menu{flex:0 0 20%;padding-right:1.5rem;border-right:1px dotted #999;border-right:1px dotted var(--cl_gray_light)}}.account__menu li{margin:1rem 0}@media (min-width:720px){.account__menu li{margin:0;padding:1.5rem;border-bottom:1px solid #f0f0f0;border-bottom:1px solid var(--cl_border_gray_x-light)}}.account__menu a:visited{color:var(--cl_link)}.account__menu a:hover{color:var(--cl_link_hover)}.account__content{font-size:1.3rem;font-size:var(--font_size_base)}@media (min-width:720px){.account__content{flex:0 0 80%;padding-left:2rem;padding-left:var(--gutter);padding-top:1.5rem}}.fs-user-credentials{display:inline-block;text-align:left}@media (min-width:720px){.fs-user-credentials{display:block}}.account section{margin-bottom:3rem}.orders{padding-top:2rem;border-top:10px solid #f0f0f0;border-top:10px solid var(--cl_border_gray_x-light)}.order{display:flex;flex-wrap:wrap;width:100%;margin-bottom:2rem;padding-bottom:2rem;border-bottom:10px solid #f0f0f0;border-bottom:10px solid var(--cl_border_gray_x-light);font-size:1.4rem;font-size:var(--font_size_1);line-height:1.5}.order-cancelled{color:#ccc;color:var(--cl_gray_x-light)}.order__data{flex-basis:30%;flex-grow:1;margin-bottom:1rem;padding:0 1rem 1rem 0;border-right:1px solid #f0f0f0;border-right:1px solid var(--cl_border_gray_x-light);border-bottom:1px solid #f0f0f0;border-bottom:1px solid var(--cl_border_gray_x-light)}.order__number{display:inline-block;margin-right:.5rem;font-weight:700}.order__date{display:inline-block}@media (min-width:720px){.order__date:before{content:'\2022';margin-right:.75rem}}.order-payable .order__amount{font-weight:700;color:#ee6e73;color:var(--cl_carmine)}.order__methods{flex-basis:70%;flex-grow:1;margin-bottom:1rem;padding:0 0 1rem 1rem;border-bottom:1px solid #f0f0f0;border-bottom:1px solid var(--cl_border_gray_x-light)}.order__shipping{display:inline-block}.order__payment{display:inline-block}.order__pay-btn{flex-basis:100%;margin-bottom:1rem;padding-top:1rem}.order__pay-note{overflow:hidden;margin-bottom:1rem;font-size:1.2rem;font-size:var(--font_size_-1);color:#666;color:var(--cl_gray)}.order__status{flex-basis:100%;flex-grow:3}.order-payable .order__status{padding-top:0;border-top:none}.order__pay-status{width:100%;margin:1rem 0}.order__pay-message{display:inline-block;padding:.5rem 1rem;border-radius:4px}.order__pay-message:before{content:unset;margin-right:1rem}.order__pay-success .order__pay-message{color:#4f8a10;color:var(--cl_text_success_green);background:#dff2bf;background:var(--cl_bg_success_green)}.order__pay-success .order__pay-message:before{content:'\2713'}.order__pay-error .order__pay-message{color:#d8000c;color:var(--cl_text_error_red);background:#ffd2d2;background:var(--cl_bg_error_red)}.order__pay-error .order__pay-message:before{content:'\2715'}.order-list table{width:100%}.order-list td{line-height:1.4}.order-list .o-cancelled{color:#ccc;color:var(--cl_gray_x-light)}.o-cancelled td{color:#ccc;color:var(--cl_gray_x-light)}.o__date{white-space:nowrap;color:#666;color:var(--cl_gray)}.o__total{text-align:right;white-space:nowrap}.robokassa-form .base-form__controls{margin:.5rem 0;text-align:left}.robokassa-form .base-form__field{padding:0}.pay-btn{margin:2rem 0}.pay-message{overflow:hidden}
/*# sourceMappingURL=paradis.css.map*/