/*  
Theme Name: Vitss
Theme URI: 
Description: Vitss theme
Version: 2.1
 
*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	width: 100%;
	overflow-x: hidden;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	color: inherit;

}
a:hover {
	color: inherit;
	text-decoration: none;
}
body {
	--main-green : #189677;
	--main-red : #EA0b18;
	font-family: "roboto";
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1450px;
    }
}


.discount-section,
.category-section,
.popular-section,
.brands-section,
.blog-section,
.view-section,
.form-call-section {
	margin-bottom: 70px;
}
.section-title {
	font-size: 26px;
	line-height: 1;
	margin-left: 40px;
	margin-bottom: 20px;
}

.single-discount {
	padding: 42px 32px 42px 42px;
	padding: 0;
	position: relative;
	border-radius: 15px;
	overflow: hidden;
	
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 24px;
    
}
.single-discount .thumb {
	position: relative;
	width: 100%;
	aspect-ratio: 107 / 143;
    top: 0;
    left: 0;
    z-index: 0;
}
.single-discount h5{
	font-size: 22px;
	line-height: 24px;
	width: 250px;
	max-width: 100%;
	color: #000000;
	z-index: 1;
	position: relative;
}
.single-discount .bottom-btn {
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
}
.single-discount .bottom-btn .btn {
	border-radius: 50px;
	background-color: #7c3bb5;
	color: #ffffff;
	padding: 14px 40px;
	font-size: 18px;
	line-height: 1;
}
.single-discount .bottom-btn .icon {
	width: 42px;
	height: 42px;
	padding: 12px;
	background-color: var(--main-green);
	border-radius: 10px;
}
.single-discount .bottom-btn .icon img {

}

.owl-item .single-item {
	width: 100%;
    height: 100%;
}

.owl-dots {
    text-align: center;
}
.owl-dots button.owl-dot.active span, 
.owl-dots button.owl-dot:hover span {
  background-color: var(--main-green);
  border-radius: 50%;
  height: 12px;
  width: 12px;
  position: absolute;
  top: 1px;
  left:1px;

}
.owl-dots button.owl-dot{
  border: 1px solid gray;
  background: white;
   border-radius: 50%;
   height: 16px;
   width: 16px;
   position: relative;
     margin-left: 8px;
  margin-right: 8px;
}
.catalog-products-list .single-item {
	padding-bottom: 30px;
}
.catalog-products-list .single-item .single-prod {
	height: 100%;
	justify-content: space-between;
}
.catalog-products-list .single-item  a {
	display: contents;
	text-decoration: none;
}

.single-prod {
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    /*background-color: #f7f7f7;*/
    border-radius: 10px;
    overflow: hidden;
    padding: 0 0 20px;
    transition: all .3s;
    margin-bottom: 0PX;
    height: 100%;
    min-height: 300px;
}
.single-prod .prod-meta {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 1;
	padding: 4px 10px;
	border-radius: 10px;
	background-color: var(--main-red);
	color: #ffffff;
	margin-bottom: 8px;
	transition: all .3s;
	margin-left: 20px;
	margin-right: 20px;
}

.single-prod .prod-title {
	font-size: 16px;
	font-weight: 500;
	line-height: 18px;
	margin-bottom: 12px;
	text-align: left;
	transition: all .3s;
	transition: all .3s;
	padding-left: 20px;
	padding-right: 20px;
}

.single-prod .prod-cat {
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 0px;
	text-align: left;
	color: var(--main-green);
	transition: all .3s;
	margin-bottom: 12px;
	padding-left: 20px;
	padding-right: 20px;
}
.single-prod .thumb {
	max-width: 100%;
	
	margin-bottom: 10px;
	overflow: hidden;
}
.single-prod .thumb img {
	width: 100%;
	max-width: 100%;
	aspect-ratio: 107 / 143;
    object-fit: cover;
}
.single-prod .price {
	font-size: 22px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 8px;
	margin-top: 0px;
	text-align: center;
	color: #000000;
	transition: all .3s;
	padding-left: 20px;
	padding-right: 20px;
}
.single-prod .price .new-price {
	color: var(--main-red);
	margin-right: 12px;
}
.single-prod .price .old-price {
	font-size: 18px;
	text-decoration: line-through;
}
.single-prod .btn {
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
	padding: 10px 35px;
	border-radius: 22px;
	background-color: #7c3bb5;
	color: #ffffff;
	transition: all .3s;
	margin-left: auto;
	margin-right: auto;
	width: calc(100% - 12px);
}

.single-prod:hover {
	background-color: #fde0c1;
	
}
.single-prod:hover .prod-cat {
	color: #ff8400;
}
.single-prod:hover .prod-meta,
.single-prod:hover .btn {
	background-color: #ff8400;
	color: #ffffff;
}
.category-section .single-cat a {
	display: contents;
}
.category-section .single-cat {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 50px;
}
.category-section .single-cat .thumb {
	border-radius: 50%;
	overflow: hidden;
	width: 100%;
    aspect-ratio: 1 / 1;
    margin-bottom: 26px;

}
.category-section .single-cat .thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.category-section .single-cat .title{
	font-size: 22px;
	line-height: 24px;
	text-decoration: underline;
	max-width: 160px;
	text-align: center;
	transition: all .3s;
}

