/* Add custom CSS styles below */ 
.product-card__content {
    background-color:#EEEEEE !IMPORTANT;
}

img.aspect-\[3\/4\].w-full.lazy.object-cover.group-hover\:scale-110.duration-400.loaded {
    object-fit:contain;
    scale:
}
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    display:none
}


.product-card__content {
    background-color:#EEEEEE !IMPORTANT;
}


ul.rectangular-list.mx-auto.flex.gap-1.sm\:gap-2 {
    gap:0
}

li.group.rectangular-list-item {
    border:1px solid #eeeeee;
    display:flex;
    justify-content:center;
    align-items:center
}


section.s-block.s-block--fixed-banner.s-block--double-banner.wide-placeholder.double-banner.double-banner--1 .flex.flex-col.sm\:flex-row.gap-2.md\:gap-4 {
    flex-direction: row;
}



@media(min-width:992px){
    a.view-more-link {

    position:absolute;
    left:25px;
}

.tabs.hide-scroll {
    position:relative;
}
}








a.view-more-link {
       background-color:white ;
  border:1px solid #fbaf1b ;
  color:#fbaf1b;
  padding:5px 10px;
    border-radius:50px;
    justify-content:center;
    align-items:center;
    font-size:20px
}

.tabs.hide-scroll {
    background-color:#eee ;
    align-items:center;
}


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
}
footer a[href*=youtube] {
    background:red;
border:none;
    color:white;
}
footer a[href*=twitter] {
    background:lightskyblue;
border:none;
    color:white;
}