.elementor-4247 .elementor-element.elementor-element-1b8a8a7{--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-4247 .elementor-element.elementor-element-cb62aa6{--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-4247 .elementor-element.elementor-element-6436466{--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-4247 .elementor-element.elementor-element-af742eb .woolentor-product-grid-modern{gap:25px;}.elementor-4247 .elementor-element.elementor-element-af742eb .woolentor-product-stars{gap:2px;}.elementor-4247 .elementor-element.elementor-element-af742eb .woolentor-product-actions .woolentor-cart-btn svg{width:18px;height:18px;}.elementor-4247 .elementor-element.elementor-element-af742eb .woolentor-luxury-card .woolentor-cart-arrow{font-size:18px;}.elementor-4247 .elementor-element.elementor-element-af742eb .woolentor-quick-actions .woolentor-quick-action svg{width:18px;height:18px;}.elementor-4247 .elementor-element.elementor-element-af742eb .woolentor-quick-actions .woolentor-quick-action{font-size:18px;}.elementor-4247 .elementor-element.elementor-element-af742eb .woolentor-pagination{justify-content:center;}.elementor-4247 .elementor-element.elementor-element-6886d46{--display:flex;}@media(max-width:1024px){.elementor-4247 .elementor-element.elementor-element-af742eb .woolentor-product-grid-modern{gap:20px;}}@media(max-width:767px){.elementor-4247 .elementor-element.elementor-element-af742eb .woolentor-product-grid-modern{gap:15px;}}/* Start custom CSS for html, class: .elementor-element-b52f9a3 */.promo-banner {
  background: linear-gradient(to bottom, #ff4e8e, #ff2e63);
  padding: 20px;
  color: white;
  border-radius: 15px;
  text-align: center;
  font-family: Arial, sans-serif;
}

.promo-top p {
  margin: 5px 0;
  font-size: 14px;
}

.promo-top h2 {
  font-size: 24px;
  margin: 10px 0;
}

.get-btn {
  background: white;
  color: #ff2e63;
  padding: 10px 20px;
  margin: 10px auto;
  display: inline-block;
  border-radius: 25px;
  font-weight: bold;
  text-decoration: none;
}

.coupon-info {
  font-size: 16px;
  margin-top: 5px;
} .promo-items {
  display: flex;
  justify-content: space-around;
  gap: 10px;
  margin-top: 15px;
  flex-wrap: wrap;
}

.item {
  background: white;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  width: 48%;
}

.item img {
  width: 100%;
  height: auto;
}

.price {
  position: absolute;
  bottom: 8px;
  right: 8px;
  background: rgba(0,0,0,0.7);
  padding: 3px 8px;
  border-radius: 5px;
  font-size: 14px;
  color: white;
}/* End custom CSS */