

/* Start:/local/templates/toyama/components/bitrix/catalog/toyama/style.css?178826831964648*/
body {
background: #FFFFFF;
    color: #000000;
}

:root {
--category-header-height: 76px;
    --category-sticky-gap: 12px;
}

#product-category.container-new {
padding-top: 1.5rem;
	padding-bottom: 3rem;
}

#product-category .category-breadcrumbs {
margin-bottom: 1rem;
}

#product-category .category-breadcrumbs .breadcrumb {
	padding: 0.5rem 0;
	margin-bottom: 0;
	font-size: 13px;
	color: #000000;
}

@media (min-width: 992px) {
#product-category .category-breadcrumbs-mobile {
display: none;
}

#product-category #column-left {
align-self: flex-start;
}

#product-category #column-left .category-sidebar-sticky {
position: sticky;
	top: calc(var(--category-header-height) + var(--category-sticky-gap));
	padding-left: 2px;
	padding-right: 2px;
}

#product-category #column-left .tf-container.sticky-top {
position: static !important;
        top: auto !important;
}

#product-category #column-left .category-breadcrumbs {
margin: 0 0 1rem;
}

#product-category #content .category-top-wrapper {
margin-top: 3rem;
}
}

@media (max-width: 991px) {
#product-category.container-new {
padding-top: 1rem;
}

#product-category .category-breadcrumbs-desktop {
display: none;
}

#product-category .category-breadcrumbs {
margin-bottom: 0.5rem;
}

#product-category #content .category-top-wrapper {
margin-top: 0;
        margin-bottom: 0.5rem;
        gap: 0.5rem;
}

#product-category .page-heading-container {
margin-bottom: 0;
}

#product-category .page-heading {
overflow: visible;
}

#product-category .page-heading a {
margin-right: 0.35rem;
}

#product-category .wishlist-compare.this-one {
display: none !important;
        margin: 0 !important;
}

#product-category #content > .d-flex.flex-column {
row-gap: 0.75rem !important;
}

#product-category .product-grid-nav {
margin-bottom: 0;
}

#product-category .wishlist-compare-mobile {
margin: 0;
        padding: 0;
}

#product-category .tf-header {
display: flex;
        margin-bottom: 0.75rem;
}
}

#product-category .filters-page-block-bottom .filters-page-block-link {
z-index: auto;
}

.--card {
position: relative;
    padding: 20px 20px 10px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    background-color: #FFFFFF;
    border: 1px solid var(--bg-color-2);
    border-radius: 6px;
    top: 0;
    transition: box-shadow .3s, top .2s;
}

.--card:hover {
top: -5px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

.new-sticker {
position: absolute;
    top: 10px;
    left: 10px;
    background-color: black;
    border-radius: 7px;
    padding: 5px 10px;
    color: white;
    font-size: 12px;
    margin-right: 10px;
    margin-bottom: 5px;
    font-weight: 900;
}

.tf-value-category {
cursor: pointer;
    font-weight: normal;
    font-style: normal;
    display: flex;
    font-size: 13px;
    width: 100%!important;
    color: #353535;
    flex-wrap: nowrap;
    align-items: flex-start;
    text-decoration: none;
    text-transform: none;
    padding: 0;
    line-height: 1.5;
    margin-bottom: 6px;
    background: transparent;
    box-shadow: none;
    border: 0;
    outline: 0;
}

.tf-value-category div,
.tf-value-category div span {
transition: all .2s;
}

.tf-value-category:hover div,
.tf-value-category:hover div span {
color: var(--red);
}

.product-grid-nav {
display: flex;
    align-items: flex-end;
    justify-content: space-between;
    column-gap: 1em;
}

.product-grid-nav > div > .view-options {
display: flex;
    align-items: center;
    justify-content: space-between;
    border-collapse: collapse;
}

@keyframes blink {
    0% {
        color: initial;
    }
    50% {
        color: var(--red)
    }
    99% {
        color: initial;
    }
}

.product-grid-nav > div > .view-options a i {
animation-name: blink;
    animation-direction: alternate;
    animation-duration: .8s;
    animation-iteration-count: 3;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
}

.product-grid-nav > div > .view-options a:first-child {
border-radius: 5px 0 0 5px;
    border-right: none;
}

.product-grid-nav > div > .view-options a:last-child {
border-radius: 0 5px 5px 0;
}

.product-grid-nav > div > .view-options a {
border: 1px solid var(--bg-color-2);
    padding: 10px;
    height: 40px;
    background-color: #fff;
}

.product-grid-nav > div > .view-options i {
font-size: 16px;
    transition: color .2s;
}

.product-grid-nav > div > .view-options i:hover,
.product-grid-nav > div > .view-options .active i {
color: var(--red);
}

.product-grid-nav .form-control {
max-width: max-content;
    border: 1px solid var(--bg-color-2);
    border-radius: 5px;
    color: var(--font-color-1);
    background-color: #FFFFFF;
}

@media only screen and (max-width: 576px) {
.product-grid-nav > div {
width: 100%;
        justify-content: space-between;
}
}

@media only screen and (min-width: 576px) {
.product-grid-nav > div {
justify-content: normal;
}
}

.nav-label {
margin-bottom: .5em;
}

.wishlist-compare,
.wishlist-compare-mobile {
font-size: 15px;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 5px;
    column-gap: 1em;
}

.wishlist-compare {
display: none;
    align-items: center;
}

.wishlist-compare-mobile {
align-items: start;
}

.wishlist-compare a {
display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
    gap: 5px;
}

.wishlist-compare a > div {
position: relative;
    height: 100%;
}

.wishlist-compare a i {
font-size: 30px;
    margin-right: 5px;
}

.wishlist-compare a > span {
color: #0b0b0b;
    margin-bottom: 5px;
}

#wishlist-total,
#compare-total {
display: inline-grid;
    place-items: center;
    color: #FFFFFF;
    height: 20px;
    font-size: 10px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background-color: var(--red);
}

.wishlist-compare #wishlist-total,
.wishlist-compare #compare-total {
position: absolute;
    right: -5px;
    top: -5px;
}

.wishlist-compare-mobile {
font-size: 16px;
    padding: 7px;
    justify-content: start;
}

.wishlist-compare-mobile a,
.wishlist-compare-mobile a > div {
display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    text-decoration: none;
    color: inherit;
}

.wishlist-compare-mobile a:hover,
.wishlist-compare-mobile a:focus {
text-decoration: none;
    color: inherit;
}

.wishlist-compare-mobile i {
font-size: 20px;
}

@media (max-width: 576px) {
.wishlist-compare {
display: none;
}

.wishlist-compare-mobile {
display: flex;
}
}

@media (min-width: 576px) {
.wishlist-compare {
display: flex;
}

.wishlist-compare-mobile {
display: none;
}
}

.tf-content {
overflow-x: hidden;
    border-radius: 15px;
}

#product-category .tf-content {
overflow: visible;
    border-radius: 0;
}

.tf-value-slider {
padding: 10px 20px !important;
}

.tf-filter-name {
color: #333 !important;
}

.products {
opacity: 1;
    transition: opacity .2s;
}

.products {
display: grid;
    column-gap: 1em;
    row-gap: 1.5em;
}

.product-tile {
display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    align-items: end;
    height: 400px;
}

.product-top {
width: 100%;
    height: max-content;
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
    margin-bottom: 15px;
}

.special-sticker {
position: absolute;
    top: 10px;
    left: 10px;
    background-color: var(--red);
    border-radius: 7px;
    padding: 5px 10px;
    color: white;
    font-size: 12px;
    margin-right: 10px;
    margin-bottom: 5px;
    font-weight: 900;
}

.product-tile .icon-menu {
width: 3em;
    font-size: 18px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    align-self: center;
    height: max-content;
    opacity: 0;
    transition: opacity .2s;
}

.product-tile:hover .icon-menu {
opacity: 1;
}

.wtis-id {
font-size: 12px;
    color: #999;
}

.product-center {
display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 280px;
    position: relative;
    width: 60%;
    text-align: right;
    z-index: 1;
}

.product-center .img-link {
grid-row: 1 / 4;
    position: absolute;
    top: 0;
    right: 120px;
    width: 300px;
    z-index: -1;
}

.product-center .img-link > img {
width: 100%;
    object-fit: cover;
}

