body {
    background-color: #fff
}
i.sicon-heart {
    color: #0b60b0;
}
/* Add custom CSS styles below */ 
.banner--fixed img {
    display: block;
    width: 100%;
    border-radius: 0.375rem;
    border-style: none;
    --tw-bg-opacity: 1;
    background-color: transparent;
    -o-object-fit: cover;
    object-fit: cover;
}

.footer-is-light .store-footer .store-footer__inner {
   
  
    background-color: #aac0e3;
    border-top-left-radius:5pc;
     border-top-right-radius:5pc;
    color: white;
}
.footer-is-light .store-footer {
    border-top-left-radius:5pc;
    border-top-right-radius:5pc;
    color: #374151;
    color: rgba(55,65,81,var(--tw-text-opacity));
    background: #0b60b0;
}
.copyright-text p {
    --tw-text-opacity: 1;
    color: white;
}



.header-btn__icon {
    display: flex;
    height: 2.5rem;
    width: 2.5rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: #000;
    font-size: 1.25rem;
    line-height: 1.75rem;
    --tw-text-opacity: 1;
    
}
.s-cart-summary-total {
    font-weight: 600;
    --tw-text-opacity: 1;
    color: white;
}
.s-product-card-entry {
    position: relative;
    display: flex;
    height: 100%;
    justify-content: space-between;
    border-radius: 0.75rem;
    --tw-bg-opacity: 1;
    background-color: #fff;
    background-color: #f9fafb;
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: 300ms;
    color: #111827;
}
.s-product-card-content-title a {
    display: block;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: #111827;
}
.s-button-element:not(:disabled):not([loading]) {
    pointer-events: auto;
    background: #1c64b0;
    color: white;
}
.s-button-element:not(:disabled):not([loading]) {
    pointer-events: auto;
    background: #1c64b0;
    color: white;
    border: 1px solid white;
}
.s-product-card-content-title a:hover {
    color: black;
}
.s-slider-block__title h2 {
    display:none;
}

:is(section.s-block.s-block--photos-slider,.banner--fixed) img {
    border-radius: 0!important;
    background-color: transparent!important
}

section.s-block.s-block--fixed-banner.wide-placeholder:first-of-type,section.s-block.s-block--photos-slider {
    margin-top: 0
}

section.s-block.s-block--fixed-banner.wide-placeholder>.container,section.s-block.s-block--photos-slider salla-slider.photos-slider .swiper-slide {
    padding: 0!important;
    width: 100%!important;
    max-width: unset;
    border-radius: 0!important
}

section.s-block.s-block--photos-slider salla-slider.photos-slider .swiper {
    padding: 0
}

body.index > div.app-inner.flex.flex-col.min-h-full > section:nth-child(13) > div{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}
body.index > div.app-inner.flex.flex-col.min-h-full > section:nth-child(13) > div a {
    height: 350px;
    background: transparent;
}



section.s-block.s-block--banners.container > .grid > a.banner-entry.square-photos > div {
    background-size: contain;
    background-repeat: no-repeat;
}

@media (max-width: 767px) {
    body.index > div.app-inner.flex.flex-col.min-h-full > section:nth-child(13) > div{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
   body.index > div.app-inner.flex.flex-col.min-h-full > section:nth-child(13) > div a {
    height: 240px;
    background: transparent;
}
    
.s-products-slider-card {
  
    max-width: 210px;

}

}

.s-block--features__item {
    background: var(--main-color);
    border: none;
    padding: 7px;
    transition: all .3s
}



.s-block--features__item:hover {
    background-color: #aac0e3;
    transition: all .3s
}

.s-block--features__item .feature-icon {
    height: 7rem;
    width: 7rem;
    background: transparent
}

.s-block--features__item .feature-icon i:before {
    content: '';
    width: 100px;
    height: 100px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

.s-block--features__item .feature-icon i.sicon-fire:before {
    background-image: url(https://i.postimg.cc/ZK0TWbVN/Group-19.png)
}

.s-block--features__item .feature-icon i.sicon-shipping-fast:before {
    background-image: url(https://i.postimg.cc/zDxzDbS5/Group-18.png)
}

.s-block--features__item .feature-icon i.sicon-store2:before {
    background-image: url(https://i.postimg.cc/cCk0F246/Group-17.png)
}

.s-block--features__item h2 {
    font-size: 18px!important;
    line-height: 1.7rem!important;
        color: #000;
}
@media(max-width:992px){
    .s-block--features .grid{
         grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
    .s-block--features__item:nth-child(1){
        grid-area:1/1/1/1; 
    }
}

@media(max-width: 767px) {
    .store-footer__inner * {
        text-align:center;
        justify-content: center
    }
}

.s-social-link a {
    color: var(--white-color);
    border: 0;
    transition: all .5s
}

.s-social-link a:hover {
    transform: translateY(-10px);
    transition: all .5s
}
footer a[href*=instagram] {
    background: linear-gradient(45deg, #f09433 0, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
border:none
}
footer a[href*=tiktok] {
   background: black;
    color:white;
border:none
}
footer a[href*=snapchat] {
    background:yellow;
    
  border:none
}

.s-social-link a[href*=snapchat] svg {
    fill:#000 !important; 
}
footer a[href*=youtube] {
    background:red;
border:none;
    color:white;
}
footer a[href*=x] {
    background:#000;
border:none;
    color:white;
}

.custom-category-slider svg {
    opacity: 0 !important;
}