/* Add custom CSS styles below */ 
@media (max-width: 1024px) {
    .s-slider-block__title h2 {
        font-size: 24px !important;
    }
}
@media (min-width: 768px) {
    .md\:text-\[40px\] {
        font-size: 58px;
    }
}
@media (min-width: 480px) {
    .navbar-brand img {
        max-width: 175px;
        scale: 1.5;
    }
}
@media only screen and (min-width: 1024px) {
    .yasmeen-store-header .main-menu li.root-level>a {
        font-weight: 800 !important;
        font-size: 16px !important;
    }
}
.s-product-card-entry .s-product-card-price, .s-product-card-entry .s-product-card-content-subtitle {
    font-size: 20px !important;
    font-weight: 900 !important;
}
.s-product-card-content-title a {
    white-space: nowrap;      /* يحافظ على النص في سطر واحد */
    overflow: hidden;         /* يخفي النص الزائد */
    text-overflow: ellipsis;  /* يظهر "..." للنص الطويل */
}
.s-product-card-image-cover {
    -o-object-fit: cover;
    object-fit: contain;
}
.s-product-card-image {
  
    background-color: rgb(255 255 255);
}
.s-product-card-entry {
    border-radius: 16px !important;
}
.s-product-card-entry {
    padding: 12px;
    border-color: #1e5090;
    border-style: solid;
    border-width: 2px;
   
}
.text-\[20px\] {
    font-size: 16px;
}

.py-10 {
    padding-top: 2rem;
    padding-bottom: 2em;
}