.category-section .single-cat:hover .title {
	color: var(--main-green);
}
.single-brand {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 22px;
	background-color: #e9e9e9;
	width: 100%;
	aspect-ratio: 1 / 1;
	border-radius: 20px;
	transition: all .3s;
	margin-bottom: 30px;
}
.single-brand:hover {
	background-color: #c6ffc7;
}

.single-brand img{
    filter: grayscale(1);
    transition: all .3s;
}
.single-brand:hover img {
	filter: none;
}
.single-news {
	position: relative;
	max-height: 446px;
	height: 446px;
	margin-bottom: 30px;
}
.single-news .thumb {
	overflow: hidden;
	border-radius: 20px;
	width: 100%;
	height: 100%;
	
	z-index: 0;

}
.single-news a {
	display: contents;
}
.single-news .thumb img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.single-news .text{
	position: absolute;
	bottom: 0;
	left: 12px;
	color: #ffffff;
	padding-left: 40px;
	max-width: 100%;
    width: calc(100% - 24px);
    background: linear-gradient(0deg,rgba(0, 0, 0, 0.73) 0%, rgba(128, 128, 128, 0.74) 50%, rgba(255, 255, 255, 0) 100%);
}
.single-news .text .title {
	font-size: 30px;
	line-height: 1;
	width: 95%;
	max-width: 100%;
    /*height: 160px;*/
    margin-bottom: 20px;
    padding-top: 80px;
}

.single-news .text .btn {
	padding: 8px 30px;
	font-size: 18px;
	border-radius: 20px;
    /*background-color: rgb(255 255 255 / 23%);*/
    background-color: #7c3bb5;
    color: #ffffff;
    margin-bottom: 40px;
}

.form-call-section {
	height: 480px;
	background-image: url('img/Rectangle 11.jpg');
	background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 10%;
}
.form-call-section p {
	font-size: 40px;
	line-height: 45px;
	width: 390px;
	max-width: 100%;
	margin-bottom: 40px;
	color: var(--main-green);
}

.form-call-section form {
	width: 440px;
	max-width: 100%;
	font-size: 30px;
	line-height: 1;
}
.form-call-section form input {
	padding: 20px;
	font-size: 30px;
	    line-height: 1;
}
.form-call-section  .btn {
	padding: 20px;
	background-color: #ff8400;
	border: none;
   	aspect-ratio: 1 / 1;
    height: 79px;
}
.form-call-section svg {
	width: 24px;
	height: 24px;
    color: #fff;
}




