/* Add custom CSS styles below */ 
body , .footer-is-light .store-footer .store-footer__inner{
background-color:#fff;}
.footer-is-light .store-footer{
background:#eb0c78;
}
.copyright-text p {
    color: #fff;
}
section:first-of-type {
    margin-top: 0px;
}

.s-cart-summary-icon svg {
    fill: #fff;
}
section.s-block.s-block--fixed-banner .container {
    max-width: 100%;
    padding:0px;
}
.s-block--features__item {
    border: 2px solid #eb0c78;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.s-block--features__item p {
    display: none;
}

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

.s-block--features__item .feature-icon i {
    color: #ec0c79;
    font-size: 44px;
}
button.undefined.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center {
    background: #000;
    border-color: #000;
    color: #fff;
}

i.text-base.sicon-shopping-bag {
    position: absolute;
    left: -10px;
    top: 0;
    background: #ec0c79;
    height: 39px;
    width: 39px;
    line-height: 39px !important;
    border-radius: 50%;
    

}


section.s-block.s-block--banners.container 
.grid.md\:grid-cols-3.two-row.grid-flow-row.gap-3.sm\:gap-8 {grid-template-columns: repeat(5, minmax(0, 1fr));}



.lazy__bg.lazy.entered.loaded {
    object-fit: contain;
    border-radius: 10px;
}

.banner-entry.square-photos h3 {
    height: auto;
    border: none;
    opacity: 1;
    position: absolute;
    bottom: -42px;
    color: #000;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    text-align:center;
}

.banner-entry h3.text-with-border span {
    color: #000;
    font-size:16px;
    text-align:center;
    
}
    .two-row .banner-entry:first-child {
        grid-column: span 1 / span 1;
        grid-row: span 1 / span 2;
    }
a.banner-entry.square-photos.has-overlay.with-hover {
    overflow: visible;
}
@media (max-width:700px){
section.s-block.s-block--banners.container .grid.md\:grid-cols-3.two-row.grid-flow-row.gap-3.sm\:gap-8 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 2.75rem;
}
section#best-offers-2-slider {
    margin-top: 94px;
}
}