.spw-product-slider {
	 font-family: "Exo 2", Sans-serif;
}

.brands-reset-btn {
	margin: 1.2rem 0;
}

.spw-slider-nav {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    align-items: center;
	margin-top: 15px;
}
.btn-container {
    display: flex;
    gap: 10px;
}
.btn-container a.spw-btn {
	    margin-right: 15px;
}

.spw-product-slider button, .spw-product-slider a {
    cursor: pointer;
}
.spw-product-slider a.segment-reset-btn {
    background: #EE3124;
    color: #fff;
    border: none;
    padding: 8px 16px;
    border-radius: 20px;
    cursor: pointer;
    transition: background 0.3s;
    text-align: center;
    font-weight: 500;
}

.spw-product-slider .product-image {
	min-height: 193.02px;
}

.spw-product-slider .product-card {
	display: flex;
    flex-direction: column;
    /*justify-content: space-between;*/
	justify-content: flex-start;
	margin: 0.5%;
	align-items: center;
}

.spw-product-slider .product-card .product-image {
	background: #fff;
	position: relative;
}

.spw-product-slider .product-card {
    position: relative;
    text-decoration: none;
    color: inherit;
    border: 1px solid #ddd;
    padding: 0;
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.2s, box-shadow 0.2s;
}
.spw-product-slider .product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}
.spw-product-slider .product-card img {
    width: 100%;
    height: auto;
    border-radius: 6px;
}
.product-card h3 {
    font-size: 17px;
    margin: 10px 0 5px;
    text-align: center;
	padding: 0 10px;
}
.spw-product-slider .price-tag {
    position: absolute;
    bottom: 0;
    right: 0px;
    top: auto;
    font-style: italic;
    background: #FFF200;
    color: #fff;
    color: #EE3124;
    border-radius: 5px;
    font-size: 2.8rem;
    font-family: "Exo 2", "Exo2", Sans-serif;
    font-weight: 800;
	padding: 5px 10px;
}
.spw-product-slider .old-price {
    position: absolute;
    top: auto;
    /* left: 4px; */
    bottom: 10px;
    right: 0;
    /* background: #fff; */
    color: #888;
    border-radius: 5px;
    font-size: .9rem;
    font-family: "Exo 2", "Exo2", Sans-serif;
    font-weight: 600;
    font-style: italic;
    padding: 0 5px;
}
.old-price {
    text-decoration: line-through;
    color: #888;
    font-size: 13px;
    text-align: center;
    margin-top: 4px;
	font-family: "Exo 2", "Exo2", Sans-serif;
}
.discount-tag {
    position: absolute;
    transform: rotate(-30deg);
    top: 20px;
    left: 15px;
    background: #ffffff;
    color: #ee3124;
    padding: 4px 6px;
    font-weight: 800;
    font-style: italic;
    font-size: 1.39rem;
    border-radius: 4px;
    font-family: "Exo 2", "Exo2", Sans-serif;
    text-align: center;
    line-height: 60%;
    border: 1px solid #ee3124;
}
.discount-tag span {
	font-size: 0.67rem;
	font-weight: 500;
	
}

.segment-cloud a.segment-link {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
	font-family: "Exo 2", "Exo2", Sans-serif;
	text-align: center;
    line-height: 1;
	 align-items: center;
}

.promo-period {
    color: #EE3124;
    font-family: "Exo 2", "Exo2";
	 margin-bottom: 10px;
}

.spw-product-slider .spw-btn {
	    width: 10%;
		text-align: center;
		min-width: 96px;
		border-radius: 5px;
}

.spw-product-slider .product-card .promo-period {
    color: #EE3124;
    font-family: "Exo 2", "Exo2";
    font-size: 0.8125rem;
    font-weight: 600;
    padding: 5px;
    text-align: center;
    border-radius: 4px;
    /* background: #fff200; */
    margin: 10px 0;
}

/*Аккордеон*/
.segment-link.active {
	justify-content: center;
}
.spw-product-slider .swiper-slide {
    height: auto;
	display: flex;
}
.spw-slider-prev,
.spw-slider-next{
	opacity: 1;
	transition: .2s;
}

.spw-slider-prev.disabled{ 
	opacity: .3;
	pointer-events: none;
}
@media(max-width: 767px) {
	.spw-slider-prev, .spw-slider-next {
		display: none;
	}
}
.spw-slider-info {
    font-size: 1.25rem;
    font-weight: 500;
    color: #000000;
}
@media(max-width: 500px) {
	.spw-slider-nav {
    	/*flex-direction: column-reverse;*/
    	gap: 10px;
        margin-top: 15px;
	}
	.spw-slider-info {
    font-size: 1rem;
	}
}
@media(min-width: 768px) {
	.spw-slider-info {
    position: relative;
    top: 8px;
	}
}