.elementor-652 .elementor-element.elementor-element-b90c1da{--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;}.elementor-652 .elementor-element.elementor-element-b90c1da:not(.elementor-motion-effects-element-type-background), .elementor-652 .elementor-element.elementor-element-b90c1da > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-652 .elementor-element.elementor-element-6362be5 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:20px;font-weight:600;color:#FFFFFF;}#elementor-popup-modal-652{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-652 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-652 .dialog-close-button{display:flex;}#elementor-popup-modal-652 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for shortcode, class: .elementor-element-0b85a0e *//* Force 4-up desktop, 2-up mobile */
.syre-ps__results{
  display: grid !important;
  gap: 18px !important;
  grid-template-columns: repeat(4, 1fr) !important; /* 4 columns = ~25% each */
}

/* Optional: smoother mid break for laptops/tablets */
@media (max-width: 1024px){
  .syre-ps__results{ grid-template-columns: repeat(3, 1fr) !important; }
}

/* Mobile: 2 columns */
@media (max-width: 640px){
  .syre-ps__results{ grid-template-columns: repeat(2, 1fr) !important; }
}

/* (Optional) tighten title so 4-up looks clean */
.syre-ps-card__body{ font-size: 16px; padding: 12px 10px; }


/* Smaller product title text */
.syre-ps-card__body{
  font-size: 14px !important;
  line-height: 1.25;
  padding: 10px 10px;
}

/* Laptop/tablet */
@media (max-width: 1024px){
  .syre-ps-card__body{ font-size: 13px !important; }
}

/* Mobile */
@media (max-width: 640px){
  .syre-ps-card__body{ font-size: 12px !important; }
}

/* Optional: clamp to 2 lines with ellipsis */
.syre-ps-card__body{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}/* End custom CSS */