/* Add custom CSS styles below */ 
.go-up-btn {
    position: fixed;
    bottom: 30px;
    left: 20px;
    padding: 12px;
    background: transparent;
    color: green;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    font-size: 24px;
    width: 50px;
    height: 50px;
    text-align: center;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 9998;
    border: 1px solid #389344;
    
}
.go-up-btn:hover {
    background: #389344;
    color: white;
    border: 2px solid white ;
}


.p-4 {
    padding: .25rem;
}

.swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0px;
    display: none;
}
.lazy__bg.lazy_menu {
    position: relative;
    height: 3.5rem;
    width: 3.5rem;
    flex-shrink: 0;
    background-color: transparent;
    background-size: cover;
    background-repeat: no-repeat;
}

.faded-sq .banner-square .text-wrapper h3 {
    visibility: visible;
    opacity: 1;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
    will-change: transform;
    color: white;
    font-size: 20px;
}

.s-product-card-category, .s-product-card-brand {
    color: white;
    border-radius: 0.125rem;
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, 1);
    background-color: #389344;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-size: 0.75rem;
    line-height: 1rem;
    line-height: 1;
}