.product-title {
display: block;
    font-size: 22px;
    font-weight: 900;
    font-family: var(--font-family-2);
    margin-bottom: 20px;
    line-height: 1.1em;
    word-wrap: break-word;
}

.product-attributes {
margin-left: auto;
    width: 80%;
    font-size: 12px;
    flex-grow: 1;
    height: 205px;
    overflow: hidden;
}

.product-price {
font-family: var(--font-family-2);
    font-weight: 900;
}

.promo {
display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    justify-content: end;
}

.current-price {
font-weight: 900;
    font-size: 22px;
}

.current-price.new-price {

}

.old-price {
text-decoration: line-through;
    font-weight: 500;
    font-size: 14px;
    color: #999;
}

.product-bottom {
height: 60px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
}

.product-tile .icon-menu i {
font-size: inherit;
    font-weight: bold;
    transition: color .2s;
}

.product-tile  .icon-menu i:hover {
color: var(--red);
}

.button-more-wrapper {
position: absolute;
    right: 20px;
    width: max-content;
    height: max-content;
    overflow: hidden;
    border-radius: 20px;
    background-color: #2a2a2f;
    box-shadow: -10px 0px 10px 10px #fff;
}

.button-more-wrapper::before {
content: "";
    position: absolute;
    width: 150%;
    height: 100%;
    background-color: var(--red);
    left: -200%;
    transform: skew(-30deg);
    animation-name: slide-out;
    animation-duration: .5s;
    animation-fill-mode: forwards;
}

.button-more-wrapper:hover {

}

.button-more-wrapper:hover::before {
animation-name: slide-in;
    animation-duration: .5s;
    animation-fill-mode: forwards;
}

@keyframes slide-in {
    to {
        left: -10%;
    }
}

@keyframes slide-out {
    0% {
        left: -10%;
    }
    100% {
        left: 200%;
    }
}

.product-bottom .button-more {
position: relative;
    width: 40px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    flex-grow: 1;
    padding: 9px;
    background-color: transparent;
    border-radius: 20px;
    transition: padding .2s,max-width .2s;
}

.product-tile:hover .product-bottom .button-more {
width: max-content;
    max-width: 150px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: .5em;
    height: 40px;
    flex-grow: 1;
    padding: 9px 25px;
}

.product-bottom .button-more > span {
display: none;
}

.product-tile:hover .product-bottom .button-more > span {
display: inline-block;
}

.product-bottom .button-more > i {
position: absolute;
    display: inline-block;
}

.product-tile:hover .product-bottom .button-more > i {
display: none;
    opacity: 0;
}

.product-bottom .button-more:hover {
color: var(--font-color-1);
}

.product-bottom .button-more i {
color: #FFF;
    font-size: 18px;
}

.product-bottom .button-more span {
color: #FFF;
}

#search_page {
display: flex;
    align-items: flex-end;
    max-height: max-content;
    gap: 1em;
    margin-bottom: 1em;
}

#search_page .control-label {
margin-bottom: 0;
}

#search_page .label {
font-size: 16px;
    margin-bottom: 5px;
}

#category-banner {
width: 100%;
    height: auto;
    overflow: hidden;
}

#category-banner .banner-img {
width: 100%;
    height: auto;
}

#category-banner-mobile {
display: none;
    width: 100%;
    height: auto;
    overflow: hidden;
}

#category-banner-mobile .banner-img {
width: 100%;
    height: auto;
}

@media (max-width: 768px) {
#category-banner {
display: none;
}

#category-banner-mobile {
display: block;
}
}

.button.-icon-button {
height: 40px;
    width: 40px;
    padding: 3px 5px 5px;
    font-size: 22px;
    border: 1px solid var(--bg-color-2);
    border-radius: 5px;
    color: var(--font-color-1);
    background-color: #FFFFFF;
}

.products-table {
width: 100%;
    font-size: 12px;
}

.products-table th.smol {
max-width: 100px;
}

.products-table td,
.products-table th {
padding: 3px 8px;
}

.products-table tr .img-link {
display: block;
    width: 90px;
}

.products-table:not(.active),
.products-grid:not(.active) {
display: none;
}

.col-fix {
min-width: 100px;
    word-wrap: break-word;
    word-break: break-all;
    overflow-wrap: break-word;
    white-space: normal;
}

.products-table .product-model {
display: none;
}

.products-table .product-price,
.products-table .product-price .promo {
display: flex;
    flex-direction: column;
    justify-content: start;
}

.products-table .product-price .current-price {
font-weight: 400;
    font-size: 16px;
}

@media (min-width: 576px) {
.products-table .product-model {
display: table-cell;
}

.products-table {
font-size: 15px;
}

.products-table td,
.products-table th {
padding: 5px 15px;
}
}

.product-card-new {
display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-family: 'Ubuntu', sans-serif;
	min-width: 0;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	height: 100%;
	box-sizing: border-box;
}

.product-card-new.--card {
padding: .75rem;
}

.product-card-new .product-head {
	min-width: 0;
}

.product-card-new .product-head-top {
display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem;
    padding-bottom: .5rem;
    margin-bottom: .5rem;
    border-bottom: 1px solid #000000;
	min-width: 0;
}

.product-card-new .product-head-top .product-name {
font-weight: 600;
    font-size: 20px;
	line-height: 1.25;
    color: #000;
    text-decoration: none;
	min-width: 0;
	flex: 1 1 auto;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	word-break: break-word;
}

.product-card-new .product-head-top .wrapper {
display: flex;
    flex-direction: column;
    justify-content: center;
    gap: .5rem;
	flex: 0 0 auto;
}

.product-card-new .product-head-top .wrapper a img {
width: 16px;
    height: 16px;
    object-fit: contain;
    display: block;
    flex-shrink: 0;
}

.product-card-new .product-head-attrs {
display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: .75rem;
    min-height: 60px;
    font-size: 12px;
}

.product-card-new .product-head-attrs :nth-child(2) {
justify-self: center;
}

.product-card-new .product-head-attrs :nth-child(3) {
justify-self: end;
}

.product-card-new .product-body {

}

.product-card-new .product-footer {
position: relative;
    display: flex;
    align-items: end;
    justify-content: space-between;
    width: 100%;
    min-height: 56px;
    padding: .5rem 0;
}

.product-card-new .special-sticker,
.product-card-new .new-sticker {
top: 60%;
    left: 0;
    margin: 0;
    padding: .75rem;
    border-radius: 0 0 10px 10px;
    transform: rotate(-90deg);
    transform-origin: top left;
    text-transform: lowercase;
    font-size: 18px;
    font-weight: 500;
    background: #DB0303;
}

.f-carousel .product-card-new.f-carousel__slide {
width: 300px;
}

.product-card-new .product-footer .button-more-wrapper {
bottom: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background-color: #2a2a2f;
    border-radius: 50%;
    box-shadow: -10px 0 10px 10px #fff;
    overflow: hidden;
}

.product-card-new .product-footer  .button-more {
position: relative;
    width: 40px;
    min-width: 40px;
    max-width: 40px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    flex-grow: 0;
    flex-shrink: 0;
    padding: 0;
    background-color: transparent;
    border-radius: 50%;
    box-sizing: border-box;
    transition: padding .2s, max-width .2s, width .2s, border-radius .2s;
}

.product-card-new:hover .product-footer .button-more-wrapper {
width: max-content;
    height: 40px;
    border-radius: 20px;
}

.product-card-new:hover .product-footer  .button-more {
width: max-content;
    min-width: 40px;
    max-width: 150px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: .5em;
    height: 40px;
    flex-grow: 0;
    padding: 0 25px;
    border-radius: 20px;
}

.product-card-new .product-footer .button-more > span {
display: none;
}

.product-card-new:hover .product-footer  .button-more > span {
display: inline-block;
}

.product-card-new .product-footer  .button-more > i {
position: absolute;
    display: inline-block;
}

.product-card-new:hover .product-footer  .button-more > i {
display: none;
    opacity: 0;
}

.product-card-new .product-footer  .button-more:hover {
color: var(--font-color-1);
}

.product-card-new .product-footer  .button-more i {
color: #FFF;
    font-size: 18px;
}

.product-card-new .product-footer  .button-more span {
color: #FFF;
}

