/* fullwidth slider */

/* Top spacing */
section.s-block.s-block--photos-slider  {
    padding-top: 0 !important;
    margin-top: 0 !important;
}
 
/* RTL Swiper padding fix */
section.s-block.s-block--photos-slider 
salla-slider.photos-slider .swiper:where([dir=rtl],[dir=rtl] *) {
    padding-left: 0rem !important;
}


/* Slides styling */
section.s-block.s-block--photos-slider
salla-slider.photos-slider .swiper-slide {
    padding: 0 !important;
    margin-left: 1rem;
    margin-right: 1rem;
    width: 100%;
    border-radius: 0 !important;
}

/* Wrapper specific fix */
section.s-block.s-block--photos-slider
div[id^="swiper-wrapper"] .swiper-slide {
    padding: 0 !important;
}

/* Image styling */
section.s-block.s-block--photos-slider 
.s-block--photos-slider .swiper-slide img {
    border-radius: 0px !important;
}

/* Tablet + Mobile RTL fix */
@media (max-width: 1024px) {
    section.s-block.s-block--photos-slider
    salla-slider.photos-slider .swiper:where([dir=rtl],[dir=rtl] *) {
        padding-right: 0rem !important;
    }
}

/* Desktop RTL fix */
@media (min-width: 750px) {
    section.s-block.s-block--photos-slider 
    salla-slider.photos-slider .swiper:where([dir=rtl],[dir=rtl] *) {
        padding-right: 0rem !important;
    }
}

/* Bottom spacing */
section.s-block.s-block--photos-slider
salla-slider.photos-slider.swiper {
    padding-bottom: 0rem !important;
}

section.s-block.s-block--photos-slider 
salla-slider.photos-slider .swiper {
    padding-bottom: 0rem !important;
}


/* end fullwidth slider */

body#app {
    background: #f9f6f1 !important;
}

section.s-block.s-block--fixed-banner.wide-placeholder>.container{
    max-width: 100% !important;
    padding: 0 !important;
}

/* buttons */

button.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center {
    background: #573c32 !important;
    color: #fff !important;
    border-radius: 25px !important;
    font-weight:400 !important
}

.s-product-card-entry.s-product-card-vertical.s-product-card-fit-height{
    border:1px solid #cfcfcf99 !important;
}

/* buttons hover */

button.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center{
    color:#fff !important;
    background:#573c32 !important;
    border:2px solid transparent;
    transition:all .3s ease;
}

button.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center:hover{
    transform:scale(.94);
    border:2px solid #573c32;
    background:#fff !important;
    color:#573c32 !important;
}

/* end buttons hover */

/* eviews-testimonial */

.s-reviews-testimonial {
    border: 1px solid #573c32;
    border-radius:5px !important;
    background-color: #faf8f4 !important;
}
/* end eviews-testimonial */

/*Footer*/

.store-footer__inner {
    background-color: #000000 !important;
}

span.text-sm.copyright-text p{
    color: #fff !important;
}

footer .store-footer__inner * {
        text-align: center;
        justify-content: center;}

@media (min-width:750px){

.store-footer__inner>.lg\:grid-cols-6 {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
        }
    

.store-footer__inner {
    @media (min-width: 1024px) {
    .lg\:col-span-2 {
        grid-column: span 1 / span 2 !important;
    }
}
}

/*End Footer-------------------*/

.custom-national-day-bar {
    width: 100%;
    height: 44px;
    background: #453930;
    color: #fff;
    overflow: hidden;
    position: relative;
    z-index: 99999;
    display: flex;
    align-items: center;
    direction: ltr;
    box-sizing: border-box;
}

.custom-national-day-bar .announcement-track {
    display: flex;
    width: max-content;
    white-space: nowrap;
    animation: nationalDayMove 22s linear infinite;
    will-change: transform;
}

.custom-national-day-bar span {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding-right: 80px;

    font-size: 15px;
    font-weight: 500;
    line-height: 1;
}

.custom-national-day-bar b {
    opacity: 0.6;
}

@keyframes nationalDayMove {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

/* Mobile */
@media (max-width: 768px) {

    .custom-national-day-bar {
        height: 40px;
    }

    .custom-national-day-bar span {
        font-size: 13px;
        gap: 10px;
        padding-right: 60px;
    }

    .custom-national-day-bar .announcement-track {
        animation-duration: 18s;
    }
}