/*
Theme Name: Bonboniera
Theme URI: https://your-site.com/
Description: Child theme for Chocolate Store
Author: Sevenshoots
Author URI: https://your-site.com/
Template: chocolate-store
Version: 1.0.0
Text Domain: bonboniera-child
*/

/* Тук си добавяш custom CSS-а */

.custom-logo {
	height: 100px!important;
	width: 100%!important;
}

.wpc-search-field {
	font-size: 13px;
}

.woocommerce ul.products,
.woocommerce-page ul.products {
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .add_to_cart_button,
.woocommerce ul.products li.product .product_type_simple,
.woocommerce ul.products li.product .ajax_add_to_cart {
	display: none !important;
}

/* FILTER EVERYTHING SIDEBAR */
.wpc-filters-widget,
.wpc-filters-section {
	background: #fff;
	border: 1px solid #eee;
	border-radius: 16px;
	padding: 18px;
	box-shadow: 0 8px 24px rgba(0,0,0,0.06);
}

.wpc-filter-title,
.wpc-filters-section .wpc-filter-header,
.wpc-filters-section h3,
.wpc-filters-section h4 {
	font-size: 20px;
	font-weight: 700;
	color: #4b1e1e;
	margin-bottom: 14px;
}

.wpc-filters-section + .wpc-filters-section {
	margin-top: 18px;
}

.wpc-checkbox-item,
.wpc-term-item {
	margin-bottom: 10px;
}

.wpc-label-item,
.wpc-term-item label {
	color: #5a2a2a;
	font-weight: 500;
}

.wpc-filter-search-input,
.wpc-search-field input,
.wpc-filters-section input[type="text"],
.wpc-filters-section input[type="search"],
.wpc-filters-section input[type="number"] {
	border: 1px solid #e3d7d7;
	border-radius: 12px;
	min-height: 46px;
	padding: 10px 14px;
	background: #fff;
	box-shadow: none;
}

.wpc-filters-section input[type="checkbox"] {
	accent-color: #c7002a;
}

.wpc-slider-wrapper,
.wpc-price-slider {
	margin-top: 10px;
}

.wpc-filters-section .ui-slider,
.wpc-price-slider .ui-slider {
	height: 6px;
	background: #eadede;
	border-radius: 999px;
	border: 0;
}

.wpc-filters-section .ui-slider-range,
.wpc-price-slider .ui-slider-range {
	background: #c7002a;
}

.wpc-filters-section .ui-slider-handle,
.wpc-price-slider .ui-slider-handle {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 2px solid #c7002a;
	background: #fff;
	top: -7px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.wpc-filters-section a {
	color: #c7002a;
}

/* PRODUCT CARDS */
.woocommerce ul.products li.product {
	background: #fff;
	border-radius: 18px;
	padding: 14px 14px 18px;
	box-shadow: 0 8px 24px rgba(0,0,0,0.06);
	transition: transform .2s ease, box-shadow .2s ease;
}

.woocommerce ul.products li.product:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 28px rgba(0,0,0,0.10);
}

.woocommerce ul.products li.product img {
	border-radius: 14px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	font-size: 18px;
	line-height: 1.3;
	font-weight: 700;
	color: #4b1e1e;
	min-height: 48px;
}

.woocommerce ul.products li.product .price {
	color: #4b1e1e;
	font-weight: 700;
	font-size: 20px;
}

.woocommerce ul.products li.product .price del {
	opacity: .6;
	font-size: 16px;
}

.woocommerce span.onsale {
	background: #c7002a !important;
	color: #fff !important;
	border-radius: 999px !important;
	padding: 8px 14px !important;
	min-width: auto !important;
	min-height: auto !important;
	line-height: 1 !important;
	font-size: 15px !important;
	font-weight: 700 !important;
	top: 12px !important;
	right: 12px !important;
	left: auto !important;
	margin: 0 !important;
}

.woocommerce ul.products li.product .onsale, .woocommerce span.onsale {
	height: auto!important;
}

.woocommerce-loop-product__title {
	padding: 5px 5px!important;
}

.scroll_2 {
	border-radius: 50px!important;
}