/* Add custom CSS styles below */ 


.product-card__subtitle.mb-2\.5 {
    margin-bottom: 0 !important;
}
.s-product-card-rating {
     margin-top: 0 !important; 
}


img.main-image {
  border-radius: 12px 12px 0 0;
}

.enhanced-title-border.home-block-line {
    display: none !important;
}




.special-product--4 .product-card__normal-cart .s-button-element {
    background: #000 !important;   /* Ø®Ù„ÙÙŠØ© Ø³ÙˆØ¯Ø§Ø¡ */
    color: #fff !important;        /* Ø§Ù„Ù†Øµ Ø£Ø¨ÙŠØ¶ */
    border-color: #000 !important; /* Ø­Ø¯ÙˆØ¯ Ø³ÙˆØ¯Ø§Ø¡ */
}

.special-product--4 .product-card__normal-cart .s-button-element i {
    color: #fff !important;        /* Ù„ÙˆÙ† Ø§Ù„Ø£ÙŠÙ‚ÙˆÙ†Ø© Ø£Ø¨ÙŠØ¶ */
}











  .product-card__normal-cart .s-button-element {
    background-color:#113111 !important;
    border-color: #000 !important;
    color: #fff !important;
  }

  .product-card__normal-cart .s-button-element * {
    color: #fff !important;
  }


  .container.mt-5 > salla-products-slider[source="related"] {
    display: none !important;
  }


.product-card__actions .s-button-element {
    width: 28px !important;
    height: 28px !important;
    padding: 0 !important;
    background: rgba(255, 255, 255, 0.6) !important;
    box-shadow: none !important;
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;
}

.product-card__actions i {
    font-size: 16px;
    line-height: 2;
}

/* ===== Ù‚Ø³Ù… Ù…Ù†ØªØ¬Ø§Øª Ø§Ù„Ø´ÙŠÙƒ Ø¢ÙˆØª ===== */
#checkout-products-section {
  width: 95%;
  max-width: 900px;
  margin: 20px auto;
  padding: 15px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 12px;
}

/* ===== Ø§Ù„Ù‚Ø±ÙŠØ¯ 3 Ã— 3 ===== */
#checkout-products-section .s-products-list-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

/* ===== ÙƒØ±Øª Ø§Ù„Ù…Ù†ØªØ¬ ===== */
#checkout-products-section .product-card,
#checkout-products-section .s-product-card-entry {
  text-align: center;
  font-size: 11px;
}

/* ØªØ«Ø¨ÙŠØª Ø§Ø±ØªÙØ§Ø¹ Ø­Ø§ÙˆÙŠ Ø§Ù„ØµÙˆØ±Ø© */
#checkout-products-section .product-card__image {
  height: 120px;
  overflow: hidden;
}

/* Ø¥Ø¬Ø¨Ø§Ø± Ø§Ù„ØµÙˆØ±Ø© ØªÙ…Ù„Ø£ Ø§Ù„Ù…Ø³Ø§Ø­Ø© Ø¨Ø¯ÙˆÙ† ÙØ±Ø§Øº */
#checkout-products-section .product-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover !important; /* Ø£Ù‡Ù… Ø³Ø·Ø± */
  display: block;
}

/* ===== Ø¥Ø®ÙØ§Ø¡ Ø§Ù„ÙˆØµÙ ===== */
#checkout-products-section .product-card__subtitle {
  display: none;
}
#checkout-products-section .product-card__actions {
    display: none !important;
}
 {
    display: none !important;
}



.s-blocks-wrapper:not(:first-of-type) {
    margin-top: 3rem !important;
}


.product-card__promotion {
    left: auto !important;
    right: 0 !important;

    border-radius: 10px 0 0 10px !important;
}
.s-button-btn {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
}





@media (min-width: 992px) {
  .product-card__image {
    height: 900px !important;
  }

  .product-card__image img {
    object-fit: contain !important;
    transform: scale(.82);
  }
}

button.s-button-element.s-button-primary {
  background: #233325 !important; /* Ù„ÙˆÙ† Ø§Ù„Ø®Ù„ÙÙŠØ© */
  color: #ffffff !important;      /* Ù„ÙˆÙ† Ø§Ù„Ù†Øµ */
}

salla-reviews-summary.s-reviews-summary-main-container {
  display: none !important;
}

