.mc-container{max-width:1200px;margin:0 auto;padding:15px 30px 20px}.faceted-search__title{font-size:2rem;font-weight:600;margin-bottom:2rem;color:#333}.faceted-search__description{font-size:1rem;line-height:1.6;color:#666;margin-bottom:2rem}.faceted-search__description p{margin:0 0 1rem}.faceted-search__description p:last-child{margin-bottom:0}.no-subcategories{font-size:1rem;color:#666;text-align:center;padding:3rem}.catalog-layout{display:flex;gap:2rem}@media (max-width:991px){.catalog-layout{flex-direction:column}}.catalog-sidebar{width:280px;flex-shrink:0}@media (max-width:991px){.catalog-sidebar{width:100%}}.catalog-main{flex:1;min-width:0}.category-tree__title{font-size:1.1rem;font-weight:600;color:#333;margin:0 0 .75rem;padding-bottom:.75rem;border-bottom:1px solid #ddd}.category-tree__list{list-style:none;margin:0;padding:0}.category-tree__item{margin-bottom:1.25rem}.category-tree__item--2,.category-tree__item:last-child{margin-bottom:0}.category-tree__item--2 .category-tree__link{font-size:.95rem;font-weight:400;color:#666;padding:.35rem 0}.category-tree__item--2 .category-tree__link:hover{color:#dd181f}.category-tree__link{display:block;padding:.35rem 0;color:#333;text-decoration:none;font-size:.95rem;transition:color .2s ease}.category-tree__link:hover{color:#dd181f}.category-tree__link--parent{font-size:1.1rem;font-weight:600;color:#333;padding-bottom:.5rem;margin-bottom:.25rem;border-bottom:1px solid #ddd}.category-tree__sublist{list-style:none;margin:.25rem 0 0;padding:0}.category-tree__subitem{margin-bottom:0}.category-tree__sublist .category-tree__link{font-size:.95rem;font-weight:400;color:#666;padding:.35rem 0}.category-tree__item--active>.category-tree__link--parent,.category-tree__link--current,.category-tree__sublist .category-tree__link:hover{color:#dd181f}.category-tree__sublist{display:none}.category-tree__item:hover>.category-tree__sublist,.category-tree__sublist--expanded{display:block}.categories-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;margin-bottom:3rem}.category-card{display:block;padding:2rem;background:#fff;border:1px solid #ddd;border-radius:8px;text-decoration:none;transition:all .3s ease}.category-card:hover{border-color:#dd181f;box-shadow:0 4px 12px rgba(0,0,0,.1);transform:translateY(-2px)}.category-card__title{font-size:1.25rem;font-weight:600;color:#333;margin:0 0 .5rem}.category-card__subtitle{font-size:.9rem;color:#666;margin:0}.category-card--small{padding:1.25rem}.category-card--small .category-card__title{font-size:1rem;margin:0}.subcategories-section{margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:1px solid #ddd}.subcategories-section__title{font-size:1.25rem;font-weight:600;color:#333;margin:0 0 1.25rem}.categories-grid--small{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;margin-bottom:0}.products-wrapper{display:flex;gap:2rem}@media (max-width:991px){.products-wrapper{flex-direction:column}}.htmx-indicator{position:fixed;top:0;left:0;right:0;bottom:0;background:hsla(0,0%,100%,.9);z-index:9999;display:none;align-items:center;justify-content:center}.htmx-indicator__inner{text-align:center;padding:2rem;background:#fff;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.15)}.htmx-indicator p{margin:1rem 0 0;color:#666}.spinner{border:3px solid #f3f3f3;border-top-color:#dd181f;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite;margin:0 auto}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.mobile-filter-btn{display:none;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#dd181f;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:1rem;margin-bottom:1rem}@media (max-width:991px){.mobile-filter-btn{display:flex}}.mobile-filter-modal{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:1000000}.mobile-filter-modal.active{display:block}.mobile-filter-modal__content{position:absolute;top:0;right:0;width:100%;max-width:400px;height:100%;background:#fff;overflow-y:auto}.mobile-filter-modal__header{display:flex;align-items:center;justify-content:space-between;padding:1rem;border-bottom:1px solid #ddd}.mobile-filter-modal__title{font-size:1.25rem;font-weight:600;margin:0}.mobile-filter-modal__back,.mobile-filter-modal__close{background:none;border:none;cursor:pointer;padding:.5rem;color:#333}.mobile-filter-modal__body{padding:1rem}.products-sidebar{width:280px;flex-shrink:0;background:#fff;border:1px solid #ddd;border-radius:8px;padding:1.5rem}@media (max-width:991px){.products-sidebar{display:none}}.products-sidebar__inner{top:2rem}.products-sidebar__title{gap:.5rem;font-size:1.1rem;font-weight:600;margin-bottom:1.5rem;color:#333}.products-sidebar__title,.products-sidebar__title-icon{display:flex;align-items:center}.active-filters{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #ddd}.active-filters__list{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.active-filter-chip{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:#f5f5f5;border-radius:20px;font-size:.875rem}.active-filter-chip button{background:none;border:none;cursor:pointer;padding:0;line-height:1;color:#666}.active-filter-chip button:hover{color:#333}.filter-group{margin-bottom:1rem;padding-bottom:1rem}.filter__header{display:flex;justify-content:space-between;align-items:center;cursor:pointer;padding:.5rem 0}.filter__title{font-size:1.2rem;font-weight:600;margin:0;color:#333}.filter__toggle{background:none;border:none;padding:0;cursor:pointer;display:flex;align-items:center}.filter__toggle-icon{transition:transform .3s ease}.filter__body{overflow:hidden;transition:max-height .3s ease,opacity .3s ease;max-height:1000px;opacity:1}.filter__body.collapsed{max-height:0;opacity:0}.filter__form-group{padding:.4rem 0}.checkbox{display:flex;align-items:flex-start;gap:.5rem;cursor:pointer;font-size:.9rem}.checkbox__input{display:flex;align-items:center}.checkbox__input input{position:absolute;opacity:0;width:0;height:0}.checkbox__input input:checked+.checkbox__control{background:#dd181f;border-color:#dd181f}.checkbox__input input:checked+.checkbox__control svg{display:block}.checkbox__control{display:flex;align-items:center;justify-content:center;width:18px;height:18px;border:2px solid #ddd;border-radius:3px;background:#fff;transition:all .2s ease}.checkbox__control svg{display:none;width:12px;height:12px;color:#fff}.checkbox__label{color:#333;line-height:1.4}.products-main{flex:1;min-width:0}.mobile-active-filters{display:none;padding:1rem;background:#f5f5f5;border-radius:8px;margin-bottom:1rem}@media (max-width:991px){.mobile-active-filters{display:block}}.mobile-active-filters__title{font-size:.9rem;font-weight:600;margin:0 0 .75rem}.mobile-active-filters__list{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.mobile-filter-chip{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:#fff;border-radius:20px;font-size:.875rem;border:1px solid #ddd}.mobile-remove-filter-btn{background:none;border:none;cursor:pointer;padding:0;color:#666}.mobile-clear-all-filters{width:100%}.products-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #ddd}.products-header__count{font-size:.95rem}.products-header__count strong{font-weight:600}.products-header__count span{color:#666}.products-header__sort{display:flex;align-items:center;gap:.5rem}.products-header__sort label{font-size:.9rem;color:#666}.products-header__sort select{padding:.5rem 1rem;border:1px solid #ddd;border-radius:4px;background:#fff;cursor:pointer;font-size:.9rem}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.5rem;margin-bottom:2rem}@media (max-width:767px){.products-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media (max-width:480px){.products-grid{grid-template-columns:1fr}}.fs-product-card{padding:20px;position:relative;display:flex;flex-direction:column;background-color:#fff;border-radius:5px;transition:all .2s linear}@media (max-width:575px){.fs-product-card{padding:0}}.fs-product-card:hover{box-shadow:0 8px 12px 0 rgba(0,0,0,.08)}.fs-product-card__header{position:relative}.fs-product-card__discount{position:absolute;top:10px;right:10px;display:flex;align-items:center;justify-content:center;width:60px;height:60px;border-radius:50%;font-size:14px;line-height:1.5;font-style:normal;font-weight:700;background-color:#dd181f;color:#fff;z-index:1}.fs-product-card__figure{margin:0;padding:0}.fs-product-card__image{width:100%;height:auto}.fs-product-card__body{flex:1}@media (max-width:575px){.fs-product-card__body{padding:15px}}.fs-product-card__brand{display:block;font-style:normal;font-weight:700;font-size:12px;line-height:1.5;color:#666;text-transform:uppercase;margin-bottom:.25rem}.fs-product-card__title{margin-bottom:5px;font-style:normal;font-weight:700;font-size:18px;line-height:1.22;color:#333}@media (max-width:575px){.fs-product-card__title{min-height:44px}}.fs-product-card__description{margin-top:0;margin-bottom:10px;font-style:normal;font-weight:400;font-size:15px;line-height:1.27;color:#666}@media (max-width:575px){.fs-product-card__description{display:none}}.fs-product-card__attributes{display:flex;flex-wrap:wrap;gap:.25rem;margin-top:.5rem}.fs-product-card__attribute{font-size:.7rem;padding:.2rem .5rem;background:#f5f5f5;border-radius:4px;color:#666}.fs-product-card__footer{margin-top:auto}@media (max-width:575px){.fs-product-card__footer{padding:0 15px 15px}}.fs-product-card__price-wrapper{display:flex;align-items:baseline;gap:.5rem}.fs-product-card__price-old{font-size:14px;color:#666;text-decoration:line-through}.fs-product-card__price-current{font-style:normal;font-weight:700;font-size:21px;line-height:1.48;color:#dd181f}.fs-product-card__price-currency{font-style:normal;font-weight:700;font-size:14px;line-height:1.5;color:#666;text-transform:uppercase}.fs-product-card__price-login{font-size:14px;color:#dd181f;font-weight:500}.fs-product-card__price--sale .fs-product-card__price-current{color:#dd181f}.fs-product-card__link:before{content:"";position:absolute;width:100%;height:100%;top:0;left:0;z-index:50}.fs-product-card--w25{width:23%}.fs-product-card--w33{width:32%}@media (max-width:575px){.fs-product-card--w33{width:48%}}.fs-product-card--w100{width:100%}.products-empty{text-align:center;padding:4rem 2rem;color:#666}.products-empty p{font-size:1.1rem;margin-bottom:1.5rem}.products-load-more{text-align:center;padding:2rem 0}.products-load-more__text{display:block;font-size:.9rem;color:#666;margin-bottom:1rem}.products-load-more__indicator{display:block;width:100%;max-width:300px;height:4px;background:#f5f5f5;border-radius:2px;margin:0 auto 1.5rem;overflow:hidden}.products-load-more__indicator-inner{height:100%;background:#dd181f;border-radius:2px;transition:width .3s ease}.products-load-more__button{display:inline-flex;align-items:center;gap:.5rem}.products-load-more__button svg{width:20px;height:20px}.button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.95rem;font-weight:500;text-decoration:none;border-radius:4px;cursor:pointer;transition:all .3s ease;border:none}.button--primary{background:#dd181f;color:#fff}.button--primary:hover{background:#af1319}.button--outline{background:transparent;border:1px solid #ddd;color:#333}.button--outline:hover{border-color:#dd181f;color:#dd181f}.button--small{padding:.5rem 1rem;font-size:.85rem}.fs-product-detail{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-bottom:3rem}@media (max-width:991px){.fs-product-detail{grid-template-columns:1fr;gap:2rem}}.fs-product-detail__gallery{position:relative}.fs-product-detail__image{width:100%;border-radius:8px;border:1px solid #ddd}.fs-product-detail__thumbnails{display:flex;gap:.5rem;margin-top:1rem;flex-wrap:wrap}.fs-product-detail__thumbnail{width:80px;height:80px;object-fit:cover;border:1px solid #ddd;border-radius:4px;cursor:pointer}.fs-product-detail__thumbnail:hover{border-color:#dd181f}.fs-product-detail__info{display:flex;flex-direction:column}.fs-product-detail__brand{font-size:.9rem;font-weight:600;text-transform:uppercase;color:#dd181f;margin-bottom:.5rem}.fs-product-detail__title{font-size:1.75rem;font-weight:600;color:#333;margin:0 0 .5rem}.fs-product-detail__sku{font-size:.85rem;color:#666;margin:0 0 1.5rem}.fs-product-detail__price{margin-bottom:1.5rem}.fs-product-detail__price-old{font-size:1rem;color:#666;text-decoration:line-through;margin-right:.75rem}.fs-product-detail__price-current{font-size:1.5rem;font-weight:700;color:#333}.fs-product-detail__price-login{font-size:1rem;color:#dd181f;text-decoration:none}.fs-product-detail__price-login:hover{text-decoration:underline}.fs-product-detail__short-description{font-size:.95rem;color:#666;line-height:1.6;margin-bottom:1.5rem}.fs-product-detail__attributes{margin-bottom:1.5rem}.fs-product-detail__attributes h3{font-size:1rem;font-weight:600;margin:0 0 .75rem}.fs-product-detail__attributes ul{list-style:none;padding:0;margin:0}.fs-product-detail__attributes ul li{padding:.5rem 0;border-bottom:1px solid #ddd;font-size:.9rem}.fs-product-detail__attributes ul li:last-child{border-bottom:none}.fs-product-detail__actions{margin-top:auto;padding-top:1.5rem;display:flex;gap:1rem}.fs-product-detail__description{padding:2rem 0;border-top:1px solid #ddd}.fs-product-detail__description h2{font-size:1.25rem;font-weight:600;margin:0 0 1rem}.fs-product-detail__description p{font-size:.95rem;line-height:1.7;color:#666}.fs-related-products{padding:3rem 0;border-top:1px solid #ddd}.fs-related-products__title{font-size:1.5rem;font-weight:600;margin:0 0 2rem;text-align:center}.fs-related-products__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.5rem}@media (max-width:767px){.fs-related-products__grid{grid-template-columns:repeat(2,1fr);gap:1rem}}.error-page{text-align:center;padding:4rem 2rem;max-width:600px;margin:0 auto}.error-page__content{margin-bottom:3rem}.error-page__code{font-size:8rem;font-weight:700;color:#dd181f;line-height:1;margin:0 0 1rem}@media (max-width:767px){.error-page__code{font-size:5rem}}.error-page__title{font-size:2rem;font-weight:600;color:#333;margin:0 0 1rem}@media (max-width:767px){.error-page__title{font-size:1.5rem}}.error-page__description{font-size:1.1rem;color:#666;margin:0 0 2rem}.error-page__actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.error-page__suggestions{padding-top:2rem;border-top:1px solid #ddd}.error-page__suggestions h3{font-size:1.1rem;font-weight:600;margin:0 0 1rem;color:#333}.error-page__links{list-style:none;padding:0;margin:0}.error-page__links li{margin-bottom:.5rem}.error-page__links a{color:#dd181f;text-decoration:none}.error-page__links a:hover{text-decoration:underline}
/*# sourceMappingURL=faceted_search.9b4c1991.css.map */