.page-heading-container {
display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.product-sort,
.options {
display: flex;
    flex-direction: row;
    align-items: center;
    gap: .5rem;
}

.product-sort .nav-label,
.options .nav-label {
margin-bottom: 0;
}

.product-grid-nav .form-control {
max-width: max-content;
    height: 40px;
    padding: 0 2rem 0 1rem;
    font-size: 14px;
    line-height: 38px;
    box-sizing: border-box;
    border-color: transparent;
    border-radius: 12px;
    color: #000000;
    background-color: #D8DEDF;
    transition: border-color .2s;
}

.product-grid-nav .form-control:hover {
border-color: #000000;
}

#product-category .category-top-wrapper {
display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 1rem;
    margin-bottom: 2rem;
}

#product-category .category-top-wrapper .page-heading-container {
margin: 0;
    display: flex;
    align-items: center;
}

.wishlist-compare {
column-gap: 1.5rem;
}

#product-category .product-grid-nav > div:last-child {
display: flex;
	align-items: center;
	gap: 0.35rem;
}

#product-category .button.-icon-button {
display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	width: 40px;
	padding: 0;
	border: 1px solid #D8DEDF;
	border-radius: 12px;
	color: #000000;
	background-color: #FFFFFF;
	transition: border-color .2s, background-color .2s;
	cursor: pointer;
}

#product-category .button.-icon-button i {
display: block;
	width: 14px;
	height: 14px;
	margin: 0;
	padding: 0;
	font: normal normal normal 14px/14px FontAwesome;
	color: #000000;
	text-align: center;
	line-height: 14px;
}

#product-category .button.-icon-button i::before {
display: block;
	line-height: 14px;
	text-align: center;
}

#product-category #grid-view.active,
#product-category #list-view.active {
background-color: #D8DEDF;
	border-color: #D8DEDF;
}

#product-category .button.-icon-button:hover {
border-color: #000000;
}

#product-category #grid-view.active:hover,
#product-category #list-view.active:hover {
border-color: #D8DEDF;
}

.wishlist-compare a {
display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-items: center;
    gap: 1rem;
    text-decoration: none;
    color: inherit;
}

.wishlist-compare a:hover,
.wishlist-compare a:focus {
text-decoration: none;
    color: inherit;
}

.wishlist-compare a > span {
text-decoration: none;
}

.wishlist-compare a img {
width: 28px;
    height: 28px;
    object-fit: contain;
}

#product-category .tf-content .tf-value-count {
background-color: #D8DEDF;
    border-radius: 5px;
}

#product-category .tf-content .tf-value-input-checkbox::before {
border-radius: 5px;
}

#product-category .tf-content .smart-filter-slider-handle {
border: none;
    width: 20px;
    height: 20px;
    top: -1px;
    margin-top: -10px;
    box-shadow: none;
}

#product-category .tf-content .tf-input-group-addon {
background: #ECEEF2;
}

#product-category #tf-filter-categories .tf-value-category,
#product-category .tf-content .tf-value-category {
display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	padding: 1rem 1.25rem;
	background: #FFFFFF;
	border: 1px solid #D8DEDF;
	border-radius: 12px;
	overflow: visible;
	margin-bottom: 6px;
	font-size: 13px;
	color: #353535;
	text-decoration: none;
}

#product-category .tf-content .tf-value-category .tf-value-name {
flex: 1 1 auto;
	min-width: 0;
	overflow: visible;
	padding-left: 1px;
}

#product-category .tf-content .tf-value-category .tf-value-append {
flex: 0 0 auto;
	margin-left: auto;
	min-width: auto;
}

#product-category .tf-content .tf-value-category .tf-value-count {
display: inline-block;
	min-width: 28px;
	padding: 2px 8px;
	text-align: center;
	background-color: #D8DEDF;
	border-radius: 5px;
	margin-top: 0;
}

#product-category .wishlist-compare.this-one {
margin: 0;
    align-self: center;
    flex-shrink: 0;
}

.products-table .product-promo-labels {
white-space: nowrap;
}

.products-table-label {
display: inline-block;
    border-radius: 7px;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.2;
}

.products-table-label + .products-table-label {
margin-top: 4px;
}

.products-table-label-sale {
background-color: var(--red);
    color: #fff;
}

.products-table-label-new {
background-color: var(--red);
    color: #fff;
}

:root {
--font-color-1: #000000;
	--font-color: #353535;
	--font-red: #df0024;
	--bg-color-2: #D8DEDF;
}

#product-category .row {
display: flex;
	flex-wrap: wrap;
	margin-left: -12px;
	margin-right: -12px;
}

#product-category .row > [class*="col-"] {
padding-left: 12px;
	padding-right: 12px;
	width: 100%;
	min-width: 0;
	box-sizing: border-box;
}

#product-category #content {
	min-width: 0;
	overflow: hidden;
}

#product-category .breadcrumb {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0;
	background: transparent;
}

#product-category .breadcrumb-item + .breadcrumb-item::before {
	content: "/";
	padding: 0 0.5rem;
	color: #000000;
}

#product-category .breadcrumb-item,
#product-category .breadcrumb-item:last-child {
	color: #000000;
	font-weight: 400;
}

#product-category .breadcrumb-item a {
	color: #000000;
	text-decoration: none;
	font-weight: 400;
	transition: color 0.2s;
}

#product-category .breadcrumb-item a:hover {
	color: var(--font-red, var(--red, #df0024));
}

#product-category .page-heading {
display: flex;
	align-items: center;
	gap: 0.35rem;
	margin: 0;
	font-style: italic;
	font-size: 42px;
	font-weight: 800;
	line-height: 1;
	color: #444;
}

#product-category .page-heading span {
color: #444;
}

#product-category .page-heading a {
display: inline-flex;
	align-items: center;
	line-height: 0;
}

#product-category .page-heading img {
width: 36px;
	height: auto;
}

#product-category .flex-column {
flex-direction: column;
}

#product-category .h-100 {
height: 100%;
}

#product-category .justify-content-between {
justify-content: space-between;
}

#product-category .align-items-end {
align-items: flex-end;
}

#product-category .flex-wrap {
flex-wrap: wrap;
}

#product-category .text-center {
text-align: center;
}

#product-category .product-grid-nav .form-control {
height: 40px;
	padding: 0 2rem 0 1rem;
	line-height: 38px;
	box-sizing: border-box;
}

#product-category .product-grid-nav #input-limit {
padding-right: 1.75rem;
}

#product-category .button {
cursor: pointer;
	background: #fff;
}

#product-category .button-more {
display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: #fff;
	border-radius: 50%;
}

#product-category .product-card-new .product-head-top a,
#product-category .product-card-new .product-name,
#product-category .products-table a {
color: #000;
	text-decoration: none;
}

#product-category .product-card-new .product-head-top a:hover,
#product-category .product-card-new .product-name:hover,
#product-category .products-table a:hover {
color: #000;
	text-decoration: none;
}

#product-category .product-card-new .product-head-top .wrapper a {
display: inline-flex;
	line-height: 0;
}

#product-category .product-card-new .product-body .img-link {
display: flex;
	align-items: center;
	justify-content: center;
	min-height: 220px;
	width: 100%;
}

#product-category .product-card-new .product-body .img-link img {
max-height: 220px;
	width: auto;
}

#product-category .product-card-new .product-body .img-link img.img-placeholder {
display: block;
	width: auto;
	max-width: 120px;
	max-height: 120px;
	margin: 0 auto;
	object-fit: contain;
}

#product-category .products-table .img-link img.img-placeholder {
width: 64px;
	height: 64px;
	object-fit: contain;
}

#product-category .products-table {
border-collapse: collapse;
	border: 1px solid var(--bg-color-2);
}

#product-category .products-table th,
#product-category .products-table td {
border: 1px solid var(--bg-color-2);
	vertical-align: middle;
}

#product-category .products-table thead th {
font-weight: 700;
	text-align: left;
	background-color: #f7f8f8;
}

#product-category .product-card-new .product-footer .button-more-wrapper {
position: absolute;
	right: 0;
	bottom: 0;
	width: 40px;
	height: 40px;
	background-color: #2a2a2f;
	border-radius: 50%;
	box-shadow: -10px 0 10px 10px #fff;
	overflow: hidden;
}

