.bg-\[\#424242\] {
 
    background-color: #21646C;
}


.bg-inherit {
     background-color: #fff;
}
.mb-4 w-full sal-animate h1  {
    color: rgba(249, 250, 251, 1);
}
.s-product-card-image img {
    height: 123%;
    width: 100%;
    opacity: 0;
    transition-property: opacity;
    transition-timing-function: 
cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
}
.bg-\[var\(--f-color\)\] {
    background-color: rgba(243, 244, 246, 1);
}
div.mb-4.w-full.sal-animate h1,
div.mb-4.w-full.sal-animate p {
  color: #fff ;
}
.flex.conatiner h1,
.flex.conatiner p {
    color: #000 
}
.w-full salla-button button.s-button-element {

    max-width: 300px;
    border: 1px solid #fff;
}

.details-sec .grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;  
  grid-template-rows: repeat(2, 1fr);
  gap: 5px;
  height: auto !important;
}

.details-sec .grid > div:first-child {
  grid-row: span 2;
  top: 47px;
}

.details-sec .grid > div:nth-child(2),
.details-sec .grid > div:nth-child(3) {
  grid-row: span 1;
}

.details-sec .grid img {
  width: 100%;
  height: auto; 
  object-fit: cover;
  display: block;
  border-radius: 8px;
}


@media (min-width: 1024px) {
  .details-sec .grid {
    grid-template-columns: 2fr 1fr;
    gap: 10px;
  }
}


@media (max-width: 1023px) {
  .details-sec .grid {
    grid-template-columns: 1fr !important;
    grid-template-rows: auto;
  }

  .details-sec .grid > div {
    grid-row: auto;
  }

  .details-sec .grid > div:first-child {
    top: 0;
  }
}


.update_offer_section .container {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}


.custom-salla-product-card {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
    height: 300px; 
    opacity: 0;
}

ul.flex.justify-center.items-center.flex-wrap.gap-5 {
  display: grid ;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem; 
  justify-items: center;
}


@media (max-width: 1024px) {
  ul.flex.justify-center.items-center.flex-wrap.gap-5 {
    grid-template-columns: repeat(3, 1fr); /
  }
}


@media (max-width: 640px) {
  ul.flex.justify-center.items-center.flex-wrap.gap-5 {
    grid-template-columns: repeat(2, 1fr); /
    gap: 1rem;
  }
}
.text-center.flex.flex-col.justify-start.items-center h1::after {
    content: "انشر رائحة هادئة في المكان وتضيف إحساس بالراحة";
    display: block;
    font-size: clamp(0.9rem, 0.5rem + 1.5vw, 1.2rem);
    color: #000;
    text-align: center;
   
}