.subfooter-section {
	margin-bottom: 70px;
        background: linear-gradient(270deg, transparent 25%, #b5d4d2 21%, transparent 50%);
        background: rgb(255,255,255);
		background: -moz-linear-gradient(90deg, rgba(255,255,255,0) 2%, #b5d4d2 19%, #b5d4d2 92%, rgba(255,255,255,0) 97%);
		background: -webkit-linear-gradient(90deg, rgba(255,255,255,0) 2%, #b5d4d2 19%, #b5d4d2 92%, rgba(255,255,255,0) 97%);
		background: linear-gradient(90deg, rgba(255,255,255,0) 2%, #b5d4d2 19%, #b5d4d2 92%, rgba(255,255,255,0) 97%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}
.subfooter-section .logo-col {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #eaf3f2;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.subfooter-section .links-col {
	background-color: #b5d4d2;
	padding: 32px 44px 18px;
	display: flex;
	flex-wrap: nowrap;
	
}
.subfooter-section .links-col .links-block {
	width: 210px;
	max-width: 100%;
}
.subfooter-section .links-col a p{
	font-size: 18px;
	line-height: 1;
	font-weight: 500;
	margin-bottom: 14px;
	color: #616161;
}
.subfooter-section .soc-col {
	background-color: #546f6d;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	padding-left: 30px;
	padding-top: 18px;
	padding-bottom: 18px;
}
.subfooter-section .soc-link {
	display: flex;
	align-items: center;
	
}
.subfooter-section .soc-link a {
	display: contents;
}
.subfooter-section .soc-col p:first-child {
	font-size: 20px;
	line-height: 1;
	color: #ffffff;
}
.subfooter-section .soc-link span {
	padding-left: 15px;
	font-size: 18px;
	line-height: 1;
	color: #ffffff;
}

footer {
	background-color: #b5d4d2;
	color: #546f6d;
	padding-top: 30px;
	padding-bottom: 20px;

}
footer .left {
	padding-left: 44px;
}
footer .left img {
	width: 130px;
	max-width: 100%;
	height: auto;
	margin-bottom: 18px;
}
footer .left p {
	margin-bottom: 18px;
	font-size: 25px;
	line-height: 1;
}
footer .right {
	padding-top: 12px;
}
footer .right p:first-child {
	margin-bottom: 27px;
	line-height: 1;
	font-size: 20px;
	font-weight: 500;
}
footer .right p {
	line-height: 20px;
	font-size: 14px;
	margin-bottom: 18px;
	width: 400px;
	max-width: 100%;
}



#wpadminbar {
	/*display: none!important;*/
}
.page {
	padding-top: 140px;
	position: relative;
}
.home-page header {
	    background-color: rgb(255 255 255 / 0%);

}
header {
	position: fixed;
	top: 0;
	width: 100%;
	background-color: #b5d4d2;
	z-index: 10;
}
header .container {
	
	margin-left: auto!important;
	margin-right: auto!important;
	padding-top: 15px;
	padding-bottom: 25px;
	
}
.head-top {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}
.head-top p {
	font-size: 12px;
	font-weight: 400;
	line-height: 1;

}
.home-page .head-top {
	color: #fff;
}
.head-top .head-cont {
	display: flex;
	flex-wrap: nowrap;
}
.head-top .head-cont a {
	display: contents;
}
.head-top .head-cont p {
	padding: 0 10px ;
}
.head-top .head-cont a:last-child p {
	text-decoration: underline;
}

.head-nav {
	display: flex;
	flex-wrap: nowrap;
}
.head-nav .left-nav {
	display: flex;
	border-radius: 12px;
	background-color: #ffffff;
}
.head-nav .logo {
	background-color: #189677;
	padding: 8px 32px 8px 16px;
	border-radius: 12px;
	overflow: hidden;
    border-bottom-right-radius: 50px;
}
.navbar-nav {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.navbar-nav .nav-item {
	height: 100%;
    border-radius: 12px;

}
.navbar-nav .nav-item .nav-link {
	padding-left: 20px;
	padding-right: 20px;
	font-size: 18px;
	line-height: 1;
	font-weight: 500;
	height: 100%;
    display: flex;
    align-items: center;
    border-radius: 12px;
    text-align: center;
}
.navbar-nav .nav-item:hover {
	background-color: #ff8400;
}
.dropdown-toggle::after {
    font-size: 20px;
    vertical-align: middle;
}
.right-nav.search-nav {
	margin-left: 0;
}
.right-nav {
	margin-left: auto;
	display: flex;
	align-items: center;
}
.right-nav .single-icon {
	width: 64px;
	height: 64px;
	background-color: #ffffff;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.right-nav .single-icon.cart {
	background-color: var(--main-green);
}
.right-nav .single-icon a {
	display: contents;
}
.right-nav .single-icon.cart i {
    color: #fff;
}
.right-nav .single-icon i {
    color: var(--main-green);
    font-size: 30px;
}
.right-nav .single-link {
	margin: 0 8px;
}
.right-nav .single-link:last-child {
	margin-right: 0;
}

.price-label {
    font-weight: bold;
    font-size: 0.875rem;
    white-space: nowrap;
    z-index: 2;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.slider-thumb {
    transition: transform 0.1s ease;
}
.slider-thumb:active {
    transform: translateY(-50%) scale(1.1);
}
#price_slider {
	margin-top: 30px;
}

.single-item a {
    display: contents;
    text-decoration: none;
}


.owl-carousel.owl-carousel-popular .owl-stage
 {
	
	margin-bottom: 30px;
	
}

.owl-carousel.owl-drag .owl-item {
	
}

.owl-carousel .owl-stage{display: flex;}

.catalog-products-list {
	margin-bottom: 70px;
}

.catalog-filter .filter-send {
	background-color: var(--main-green);
	border: 1px var(--main-green) solid;
}
.catalog-filter .form-check-input:checked {
    background-color: var(--main-green);
    border-color: var(--main-green);
}
.catalog-filter .form-check label{
	margin-top: 4px;
}




.pagination-wrap .page-numbers {
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
}


.pagination-wrap .page-numbers a {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin-left: 8px;
	margin-right: 8px;
	background-color: silver;
}
.pagination-wrap .page-numbers .current {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin-left: 8px;
	margin-right: 8px;
	background-color: #000000;
	color: #ffffff;
}

.pagination-wrap .page-numbers .prev,
.pagination-wrap .page-numbers .next {
	background-color: var(--main-green);
}



#cartToast .toast-header {
	background-color: var(--main-green);
	color: #ffffff;
}


.btn-green {
    background-color: var(--main-green);
    color: white;
    border: none;
}
.btn-green:hover {
    background-color: var(--main-green);
    color: white;
}

.cart-item {
    transition: transform 0.2s ease;
}
.cart-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.quantity-input {
    text-align: center;
}

#cart-page  h1{
	font-size: 40px;
	margin-bottom: 50px;
}
#cart-page label,
#checkout-page label {
	margin-top: 4px;
}


#checkout-page  h1{
	font-size: 40px;
	margin-bottom: 50px;
}

.form-check-input:checked {
    background-color: var(--main-green);
    border-color: var(--main-green);
}
.catalog-filter h2{
	font-size: 24px;
}


.favorites-products-list h1 {
    font-size: 40px;
    margin-bottom: 50px;
}

.favorites-products-list .single-item {
    padding-bottom: 30px;
}
.add-to-favorites i {
	font-size: 20px;
}


/* Стили для открытия меню при наведении */
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    position: absolute;
    top: 100%;
    left: 0;
}

