.elementor-1305 .elementor-element.elementor-element-7de689f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:70px;--padding-bottom:10px;--padding-left:10px;--padding-right:10px;}.elementor-1305 .elementor-element.elementor-element-7de689f:not(.elementor-motion-effects-element-type-background), .elementor-1305 .elementor-element.elementor-element-7de689f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-478c2fc );}.elementor-1305 .elementor-element.elementor-element-765c5cc{--display:grid;--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1305 .elementor-element.elementor-element-3203670{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(max-width:1024px){.elementor-1305 .elementor-element.elementor-element-765c5cc{--grid-auto-flow:row;}}@media(max-width:767px){.elementor-1305 .elementor-element.elementor-element-765c5cc{--e-con-grid-template-columns:repeat(1, 1fr);--grid-auto-flow:row;}}/* Start custom CSS for shortcode, class: .elementor-element-99f528d */.wcf-wrapper {
	display: flex;
	gap: 70px;
	align-items: flex-start;
	font-family: inherit;
}

.wcf-filter {
	width: 308px;
	min-width: 220px;
	flex-shrink: 0;
	overflow: hidden;
	position: sticky;
	top: 20px;
	background: #fff;
	padding: 20px 40px;
	border-radius: 15px;
}

.wcf-filter-header {
	padding: 16px 20px;
	padding-left: 0;
	border-bottom: 1px solid #e0e0e0;
	font-family: 'Lato';
}

.wcf-filter-header h3 {
    font-family: 'Lato';
	margin: 0;
	font-size: 24px;
	font-weight: 300;
	color: #000000;
	text-transform: uppercase;
}

.wcf-accordion-toggle .wcf-cat-name {
    font-size: 14px;
    font-weight: 600;
    font-family: 'Lato';
}


.wcf-cat-name {
     font-size: 14px;
    font-weight: 500;
    font-family: 'Lato';
}

.wcf-clear-all {
	/*background: none;*/
	/*border: none;*/
	/*color: #e44;*/
	/*font-size: 12px;*/
	/*cursor: pointer;*/
	/*padding: 2px 4px;*/
	/*text-decoration: underline;*/
	display: none !important;
}

.wcf-accordion-item {
	border-bottom: 1px solid #f0f0f0;
}

.wcf-accordion-item:last-child {
	border-bottom: none;
}

.wcf-accordion-toggle {
	width: 100%;
	background: none;
	border: none;
	display: flex;
	align-items: center;
	gap: 10px;
	cursor: pointer;
	font-size: 16px;
	font-weight: 700;
	color: #333;
	text-align: left;
	transition: background 0.15s;
	justify-content: space-between;
	padding-left: 0;
	font-family: 'Lato';
}

.wcf-accordion-toggle:focus, .wcf-accordion-toggle:hover {
	background: #ffffff;
	color: #000000 !important;
}

.wcf-toggle-arrow {
	content: url(/wp-content/uploads/2026/03/chevron_down.svg);
	flex-shrink: 0;
}

.wcf-open .wcf-toggle-arrow {
    content: url(/wp-content/uploads/2026/03/chevron_up.svg);
}

.wcf-accordion-body {
	padding: 4px 0 8px;
}

.wcf-child-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.wcf-child-list li {
	margin: 0;
}

.wcf-child-label,
.wcf-parent-label {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 8px 20px 8px 0px;
	cursor: pointer;
	font-size: 13px;
	color: #444;
	transition: background 0.15s;
}

.wcf-parent-label {
	padding: 12px 20px;
}

.wcf-child-label:hover,
.wcf-parent-label:hover {
	background: #f0f0f0;
}

.wcf-cat-count {
	margin-left: auto;
	color: #999;
	font-size: 12px;
}

.wcf-child-label input[type="checkbox"],
.wcf-parent-label input[type="checkbox"] {
	width: 16px;
	height: 16px;
	accent-color: #487DAA;
	flex-shrink: 0;
	cursor: pointer;
	
	border: 1px solid #E5E5E5; 
    border-radius: 0;
    background-color: #fff;
  
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
  
    position: relative;
}

.wcf-child-label input[type="checkbox"]:checked,
.wcf-parent-label input[type="checkbox"]:checked {
  background-color: #487DAA;
  border-color: #487DAA;
}

.wcf-child-label input[type="checkbox"]:checked::before,
.wcf-parent-label input[type="checkbox"]:checked::before {
    content: url(/wp-content/uploads/2026/03/check_small.svg);
    width: 11px;
    height: 9px;
    position: absolute;
    top: -2px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.wcf-toolbar {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-bottom: 16px;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: -47px;
}

.wcf-results-count {
	font-size: 13px;
	color: #000;
	min-height: 20px;
}

.wcf-sort-wrap {
	display: flex;
	align-items: center;
	gap: 8px;
}

.wcf-sort-label {
	font-size: 13px;
	color: #555;
	white-space: nowrap;
}

.wcf-sort-select {
	font-size: 13px;
	padding: 6px 10px;
	border: 1px solid #E7E7E7;
	border-radius: 0;
	background: #fbfbfb;
	color: #333;
	cursor: pointer;
	outline: none;
}

.wcf-sort-select:hover {
	border-color: #999;
}

.wcf-products-wrap {
	flex: 1;
	min-width: 0;
}

.wcf-grid {
	display: grid;
	gap: 24px;
}

.wcf-cols-2 {
	grid-template-columns: repeat(2, 1fr);
}

.wcf-cols-3 {
	grid-template-columns: repeat(3, 1fr);
}

.wcf-cols-4 {
	grid-template-columns: repeat(4, 1fr);
}

.wcf-product-card {
	background: #fff;
	border: 1px solid #D9D9D9;
	border-radius: 15px;
	overflow: hidden;
	transition: box-shadow 0.2s, transform 0.2s;
	display: flex;
	flex-direction: column;
}

.wcf-product-link {
	text-decoration: none;
	color: inherit;
	flex: 1;
}

.wcf-product-image {
	position: relative;
	overflow: hidden;
	aspect-ratio: 1;
}

.wcf-product-image img {
	width: 100%;
	height: 260px;
	object-fit: cover;
	transition: transform 0.3s;
}

.wcf-badge-sale {
	position: absolute;
	top: 10px;
	left: 10px;
	background: #e44;
	color: #fff;
	font-size: 11px;
	font-weight: 600;
	padding: 3px 8px;
	border-radius: 4px;
}

.wcf-product-info {
	/*padding: 14px;*/
	padding-top: 10px;
}

.wcf-product-category {
    color: #AFABAB;
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 5px;
}

.wcf-product-title {
	font-size: 20px;
	font-weight: 400;
	margin: 0 0 6px;
	color: #606060;
	text-transform: capitalize;
	line-height: 1.4;
	overflow: hidden;
	padding-bottom: 14px;
	font-family: "Varela Round";
	text-align: center;
}

.wcf-product-rating {
	margin-bottom: 6px;
}

.wcf-product-price {
	font-size: 16px;
	font-family: "Varela Round";
	font-weight: 400;
	text-align: center;
}

.wcf-product-price .woocommerce-Price-amount {
	color: inherit;
}

.wcf-add-to-cart {
	padding: 15px;
}

.wcf-add-to-cart a.button {
	width: 100%;
	text-align: center;
	font-size: 12px;
	font-weight: 700;
	padding: 10px;
	border-radius: 35px;
	color: #487DAA;
	border: none;
	cursor: pointer;
	transition: background 0.2s;
	border: 1px solid #487DAA;
	background: white;
	text-transform: uppercase;
}

.wcf-add-to-cart a.button:hover {
	background: #487DAA;
	color: #fff;
}

.wcf-no-products {
	grid-column: 1/-1;
	text-align: center;
	padding: 60px 20px;
	color: #888;
	background: #f9f9f9;
	border-radius: 8px;
}

.wcf-no-cats {
	padding: 12px 20px;
	color: #888;
	font-size: 13px;
}

.wcf-load-more-wrap {
	text-align: center;
	margin-top: 60px;
}

.wcf-load-more {
	color: #497da9;
    border: 1px solid #497da9;
	padding: 14px 40px;
	font-size: 14px;
	font-weight: 600;
	border-radius: 36px;
	cursor: pointer;
	transition: background 0.2s, transform 0.15s;
	letter-spacing: 0.5px;
}

.wcf-load-more:hover {
	background: #497da9;
	color: #ffffff;
	transform: translateY(-1px);
}

.wcf-loading {
	color: #999;
	font-size: 14px;
	padding: 12px;
}

.wcf-grid.wcf-is-loading {
	opacity: 0.5;
	pointer-events: none;
}

@media (max-width:900px) {
	.wcf-wrapper {
		flex-direction: column;
	}

	.wcf-filter {
		width: 100%;
		min-width: unset;
		position: static;
	}

	.wcf-cols-3,
	.wcf-cols-4 {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width:500px) {

	.wcf-cols-2,
	.wcf-cols-3,
	.wcf-cols-4 {
		grid-template-columns: 1fr;
	}

	.wcf-toolbar {
		flex-direction: column;
		align-items: flex-start;
	}
}/* End custom CSS */