.s-block.container.fixed-products.fixed-products--2{
background:#ff7690;
    margin-bottom: -70px;
padding: 20px;
}
.s-block.container.fixed-products.fixed-products--3{
background:#ffa7c5;
    margin-bottom: -70px;
padding: 20px;
}
.s-block.container.fixed-products.fixed-products--4{
background:#ff646f;
padding: 20px;
}
.bg-storeBG {
    background-color: #fff8e8;
}
.product-card {
    position: relative;
    display: flex
;
    overflow: hidden;
    background-color: #fff8e8;
    text-align: center;
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

.text-primary-reverse {
    color: #ff6767;
    color: var(--color-primary-reverse);
    transform: skew(-15deg);
}
#about-0 .w-full {
    text-align: center;
}
.border-primary {
    border-color: #414042;
    border-color: var(--color-primary);
}
.sicon-keyboard_arrow_left:before{
display:none;}
@media only screen and (max-width: 1024px) {
    .mm-spn.mm-spn--light {
        color: var(--store-text-primary);
        background: #fff5e9;
    }
}
.leading-tight {
    line-height: 1.25;
    font-size: 25px;
}
@keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}
.text-store-text-primary{
animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both
}
.shadow-\[rgba\(50\2c _50\2c _105\2c _0\.15\)_0px_2px_5px_0px\2c _rgba\(0\2c _0\2c _0\2c _0\.05\)_0px_1px_1px_0px\] {
    --tw-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
    --tw-shadow-colored: 0px 2px 5px 0px var(--tw-shadow-color), 0px 1px 1px 0px var(--tw-shadow-color);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
    background: transparent;
}