#product-category .product-card-new:hover .product-footer .button-more-wrapper {
width: max-content;
	height: 40px;
	border-radius: 20px;
}

#product-category .product-card-new .product-footer .button-more {
background-color: transparent;
	border-radius: 50%;
}

#product-category .product-new-price .current-price {
	font-weight: 900;
	font-size: 22px;
}

#product-category .old-price {
text-decoration: line-through;
	font-size: 14px;
	color: #666;
}

#product-category .product-body .img-link {
display: block;
	text-align: center;
}

#product-category .product-body .img-link img {
max-width: 100%;
	height: auto;
	object-fit: contain;
}

#product-category .tf-header {
display: none;
}

#product-category .catalog-empty {
text-align: center;
	padding: 3rem 1rem;
}

#product-category .catalog-empty h2 {
margin: 0 0 0.5rem;
}

#product-category .category-intro {
	margin-top: 2.5rem;
	padding-top: 1.5rem;
	color: #333;
	font-size: 15px;
	line-height: 1.55;
}

#product-category .category-intro h2 {
	margin: 0 0 1rem;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.3;
	color: #111;
}

#product-category .category-intro p {
	margin: 0 0 1rem;
}

#product-category .category-intro ul {
	margin: 0 0 1rem;
	padding-left: 1.25rem;
}

#product-category .category-intro li {
	margin-bottom: 0.5rem;
}

#product-category .category-intro li:last-child {
	margin-bottom: 0;
}

#product-category .catalog-pagination {
margin-top: 1.5rem;
	padding-top: 20px;
}

#product-category .catalog-pagination .pagination {
display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	column-gap: 0.5rem;
	row-gap: 0.5rem;
	list-style: none;
	padding: 0;
	margin: 0;
}

#product-category .catalog-pagination .pagination > li {
margin: 0;
	padding: 0;
	list-style: none;
}

#product-category .catalog-pagination .page-link {
display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	box-sizing: border-box;
	color: #000;
	border: 1px solid #D8DEDF;
	border-radius: 12px;
	background-color: #FAFAFF;
	text-decoration: none;
	font-size: 14px;
	line-height: 1;
}

#product-category .catalog-pagination li.page-link.-current {
background-color: #000;
	border-color: #000;
}

#product-category .catalog-pagination li.page-link.-current span {
color: #fff;
}

#product-category .catalog-pagination a.page-link:hover {
border-color: #000;
}

#product-category .catalog-pagination .page-link.dots {
border: none;
	background: transparent;
}

@media (min-width: 992px) {
#product-category .col-lg-3 {
flex: 0 0 25%;
		max-width: 25%;
}

#product-category .col-lg-9 {
flex: 0 0 75%;
		max-width: 75%;
}
}

#product-category .products:not(.-rows) {
	align-items: stretch;
	width: 100%;
	min-width: 0;
}

#product-category .products:not(.-rows) > .product-card-new,
#product-category .products:not(.-rows) > .--card {
	min-width: 0;
	max-width: 100%;
}

#product-category .product-card-new .product-body,
#product-category .product-card-new .product-body .img-link {
	min-width: 0;
	max-width: 100%;
}

#product-category .product-card-new .product-body .img-link img {
	max-width: 100%;
	height: auto;
	object-fit: contain;
}

@media (min-width: 576px) {
#product-category .products:not(.-rows) {
grid-template-columns: repeat(1, 1fr);
}
}

@media (min-width: 768px) {
#product-category .products:not(.-rows) {
grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 992px) {
#product-category .tf-content {
display: block;
		max-width: 200px;
}
}

@media (min-width: 1200px) {
#product-category .products:not(.-rows) {
grid-template-columns: repeat(2, 1fr);
}

#product-category .tf-content {
max-width: 250px;
}
}

@media (min-width: 1500px) {
#product-category .products:not(.-rows) {
grid-template-columns: repeat(4, 1fr);
}

#product-category .tf-content {
max-width: 300px;
}
}

@media (min-width: 2000px) {
#product-category .products:not(.-rows) {
grid-template-columns: repeat(4, 1fr);
}

#product-category .tf-content {
max-width: 320px;
}
}

@media (max-width: 991px) {
#product-category #column-left {
display: none;
}

#product-category .tf-btn-mobile-static {
display: block;
		margin-bottom: 0.5rem;
}

#product-category .tf-btn-mobile-static .tf-btn {
display: inline-flex;
		align-items: center;
		gap: 0.5rem;
		padding: 0.5rem 1rem;
		border: 1px solid var(--bg-color-2);
		border-radius: 12px;
		background: #fff;
		cursor: pointer;
		font-size: 14px;
}
}

@media (min-width: 992px) {
#product-category .tf-btn-mobile-static {
display: none;
}
}

#product-compare {
	padding-top: 1.25rem;
	padding-bottom: 2.5rem;
	min-height: calc(100vh - 320px);
}

body:has(#product-compare),
body:has(#product-compare) .site-main {
	background: #FAFAFF;
}

#product-compare .page-breadcrumbs,
#product-compare .compare-topbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: nowrap;
	gap: 1.5rem;
	margin-bottom: 1rem;
	min-height: 40px;
}

#product-compare .breadcrumb {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.4;
	color: #000;
	min-width: 0;
	flex: 1 1 auto;
	background: transparent;
}

#product-compare .breadcrumb-item {
	display: inline;
	color: #000;
	font-weight: 400;
}

#product-compare .breadcrumb-item:not(:last-child)::after {
	content: "/";
	display: inline;
	padding: 0 0.4em;
	color: #000;
	font-weight: 400;
}

#product-compare .breadcrumb-item a,
#product-compare .breadcrumb-item span {
	color: #000;
	text-decoration: none;
	font-size: 15px;
	font-weight: 400;
	transition: color 0.2s;
}

#product-compare .breadcrumb-item a:hover {
	color: var(--font-red, var(--red, #df0024));
	text-decoration: none;
}

#product-compare .page-back-link,
#product-compare .compare-back {
	display: inline-flex;
	align-items: center;
	flex: 0 0 auto;
	gap: 0.45rem;
	margin-left: auto;
	color: #000;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
	text-decoration: none;
	white-space: nowrap;
}

#product-compare .page-back-link:hover,
#product-compare .compare-back:hover {
	color: #000;
	text-decoration: none;
}

#product-compare .page-back-link .fa-reply,
#product-compare .compare-back .fa-reply {
	font-size: 15px;
	line-height: 1;
}

#product-compare .compare-title {
	margin: 0 0 1.5rem;
	font-weight: 700;
	font-size: 32px;
	line-height: 1.2;
	color: #0b0b0b;
}

#product-compare .compare-empty {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	min-height: 42vh;
	padding: 3rem 1rem 4rem;
	gap: 1.5rem;
}

#product-compare .compare-empty__text {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.5rem;
}

#product-compare .compare-empty__heading {
	margin: 0;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.2;
	color: #0b0b0b;
}

#product-compare .compare-empty__message {
	margin: 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	color: #8a8f94;
}

#product-compare .compare-empty__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 200px;
	height: 40px;
	padding: 0 28px;
	border-radius: 20px;
	background: #0b0b0b;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	text-transform: uppercase;
	text-decoration: none;
	transition: background .15s ease;
}

#product-compare .compare-empty__btn:hover {
	background: var(--red, #df0024);
	color: #fff;
	text-decoration: none;
}

.compare-table-scroll {
	overflow-x: auto;
	width: 100%;
}

.compare-table {
	border-collapse: collapse;
	width: max-content;
	min-width: 100%;
	max-width: 100%;
	table-layout: auto;
	border: 1px solid #e3e6e8;
	font-size: 14px;
}

.compare-table th,
.compare-table td {
	border: 1px solid #e3e6e8;
	padding: 12px 16px;
	vertical-align: middle;
	text-align: left;
	color: #0b0b0b;
}

.compare-table td {
	min-width: 180px;
	max-width: 280px;
	width: 220px;
}

.compare-table tbody tr:not(.compare-group) > th {
	width: 300px;
	min-width: 280px;
	max-width: 340px;
	font-weight: 400;
	background-color: #fff;
	color: #0b0b0b;
}

.compare-table .compare-group th {
	font-weight: 700;
	background-color: #fbfbfc;
	font-size: 14px;
	white-space: nowrap;
	min-width: 0;
	max-width: none;
}

