.elementor-5414 .elementor-element.elementor-element-38e2582{--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;--padding-top:10px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-5414 .elementor-element.elementor-element-38e2582.e-con{--align-self:center;}.elementor-5414 .elementor-element.elementor-element-7510825{--display:flex;border-style:none;--border-style:none;}.elementor-5414 .elementor-element.elementor-element-ab0c32a .custom-breadcrumb{background-color:#FFFFFF;}.elementor-5414 .elementor-element.elementor-element-ab0c32a > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;border-style:none;}.elementor-5414 .elementor-element.elementor-element-ab0c32a .custom-breadcrumb .breadcrumb-container-inner{padding-top:0px;padding-bottom:0px;}.elementor-5414 .elementor-element.elementor-element-ab0c32a .custom-breadcrumb .heading-title{color:#3690AD;}.elementor-5414 .elementor-element.elementor-element-ab0c32a .homirx-post-tags .title{font-family:"Inter", Sans-serif;font-weight:700;}.elementor-5414 .elementor-element.elementor-element-ab0c32a .custom-breadcrumb .breadcrumb{background-color:#F0BA1A;}.elementor-5414 .elementor-element.elementor-element-54d50d3{--display:flex;--justify-content:center;--align-items:flex-end;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-5414 .elementor-element.elementor-element-54d50d3.e-con{--align-self:center;}.elementor-5414 .elementor-element.elementor-element-1fba5ee{width:100%;max-width:100%;margin:-40px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-5414 .elementor-element.elementor-element-1fba5ee.elementor-element{--align-self:center;}@media(max-width:767px){.elementor-5414 .elementor-element.elementor-element-54d50d3{--margin-top:30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-5414 .elementor-element.elementor-element-1fba5ee{margin:-55px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 020px 0px 20px;}}@media(min-width:768px){.elementor-5414 .elementor-element.elementor-element-38e2582{--width:85%;}.elementor-5414 .elementor-element.elementor-element-7510825{--width:100%;}.elementor-5414 .elementor-element.elementor-element-54d50d3{--width:100%;}}/* Start custom CSS for gva_post_breadcrumb, class: .elementor-element-ab0c32a */.custom-breadcrumb .breadcrumb li {
    color: #fff !important;
    font-size: 20px !important;
}

.custom-breadcrumb .breadcrumb li::after
{
     content:"|" !important;
     color: #fff !important;
}

@media (max-width: 500px) {
    .custom-breadcrumb .breadcrumb {
        display: inline-flex !important;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-38e2582 *//* Custom Product Grid CSS - Exact Competitor Match */
.custom-product-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin: 20px 0;
}

.custom-product-grid > div {
  flex: 1 1 calc(25% - 12px); /* 4 items per row */
  box-sizing: border-box;
}

/* Individual Product Card */
.custom-product-card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  transition: box-shadow 0.3s ease;
  position: relative;
}

.custom-product-card:hover {
  box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

/* Product Image */
.custom-product-card a,
.custom-product-card img {
  width: 100%;
  height: 250px;
  display: block !important;
  object-fit: fill !important;
  border: none;
  text-decoration: none;
}

.custom-product-card a {
  position: relative;
}



/* Card Content Area */
.card-content {
  padding: 12px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

/* Location - Small Icon */
.product-location {
  font-size: 12px;
  color: #666;
  margin: 0 0 6px 0;
  line-height: 1.2;
  display: flex;
  align-items: center;
  gap: 4px;
}

.product-location::before {
  content: "📍";
  font-size: 12px;
  display: inline-block;
}

/* Product Title */
.product-title {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin: 0 0 8px 0;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 36px;
}

/* Bought Count */
.bought-count {
  font-size: 12px;
  color: #777;
  margin: 0;
  margin-top: auto;
}

/* Card Bottom - Blue Section */
.card-bottom {
    height: 55px !important;
  background: #3d8ea8;
  padding: 10px 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
}

/* Price Section */
.product-price {
  display: flex;
  flex-direction: row;
  gap: 6px;
  align-items: center;
}

.product-price del {
  color: #b8c5d6;
  font-size: 14px;
  text-decoration: line-through;
  line-height: 1;
  margin: 0;
}

.product-price .sale-price,
.product-price span:not(del) {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  margin: 0;
}

.product-price:not(:has(del)) {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

.view-btn {
    width: 80px !important;
    height: 40px !important;
  background: #edba22 !important;
  color: #ffffff !important;
  font-weight: bold;
  padding: 6px 4px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.2s ease;
  border: none;
  cursor: pointer;
}

.view-btn:hover {
  background: #f0f4f8 !important;
  text-decoration: none;
  color: #F57B17 !important;
}

/* Remove default link styling */
.custom-product-card a {
  text-decoration: none;
  color: inherit;
}

.custom-product-card a:hover {
  text-decoration: none;
}

/* Responsive Design */
@media (max-width: 1200px) {
  .custom-product-grid > div {
    flex: 1 1 calc(33.333% - 12px);
  }
}

@media (max-width: 768px) {
  .custom-product-grid {
    gap: 12px;
  }

  .custom-product-grid > div {
    flex: 1 1 calc(50% - 8px);
  }
  
  .custom-product-card a,
  .custom-product-card img {
    height: 250px;
  }
  
  .card-content {
    padding: 10px;
  }
  
  .product-title {
    font-size: 13px;
    min-height: 32px;
  }
  
  .card-bottom {
    padding: 8px 10px;
  }
  
  .view-btn {
    padding: 5px 12px;
    font-size: 11px;
    min-width: 50px;
  }
}

@media (max-width: 480px) {
  .custom-product-grid > div {
    flex: 1 1 100%;
  }
  
  .custom-product-card a,
  .custom-product-card img {
    height: 300px;
  }
  
  .card-content {
    padding: 12px;
  }
  
  .product-title {
    font-size: 14px;
    min-height: 34px;
  }
  
  .card-bottom {
    padding: 10px 12px;
  }
  
  .view-btn {
    padding: 6px 14px;
    font-size: 12px;
    
  }
}/* End custom CSS */