/**/
:where([class^="ri-"])::before {
	content: "\f3c2";
}

.hero-slide {
	transition: transform 0.5s ease-in-out;
}

.carousel-container {
	overflow: hidden;
}

.product-carousel {
	transition: transform 0.3s ease;
}

.brand-carousel {
	animation: scroll 20s linear infinite;
}

@keyframes scroll {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-100%);
	}
}

.animate-fade-in {
	animation: fadeIn 0.6s ease-in-out;
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(20px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}
/* PRODUKT */
.thumbnail-active {
    border: 2px solid #dc2626;
}

.quantity-input {
    -webkit-appearance: none;
    -moz-appearance: textfield;
    appearance: none;
}

.quantity-input::-webkit-outer-spin-button,
.quantity-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.to_favorites.active{
    background: #dc2626;
    color: #ffffff;
}
/* CATEGORY */
.filter-checkbox {
    appearance: none;
    width: 16px;
    height: 16px;
    border: 2px solid #d1d5db;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
    transition: all 0.2s;
}

.filter-checkbox:checked {
    background-color: #dc2626;
    border-color: #dc2626;
}

.filter-checkbox:checked::after {
    content: '✓';
    position: absolute;
    top: -2px;
    left: 1px;
    color: white;
    font-size: 12px;
    font-weight: bold;
}

.price-range {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 6px;
    border-radius: 3px;
    background: #e5e7eb;
    outline: none;
}

.price-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #dc2626;
    cursor: pointer;
    border: 2px solid white;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.price-range::-moz-range-thumb {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #dc2626;
    cursor: pointer;
    border: 2px solid white;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
/* ABOUT */
.text-balance {
    text-wrap: balance;
}

.timeline-item {
    position: relative;
    padding-left: 2rem;
}

.timeline-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.5rem;
    width: 12px;
    height: 12px;
    background: #dc2626;
    border-radius: 50%;
}

.timeline-item::after {
    content: '';
    position: absolute;
    left: 5px;
    top: 1.5rem;
    width: 2px;
    height: calc(100% - 1rem);
    background: #e5e7eb;
}

.timeline-item:last-child::after {
    display: none;
}

.slick-dots {
    bottom: -50px;
}

.slick-dots li button:before {
    color: #dc2626;
    font-size: 12px;
}

.slick-dots li.slick-active button:before {
    color: #dc2626;
}

.slick-prev,
.slick-next {
    z-index: 10;
}

.slick-prev {
    left: -50px;
}

.slick-next {
    right: -50px;
}

.slick-prev:before,
.slick-next:before {
    color: #dc2626;
    font-size: 24px;
}
/* SW Style */
html{
	background: #1f2937;
}
/**/
/* Хелпер */
#stuffHelper {
    position: absolute;
    z-index: 100;
    width: 180px;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #e5e7eb;
    display: none;
    border-radius: 8px !important;
    text-align: center;
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}

.slick_click #stuffHelper{
    left: 50% !important;
}

#stuffHelper div {
    text-align: center;
}

.shs-count{
    font-size: 14px;
    margin-bottom: 10px;
}

.shs-count label, .shs-count span{
    display: inline-block;
    position: relative;
    vertical-align:middle;
}

.shop-stuff .shs-price .shk-but {
    float: right;
    vertical-align: middle;
}

.shk-but {
    background: #dc2626;
    border: none;
    border-radius: 6px;
    margin: 0px 6px;
    padding: 0px 12px;
    height: 24px;
    color: #fff;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
}

.shk-but:hover{
    background: #dc2626;
    opacity: 0.85;
}

.shk-but:active {
    background: #dc2626;
    outline:none;
}

.cancelButton{
    background: #1f2937;	
}

.shs-count label{
    border: 2px solid #dc2626;
    border-radius: 4px;
    position: relative;
    width: 70px;
    height: 24px;
    background: #fff;
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
}

.shs-count label .field-arr {
    display: block;
    width: 15px;
    height: 20px;
    line-height: 48px;
    font-size: 18px;
    color: #fff;
    color: #000;
    background: #000;
    background: #dc2626;
    cursor: pointer;
    position: absolute;
    left: 0px;
    top: 0px;
    text-align: center;
    border-radius: 0px;
}

.shs-count label .field-arr.up {
    left: initial;
    right: 0px;
    line-height: 48px;
}

.shs-count label .field-arr.up:before{
    content: "+";
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    position: absolute;
    left: 3px;
    top: 0px;
}

.shs-count label .field-arr.down:before{
    content: "-";
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    position: absolute;
    left: 4px;
    top: -1px;
}

