/* Header */
.my-header {
    .not-inner {
        background: transparent;
    }
}
.my-header {
    .inner {
        background: transparent;
    }
}
.my-header .fixed-pinned.animated.fixed-header .not-inner {
    background-color: rgb(173 128 130);
}
@media (min-width: 1360px) {
    .store-header .container {
        max-width: 1440px;
    }
}
@media (min-width: 480px) {
    .navbar-brand img {
        max-width: 100px;
    }
}
@media (max-width: 576px) {
    .store-header {
        position: static !important;
        background-color: rgb(173 128 130);
    }
}

/* categories */
section.jo-categories .grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 600px;
    margin-inline: auto;
}

/* Hide */
section.jo-products-banner .text-background,
section.jo-products-banner .absolute.h-full,
section.jo-offers-banner p:has(>svg) {
    display: none;
}

/* Footer */
.store-footer {
    border-top: 3px solid #aaaaaa30;
}

/** Mobile **/
@media (max-width: 576px) {
    section.jo-hero-section div:has( > a ) {
        margin-right: 0;
    }
    section.jo-hero-section div a {
        font-size: 27px;
    }
    section.jo-hero-section span.mybutton {
        padding: 7px 22px;
    }
    section.jo-hero-section div .p-3 {
        padding: 0.35rem;
    }
    section.jo-hero-section {
        margin-bottom: 0;
    }
}