.compare-table .compare-row-photo td {
	text-align: center;
}

.compare-table .compare-row-photo td img {
	max-width: 120px;
	max-height: 130px;
	width: auto;
	height: auto;
	object-fit: contain;
}

.compare-table .compare-row-name a {
	color: #0b0b0b;
	text-decoration: none;
}

.compare-table .compare-row-name a:hover {
	color: var(--red);
}

.compare-table .compare-old-price {
	color: #8a8f94;
	text-decoration: line-through;
	margin-right: 0.4rem;
}

.compare-table .compare-new-price,
.compare-table .compare-current-price {
	color: #0b0b0b;
}

.compare-table .compare-row-actions td {
	text-align: center;
	vertical-align: top;
}

.compare-table .compare-actions {
	display: inline-flex;
	flex-direction: column;
	align-items: stretch;
	gap: 8px;
	min-width: 140px;
	max-width: 180px;
	margin: 0 auto;
}

.compare-table .compare-btn-detail,
.compare-table .compare-btn-remove {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	min-width: 140px;
	height: 40px;
	padding: 9px 18px;
	border-radius: 20px;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	transition: all 0.15s ease 0.05s;
	box-sizing: border-box;
}

.compare-table .compare-btn-detail {
	background-color: #0b0b0b;
}

.compare-table .compare-btn-remove {
	margin-top: 0;
	background-color: var(--red);
}

.compare-table .compare-btn-detail:hover {
	background-color: var(--red);
}

.compare-table .compare-btn-remove:hover {
	opacity: 0.9;
}

.js-compare-add.is-active img,
.js-wishlist-add.is-active img {
	filter: brightness(0) saturate(100%) invert(12%) sepia(95%) saturate(7482%) hue-rotate(0deg) brightness(90%) contrast(115%);
}

.compare-toast {
	position: fixed;
	top: calc(var(--category-header-height, 76px) + 24px);
	right: 20px;
	z-index: 10000;
	display: flex;
	align-items: stretch;
	width: 300px;
	background: #fff;
	border: none;
	border-radius: 1px;
	box-shadow: 0 2px 20px rgba(0, 0, 0, 0.55);
	overflow: hidden;
	opacity: 0;
	transform: translate3d(110%, 0, 0);
	transition: opacity 0.5s ease, transform 0.5s ease;
}

.compare-toast.is-visible {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

.compare-toast__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 60px;
	background: #00de7a;
}

.compare-toast.is-error .compare-toast__icon {
	background: var(--red);
}

.compare-toast__icon i {
	color: #fff;
	font-size: 20px;
}

.compare-toast__body {
	min-width: 240px;
	padding: 15px;
	background: #fff;
	color: #666;
	font-size: 12px;
	line-height: 17px;
}

.compare-toast__body a {
	color: #50A8FF;
	font-size: 12px;
	text-decoration: underline;
}

.compare-toast__body a:hover {
	text-decoration: none;
}

@media (max-width: 575px) {
	.compare-toast {
		right: 12px;
		left: 12px;
		width: auto;
	}
}


@keyframes tf-progress {
  from { background-position: 0 0; }
  to { background-position: 1rem 0; }
}

.tf-btn {
display: inline-block;
  padding: 11px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  background-color: #ECEEF2;
  border: 1px solid #D5D5D5;
  border-radius: 4px;
  transition: background-color .3s;
}

[role="button"] {
cursor: pointer;
}

.tf-btn:focus,
.tf-btn:active:focus {
outline: none;
}

.tf-btn:hover,
.tf-btn:focus {
color: #333;
  text-decoration: none;
  background-color: #D0D3D5;
}

.tf-btn:active {
background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 6px rgba(0, 0, 0, .2);
          box-shadow: inset 0 3px 6px rgba(0, 0, 0, .2);
}

.tf-btn.tf-disabled,
.tf-btn[disabled] {
cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 0.65;
}

a.tf-btn.tf-disabled {
pointer-events: none;
}

.tf-input-group {
position: relative; display: table; border-collapse: separate; width: 100%;
}

.tf-input-group .tf-form-control {
font-size: 14px; position: relative; z-index: 2; float: left; width: 100%; margin-bottom: 0;
}

.tf-input-group .tf-form-control:focus {
z-index: 3;
}

.tf-input-group-addon,
.tf-input-group .tf-form-control {
display: table-cell;
}

.tf-input-group-addon:not(:first-child):not(:last-child),
.tf-input-group .tf-form-control:not(:first-child):not(:last-child) {
border-radius: 0;
}

.tf-input-group-addon {
width: 1%; white-space: nowrap; vertical-align: middle;
}

.tf-input-group-addon {
padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #ECEEF2;
  border-radius: 4px;
  border-top: 1px solid #D5D5D5;
  border-bottom: 1px solid #D5D5D5;
}

.tf-input-group .tf-form-control:first-child,
.tf-input-group-addon:first-child {
border-top-right-radius: 0; border-bottom-right-radius: 0;
}

.tf-input-group-addon:first-child {
border-right: 0;
}

.tf-input-group .tf-form-control:last-child,
.tf-input-group-addon:last-child {
border-top-left-radius: 0; border-bottom-left-radius: 0;
}

.tf-input-group-addon:last-child {
border-left: 0;
}

.tf-form-control,
input.tf-form-control,
textarea.tf-form-control {
display: block;
  width: 100%;
  height: 42px;
  padding: 6px 12px;
  margin: 0;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #FFFFFF;
  background-image: none;
  border: 1px solid #D5D5DF;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out .15s, background-color ease-in-out .2s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, background-color ease-in-out .2s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, background-color ease-in-out .2s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, background-color ease-in-out .2s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, background-color ease-in-out .2s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, background-color ease-in-out .2s, -webkit-box-shadow ease-in-out .15s;
}

.tf-form-control:focus,
input.tf-form-control:focus,
textarea.tf-form-control:focus {
border-color: #df0024!important;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.tf-form-control::-moz-placeholder {
color: #999; opacity: 1;
}

.tf-form-control:-ms-input-placeholder {
color: #999;
}

.tf-form-control::-webkit-input-placeholder {
color: #999;
}

.tf-form-control::-ms-expand {
background-color: transparent; border: 0;
}

.tf-form-control[disabled],
.tf-form-control[readonly] {
background-color: #eeeeee; opacity: 1;
}

.tf-form-control[disabled] {
cursor: not-allowed;
}

.tf-hidden {
display:none!important;
}

@-ms-viewport {width:device-width;}

.tf-form-control[type="number"]::-webkit-outer-spin-button,
.tf-form-control[type="number"]::-webkit-inner-spin-button {
-webkit-appearance: none;
  margin: 0;
}

.tf-form-control[type="number"] {
-moz-appearance: textfield;
}

.tf-mobile {
display: none;
}

.tf-container,
.tf-filter-list {
overflow-anchor: auto;
}

.tf-header {
font-size: 20px; line-height: 1.2; display: flex; align-items: center;
}

.tf-filter-header {
display: flex;
  align-items: center;
  font-style: normal;
  line-height: 1.5;
  cursor: default;
}

.tf-filter-name {
color: #0b0b0b; font-size: inherit; font-weight: inherit; line-height: inherit;
}

.tf-filter-header-append {
margin-left: auto; display: flex; align-items: center; order: 9;
}

.tf-filter-header-append > * {
min-width: 16px;
}

.tf-value,
.tf-value:active,
.tf-value:focus,
.tf-value:visited,
.tf-value:hover {
cursor: pointer;
  font-weight: normal;
  font-style: normal;  
  display: flex;
  font-size: 14px;
  width: 100%!important;
  color: #353535;
  flex-wrap: nowrap;
  align-items: flex-start;
  text-decoration: none;
  text-transform: none;
  padding: 0;
  line-height: 1.5;
  margin-bottom: 6px;
  text-transform: none;
  background: transparent;
  box-shadow: none;
  border: none;
  outline: none;
}

.tf-value.tf-disabled,
.tf-value[disabled],
.tf-value:disabled {
color: #AEB5BD;
  cursor: not-allowed;
}

.tf-value-input {
position: relative; width: 16px; height: 16px; flex: 0 0 16px; margin-right: 10px; margin-top: 2px;
}

