.t-product-slider-1-elm {
  background-image: url("https://cdn.files.salla.network/homepage/640710752/a8ac98b8-8e2d-4eaf-baea-a2d2f714438b.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0;
}
.s-product-card-entry {
    border-width: calc(var(--t-product_card_border_size) * 1.9px);
}
.s-product-card-entry .s-product-card-content-subtitle {
    display: none;
}
.lg\:col-span-3 picture img {
  content: url("https://cdn.salla.sa/qQwyPW/wS1vqymVOyeB7F2CGimj7JSzo3sGGHLqu3NnBEQi.png");
  scale: 1.3;
}
.store-footer {
    background-color: rgb(229 246 255);
}


.t-block--stats > div:last-child {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}
.t-block--stats .flex-col {
    flex-direction: column;
    align-items: center;
}
@media (min-width: 1024px) {
    .t-block--stats > div:last-child {
        grid-template-columns: repeat(4, 1fr);
    }
}

.items-baseline {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1px;
    align-items: stretch;
}
.s-block-trust-store-features {
    background-color: #eeeeee00 !important;
}
@media (max-width: 767px) {
    .s-block-trust-store-features__grid {
        grid-template-columns: repeat(1, 1fr) !important;
        gap: .75rem !important;
    }
}
.s-block-trust-store-features__item {
    background-color: #ffffff00 !important;
}
.s-block-trust-store-features__subtitle {
    color: #ffffff;
}
.s-block-trust-store-features__title {
    color: #f1d371;
}
.s-block-trust-store-features__media {
    scale: 1.5;
}
.index .brand-item {
    background-color: #ffffff;
}
.brand-item img {
    scale: 1.5
}
.store-footer__inner {
    border-top: 0.5rem solid #cea6ca;
    padding: 50px 20px;
    border-top-left-radius: 110% 75px;
    border-top-right-radius: 110% 75px;
}
    .s-menu-footer-list {
        justify-items: center;
    }
.store-footer {
    background-color: rgb(14 15 15 / 0%);
}
.t-reviews-header {
    visibility: hidden;
}
.t-reviews-header::after {
    content: "ايش قالوا عنا؟";
    visibility: visible;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.s-maintenance-alert-wrapper {
    background-color: rgb(255 255 255) !important;
}
.loader-init.loader-image {
scale:2;
  background:#ffffffc7;
      animation: pulse 1.2s ease-in-out infinite;
}
@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.3);
    }
    100% {
        transform: scale(1);
    }
}
.flex-center.h-14.w-14.md\:h-20.md\:w-20{
  background-color: #cea6ca;
  width:5rem;
  height: 5rem;
  border-radius: 50%;
  scale: 0.8;
}
.flex-center.h-14.w-14.md\:h-20.md\:w-20 img{
  scale: 0.8;
}
.flex-center.h-14.w-14.md\:h-20.w-20 img {
   scale: 0.5 !important; 
}
.s-product-card-sale-price h4 {
    color: #f4a6b5 !important;
}
.navbar-brand.rtl\:ml-auto.ltr\:mr-auto.custom-size {
    margin-right: -1rem;
}
.swiper-wrapper.s-slider-swiper-wrapper:hover {
    background-color: rgba(255, 255, 255, 0.9) !important;
}
.s-button-element .s-button-text span {
    font-size: 9px !important;
}
.s-product-card-rating {
    display: none;
}
.s-product-card-entry .s-product-card-actions .s-product-card-quick-view-btn {
    margin: 0;
    opacity: .75;
    display: none;
}
.flex-center img {
    width: 60px !important;
    height: 60px !important;
    object-fit: contain;
}
.s-contacts-list a[href^="tel:"] {
    display: none !important;
}
.mobile-menu .menu-header .menu-header-content .welcome-message .welcome-subtitle {
    display: none;
}