/* Add custom CSS styles below */
.border-primary {
  display:none;
}

.product-card__promotion {
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 0 20px 0 20px !important;
  padding: 5px 10px !important;
  left: 0;
}

/* --- Unrelated styles commented out ---
.enhanced-title-border,
.sun-and-moon {
    display:none;
}

.home-block-title,
.lg\:mx-0.text-center.mb-8 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.view-all-wrapper {
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  margin-left: 10px; 
}

.view-all-wrapper:hover a {
  text-decoration: underline;
  color: #0056b3;
}

.view-all-wrapper:hover svg {
  fill: #0056b3;
  transform: translateX(-2px);
  transition: all 0.3s ease;
}

.s-slider-swiper-wrapper {
  padding: 10px 5px !important;
  margin: 0 -5px !important;
}

.s-products-slider-card {
  margin: 0 10px !important;
  width: calc(250px - 20px) !important;
}

.swiper-container {
  overflow: visible !important;
}

.s-products-slider-card {
  background: #ffffff;
  width: 250px !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 20px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
}

.carousel-slider .swiper-wrapper > div {
    padding-left: 0px;
    padding-right: 0px;
}

.product-card__image {
  position: relative;
  width: 100%;
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px 20px 0 0 !important;
  overflow: hidden !important;
}

.product-card__image img {
  width: auto !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important; 
  object-position: center;
}

.product-card__content {
  padding: 15px !important;
  border-radius: 0 0 20px 20px !important;
}

.product-card__price {
  margin: 10px 0 !important;
}

.product-card__discount {
  margin-top: 5px !important;
}

.product-card__buttons {
  display: flex !important;
  justify-content: space-between !important;
  margin-top: 15px !important;
}

.s-products-slider-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
  transform: translateY(-5px) scale(1.02) !important;
  z-index: 10 !important;
}

.s-block--best-offers .s-slider-block__title, 
salla-products-slider .s-slider-block__title {
    border-bottom: none;
}

.s-block--slider-with-bg .slider-bg:before {
    background-color: rgba(100, 100, 100, 0.8); 
}

.s-block--slider-with-bg .s-slider-block__display-all {
    background-color: #ffffffd9 !important;
    color: rgba(100, 100, 100, 1) !important;
}
--- End of unrelated styles --- */


/* --- Custom Payment Methods --- */
salla-installment {
  display: none !important;
}

.payment-methods-custom {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 1rem;
}

.payment-methods-custom img.image-style {
  width: auto;
  height: 100px;
  margin-right: 10px;
  display: inline-block;
}

/* Payment Info Section */
.payment-info-section {
  background-color: #f8f9fa;
  border-radius: 0.5rem;
  padding: 1rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}