/* Add custom CSS styles below */ 
[dir=rtl] .\!text-end {
    text-align: start !important;
}
.landing-banner{
    width: 84% !important ;
    margin: auto !important ;
}



.osh_card {
    position: unset;
    transform: unset !important;
}
.group.container {
    gap: .75rem;
    justify-content: space-around;
    flex-direction: row;
    margin: auto;
    width: 40%;
}
.categories_1 .py-5 {
    padding-bottom: 0;
    padding-top: 0;
}
.categories h4 {
    max-width: 210px;
}

.osh-sales .vid-wrapper::after {

    background: transparent;

}
.footer-is-light .store-footer .store-footer__inner {
    background: radial-gradient(51.17% 235.48% at 50% 50%, #E8D4C2 0%, #F2EAE4 50%, #F9F9F7 100%);
}

@media(max-width:768px) {
.group.container {
    
    width: 100%;
}
.categories_1 .py-5 {
    padding-bottom: 0;
    padding-top: 0;
}
.landing-banner {
    width: 100% !important;
    margin: auto !important;
} 
}