/* Плавная анимация */
.dropdown-menu {
    transition: all 0.3s ease;
    min-width: 200px;
}

/* Небольшая задержка перед закрытием */
.dropdown-menu {
    pointer-events: auto;
}

/* Стили для красивого отображения */
.navbar {
    background-color: #f8f9fa;
    padding: 15px 0;
}

.dropdown-menu {
    border: none;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.dropdown-item:hover {
    background-color: #007bff;
    color: white;
}
.dropdown-item {
	margin-bottom: 4px;
	font-size: 18px;
	padding: 8px 30px;
}
.dropdown-item:hover {
	background-color: #ff8400;
	color: #000000;
}

.page-content {
	padding-top: 40px;
	padding-bottom: 90px;
	max-width: 100%;
	width: 1050px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	overflow: hidden;
}
.page-content img {
	width: 100%;
	height: auto;
	max-width: 100%;
}
.page-content h1 {
	font-size: 60px;
	line-height: 1;
	font-weight: 500;
	margin-bottom: 30px;
}
.page-content h2 {
	font-size: 30px;
	line-height: 1;
	font-weight: 500;
	margin-bottom: 30px;
	
}
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6{
	color: var(--main-green);
}
.page-content p {
	font-size: 20px;
	line-height: 32px;
	font-weight: 400;
	margin-bottom: 25px;
}


.page-content p b {
	font-weight: 700;
}

.page-content .aligncenter {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}


.blog-next {
	width: 1015px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.category-posts {
	margin-bottom: 90px;
}
.single-news-next a {
	display: contents;
	text-decoration: none;
}
.single-news-next h2 {
	font-size: 24px;
	line-height: 1;
	padding: 15px 20px;
	border-bottom: 1px solid #000;
}
.single-news-next a:hover h2{
	color: var(--main-green);
}

#home-carousel .single-slide {
	height: 80vh;
	max-height: 760px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
#home-carousel .single-slide .slog {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}
#home-carousel .carousel-inner a {
	display: contents;

}
#home-carousel {
	margin-top: -140px;
	margin-bottom: 70px;

}
#home-carousel {
	color: #ffffff;
}
#home-carousel .container {
	height: 100%;
}
#home-carousel .slog {
	padding-top: 0px;
	width: 320px;
	max-width: 100%;
}
#home-carousel .slog .title {
	font-size: 50px;
	line-height: 1;
	font-weight: 500;
	margin-bottom: 30px;
}
#home-carousel .slog .desc {
	font-size: 18px;
	line-height: 1;
	font-weight: 300;
	margin-bottom: 30px;
}
#home-carousel .slog .btn {
	border-radius: 50px;
	background-color: var(--main-green);
	color: #fff;
	font-size: 24px;
	text-align: center;
	width: 200px;
}

.catalog-filter .form-label {
	font-weight: 500;
	font-size: 18px;
}
.page-title {
	font-weight: 500;
	line-height: 1;
	font-size: 30px;
	padding-left: 20px;
	margin-bottom: 40px;
}





