:root {
    --color-red: #7f131f;
    --color-floral-white: #f8f5ee;
    --color-white: #fff;
    --color-black: #333;
}
.hills-product-grid { display: flex; gap: 30px; flex-wrap: wrap; } 
.hills-product-card {width: calc(calc(100% / 3) - 20px);background: #fff;padding: 0;border-radius: 0;position: relative;box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);border: 1px solid var(--color-red);transition: all ease 300ms;}
.hills-card-type { font-size: 16px; }
.hills-card-color { font-size: 16px; line-height: 1.4; padding-bottom: 10px; }
 ul.hills-card-meta { font-size: 16px; list-style: none; padding: 0; display: flex; gap: 8px; flex-wrap: wrap; margin-top: 20px; margin-bottom: 20px; border-top: 1px solid rgba(0, 0, 0, .1); padding-top: 20px; }
.hills-card-image img { width: 100%; display: block; height: 280px; object-fit: cover; }
.hills-pagination { display: flex; gap: 10px; justify-content: center; margin-top: 30px; } 
.page-numbers { width: 40px; height: 40px; background-color: transparent; border: 2px solid var(--color-red); display: flex; align-items: center; justify-content: center; border-radius: 50%; font-size: 16px; line-height: 1; color:  var(--color-red); font-weight:600; transition:all ease 300ms;}
.page-numbers svg { width: 70%; display: block; }
.page-numbers:not(.dots):hover, .page-numbers:not(.dots):focus,.page-numbers.current { background-color: var(--color-red); color: var(--color-white); }
.page-numbers.dots { width: auto; height: auto; border: none; display: flex; align-items: end; }
.hills-label { font-weight: 600;font-size: 14px; }
.hills-product-card:hover { transform: scale(1.008); }
.hills-card-type { margin-top: 10px; }
.hills-card-title.h4 { font-size: 27px; line-height: 1.2; margin-top: 0; padding: 0; }
.hills-card-description { font-size: 16px; line-height: 1.4; margin-bottom: 20px; border-top: 1px solid rgba(0, 0, 0, .1); padding-top: 20px; }
.hills-card-body  *{color: var(--color-black);}
ul.hills-card-meta li { width: calc(50% - 5px); }
ul.hills-card-meta li { display: flex; flex-direction: column; }
.hills-product-card .hills-card-body{padding:15px;display: flex; flex-direction: column; height: calc(100% - 280px);}
.hills-product-card .hills-card-tag{position:absolute;top:30px;right:30px;line-height:1;font-size:14px;font-weight:500;padding:5px 15px;border-radius:91px;color:var(--color-red);box-shadow:0 0px 2px 0px var(--color-red);background-color:var(--color-floral-white);}
#main-content .container:has(.hills-single-product-container):before{background:none;}
.hills-single-details{margin:20px 0 58px;}
.hills-single-details .hills-single-category{padding-bottom:0;}
.hills-single-details .hills-single-category a{line-height:1;font-size:14px;font-weight:500;padding:5px 15px;border-radius:91px;color:var(--color-red);background-color:var(--color-floral-white);border:1px solid var(--color-red);display:inline-block;}
.hills-single-details .hills-single-title{margin-top:10px;color:var(--color-red);}
.hills-single-details .hills-specs-list li .label{font-weight:600;}
.hills-single-details .hills-single-description{margin-top:15px;font-size:18px;line-height:1.7;}
.hills-single-details .hills-single-description br{margin:5px 0;display:block;}
.hills-single-details .hills-single-actions{margin-top:25px;}
.hills-single-details .hills-single-actions .hills-back-link{background-color:#5d4f3f;color:#FFF;border-radius:30px;font-weight:500;padding:.5em 1em;transition-duration:.2s;transition-property:all;line-height:1.7em;font-size:20px;}
.hills-single-details .hills-single-actions .hills-back-link:after{content:"\35";opacity:0;position:absolute;margin-left:-1em;transition:all .2s;font-family:ETmodules !important;}
.hills-single-details .hills-single-actions .hills-back-link:hover{padding-right:2em;padding-left:0.7em;}
.hills-single-details .hills-single-actions .hills-back-link:hover:after{font-size:1.6em;line-height:1em;margin-left:0;left:auto;opacity:1;}
.hills-card-btn { background-color: var(--color-red); color: #FFF; border-radius: 0; font-weight: 500; padding: .5em 1em; transition-duration: .2s; transition-property: all; line-height: 1.7em; font-size: 16px; display: inline-block; width: 100%; text-align: center; margin-top: auto; cursor: pointer; }
.hills-card-btn:after{content:"\35";opacity:0;position:absolute;margin-left:-1em;transition:all .2s;font-family:ETmodules !important;}
.hills-card-btn:hover{padding-right:2em;padding-left:0.7em;}
.hills-card-btn:hover:after{font-size:1.6em;line-height:1em;margin-left:0;left:auto;opacity:1;}

.hills-card-2 .hills-product-card{width:100%;display:flex;}
.hills-card-2 .hills-product-card .hills-card-image{position:relative;width:300px;}
.hills-card-2 .hills-product-card .hills-card-body{width:calc(100% - 300px);height:100%;padding:25px;}
.hills-card-2 .hills-product-card .hills-card-image img{height:100%;}

.hills-coming-soon{text-align:center;}

/* ── Hills Product Gallery — Slick Slider ── */

/* Main slider */
.hills-main-slider .hills-main-slide-img{width:100%;aspect-ratio:4 / 3;object-fit:cover;display:block;border-radius:4px;}
/* Thumbnail strip */
.hills-thumb-slider{margin-top:10px;}
.hills-thumb-slider .hills-thumb-slide{padding:0 4px;cursor:pointer;}
.hills-thumb-slider .hills-thumb-slide-img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:3px;border:2px solid transparent;transition:border-color 0.15s ease;display:block;}
/* Active / hovered thumbnail */
.hills-thumb-slider .slick-slide:hover .hills-thumb-slide-img,.hills-thumb-slider .slick-current .hills-thumb-slide-img{border-color:#333;/* swap for brand accent */
}
/* Thumb nav arrows */
.hills-thumb-slider .slick-prev,.hills-thumb-slider .slick-next{z-index:1;width:24px;height:24px;}
.hills-thumb-slider .slick-prev{left:-26px;}
.hills-thumb-slider .slick-next{right:-26px;}


/* ── Stock status tag — card image overlay (top left) ── */
.hills-product-card .hills-card-status{position:absolute;top:30px;left:30px;line-height:1;font-size:14px;font-weight:500;padding:5px 15px;border-radius:91px;background-color:var(--color-floral-white);}
.hills-card-status.in-stock,.hills-single-status.in-stock{color:#2a7a2a;background-color:#f0f9f0;}
.hills-card-status.out-of-stock,.hills-single-status.out-of-stock{color:var(--color-red);background-color:#ffe1e4;}
/* ── Stock status tag — single product (inline with category) ── */
.hills-single-status{display:inline-block;line-height:1;font-size:14px;font-weight:500;padding:5px 15px;border-radius:91px;border:1px solid currentColor;}
.hills-thumb-slider .slick-track{margin-left:0 !important;margin-right:0 !important;}

@media (max-width:991px) {
.hills-product-card {width: calc(calc(100% / 2) - 20px);}  
}
@media (max-width:700px) {
.hills-product-card , .hills-card-2 .hills-product-card .hills-card-body, .hills-card-2 .hills-product-card .hills-card-image {width: 100%;}  
.hills-card-2 .hills-product-card{flex-direction:column;}
}


@media all and (max-width:980px) and (min-width: 767px) {
	.pa-gallery-load-more .et_pb_gallery_item:nth-child(3n) {
		margin-right: 0 !important;
	}
}
@media all and (min-width:981px) {
	.pa-gallery-load-more .et_pb_gallery_item:nth-child(4n) {
		margin-right: 0 !important;
	}
}
