.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; }
.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; }
.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; }
 { --box-border-radius: 10px; --box-default-spacing: 40px; }
.fill-flex-width { flex-grow: 1; }
.user-lists { display: flex; flex-direction: row; gap: 12px; margin-left: 12px; justify-content: flex-end; }
.user-feedback { display: none; flex-direction: row; align-items: center; font-size: 0.8em; color: var(--tpl-color-foreground-main-lightest); }
.user-feedback a { color: var(--tpl-color-foreground-main-lightest); text-decoration: none; }
.user-rating { background: url('data:image/svg+xml, <svg class="icon" xmlns="http://www.w3.org/2000/svg" width="19" height="20" viewBox="0 0 19 20" fill="none"><path d="M9.5 0.5L11.6329 7.06434H18.535L12.9511 11.1213L15.084 17.6857L9.5 13.6287L3.91604 17.6857L6.04892 11.1213L0.464963 7.06434H7.36712L9.5 0.5Z" fill="%23FFD176"/></svg>') no-repeat; background-position-y: 2px; margin-right: 16px; padding-left: 24px; }
.tpl-block-list-objects:not(.small):not(.big) { opacity: 0; }
.tpl-block-list .prefix { display: flex; align-items: center; margin-bottom: 28px; }
.tpl-block-list .prefix-count { color: var(--tpl-color-foreground-main-lightest); }
.tpl-block-list .prefix-buttons { display: flex; gap: 4px; margin-left: 30px; }
.tpl-block-list .prefix-buttons .button { border-radius: var(--box-border-radius); border: 1px solid transparent; padding: 8px; cursor: pointer; }
.tpl-block-list .prefix-buttons .button.selected { border: 1px solid rgba(0, 0, 0, 0.2); }
.tpl-block-list .prefix-buttons path { stroke: var(--tpl-color-foreground-main-lightest); }
.tpl-block-list .prefix-buttons .button.selected path { stroke: var(--tpl-color-foreground-main); }
.tpl-block-list .item-wrapper { max-width: 600px; }
.tpl-block-list .item { --item-inner-spacing: 20px; --item-badge-height: 42px; --item-badge-margin-bottom: 12px; display: flex; flex-direction: row; flex-wrap: wrap; align-items: flex-start; }
.tpl-block-list .item > * { width: 100%; }
.tpl-block-list .item-discount-badge { width: 41px; height: var(--item-badge-height); position: relative; margin-bottom: var(--item-badge-margin-bottom); }
.tpl-block-list .item-discount-badge svg { position: absolute; }
.tpl-block-list .item-discount-badge svg rect { fill: var(--tpl-color-foreground-accent); }
.tpl-block-list .item-discount-badge .value { color: #FFF; font-size: 12px; font-weight: 500; position: absolute; z-index: 10; top: 13px; width: 41px; text-align: center; }
.tpl-block-list .user-lists { flex-grow: 1; align-content: flex-end; align-items: center; width: auto; height: var(--item-badge-height); margin-bottom: var(--item-badge-margin-bottom); }
.tpl-block-list .item a { text-decoration: none; color: var(--tpl-color-foreground-main); }
.tpl-block-list .item-image { margin-bottom: 14px; position: relative; }
.tpl-block-list .item-image::before { display: block; content: ""; width: 100%; padding-top: var(--item-image-padding-top); }
.tpl-block-list .item-image .item-image-wrapper { position: absolute; top: 0; left: 0; right: 0; bottom: 0; overflow: hidden; }
.tpl-block-list .item-image .item-image-wrapper img { max-width: 100%; width: 100%; height: 100%; object-fit: var(--item-image-fit); }
.tpl-block-list .item-image * { width: 100%; height: 100%; }
.tpl-block-list .item-prices { margin-bottom: 14px; }
.tpl-block-list .item-price { margin-right: 8px; white-space: nowrap; }
.tpl-block-list .original-price { text-decoration: line-through; color: var(--tpl-color-foreground-main-lightest); white-space: nowrap; }
.tpl-block-list .item-details { margin-bottom: 14px; }
.tpl-block-list .item-details .item-description { display: none; }
.tpl-block-list .user-feedback { margin-top: 11px; }
.big-break { height: 0; }
.tpl-block-list-objects.big .item-wrapper { max-width: 100%; }
.tpl-block-list-objects.big .item { display: grid; grid-template-columns: 210px 1fr 160px; grid-template-rows: auto auto 40px; gap: 0 40px; grid-template-areas: "item-discount-badge item-details user-lists" "item-image item-details item-prices" "item-image item-details item-buttons"; }
.tpl-block-list-objects.big .item-discount-badge { grid-area: item-discount-badge; }
.tpl-block-list-objects.big .user-lists { grid-area: user-lists; }
.tpl-block-list-objects.big .item-image-link { grid-area: item-image; }
.tpl-block-list-objects.big .item-details { grid-area: item-details; height: 100%; display: flex; flex-direction: column; justify-content: center; gap: 10px; }
.tpl-block-list-objects.big .item-details .item-description { display: block; color: var(--tpl-color-foreground-main-lighter); }
.tpl-block-list-objects.big .item-prices-link { grid-area: item-prices; height: 100%; }
.tpl-block-list-objects.big .item-prices { display: flex; flex-direction: column-reverse; justify-content: center; height: 100%; text-align: right; }
.tpl-block-list-objects.big .item-prices .item-price { margin: 12px 0 0; }
.tpl-block-list-objects.big .item-buttons { grid-area: item-buttons; text-align: right; }
.tpl-block-full { margin-bottom: 80px; }
.tpl-block-full section { margin-top: var(--box-default-spacing); }
.tpl-block-full section.top { margin-top: 0; display: flex; flex-direction: row; flex-wrap: wrap; align-items: flex-start; gap: var(--box-default-spacing); max-width: 100%; min-width: 100%; }
.tpl-block-full .top-discount-badge { position: absolute; top: 20px; left: 20px; width: 41px; height: 42px; z-index: 100; }
.tpl-block-full .top-discount-badge svg { position: absolute; }
.tpl-block-full .top-discount-badge svg rect { fill: var(--tpl-color-foreground-accent); }
.tpl-block-full .top-discount-badge .value { color: #FFF; font-size: 12px; font-weight: 500; position: absolute; top: 10px; width: 41px; text-align: center; }
.tpl-block-full .top-gallery { position: relative; }
.tpl-block-full .top-gallery .fotorama-container { min-width: 100%; }
.tpl-block-full .top-gallery .fotorama img { max-width: 90vw; }
.tpl-block-full .top-gallery .fotorama.not-ready { max-height: 520px; height: 520px; width: 100%; overflow: hidden; opacity: 0; }
.tpl-block-full .top-gallery .fotorama__stage { border-radius: var(--box-border-radius); border: 1px solid var(--tpl-color-background-main-dark, #DFDFDF); }
.tpl-block-full .top-gallery .fotorama__thumb-border { border-radius: var(--box-border-radius); border-color: var(--tpl-color-brand, #5B91F6); }
.tpl-block-full .top-gallery .fotorama__thumb { border-radius: var(--box-border-radius); border: 1px solid var(--tpl-color-background-main-dark, #DFDFDF); }
.tpl-block-full .top-properties { flex-grow: 1; }
.tpl-block-full .property { display: flex; flex-direction: row; align-items: flex-start; gap: 10px; margin-bottom: 20px; }
.tpl-block-full .property .name { width: 167px; color: var(--tpl-color-foreground-main-lightest); flex-shrink: 0; }
.tpl-block-full .property .value { flex-grow: 1; }
.tpl-block-full .property.variants { --inner-padding: 8px; }
.tpl-block-full .property.variants .name { padding-top: var(--inner-padding); }
.tpl-block-full .variant-list { display: flex; flex-direction: row; align-items: stretch; flex-wrap: wrap; gap: 8px; }
.tpl-block-full .variant-list a { border: 1px solid rgba(0, 0, 0, 0.09); border-radius: var(--box-border-radius); padding: var(--inner-padding); text-decoration: none; color: var(--tpl-color-foreground-main); }
.tpl-block-full .variant-list a.missing { opacity: 0.5; }
.tpl-block-full .variant-list span.none { padding-top: var(--inner-padding); }
.tpl-block-full .variant-list a.selected { border-color: var(--tpl-color-brand); }
.tpl-block-full .top-price { border-radius: var(--box-border-radius); background: var(--tpl-color-background-main-dark, #F5F5F5); padding: 30px 30px 20px 30px; min-width: 312px; }
.tpl-block-full .top-price .item-price { font-size: 1.6em; font-weight: 500; padding-right: 8px; white-space: nowrap; }
.tpl-block-full .top-price .original-price { text-decoration: line-through; color: var(--tpl-color-foreground-main-lightest); white-space: nowrap; }
.tpl-block-full .top-price .info { margin: 20px 0 10px; }
.tpl-block-full .top-price .cart-buttons { margin-top: 20px; white-space: nowrap; }
.tpl-block-full .top-price .cart-button { display: inline-block; margin: 0 10px 10px 0; }
.tpl-block-full .top-price .cart-button:last-of-type { margin-right: 0; }
.tpl-block-full section > h3 { margin: 0 0 30px 0; }
.tpl-block-full .details-section .details { margin-bottom: 20px; }
.tpl-block-full .add-comment .tpl-caption { display: block; }
.tpl-block-full .add-comment label, .tpl-block-full .add-comment input[type="text"], .tpl-block-full .add-comment textarea { width: 100%; }
