.breadcrumb{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;padding-block:15px;margin-bottom:20px}@media(min-width: 992px){.breadcrumb{margin:20px 0 50px}}.breadcrumb a{font-size:16px;color:#9c9c9c}.categories-grid{display:grid;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;grid-template-columns:repeat(2, 1fr);gap:40px 20px;margin-bottom:20px}@media(min-width: 768px){.categories-grid{grid-template-columns:repeat(3, 1fr)}}@media(min-width: 992px){.categories-grid{grid-template-columns:repeat(4, 1fr);margin-bottom:40px}}.categories-grid__item{width:160px}@media(min-width: 768px){.categories-grid__item{width:220px}}.categories-grid__item .category-link{display:block}.categories-grid__item .category-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.categories-grid__item .category-title{font-size:15px;font-weight:400;text-align:center;margin:12px 0 0}@media(min-width: 992px){.categories-grid__item .category-title{font-size:18px}}.product-tags__list,.tematika-attributes__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8px;position:relative;max-height:150px;overflow:hidden;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out;padding-bottom:40px}.product-tags__list.active,.tematika-attributes__list.active{max-height:2000px}.product-tags__list .tag-link,.product-tags__list .tematika-link,.tematika-attributes__list .tag-link,.tematika-attributes__list .tematika-link{display:block;padding:6px 10px;border-radius:3px;background:#9c9c9c;font-size:12px;color:#fff;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out}.product-tags__list .tag-link:hover,.product-tags__list .tematika-link:hover,.tematika-attributes__list .tag-link:hover,.tematika-attributes__list .tematika-link:hover{background:#e88846}.product-tags__list .btn-more,.tematika-attributes__list .btn-more{width:100%;height:40px;position:absolute;bottom:0;left:0;background:-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(15%, #f7f7f7));background:linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #f7f7f7 15%);color:#9c9c9c;text-align:right;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out}.product-tags__list .btn-more:hover,.tematika-attributes__list .btn-more:hover{font-weight:700px;color:#e88846}.products-list .products-list__item{width:100%;max-width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}@media(min-width: 992px){.products-list .products-list__item{height:unset;display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.products-list .products-list__item .item-content__thumb{display:block;width:100%;height:188px;border-radius:3px;margin-bottom:20px;overflow:hidden;position:relative}@media(min-width: 992px){.products-list .products-list__item .item-content__thumb{height:316px}}.products-list .products-list__item .item-content__thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-webkit-transition:-webkit-transform .4s ease-in-out;transition:-webkit-transform .4s ease-in-out;transition:transform .4s ease-in-out;transition:transform .4s ease-in-out, -webkit-transform .4s ease-in-out}.products-list .products-list__item .item-content__thumb img:hover{-webkit-transform:scale(1.15);-ms-transform:scale(1.15);transform:scale(1.15)}.products-list .products-list__item .item-content__thumb .add-to-wishlist{position:absolute;right:10px;top:10px;z-index:3}.products-list .products-list__item .item-content__title{font-size:15px;font-weight:500;margin-bottom:20px;color:#9c9c9c}@media(min-width: 992px){.products-list .products-list__item .item-content__title{margin-bottom:32px;font-size:18px}}.products-list .products-list__item .item-footer{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:10px}@media(min-width: 992px){.products-list .products-list__item .item-footer{gap:15px}}.products-list .products-list__item .item-footer .product-quantity{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:15px}@media(min-width: 992px){.products-list .products-list__item .item-footer .product-quantity{width:auto}}.products-list .products-list__item .item-footer .product-quantity__label{font-size:16px;font-weight:500;color:#9c9c9c;white-space:nowrap}.products-list .products-list__item .item-footer .product-quantity__counter{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:1px solid #c9c9c9;border-radius:4px;overflow:hidden}@media(min-width: 992px){.products-list .products-list__item .item-footer .product-quantity__counter{width:auto}}.products-list .products-list__item .item-footer .product-quantity__btn{width:40px;height:40px;border:none;background-color:#f7f7f7;color:#9c9c9c;font-size:18px;font-weight:600;cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease}.products-list .products-list__item .item-footer .product-quantity__btn:hover{background-color:#e88846;color:#fff}.products-list .products-list__item .item-footer .product-quantity__btn:disabled{opacity:.5;cursor:not-allowed}.products-list .products-list__item .item-footer .product-quantity__input{width:calc(100% - 80px);height:40px;border:none;text-align:center;font-size:16px;font-weight:500;background-color:#fff;color:#9c9c9c}@media(min-width: 992px){.products-list .products-list__item .item-footer .product-quantity__input{width:60px}}.products-list .products-list__item .item-footer .product-quantity__input:focus{outline:none;background-color:#f7f7f7}.products-list .products-list__item .item-footer .product-quantity__input::-webkit-outer-spin-button,.products-list .products-list__item .item-footer .product-quantity__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.products-list .products-list__item .item-footer .product-quantity__input[type=number]{-moz-appearance:textfield}.products-list .products-list__item .item-footer .product-price{font-size:18px;font-weight:700}.products-list .products-list__item .item-footer .product-price__current{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px}.products-list .products-list__item .item-footer .product-price__sale{color:#e88846}.products-list .products-list__item .item-footer .product-price__old{color:#9c9c9c;text-decoration:line-through}.products-list .products-list__item .item-footer .product-price__regular{color:#e88846}.products-list .products-list__item .item-footer__actions{width:100%}@media(min-width: 992px){.products-list .products-list__item .item-footer__actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:12px}}.products-list .products-list__item .item-footer__actions .buy-in-click{margin-bottom:12px}@media(min-width: 992px){.products-list .products-list__item .item-footer__actions .buy-in-click{margin-bottom:0}}.products-list .products-list__item .item-footer__actions .add-to-cart{width:100%}.products-list .products-list__item .item-footer__actions .btn{width:100%;height:40px;padding:12px 15px}@media(min-width: 992px){.products-list .products-list__item .item-footer__actions .btn{height:50px;width:calc(50% - 6px)}}.products-list{display:grid;gap:40px 20px;grid-template-columns:repeat(2, minmax(0, 1fr))}@media(min-width: 768px){.products-list{grid-template-columns:repeat(3, minmax(0, 1fr))}}.related{padding:50px 15px 0}@media(min-width: 992px){.related{padding:50px 0 0}}.related .related-title{margin-bottom:0}.related-list{display:-webkit-box;display:-ms-flexbox;display:flex;gap:0}@media(min-width: 992px){.related-list{display:grid;gap:40px 20px;grid-template-columns:repeat(4, 1fr)}}.related-list .product-stock{display:none}.related .swiper-related{margin-top:-30px;padding-top:60px}@media(min-width: 992px){.related .swiper-related{margin-top:-44px;padding-top:113px}}.related .swiper-button{width:30px;height:30px;border-radius:3px;position:absolute;top:0;z-index:2;background:#e88846;-webkit-transition:opacity .4s ease-in-out;transition:opacity .4s ease-in-out;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media(min-width: 992px){.related .swiper-button{display:none}}.related .button-prev{right:43px}@media(min-width: 992px){.related .button-prev{right:53px}}.related .button-next{right:0}.archive-header__sorting{margin-bottom:20px}@media(min-width: 992px){.archive-header__sorting{margin-bottom:0}}.woocommerce-ordering select{padding:12px 16px;border:1px solid #f7f7f7;background-color:#f7f7f7;border-radius:8px;font-size:14px;color:#9c9c9c;cursor:pointer;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out}.woocommerce-ordering select:focus{outline:none}.sorting-loading{background:hsla(0,0%,100%,.9);border-radius:8px;margin:20px 0}.sorting-loading span{color:#e88846;font-weight:500;position:relative;padding-left:20px}.sorting-loading span::before{content:"";position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:16px;height:16px;border:2px solid #e88846;border-top-color:rgba(0,0,0,0);border-radius:50%;-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite}@-webkit-keyframes spin{to{-webkit-transform:translateY(-50%) rotate(360deg);transform:translateY(-50%) rotate(360deg)}}@keyframes spin{to{-webkit-transform:translateY(-50%) rotate(360deg);transform:translateY(-50%) rotate(360deg)}}.products-list__item--empty{text-align:center;padding:40px 20px;color:#666;font-style:italic}.products-list__item--empty p{margin:0;font-size:16px}.pagination-wrapper{width:100%;margin-top:32px}.pagination-wrapper .page-numbers{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:8px}.pagination-wrapper .page-numbers a:not(.dots),.pagination-wrapper .page-numbers span:not(.dots){display:block;padding:10px 16px;border-radius:3px;background:#f7f7f7;color:#9c9c9c;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out}.pagination-wrapper .page-numbers a:not(.dots):hover,.pagination-wrapper .page-numbers a:not(.dots).current,.pagination-wrapper .page-numbers span:not(.dots):hover,.pagination-wrapper .page-numbers span:not(.dots).current{background:#e88846;color:#fff}.pagination-wrapper .page-numbers a.prev svg path,.pagination-wrapper .page-numbers a.next svg path,.pagination-wrapper .page-numbers span.prev svg path,.pagination-wrapper .page-numbers span.next svg path{-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out}.pagination-wrapper .page-numbers a.prev:hover svg path,.pagination-wrapper .page-numbers a.next:hover svg path,.pagination-wrapper .page-numbers span.prev:hover svg path,.pagination-wrapper .page-numbers span.next:hover svg path{fill:#fff}.viewed-products{display:grid;gap:40px 10px;grid-template-columns:repeat(2, 1fr)}.viewed-products__item .product-image{display:block;height:200px;overflow:hidden;border-radius:3px;margin-bottom:20px}.viewed-products__item .product-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.viewed-products__item .product-info .product-title{margin-bottom:10px;font-size:14px}.viewed-products__item .product-price{margin-bottom:10px}.viewed-products__item .product-price ins,.viewed-products__item .product-price bdi{color:#e88846}.viewed-products__item .product-actions .btn{width:100%}.viewed-products__item .product-actions .btn:first-child{margin-bottom:20px}@media(min-width: 992px){.archive-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:60px 32px;margin-bottom:50px;padding-top:0}}.archive-header{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%}.archive-header__title{margin:0;font-size:24px;font-weight:400;margin-bottom:20px}@media(min-width: 992px){.archive-header__title{font-size:36px;margin-bottom:0}}.archive-header .filter-btn{margin-bottom:20px}@media(min-width: 992px){.archive-header .filter-btn{display:none}}.archive-header .filter-btn svg{width:24px;height:24px}.archive-header__sorting{width:100%}@media(min-width: 992px){.archive-header__sorting{width:auto}}.archive-header__sorting select{width:100%}@media(min-width: 992px){.archive-grid{width:calc(75% - 32px)}.archive-grid.shop{width:100%}}.archive-grid .btn-load{margin:30px auto 0;background-color:#383838;color:#fff}@media(min-width: 992px){.archive-sidebar{width:25%;max-height:unset;overflow:visible}}.archive-sidebar__wrapper{padding:15px 12px;border-radius:3px;background:#f7f7f7;color:#9c9c9c}@media(min-width: 992px){.archive-sidebar__wrapper{width:100%;padding:30px 20px}}.archive-sidebar__wrapper .widget .wc-block-product-filter-checkbox-list__item{margin-bottom:8px}.archive-sidebar__wrapper .widget .wc-block-product-categories-list{color:#383838}.archive-sidebar__wrapper .widget .wc-block-product-categories-list-item:not(:last-child){margin-bottom:12px}.archive-sidebar__wrapper .widget .wc-block-product-categories-list-item a{-webkit-transition:color .4s ease-in-out;transition:color .4s ease-in-out}.archive-sidebar__wrapper .widget .wc-block-product-categories-list-item a:hover{color:#e88846}.archive-sidebar__wrapper .widget .wc-block-product-categories-list-item .wc-block-product-categories-list{margin-top:12px;margin-left:15px;list-style:disc;color:#9c9c9c}.archive-sidebar__wrapper .widget .wc-block-product-categories-list-item .wc-block-product-categories-list .wc-block-product-categories-list{list-style:circle}.archive-sidebar__wrapper .widget_categories,.archive-sidebar__wrapper .recently-viewed-widget{max-height:0;overflow:hidden;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out}@media(min-width: 992px){.archive-sidebar__wrapper .widget_categories,.archive-sidebar__wrapper .recently-viewed-widget{max-height:unset;margin-top:30px}}.archive-sidebar__wrapper .widget_categories.active,.archive-sidebar__wrapper .recently-viewed-widget.active{max-height:2400px;margin-top:20px}.archive-sidebar__wrapper .widget_nav_menu .menu-item{color:#383838}.archive-sidebar__wrapper .widget_nav_menu .menu-item .sub-menu{list-style:disc;margin:15px 0;padding-left:15px}.archive-sidebar__wrapper .widget_nav_menu .menu-item .sub-menu li{color:#9c9c9c}.archive-sidebar__wrapper .widget_nav_menu .menu-item .sub-menu li:not(:last-child){margin-bottom:12px}.archive-sidebar h2,.archive-sidebar h3{margin:0 0 12px;color:#383838}.archive-footer{margin-top:40px;padding:15px 12px;border-radius:3px;background:#f7f7f7;line-height:1.5;color:#383838}@media(min-width: 992px){.archive-footer{width:100%;margin-top:0;padding:30px 20px}}.archive-footer .tax-description h2{font-weight:600;line-height:1.3}@media(min-width: 992px){.archive-footer .tax-description h2{font-size:28px}}.archive-footer .tax-description h2:not(:first-child){margin:20px 0 30px}@media(min-width: 992px){.archive-footer .tax-description h2:not(:first-child){margin:30px 0 40px}}.archive-footer .tax-description h3{font-weight:600}.archive-footer .tax-description p{margin-bottom:12px}.archive-footer .tax-description img{display:block;margin:0 0 15px}@media(min-width: 992px){.archive-footer .tax-description img.alignleft{float:left;margin-right:20px}}@media(min-width: 992px){.archive-footer .tax-description img.alignright{float:right;margin-left:20px}}@media(min-width: 992px){.archive-footer .tax-description img.aligncenter{margin:0 auto}}.archive-footer .tax-description ol,.archive-footer .tax-description ul{margin:30px 0;padding-left:20px;list-style:disc}.archive-footer .tax-description ol li:not(:last-child),.archive-footer .tax-description ul li:not(:last-child){margin-bottom:12px}.archive-footer .tax-description ol{list-style:decimal}.archive-footer .tax-description iframe{width:100%;height:320px}@media(min-width: 992px){.archive-footer .tax-description iframe{height:675px}}