.main-nav-container.fixed-pinned .inner {
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
    border-radius: 0 0 15px 15px;
    }
    
    .main-nav-container {
    background-color: #fff5e2;
    color: var(--header-text-color);
}
.product-single__info {
    background-color: #fff;
}
.product-card__promotion {
    font-size: 1rem;
    }
    
    @media (max-width: 768px) {
    .product-card__promotion {
        font-size: 0.7rem !important;

    }}
.is-sticky-product-bar .sticky-product-bar salla-add-product-button button {
        border: 1px solid #414042;
        border: 1px solid var(--color-primary);
        background-color: #fdc82c;
    }
    
@media (max-width: 768px) { /* يستهدف الشاشات الصغيرة فقط */
    .product-card__actions {     
        top: auto;
        position: absolute; 
        bottom: 0px; 
        right: 0px; 
        z-index: 1; 
        display: flex;  
    }

    .product-card__promotion {    
        top: auto; 
        position: absolute; 
        bottom: 1rem; 
        left: 0rem; 
        z-index: 1; 
        max-width: 100%; 
        padding-left: 0.625rem; 
        padding-right: 0.625rem; 
        padding-top: 0.25rem; 
        padding-bottom: 0.25rem; 
        font-size: 0.5rem; 
        line-height: 1rem; 
        font-weight: 500; 
        --tw-text-opacity: 1; 
        color: rgba(255, 255, 255, var(--tw-text-opacity)); 
    }
}