.borderless-card-container .s-product-card-image-contain {
    background: transparent;
}

.borderless-card-container .s-product-card-image {
    margin-bottom: -55px;
    z-index: 99 !important;
}

.borderless-card-container .s-product-card-content {
    background: #fff !important;
}

.borderless-card-container .s-product-card-entry {
    background-color: transparent !important;
}

.borderless-card-container .s-product-card-horizontal .s-product-card-content {
    height: 140px
}

.borderless-card-container .s-product-card-content {
    justify-content: flex-end !important;
}

.borderless-card-container .s-product-card-content-footer {
    margin-top: 0;
}

.s-button-primary {
    color: #9ccddb !important;
}

.carousel-slider .swiper:where([dir="rtl"], [dir="rtl"] *) {
    padding: 0
}

.s-block__title h2 {
    font-size: 2.5rem
}

.centered-title .angel-products-title {
    margin-bottom: 0
}

custom-salla-product-card {
    transition: all 0.3 ease-in-out;
}

custom-salla-product-card:hover img {
    transform: scale(1)
}

.tabs__flex {
    gap: 0;
}

.tabs__flex button:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border: 0
}

.tabs__flex button:last-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border: 0;
}

.tab-trigger.inactive {
    background: rgba(255, 255, 255, 0.6);
}

.tabs-wrapper .tabs__item.is-active {
    background: #dff4ff !important;
}

.tabs__outline .tab-trigger.is-active {
    background: #fff !important;
    color: #000 !important;
}

.angel-feature .flex-center:first-of-type {
    width: 100% !important;
    height: 20vw;
}

.angel-feature .lazy__bg.lazy_avatar {
    background-size: contain;
}

.square-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    gap: 1rem;
}
.s-product-card-entry.hide-out-of-stock::after {
    content: "جاري التحميص" !important; 
}