/*
Theme Name: Hello Elementor Child - Parfumia
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child-parfumia
*/

.product_meta {
	display: none;
}

.woocommerce-pagination{
display:none;
}

#product-loader{
width:100%;
text-align:center;
padding:40px 0;
}

.loader-spinner{
border:4px solid #eee;
border-top:4px solid #7b3f35;
border-radius:50%;
width:40px;
height:40px;
animation:spin 1s linear infinite;
margin:auto;
}

@keyframes spin{
0%{transform:rotate(0deg);}
100%{transform:rotate(360deg);}
}

.checkout-help{
margin:20px 0;
padding:15px;
background:#f7f7f7;
border-left:4px solid #7b3f35;
font-size:14px;
}

.checkout-help a{
font-weight:600;
color:#7b3f35;
text-decoration:none;
}

ul.children {
	padding: 0;
}

@media (min-width: 769px){
	/* ===== MAIN FILTER WRAPPER ===== */
	.wpc-filters-main-wrap {
	  background: #ffffff;
	  border: 1px solid rgba(0,0,0,0.08);
	  border-radius: 16px;
	  padding: 20px;
	}

	/* Remove ugly spinner space */
	.wpc-spinner { display: none; }

	/* ===== FILTER SECTIONS ===== */
	.wpc-filters-section {
	  padding: 16px 0;
	  border-bottom: 1px solid rgba(0,0,0,0.06);
	}
	.wpc-filters-section:last-child {
	  border-bottom: none;
	}

	/* ===== TITLES ===== */
	.wpc-filter-title {
	  font-size: 12px;
	  font-weight: 700;
	  letter-spacing: 0.18em;
	  text-transform: uppercase;
	  color: rgba(0,0,0,0.75);
	}

	.wpc-filter-title button {
	  all: unset;
	  cursor: pointer;
	  display: flex;
	  justify-content: space-between;
	  width: 100%;
	}

	/* Arrow styling */
	.wpc-open-icon {
	  width: 8px;
	  height: 8px;
	  border-right: 2px solid #000;
	  border-bottom: 2px solid #000;
	  transform: rotate(45deg);
	  transition: 0.2s ease;
	  margin-top: 4px;
	}

	.wpc-opened .wpc-open-icon {
	  transform: rotate(-135deg);
	}

	/* ===== CHECKBOX LIST ===== */
	.wpc-checkbox-item {
	  margin: 8px 0;
	}

	.wpc-term-item-content-wrapper {
	  display: flex;
	  align-items: center;
	  gap: 10px;
	}

	.wpc-term-item input[type="checkbox"] {
	  width: 16px;
	  height: 16px;
	  accent-color: #6b2c2c; /* твоя цвят */
	  border-radius: 4px;
	}

	.wpc-filter-link {
	  text-decoration: none;
	  font-size: 14px;
	  color: rgba(0,0,0,0.85);
	}

	.wpc-filter-link:hover {
	  color: #6b2c2c;
	}

	/* Hide counts */
	.wpc-term-count { display: none !important; }

	/* ===== PRICE RANGE ===== */
	.wpc-filters-range-wrapper {
	  display: grid;
	  grid-template-columns: 1fr 1fr;
	  gap: 10px;
	  margin-bottom: 12px;
	}

	.wpc-filters-range-wrapper input {
	  padding: 10px 12px;
	  border-radius: 12px;
	  border: 1px solid rgba(0,0,0,0.12);
	  font-size: 14px;
	}

	/* Slider styling */
	.ui-slider {
	  background: rgba(0,0,0,0.1);
	  border: none;
	  height: 6px;
	  border-radius: 999px;
	}

	.ui-slider-range {
	  background: #6b2c2c;
	}

	.ui-slider-handle {
	  width: 18px;
	  height: 18px;
	  background: #fff;
	  border: 2px solid #6b2c2c;
	  border-radius: 50%;
	  top: -6px;
	}

	/* ===== SEARCH ===== */
	/* ===== SEARCH FILTER FIX ===== */

	.wpc-filters-section-2223s .wpc-search-field-wrapper {
	  position: relative;
	  margin-top: 10px;
	}

	.wpc-filters-section-2223s .wpc-search-field {
	  width: 100%;
	  height: 44px;
	  padding: 0 40px 0 42px;
	  border-radius: 14px;
	  border: 1px solid rgba(0,0,0,0.15);
	  background: #fff;
	  font-size: 14px;
	  transition: 0.2s ease;
	}

	/* focus effect */
	.wpc-filters-section-2223s .wpc-search-field:focus {
	  border-color: #6b2c2c;
	  box-shadow: 0 0 0 3px rgba(107,44,44,0.08);
	  outline: none;
	}

	/* icon positioning */
	.wpc-filters-section-2223s .wpc-search-icon {
	  position: absolute;
	  left: 14px;
	  top: 50%;
	  transform: translateY(-50%);
	  font-size: 16px;
	  opacity: 0.6;
	}

	/* clear (X) button */
	.wpc-filters-section-2223s .wpc-search-clear-icon-wrapper {
	  position: absolute;
	  right: 14px;
	  top: 50%;
	  transform: translateY(-50%);
	}

	.wpc-filters-section-2223s .wpc-search-clear-icon {
	  font-size: 16px;
	  opacity: 0.5;
	  text-decoration: none;
	}

	.wpc-filters-section-2223s .wpc-search-clear-icon:hover {
	  opacity: 1;
	}

	/* ===== BUTTONS ===== */
	.wpc-filters-apply-button {
	  display: block;
	  text-align: center;
	  padding: 12px;
	  border-radius: 12px;
	  background: #6b2c2c;
	  color: #fff !important;
	  font-weight: 600;
	  text-decoration: none;
	  transition: 0.2s ease;
	}

	.wpc-filters-apply-button:hover {
	  background: #4d1e1e;
	}

	.wpc-filters-close-button {
	  display: block;
	  text-align: center;
	  margin-top: 8px;
	  font-size: 13px;
	  opacity: 0.7;
	}

	.wpc-filters-close-button:hover {
	  opacity: 1;
	}
}