.shs-count label [name*="count"] {
    display: block;
    padding: 0px;
    border: none;
    background-color: transparent;
    width: 34px;
    vertical-align: middle;
    height: 22px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    left: 16px;
    top: 0px;
    color: #1A1D1F;
    border: none !important;
    outline: none !important;
}

.shs-count label .field-arr:hover {
    background: #dc2626;
}

.shs-count span, #stuffHelperName{
    color: #000;
}

#stuffHelperName{
    display: block;
    padding-bottom: 10px;
}

#shk_butEmptyCart{
    margin-bottom: 14px;
    display: inline-block;
}
/**/
.tiny_text{
    position: relative;
}

.tiny_text p{
   margin-bottom: 20px;   
}

.tiny_text ul, .tiny_text ol {
  list-style: initial;
  margin-left: 20px;
  display: block; 
}

.tiny_text ul ul, .tiny_text ol ol {
  margin-left: 40px;
  list-style-type: circle;
}

.tiny_text li {
  display: list-item;
}
/**/
/* Форма оформления */
.special, .lastname{
    display: none;
}
/**/
#c-hamburger{
    display: none;
}
/**/
@media all and (max-width: 768px) {
    /**/
    /* Шапка */
    #sw_header_city{
        margin-left: 25px;
    }

    #sw_header_contacts > div:nth-child(1){
        display: none;
    }
    /**/
    #c-hamburger {
        display: block;
        position: fixed;
        left: 10px;
        top: 8px;
        z-index: 999;
        width: 30px;
        height: 20px;
        cursor: pointer;
    }

    #c-hamburger span {
        display: block;
        position: absolute;
        top: 9px;
        left: 0px;
        height: 2px;
        width: 25px;
        background-color: #000000;
        border-radius: 0px;
    }
    
    #c-hamburger span::before,
    #c-hamburger span::after {
        content: "";
        position: absolute;
        display: block;
        left: 0px;
        width: 25px;
        height: 2px;
        background-color: #000000;
        border-radius: 0px;
        transition-duration: 0.1s, 0.1s;
        transition-delay: 0.1s, 0s;
    }

    #c-hamburger span::before {
        top: -7px;
        transition-property: top, transform;
    }

    #c-hamburger span::after {
        bottom: -7px;
        transition-property: bottom, transform;
    }
    
    #c-hamburger.is-active {

    }

    #c-hamburger.is-active span {
        background: none;
    }

    #c-hamburger.is-active span::before {
        top: 0;
        transform: rotate(45deg);
    }

    #c-hamburger.is-active span::after {
        bottom: 0;
        transform: rotate(-45deg);
    }

    #c-hamburger.is-active span::before,
    #c-hamburger.is-active span::after {
        transition-delay: 0s, 0.1s;
    }

    #c-hamburger.is-active span::before,
    #c-hamburger.is-active span::after {
        background-color: #000000;
    }
    /**/
    #sw_header_menu{
        position: fixed;
        left: 0px;
        top: 0px;
        padding: 40px 20px 10px 20px;
        background: rgb(243 244 246 / 1);
        z-index: 998;
        display: none;
    }
    
    #sw_header_menu nav{
        display: block;
    }

    #sw_header_menu nav a{
        display: block;
        padding: 5px;
        font-size: 15px;
    }
    /**/
    #sw_header_line2{
        padding: 5px 10px;
    }

    #sw_header_line2 > div{
        position: relative;
    }

    #sw_header_logo{
        width: 70px;
    }

    #sw_header_logo div:nth-child(2){
        font-size: 7px;
        line-height: 7px;
    }

    #sw_header_ctg{
        display: none;
    }
    /**/
    #sw_header_search{
        margin: 0px 10px;
    }

    #sw_header_search input{
        padding: 2px 5px 2px 25px;
        border-radius: 8px;
        font-size: 14px;
    }

    #sw_header_search div div{
        left: 5px;
    }
    /**/
    #sw_header_actions > div{
        gap: 12px;
    }

    #sw_header_actions .text-2xl{
        margin-right: 0px;
    }

    #sw_header_actions .text-sm{
        display: none;
    }
    /**/
    #sw_header_line3{
        display: none;
    }
    /* Подвал */
    footer{
        padding: 25px 0px !important;
    }

    footer > div > div{
        display: block !important;
    }
    /**/
    #sw_footer_name{
        margin-bottom: 25px;
    }

    #sw_footer_menu1, #sw_footer_menu2{
        display: none;
    }
    /* Общее */
    h1{
        font-size: 22px !important;
        line-height: 28px !important;
        margin-bottom: 20px !important;
    }

    h2{
        font-size: 20px !important;
        line-height: 26px !important;
        margin-bottom: 20px !important;
    }

    h3{
        font-size: 14px !important;
        line-height: 16px !important;
        margin-bottom: 5px !important;
    }
    /**/
    /* Hero Slider */
    /**/
    #sw_hero_slider > div{
        height: 400px !important;
    }

    #sw_hero_slider span{
        padding: 3px 10px;
        font-size: 14px;
    }

    #sw_hero_slider h1{
        font-size: 22px;
        line-height: 28px;
    }

    #sw_hero_slider p{
        font-size: 18px;
        line-height: 22px;
    }

    #sw_hero_slider a{
        padding: 3px 6px;
        font-size: 14px;
    }
    /**/
    /* Quick Categories */
    /**/
    #sw_quick_categories .grid{
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 10px !important;
    }

    #sw_quick_categories a{
        padding: 0;
    }

    #sw_quick_categories a > div{
        width: 100%;
        height: 100px;
    }
    /**/
    /* Best Sellers */
    /**/
    #sw_best_sellers{

    }

    #bestSellersSlider{
        gap: 10px;
    }

    #bestSellersSlider > div{
        width: 50% !important;
        min-width: 50% !important;
        box-sizing: border-box;
        padding: 10px;
        border-radius: 12px;
    }


    #sw_best_sellers button.-left-10{
        left: 15px !important;
        top: -35px !important;
    }

    #sw_best_sellers button.-right-10{
        right: 15px !important;
        top: -35px !important;
    }
    /**/
    /* Promotional Blocks */
    /**/
    #sw_promotional_blocks .grid{
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
        gap: 10px;
    }

    #sw_promotional_blocks .group{
        border-radius: 15px;
    }

    #sw_promotional_blocks .p-6{
        padding: 15px;
    }
    /**/
    /* Brand Carousel */
    /**/
    #sw_brand_carousel .p-6{
        padding: 15px;
        width: 120px !important;
        min-width: 120px !important;
    }

    #sw_brand_carousel .text-3xl{
        font-size: 18px;
        line-height: 22px;
    }
    /**/
    /* Delivery Information */
    /**/
    #sw_delivery_information .grid{
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }
    /**/
    #sw_delivery_information_list{
        gap: 10px;
    }

    #sw_delivery_information_list > div{
        padding: 10px;
        border-radius: 12px;
        gap: 5px;
    }

    #sw_delivery_information_list .w-10{
        width: 28px !important;
        min-width: 28px !important;
        height: 28px !important;
        border-radius: 12px;
    }

    #sw_delivery_information_list .text-xl{
        font-size: 16px;
    }

    #sw_delivery_information_list .font-bold{
        font-size: 14px;
        line-height: 14px;
        margin-bottom: 5px;
    }

     #sw_delivery_information_list .text-sm{
        font-size: 14px;
        line-height: 14px;
        display: block;
    }   
    /**/
    #sw_delivery_information_calc{
        padding: 15px;
        border-radius: 12px;
    }

    #sw_delivery_information_calc .space-y-6 > div{
        margin-top: 0px;
        margin-bottom: 15px;
    }

    #sw_delivery_information_calc .space-y-6 button{
        margin-top: 0px;
        padding: 5px !important;
        border-radius: 12px;
    }

    #sw_delivery_information_calc .space-y-6 button .calculate-text{
        font-size: 15px;
    }

    #sw_delivery_information_calc input{
        padding: 5px 5px 5px 30px !important;
        border-width: 1px;
        border-radius: 12px;
    }

    #sw_delivery_information_calc .absolute{
        left: 10px;
    }
    /**/
    #sw_delivery_information_map{
        border-radius: 12px;
    }

    #sw_delivery_information_map .absolute{
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
    }
    
    #sw_delivery_information_map .absolute:nth-child(1){
        height: 300px;
    }

    #sw_delivery_information_map .absolute:nth-child(2) > div{
        padding: 10px;
        border-radius: 12px;
    }
    /**/
    /* Team */
    /**/
    #sw_team .grid{
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 10px;
    }

    #sw_team .grid > div{
        padding: 10px;
    }

    #sw_team .grid .group{
        margin-bottom: 15px;
    }

    #sw_team .grid h3{
        font-size: 16px !important;
        line-height: 20px !important;
        margin-bottom: 5px !important;
    }

    #sw_team .grid .text-base{
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 10px;
    }
    /**/
    /* Advantages */
    /**/
    #sw_advantages .grid{
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 10px;
        padding: 10px;
        border-radius: 12px;
    }
    /**/
    #sw_advantages_list > div{
        padding: 0 !important;
    }

    #sw_advantages_list > div > div{
        width: 56px;
        height: 56px;
        border-radius: 12px;
        margin-bottom: 15px;
    }

    #sw_advantages_list > div h3{
        font-size: 15px !important;
        line-height: 20px !important;
    }

    #sw_advantages_list > div p{
        font-size: 14px;
        line-height: 20px;
    }
    /**/
    /* Reviews */
    /**/
    #sw_reviews{

    }
    /**/
    /* News */
    /**/
    #sw_news .grid{
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
        gap: 10px;
    }

    #sw_news .grid .group{
        border-radius: 12px;
    }

    #sw_news .grid .group .p-6{
        padding: 10px;
        height: auto !important;
    }

    #sw_news .grid .group .p-6 .font-bold{
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 5px;
    }
    /* Все страницы */
    #shopCart{
        right: -10px;
    }

    .slick-prev {
        left: 10px;
    }

    .slick-next {
        right: 10px;
    }
    /**/
    .max-w-7xl .bg-white{
        padding: 10px;
    }
    /**/
    .max-w-7xl .pb-5 nav{
        display: block;
    }

    .max-w-7xl .pb-5 nav > a{
        display: inline-block;
        vertical-align: top;
    }   
    /* О компании */
    /**/
    .sw_page_about{

    }
    /**/
    /* Каталог */
    /**/
    .sw_page_6 .grid{
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
    .sw_page_6 .grid h3{
        font-size: 15px !important;
        line-height: 18px !important;
    }
    /**/
    /* Новости */
    /**/
    .sw_page_39 .grid{
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    /**/
    /* Новость */
    /**/
    .sw_page_news .grid{
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    /**/
    /* Новинки */
    /**/
    .sw_page_38 .grid{
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 10px;
    }
    /**/
    /* Акции */
    /**/
    .sw_page_37 .grid{
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 10px;
    }
    /**/
    /* Результаты поиска */
    /**/
    .sw_page_12 .grid{
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 10px;
    }
    /**/
    /* Избранное */
    /**/
    .sw_page_13 .grid{
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 10px;
    }
    /**/
    /* Категория */
    /**/
    .sw_page_category > .max-w-7xl > div{
        display: block;
    }

    .sw_page_category > .max-w-7xl > div > div{
        width: auto;
    }

    .sw_page_category > .max-w-7xl > div .w-64{
        display: none;
    }
    /**/
    #gridView .grid{
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 10px;
    }
    /**/
    #sw_category_sort span.text-gray-600{
        display: none;
    }

    /*
    #sortButton{
        padding: 5px;
    }

    #selectedSort{
        font-size: 14px;
    }
    /**/
    #listView form > div{
        display: block;
    }

    #listView .text-xl{
        font-size: 16px;
        line-height: 20px;
    }

    #listView button{
        padding: 5px 10px !important;
        font-size: 15px;
    }

    #listView .inline-flex {
        display: block;
    }
    /**/
    #sw_paginate a{
        padding: 5px;
        font-size: 14px;
        line-height: 14px;
    }
    /**/
    /* Товар */
    /**/
    #addToCart, #buyNow{
        padding: 5px 10px;
        font-size: 15px;
    }

    #sw_tovar_recommended .grid{
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 10px;
    }
    /**/
    #sw_tovar_tabs nav{
        overflow-y: auto;
    }

    #sw_tovar_tabs nav button{
        padding: 10px;
        font-size: 14px;
        line-height: 16px;
        white-space: nowrap;
    }

    #sw_tovar_tabs .p-8{
        padding: 10px;
    }
    /**/
    /* Корзина */
    /**/
    #sw_cart_list .bg-white > div{
        display: block;
    }

    #sw_cart_list .bg-white .flex-grow{
        margin-bottom: 10px;
    }
    /**/
    #sw_cart_related .grid{
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 10px;
    }
    /**/
    /* Контакты */
    /**/
    #sw_contacts_list{
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
        gap: 10px;
    }
    /**/
    #sw_contacts_office{
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
        gap: 10px;
    }
    /**/
    #sw_contacts_team .grid{
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 10px;
    }
    /**/
    #sw_contacts_form .bg-white{
        padding: 15px;
    }

    #sw_contacts_form button:nth-child(2){
        display: none;
    }
    /**/
    #sw_contacts_connection .grid{
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
        gap: 10px;
    }
    /**/
    /* 111 */
    /**/
    /**/
    /* 111 */
    /**/
    /**/
    /* 111 */
    /**/
    /**/
}
/**/
/**/