:root {
	--main-bg: #000000;
	--main-text-color: #000000;
	--primary-bg: #000000;
	--btn-menu-color: #ffffff;
	--btn-menu-color-h: #ffffff;
	--btn-menu-bg: #000000;
	--btn-menu-bg-h: #1A6FD7;
	--mob-menu-svg-color: #000000;
	--mob-menu-gh-bg: #00000026;
	--cart-total-color: #ffffff;
	--cart-total-bg: #000000;
	--wishlist-total-color: #ffffff;
	--wishlist-total-bg: #000000;
	--compare-total-color: #ffffff;
	--compare-total-bg: #000000;
	--viewed-total-color: #ffffff;
	--viewed-total-bg: #000000;
	--btn-add-to-cart-color: #000000;
	--btn-add-to-cart-bg: #ffffff;
	--btn-add-to-cart-border-color: #000000;
	--btn-add-to-cart-color-h: #ffffff;
	--btn-add-to-cart-bg-h: #000000;
	--btn-add-to-cart-color-active: #ffffff;
	--btn-add-to-cart-bg-active: #000000;
	--btn-add-to-cart-color-active-h: #ffffff;
	--btn-add-to-cart-bg-active-h: #1A6FD7;
	--btn-add-to-cart-pp-color: #ffffff;
	--btn-add-to-cart-pp-bg: #000000;
	--btn-add-to-cart-pp-color-h: #ffffff;
	--btn-add-to-cart-pp-bg-h: #1A6FD7;
	--btn-add-to-cart-pp-color-active: #ffffff;
	--btn-add-to-cart-pp-bg-active: #1A6FD7;
	--btn-add-to-cart-pp-color-active-h: #ffffff;
	--btn-add-to-cart-pp-bg-active-h: #1A6FD7;
	--btn-notify-stock-color: #8B008B;
	--btn-notify-stock-bg: #ffffff;
	--btn-notify-stock-color-h: #ffffff;
	--btn-notify-stock-bg-h: #8B008B;
	--btn-primary-color: #ffffff;
	--btn-primary-bg: #000000;
	--btn-primary-color-h: #ffffff;
	--btn-primary-bg-h: #1A6FD7;
	--btn-newsletter-bg: #000000;
	--btn-newsletter-hover: #1A6FD7;
	--chm-btn-white-color-h: #1A6FD7;;
	--ribbon-bg: #000000;
	--ribbon-bg-after: #1A6FD7;
}

#top {
	background-color: #000000;

}
#top .container {
	background-color: #000000;
	    
}
#top .btn-link{
	color: #fff;
}
#additional-menu .nav-dopmenu{
	justify-content: center;
}
#additional-menu .nav-dopmenu > li > a{
	font-weight: 600;
}

@media (min-width: 992px) {
	.logo-top{
		display: flex;
		justify-content: center;
	}
}
#logo-footer {
    max-width: 190px;
}
.logo-top #logo img{
	max-width: 200px;
}
.banner-blocks-container .banner-item .banner-info .banner-description {
	margin-top: inherit;
}

footer.ch-light-theme .footer-top, footer.ch-light-theme .footer-center, footer.ch-light-theme .footer-bottom {
    background-color: #000000;
}

footer.ch-light-theme, footer.ch-light-theme .title-f, footer.ch-light-theme .title-f-contact
 {
    color: #7a7a7a;
}
footer.ch-light-theme .title-nl {
    color: #ffffff;
}
.newsletter .icon-newsletter svg rect, .newsletter .icon-newsletter svg path{
	    stroke: #fff;
}
footer.ch-light-theme a {
    color: #ffffff;
}
footer.ch-light-theme a:hover {
    text-decoration: underline;
    color: #fff;
}
.copyright__payments {
	background-color: #000000;
}
footer .copyright {
    color: #ffffff;
}
@media (max-width: 767px) {
	footer.ch-light-theme a {
		color: #535D67;
	}
}
@media (min-width: 992px) {
	.fp-slider .container-module .swiper-fp-prod-pagination:not(.swiper-pagination-lock) + .swiper-wrapper > .item.swiper-slide .product-thumb
	{
		padding: 0 !important;
	}
    .fp-slider .container-module {
        border: 0!important;

    }

}
@media (max-width: 992px) {
	.fix-header .phone-box {
		display: none;
	}
	.fix-header .logo-top {
		width: 100%;
	}
	.fix-header .logo-top #logo img{
		max-width: 200px;
		margin: 0 auto;
	}
}
.fp-slider .container-module .item.swiper-slide .product-thumb{
	padding: 0px;
	box-shadow: none;
}
.fp-slider .container-module .product-thumb .image{
	margin-bottom: 0px;
}
.fp-slider .container-module .product-thumb .image img{
	width: 100%;
	height: 100%;
}
.megasliderpro .bg-image-slider{
	object-fit: cover!important;
}