.tf-value-input::before,
.tf-value-input::after {
content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.tf-value-input::before {
pointer-events: none;
    background-color: #fff;
    border: #adb5bd solid 1px;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
.tf-value-input::before {
transition: none;
}
}

.tf-value:active .tf-value-input::before {
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.tf-value:focus:not(:active) .tf-value-input::before {
border-color: #328ca7;
}

.tf-value:not(.tf-disabled):active .tf-value-input::before {
color: #fff; background-color: #4fa6d966; border-color: transparent;
}

.tf-value.tf-disabled .tf-value-input::before,
.tf-value[disabled] .tf-value-input::before,
.tf-value:disabled .tf-value-input::before {
background-color: #eceef2;
}

.tf-selected .tf-value-input::before {
color: #fff; border-color: #df0024; background-color: #df0024;
}

.tf-value .tf-value-input::after {
background-repeat: no-repeat; background-position: center; background-size: 8px;
}

.tf-value-input-checkbox::before {
border-radius: 2px;
}

.tf-value:active .tf-value-input-checkbox::before {
border-color: #328ca7;
    background-color: #219ac7;
}

.tf-value.tf-selected.tf-disabled .tf-value-input-checkbox::before,
.tf-value.tf-disabled:active .tf-value-input-checkbox::before {
background-color: rgb(33 154 200 / 50%);
}

.tf-selected .tf-value-input-checkbox::after {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.tf-value.tf-selected:active .tf-value-input-checkbox::after {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.tf-value-name {
margin-right: 5px;word-break: break-word;text-align: left; font-size: 14px;
}

.tf-value-append {
margin-left: auto; min-width: 50px; text-align: right;
}

.tf-value-count {
padding: 2px 6px; font-size: 13px; font-weight: 400;
}

.tf-value-count .tf-num-abbr {
font-weight: 600; color: #DB5C68;
}

.tf-value-count:empty {
display: none;
}

.tf-disabled .tf-value-count {
color: #b5b9c1;
}

.tf-theme-light .tf-filter-header {
color: #EEE;
}

.tf-theme-light .tf-value-count {
background-color: #eceef2; border-radius: 50px; color: #EEE;
}

.tf-value:hover {
color: var(--red);
}

.tf-value-count {
color: #333 !important;
}

.tf-input-group-addon:first-child {
border-left: 1px solid #D5D5D5;
}

.tf-input-group-addon:last-child {
border-right: 1px solid #D5D5D5;
}

div#filter::after {
content: "";
  height: 28px;
  display: block;
}

#column-left-grid,
#column-right-grid,
#column-left,
#column-right {
z-index: 6;
}

.tf-content {
margin-bottom: 25px;
}

.tf-header {
margin-bottom: 15px;
}

.tf-body {

}

.tf-filter-list {

}

.tf-filter {
margin-bottom: 15px;
}

.tf-filter-body {
position: relative;
}

.tf-filter-header {
font-weight: bold;
      font-size: 14px;
      margin-bottom: 10px;
}

.tf-filter-name {
margin-right: 5px; order: -1;
}

.tf-slider .tf-filter-name {
white-space: nowrap; text-overflow: ellipsis; overflow: hidden;
}

.tf-filter-description ~ * {
margin-left: 5px;
}

.tf-value-list {

}

.tf-slider-input-group {
margin-bottom: 10px;
}

.tf-value-slider {
padding: 10px 10px 0;
}

.tf-theme-light .tf-filter {
margin-bottom: 25px;
}

.tf-theme-light .tf-filter-header {
color: #212529;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 15px;
}

#product-category .smart-filter--toyama {
margin-bottom: 0;
	min-width: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
	padding: 0;
	display: contents;
}

#product-category .smart-filter--toyama form.smart-filter-form {
display: contents;
}

#product-category .smart-filter--toyama .smart-filter-form {
margin: 0;
	padding: 0;
}

#product-category .smart-filter--toyama .smart-filter-block {
display: block !important;
}

#product-category .smart-filter--toyama .smart-filter-angle,
#product-category .smart-filter--toyama .smart-filter-title,
#product-category .smart-filter--toyama .smart-filter-parameters-box-title {
display: none !important;
}

#product-category .smart-filter--toyama .smart-filter-parameters-box-container {
padding: 0;
}

#product-category .smart-filter--toyama .smart-filter-popup-result {
display: none !important;
}

.tf-price-popover {
	position: fixed;
	z-index: 10050;
	min-width: 180px;
	padding: 0;
	background: #fff;
	border: 1px solid rgba(15, 23, 42, .12);
	border-radius: 12px;
	box-shadow: 0 12px 32px rgba(16, 24, 40, .16);
	pointer-events: auto;
}

.tf-price-popover[hidden],
.tf-price-popover:not(.is-visible) {
	display: none !important;
}

.tf-price-popover.is-visible {
	display: block !important;
}

.tf-price-popover__arrow {
	position: absolute;
	top: 50%;
	left: -7px;
	width: 12px;
	height: 12px;
	background: #fff;
	border-left: 1px solid rgba(15, 23, 42, .12);
	border-bottom: 1px solid rgba(15, 23, 42, .12);
	transform: translateY(-50%) rotate(45deg);
	pointer-events: none;
}

.tf-price-popover.is-left .tf-price-popover__arrow {
	left: auto;
	right: -7px;
	border-left: 0;
	border-bottom: 0;
	border-right: 1px solid rgba(15, 23, 42, .12);
	border-top: 1px solid rgba(15, 23, 42, .12);
}

.tf-price-popover__btn {
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
	margin: 0;
	padding: 12px 16px;
	border: 0;
	border-radius: 12px;
	background: #fff;
	color: #111;
	font: inherit;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.3;
	text-align: center;
	cursor: pointer;
	pointer-events: auto;
}

.tf-price-popover__btn:hover {
	background: rgba(209, 15, 26, .06);
	color: #d10f1a;
}

.tf-price-popover__count {
	font-weight: 800;
	color: #d10f1a;
}

#product-category #tf-filter-price {
	position: relative;
}

#product-category .smart-filter--toyama .tf-filter-checkbox-input {
position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
	pointer-events: none;
}

#product-category .smart-filter--toyama button.tf-value {
text-align: left;
	font-family: inherit;
}

#product-category .smart-filter--toyama .tf-value-list-body > .tf-filter-checkbox-input {
display: none !important;
}

#product-category .tf-filter-list > .tf-filter + .tf-filter {
margin-top: 0;
}

#product-category .tf-hidden {
display: none !important;
}

#product-category .tf-theme-light .tf-filter-header {
color: #212529;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 15px;
}

#product-category .tf-theme-light .tf-filter {
margin-bottom: 25px;
}

#product-category .tf-slider .tf-slider-input-group .tf-form-control::placeholder {
color: #999;
	opacity: 1;
}

#product-category .tf-slider .tf-slider-input-group .tf-form-control::-webkit-input-placeholder {
color: #999;
}

#product-category .tf-slider .tf-slider-input-group .tf-form-control:-ms-input-placeholder {
color: #999;
}

#product-category .smart-filter--toyama .smart-filter-slider-ruler.p1 {
	left: 0;
}

#product-category .smart-filter--toyama .smart-filter-slider-ruler.p2 {
	left: 25%;
}

#product-category .smart-filter--toyama .smart-filter-slider-ruler.p3 {
	left: 50%;
}

#product-category .smart-filter--toyama .smart-filter-slider-ruler.p4 {
	left: 75%;
}

#product-category .smart-filter--toyama .smart-filter-slider-ruler.p5 {
	left: 100%;
}

#product-category .tf-filter#tf-filter-price {
	margin-bottom: 25px;
}


#product-category .tf-slider .tf-slider-input-group .tf-input-group-addon {
padding: 6px 10px;
	color: #555;
	background-color: #eceef2;
	border-top: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
}

#product-category .tf-slider .tf-value-slider {
padding: 10px 10px 0 !important;
}

#product-category .smart-filter--toyama .smart-filter-slider-track-container {
position: relative;
	margin-top: 0;
	padding: 0 0 60px;
	overflow: visible;
}

#product-category .smart-filter--toyama .smart-filter-slider-track {
position: relative;
	height: 18px;
	background: transparent;
}