/* Для мобильных: увеличиваем размер бегунков */
@media (max-width: 768px) {
    .slider-thumb {
        width: 24px;
        height: 24px;
    }
    .price-label {
        font-size: 0.75rem;
        padding: 0.25rem 0.5rem;
    }
    .thumbs-swiper {
    	display: none!important;
    }
    .single-news .text .title {

	    width: 90%;
	    max-width: 90%;

	}
	.subfooter-section .logo-col {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.subfooter-section .soc-col p {
	    margin-bottom: 12px;
	}
	footer .left,
	footer .right  {
	    padding-left: 0;
	}
	.navbar-nav {
		display: none;
	}
	.head-nav .left-nav {
		    background-color: inherit;
	}
	header {
		position: absolute;
	}
	.head-top p {
	    font-size: 14px;
	    
	}
	.product-list {
		order: 2;
	}
	.single-prod .prod-title {
	    font-size: 18px;
	}
}



@media (max-width: 500px) {
	.form-call-section p {
		font-size: 35px;
	}
	.form-call-section form input {
		font-size: 25px;
	}
	.subfooter-section .soc-col,
	.subfooter-section .logo-col,
	.form-call-section {
		    border-radius: 0;
	}
}



.sidebar__header .logo {
    background-color: #189677;
    padding: 8px 32px 8px 16px;
    border-radius: 12px;
    overflow: hidden;
    border-bottom-right-radius: 50px;
    width: 70%;
}
.sidebar__header .logo img {
	max-width: 100%;
}




/* Стили для нижнего закрепленного меню */
.bottom-nav {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 -2px 15px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    padding: 8px 0 10px;
    border-top: 1px solid #eaeaea;
}

.bottom-nav__link,
.bottom-nav__btn {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #333;
    font-size: 11px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px 0;
    transition: all 0.2s ease;
}

.bottom-nav__link:hover,
.bottom-nav__btn:hover {
    color: #e30613; /* Брендовый цвет vitss.by */
}

.bottom-nav__icon {
    font-size: 22px;
    margin-bottom: 4px;
    transition: transform 0.2s;
}

.bottom-nav__link:hover .bottom-nav__icon,
.bottom-nav__btn:hover .bottom-nav__icon {
    transform: translateY(-2px);
}

.bottom-nav__text {
    font-size: 10px;
    font-weight: 500;
}

.bottom-nav__link.active {
    color: #e30613;
}

/* Бейдж для корзины */
.cart-badge {
    background: #e30613;
    color: white;
    border-radius: 10px;
    padding: 1px 6px;
    font-size: 9px;
    margin-left: 3px;
    font-weight: bold;
}

/* Стили для бокового меню */
.sidebar-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 10000;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.sidebar {
    position: fixed;
    top: 0;
    left: -320px;
    width: 300px;
    height: 100%;
    background: #fff;
    box-shadow: 2px 0 15px rgba(0, 0, 0, 0.15);
    z-index: 10001;
    transition: left 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 20px 0;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

.sidebar.active {
    left: 0;
}

.sidebar__close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    border: none;
    font-size: 32px;
    cursor: pointer;
    color: #333;
    line-height: 1;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background 0.2s;
    z-index: 1;
}

.sidebar__close:hover {
    background: #f5f5f5;
}

.sidebar__header {
    margin-bottom: 25px;
    padding: 0 20px 15px;
    border-bottom: 1px solid #eee;
    position: relative;
}

.sidebar__header h3 {
    margin: 0;
    color: #333;
    font-size: 18px;
    font-weight: 600;
}

.sidebar__menu {
    list-style: none;
    padding: 0;
    margin: 0 0 auto 0;
    flex-grow: 1;
}

.sidebar__menu > li {
    border-bottom: 1px solid #f5f5f5;
}

.sidebar__menu > li:last-child {
    border-bottom: none;
}

.sidebar__menu a {
    display: flex;
    align-items: center;
    padding: 14px 20px;
    color: #333;
    text-decoration: none;
    font-size: 15px;
    transition: all 0.2s;
    position: relative;
}

.sidebar__menu a:hover {
    color: #e30613;
    background-color: #f9f9f9;
}

.menu-icon {
    font-size: 18px;
    margin-right: 12px;
    width: 24px;
    text-align: center;
}

/* Стили для выпадающих меню категорий */
.sidebar__dropdown {
    position: relative;
}

.sidebar__dropdown-toggle {
    position: relative;
    width: 100%;
    text-align: left;
    justify-content: space-between;
}

.dropdown-arrow {
    font-size: 10px;
    /*transition: transform 0.1s ease;*/
    margin-left: auto;
    color: #999;
}

.sidebar__dropdown.active > a .dropdown-arrow {
    transform: rotate(180deg);
    color: #e30613;
}

.sidebar__dropdown-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease;
    background-color: #f9f9f9;
}

.sidebar__dropdown.active .sidebar__dropdown-menu {
    max-height: 1000px;
}

.sidebar__dropdown-menu li {
    border-bottom: 1px solid #eee;
    position: relative;
}

.sidebar__dropdown-menu li:last-child {
    border-bottom: none;
}

.sidebar__dropdown-menu a {
    padding: 12px 20px 12px 40px;
    font-size: 14px;
    color: #555;
}

.sidebar__dropdown-menu a:hover {
    background-color: #f0f0f0;
}

/* Вложенные подкатегории */
.has-children > a {
    justify-content: space-between !important;
}

.sidebar__submenu {
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background-color: #f2f2f2;
}

.sidebar__submenu.active {
    max-height: 1000px;
}

.sidebar__submenu li {
    border-bottom: 1px solid #e5e5e5;
}

.sidebar__submenu li:last-child {
    border-bottom: none;
}

.sidebar__submenu a {
    padding: 10px 20px 10px 50px;
    font-size: 13.5px;
    color: #666;
}

.sidebar__submenu a:hover {
    background-color: #e9e9e9;
}

/* Контакты в подвале */
.sidebar__footer {
    margin-top: 20px;
    padding: 15px 20px 0;
    border-top: 1px solid #eee;
}

.sidebar__contacts {
    font-size: 13px;
}

.sidebar__contacts p {
    margin: 10px 0;
    display: flex;
    align-items: center;
}

.contact-icon {
    font-size: 16px;
    margin-right: 10px;
    color: #666;
    min-width: 20px;
    text-align: center;
}

.sidebar__contacts a {
    color: #333;
    text-decoration: none;
    transition: color 0.2s;
}

.sidebar__contacts a:hover {
    color: #e30613;
}

.btn-category {
	border-radius: 15px;
	font-size: 16px;
}
.btn-category-parrent {
	border-radius: 15px;
	font-size: 20px;
}
.btn-category .badge  {
	background-color: var(--main-green);
}

