.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: 16px;
    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 #f1ca78;
    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);
    }
}

.s-tabs .s-tabs-header .s-tabs-header-item.s-tabs-active {
    background-color: #f1d371 !important;
}
.s-product-card-entry .s-product-card-image {
    background-color: #328192 !important;
}
button.s-button-element .s-button-text span {
    font-size: 0; 
    position: relative;
}

button.s-button-element .s-button-text span::after {
    content: "اشترك الآن";
    font-size: 14px; 
    color: inherit;
}
.s-add-product-button-mini-checkout-content {
  font-size: 0; 
}

.s-add-product-button-mini-checkout-content::after {
  content: "اشترك الآن";
  font-size: 14px; 
}
salla-add-product-button .s-button-primary {
    display: none;
}
.s-add-product-button-main {
  display: flex;
  flex-direction: column;
  gap: 10px; 
  align-items: center;
}
.s-add-product-button-with-quick-buy:not(.s-add-product-button-with-apple-pay) .s-add-product-button-main {
    scale: 1.2;
}
.s-button-fill-none {
    background-color: #f1d371 !important;
}