/* Base styles */
.header-style-1 .header-middle-ptb-1 {
    padding: 0px 0;
}
.footer-logo {
max-width: 190px;
}


@media (min-width: 992px) {
    .special-banner-title {
        font-size: 50px;  
    }
}


@media (max-width: 767.98px) {
    .logo.logo-width-1 a img {
        width: 120px;
        min-width: 100px;
    }
}
.banner-img.style-2 {
    background: url("/store-front/imgs/flavor-today-delas.jpg") no-repeat center bottom;
}

.product-rating {
  height: 12px;
  background-repeat: repeat-x;
  background-image: url("/store-front/imgs/rating-stars.png");
  background-position: 0 0;
}

.newsletter .newsletter-inner {
background: url('/store-front/imgs/flavor-sweets-banner-footer-home.webp') no-repeat center;
    background-size: cover;
    padding: 84px 78px;
    clear: both;
    display: table;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    min-height: 550px;
}

@media (max-width: 991.98px) {
    .newsletter .newsletter-inner {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        min-height: 300px; 
        padding: 10px 10px; 
        border-radius: 30px; 
        background-color: #fff; 
    }
}

@media only screen and (max-width: 1024px) {
    .banner-img .banner-text h4 {
        min-height: 50px;
        font-size: 30px;
    }
}


.badges span {
    display: inline-block;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    border-radius: 4px;
    margin-right: 5px;
    margin-bottom: 5px;
}

/* شارة "جديد" */
.badge-new {
    background-color: #28a745; 
}

/* شارة "تخفيض" */
.badge-sale {
    background-color: #ffc107; 
    color: #000;
}

/* شارة "مميز" */
.badge-featured {
    background-color: #007bff; 
}

/* شارة "غير متوفر" */
.badge-out-stock {
    background-color: #dc3545; 
}


.currency {
    font-weight: normal;
    font-size: 12px;
    margin-right: 2px;
    color: #777;
}

.featured-card svg {
    display: block;
    margin: 0 auto 15px auto;
    fill: #457c77;
    width: 42px;
    height: 42px;
}