/* Add custom CSS styles below */ 
.image-container {
    width: 70%;
    aspect-ratio: 1 / 1;
    border-radius: 12px;
    overflow: visible !important;
    background-color: transparent;
     border: 0; 
}

.category-image {
    width: 100%;
    height: 100%;
    object-fit: contain !important;
    transition: transform 0.5s ease;
}

.section-title {
    text-align: center;
    font-size: clamp(1.5rem, 4vw, 2rem);
    font-weight: 700;
    color: #000 !important;
    margin-bottom: clamp(1.5rem, 4vw, 3rem);
    position: relative;
    padding-bottom: 1rem;
}

.section-title::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background-color: var(--tw-color-primary);
    border-radius: 2px;
}

.s-block--fixed-banner .container {
  max-width: 100% !important;
  padding: 0px !important;
}
.index .s-block--fixed-banner img {
  background-color: transparent !important;
  border-radius: 0;
}
.s-block--fixed-banner:first-of-type {
  margin-top: 0px !important;
}

custom-salla-product-card {
  background-color: #fff !important;
  border: 0.99px solid var(--Lochmara-50, #F2F8FF) !important;
}
salla-add-product-button button {
  color: #fff!important;
  border: 1px solid transparent !important;
  background: var(--Aqua-Squeeze-500, #799393)!important;

}
salla-add-product-button:hover button {
  background-color: #fff!important;
  color: #799393 !important;
  border: 1px solid #799393 !important;
}

/*title*/
.s-slider-block__title {
    position: relative !important;
    display: flex !important;
    align-items: center;
    justify-content: center !important;
    flex-direction: row !important;
    width: 100%;
}


.s-slider-block__title-right {
    position: absolute !important;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    white-space: nowrap;
}


.s-slider-block__title-left {
    margin-left: 0 !important;
    margin-right: auto !important;
    position: relative;
    z-index: 3;
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center;
    direction: ltr; /* prevents arrows from flipping */
}

[dir="rtl"] .s-slider-block__title h2 {
     padding-left: 0 !important;
}

[dir="rtl"] .s-slider-block__title-right {
     padding-left: 0 !important; 
}

[dir="rtl"] .s-slider-block__title-left > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
}