/* Add custom CSS styles below */ 
.has-overlay:after {
    opacity: 0;
}
section:first-of-type{
  margin-top: 0px;
}
section.s-block.s-block--banners.container {
    margin-bottom: 84px;
}
section.s-block.s-block--categories 
.s-slider-block__title-nav { display:none;}


.s-slider-block__title-right {
    padding-left:0px;
    color: #400a0c;
   
}
.s-slider-block__title-right h2{
     font-size: 21px !important;
     border-bottom: 4px solid;
     padding-left: 0px;
     padding-bottom: 10px;
}

.s-slider-block__title {
    justify-content: center;
}
.banner-entry {
    height: 255px;
    background-size: contain;
    overflow:visible
}
.s-block--features__item {
    border: 1px solid #40090b;
}
section.s-block.s-block--fixed-banner.wide-placeholder .container {
    max-width: 100%;
    padding: 0px;
}
.s-product-card-image img.loaded {
    object-fit: contain;
}
.store-footer {
    background-color: #2c0608;
}

.store-footer__inner {
    background-color: #2c0608;
}

span.text-sm.copyright-text > p {
    color: #fff !important;
}
.s-product-card-vertical {
    border: 1px solid #40090b;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

button.undefined.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center {
    background: #40090b;
    border-color: #40090b;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
}

.s-block--features__item .feature-icon {
    background: #40090b;
}

.s-block--features__item .feature-icon i {
    color: #fff;
}
.two-row .banner-entry:first-child h3 {
    font-size: 1.25rem;
    line-height: 2rem;
}
@media (min-width: 768px) {
    .md\:grid-cols-2 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}
.grid.md\:grid-cols-3.two-row.grid-flow-row.gap-3.sm\:gap-8 {}

@media (min-width: 1024px) {
    .banner-entry h3, .banner-entry p {
        position:absolute;
        bottom: -30px;
        color: #000;
    }}
.banner-entry {
    height: 255px;
    background-size: contain;
}
@media (min-width: 1024px) {
    .banner-entry h3, .banner-entry p {
       
        opacity: 1;}}

@media (min-width: 640px) {
    .two-row .banner-entry:first-child {
        grid-column: span 1 / span 1;
        grid-row: span 1 / span 1;
    }
  div#mainnav > * ,div#mainnav i ,.s-cart-summary-total {
    color: #fff !important;
}

div#mainnav {
    background: #400a0c;
}
}
@media (min-width: 768px) {
    .md\:grid-cols-3 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
@media (min-width: 1024px) {
    salla-slider.photos-slider .swiper-slide {
        margin-left: 0rem;
        margin-right: 0rem;
        width: 102%;
        padding: 0px;
    }
}


@media (max-width:768px){
  .grid.md\:grid-cols-3.two-row.grid-flow-row.gap-3.sm\:gap-8 ,.grid.md\:grid-cols-3.grid-flow-row.gap-3.sm\:gap-8{
            grid-template-columns: repeat(2, minmax(0, 1fr));

}
  .banner-entry {
    height: 172px;
    background-size: cover;
            margin-bottom: 25px;
}
 .banner-entry h3 ,.two-row .banner-entry:first-child h3{
        color: #000;
        font-size: 12px;
        position: absolute;
        bottom: -35px;
    }
}
.feature-icon { animation: upDown 1.5s ease-in-out infinite;}

.feature-icon i {
    display: none;
}

.s-block--features__item:first-child .feature-icon::before{
    background:url(https://i.ibb.co/ynrwtvSJ/shield-1.png);
    content:"";
    width:40px;
    height:40px;
    background-size:contain;
    background-repeat:no-repeat;
}

.s-block--features__item:nth-child(2) .feature-icon::before{
    background:url(https://i.ibb.co/jZH8bsF9/van.png);
    content:"";
    width:40px;
    height:40px;
    background-size:contain;
    background-repeat:no-repeat;
}
.s-block--features__item:nth-child(3)  .feature-icon::before{
    background:url(https://i.ibb.co/4Rzgxb0b/headphones-1.png);
    content:"";
    width:40px;
    height:40px;
    background-size:contain;
    background-repeat:no-repeat;
}
@keyframes upDown {
    0% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
    100% { transform: translateY(0); }
}