/* Add custom CSS styles below */ 
.enhanced-title-border::after {
    content: " ";
    width: 110px;
    height: 2px;
    left: 251%;
    background: #414042;
    background: #eb0e3b00;
    position: absolute;
    top: 45%;
}

.enhanced-title-border {
    display: block;
    border: 2px solid #414042;
    border: 2px solid #eb0e3b00;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    position: relative;
    margin-right: 50%;
    margin: 15px auto;
}

.enhanced-title-border::before {
    content: " ";
    width: 110px;
    height: 2px;
    right: 251%;
    background: #414042;
    background: #eb0e3b00;
    position: absolute;
    top: 45%;
}


@media screen and (max-width: 768px) {
  .w-full {
    text-align: center;
    width: 100%;
  }
}

img.lazy.loaded {
 background-attachment: fixed;
}
@media (min-width: 640px) {
    .s-block {
        margin-top: 1rem;
    }
}
@media (min-width: 640px) {
    .sm\:text-4xl {
        font-size: 3.25rem;
        line-height: 2.5rem;
    }
}


}





.store-footer h3 {
    text-align: center;
    margin-bottom: 0.75rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
}
[dir=rtl] .promotion-banner ul li, [dir=rtl] .animated-text ul li {
    direction: rtl;
    animation-name: marquee-rtl;
    -webkit-animation-name: auto;
}


@media (min-width: 1024px) {
    .lg\:grid-cols-5 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .lg\:grid-cols-5 {
        grid-template-columns: repeat(1, minmax(0, 1fr)); 
    }
}


@media (min-width: 768px) and (max-width: 1023px) {
    .lg\:grid-cols-5 {
        grid-template-columns: repeat(2, minmax(0, 1fr)); 
    }
}


.promotion-banner, .animated-text {
    padding: 5px 0;
    position: relative;
    margin: -16px;
}


@media (min-width: 768px) and (max-width: 1024px) {
    .promotion-banner, .animated-text {
        padding: 10px 0; /* Adjust as needed */
        margin: -24px;   /* Adjust as needed */
    }
}


@media (min-width: 600px) and (max-width: 768px) {
    .promotion-banner, .animated-text {
        padding: 8px 0; /* Adjust as needed */
        margin: -20px;  /* Adjust as needed */
    }
}


@media (max-width: 599px) {
    .promotion-banner, .animated-text {
        padding: 5px 0; /* Adjust as needed */
        margin: -32px;  /* Adjust as needed */
    }
}



@media (min-width: 1024px) {
    .col-span-2 {
        grid-column: span 1 / span 2;
    }
}







@media (max-width: 359px) {
    .promotion-banner ul li a, .animated-text ul li a {
        font-size: 16px;
        padding: 0 90px;
    }
}

/* Mobile Medium (360px to 475px) */
@media (min-width: 360px) and (max-width: 475px) {
    .promotion-banner ul li a, .animated-text ul li a {
        font-size: 17px; /* Adjust font size if needed */
        padding: 0 125px; /* Adjust padding if needed */
    }
}
/* Mobile Large (max-width: 599px) */
@media (min-width: 480px) and (max-width: 599px) {
    .promotion-banner ul li a, .animated-text ul li a {
        font-size: 18px;
        padding: 0 150px;
    }
}
/* Tablet styles */
@media (min-width: 600px) and (max-width: 899px) {
    .promotion-banner ul li a, .animated-text ul li a {
        font-size: 24px; /* Font size for tablet */
        padding: 0 260px; /* Padding for tablet */
    }
}

/* Laptop styles */
@media (min-width: 900px) and (max-width: 1199px) {
    .promotion-banner ul li a, .animated-text ul li a {
        font-size: 28px; /* Font size for laptop */
        padding: 0 350px; /* Padding for laptop */
    }
}

/* Desktop styles */
@media (min-width: 1200px) {
    .promotion-banner ul li a, .animated-text ul li a {
        font-size: 30px; /* Font size for desktop */
        padding: 0 550px; /* Padding for desktop */
    }
}

@media (min-width: 2560px) {
    .promotion-banner ul li a, .animated-text ul li a {
        font-size: 44px; /* Font size for 4K */
        padding: 0 1000px; /* Padding for 4K */
    }
}


.sicon-menu:before {
    content: "\ed7f";
    margin: -40px;
}

.promotion-banner ul li a {
    animation: none; /* Remove any animation */
    transition: none; /* Remove any transition effects */
}

.promotion-banner ul li, .animated-text ul li {
    animation: none;
}



.s-button-primary {
    border-width: 1px;
    border-color: #ffffff;}
    
.product-card__addToCart__btn salla-button {
background: rgb(255 255 255 / 50%);}

.s-button-outline {
    border-width: 1px;
    border-color: rgb(228 0 70);
}


.text-store-text-secondary {
    color: #e40046;
    font-size: 19px;
}