.elementor-2700 .elementor-element.elementor-element-13fc271{--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-2700 .elementor-element.elementor-element-7eabd0d{--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-2700 .elementor-element.elementor-element-639de2e{--spacer-size:50px;}/* Start custom CSS for shortcode, class: .elementor-element-4a16c4c */.grid-layout {
  display: grid;
  gap: 20px;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-13fc271 */.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
  font-family: "Poppins";
}

.product-grid .listing-item {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  background: white;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease;
}

.product-grid .listing-item:hover {
  transform: scale(1.02);
}

.product-grid .listing-item img {
  width: 100%;
  height: auto;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.product-grid .listing-item .title {
  font-weight: bold;
  padding: 10px;
  background: #EEEEEE;
  color: #555;
  font-size: 18px;
}

.product-grid .listing-item .excerpt {
  background: #EEEEEE;
  color: #777;
  padding: 0 10px 10px 10px;
  line-height: 16px;
  font-size: 13px;
  min-height: 46px;
}

.listing-item .excerpt-dash {
  display: none !important;
}/* End custom CSS */