/* Header */
.store-header {
    position: static !important;
}
.main-nav-container.fixed-pinned .navbar-brand img {
    max-height: 100px;
}
@media (max-width: 768px) {
    .main-nav-container.fixed-pinned .navbar-brand img {
        max-height: 88px;
    }
}

section.jo-hero-section .my-slide > div:first-child,
section.jo-hero-section .my-slide .arrows,
.dis_background,
.pro_addit {
    display: none;
}
section.jo-hero-section .my-slide {
    background-size: cover !important;
    background-position: 90% !important;
}
@media (min-width: 768px) {
    section.jo-hero-section .my-slide {
        height: 600px !important;
    }
    section.jo-hero-section .my-slide .subtext {
        font-size: 20px;
    }
}
@media (min-width: 1280px) {
    section.jo-hero-section .my-slide {
        height: 1080px !important;
    }
    section.jo-hero-section .my-slide .subtext {
        font-size: 26px;
    }
}
@media (max-width: 768px) {
    section.jo-hero-section .my-slide {
        height: 440px !important;
    }
    section.jo-hero-section .my-slide .text-container {
        align-items: center;
    }
    section.jo-hero-section .my-slide .text-container a {
        text-align: center !important;
    }
    section.jo-hero-section .my-slide .subtext {
        font-size: 20px;
    }
}

/* cats */
section.jo-categories .swiper-wrapper {
    justify-content: center;
}

/* Testimonials Icon */
i.sicon-quote {
    color: #c99986;
}

/* products-banner-slider */
section.products-banner-slider .bg-black\/40,
section.products-banner-slider .text-background.leading-tight,
.promotext {
    display: none;
}
@media (min-width: 768px) {
    body.product-single .sidebar {
        padding-inline: 2%;
        width: 40%;
    }
    body.product-single .main-content {
        width: 60%;
    }
}
@media (min-width: 1200px) {
    body.product-single .sidebar {
        padding-inline: 6%;
        width: 39%;
    }
    body.product-single .main-content {
        width: 60%;
    }
}
@media (max-width: 768px) {
    body.product-single .JO-single-product {
        padding-top: 0;
    }
    body.product-single .sidebar {
        padding-inline: 2%;
        width: 40%;
    }
    body.product-single div:has( > .sidebar ) {
        align-items: center;
    }
}
@media (max-width: 576px) {
    body.product-single .sidebar {
        padding-inline: 2%;
        width: 50%;
    }
}