/* Add custom CSS styles below */ 
#mainnav{
    background-color:#000000;
    color:white !important;
}
div#mainnav a.navbar-brand img{
    width:100px;
    min-height:100px !important;
}
div#mainnav  i.sicon-sar {
    color: white;
}
div#mainnav .header-btn__icon{
    color:white !important;
}
body#app {
    background-color:#F9F6ED;
}
section.s-block--photos-slider .swiper{
    padding:0;
}
section.s-block--photos-slider .swiper .swiper-slide{
    padding:0;
    width:100%;
}
section.s-block.s-block--photos-slider {
    margin-top:0;
}
section.s-block--photos-slider  button.s-slider-nav-arrow.swiper-button-disabled.swiper-button-lock {
    visibility:hidden !important;
}
section.s-block--photos-slider button.s-slider-prev.s-slider-nav-arrow ,
section.s-block--photos-slider button.s-slider-next.s-slider-nav-arrow {
        visibility:hidden !important;
}
section.s-block--fixed-banner:nth-of-type(3) .container{
    max-width:100% !important;
    padding:0;
}

/*footer*/
.store-footer__inner {
        background-color: #000000 !important;
        color:white;
}
.md\:flex.items-center.justify-between.py-4.container.text-center {
    background-color: #000000 !important;
    margin: 0;
    max-width: 100% !important;
}
.md\:flex.items-center.justify-between.py-4.container.text-center p{
    color:white;
}
.store-footer .lg\:col-span-2.rtl\:lg\:pl-20.ltr\:lg\:pr-20{
    justify-items:center;
    text-align:center;
}
.store-footer .lg\:col-span-2.rtl\:lg\:pl-20.ltr\:lg\:pr-20 h3{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.store-footer .lg\:col-span-2.rtl\:lg\:pl-20.ltr\:lg\:pr-20 h3::before{
    content: "";
    display: inline-block;
    width: 150px;
    height: 150px;
    background-image: url("https://cdn.files.salla.network/homepage/1699191350/2829bde6-af30-44c3-a6c2-daaf87c6c6dd.webp");
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 8px;
    vertical-align: middle;
}
/*transparent to img*/
 .s-block--fixed-banner img ,
 .s-block--banners .grid .banner-entry {
    background-color:transparent !important;
}
img.s-product-card-image-cover {
    opacity:1;
}

.s-block--best-offers.container .s-products-slider-card {
   height:400px !important;
   
}
.s-block--best-offers.container .s-product-card-entry{
   background-color:#f9f6ed;
}
.s-block--best-offers.container button{
   background-color:#B87332;
   color:white;
}
.s-block--features .s-block--features__item {
    background-color:#f9f6ed;
    border:solid 1px;
}
.store-footer a.s-menu-footer-item:nth-of-type(5) {
    display:none;
}

/*** NEW ***/
/* VIDEO */
section.full-width-video-section {
    position: relative;
}
section.full-width-video-section::after {
    content: "";
    position: absolute;
    background-color: #00000066;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
section.full-width-video-section video {
    width: 100%;
}
.video-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 800px;
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 2rem 3rem;
    color: #fff;
    z-index: 1;
}
section.full-width-video-section h1 {
    font-size: 50px;
    line-height: 4.4rem;
}
section.full-width-video-section p {
    font-size: 24px;
    margin-block: 3rem;
}
section.full-width-video-section a {
    font-size: 18px;
    padding: 10px 60px;
    border: 1px solid #fff;
    border-radius: 12px;
    transition: 0.3s;
}
.btn-changing:hover {
    opacity: 0.5;
}
section.full-width-video-section .btn-changing {
    display: none;
}
@media (max-width: 1024px) {
    section.full-width-video-section h1 {
        font-size: 34px;
        line-height: 3rem;
    }
    section.full-width-video-section p {
        font-size: 19px;
        margin-block: 1.5rem 3rem;
    }
}
@media (max-width: 768px) {
    .video-overlay {
        max-width: unset;
        width: 90%;
    }
}
@media (max-width: 576px) {
    .video-overlay {
        width: 100%;
        padding: 1rem;
        margin-top: 3rem;
    }
    section.full-width-video-section h1 {
        font-size: 22px;
        line-height: 2rem;
    }
    section.full-width-video-section p {
        font-size: 14px;
        margin-block: 1rem 2rem;
    }
    section.full-width-video-section a {
        font-size: 12px;
        padding: 0.5rem 2rem;
    }
}

/* Wide Banners Full Width */
section.s-block.s-block--fixed-banner.wide-placeholder .container {
    max-width: 100%;
    padding: 0;
}
section.s-block.s-block--fixed-banner.wide-placeholder:has(img[src *= 'b8ca4d16-dde7-4ba5-813f-1ecde37620c0']) .container {
  max-width: 1280px
}
@media (max-width: 768px) {
  section.s-block.s-block--fixed-banner.wide-placeholder {
    padding: 0.5rem;
  }
  section.s-block.s-block--fixed-banner.wide-placeholder:has(img[src *= 'b8ca4d16-dde7-4ba5-813f-1ecde37620c0']) {
    padding-inline: 2.5rem;
  }
}
/* HEADER */
.store-header i.sicon-menu {
    color: #fff;
}