.product-single-top-description,
.product-single-top-description * {
  text-align: center !important;
}


@media (max-width:768px){
  .advanced-slider__caption__inner--center{
    transform:translateY(190px);
  }

  .advanced-slider__caption__inner__content>*{
    color:#fff!important;
    opacity:0;
    animation:slideUp 1.4s ease forwards;
  }

  .advanced-slider__caption__inner__content__heading{
    font-size:24px!important;
    font-weight:400!important;
    margin-bottom:4px!important;
  }

  .advanced-slider__caption__inner__content__text{
    font-size:14px!important;
    margin:0 0 8px!important;
  }

  .advanced-slider__caption__inner__content__button{
    margin-top:0!important;
  }

  @keyframes slideUp{
    from{opacity:0;transform:translateY(25px)}
    to{opacity:1;transform:translateY(0)}
  }
}

@media (min-width:992px){
  .advanced-slider__caption__inner--center{
    transform:translateY(270px);
  }

  .advanced-slider__caption__inner__content>*{
    color:#fff!important;
    opacity:0;
    animation:slideUp .7s ease forwards;
  }

  .advanced-slider__caption__inner__content__heading{
    font-size:34px!important;
    font-weight:400!important;
    margin-bottom:6px!important;
  }

  .advanced-slider__caption__inner__content__text{
    font-size:17px!important;
    margin:0 0 10px!important;
  }

  .advanced-slider__caption__inner__content__button{
    margin-top:0!important;
  }
}

@keyframes slideUp{
  from{opacity:0;transform:translateY(25px)}
  to{opacity:1;transform:translateY(0)}
}

.product-single-top-description ul{
  padding: 0 !important;
  margin: 0 auto !important;
  list-style-position: inside !important;
}

.product-single-top-description ul li{
  width: fit-content !important;
  margin: 0 auto !important;
  text-align: center !important;
}

.s-button-primary {
    background-color: #233325 !important;
    color: #ffffff !important;
}

.s-block--tabs-produtcs .tab-trigger.is-active button {
    color: #233325 !important;
  border-color: #233325 !important;
}



.s-offer-wrapper .s-slider-block__title-left{
  display:none!important;
}

/* ØªÙˆØ³ÙŠØ· Ø§Ù„ÙƒØ±Øª */
.s-offer-wrapper .s-slider-container,
.s-offer-wrapper .s-slider-swiper-wrapper,
.s-offer-wrapper .swiper-slide{
  display:flex!important;
  justify-content:center!important;
}

.s-offer-wrapper .swiper-slide{
  width:100%!important;
}

/* Ø§Ù„ÙƒØ±Øª */
.s-offer-card{
  width:100%!important;
  max-width:600px!important;
  margin:auto!important;
padding:25px 45px!important;
  flex-direction:column!important;
  align-items:center!important;
  text-align:center!important;
  border-radius:20px!important;
  background:#fff!important;
  transform:translateX(-20px)!important;
  border:1px solid #7e8f82 !important;
}

/* Ø§Ù„Ø£ÙŠÙ‚ÙˆÙ†Ø© */
.s-offer-card-icon{
  margin:auto!important;
  color:#fff!important;
  background:linear-gradient(135deg,#234b32,#69a477)!important;
}

/* Ø§Ù„Ù†Øµ */
.s-offer-card-content,
.s-offer-card-details{
  text-align:center!important;
  justify-content:center!important;
}

.s-offer-card-title{
  color:#234b32!important;
  font-weight:700!important;
}

/* Ø§Ù„Ø²Ø± */
.s-offer-products-link{
  display:inline-flex!important;
  justify-content:center!important;
  margin:auto!important;
  padding:10px 28px!important;
  border-radius:50px!important;
  background:linear-gradient(90deg,#234b32,#69a477)!important;
  text-decoration:none!important;
}

.s-offer-products-link-text{
  color:#fff!important;
  text-decoration:none!important;
}
.s-offer-wrapper{
  box-shadow:none!important;
}

.s-offer-wrapper .s-slider-block__title{
  display:none!important;
}

.s-offer-card-title{
  font-size:18px!important;
  margin-bottom:12px!important;
      padding-bottom: 10px;

}

.s-offer-card-description{
  font-size:16px!important;
  line-height:1.8!important;
  margin-bottom:16px!important;
}