.bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: #f3f4f6;
    background-color: rgb(255 248 250);
}.s-product-card-fixed-btn button {
    border-radius: 9999px;
    border-width: 0;
    height: 2rem;
    margin: 0;
    width: 2rem;
    --tw-bg-opacity: 1;
    background-color: #e5e7eb;
    background-color: rgb(255 255 255);
    --tw-text-opacity: 1;
    color: #000;
    color: rgb(240 160 179);
    opacity: .9;
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}.s-button-primary {
    border-width: 1px;
    border-color: #cfb274;
    background-color: #cfb274;
    color: var(--color-primary-reverse);
}.s-product-card-countdown {
    --tw-bg-opacity: 1;
    background-color: #ef4444;
    background-color: rgb(38 159 90);
    padding-left: .5rem;
    padding-right: .5rem;
    text-align: center;
}.s-product-card-entry {
    border-color: #414042;
    border-color: var(--color-primary);
    border-width: 1px;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}.s-count-down-dark .s-count-down-item {
    --tw-text-opacity: 1;
    color: rgb(255 255 255);
}.s-count-down-item {
    border-radius: .375rem;
    flex: none;
    flex-direction: column;
    height: 4rem;
    margin: 0;
    width: 4rem;
    --tw-bg-opacity: 1;
    align-items: center;
    background-color: #f3f4f6;
    background-color: rgb(255 86 80);
    display: flex;
    font-size: 1rem;
    line-height: 1.5rem;
}.s-count-down-item-label {
    margin-top: 0.25rem;
    display: block;
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255);
    /* opacity: 0.4; */
}.custom-product-rating {
    width: 100% !important;
    box-sizing: border-box !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    direction: ltr !important;

    margin: 7px 0 !important;
    padding: 5px 0 !important;

    gap: 6px !important;

    line-height: 1 !important;
}

.custom-rating-stars {
    color: #ffae00 !important;
    font-size: 15px !important;
    letter-spacing: 1px !important;
}

.custom-rating-number {
    color: #222 !important;
    font-size: 13px !important;
    font-weight: 700 !important;
}/* شارة اليوم الوطني */
.national-day-badge {
    position: absolute !important;
    top: -3px !important;
    right: -2px !important;
    display: flex !important;
    align-items: center !important;
    gap: 7px !important;
    padding: 6px 10px !important;
    background: #168C4A !important;
    color: #fff !important;
    border-radius: 6px !important;
    direction: rtl !important;
    z-index: 20 !important;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .12) !important;
}

/* العلم */
.national-flag {
    font-size: 18px !important;
    line-height: 1 !important;
}

/* النص */
.national-text {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    line-height: 1.2 !important;
}

/* اليوم الوطني */
.national-text strong {
    font-size: 11px !important;
    font-weight: 800 !important;
    white-space: nowrap !important;
}

/* عرض خاص */
.national-text small {
    font-size: 9px !important;
    opacity: .95 !important;
    margin-top: 2px !important;
}

/* ضمان ظهور الشارة فوق صورة المنتج */
.s-product-card-image {
    position: relative !important;
}/* اهتزاز بطاقة المنتج */
/* حركة الزوم على صورة المنتج عند المرور */
.s-product-card-image img {
    transition: transform 0.5s ease !important;
    transform: scale(1) !important;
}

/* Zoom عند Hover */
.s-product-card-image:hover img {
    transform: scale(1.08) !important;
}/* إخفاء التوثيق / وثيقة العمل الحر بالكامل */
salla-trust-badges,
.s-trust-badges-wrapper,
.tm-s-trust-badges-wrapper {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}