.elementor-1208 .elementor-element.elementor-element-ccf880e{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--overflow:hidden;--background-transition:0s;--overlay-opacity:1;}.elementor-1208 .elementor-element.elementor-element-ccf880e::before, .elementor-1208 .elementor-element.elementor-element-ccf880e > .elementor-background-video-container::before, .elementor-1208 .elementor-element.elementor-element-ccf880e > .e-con-inner > .elementor-background-video-container::before, .elementor-1208 .elementor-element.elementor-element-ccf880e > .elementor-background-slideshow::before, .elementor-1208 .elementor-element.elementor-element-ccf880e > .e-con-inner > .elementor-background-slideshow::before, .elementor-1208 .elementor-element.elementor-element-ccf880e > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{--background-overlay:'';}.elementor-1208 .elementor-element.elementor-element-1b2794c{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-1208 .elementor-element.elementor-element-1b2794c.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}.elementor-1208 .elementor-element.elementor-element-1b2794c nav.woocommerce-pagination{margin-top:0px;}.elementor-1208 .elementor-element.elementor-element-1b2794c nav.woocommerce-pagination ul li a, .elementor-1208 .elementor-element.elementor-element-1b2794c nav.woocommerce-pagination ul li span{padding:0px;}.elementor-1208 .elementor-element.elementor-element-1b2794c.elementor-wc-products ul.products li.product span.onsale{display:block;}.elementor-1208 .elementor-element.elementor-element-aded23e{text-align:center;}.elementor-1208 .elementor-element.elementor-element-aded23e img{width:100%;height:200px;}.elementor-1208 .elementor-element.elementor-element-317b2ef{--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;}@media(min-width:768px){.elementor-1208 .elementor-element.elementor-element-ccf880e{--width:100%;}.elementor-1208 .elementor-element.elementor-element-317b2ef{--width:86%;}}@media(max-width:1024px){.elementor-1208 .elementor-element.elementor-element-1b2794c.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}@media(max-width:767px){.elementor-1208 .elementor-element.elementor-element-1b2794c.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}/* Start custom CSS for wc-archive-products, class: .elementor-element-1b2794c */.onsale {
  display: none !important;
}




/* ✅ Force 4 columns */
.products.lg-block-grid-3 {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 20px;
  width: 100% !important;
}

/* ✅ Make sure each product block fits the grid properly */
.products.lg-block-grid-3 .product-block {
  width: 100% !important;
  margin: 0 !important;
  min-height: 300px; /* Adjust if needed */
  display: flex;
  flex-direction: column;
}

/* ✅ Remove or hide interfering pseudo-elements */
.products.lg-block-grid-3::before,
.products.lg-block-grid-3::after {
  content: none !important;
  display: none !important;
}

/* ✅ Responsive fallback */
@media (max-width: 1024px) {
  .products.lg-block-grid-3 {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 768px) {
  .products.lg-block-grid-3 {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-7b527ac *//* Grid Layout - 4 cards per row */
.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 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: 100p%;
  display: flex;
  flex-shrink: no-shrink;
  object-fit: fill !important;
  display: block;
  border: none;
}





/* Card Content Area */
.card-content {
  padding: 12px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

/* Location */
.product-location {
  font-size: 12px;
  color: #666;
  margin: 0 0 6px 0;
  line-height: 1.2;
}

/* 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;
}

/* Discount Badge */
.discount-badge {
  display: inline-block;
  background: #ff6600;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  padding: 3px 6px;
  border-radius: 3px;
  margin: 0 0 8px 0;
  width: fit-content;
}

/* Bought Count */
.bought-count {
  font-size: 12px;
  color: #777;
  margin: 0;
  margin-top: auto;
}


.card-bottom {
  background: #2c5aa0;
  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: 2px;
}

.product-price del {
  color: #b8c5d6;
  font-size: 16px;
  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 Button */
.view-btn {
    width: 80px !important;
  background: #fff !important;
  color: #2c5aa0 !important;
  padding: 6px 4px;
  border-radius: 4px;
  font-size: 12px;
  text-align:center;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.2s ease;
  border: none;
  cursor: pointer;
}

.view-btn:hover {
  background: #f0f4f8;
  text-decoration: none;
  color: #2c5aa0;
}

/* 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 {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }
}

@media (max-width: 768px) {
 .custom-product-grid {
  display: flex !important;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 auto;
}

.custom-product-grid > div {
  flex: 1 1 calc(50% - 10px); /* 2 columns */
  box-sizing: border-box;
}

  
  .custom-product-card img {
    height: 160px;
  }
  
  .card-content {
    padding: 10px;
  }
  
  .product-title {
    font-size: 13px;
    min-height: 32px;
  }
}

@media (max-width: 480px) {
 .custom-product-grid {
  display: flex !important;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 auto;
}

.custom-product-grid > div {
  flex: 1 1 calc(100% - 10px); /* 2 columns */
  box-sizing: border-box;
}

  
  .custom-product-card img {
    height: 200px;
  }
  
  .card-bottom {
    padding: 8px 10px;
  }
  
  .view-btn {
    padding: 5px 12px;
    font-size: 11px;
  }
}/* End custom CSS */