.u-section-1 .u-sheet-1 {
  min-height: 595px;
}

.u-section-1 .u-product-1 {
  min-height: 495px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.u-section-1 .u-container-layout-1 {
  padding: 30px;
  display: grid;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
  justify-items: center;
  grid-template-columns: 1fr 1fr;
  direction: rtl;
  
}
.product-text .status.in-stock {
  font-size: 1em;
  color: #28a745; /* Green for in-stock, modify dynamically if needed */
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 900;
  text-align: right;


}
.product-text .status.out-stock {
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 900;
  color: red; /* Green for in-stock, modify dynamically if needed */
  margin-bottom: 20px;
  text-align: right;

}
.u-section-1 .u-gallery-1 {
  width: 540px;
  height: 433px;
  /* margin: 0 auto 0 0; */
}
.product-text{
  flex: 1; /* Take up equal space or customize */
      display: flex;
  flex-direction: column;
  gap: 10px;
}

.u-section-1 .u-over-slide-1 {
  min-height: 100px;
  padding: 10px;
}

.u-section-1 .u-carousel-thumbnails-1 {
  padding-left: 10px;
  padding-top: 0;
  padding-right: 0;
}

.u-section-1 .u-carousel-thumbnail-1 {
  width: 100px;
  height: 100px;
}

.u-section-1 .u-carousel-control-1 {
  position: absolute;
  right: 110px;
  width: 40px;
  height: 40px;
  background-image: none;
}

.u-section-1 .u-carousel-control-2 {
  position: absolute;
  width: 40px;
  height: 40px;
  background-image: none;
  right: auto;
  left: 0;
}

.u-section-1 .u-text-1 {
  /* margin: -353px auto 0 598px; */
}

.u-section-1 .u-product-price-1 {
  margin: 30px 598px 0 auto;
}

.u-section-1 .u-text-2 {
  /* margin: 30px auto 0 598px; */
}

.u-section-1 .u-btn-1 {
  border-style: solid;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  /* margin: 30px auto 78px 598px; */
  padding: 10px 42px 10px 43px;
}

@media (max-width: 1199px) {
  .u-section-1 .u-sheet-1 {
    min-height: 519px;
  }

  .u-section-1 .u-product-1 {
    height: auto;
    min-height: 419px;
  }

  .u-section-1 .u-gallery-1 {
    width: 471px;
  }

  .u-section-1 .u-text-1 {
    width: auto;
    margin-top: -328px;
    margin-right: 515px;
  }

  .u-section-1 .u-product-price-1 {
    margin-right: 515px;
  }

  .u-section-1 .u-text-2 {
    width: auto;
    margin-left: 0;
    margin-right: 515px;
  }

  .u-section-1 .u-btn-1 {
    margin-bottom: 0;
    margin-right: 515px;
  }
}

@media (max-width: 991px) {
  .u-section-1 .u-product-1 {
    min-height: 926px;
  }

  .u-section-1 .u-gallery-1 {
    width: 660px;
  }

  .u-section-1 .u-text-1 {
    margin-top: 40px;
    margin-right: 110px;
  }

  .u-section-1 .u-product-price-1 {
    margin-top: 20px;
    margin-right: 110px;
  }

  .u-section-1 .u-text-2 {
    margin-right: 110px;
  }

  .u-section-1 .u-btn-1 {
    margin-top: 27px;
    margin-right: 110px;
  }
}

@media (max-width: 767px) {
  .u-section-1 .u-sheet-1 {
    min-height: 898px;
  }

  .u-section-1 .u-product-1 {
    margin-bottom: -68px;
    min-height: 798px;
  }

  .u-section-1 .u-container-layout-1 {
    padding-left: 10px;
    padding-right: 10px;
    grid-template-columns: 1fr;
  }
  .u-section-1 .u-carousel-thumbnails-1{
    display: none;
  }
  .u-section-1 .u-carousel-control-1{
    right: 0px;
  }
  .u-section-1 .u-gallery-1 {
    width: 520px;
  }

  .u-section-1 .u-text-1 {
    margin-left: 287px;
    margin-right: 0;
  }

  .u-section-1 .u-product-price-1 {
    margin-right: 0;
  }

  .u-section-1 .u-text-2 {
    margin-left: auto;
    margin-right: 0;
  }

  .u-section-1 .u-btn-1 {
    margin-right: 0;
  }
}

@media (max-width: 575px) {
  .u-section-1 .u-sheet-1 {
    min-height: 681px;
  }

  .u-section-1 .u-product-1 {
    margin-bottom: 50px;
    margin-top: 0px;
    min-height: 581px;
  }

  .u-section-1 .u-gallery-1 {
    width: 320px;
  }

  .u-section-1 .u-text-1 {
    margin-top: 35px;
    margin-left : 0;
  }
}
/* Related Products Section */
#related-products {
  padding: 40px 20px !important;
  background-color: #f5f5f5 !important;
}

/* Container for the related products */
.related-products-container {
  max-width: 1200px !important;
  margin: 0 auto !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 20px !important;
  justify-content: center !important;
}

/* Title of the section */
.related-products-title {
  font-size: 2rem !important;
  font-weight: 700 !important;
  color: #333 !important;
  margin-bottom: 30px !important;
  text-align: center !important;
  text-transform: uppercase !important;
}

/* Individual product item container */
.product-item { 
  background: #a8e003 !important; /* Updated background color */
  border: none !important; /* Removed border */
  border-radius: 0 !important; /* Maintains sharp edges */
  width: calc(25% - 20px) !important;
  max-width: 300px !important;
  text-align: center !important;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important;
  transition: transform 0.3s ease , box-shadow 0.3s ease !important;
  padding: 10px !important; /* Added padding for spacing */
  margin-left:20px;

}

/* Hover effect for the product item */
.product-item:hover {
  transform: translateY(-5px) !important;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2) !important;
}

/* Product image container */
.product-image-container {
  width: 100% !important;
  height: 180px !important; /* Slightly reduced height for compactness */
  overflow: hidden !important;
}

/* Product image */
.product-image {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

/* Product title */
.product-title {
  font-size: 1.1rem !important;
  font-weight: 600 !important;
  color: #004854 !important;
  margin: 10px 0 5px 10px !important; /* Aligned closer to top-left corner */
  text-align: right  !important;
}

/* Product description */
.product-description {
  font-size: 0.95rem !important;
  color: #004854 !important;
  margin: 5px 10px !important; /* Reduced spacing */
  height: 50px !important; /* Slightly reduced height */
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

/* Add to Cart button */
.add-to-cart-btn {
  display: inline-block !important;
  padding: 10px 15px !important;
  margin-top: 10px !important; /* Aligned with text */
  background: #004854 !important; /* Updated button background */
  color: #fff !important;
  border-radius: 10px !important; /* Sharp edges */
  font-weight: bold !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  text-align: left !important; /* Aligned with title text */
  transition: background 0.3s ease, color 0.3s ease !important;
}

.add-to-cart-btn:hover {
  background: #002b2c !important; /* Darker hover effect */
  color: #fff !important;
}

/* Responsive Design */
@media (max-width: 768px) {
  .product-item {
      width: calc(50% - 20px) !important; /* Two items per row */
  }
}

@media (max-width: 480px) {
  .product-item {
      width: 100% !important; /* One item per row */
  }
}
.line-animation h2{
  font-size: 2.75rem !important;
}
#carousel_98a1 h4 {
  margin-right: 360px;
  margin-left: auto;
}