/* Адаптивность */
@media (max-width: 768px) {
    .bottom-nav {
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
    
    body {
        padding-bottom: 65px !important;
    }
    
    /* Убедимся, что контент не перекрывается меню */
    .site-content {
        padding-bottom: 20px;
    }
}

@media (max-width: 480px) {
    .sidebar {
        width: 85%;
        left: -85%;
    }
    
    .bottom-nav__icon {
        font-size: 20px;
    }
    
    .bottom-nav__text {
        font-size: 9px;
    }
}

/* Для очень маленьких экранов */
@media (max-width: 360px) {
    .sidebar {
        width: 90%;
        left: -90%;
        padding: 15px 0;
    }
    
    .sidebar__menu a {
        font-size: 14px;
        padding: 12px 15px;
    }
    
    .sidebar__dropdown-menu a {
        padding-left: 35px;
    }
    
    .sidebar__submenu a {
        padding-left: 45px;
    }
}

/* Текущая активная страница */
.sidebar__menu a.current-menu-item,
.sidebar__menu a.current-page-ancestor {
    color: #e30613;
    background-color: #fff5f5;
    font-weight: 600;
    border-left: 3px solid #e30613;
}

/* Анимация для счетчика корзины */
@keyframes cartPulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

.cart-badge {
    animation: cartPulse 0.3s ease;
}











/* Full-width каталог */
.catalog-fullwidth-container {
    position: static !important;
}

.catalog-fullwidth-menu {
    position: absolute;
    top: 80%;
    left: 0;
    right: 0;
    width: 100vw;
    margin: 0;
    padding: 0;
    background: #fff;
    border: none;
    border-top: 1px solid #eef2f6;
    border-bottom: 1px solid #eef2f6;
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    z-index: 1000;
    display: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
}

.catalog-fullwidth-container:hover .catalog-fullwidth-menu {
    display: block!important;
    opacity: 1;
    visibility: visible;
    top: 80%;
    transform: translateY(0);
    max-height: 80vh;
    overflow-y: scroll;
}

.catalog-fullwidth-inner {
    max-width: 100%;
    margin: 0 auto;
    padding: 30px 20px;
}

/* Заголовок */
.catalog-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid #f0f0f0;
}

.catalog-title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.catalog-view-all {
    font-size: 14px;
    color: var(--main-green);
    text-decoration: none;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: gap 0.2s;
}

.catalog-view-all:hover {
    gap: 8px;
    color: #c00510;
}

/* Контейнер для колонок */
.catalog-columns-wrapper,
 .category-row{
    display: flex;
    flex-wrap: wrap;
    overflow-x: auto;
    gap: 0px;
    padding-bottom: 15px;
    margin-bottom: 10px;
    scrollbar-width: thin;
    scrollbar-color: var(--main-green) #f0f0f0;
}

/* Стилизация скроллбара */
.catalog-columns-wrapper::-webkit-scrollbar {
    height: 6px;
}

.catalog-columns-wrapper::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 10px;
}

.catalog-columns-wrapper::-webkit-scrollbar-thumb {
    background: #e30613;
    border-radius: 10px;
}

/* Колонка */
.catalog-column {
    flex: 0 0 16%;
    min-width: 16%;
    max-width: 16%;
    border-right: 1px solid #f0f0f0;
    padding-right: 20px;
    padding-left: 20px;
}

.catalog-column:last-child {
    border-right: none;
}

.column-inner {
    height: 100%;
}

/* Родительская категория */
.column-parent {
    margin-bottom: 15px;
    padding-bottom: 8px;
    border-bottom: 2px solid var(--main-green);
    min-height: 42px;
}

.parent-link {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    text-decoration: none;
    display: block;
    transition: color 0.2s;
}

.parent-link:hover {
    color: #e30613;
}

.parent-count {
    font-size: 12px;
    color: #999;
    font-weight: normal;
    margin-left: 5px;
}

/* Дочерние категории */
.column-children {
    list-style: none;
    padding: 0;
    margin: 0 0 10px 0;
}

.child-item {
    margin-bottom: 8px;
    position: relative;
}
.popular-brands .child-item {
	display: flex;
	align-items: center;
}
.popular-brands .child-item img {
	height: 100%;
	max-width: 100%;
}
.popular-brands .child-item {
    min-height: 70px;
    max-height: 70px;
    height: 70px;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000000;
    color: #000000;
    border-radius: 12px;
}
.popular-brands .child-item .child-link {
	display: contents;
}
.child-link {
    font-size: 14px;
    color: #555;
    text-decoration: none;
    display: inline-block;
    transition: color 0.2s;
    line-height: 1.1;
    font-weight: 500;
}

.catalog-fullwidth-menu .child-link:hover {
    color: var(--main-green);
}

.child-count {
    font-size: 11px;
    color: #999;
    font-weight: normal;
    margin-left: 4px;
}

/* Внуки (третий уровень) */
.column-grandchildren {
    list-style: none;
    padding: 5px 0 5px 12px;
    margin: 3px 0 5px 0;
    border-left: 2px solid #f0f0f0;
}

.grandchild-item {
    margin-bottom: 4px;
    font-size: 12px;
}

