/* Add custom CSS styles below */ 
.my-header .fixed-pinned.animated.fixed-header .not-inner {
    background-color: var(--color-primary);
}
.osh-main-banner img.w-full.h-full.object-cover.rounded-2xl {
    object-fit: contain;
}
section.osh-why-us .container.flex.flex-col{
    background-image: url(https://cdn.files.salla.network/homepage/808852806/c4a3be5f-09d3-4b10-9b98-4415a28eb673.webp);
    background-size: cover;
}
.categories .md\:h-\[140px\] {
    height: fit-content;
   width: 170px;
}
.categories  img.rounded-full.w-full.h-full.object-cover {
    border-radius: 0;
    object-fit: contain;
}
.categories  h4.text-center.break-words {
    display: none;
}
.categories  .group.container.md\:min-h-\[200px\] {
    min-height: 260px;
}
.osh-sales .vid-wrapper::after {
    border-radius: 57px !important;
}
.navbar-brand img {
    max-height: 6rem;
    height: 6rem !important;
}
.main-nav-container.fixed-pinned .navbar-brand img {
    max-height: 65px;
}
.main-menu body.rtl li.dr::before {
    color: #fff;
    opacity: 1;
}
.osh-main-banner .h-\[72\%\] {
    height: 100%;
    width: 25rem;
}
.footer-is-light .store-footer .grid-cols-3 {
    grid-template-columns: 1fr 1fr 1fr;
}
.store-footer .s-contacts-list .unicode {
    font-size: 14px;
}
.mm-ocd__content span , nav#mobile-menu.mm-spn.mm-spn--light,.mm-ocd__content .btn--close{
    color: #ffffff !important;
}
button.btn--rounded-gray.bg-none.my-local-modal.h-full p {
    color: #fff !important;
}
.mm-ocd--open * {
    opacity: 1 !important;
    color: #fff !important;
}
body.rtl .main-menu li.dr::before {
    opacity: 1;
}

/*** Edits ***/
.s-cart-summary-total {
    color: #fff !important;
}
.categories .group.container {
    flex-direction: row
}
/* Cart */
.sticky .bg-secondary,
.cart-item {
    background-color: #f0e5e7;
}