/* /Public/CSS/Templates/ProductCard.css */
.product-card{container:product-card/inline-size;contain:layout;display:flex;flex-direction:column}.product-card:hover::before{content:'';display:block;position:absolute;inset:-5cqw;border-radius:var(--border-radius);box-shadow:2px 4px 12px rgba(0,0,0,.14)}.product-card__img{width:100%;height:auto;border-radius:var(--border-radius-s)}.product-card__img-link,.product-card__img{display:block}.product-card>.product-card__images,.product-card>.product-card__img-link,.product-card>.product-card__img{flex-shrink:0}.product-card__images .slider-gallery-one-arrow{display:none!important}.product-card__images .js-slider-gallery-one-pagination{position:absolute;bottom:5px;left:0;right:0}.product-card__title{margin-top:5cqw;font-size:7cqw;flex-grow:1}.product-card__price{font-size:7.69cqw;font-weight:600;margin:1em 0;flex-shrink:0}.product-card__price-old{text-decoration:line-through;color:var(--text-color2);font-weight:500}.product-card__price-discount-label{background:var(--discount-bg);font-weight:500;font-size:.9em;line-height:1.1;padding:.4em .5em .35em;border-radius:1em}.product-card__price-wrapper{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:.5em 1em;flex-shrink:0}.product-card__price-old-wrapper{font-size:.8em;display:flex;flex-wrap:wrap;align-items:baseline;gap:.5em .5em}.product-card__btn{width:100%;display:block;font-size:min(var(--button-font-size),10cqw);white-space:nowrap;flex-shrink:0;--button-min-height:min(22cqw, 46px)}.product-card__btn .btn__content{display:flex;align-items:center;justify-content:center;gap:.8em}.product-card__btn:not(:hover,.in-cart) .icon-cart{opacity:.5}.product-card__btn:not(.in-cart) ._in-cart,.product-card__btn.in-cart ._std{display:none}.product-card__fav{position:absolute;top:1cqw;right:1cqw;width:30px;height:30px;display:flex;align-items:center;justify-content:center;background:0 0}.product-card__fav .icon-fav{width:25px;fill:currentColor}.product-card__fav:not(.in-fav) ._in-fav,.product-card__fav.in-fav ._std{display:none}.product-card__fav:not(.in-fav):hover,.product-card__fav.in-fav:not(:hover){color:var(--theme-orange)}
/* /Public/CSS/Templates/ProductCategories.css */
.products-categories{display:grid;grid-gap:var(--items-gutter);contain:style layout}@media(max-width:411px){.products-categories{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}}@media(min-width:412px) and (max-width:959px){.products-categories{grid-template-columns:repeat(auto-fill,minmax(175px,1fr))}}@media(min-width:960px){.products-categories{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}}.products-categories__item{container:products-category/inline-size}.products-categories__item>.products-category{min-height:100%}.products-category{border-radius:var(--border-radius);display:flex;justify-content:center;align-items:flex-end;padding:7cqw;overflow:hidden}a.products-category:hover{box-shadow:2px 4px 12px rgba(0,0,0,.14)}.products-category__bg{position:absolute;inset:0;background:#fff 50%/cover no-repeat}.products-category:not(:hover) .products-category__bg{filter:saturate(.5)}.products-category__title{font-weight:600;font-size:clamp(.75rem,9.87cqw,1.125rem);letter-spacing:1px;line-height:1;text-align:center;padding:.5em 1em;border-radius:50px;background:var(--theme-orange);color:#fff;transition:transform .25s linear}a.products-category:hover .products-category__title{transform:scale(1.2,1.2)}
/* /Public/CSS/Templates/ProductsTiles.css */
.products-tiles{display:grid;grid-gap:var(--items-gutter);contain:style layout}.products-tiles__item>.product-card{min-height:100%}@media all and (max-width:639px){.products-tiles{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}}@media all and (min-width:640px) and (max-width:1399px){.products-tiles{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}}@media all and (min-width:1400px){.products-tiles{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}}
/* /Public/CSS/Routes/Catalog/Folder.css */
main{min-height:300px}.catalog-filter-box+.catalog-filter-box{margin-top:20px}.catalog-filter-box__title{font-weight:500;font-size:1.28em}.catalog-filter-box__title-icon{width:.8em;margin-right:.5em;fill:var(--text-color2)}.catalog-filter-box:not(.js-spoiler-collapsed) .catalog-filter-box__title-icon{transform:scale(1,-1)}.catalog-filter-box__body{padding-top:15px;padding-bottom:15px;max-height:300px;overflow:auto;scrollbar-width:thin}.catalog-filter-box__inputs{display:flex;justify-content:space-between}.catalog-filter-box__inputs::before{content:'';display:block;position:absolute;top:50%;left:50%;margin-top:-1px;margin-left:-.5em;width:1em;height:2px;background:var(--text-color2)}.catalog-filter-box__inputs input{width:calc(50% - 1em);text-align:center}.catalog-filter-box__check+.catalog-filter-box__check{margin-top:.7em}.catalog-filter-buttons{margin-top:20px}.catalog-filter-submit{width:100%}.catalog-filter-clear-wrapper{margin-top:15px}.catalog-control{display:flex;justify-content:space-between;align-items:center;gap:20px 30px;flex-wrap:wrap;font-size:1.14rem}.catalog-control-option,.catalog-control-value{display:flex;align-items:baseline}.catalog-control-option{gap:1em}.catalog-control-option__value{display:flex;align-items:baseline;gap:.5em}.catalog-control-option__arrow{width:.8em;top:.05em;color:hsl(from var(--bg2) h s calc(l - 30));fill:currentColor}.catalog-control-option-item+.catalog-control-option-item{margin-top:.2em}.catalog-control-option-item{padding:.4em 1em .5em}.catalog-control-option-active{background:var(--theme-yellow);border-radius:1em}.catalog-control-option-active a{color:var(--text-color);text-decoration:none}.catalog-control-value{gap:.5em}.catalog-control-filter{background:0 0}.catalog-control-filter>.btn__content{display:flex;align-items:center;gap:.5em}.catalog-control-filter-icon{width:1em;color:hsl(from var(--bg2) h s calc(l - 30));fill:currentColor}.catalog-control-param{background:var(--bg2-darken10);border-radius:var(--border-radius-s);padding:.5em 2.3em .5em 1em;display:inline-block}.catalog-control-param::after{content:'';display:block;position:absolute;width:1.5em;height:1.5em;top:50%;margin-top:-.75em;right:.4em;background:var(--text-color);mask-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M 10.050,23.95c 0.39,0.39, 1.024,0.39, 1.414,0L 17,18.414l 5.536,5.536c 0.39,0.39, 1.024,0.39, 1.414,0 c 0.39-0.39, 0.39-1.024,0-1.414L 18.414,17l 5.536-5.536c 0.39-0.39, 0.39-1.024,0-1.414c-0.39-0.39-1.024-0.39-1.414,0 L 17,15.586L 11.464,10.050c-0.39-0.39-1.024-0.39-1.414,0c-0.39,0.39-0.39,1.024,0,1.414L 15.586,17l-5.536,5.536 C 9.66,22.926, 9.66,23.56, 10.050,23.95z"/></svg>');mask-size:contain;mask-repeat:no-repeat;mask-position:center center}.catalog-control-param:hover::after{background:var(--error-color)}@media all and (max-width:439px){.catalog-control-option__label{display:none}}@media all and (max-width:499px){.catalog-filter-form{left:0;top:50px;border-radius:var(--border-radius)var(--border-radius)0 0}.catalog-filter-mobile-bg{right:0;height:calc(50px + var(--border-radius));padding-bottom:var(--border-radius);justify-content:center}.catalog-filter-form::before{content:'';display:block;position:fixed;top:50px;left:0;right:0;height:20px;background:linear-gradient(to top,transparent 0,var(--bg2) 90%,var(--bg2) 100%);border-radius:var(--border-radius)var(--border-radius)0 0;z-index:calc(var(--z-index-modal) + 1)}}@media all and (min-width:500px) and (max-width:939px){.catalog-filter-form{top:0;width:360px}.catalog-filter-mobile-bg{right:360px;bottom:0;padding:20px;justify-content:flex-end}}@media all and (max-width:939px){.catalog-filter:not(.show){display:none}.catalog-filter-mobile-bg,.catalog-filter-form{position:fixed;z-index:var(--z-index-modal)}.catalog-filter-form{right:0;bottom:0;background:var(--bg2);padding-top:20px;overflow:auto}.catalog-filter-mobile-bg{top:0;left:0;cursor:pointer;display:flex;align-items:center;background:hsl(from var(--text-color) h s l/70%);backdrop-filter:blur(1px)}.catalog-filter-box,.catalog-filter-buttons{padding-left:20px;padding-right:20px}.catalog-filter-buttons{position:sticky;bottom:0;padding-bottom:20px;background:var(--bg2)}.catalog-filter-buttons::before{content:'';display:block;position:absolute;top:-20px;left:0;right:0;height:21px;background:linear-gradient(to bottom,transparent 0,var(--bg2) 90%,var(--bg2) 100%)}.catalog-filter-mobile-close-icon{fill:#fff;height:46px}.catalog-control .catalog-control-param{display:none}}@media all and (min-width:940px){.catalog-items-with-filter{display:grid;grid-gap:0 clamp(20px,6.6vw,100px);grid-template-columns:min(300px,20vw)1fr;grid-template-rows:min-content 1fr}.catalog-filter{grid-column:1;grid-row:1/-1}.catalog-control,.catalog-items-wrapper{grid-column:2}.catalog-control-filter,.catalog-filter-mobile-bg,.catalog-filter-mobile-close,.catalog-filter-box_mobile{display:none}}
