.elementor-35489 .elementor-element.elementor-element-546804a{--display:flex;--min-height:550px;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-35489 .elementor-element.elementor-element-546804a:not(.elementor-motion-effects-element-type-background), .elementor-35489 .elementor-element.elementor-element-546804a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://humancarei.com/wp-content/uploads/2025/10/deals-banner-new03.png");background-position:bottom center;background-repeat:no-repeat;background-size:cover;}.elementor-35489 .elementor-element.elementor-element-1110e2e{--display:flex;--min-height:650px;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-35489 .elementor-element.elementor-element-1110e2e:not(.elementor-motion-effects-element-type-background), .elementor-35489 .elementor-element.elementor-element-1110e2e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://humancarei.com/wp-content/uploads/2025/10/deals-banner-mob.webp");background-position:bottom center;background-repeat:no-repeat;background-size:cover;}.elementor-35489 .elementor-element.elementor-element-cbf808e{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:-50px;--margin-left:0px;--margin-right:0px;--padding-top:50px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}.elementor-35489 .elementor-element.elementor-element-cbf808e:not(.elementor-motion-effects-element-type-background), .elementor-35489 .elementor-element.elementor-element-cbf808e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#B8A18342;}.elementor-35489 .elementor-element.elementor-element-ef9b263{--display:grid;--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}@media(max-width:1024px){.elementor-35489 .elementor-element.elementor-element-ef9b263{--grid-auto-flow:row;}}@media(min-width:768px){.elementor-35489 .elementor-element.elementor-element-cbf808e{--content-width:950px;}}@media(max-width:767px){.elementor-35489 .elementor-element.elementor-element-cbf808e{--padding-top:30px;--padding-bottom:30px;--padding-left:0px;--padding-right:0px;}.elementor-35489 .elementor-element.elementor-element-ef9b263{--e-con-grid-template-columns:repeat(1, 1fr);--grid-auto-flow:row;}}/* Start custom CSS for container, class: .elementor-element-546804a *//* 🎯 Apply only to Deals page */
.page-id-XXX ul.products {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px; /* space between cards */
}

/* Desktop: 2 products per row */
.page-id-XXX ul.products li.product {
    width: calc(50% - 10px);
}

/* Mobile: 1 product per row */
@media (max-width: 767px) {
    .page-id-XXX ul.products li.product {
        width: 100% !important;
    }
}/* End custom CSS */