.tpl-component-netcat-service-document-version .tpl-docver-current { margin-bottom: 1.5em; }
.tpl-component-netcat-service-document-version .tpl-docver-asof { font-size: .9em; color: #888; margin-bottom: .5em; }
.tpl-component-netcat-service-document-version .tpl-docver-file { margin-top: .5em; }
.tpl-component-netcat-service-document-version .tpl-docver-history { margin-top: 1.5em; border-top: 1px solid #eee; padding-top: 1em; }
.tpl-component-netcat-service-document-version .tpl-docver-history-caption { font-weight: 700; margin-bottom: .5em; }
.tpl-component-netcat-service-document-version .tpl-docver-history ul { list-style: none; padding: 0; margin: 0; }
.tpl-component-netcat-service-document-version .tpl-docver-history li { margin-bottom: .3em; }
.tpl-component-netcat-service-document-version .tpl-docver-title { color: #888; font-size: .9em; }
.tpl-component-netcat-service-document-version .tpl-docver-reset { margin-top: 1em; }
.tpl-component-netcat-service-document-version .tpl-docver-empty { color: #888; font-style: italic; }
.tpl-component-netcat-service-document-version .tpl-docver-admin-row { padding: .4em 0; border-bottom: 1px solid #eee; }
.tpl-component-netcat-service-document-version .tpl-docver-admin-date { color: #888; margin-right: .5em; }
.select select { display: none; }
.select-list { overflow: hidden; max-height: 0; width: 100%; position: absolute; -webkit-transition: max-height 0.5s; transition: max-height 0.5s; -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); padding-left: 0; }
.select-list.active { max-height: 300px; -webkit-transition: max-height 1s; transition: max-height 1s; -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); padding-left: 0; }
.checkbox--primary .checkbox-label { font-size: 14px; line-height: 20px; font-family: var(--tpl-font-family-text); font-style: italic; color: var(--tpl-color-foreground-main); padding-left: 37px; }
.checkbox-label { display: inline-block; vertical-align: top; }
.checkbox { position: relative; }
.checkbox-input { position: absolute; left: 0; top: 0; display: inline-block; display: none; }
.checkbox-fake { display: inline-block; border: 1px solid var(--tpl-color-foreground-main); width: 16px; height: 16px; position: absolute; left: 0px; top: 0px; z-index: 1; }
.checkbox--primary .checkbox-fake { width: 19px; height: 19px; border-color: var(--tpl-color-brand-light); }
.checkbox--primary .checkbox-item { display: block; }
.checkbox-input:checked + .checkbox-fake:before { opacity: 1; }
.checkbox-input:checked + .checkbox-fake:after { opacity: 1; }
.checkbox--primary .checkbox-fake:before { background-color: transparent; border: 0; }
.checkbox-fake:before { opacity: 0; content: ''; display: inline-block; border: 1px solid var(--tpl-color-brand-lightest); background-color: var(--tpl-color-brand-lightest); width: 15px; height: 15px; border-radius: 0; z-index: 1; -webkit-box-sizing: border-box; box-sizing: border-box; margin-left: -1px; margin-top: -1px; }
.checkbox--primary .checkbox-fake:after { width: 10px; height: 5px; top: 4px; left: 2px; border: 1px solid var(--tpl-color-brand-light); border-top: none; border-right: none; }
.checkbox-fake:after { content: ''; width: 7px; height: 4px; position: absolute; top: 3px; left: 2px; border: 3px solid var(--tpl-color-foreground-main); border-top: none; border-right: none; opacity: 0; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); z-index: 10; }
.radio-item { width: 100%; display: block; }
.radio-input { visibility: hidden; height: 1px; width: 1px; opacity: 0; }
input { border-radius: 0; }
.flex-container { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.radio-fake { display: inline-block; vertical-align: top; border-radius: 50%; background-color: white; border: 1px solid var(--tpl-color-brand); height: 23px; width: 23px; position: relative; margin-left: -6px; }
.radio-input:checked + .radio-fake:after { display: block; }
.radio-fake:after { display: none; position: absolute; left: 3px; top: 3px; width: 15px; height: 15px; content: ""; border-radius: 50%; background-color: var(--tpl-color-brand); }
.input { font-size: 18px; line-height: 23px; font-family: var(--tpl-font-family-input); font-weight: 400; display: inline-block; vertical-align: top; color: var(--tpl-color-foreground-main); background-color: var(--tpl-color-background-main-light); border: 1px solid var(--tpl-color-background-main-dark); margin: 0; -webkit-box-shadow: 0; box-shadow: 0; -webkit-appearance: none; }
.button { background-color: var(--tpl-color-brand); font-family: var(--tpl-font-family-input); text-transform: uppercase; color: var(--tpl-color-background-main-lighter); font-size: 14px; font-weight: 600; display: inline-block; vertical-align: top; letter-spacing: 0.7px; text-align: center; margin: 0; cursor: pointer; -webkit-transition: 0; transition: 0; border: none; outline:none; }
.button--arrow { position: relative; padding-right: 66px; padding-left: 44px; }
.button--arrow:before { position: absolute; right: 30px; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); line-height: 25px; color: var(--tpl-color-background-main-lighter); font-size: 20px; content: '\24'; font-family: 'ElegantIcons'; font-weight: 400; }
.input--cart { width: 100%; min-width: 300px; border: 1px solid var(--tpl-color-background-main-dark); background: var(--tpl-color-background-main-light); border-radius: 7px; height: 53px; padding: 10px 20px; font-size: 14px; line-height: 26px; font-family: var(--tpl-font-family-input); color: var(--tpl-color-foreground-main); display: inline-block; vertical-align: top; margin: 0; }
.product-quantity-input { height: 40px; border: 1px solid var(--tpl-color-background-accent); width: 40px; background-color: var(--tpl-color-background-accent-light); font-family: var(--tpl-font-family-input); font-size: 15px; text-align: center; border-left: 0; border-right: 0; }
.product-quantity-inputs { font-size: 0; }
.product-quantity-button { width: 30px; height: 40px; border: 1px solid var(--tpl-color-background-accent); background-color: var(--tpl-color-background-accent-light); position: relative; font-size: 25px; line-height: 25px; color: var(--tpl-color-brand-lighter); font-family: var(--tpl-font-family-input); display: inline-block; vertical-align: top; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.product-quantity-button:before { position: absolute; left: 50%; top: 45%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.product-quantity-button--less:before { content: "–"; }
.product-quantity-button--more:before { content: "+"; }
.tpl-component-cart-page { background-color: var(--tpl-color-background); margin-top: 27px; margin-bottom: 67px; }
.tpl-component-cart-page .cart-page-top { padding: 79px 8% 0px 8.7%; }
.tpl-component-cart-page .cart-page-table { width: 100%; }
.tpl-component-cart-page .cart-page-stage { display: none; }
.tpl-component-cart-page .cart-page-stage.active { display: block; }
.tpl-component-cart-page .cart-page-stage--ok .cart-next-button:before { right: 65px; }
.tpl-component-cart-page .cart-page-label { font-size: 12px; line-height: 34px; font-weight: 700; font-family: var(--tpl-font-family-navigation-main); text-transform: uppercase; color: var(--tpl-color-foreground); position: relative; padding-right: 62px; margin-right: 10px; cursor: auto; }
.tpl-component-cart-page .cart-page-label:after { content: '\0035'; font-family: 'ElegantIcons'; font-size: 18px; line-height: 36px; font-weight: 400; color: var(--tpl-color-foreground); position: absolute; right: 10px; top: 45%; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.tpl-component-cart-page .cart-page-label.active { color: var(--tpl-color-brand-dark); cursor: auto; }
.tpl-component-cart-page .cart-page-label:hover { cursor: auto; }
.tpl-component-cart-page .cart-page-label:last-child:after { display: none; }
.tpl-component-cart-page .cart-page-name { font-size: 16px; line-height: 19px; font-weight: 700; font-family: var(--tpl-font-title); color: var(--tpl-color-foreground-main); padding-top: 26px; }
.tpl-component-cart-page .cart-page-desc { font-family: var(--tpl-font-family-text); font-size: 16px; line-height: 19px; font-weight: 400; color: var(--tpl-color-foreground-main); padding-top: 10px; }
.tpl-component-cart-page .cart-page-price { font-size: 16px; line-height: 24px; font-family: var(--tpl-font-family-text); font-style: italic; color: var(--tpl-color-foreground-main); font-weight: 400; padding-top: 72px; }
.tpl-component-cart-page .cart-page-header { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; border-bottom: 1px solid var(--tpl-color-brand-lightest); }
.tpl-component-cart-page .cart-page-row { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; border-bottom: 1px solid var(--tpl-color-brand-lightest); padding-bottom: 8px; }
.tpl-component-cart-page .cart-page-row.deleted .cart-page-column { opacity: 0.3; -webkit-transition: all 0.2s; transition: all 0.2s; }
.tpl-component-cart-page .cart-page-row.deleted .cart-page-column--changeStatus { opacity: 1; }
.tpl-component-cart-page .cart-page-row.deleted .cart-page-changeStatus:after { content: "\50"; }
.tpl-component-cart-page .cart-page-row.deleted .cart-page-name { text-decoration: line-through; -webkit-transition: all 0.2s; transition: all 0.2s; }
.tpl-component-cart-page .cart-page-column--title { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.tpl-component-cart-page .cart-page-column--price { width: 15.3%; }
.tpl-component-cart-page .cart-page-column--quantity { width: 27%; }
.tpl-component-cart-page .cart-page-column--sum { width: 15.5%; }
.tpl-component-cart-page .cart-page-column--changeStatus { width: 20px; position: relative; }
.tpl-component-cart-page .cart-page-stage { margin-top: 29px; }
.tpl-component-cart-page .cart-page-image { width: 130px; height: 140px; background-size: contain; background-repeat: no-repeat; margin: 20px 20px; background-position: center; }
.tpl-component-cart-page .cart-page-info { width: 50%; padding-right: 30px; padding-top: 48px; }
.tpl-component-cart-page .cart-page-changeStatus { position: absolute; top: 46%; -webkit-transform: translateY(-50%); transform: translateY(-50%); cursor: pointer; -webkit-transition: opacity 0.2s; transition: opacity 0.2s; }
.tpl-component-cart-page .cart-page-changeStatus:hover { -webkit-transition: 0; transition: 0; }
.tpl-component-cart-page .cart-page-changeStatus:hover:after { color: var(--color-font-13); }
.tpl-component-cart-page .cart-page-changeStatus:after { font-size: 20px; line-height: 1; font-weight: 400; content: '\4d'; font-family: 'ElegantIcons'; color: var(--tpl-color-brand); }
.tpl-component-cart-page .cart-stage-top { padding: 0px 8% 0px 8.7%; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.tpl-component-cart-page .cart-stage-bottom { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: 0px 8% 0px 8.7%; }
.tpl-component-cart-page .cart-stage-column { width: 49.1%; }
.tpl-component-cart-page .cart-stage-column:first-child { padding-right: 10.3%; }
.tpl-component-cart-page .cart-stage-label { font-size: 14px; line-height: 28px; font-family: var(--tpl-font-family-subtitle); font-style: italic; font-weight: 400; color: var(--tpl-color-foreground-accent-lighter); }
.tpl-component-cart-page .cart-stage-sum { padding-top: 40px; }
.tpl-component-cart-page .cart-stage-header { font-size: 25px; line-height: 26px; font-family: var(--tpl-font-family-navigation-main); font-weight: 700; color: var(--tpl-color-foreground-main); padding: 10px 0 18px; }
.tpl-component-cart-page .cart-stage-postfix { font-size: 18px; line-height: 24px; font-family: var(--tpl-font-family-text); font-weight: 400; color: var(--tpl-color-foreground-main); max-width: 80%; margin-bottom: 63px; }
.tpl-component-cart-page .product-quantity { padding-top: 64px; }
.tpl-component-cart-page .product-quantity-available { font-size: 14px; padding-left: 16px; font-family: var(--tpl-font-family-text); color: var(---tpl-color-foreground-main); line-height: 40px; font-style: italic; }
.tpl-component-cart-page .cart-subscribe { font-size: 0; padding: 40px 0; position: relative; }
.tpl-component-cart-page .cart-subscribe-text { font-size: 14px; line-height: 47px; font-weight: 400; font-style: italic; font-family: var(--tpl-font-family-text); color: var(--tpl-color-foreground-main); padding-right: 34px; }
.tpl-component-cart-page .cart-subscribe-input { font-size: 14px; line-height: 26px; font-weight: 400; font-family: var(--tpl-font-family-input); background-color: var(--tpl-color-background-main-light); height: 50px; width: 280px; padding: 10px 15px; border-top-right-radius: 0; border-bottom-right-radius: 0; border-right: 0; }
.tpl-component-cart-page .cart-subscribe .cart-error { position: absolute; z-index: 10; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); bottom: calc(67% + 18px); }
.tpl-component-cart-page .cart-subscribe .cart-error-text { padding: 10px 10px; width: 160px; border-radius: 5px; background-color: var(--tpl-color-background-main-light); position: relative; border: 1px solid var(--tpl-color-background-main-light); font-size: 16px; line-height: 22px; font-family: var(--tpl-font-family-accent); color: var(--tpl-color-foreground-main); font-weight: 400; border: 1px solid var(--tpl-color-background-main); text-align: center; -webkit-box-shadow: 0 3px 10px var(--tpl-color-background-main-dark); box-shadow: 0 3px 10px var(--tpl-color-background-main-dark); }
.tpl-component-cart-page .cart-subscribe .cart-error-text:after, .tpl-component-cart-page .cart-subscribe .cart-error-text:before { left: calc(50% - 5px); bottom: -21px; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; }
.tpl-component-cart-page .cart-subscribe .cart-error-text:after { border-color: transparent; border-top-color: var(--tpl-color-background-main-light); border-width: 9px; bottom: -18px; left: calc(50% - 4px); }
.tpl-component-cart-page .cart-subscribe .cart-error-text:before { border-color: transparent; border-top-color: var(--tpl-color-background-main); border-width: 10px; left: calc(50% - 5px); }
.tpl-component-cart-page .cart-subscribe-button { background-color: var(--tpl-color-background-main-light); font-size: 12px; line-height: 30px; padding: 10px 27px; height: 50px; border: 1px solid var(--tpl-color-background-accent-darker); color: var(--tpl-color-brand); }
.tpl-block-cart-coupons-active { font-size:14px; }
.tpl-block-cart-coupons-active h3 { font-size: 18px; line-height: 19px; font-weight: 400; font-style: italic; font-family: var(--tpl-font-family-accent); color: var(--tpl-color-foreground-main); padding-right: 34px; display: inline-block; vertical-align: top; padding-top: 20px; }
.tpl-block-cart-coupon { margin-bottom:10px; }
.tpl-link-coupon-remove { border:none; outline:none; padding:0; background-color: transparent; vertical-align:middle; cursor:pointer }
.tpl-link-coupon-remove:after { font-size: 20px; line-height: 1; font-weight: 400; content: '\4d'; font-family: 'ElegantIcons'; color: var(--tpl-color-brand); }
.tpl-component-cart-page .cart-sum-number { font-size: 24px; font-weight: 700; font-family: var(--tpl-font-family-accent); color: var(--tpl-color-foreground-main); padding-top: 10px; padding-right: 3px; display: inline-block; vertical-align: top; }
.tpl-component-cart-page .cart-sum-text { font-size: 14px; line-height: 47px; font-weight: 400; font-style: italic; font-family: var(--tpl-font-family-text); color: var(--tpl-color-foreground-main); padding-right: 34px; }
.tpl-component-cart-page .cart-next { background-color: var(--tpl-color-background-accent); padding: 30px 8% 48px 8.7%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; min-height: 132px; padding-bottom: 20px; }
.tpl-component-cart-page .cart-next-text { font-size: 18px; line-height: 19px; font-weight: 400; font-style: italic; font-family: var(--tpl-font-family-accent); color: var(--tpl-color-foreground-main); padding-right: 34px; display: inline-block; vertical-align: top; padding-top: 20px; max-width: 760px; }
.tpl-component-cart-page .cart-next-button { height: 54px; width: 340px; margin-right: 2px; border-radius: 3px; padding-top: 18px; padding-bottom: 18px; }
.tpl-component-cart-page .cart-next-button:before { right: 77px; top: 51%; }
.tpl-component-cart-page .cart-input-label { display: block; margin-top: 12px; margin-bottom: 21px; }
.tpl-component-cart-page .cart-input-text { display: block; font-size: 14px; line-height: 30px; font-family: var(--font-4); font-style: italic; color: var(--tpl-color-foreground-main); }
.tpl-component-cart-page .cart-input-additional { color: var(--tpl-color-foreground-accent); }
.tpl-component-cart-page .cart-input-select.active .cart-select-value:after { content: "\032"; -webkit-transition: all 0.2s; transition: all 0.2s; }
.tpl-component-cart-page .cart-select-value { width: 100%; min-width: 300px; max-width: 460px; border: 1px solid var(--tpl-color-background-main-dark); background: var(--tpl-color-background-main-light); border-radius: 7px; height: 53px; padding: 11px 20px; font-size: 14px; line-height: 26px; font-family: var(--font-2); color: var(--tpl-color-foreground-main); position: relative; }
.tpl-component-cart-page .cart-select-value:after { position: absolute; content: "\033"; right: 10px; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); font-family: 'ElegantIcons'; font-size: 18px; color: var(--tpl-color-brand); }
.tpl-component-cart-page .cart-select-list { z-index: 20; background-color: var(--tpl-color-background-main-light); width: auto; min-width: 460px; font-size: 14px; line-height: 26px; font-family: var(--tpl-font-family-input); color: var(--tpl-color-foreground-main); font-weight: 400; -webkit-box-shadow: 0 3px 30px var(--tpl-color-background-main-dark); box-shadow: 0 3px 30px var(--tpl-color-background-main-dark); margin-top: -1px; }
.tpl-component-cart-page .cart-select-item { -webkit-transition: all 0.2s; transition: all 0.2s; cursor: pointer; height: 40px; padding: 7px 20px; }
.tpl-component-cart-page .cart-select-item:hover, .tpl-component-cart-page .cart-select-item:active { background-color: var(--tpl-color-background-main); color: var(--tpl-color-brand); }
.tpl-component-cart-page .cart-radio { padding-top: 12px; margin-bottom: 16px; }
.tpl-component-cart-page .cart-radio-item { padding-top: 21px; padding-bottom: 17px; }
.tpl-component-cart-page .cart-radio-type { font-size: 16px; line-height: 19px; font-weight: 700; font-family: var(--tpl-font-family-input); color: var(--tpl-color-foreground-main); position: relative; display: inline-block; vertical-align: top; }
.tpl-component-cart-page .cart-radio-caption { font-size: 16px; line-height: 19px; font-weight: 400; font-family: var(--tpl-font-family-text); color: var(--tpl-color-foreground-main); padding-top: 4px; }
.tpl-component-cart-page .cart-radio-label { display: inline-block; vertical-align: top; padding-left: 24px; padding-top: 1px; width: 90%; }
.tpl-component-cart-page .cart-input-select--metro .cart-select-value { max-width: 100%; }
.tpl-component-cart-page .cart-input-select--metro .cart-select-value:before { content: "М "; color: var(--color-font-18); }
.tpl-component-cart-page .cart-input-select--metro .cart-select-list { min-width: 581px; }
.tpl-component-cart-page .cart-input-select--metro .cart-select-item { position: relative; }
.tpl-component-cart-page .cart-input-select--metro .cart-select-item:before { content: "М "; color: var(--color-font-18); }
.tpl-component-cart-page .cart-input-label--comment { margin-top: 25px; }
.tpl-component-cart-page .cart-checkbox { max-width: 38.8%; margin-top: 12px; margin-bottom: 53px; }
.tpl-component-cart-page .cart-payment-text { padding-bottom: 20px; }
.tpl-component-cart-page .cart-tooltip { position: absolute; right: -35px; top: 0px; display: block; width: 30px; height: 30px; }
.tpl-component-cart-page .cart-tooltip:hover .cart-tooltip-text { display: block; }
.tpl-component-cart-page .cart-tooltip-icon { position: absolute; left: 50%; right: 0; top: 0; -webkit-transform: translateX(-50%); transform: translateX(-50%); }
.tpl-component-cart-page .cart-tooltip-icon:before { content: "\e718"; font-family: var(--icons-themify); font-size: 16px; color: var(--color-font-13); font-weight: 400; }
.tpl-component-cart-page .cart-tooltip-text { display: none; position: absolute; z-index: 20; bottom: 160%; left: 36%; -webkit-transform: translateX(-50%); transform: translateX(-50%); margin: 0 auto; padding: 10px 15px; width: 240px; border-radius: 5px; background-color: var(--tpl-color-background-main-light); border: 1px solid var(--color-bg-15); font-size: 14px; line-height: 27px; font-family: var(--font-2); color: var(--tpl-color-foreground-main); font-weight: 400; -webkit-box-shadow: 0 3px 30px var(--color-bs-2); box-shadow: 0 3px 30px var(--color-bs-2); }
.tpl-component-cart-page .cart-tooltip-text:after, .tpl-component-cart-page .cart-tooltip-text:before { left: calc(50% - 5px); bottom: -19px; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; }
.tpl-component-cart-page .cart-tooltip-text:before { border-color: transparent; border-top-color: var(--color-bg-15); border-width: 9px; left: calc(50% - 5px); }
.tpl-component-cart-page .cart-tooltip-text:after { border-color: var(--tpl-color-background-main); border-top-color: var(--tpl-color-background-main-light); border-width: 9px; }
.tpl-component-cart-page .cart-error-text { font-family: var(--font-4); font-size: 14px; padding-top: 3px; color: var(--tpl-color-brand); }
.tpl-component-cart-page .cart-page-column--title { width: 42%; }
.tpl-order-pay-button input[type="submit"] { background-color: var(--tpl-color-brand); font-family: var(--tpl-font-family-input); text-transform: uppercase; color: var(--tpl-color-background-main-lighter); font-size: 14px; font-weight: 600; display: inline-block; vertical-align: top; letter-spacing: 0.7px; text-align: center; margin: 0; cursor: pointer; -webkit-transition: 0; transition: 0; border: none; outline: none; height: 54px; width: 340px; margin-right: 2px; border-radius: 3px; padding-top: 18px; padding-bottom: 18px; }
@media (max-width: 1200px) {
.tpl-component-cart-page .cart-page-top, .tpl-component-cart-page .cart-stage-top, .tpl-component-cart-page .cart-stage-bottom, .tpl-component-cart-page .cart-stage-next { padding-left: 4%; padding-right: 4%; }
.tpl-component-cart-page .product-quantity-available { display: block; padding-left: 0; }
.tpl-component-cart-page .cart-page-column--quantity { width: 17%; }
.tpl-component-cart-page .cart-next-button { width: 300px; flex-shrink: 0; }
.tpl-component-cart-page .cart-next-button::before { right: 27px; }
.tpl-component-cart-page .cart-next-text { padding-top: 0; }
.tpl-component-cart-page .cart-next { align-items: center; padding-top: 30px; padding-bottom: 30px; }
}
@media (max-width: 1000px) {
.tpl-component-cart-page .cart-page-top { padding-top: 50px; }
.tpl-component-cart-page .cart-page-image { width: 100px; height: 100px; }
.tpl-component-cart-page .cart-page-info { padding-top: 14px; width: 64%; }
.tpl-component-cart-page .cart-page-price { padding-top: 52px; }
.tpl-component-cart-page .product-quantity { padding-top: 44px; }
.tpl-component-cart-page .cart-stage-bottom { flex-direction: column-reverse; }
.tpl-component-cart-page .cart-subscribe { padding-top: 20px; }
.tpl-component-cart-page { margin-top: 0; }
}
@media (max-width: 850px) {
.tpl-component-cart-page .cart-page-row { position: relative; }
.tpl-component-cart-page .cart-page-column--title { width: 50%; flex-wrap: wrap; }
.tpl-component-cart-page .cart-page-column--price { display: none; }
.tpl-component-cart-page .cart-page-column--quantity { width: 25%; }
.tpl-component-cart-page .cart-page-column--sum { width: 25%; }
.tpl-component-cart-page .cart-page-info { width: 58%; }
}
@media (max-width: 768px) {
.tpl-component-cart-page .cart-page-row { display: flex; flex-wrap: wrap; }
.tpl-component-cart-page .cart-page-header .cart-page-column { display: none; }
.tpl-component-cart-page .cart-page-top, .tpl-component-cart-page .cart-stage-top, .tpl-component-cart-page .cart-stage-bottom, .tpl-component-cart-page .cart-stage-next { padding-left: 20px; padding-right: 20px; }
.tpl-component-cart-page .cart-page-top { padding-top: 20px; }
.tpl-component-cart-page .cart-page-column--title { width: 100%; }
.tpl-component-cart-page .cart-page-column--quantity, .tpl-component-cart-page .cart-page-column--sum { width: 60%; padding-left: 20px; }
.tpl-component-cart-page .cart-page-column--sum { width: 40%; text-align: right; }
.tpl-component-cart-page .cart-page-column::before { display: none; }
.tpl-component-cart-page .cart-page-row { border-bottom: 1px solid var(--tpl-color-brand-lightest); padding-bottom: 20px; }
.tpl-component-cart-page .cart-page-label { display: block }
.tpl-component-cart-page .cart-page-label::after { display: none; }
.tpl-component-cart-page .cart-page-info { flex-grow: 1; padding-top: 48px; }
.tpl-component-cart-page .cart-page-image { width: 130px; height: 140px; }
.tpl-component-cart-page .product-quantity, .tpl-component-cart-page .cart-page-price { padding-top: 15px; padding-bottom: 0px; }
.tpl-component-cart-page .cart-subscribe { padding-top: 0; }
.tpl-component-cart-page .cart-subscribe-label { display: flex; flex-wrap: wrap; }
.tpl-component-cart-page .cart-subscribe-text { width: 100%; }
.tpl-component-cart-page .cart-subscribe-input { flex-grow: 1; }
.tpl-component-cart-page .cart-next-button { max-width: 100%; font-size: 12px; }
.tpl-component-cart-page .cart-next-button::before { font-size: 16px; }
.tpl-component-cart-page .cart-next-text { width: 100%; padding-right: 0; padding-bottom: 20px; }
.tpl-component-cart-page .cart-next { flex-direction: column; text-align: center; }
.tpl-component-cart-page .cart-page-column--changeStatus { position: absolute; right: 0; top: 25%; }
.tpl-component-cart-page .product-quantity-available { display: inline; padding-left: 16px; }
}
@media (max-width: 600px) {
.tpl-component-cart-page .cart-subscribe-input { width: 100%; border-radius: 7px 7px 0 0; border-right: 1px solid var(--tpl-color-background-main-dark); border-bottom: 0; max-width: 100%; min-width: 0; }
.tpl-component-cart-page .cart-subscribe-button { border-radius: 0 0 7px 7px; width: 100%; }
}
@media (max-width: 500px) {
.tpl-component-cart-page .cart-page-row { text-align: center; padding-bottom: 30px; display: flex; flex-direction: column; }
.tpl-component-cart-page .cart-page-column--quantity, .tpl-component-cart-page .cart-page-column--sum { width: 100%; }
.tpl-component-cart-page .cart-page-column--sum { text-align: center; }
.tpl-component-cart-page .cart-page-row:last-child { padding-bottom: 10px; }
.tpl-component-cart-page .cart-page-column--title { flex-direction: column; align-items: center; }
.tpl-component-cart-page .cart-page-info { width: 100%; max-width: 85%; padding-top: 0; padding-right: 0; }
.tpl-component-cart-page .cart-page-column--changeStatus { top: 50%; transform: translateY(-50%); }
.tpl-component-cart-page .product-quantity-available { display: block; padding-left: 0; }
}
.catalogue-prefix { display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center; justify-content: space-between; min-width: 300px; }
.catalogue-prefix .product-sorting { margin: 0.5rem; margin-left: 0; display: flex; align-items: center; }
.catalogue-prefix .product-sorting .title { margin: 0.5rem; margin-left: 0; margin-right: 1rem; }
.catalogue-prefix .product-view { margin: 0.5rem; margin-right: 0; display: flex; }
.catalogue-prefix .product-view .view-select { margin: 0.25rem; color: var(--tpl-color-foreground-accent); cursor: pointer; }
.catalogue-prefix .product-view .view-select.active { color: var(--tpl-color-brand); }
.quantity { display: inline-flex; flex-direction: row; flex-wrap: nowrap; }
.quantity .quantity-button { border-radius: 0; margin: 0; padding: 0; height: 2rem; width: 2rem; position: relative; }
.quantity .quantity-button:before { position: absolute; left: 0; right: 0; bottom: 0; top: 0; line-height: 2rem; }
.quantity .quantity-button--less:before { content: "-"; }
.quantity .quantity-button--more:before { content: "+"; }
.quantity .quantity-input { border-radius: 0; margin: 0; padding: 0; text-align: center; height: 2rem; width: 3rem; }
.quantity .quantity-input::-webkit-outer-spin-button, .quantity .quantity-input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; -moz-appearance: textfield; }
.addFavorite { border: 0; border-radius: 50%; font-size: 1rem; padding: 0.5rem; display: inline-flex; align-items: center; justify-items: center; justify-content: center; cursor: pointer; background-color: var(--tpl-color-background-accent); border-color: var(--tpl-color-brand); color: var(--tpl-color-brand); text-decoration: none; }
.quickbuy { margin-right: 1rem; color: var(--tpl-color-foreground-main); }
.quickbuy i { color: var(--tpl-color-brand); }
.compare { color: var(--tpl-color-foreground-main); }
.compare i { color: var(--tpl-color-brand); }
.tpl-block-list-objects { display: flex; flex-direction: row; flex-wrap: wrap; min-width: 260px; justify-content: center; }
.tpl-block-list-objects .goods-item { display: inline-flex; text-decoration: none; position: relative; min-height: 200px; }
.tpl-block-list-objects .goods-item a { text-decoration: none; }
.tpl-block-list-objects .goods-item .item-image { position: relative; }
.tpl-block-list-objects .goods-item .item-image::before { display: block; content: ""; width: 100%; padding-top: var(--tpl-object-item--image-padding-top); }
.tpl-block-list-objects .goods-item .item-image .image { position: absolute; top: 0; left: 0; right: 0; bottom: 0; overflow: hidden; }
.tpl-block-list-objects .goods-item .item-image .image img { max-width: 100%; width: 100%; height: 100%; object-fit: var(--tpl-object-item--image-fit); }
.tpl-block-list-objects .goods-item .item-image * { width: 100%; height: 100%; }
.tpl-block-list-objects .goods-item .item-info { color: var(--tpl-color-foreground-main); }
.tpl-block-list-objects .goods-item.type-large { flex-direction: column; width: 100%; }
.tpl-block-list-objects .goods-item.type-large .item-info { justify-content: center; text-align: center; }
.tpl-block-list-objects .goods-item.type-large .item-actions { margin-top: 0.5rem; display: flex; flex-direction: row; align-items: center; justify-content: space-around; }
.tpl-block-list-objects .goods-item.type-large .item-actions .actions-link { display: none; }
.tpl-block-list-objects .goods-item.type-large .item-actions .actions-cart { display: flex; flex-direction: column; justify-content: flex-end; }
.tpl-block-list-objects .goods-item.type-large .item-actions .actions-cart > * { margin: 0.5rem 0; }
.tpl-block-list-objects .goods-item.type-large .item-actions .actions-cart .quantity { display: none; }
.tpl-block-list-objects .goods-item.type-large .item-actions .actions-cart .cart-button .addBasket { padding: 0.4rem 0.6rem; margin: 0; display: flex; align-self: stretch; justify-content: stretch; }
.tpl-block-list-objects .goods-item.type-large .item-actions .actions-cart .cart-button .addFavorite { position: absolute; top: 1rem; right: 1rem; }
.tpl-block-list-objects .goods-item.type-list { padding: 1rem 0; display: flex; flex-direction: row; flex-wrap: wrap; width: 100%; position: relative; }
.tpl-block-list-objects .goods-item.type-list:not(:first-child) { border-top: 1px solid var(--tpl-color-brand); }
.tpl-block-list-objects .goods-item.type-list .item-image { width: 70%; }
.tpl-block-list-objects .goods-item.type-list .item-info { text-align: left; width: 100%; }
.tpl-block-list-objects .goods-item.type-list .item-info .item-price { margin-top: 0.5rem; }
.tpl-block-list-objects .goods-item.type-list .item-actions { margin-top: 0.5rem; margin-left: auto; margin-right: 0; max-width: 60%; }
.tpl-block-list-objects .goods-item.type-list .item-actions .actions-link { display: none; }
.tpl-block-list-objects .goods-item.type-list .item-actions .actions-cart { display: flex; flex-direction: row; align-items: center; justify-content: flex-end; }
.tpl-block-list-objects .goods-item.type-list .item-actions .actions-cart > * { margin: 0.5rem 0; }
.tpl-block-list-objects .goods-item.type-list .item-actions .actions-cart .quantity { display: none; }
.tpl-block-list-objects .goods-item.type-list .item-actions .actions-cart .cart-button { margin-left: 1rem; margin-right: 0; }
.tpl-block-list-objects .goods-item.type-list .item-actions .actions-cart .cart-button .addBasket { padding: 0.4rem 0.6rem; margin: 0; display: flex; align-self: stretch; justify-content: stretch; }
.tpl-block-list-objects .goods-item.type-list .item-actions .actions-cart .cart-button .addFavorite { position: absolute; top: 1rem; right: 0; }
.object-full { background-color: var(--tpl-color-background-main); padding: 2rem 1.5rem; margin-top: 2rem; }
.object-full .object-info { position: relative; }
.object-full .object-info .object-price { margin-top: 1rem; margin-bottom: 1rem; display: flex; justify-content: flex-end; align-items: flex-end; flex-wrap: wrap; }
.object-full .object-info .object-price .price-old { margin-right: 0.5rem; font-style: italic; opacity: 0.5; }
.object-full .object-info .object-price .price-savings { width: 100%; text-align: right; padding-top: 0.5rem; color: var(--tpl-color-brand); font-style: italic; }
.object-full .object-info .object-actions { position: relative; }
.object-full .object-info .object-actions .product-variants { margin-bottom: 3rem; }
.object-full .object-info .object-actions .product-variants .variant .variant-text { padding: 0.25rem 1rem 0.25rem 0; }
.object-full .object-info .object-actions .product-variants .variant .variant-select { padding: 0.25rem 0; }
.object-full .object-info .object-actions .product-cart { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; padding-bottom: 1rem; border-bottom: 1px solid var(--tpl-color-brand); }
.object-full .object-info .object-actions .product-cart .product-available { margin-left: 0; margin-right: auto; }
.object-full .object-info .object-actions .product-cart .product-quantity { margin-right: 0; margin-left: auto; }
.object-full .object-info .object-actions .product-cart .product-quantity .quantity-title { display: none; }
.object-full .object-info .object-actions .product-cart .product-button { margin-right: 0; margin-left: 1rem; }
.object-full .object-info .object-actions .product-cart .product-button > * { margin-right: 0; }
.object-full .object-info .object-actions .product-link { margin-top: 1rem; display: flex; justify-content: flex-end; align-items: center; }
.object-full .object-info .object-actions .product-link .addFavorite { margin-left: 0; margin-right: auto; }
.object-full .object-info .object-actions .product-link a { text-decoration: none; }
.object-detail { background-color: var(--tpl-color-background-accent); padding: 2rem 1.5rem; }
.object-detail .product-description { width: 100%; max-width: 630px; }
.object-detail .product-description .description-header { text-align: center; }
.object-character { background-color: var(--tpl-color-background-main); padding: 2rem 1.5rem; }
.object-character .product-characters { width: 100%; max-width: 630px; }
.object-character .product-characters .characters-header { text-align: center; }
.object-character .product-characters-table { width: 100%; }
.object-character .product-characters-table .row { border-bottom: 1px solid var(--tpl-color-background-accent); }
.object-character .product-characters-table .row .feature { padding: 0.5rem 0; font-weight: 600; }
.object-character .product-characters-table .row .value { padding: 0.5rem 0; }
.object-full + .object-character { border-top: 1px solid var(--tpl-color-background-accent); }
.goods-item.type-list.inside-admin { display: block; }
.goods-item.type-list.inside-admin .nc-netshop-variant { margin-bottom: 16px; }
.goods-item.type-list.inside-admin .item-image { display: flex }
.goods-item.type-list.inside-admin .item-actions { display: none !important; }
body.nc_edit_objects .product-view { display: none; }
.select select { display: none; }
.select-list { overflow: hidden; max-height: 0; width: 100%; position: absolute; -webkit-transition: max-height 0.5s; transition: max-height 0.5s; -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); padding-left: 0; }
.select-list.active { max-height: 300px; -webkit-transition: max-height 1s; transition: max-height 1s; -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); padding-left: 0; }
.checkbox--primary .checkbox-label { font-size: 14px; line-height: 20px; font-family: var(--tpl-font-family-text); font-style: italic; color: var(--tpl-color-foreground-main); padding-left: 37px; }
.checkbox-label { display: inline-block; vertical-align: top; }
.checkbox { position: relative; }
.checkbox-input { position: absolute; left: 0; top: 0; display: inline-block; display: none; }
.checkbox-fake { display: inline-block; border: 1px solid var(--tpl-color-foreground-main); width: 16px; height: 16px; position: absolute; left: 0px; top: 0px; z-index: 1; }
.checkbox--primary .checkbox-fake { width: 19px; height: 19px; border-color: var(--tpl-color-brand-light); }
.checkbox--primary .checkbox-item { display: block; }
.checkbox-input:checked + .checkbox-fake:before { opacity: 1; }
.checkbox-input:checked + .checkbox-fake:after { opacity: 1; }
.checkbox--primary .checkbox-fake:before { background-color: transparent; border: 0; }
.checkbox-fake:before { opacity: 0; content: ''; display: inline-block; border: 1px solid var(--tpl-color-brand-lightest); background-color: var(--tpl-color-brand-lightest); width: 15px; height: 15px; border-radius: 0; z-index: 1; -webkit-box-sizing: border-box; box-sizing: border-box; margin-left: -1px; margin-top: -1px; }
.checkbox--primary .checkbox-fake:after { width: 10px; height: 5px; top: 4px; left: 2px; border: 1px solid var(--tpl-color-brand-light); border-top: none; border-right: none; }
.checkbox-fake:after { content: ''; width: 7px; height: 4px; position: absolute; top: 3px; left: 2px; border: 3px solid var(--tpl-color-foreground-main); border-top: none; border-right: none; opacity: 0; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); z-index: 10; }
.radio-item { width: 100%; display: block; }
.radio-input { visibility: hidden; height: 1px; width: 1px; opacity: 0; }
input { border-radius: 0; }
.flex-container { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.radio-fake { display: inline-block; vertical-align: top; border-radius: 50%; background-color: white; border: 1px solid var(--tpl-color-brand); height: 23px; width: 23px; position: relative; margin-left: -6px; }
.radio-input:checked + .radio-fake:after { display: block; }
.radio-fake:after { display: none; position: absolute; left: 3px; top: 3px; width: 15px; height: 15px; content: ""; border-radius: 50%; background-color: var(--tpl-color-brand); }
.input { font-weight: 400; display: inline-block; vertical-align: top; margin: 0; -webkit-box-shadow: 0; box-shadow: 0; -webkit-appearance: none; }
.button { background-color: var(--tpl-color-brand); font-family: var(--tpl-font-family-input); text-transform: uppercase; color: var(--tpl-color-background-main-lighter); font-size: 14px; font-weight: 600; display: inline-block; vertical-align: top; letter-spacing: 0.7px; text-align: center; margin: 0; cursor: pointer; -webkit-transition: 0; transition: 0; border: none; outline: none; }
.button--arrow { position: relative; height: 54px; max-width: 340px; width: 100%; text-transform: uppercase; letter-spacing: 0.7px; }
.button--arrow:before { position: absolute; right: 30px; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); line-height: 25px; color: var(--tpl-color-background-main-lighter); font-size: 20px; content: '\24'; font-family: 'ElegantIcons';; font-weight: 400; }
.input--cart { width: 100%; min-width: 200px; line-height: 26px; display: inline-block; vertical-align: top; margin: 0; }
.product-quantity-inputs { font-size: 0; }
.product-quantity-input, .product-quantity-input:hover, .product-quantity-input:focus, .product-quantity-input:active { height: 40px; border: 1px solid var(--tpl-color-background-accent); width: 40px; padding: 0; background-color: var(--tpl-color-background-accent-light); font-family: var(--tpl-font-family-input); font-size: 15px; text-align: center; border-left: 0; border-right: 0; border-radius: 0; }
.product-quantity-input::-webkit-outer-spin-button, .product-quantity-input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; -moz-appearance: textfield; }
.product-quantity-button { width: 30px; height: 40px; border: 1px solid var(--tpl-color-background-accent); background-color: var(--tpl-color-background-accent-light); position: relative; font-size: 25px; line-height: 25px; color: var(--tpl-color-brand-lighter); font-family: var(--tpl-font-family-input); display: inline-block; vertical-align: top; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.product-quantity-button:before { position: absolute; left: 50%; top: 45%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.product-quantity-button--less:before { content: "–"; }
.product-quantity-button--more:before { content: "+"; }
.tpl-component-cart-page { background-color: var(--tpl-color-background); margin-top: 27px; margin-bottom: 67px; }
.tpl-component-cart-page .cart-page-top { padding: 0 8% 0 8.7%; }
.tpl-component-cart-page .cart-page-table { width: 100%; }
.tpl-component-cart-page .cart-page-stage { display: none; }
.tpl-component-cart-page .cart-page-stage.active { display: block; }
.tpl-component-cart-page .cart-page-stage--ok .cart-next-button:before { right: 65px; }
.tpl-component-cart-page .cart-page-label { font-size: 12px; line-height: 34px; font-weight: 700; font-family: var(--tpl-font-family-navigation-main); text-transform: uppercase; color: var(--tpl-color-foreground); position: relative; padding-right: 62px; margin-right: 10px; cursor: auto; }
.tpl-component-cart-page .cart-page-label:after { content: '\0035'; font-family: 'ElegantIcons';; font-size: 18px; line-height: 36px; font-weight: 400; color: var(--tpl-color-foreground); position: absolute; right: 10px; top: 45%; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.tpl-component-cart-page .cart-page-label.active { color: var(--tpl-color-brand-dark); cursor: auto; }
.tpl-component-cart-page .cart-page-label:hover { cursor: auto; }
.tpl-component-cart-page .cart-page-label:last-child:after { display: none; }
.tpl-component-cart-page .cart-page-name { font-size: 16px; line-height: 19px; font-weight: 700; font-family: var(--tpl-font-title); color: var(--tpl-color-foreground-main); padding-top: 26px; }
.tpl-component-cart-page .cart-page-desc { font-family: var(--tpl-font-family-text); font-size: 16px; line-height: 19px; font-weight: 400; color: var(--tpl-color-foreground-main); padding-top: 10px; }
.tpl-component-cart-page .cart-page-price { font-size: 16px; line-height: 24px; font-family: var(--tpl-font-family-text); font-style: italic; color: var(--tpl-color-foreground-main); font-weight: 400; padding-top: 72px; }
.tpl-component-cart-page .cart-page-header { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; border-bottom: 1px solid var(--tpl-color-brand-lightest); }
.tpl-component-cart-page .cart-page-row { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; border-bottom: 1px solid var(--tpl-color-brand-lightest); padding-bottom: 8px; }
.tpl-component-cart-page .cart-page-row.deleted .cart-page-column { opacity: 0.3; -webkit-transition: all 0.2s; transition: all 0.2s; }
.tpl-component-cart-page .cart-page-row.deleted .cart-page-column--changeStatus { opacity: 1; }
.tpl-component-cart-page .cart-page-row.deleted .cart-page-changeStatus:after { content: "\50"; }
.tpl-component-cart-page .cart-page-row.deleted .cart-page-name { text-decoration: line-through; -webkit-transition: all 0.2s; transition: all 0.2s; }
.tpl-component-cart-page .cart-page-column--title { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.tpl-component-cart-page .cart-page-column--price { width: 15.3%; padding-right: 12px; }
.tpl-component-cart-page .cart-page-column--quantity { width: 27%; }
.tpl-component-cart-page .cart-page-column--sum { width: 15.5%; }
.tpl-component-cart-page .cart-page-column--changeStatus { width: 20px; position: relative; }
.tpl-component-cart-page .cart-page-stage { margin-top: 29px; }
.tpl-component-cart-page .cart-page-image { width: 130px; height: 140px; background-size: contain; background-repeat: no-repeat; margin: 20px 20px; background-position: center; }
.tpl-component-cart-page .cart-page-info { width: 50%; padding-right: 30px; padding-top: 48px; }
.tpl-component-cart-page .cart-page-changeStatus { position: absolute; top: 46%; -webkit-transform: translateY(-50%); transform: translateY(-50%); cursor: pointer; -webkit-transition: opacity 0.2s; transition: opacity 0.2s; }
.tpl-component-cart-page .cart-page-changeStatus:hover { -webkit-transition: 0; transition: 0; }
.tpl-component-cart-page .cart-page-changeStatus:hover:after { color: var(--color-font-13); }
.tpl-component-cart-page .cart-page-changeStatus:after { font-size: 20px; line-height: 1; font-weight: 400; content: '\4d'; font-family: 'ElegantIcons';; color: var(--tpl-color-brand); }
.tpl-component-cart-page .cart-stage-top { padding: 0px 8% 0px 8.7%; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.tpl-component-cart-page .cart-stage-bottom { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: 0px 8% 0px 8.7%; }
.tpl-component-cart-page .cart-stage-column { width: 100%; }
.tpl-component-cart-page .cart-stage-label { font-size: 14px; line-height: 28px; font-family: var(--tpl-font-family-subtitle); font-style: italic; font-weight: 400; color: var(--tpl-color-foreground-accent-lighter); }
.tpl-component-cart-page .cart-stage-sum { padding-top: 40px; }
.tpl-component-cart-page .cart-stage-header { font-size: 25px; line-height: 26px; font-family: var(--tpl-font-family-navigation-main); font-weight: 700; color: var(--tpl-color-foreground-main); padding: 10px 0 18px; }
.tpl-component-cart-page .cart-stage-postfix { font-size: 18px; line-height: 24px; font-family: var(--tpl-font-family-text); font-weight: 400; color: var(--tpl-color-foreground-main); max-width: 80%; margin-bottom: 63px; }
.tpl-component-cart-page .product-quantity { padding-top: 64px; }
.tpl-component-cart-page .product-quantity-available { font-size: 14px; padding-left: 16px; font-family: var(--tpl-font-family-text); color: var(---tpl-color-foreground-main); line-height: 40px; font-style: italic; }
.tpl-component-cart-page .cart-subscribe { font-size: 0; padding: 40px 0; position: relative; }
.tpl-component-cart-page .cart-subscribe-text { font-size: 14px; line-height: 47px; font-weight: 400; font-style: italic; font-family: var(--tpl-font-family-text); color: var(--tpl-color-foreground-main); padding-right: 34px; }
.tpl-component-cart-page .cart-subscribe-input { font-size: 14px; line-height: 26px; font-weight: 400; font-family: var(--tpl-font-family-input); background-color: var(--tpl-color-background-main-light); height: 50px; width: 280px; padding: 10px 15px; margin-right:34px; }
.tpl-component-cart-page .cart-subscribe .cart-error { position: absolute; z-index: 10; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); bottom: calc(67% + 18px); }
.tpl-component-cart-page .cart-subscribe .cart-error-text { padding: 10px 10px; width: 160px; border-radius: 5px; background-color: var(--tpl-color-background-main-light); position: relative; border: 1px solid var(--tpl-color-background-main-light); font-size: 16px; line-height: 22px; font-family: var(--tpl-font-family-accent); color: var(--tpl-color-foreground-main); font-weight: 400; border: 1px solid var(--tpl-color-background-main); text-align: center; -webkit-box-shadow: 0 3px 10px var(--tpl-color-background-main-dark); box-shadow: 0 3px 10px var(--tpl-color-background-main-dark); }
.tpl-component-cart-page .cart-subscribe .cart-error-text:after, .tpl-component-cart-page .cart-subscribe .cart-error-text:before { left: calc(50% - 5px); bottom: -21px; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; }
.tpl-component-cart-page .cart-subscribe .cart-error-text:after { border-color: transparent; border-top-color: var(--tpl-color-background-main-light); border-width: 9px; bottom: -18px; left: calc(50% - 4px); }
.tpl-component-cart-page .cart-subscribe .cart-error-text:before { border-color: transparent; border-top-color: var(--tpl-color-background-main); border-width: 10px; left: calc(50% - 5px); }
.tpl-component-cart-page .cart-subscribe-button { background-color: var(--tpl-color-background-main-light); font-size: 12px; line-height: 30px; padding: 10px 27px; height: 50px; border: 1px solid var(--tpl-color-background-accent-darker); color: var(--tpl-color-brand); }
.tpl-block-cart-coupons-active { font-size: 14px; }
.tpl-block-cart-coupons-active h3 { font-size: 18px; line-height: 19px; font-weight: 400; font-style: italic; font-family: var(--tpl-font-family-accent); color: var(--tpl-color-foreground-main); padding-right: 34px; display: inline-block; vertical-align: top; padding-top: 20px; }
.tpl-block-cart-coupon { margin-bottom: 10px; }
.tpl-block-cart-coupon.template { display: none; }
.tpl-link-coupon-remove { border: none; outline: none; padding: 0; background-color: transparent; vertical-align: middle; cursor: pointer }
.tpl-link-coupon-remove:after { font-size: 20px; line-height: 1; font-weight: 400; content: '\4d'; font-family: 'ElegantIcons';; color: var(--tpl-color-brand); }
.tpl-component-cart-page .cart-sum-number { font-size: 24px; font-weight: 700; font-family: var(--tpl-font-family-accent); color: var(--tpl-color-foreground-main); padding-top: 10px; padding-right: 3px; display: inline-block; vertical-align: top; }
.tpl-component-cart-page .cart-sum-text { font-size: 14px; line-height: 47px; font-weight: 400; font-style: italic; font-family: var(--tpl-font-family-text); color: var(--tpl-color-foreground-main); padding-right: 34px; }
.tpl-component-cart-page .cart-next { background-color: var(--tpl-color-background-accent); padding: 30px 8% 30px 8.7%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; align-items: center; }
.tpl-component-cart-page .cart-next-text { font-size: 18px; line-height: 19px; font-weight: 400; font-style: italic; font-family: var(--tpl-font-family-accent); color: var(--tpl-color-foreground-main); padding-right: 34px; display: inline-block; vertical-align: top; max-width: 760px; }
.tpl-component-cart-page .cart-next-button { height: 54px; width: 340px; margin-right: 2px; border-radius: 3px; padding-top: 18px; padding-bottom: 18px; }
.tpl-component-cart-page .cart-next-button:before { right: 77px; top: 51%; }
.tpl-component-cart-page .cart-input-label { display: block; margin-top: 12px; margin-bottom: 21px; }
.tpl-component-cart-page .cart-input-text { display: block; font-size: 14px; line-height: 30px; font-family: var(--font-4); font-style: italic; color: var(--tpl-color-foreground-main); }
.tpl-component-cart-page .cart-input-additional { color: var(--tpl-color-foreground-accent); }
.tpl-component-cart-page .cart-input-select.active .cart-select-value:after { content: "\032"; -webkit-transition: all 0.2s; transition: all 0.2s; }
.tpl-component-cart-page .cart-select-value { width: 100%; min-width: 300px; max-width: 460px; border: 1px solid var(--tpl-color-background-main-dark); background: var(--tpl-color-background-main-light); border-radius: 7px; height: 53px; padding: 11px 20px; font-size: 14px; line-height: 26px; font-family: var(--font-2); color: var(--tpl-color-foreground-main); position: relative; }
.tpl-component-cart-page .cart-select-value:after { position: absolute; content: "\033"; right: 10px; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); font-family: 'ElegantIcons';; font-size: 18px; color: var(--tpl-color-brand); }
.tpl-component-cart-page .cart-select-list { z-index: 20; background-color: var(--tpl-color-background-main-light); width: auto; min-width: 460px; font-size: 14px; line-height: 26px; font-family: var(--tpl-font-family-input); color: var(--tpl-color-foreground-main); font-weight: 400; -webkit-box-shadow: 0 3px 30px var(--tpl-color-background-main-dark); box-shadow: 0 3px 30px var(--tpl-color-background-main-dark); margin-top: -1px; }
.tpl-component-cart-page .cart-select-item { -webkit-transition: all 0.2s; transition: all 0.2s; cursor: pointer; height: 40px; padding: 7px 20px; }
.tpl-component-cart-page .cart-select-item:hover, .tpl-component-cart-page .cart-select-item:active { background-color: var(--tpl-color-background-main); color: var(--tpl-color-brand); }
.tpl-component-cart-page .cart-radio { padding-top: 12px; margin-bottom: 16px; }
.tpl-component-cart-page .cart-radio-item { padding-top: 16px; }
.tpl-component-cart-page .cart-radio-type { font-size: 16px; line-height: 19px; font-weight: 700; font-family: var(--tpl-font-family-input); color: var(--tpl-color-foreground-main); position: relative; display: inline-block; vertical-align: top; }
.tpl-component-cart-page .cart-radio-caption { font-size: 16px; line-height: 19px; font-weight: 400; font-family: var(--tpl-font-family-text); color: var(--tpl-color-foreground-main); padding-top: 4px; }
.tpl-component-cart-page .cart-radio-label { display: inline-block; vertical-align: top; padding-left: 24px; padding-top: 1px; width: 90%; }
.tpl-component-cart-page .cart-input-select--metro .cart-select-value { max-width: 100%; }
.tpl-component-cart-page .cart-input-select--metro .cart-select-value:before { content: "М "; color: var(--color-font-18); }
.tpl-component-cart-page .cart-input-select--metro .cart-select-list { min-width: 581px; }
.tpl-component-cart-page .cart-input-select--metro .cart-select-item { position: relative; }
.tpl-component-cart-page .cart-input-select--metro .cart-select-item:before { content: "М "; color: var(--color-font-18); }
.tpl-component-cart-page .cart-input-label--comment { margin-top: 25px; }
.tpl-component-cart-page .cart-checkbox { margin-top: 12px; margin-bottom: 53px; }
.tpl-component-cart-page .cart-payment-text { padding-bottom: 20px; }
.tpl-component-cart-page .cart-tooltip { position: absolute; right: -35px; top: 0px; display: block; width: 30px; height: 30px; }
.tpl-component-cart-page .cart-tooltip:hover .cart-tooltip-text { display: block; }
.tpl-component-cart-page .cart-tooltip-icon { position: absolute; left: 50%; right: 0; top: 0; -webkit-transform: translateX(-50%); transform: translateX(-50%); }
.tpl-component-cart-page .cart-tooltip-icon:before { content: "\e718"; font-family: var(--icons-themify); font-size: 16px; color: var(--color-font-13); font-weight: 400; }
.tpl-component-cart-page .cart-tooltip-text { display: none; position: absolute; z-index: 20; bottom: 160%; left: 36%; -webkit-transform: translateX(-50%); transform: translateX(-50%); margin: 0 auto; padding: 10px 15px; width: 240px; border-radius: 5px; background-color: var(--tpl-color-background-main-light); border: 1px solid var(--color-bg-15); font-size: 14px; line-height: 27px; font-family: var(--font-2); color: var(--tpl-color-foreground-main); font-weight: 400; -webkit-box-shadow: 0 3px 30px var(--color-bs-2); box-shadow: 0 3px 30px var(--color-bs-2); }
.tpl-component-cart-page .cart-tooltip-text:after, .tpl-component-cart-page .cart-tooltip-text:before { left: calc(50% - 5px); bottom: -19px; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; }
.tpl-component-cart-page .cart-tooltip-text:before { border-color: transparent; border-top-color: var(--color-bg-15); border-width: 9px; left: calc(50% - 5px); }
.tpl-component-cart-page .cart-tooltip-text:after { border-color: var(--tpl-color-background-main); border-top-color: var(--tpl-color-background-main-light); border-width: 9px; }
.tpl-component-cart-page .cart-error-text { font-family: var(--font-4); font-size: 14px; padding-top: 3px; color: var(--tpl-color-brand); }
.tpl-component-cart-page .cart-page-column--title { width: 42%; }
.tpl-block-order-delivery-type-header { font-size: 20px; }
.tpl-block-order-delivery-point-select-button { text-transform: none; font-size: 14px; margin: 5px 0; width: auto; letter-spacing: normal; font-weight: 400; padding: 5px; }
.tpl-block-order-delivery-method-options { margin: 20px 0 0 35px; max-height: 390px; overflow-y: auto; position: relative; }
.tpl-block-order-delivery-points { padding-left: 20px; }
.tpl-block-order-delivery-points .cart-radio { padding-top: 0; margin-bottom: 0; }
.tpl-block-order-delivery-points .cart-radio-item { padding-top: 0; padding-bottom: 0; }
.tpl-block-order-delivery-points .cart-radio-type { font-weight: 400; }
.tpl-block-order-delivery-pickup-map-container { position: relative; }
.tpl-block-order-delivery-pickup-map { height: 500px; margin-bottom: 2rem; }
.tpl-block-order-delivery-pickup-loader { position: absolute; display: inline-block; width: 48px; height: 48px; border: 5px solid #1a87c2; border-bottom-color: transparent; border-radius: 50%; box-sizing: border-box; animation: rotation 1s linear infinite; transform: translate(-50%, -50%); left: 50%; top: 50%; z-index: 10; }
@keyframes rotation { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }
@media (max-width: 1200px) {
.tpl-component-cart-page .cart-page-top, .tpl-component-cart-page .cart-stage-top, .tpl-component-cart-page .cart-stage-bottom, .tpl-component-cart-page .cart-stage-next, .tpl-component-cart-page .cart-order-summary { padding-left: 4%; padding-right: 4%; }
.tpl-component-cart-page .product-quantity-available { display: block; padding-left: 0; }
.tpl-component-cart-page .cart-page-column--quantity { width: 17%; }
.tpl-component-cart-page .cart-next-button { width: 300px; flex-shrink: 0; }
.tpl-component-cart-page .cart-next-button::before { right: 27px; }
.tpl-component-cart-page .cart-next-text { padding-top: 0; }
.tpl-component-cart-page .cart-next { align-items: center; padding-top: 30px; padding-bottom: 30px; }
}
@media (max-width: 1000px) {
.tpl-component-cart-page .cart-page-top { padding-top: 50px; }
.tpl-component-cart-page .cart-page-image { width: 100px; height: 100px; }
.tpl-component-cart-page .cart-page-info { padding-top: 14px; width: 64%; }
.tpl-component-cart-page .cart-page-price { padding-top: 52px; }
.tpl-component-cart-page .product-quantity { padding-top: 44px; }
.tpl-component-cart-page .cart-stage-bottom { flex-direction: column-reverse; }
.tpl-component-cart-page .cart-sum { text-align: right; }
.tpl-component-cart-page .cart-subscribe { padding-top: 20px; }
.tpl-component-cart-page { margin-top: 0; }
}
@media (max-width: 850px) {
.tpl-component-cart-page .cart-page-row { position: relative; }
.tpl-component-cart-page .cart-page-column--title { width: 50%; flex-wrap: wrap; }
.tpl-component-cart-page .cart-page-column--price { display: none; }
.tpl-component-cart-page .cart-page-column--quantity { width: 25%; }
.tpl-component-cart-page .cart-page-column--sum { width: 25%; }
.tpl-component-cart-page .cart-page-info { width: 58%; }
}
@media (max-width: 768px) {
.tpl-component-cart-page .cart-page-row { display: flex; flex-wrap: wrap; }
.tpl-component-cart-page .cart-page-header .cart-page-column { display: none; }
.tpl-component-cart-page .cart-page-top, .tpl-component-cart-page .cart-stage-top, .tpl-component-cart-page .cart-stage-bottom, .tpl-component-cart-page .cart-stage-next, .tpl-component-cart-page .cart-order-summary { padding-left: 20px; padding-right: 20px; }
.tpl-component-cart-page .cart-page-top { padding-top: 20px; }
.tpl-component-cart-page .cart-page-column--title { width: 100%; }
.tpl-component-cart-page .cart-page-column--quantity, .tpl-component-cart-page .cart-page-column--sum { width: 60%; padding-left: 20px; }
.tpl-component-cart-page .cart-page-column--sum { width: 40%; text-align: right; }
.tpl-component-cart-page .cart-page-column::before { display: none; }
.tpl-component-cart-page .cart-page-row { border-bottom: 1px solid var(--tpl-color-brand-lightest); padding-bottom: 20px; }
.tpl-component-cart-page .cart-page-label { display: block }
.tpl-component-cart-page .cart-page-label::after { display: none; }
.tpl-component-cart-page .cart-page-info { flex-grow: 1; padding-top: 48px; }
.tpl-component-cart-page .cart-page-image { width: 130px; height: 140px; }
.tpl-component-cart-page .product-quantity, .tpl-component-cart-page .cart-page-price { padding-top: 15px; padding-bottom: 0px; }
.tpl-component-cart-page .cart-subscribe { padding-top: 0; }
.tpl-component-cart-page .cart-subscribe-label { display: flex; flex-wrap: wrap; }
.tpl-component-cart-page .cart-subscribe-text { width: 100%; }
.tpl-component-cart-page .cart-subscribe-input { flex-grow: 1; }
.tpl-component-cart-page .cart-next-button { max-width: 100%; font-size: 12px; }
.tpl-component-cart-page .cart-next-button::before { font-size: 16px; }
.tpl-component-cart-page .cart-next-text { width: 100%; padding-right: 0; padding-bottom: 20px; }
.tpl-component-cart-page .cart-next { flex-direction: column; text-align: center; }
.tpl-component-cart-page .cart-page-column--changeStatus { position: absolute; right: 0; top: 25%; }
.tpl-component-cart-page .product-quantity-available { display: inline; padding-left: 16px; }
}
@media (max-width: 600px) {
.tpl-component-cart-page .cart-subscribe-input { width: 100%; border-radius: 7px 7px 0 0; border-bottom: 0; max-width: 100%; min-width: 0; margin-right:0; }
.tpl-component-cart-page .cart-subscribe-button { border-radius: 0 0 7px 7px; width: 100%; }
}
@media (max-width: 500px) {
.tpl-component-cart-page .cart-page-row { text-align: center; padding-bottom: 30px; display: flex; flex-direction: column; }
.tpl-component-cart-page .cart-page-column--quantity, .tpl-component-cart-page .cart-page-column--sum { width: 100%; }
.tpl-component-cart-page .cart-page-column--sum { text-align: center; }
.tpl-component-cart-page .cart-page-row:last-child { padding-bottom: 10px; }
.tpl-component-cart-page .cart-page-column--title { flex-direction: column; align-items: center; }
.tpl-component-cart-page .cart-page-info { width: 100%; max-width: 85%; padding-top: 0; padding-right: 0; }
.tpl-component-cart-page .cart-page-column--changeStatus { top: 50%; transform: translateY(-50%); }
.tpl-component-cart-page .product-quantity-available { display: block; padding-left: 0; }
}
.cart-auth-status { margin-top: -16px; margin-bottom: 16px; }
.cart-auth-status__text { font-size: 13px; color: var(--tpl-color-foreground-accent, #666); font-family: var(--tpl-font-family-text); }
.cart-auth-status__logout { font-size: 13px; color: var(--tpl-color-foreground-accent, #666); text-decoration: none; margin-left: 4px; }
.cart-auth-status__logout:hover { text-decoration: underline; }
.tpl-component-cart-page .js-cart-submit.disabled, .tpl-component-cart-page .js-cart-submit:disabled { opacity: 0.5; cursor: not-allowed; pointer-events: none; }
.cart-input-input[readonly] { background-color: var(--tpl-color-background-accent-light, #e9ecef); cursor: default; }
.cart-order-summary { display: none; background-color: var(--tpl-color-background-accent); padding: 24px 8% 24px 8.7%; }
.cart-order-summary__title { font-size: 18px; font-weight: 700; font-family: var(--tpl-font-family-accent); color: var(--tpl-color-foreground-main); margin-bottom: 16px; }
.cart-order-summary__items { margin-bottom: 16px; padding-bottom: 16px; border-bottom: 1px solid var(--tpl-color-background-main-dark, #ddd); }
.cart-order-summary__item { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; margin-bottom: 8px; font-size: 14px; font-family: var(--tpl-font-family-text); color: var(--tpl-color-foreground-main); }
.cart-order-summary__item-name { flex: 1; min-width: 0; }
.cart-order-summary__item-variant { color: var(--tpl-color-foreground-accent, #888); }
.cart-order-summary__item-price { white-space: nowrap; font-weight: 600; }
.cart-order-summary__line { display: flex; justify-content: space-between; font-size: 14px; font-family: var(--tpl-font-family-text); color: var(--tpl-color-foreground-main); margin-bottom: 6px; }
.cart-order-summary__total { display: flex; justify-content: space-between; font-size: 18px; font-weight: 700; font-family: var(--tpl-font-family-accent); color: var(--tpl-color-foreground-main); margin-top: 12px; padding-top: 12px; border-top: 1px solid var(--tpl-color-background-main-dark, #ddd); }
.tpl-component-cart-page .cart-discounts { width: 100%; padding-top: 16px; border-top: 1px solid var(--tpl-color-background-main-dark, #ddd); }
.tpl-component-cart-page .cart-discounts__item { display: flex; justify-content: space-between; padding: 6px 0; font-size: 14px; font-family: var(--tpl-font-family-text); color: inherit; }
.tpl-component-cart-page .cart-discounts__name { font-style: italic; }
.tpl-component-cart-page .cart-discounts__value { font-weight: 600; white-space: nowrap; padding-left: 16px; }
.tpl-component-cart-page .cart-page-price--old { text-decoration: line-through; color: var(--tpl-color-foreground-accent, #999); font-size: 0.85em; margin-right: 4px; }
.cart-order-summary__line--discount { color: inherit; }
.tpl-component-cart-page .cart-consent { margin-top: 0; margin-bottom: 0; flex: 1; padding-right: 34px; }
.tpl-component-cart-page .cart-consent .checkbox-item { margin-bottom: 0; }
.cart-consent .checkbox-label { text-align: left; font-size: 14px; line-height: 20px; }
.cart-consent a { color: var(--tpl-color-brand); text-decoration: underline; }
.cart-consent a:hover { text-decoration: none; }
.cart-input--error { border-color: var(--tpl-color-state-error, #d32f2f) !important; box-shadow: 0 0 0 1px var(--tpl-color-state-error, #d32f2f); }
@media (max-width: 768px) {
.cart-order-summary { padding-top: 16px; padding-bottom: 16px; }
.cart-order-summary__title { font-size: 16px; }
.cart-order-summary__total { font-size: 16px; }
.cart-consent { width: 100%; padding-right: 0; padding-bottom: 12px; }
.cart-consent .checkbox-label { text-align: left; }
}
.tpl-property-delivery-point-address { font-weight: bold; }
.tpl-property-delivery-point-schedule { color: var(--tpl-color-foreground-main-light); padding: 4px 0; }
.cart-radio-label--single { padding-left: 0; }
.tpl-block-list .item-card { display: flex; flex-direction: column; height: 100%; }
.tpl-block-list .item-card__media { position: relative; }
.tpl-block-list .item-card__image-link { display: block; text-decoration: none; }
.tpl-block-list .item-card__image { position: relative; padding-top: var(--item-image-padding-top, 100%); overflow: hidden; background: var(--tpl-color-background-main-dark, #f5f5f5); }
:where(.tpl-block-list) .item-card__image { border-radius: 20px; }
.tpl-block-list .item-card__image img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: var(--item-image-fit, contain); }
.tpl-block-list .item-card__image .nc-editable-image-container { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.tpl-block-list .item-card__image .nc-editable-image-container img { width: 100%; height: 100%; object-fit: var(--item-image-fit, contain); }
.tpl-block-list .item-card__badge { position: absolute; top: 12px; left: 12px; z-index: 2; display: flex; align-items: center; justify-content: center; min-width: 48px; height: 28px; padding: 0 8px; background: var(--tpl-color-foreground-accent, #e53935); color: #fff; text-decoration: none; }
.tpl-block-list .item-card__actions { position: absolute; top: 12px; right: 12px; z-index: 2; display: flex; flex-direction: column; gap: 8px; }
.tpl-block-list .item-card__action { display: flex; align-items: center; justify-content: center; width: 36px; height: 36px; background: rgba(255, 255, 255, 0.9); border-radius: 50%; text-decoration: none; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); }
.tpl-block-list .item-card__action.is-active { background: var(--tpl-color-brand, #1976d2); }
.tpl-block-list .item-card__action.is-active .item-card__action-icon { filter: brightness(0) invert(1); }
.tpl-block-list .item-card__action-icon { display: block; width: 20px; height: 20px; background-color: var(--tpl-color-foreground-main, #333); -webkit-mask-size: contain; mask-size: contain; -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-position: center; mask-position: center; }
.tpl-block-list .item-card__action-icon--compare { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill-rule='evenodd' d='M9.31 1.38v17.24h1.38V1.38H9.31zM8.96 0C8.4 0 7.93.46 7.93 1.03v17.93c0 .57.46 1.04 1.03 1.04h2.07c.57 0 1.04-.46 1.04-1.03V1.03c0-.57-.47-1.03-1.04-1.03H8.96zm5.87 4.83v13.79h1.38V4.83h-1.38zm-.35-1.38c-.57 0-1.03.46-1.03 1.03v14.48c0 .57.46 1.04 1.03 1.04h2.07c.57 0 1.03-.47 1.03-1.04V4.48c0-.57-.46-1.03-1.03-1.03h-2.07zM3.79 18.62v-8.28h1.38v8.28H3.79zM2.41 10c0-.57.46-1.03 1.04-1.03h2.06c.57 0 1.04.46 1.04 1.03v8.97c0 .57-.47 1.03-1.04 1.03H3.45c-.58 0-1.04-.46-1.04-1.03V10z'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill-rule='evenodd' d='M9.31 1.38v17.24h1.38V1.38H9.31zM8.96 0C8.4 0 7.93.46 7.93 1.03v17.93c0 .57.46 1.04 1.03 1.04h2.07c.57 0 1.04-.46 1.04-1.03V1.03c0-.57-.47-1.03-1.04-1.03H8.96zm5.87 4.83v13.79h1.38V4.83h-1.38zm-.35-1.38c-.57 0-1.03.46-1.03 1.03v14.48c0 .57.46 1.04 1.03 1.04h2.07c.57 0 1.03-.47 1.03-1.04V4.48c0-.57-.46-1.03-1.03-1.03h-2.07zM3.79 18.62v-8.28h1.38v8.28H3.79zM2.41 10c0-.57.46-1.03 1.04-1.03h2.06c.57 0 1.04.46 1.04 1.03v8.97c0 .57-.47 1.03-1.04 1.03H3.45c-.58 0-1.04-.46-1.04-1.03V10z'/%3E%3C/svg%3E"); }
.tpl-block-list .item-card__action-icon--favorite { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22'%3E%3Cpath d='M11 19.5l-1.4-1.3C4.4 13.4 1 10.4 1 6.7 1 3.7 3.4 1.3 6.4 1.3c1.7 0 3.4.8 4.6 2.1 1.2-1.3 2.9-2.1 4.6-2.1 3 0 5.4 2.4 5.4 5.4 0 3.7-3.4 6.7-8.6 11.5L11 19.5z'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22'%3E%3Cpath d='M11 19.5l-1.4-1.3C4.4 13.4 1 10.4 1 6.7 1 3.7 3.4 1.3 6.4 1.3c1.7 0 3.4.8 4.6 2.1 1.2-1.3 2.9-2.1 4.6-2.1 3 0 5.4 2.4 5.4 5.4 0 3.7-3.4 6.7-8.6 11.5L11 19.5z'/%3E%3C/svg%3E"); }
.tpl-block-list .item-card__gallery { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.tpl-block-list .item-card__gallery-slide { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; transition: opacity 0.2s ease; }
.tpl-block-list .item-card__gallery-slide.is-active { opacity: 1; }
.tpl-block-list .item-card__gallery-slide img { width: 100%; height: 100%; object-fit: var(--item-image-fit, contain); }
.tpl-block-list .item-card__gallery-dots { position: absolute; bottom: 8px; left: 50%; transform: translateX(-50%); display: flex; gap: 6px; z-index: 3; opacity: 0; transition: opacity 0.2s ease; }
.tpl-block-list .item-card__image--gallery:hover .item-card__gallery-dots, .tpl-block-list .item-card__image--gallery.is-swiping .item-card__gallery-dots { opacity: 1; }
.tpl-block-list .item-card__gallery-dot { width: 6px; height: 6px; background: rgba(255, 255, 255, 0.5); border: 1px solid rgba(0, 0, 0, 0.2); cursor: pointer; transition: background-color 0.2s ease; }
.tpl-block-list .item-card__gallery-dot.is-active { background: var(--tpl-color-brand, #1976d2); }
.tpl-block-list .item-card__content { flex-grow: 1; display: flex; flex-direction: column; gap: 8px; padding: 12px 0; }
.tpl-block-list .item-card__title-link { text-decoration: none; color: inherit; flex-grow: 1; }
.tpl-block-list .item-card__title { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.tpl-block-list .item-card__title-link:hover .item-card__title { color: var(--tpl-color-brand, #1976d2); }
.tpl-block-list .item-card__price { display: flex; align-items: baseline; flex-wrap: wrap; gap: 8px; }
.tpl-block-list .item-card__price-current { white-space: nowrap; }
.tpl-block-list .item-card__price-old { color: var(--tpl-color-foreground-main-lightest, #999); text-decoration: line-through; white-space: nowrap; }
.tpl-block-list .item-card__meta { display: flex; align-items: center; flex-wrap: wrap; gap: 6px; }
.tpl-block-list .item-card__rating { display: flex; align-items: center; gap: 4px; }
.tpl-block-list .item-card__rating-star { width: 14px; height: 14px; background: #ffc107; -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M10 1l2.39 6.11H19l-5.3 4.14 2.04 6.75L10 14.14 4.26 18l2.04-6.75L1 7.11h6.61z'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M10 1l2.39 6.11H19l-5.3 4.14 2.04 6.75L10 14.14 4.26 18l2.04-6.75L1 7.11h6.61z'/%3E%3C/svg%3E"); -webkit-mask-size: contain; mask-size: contain; }
.tpl-block-list .item-card__reviews::before, .tpl-block-list .item-card__variants::before { content: "·"; margin-right: 6px; }
.tpl-block-list .item-card__footer { margin-top: auto; }
.tpl-block-list .item-card__cart-form { display: contents; }
.tpl-block-list .item-card__cart-btn { display: flex; align-items: center; justify-content: center; width: 100%; text-decoration: none; }
.search-result-title { margin-top: 30px; margin-bottom: 10px; text-align: left; }
.search-no-result { text-align: left; }
.search-result-item { display: flex; align-items: flex-start; flex-direction: column; justify-items: flex-start; }
.search-result-item .item-body { padding-top: 0.5rem; font-style: italic; }
.search-item .tpl-text-alt { opacity: 0.5; }
.search-item a { text-decoration: none; }
.search-item a:hover { text-decoration: underline; }
.search-item cite { font-style: normal; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: block; opacity: 0.5; }
.search-form { width: 100%; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 12px; }
.search-form input { flex-grow: 1; }