#product-category .smart-filter--toyama .smart-filter-slider-track::before {
content: "";
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 4px;
	margin-top: -2px;
	border-radius: 20px;
	background-color: #eceef2;
	z-index: 1;
}

#product-category .smart-filter--toyama .smart-filter-slider-track::after {
content: "";
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin-top: -5px;
	height: 10px;
	pointer-events: none;
	z-index: 2;
	background:
		radial-gradient(circle at 0 50%, #eceef2 0, #eceef2 5px, transparent 5px),
		radial-gradient(circle at 100% 50%, #eceef2 0, #eceef2 5px, transparent 5px);
	background-repeat: no-repeat;
	background-size: 10px 10px;
	background-position: 0 50%, 100% 50%;
}

#product-category .smart-filter--toyama .smart-filter-slider-price-bar-vd {
display: none;
}

#product-category .smart-filter--toyama .smart-filter-slider-price-bar-vn {
display: none;
}

#product-category .smart-filter--toyama .smart-filter-slider-price-bar-v {
top: 50%;
	bottom: auto;
	height: 4px;
	margin-top: -2px;
	border-radius: 20px;
	background: var(--red, #df0024) !important;
	z-index: 3;
}

#product-category .smart-filter--toyama .smart-filter-slider-range {
top: 50%;
	bottom: auto;
	height: 0;
	margin-top: 0;
	z-index: 4;
}

#product-category .smart-filter--toyama .smart-filter-slider-handle {
top: 50%;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	border: none;
	border-radius: 50%;
	background: var(--red, #df0024) !important;
	box-shadow: none;
	z-index: 5;
}

#product-category .smart-filter--toyama .smart-filter-slider-handle.left {
margin-left: -10px;
}

#product-category .smart-filter--toyama .smart-filter-slider-handle.right {
margin-right: -10px;
}

#product-category .smart-filter--toyama .smart-filter-slider-ruler {
top: auto;
	bottom: -32px;
	width: 2px;
	height: 3px;
	background: #ccc;
	border: 0;
	z-index: 1;
}

#product-category .smart-filter--toyama .smart-filter-slider-ruler.p1,
#product-category .smart-filter--toyama .smart-filter-slider-ruler.p5 {
	height: 10px;
	bottom: -32px;
}

#product-category .smart-filter--toyama .smart-filter-slider-ruler > span {
position: absolute;
	top: 100%;
	margin-top: 14px;
	left: 50%;
	transform: translateX(-50%);
	margin-left: 0;
	width: auto;
	min-width: 0;
	font-size: 13px;
	line-height: 1;
	color: #999;
	white-space: nowrap;
	display: inline-block;
	text-align: center;
}

#product-category .smart-filter--toyama .smart-filter-slider-ruler.p1 > span,
#product-category .smart-filter--toyama .smart-filter-slider-ruler.p5 > span {
color: #555;
}

#product-category #column-left.is-mobile-open {
display: block;
	position: fixed;
	inset: 0;
	z-index: 1000;
	background: rgba(0, 0, 0, 0.35);
	padding: 1rem;
	overflow-y: auto;
}

#product-category #column-left.is-mobile-open .catalog-sidebar {
max-width: 100%;
	background: #fff;
	border-radius: 12px;
	padding: 1rem;
}

#product-category #column-left.is-mobile-open .category-sidebar-sticky {
position: static;
}

@media (min-width: 992px) {
#product-category #column-left.is-mobile-open {
position: static;
		inset: auto;
		z-index: auto;
		background: transparent;
		padding: 0;
		overflow: visible;
}

#product-category #column-left.is-mobile-open .catalog-sidebar {
padding: 0;
}
}



body:has(#product-product) {
	background: #FAFAFF;
}

body:has(#product-product) .site-main {
	background: #FAFAFF;
}

#product-product.container-new {
	padding-top: 0.75rem;
	padding-bottom: 3rem;
	box-sizing: border-box;
}

#product-product .product-detail,
#product-product .product-detail__main,
#product-product .product-detail__gallery,
#product-product .product-detail__info,
#product-product .product-detail__stage,
#product-product .product-detail__image {
	min-width: 0;
	max-width: 100%;
}

#product-product .product-detail__image img {
	max-width: 100%;
	height: auto;
}

#product-product .product-breadcrumbs {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: nowrap;
	gap: 1.5rem;
	margin: 0 0 1rem;
	padding: 0;
	min-height: 40px;
}

#product-product .product-breadcrumbs .breadcrumb {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	list-style: none;
	padding: 0;
	margin: 0;
	background: transparent;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.4;
	color: #000;
	min-width: 0;
	flex: 1 1 auto;
}

#product-product .product-breadcrumbs .breadcrumb-item {
	display: inline;
	color: #000;
	font-weight: 400;
}

#product-product .product-breadcrumbs .breadcrumb-item + .breadcrumb-item::before {
	content: "/";
	display: inline;
	padding: 0 0.4em;
	color: #000;
	font-weight: 400;
}

#product-product .product-breadcrumbs .breadcrumb-item a,
#product-product .product-breadcrumbs .breadcrumb-item span {
	color: #000;
	text-decoration: none;
	font-size: 15px;
	font-weight: 400;
	transition: color 0.2s;
}

#product-product .product-breadcrumbs .breadcrumb-item a:hover {
	color: var(--font-red, var(--red, #df0024));
	text-decoration: none;
}

#product-product .product-back-link {
	display: inline-flex;
	align-items: center;
	flex: 0 0 auto;
	gap: 0.45rem;
	margin-left: auto;
	color: #000;
	text-decoration: none;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
	white-space: nowrap;
	padding: 0;
	background: none;
	border: 0;
}

#product-product .product-back-link:hover {
	color: #000;
	text-decoration: none;
}

#product-product .product-back-link .fa-reply {
	font-size: 15px;
	line-height: 1;
	transform: none;
}
.js-wishlist-add.is-active img {
	opacity: 1;
}

body:has(#account-wishlist),
body:has(#account-wishlist) .site-main {
	background: #FAFAFF;
}

#account-wishlist.container-new {
	padding-top: 1.5rem;
	padding-bottom: 3rem;
}

#account-wishlist .page-breadcrumbs,
#account-wishlist .wishlist-topbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.5rem;
	margin: 0 0 1rem;
}

#account-wishlist .breadcrumb {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 15px;
	font-weight: 400;
	background: transparent;
}

#account-wishlist .breadcrumb-item {
	display: inline;
	font-weight: 400;
}

#account-wishlist .breadcrumb-item:not(:last-child)::after {
	content: "/";
	padding: 0 0.4em;
}

#account-wishlist .breadcrumb-item a,
#account-wishlist .breadcrumb-item span {
	color: #000;
	text-decoration: none;
	font-weight: 400;
	transition: color 0.2s;
}

#account-wishlist .breadcrumb-item a:hover {
	color: var(--font-red, var(--red, #df0024));
	text-decoration: none;
}

#account-wishlist .page-back-link,
#account-wishlist .wishlist-back {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	color: #000;
	text-decoration: none;
	font-size: 16px;
	font-weight: 500;
}

#account-wishlist #content {
	background: #fff;
	border: 1px solid var(--bg-color-2, #D8DEDF);
	border-radius: 6px;
	padding: 1.5rem;
}

#account-wishlist .us-main-shop-title {
	margin: 0 0 1.25rem;
	font-size: 28px;
	font-weight: 600;
}

#account-wishlist .wishlist-empty {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 1rem;
	padding: 1rem 0;
}

#account-wishlist .wishlist-empty__heading {
	margin: 0 0 0.35rem;
	font-size: 22px;
}

#account-wishlist .wishlist-empty__message {
	margin: 0;
	color: #666;
}

#account-wishlist .wishlist-table {
	width: 100%;
	border-collapse: collapse;
}

#account-wishlist .wishlist-table > thead > tr > td,
#account-wishlist .wishlist-table > tbody > tr > td {
	padding: 0.75rem;
	border: 1px solid #eee;
	vertical-align: middle;
}

#account-wishlist .wishlist-table img {
	max-width: 70px;
	height: auto;
	object-fit: contain;
}

#account-wishlist .wishlist-table a {
	color: #333;
	text-decoration: none;
}

#account-wishlist .wishlist-table a:hover {
	text-decoration: underline;
}