.grandchild-item a {
    color: #777;
    text-decoration: none;
    transition: color 0.2s;
    display: inline-block;
}

.grandchild-item a:hover {
    color: #e30613;
}

.grandchild-count {
    font-size: 10px;
    color: #999;
    margin-left: 3px;
}



.btn-category-parrent {
	font-size: 26px;
	line-height: 1;
	font-weight: 400;
	margin-left: 30px!important;
}



.btn-category-child {
	min-height: 100px;
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	font-size: 16px;
	line-height: 1.2;
	text-align: left;
	color: #000000;

}
.btn-category-child:hover {
	background-color: #ff8400!important;
	color: #ffffff;
}
.child-category-link {
	padding-left: 7px;
	padding-right: 7px;
	margin-bottom: 15px;
	text-decoration: none;
}
.cat-btns {
	margin-bottom: 30px;
}
.seach-form {
	margin-bottom: 50px;
}
.seach-form form {
	width: 1024px;
	max-width: 90%;
	border-radius: 25px;
	border: 2px solid var(--main-green);
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 4px 30px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-wrap: nowrap;
} 
.seach-form input {
	border: none;
	width: 100%;
	height: 100%;
	padding-left: 15px;
}
.seach-form input:active,
.seach-form input:focus,
.seach-form input:focus-visible,
.seach-form input:-internal-autofill-selected {
	border: none;
	outline: none;
	background-color: inherit;
}
.seach-form button {
	color: var(--main-green);
	border: none;
	background-color: inherit;
	
}
.seach-form button svg {
	    width: 20px;
    height: 20px;
}
.search-res-title {
	font-size: 20px;
	margin-bottom: 30px;
}
.search-res-title b {
	font-weight: 700;
}

.tax-desc {
	padding: 8px 15px ;
	margin-bottom: 20px;
	width: 700px;
	max-width: 100%;
}
.favorites-products-list {
	margin-bottom: 40px;
}




/* Кнопка открытия попапа */

.open-search-btn-popup {
	color: #fff;
	padding: 0;
    background: none;
    border: none;
}
.open-search-btn-popup svg {
	width: 30px;
	height: 30px;
}
.open-search-btn-popup:hover {
	color: #ffffff;
}

/* Оверлей попапа */
.search-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
}

.search-popup-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* Контейнер попапа */
.search-popup {
    background: none;
    border-radius: 12px;
    width:1000px;
    max-width: 80%;

    transform: scale(0.9);
    transition: transform 0.3s;
}

.search-popup-overlay.active .search-popup {
    transform: scale(1);
}

/* Заголовок попапа */
.search-popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
    border-bottom: 1px solid #e0e0e0;
}

.search-popup-header h3 {
    margin: 0;
    font-size: 20px;
    color: #333;
}

.close-popup-btn {
    background: none;
    border: none;
    font-size: 28px;
    cursor: pointer;
    color: #999;
    transition: color 0.3s;
    line-height: 1;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.close-popup-btn:hover {
    color: #333;
}

/* Тело попапа */
.search-popup-body {
    padding: 24px;
}

/* Форма поиска */
.search-form {
    display: flex;
    gap: 12px;
    margin-bottom: 24px;
}

.input-search {
    flex: 1;
    padding: 12px 16px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 16px;
    transition: border-color 0.3s;
}

.input-search:focus {
    outline: none;
    border-color: #4CAF50;
}

.submit-search-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 20px;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s;
}

.submit-search-btn:hover {
    background-color: #45a049;
}

/* Подсказки поиска */
.search-tips p {
    margin: 0 0 12px 0;
    font-size: 14px;
    color: #666;
}

.search-tips ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.search-tips li a {
    color: #4CAF50;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
    cursor: pointer;
}

.search-tips li a:hover {
    color: #45a049;
    text-decoration: underline;
}
.search-popup .seach-form {
	margin-bottom: 0;
}
.search-popup .seach-form form {
	background-color: #ffffff;
	width: 100%;
}
.bottom-nav__link.open-search-btn-popup {
	color: #000000;
}


/* Стили для счетчика корзины */
.single-icon.cart {
    position: relative;
    cursor: pointer;
}

.cart-count {
	display: none;
    position: absolute;
    bottom: -8px;
    right: -8px;
    background-color: #f44336;
    color: white;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-family: Arial, sans-serif;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    z-index: 10;
}

/* Анимация корзины при добавлении товара */
.cart-animation {
    animation: cartShake 0.3s ease-in-out;
}
.mobile-cart {
	position: relative;
}
.mobile-cart .cart-count {
	    top: -4px;
    right: 20%;
}
.toast-container {
	padding-bottom: 80px!important;
}

@keyframes cartShake {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

/* Опционально: анимация для счетчика */
.cart-count-update {
    animation: countPop 0.3s ease-out;
}

@keyframes countPop {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.3);
    }
    100% {
        transform: scale(1);
    }
}