/* Стиль для названия коллекции */
.product-collection {
	font-weight: bold;
	margin-bottom: 5px;
}

/* Стили для кнопки и popup наличия на складах */
.warehouses-wrapper {
	position: relative;
	display: inline-flex;
	align-items: flex-start;
	margin-left: 10px;
}
.btn-warehouses-info {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	background: none;
	color: #222222;;
	border: none;
	padding: 0;
	cursor: pointer;
	font-size: 12px;
	transition: color 0.2s ease;
	text-decoration: underline;
	text-underline-offset: 2px;
}
.btn-warehouses-info:hover {
	color: var(--btn-primary-bg-h, #1A6FD7);
}
.btn-warehouses-info svg {
	flex-shrink: 0;
	width: 12px;
	height: 12px;
}
.btn-warehouses-info span {
	white-space: nowrap;
}
.warehouses-popup {
	display: none;
	position: absolute;
	top: calc(100% + 8px);
	left: 0;
	z-index: 1101;
	min-width: 380px;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 4px 20px rgba(0,0,0,0.15);
	border: 1px solid #e5e5e5;
	animation: warehousesFadeIn 0.2s ease;
	overflow: hidden;
}
.warehouses-popup.active {
	display: block;
}
@keyframes warehousesFadeIn {
	from { opacity: 0; transform: translateY(-5px); }
	to { opacity: 1; transform: translateY(0); }
}
.warehouses-popup-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 14px;
	background: #f5f5f5;
	border-bottom: 1px solid #e5e5e5;
}
.warehouses-popup-header strong {
	font-size: 13px;
	font-weight: 600;
	color: #333;
	display: flex;
	align-items: center;
	gap: 6px;
}
.warehouses-popup-header strong svg {
	color: #666;
}
.warehouses-popup-close {
	background: none;
	border: none;
	width: 22px;
	height: 22px;
	border-radius: 4px;
	color: #999;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	line-height: 1;
	transition: all 0.15s;
}
.warehouses-popup-close:hover {
	background: #e5e5e5;
	color: #333;
}
.warehouses-popup-list {
	list-style: none;
	margin: 0;
	padding: 0;
	max-height: 200px;
	overflow-y: auto;
}
.warehouses-popup-list li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 14px;
	border-bottom: 1px solid #f0f0f0;
	transition: background 0.15s;
}
.warehouses-popup-list li:hover {
	background: #fafafa;
}
.warehouses-popup-list li:last-child {
	border-bottom: none;
}
.warehouse-name {
	color: #444;
	font-size: 13px;
	display: flex;
	align-items: center;
	gap: 8px;
}
.warehouse-name i {
	color: #888;
	font-size: 12px;
}
.warehouse-qty {
	font-weight: 600;
	color: #28a745;
	font-size: 13px;
	white-space: nowrap;
}
/* Overlay для мобильной версии */
.warehouses-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	z-index: 1100;
}
.warehouses-overlay.active {
	display: block;
}

@media (max-width: 767px) {
	.warehouses-popup {
		position: fixed;
		top: auto;
		bottom: 0;
		left: 0;
		right: 0;
		min-width: 100%;
		width: 100%;
		border-radius: 16px 16px 0 0;
		max-height: 70vh;
		box-shadow: 0 -4px 30px rgba(0,0,0,0.2);
		animation: warehousesSlideUp 0.25s ease;
	}
	@keyframes warehousesSlideUp {
		from { transform: translateY(100%); }
		to { transform: translateY(0); }
	}
	.warehouses-popup-list {
		max-height: calc(70vh - 50px);
	}
	.warehouses-popup-header {
		padding: 14px 16px;
	}
	.warehouses-popup-list li {
		padding: 14px 16px;
	}
}