#account-wishlist .wishlist-table .price s {
	display: inline-block;
	margin-left: 0.35rem;
	color: #999;
}

#account-wishlist .wishlist-actions {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 0.5rem;
}

#account-wishlist .wishlist-actions .us-product-btn,
#account-wishlist .wishlist-actions .us-product-btn-danger,
#account-wishlist .wishlist-empty .us-product-btn {
	width: auto;
	min-width: 52px;
	height: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 0 18px;
	background: #0b0b0b;
	border: 0;
	border-radius: 20px;
	cursor: pointer;
	text-decoration: none;
}

#account-wishlist .wishlist-actions .us-product-btn-danger {
	background: var(--red, #db0303);
}

#account-wishlist .wishlist-actions .us-product-btn:hover,
#account-wishlist .wishlist-actions .us-product-btn-danger:hover,
#account-wishlist .wishlist-empty .us-product-btn:hover {
	background: var(--red, #db0303);
	color: #fff;
	opacity: 0.9;
}

#product-product .product-detail__props {
	width: 100%;
	margin: 0;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: auto;
	color: #7f7c70;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.45;
}

#product-product .product-detail__prop td {
	padding: 2px 0;
	vertical-align: bottom;
	border: 0;
	background: transparent;
}

#product-product .product-detail__prop-name {
	width: 1%;
	white-space: nowrap;
	padding-right: 8px;
	max-width: none;
	background: none;
	position: static;
}

#product-product .product-detail__prop-value {
	width: 1%;
	white-space: nowrap;
	padding-left: 8px;
	max-width: none;
	text-align: right;
	background: none;
	position: static;
}

#product-product .product-detail__prop-dots {
	width: 99%;
	border-bottom: 1px dotted #bababa;
	line-height: 0;
	font-size: 0;
	color: transparent;
	height: auto;
	flex: none;
}

#product-product .product-detail__prop {
	display: table-row;
	margin: 0;
	position: static;
}

#product-product .product-detail__prop::after {
	content: none !important;
	display: none !important;
}

#product-product .product-rail {
	margin: 2.5rem 0 0;
}

#product-product .product-rail .product-grid-nav,
#product-product .product-rail .wishlist-compare-mobile,
#product-product .product-rail .tf-btn-mobile-static,
#product-product .product-rail .tf-pagination,
#product-product .product-rail .pagination {
	display: none !important;
}

#product-product .product-rail .products {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	grid-template-columns: none !important;
	align-items: stretch;
	gap: 1rem;
	overflow-x: auto;
	overflow-y: hidden;
	padding: 0.25rem 2px 0.75rem;
	scrollbar-width: thin;
	-webkit-overflow-scrolling: touch;
}

#product-product .product-rail .products > .product-card-new,
#product-product .product-rail .products > .--card {
	flex: 0 0 300px !important;
	width: 300px !important;
	max-width: 300px !important;
	min-width: 300px !important;
	box-sizing: border-box;
	overflow: hidden;
}

#product-product .product-rail .product-head-top {
	align-items: flex-start;
	min-width: 0;
}

#product-product .product-rail .product-name {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	overflow: hidden;
	word-break: break-word;
	overflow-wrap: anywhere;
	min-width: 0;
	flex: 1 1 auto;
	font-size: 16px;
	line-height: 1.3;
}

#product-product .product-rail .product-head-top .wrapper {
	display: flex !important;
	flex-direction: column !important;
	flex: 0 0 20px;
	width: 20px;
	min-width: 20px;
	gap: 0.5rem;
}

#product-product .product-rail .product-head-top .wrapper a {
	display: inline-flex;
	width: 16px;
	height: 16px;
	line-height: 0;
}

#product-product .product-rail .product-head-top .wrapper a img {
	width: 16px !important;
	height: 16px !important;
	object-fit: contain;
}

#product-product .product-rail .product-body .img-link {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 160px;
	height: 160px;
	overflow: hidden;
}

#product-product .product-rail .product-body .img-link img {
	max-width: 100%;
	max-height: 160px;
	width: auto;
	height: auto;
	object-fit: contain;
}

#product-product .product-rail__title,
#product-product .product-locations .us-shop-title {
	margin: 0 0 1.25rem;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.25;
	color: #111;
}

#product-product .product-locations {
	margin: 2.5rem 0 0;
	scroll-margin-top: 80px;
}

#product-product .product-locations .locations-map,
#product-product .product-locations #map {
	width: 100%;
	height: 500px;
	margin-bottom: 1.25rem;
}

#product-product .product-locations__more {
	margin: 0.75rem 0 1.5rem;
}

#product-product .product-locations__more a {
	color: #111;
	text-decoration: underline;
}

#product-product .product-locations__more a:hover {
	color: var(--red, #db0303);
}

@media (max-width: 991px) {
	#product-product.container-new {
		padding-left: 1rem;
		padding-right: 1rem;
		padding-bottom: 2rem;
		max-width: 100%;
		overflow-x: hidden;
	}

	#product-product .product-breadcrumbs {
		flex-wrap: wrap;
		align-items: flex-start;
		gap: 0.5rem 1rem;
		min-height: 0;
	}

	#product-product .product-back-link {
		margin-left: 0;
		font-size: 14px;
	}

	#product-product .product-detail__main {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) !important;
		gap: 1.25rem;
	}

	#product-product .product-detail__docs-btn,
	#product-product a.product-detail__btn {
		width: 100%;
		min-width: 0;
	}

	#product-product .product-rail .products > .product-card-new,
	#product-product .product-rail .products > .--card {
		flex-basis: 240px !important;
		width: 240px !important;
		max-width: 240px !important;
		min-width: 240px !important;
	}

	#product-product .product-locations .locations-map,
	#product-product .product-locations #map,
	#product-product .product-locations .bx-yandex-view-layout,
	#product-product .product-locations .bx-yandex-view-map {
		height: 280px;
	}
}

@media (max-width: 576px) {
	#product-product.container-new {
		padding-left: 0;
		padding-right: 0;
	}

	#product-product .product-breadcrumbs {
		padding: 0 0.75rem;
	}

	#product-product .product-rail,
	#product-product .product-locations {
		padding: 0 0.75rem;
	}
}

/* End */


/* Start:/local/templates/toyama/components/bitrix/catalog.smart.filter/toyama/style.css?17822188671494*/
.smart-filter-block {
	display: none;
}

.smart-filter-parameters-box.bx-active .smart-filter-block,
.smart-filter-button-box .smart-filter-block {
	display: block;
}

.smart-filter-slider-track-container {
	position: relative;
}

.smart-filter-slider-track {
	position: relative;
}

.smart-filter-slider-ruler {
	position: absolute;
}

.smart-filter-slider-ruler.p1 { left: 0; }
.smart-filter-slider-ruler.p2 { left: 25%; }
.smart-filter-slider-ruler.p3 { left: 50%; }
.smart-filter-slider-ruler.p4 { left: 75%; }
.smart-filter-slider-ruler.p5 { right: 0; }

.smart-filter-slider-ruler > span {
	position: absolute;
	left: 50%;
	display: inline-block;
	text-align: center;
	white-space: nowrap;
}

.smart-filter-slider-range {
	z-index: 50;
}

.smart-filter-slider-range,
.smart-filter-slider-price-bar,
.smart-filter-slider-price-bar-vd,
.smart-filter-slider-price-bar-vn,
.smart-filter-slider-price-bar-v {
	position: absolute;
	top: 50%;
	height: 4px;
	margin-top: -2px;
	bottom: auto;
}

.smart-filter-slider-price-bar-vd { z-index: 60; }
.smart-filter-slider-price-bar-vn { z-index: 70; }
.smart-filter-slider-price-bar-v { z-index: 80; }

.smart-filter-slider-handle {
	position: absolute;
	cursor: grab;
}

.smart-filter-slider-handle:active {
	cursor: grabbing;
}

.smart-filter-slider-handle.left {
	left: 0;
}

.smart-filter-slider-handle.right {
	right: 0;
}

.smart-filter-popup-result {
	display: none;
}

/* End */
/* /local/templates/toyama/components/bitrix/catalog/toyama/style.css?178826831964648 */
/* /local/templates/toyama/components/bitrix/catalog.smart.filter/toyama/style.css?17822188671494 */