/* Адаптивность */
@media (max-width: 768px) {
    .search-popup {
        width: 95%;
        margin: 20px;
    }
    
    .search-popup-header {
        padding: 16px 20px;
    }
    
    .search-popup-body {
        padding: 20px;
    }
    
    .search-form {
        flex-direction: column;
        gap: 10px;
    }
    
    .submit-search-btn {
        justify-content: center;
        padding: 12px;
    }
    
    .search-tips ul {
        gap: 8px;
    }
    
    .search-tips li a {
        font-size: 12px;
    }
}









/* Адаптивность */
@media (max-width: 992px) {
    .catalog-fullwidth-menu {
        position: static;
        width: 100%;
        box-shadow: none;
        border: none;
    }
    
    .catalog-fullwidth-container:hover .catalog-fullwidth-menu {
        display: none;
    }
    
    .catalog-fullwidth-menu.show {
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
    }
    
    .catalog-columns-wrapper {
        flex-wrap: wrap;
        overflow-x: visible;
        gap: 20px;
    }
    
    .catalog-column {
        flex: 1 1 calc(50% - 20px);
        min-width: 200px;
        border-right: none;
        border-bottom: 1px solid #f0f0f0;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
}

@media (max-width: 576px) {
    .catalog-column {
        flex: 1 1 100%;
    }
    .btn-category-child {
    	min-height: 50px;
    	font-size: 12px;
    }
    .section-title {
    	margin-left: 20px;
    	font-size: 30px;
    }
    .btn-category-parrent {
    	margin-left: 0!important;
    }
    .mb-4 {
    	margin-bottom: 1.2rem!important;
    }
    
	.seach-form form {
		max-width: 100%;
	}
	.search-popup {
		max-width: 100%;
	}
	.head-nav .logo img {
    	height: 30px;
    }
    .right-nav .single-icon {
    	height: 49px;
    	width: 49px;
    }
    .open-search-btn-popup svg {
	    width: 25px;
	    height: 25px;
	}
	.right-nav .single-icon i {
		font-size: 25px;
	}
}
@media (max-width: 400px) {
	
}

@media (max-width: 370px) {
	
    .head-nav .logo img {
    	height: 20px;
    }
    .right-nav .single-icon {
    	height: 39px;
    	width: 39px;
    }
    .open-search-btn-popup svg {
	    width: 20px;
	    height: 20px;
	}
	.right-nav .single-icon i {
		font-size: 20px;
	}
}




/* Базовые стили кнопки */
.hamburger-btn {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 30px;
    height: 30px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    position: relative;
    z-index: 10;
}

/* Убираем стандартные отступы кнопки */
.hamburger-btn:focus {
    outline: none;
}

/* Линии гамбургера */
.hamburger-line {
    width: 100%;
    height: 3px;
    background: #000000!important; /* Цвет линий */
    border-radius: 3px;
    transition: all 0.3s ease;
    display: block;
}

/* Анимация при наведении */
.hamburger-btn:hover .hamburger-line {
    background: var(--main-green); /* Брендовый цвет при наведении */
}

.hamburger-btn:hover .hamburger-line:nth-child(1) {
    transform: translateY(-2px);
}

.hamburger-btn:hover .hamburger-line:nth-child(3) {
    transform: translateY(2px);
}

/* Активное состояние (когда меню открыто) */
.hamburger-btn.active .hamburger-line:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.hamburger-btn.active .hamburger-line:nth-child(2) {
    opacity: 0;
    transform: scale(0);
}

.hamburger-btn.active .hamburger-line:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
}

/* Анимация при клике */
.hamburger-btn:active {
    transform: scale(0.95);
}

/* Вариант с круглым фоном */
.hamburger-btn.circle {
    width: 40px;
    height: 40px;
    background: #f5f5f5;
    border-radius: 50%;
    padding: 10px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.hamburger-btn.circle:hover {
    background: #e9e9e9;
}

/* Вариант с белыми линиями на темном фоне */
.hamburger-btn.light .hamburger-line {
    background: #fff;
}

.hamburger-btn.light:hover .hamburger-line {
    background: #ff9999;
}

/* Вариант с большими линиями */
.hamburger-btn.large {
    width: 40px;
    height: 40px;
}

.hamburger-btn.large .hamburger-line {
    height: 4px;
}

/* Вариант с рамкой */
.hamburger-btn.bordered {
    border: 2px solid #333;
    border-radius: 8px;
    padding: 5px;
    width: 40px;
    height: 40px;
}

.hamburger-btn.bordered:hover {
    border-color: #e30613;
}

/* Анимация для мобильных устройств (убираем hover эффекты) */
@media (max-width: 768px) {
    .hamburger-btn:hover .hamburger-line {
        background: #333;
    }
    
    .hamburger-btn:hover .hamburger-line:nth-child(1),
    .hamburger-btn:hover .hamburger-line:nth-child(3) {
        transform: none;
    }
    
    .hamburger-btn:active {
        transform: scale(0.95);
    }
}

/* Тёмная тема */
@media (prefers-color-scheme: dark) {
    .hamburger-line {
        background: #fff;
    }
    
    .hamburger-btn:hover .hamburger-line {
        background: #ff6666;
    }
}



.brands-row img {
	width: 100%;
	display: block;
}