.feather-16 {
    width: 16px;
    height: 16px;
}

.feather-18 {
    width: 18px;
    height: 18px;
    stroke-width: 5;
}

.feather-20 {
    width: 20px;
    height: 20px;
}

.feather-24 {
    width: 24px;
    height: 24px;
}

.page_hero {
    display: flex !important;
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
    width: 100%;
    min-height: 400px;
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
    color: white;
    text-align: left;
}

.page_hero .page_hero_content {
    width: 40%;
    max-width: 600px;
    margin-left: 40px;
}

.page_hero p.title {
    margin: 0;
    font-size: 3rem;
    font-weight: bold;
    letter-spacing: -0.6px;
    line-height: 1.2;
    color: black;
}

.page_hero p {
    margin-top: 25px;
    font-size: 16px;
    color: rgb(0, 0, 0);
    letter-spacing: -0.4px;
    line-height: 20px;
    font-family: "FONTSPRING DEMO - Roc Grotesk", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
}


@media (max-width: 1008px) {
    .page_hero {
        justify-content: flex-start;
        text-align: left;
        padding-left: 20px;
    }

    .page_hero .page_hero_content {
        width: 90%;
        max-width: 600px;
    }

    .page_hero h1 {
        font-size: 2.2rem;
    }

    .page_hero p {
        font-size: 1rem;
    }
}

@media (max-width: 600px) {
    .page_hero {
        padding-left: 15px;
    }

    .page_hero .page_hero_content {
        width: 95%;
        max-width: 500px;
    }

    .page_hero h1 {
        font-size: 2rem;
    }

    .page_hero p {
        font-size: 0.9rem;
    }
}

@media (max-width: 430px) {
    .page_hero {
        padding-left: 10px;
    }

    .page_hero .page_hero_content {
        width: 100%;
        max-width: 350px;
    }

    .page_hero h1 {
        font-size: 1.8rem;
    }

    .page_hero p.title {
        font-size: 2rem !important;
    }
}



.page_cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 20px;
    min-height: 600px;
    box-sizing: border-box;
}

.page_cta .page_cta_content {
    width: 50%;
    max-width: 600px;
    margin: 0 auto;
    padding-top: 300px;
    box-sizing: border-box;
}

.page_cta h1 {
    margin: 0;
    font-size: 3.5rem;
    font-weight: bold;
    letter-spacing: -0.6px;
    line-height: 1.2;
    color: white;
}

.page_cta p {
    margin-top: 10px;
    font-size: 1.2rem;
    text-align: center;
    color: white;
    letter-spacing: -0.4px;
    line-height: 1.4;
}


@media (max-width: 768px) {
    .page_cta {
        padding: 2px 15px;
        min-height: 450px;
    }

    .page_cta .page_cta_content {
        width: 90%;
        padding-top: 120px;
    }

    .page_cta h1 {
        font-size: 2.5rem;
    }

    .page_cta p {
        font-size: 1rem;
        margin-bottom: 10px;
    }
}

@media (max-width: 500px) {
    .page_cta {
        padding: 0px 1px;
        min-height: 350px;
    }

    .page_cta .page_cta_content {
        width: 95%;
        padding-top: 5px;
    }

    .page_cta h1 {
        font-size: 2rem;
    }

    .page_cta p {
        padding-top: 50px;
        font-size: 0.9rem;
        margin-top: 50px;
    }

    .page_cta_action h6 {
        font-size: 14px;
        border-radius: 5px;
        display: inline-block;
    }
}




.product_img {
    width: 426px;
    height: 247px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    max-width: 100%;
    border-radius: 5px;
}

.product:hover>.product_img, .product:focus>.product_img {
    filter: grayscale(1);
    transition: ease-in .3s;
}

.product:hover>.product_title, .product:focus>.product_title {
    text-decoration: underline;
    transition: ease-in .3s;
}

.product_title {
    color: black;
    letter-spacing: -0.5px;
    margin-top: 20px;
}

.product-item__inner:not(.hfc) {
    min-height: 546px;
}

.product-image {
    border-radius: 3px;
    padding: 5px 0px 5px 0px;
    min-height: 230px;
    position: relative;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.product-image>img {
    max-width: 180px;
}

.product-price>.subprice {
    color: #000000;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: -0.3px;
}

.product-price {
    font-family: sans-serif !important;
    color: #ff4713;
    font-weight: 800;
    font-size: 21px;
    letter-spacing: -1.2px;
}

.bg-black_custom {
    background: #222;
    color: white;
}

.bg-gradient_theme {
    background: rgb(117, 62, 166);
    background: linear-gradient(170deg, rgba(117, 62, 166, 1) 0%, rgba(42, 25, 54, 1) 23%, rgba(62, 26, 90, 1) 55%, rgba(82, 28, 128, 1) 76%, rgba(117, 62, 166, 1) 100%);
}

.play_ctr>p {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    color: white;
    margin-bottom: 0;
}

.play_ctr>strong {
    color: white;
    font-size: 19px;
}

.wrap {
    position: relative;
    display: inline-flex;
    margin: 2rem;
}

.imgb {
    position: absolute;
    left: 25px;
    top: -20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}

.imgb, .imga {
    max-width: 500px;
}

.testimonial_image {
    position: relative;
    width: 100%;
    max-height: 500px;
    overflow: hidden;
    border-radius: 5px;
    margin-left: 10px;
    margin-right: 10px;
}

.testimonial_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-next-btn, .testimonial-prev-btn {
    width: 40px;
    height: 40px;
    color: white;
    border: 1px solid white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.testimonial-next-btn {
    left: 30px;
}

.testimonial-prev-btn {
    right: 30px;
}



@media (max-width: 480px) {
    .page_hero {
        margin-top: 20px;
        height: 50vh;
        max-height: 300px;
    }

    .page_hero .page_hero_content {
        width: 100%;
        margin: 0px;
    }

    .page_hero h1 {
        margin: 0;
        font-size: 2rem;
        font-weight: bold;
        letter-spacing: -0.6px;
        line-height: 1;
        color: white;
    }

    .page_hero p {
        margin-top: 10px;
        font-size: 1rem;
        color: white;
        letter-spacing: -0.4px;
        line-height: 1;
    }

    .imgb, .imga {
        max-width: 300px;
    }
}

.product-item__outer {
    border: 1px solid #eeeef4;
    border-radius: 4px;
    transition: ease-in-out .3s;
    background: white;
}

.product-item__outer.orangered {
    border: 1px solid orangered;
}

.orangered-bottom {
    border-bottom: 1px solid orangered;
}

.line-height-1 {
    line-height: 1;
    font-family: "FONTSPRING DEMO - Roc Grotesk", Helvetica, Arial, sans-serif !important;
}

.line-height-2 {
    line-height: 1;
    font-family: "FONTSPRING DEMO - Roc Grotesk", Helvetica, Arial, sans-serif !important;
}

.line-height-3 {
    line-height: 1;
    font-family: "FONTSPRING DEMO - Roc Grotesk", Helvetica, Arial, sans-serif !important;
}

.product-item__outer:hover,
.product-item__outer:focus {
    box-shadow: 6px 11px 21px 4px #eeeef4;
    border: 1px solid #c2c2cf;
    transition: ease-in-out .3s;
}

.filter_bar {
    background: #ffffff;
    border-radius: 4px;
    padding: 12px;
    overflow: hidden;
    position: relative;
    height: 100%;
    color: black !important;
    max-width: 400px;
    z-index: 2;
}


.brand_shop_cover {
    min-height: 250px;
    position: relative;
    overflow: hidden;
    background: #ff4713;
}

.brand_shop_cover img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%);
}

#product_infos_res {
    border: 1px solid #eeeef4;
    border-radius: 5px;
    padding: 15px;
    max-width: 530px;
}

.nodc {
    list-style: none !important;
    padding: 0px;
}

.text-orange {
    color: #f19a37 !important;
}

.btn_add_to_cart {
    background: #f19a37;
    border-radius: 5px;
    max-width: 70%;
    margin: 0 auto;
    color: white;
    min-height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    letter-spacing: -0.4px;
    margin-top: 15px;
}

.bb-1 {
    border-bottom: 1px solid #eeeef4;
}

#newsletter-holder {
    min-height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.newsletter-title {
    font-size: 25px;
    font-weight: 600;
    line-height: 1;
}

.newsletter-input {
    background: none;
    color: black;
    border-bottom: 3px solid black !important;
}

.newsletter-btn {
    background: transparent !important;
    border: none;
    border-bottom: 3px solid black !important;
}

.newsletter-input::placeholder {
    color: white;
    font-size: 17px;
    font-family: 'HelveticaNeueW01-75Bold', Helvetica, sans-serif;
    font-weight: bold;
}

.header-icon-bg {
    background: #ff4613;
    position: relative;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    padding-bottom: 6px;
    margin-left: 3px;
}

.header-icon-bg>svg {
    stroke: white;
}

.header-divider {
    width: 1px;
    height: 45px;
    background: #eeeef4;
    border-radius: 10px;
    margin-right: 15px;
}

.hero_cta {
    background: #ff4713;
    min-width: 140px;
    min-height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 210px;
    border-radius: 5px;
}

.hero_cta>a {
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-size: 18px;
    border-radius: 3px;
    letter-spacing: -0.3px;
    margin: 0;
    padding: 0;
    text-decoration: none;
    display: inline-block;
}

@media (max-width: 767px) {
    .hero_cta>a {
        padding: 15px;
    }
}


@media (max-width: 407px) {
    .hero_cta>a {
        color: rgb(255, 255, 255);
        font-weight: bold;
        font-size: 15px;
        border-radius: 3px;
        letter-spacing: -0.3px;
        margin-bottom: 0;
        padding: 0;
        text-decoration: none;
        display: inline-block;
        padding: 8px;
    }

    .page_hero p {
        font-size: 8px;
        color: black !important;
        margin-bottom: 20px;
    }

    .page_hero .page_hero_content>p.title {
        margin-top: -40px;
        font-size: 30px !important;
    }
}

@media (max-width: 400px) {
    .hero_cta>a {
        color: rgb(255, 255, 255);
        font-weight: bold;
        font-size: 14px;
        border-radius: 3px;
        letter-spacing: -0.3px;
        margin-bottom: 0;
        padding: 0;
        text-decoration: none;
        display: inline-block;
        padding: 2px;
    }

    .page_hero p {
        font-size: 8px;
        color: black !important;
        margin-bottom: 20px;
    }

    .page_hero .page_hero_content>p.title {
        margin-top: -40px;
        font-size: 30px !important;
    }
}

@media (max-width: 374px) {
    .header-icon-bg {
        background: #ff4613;
        position: relative;
        width: 34px;
        height: 34px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        padding-bottom: 6px;
        margin-left: 3px;
    }

    svg {
        width: 22px;
        height: 22px;
    }

    .font-size-22 {
        font-size: 28px;
        margin-right: -10px;
    }

    .height-22 {
        height: 1px;
    }

    .width-22 {
        width: 1px;
    }

    .font-weight-bold {
        font-weight: 800 !important;
        font-family: 'HelveticaNeueW01-75Bold', Helvetica, sans-serif !important;
        padding: 12px;
    }
}

@media (max-width: 362px) {
    .header-icon-bg {
        background: #ff4613;
        position: relative;
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        padding-bottom: 6px;
        margin-left: 1px;
    }

    svg {
        width: 22px;
        height: 22px;
    }

    .font-size-22 {
        font-size: 28px;
        margin-right: -10px;
    }

    .height-22 {
        height: 0.8px;
    }

    .width-22 {
        width: 0.8px;
    }

    .font-weight-bold {
        font-weight: 800 !important;
        font-family: 'HelveticaNeueW01-75Bold', Helvetica, sans-serif !important;
        padding: 10px;
    }
}

@media (max-width: 356px) {
    .header-icon-bg {
        background: #ff4613;
        position: relative;
        width: 25px;
        height: 25px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        padding-bottom: 6px;
        margin-left: 1px;
    }

    svg {
        width: 19px;
        height: 19px;
    }

    .font-size-22 {
        font-size: 25px;
        margin-right: -10px;
    }

    .height-22 {
        height: 0.8px;
    }

    .width-22 {
        width: 0.8px;
    }

    .font-weight-bold {
        font-weight: 800 !important;
        font-family: 'HelveticaNeueW01-75Bold', Helvetica, sans-serif !important;
        padding: 8px;
    }
}

@media (max-width: 348px) {
    .header-icon-bg {
        background: #ff4613;
        position: relative;
        width: 22px;
        height: 22px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        padding-bottom: 6px;
        margin-left: 1px;
    }

    svg {
        width: 15px;
        height: 15px;
    }

    .font-size-22 {
        font-size: 20px;
        margin-right: -10px;
    }

    .height-22 {
        height: 0.5px;
    }

    .width-22 {
        width: 0.5px;
    }

    .font-weight-bold {
        font-weight: 800 !important;
        font-family: 'HelveticaNeueW01-75Bold', Helvetica, sans-serif !important;
        padding: 7px;
    }
}

.hero_cta>a:hover {
    color: rgb(255, 255, 255);
}


.page_cta_action {
    background: #ff4713;
    display: flex;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 210px;
    min-width: 120px;
    height: auto;
    padding: 10px 20px;
    border-radius: 5px;
    text-align: center;
    font-size: 1rem;
}

@media (max-width: 480px) {
    .page_cta_action {
        max-width: 150px;
        padding: 8px 16px;
        font-size: 0.9rem;
    }
}


.page_cta_action>a {
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-size: 18px;
    border-radius: 3px;
    letter-spacing: -0.3px;
    margin: 0;
    padding: 0;
    text-decoration: none;
    display: inline-block;
}

.page_cta_action>a:hover {
    color: rgb(255, 255, 255);
}


.category-listing {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

.category-listing>.media {
    display: block;
    width: fit-content;
}

.category-image {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.category-image>img {
    max-width: 150px;
}

.category-title {
    font-size: 1rem;
}

.category_tile {
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #eeeef4;
    max-width: 170px;
    transition: ease-in .3s;
}

.category_tile:focus,
.category_tile:hover {
    box-shadow: 10px 10px 10px 11px rgba(0, 0, 0, .1);
    transition: ease-in .3s;
}

.category_tile:focus span,
.category_tile:hover span {
    color: #ff4713;
    text-decoration: underline;
    text-decoration-color: #ff4713;
    text-decoration-thickness: 3px;
    transition: ease-in .3s;
}

.features_holder {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.feature-box {
    background-image: url(/jbl/Web/images/frontend/Home/feature-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: black;
    border-radius: 5px;
    max-width: 590px;
    padding: 30px;
    color: white;
    min-height: 620px;
    max-height: 440px;
}

.feature-box>.feature_img {
    background: white;
    width: 100%;
    height: 400px;
    margin-bottom: 10px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.feature-box>.feature_img>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.feature-box>.feature_content>h6 {
    margin: 0;
    padding: 0;
    color: white;
    font-size: 25px;
    letter-spacing: -0.4px;
    line-height: 1;
    font-weight: bold;
    min-height: 90px;
}

.feature-box>.feature_content>.feature_action {
    max-width: 240px;
    height: 50px;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background: #ff4713;
    color: rgb(255, 255, 255);
    font-family: "FONTSPRING DEMO - Roc Grotesk", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: -0.3px;
    margin-top: 10px;
}



/* FILTERS */
.accordion-item {
    position: relative;
    background: #ffffff;
    color: black;
}

.accordion-button {
    position: relative;
    width: 100%;
    border: none;
    box-shadow: none;
    background: #ffffff;
    text-align: start;
    font-family: 'HelveticaNeueW01-55Roma', Helvetica, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 40px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    letter-spacing: -0.4px;
    padding: 12px;
    border-bottom: 1px solid #dcdad4;

}

.accordion-button .icon {
    font-size: 1.2rem;
    font-weight: bold;
    transition: transform 0.2s ease;
}

.custom-control {
    padding-left: 2.4rem;
}

.custom-control-label {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-family: 'HelveticaNeueW01-45Ligh', Helvetica, sans-serif !important;
}

.custom-control-label::before {
    position: absolute;
    top: 0.20625rem;
    left: -2rem;
    display: block;
    width: 1.3rem;
    height: 1.3rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: black solid 2px;
}

.custom-control-label::after {
    position: absolute;
    top: 0.06rem;
    left: -2.1rem;
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    content: "";
    background: no-repeat 50% / 50% 50%;
}


.price-range-slider {
    width: 100%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.price-range-slider .amount {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.price-range-slider .amount>span {
    min-width: 50px;
    padding: 6px 10px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    background: orangered;
    color: white;
    border-radius: 5px;
    border: none;
}

.price-range-slider .range-bar {
    width: 100%;
    height: 5px;
    background: #ddd;
    border-radius: 10px;
    position: relative;
    cursor: pointer;
}

.price-range-slider .range-bar .ui-slider-range {
    background: orangered;
    border-radius: 10px;
}

.price-range-slider .range-bar .ui-slider-handle {
    width: 20px;
    height: 20px;
    background: white;
    border: 2px solid orangered;
    border-radius: 50%;
    position: absolute;
    top: -8px;
    transition: transform 0.1s ease-in-out;
}

@media (max-width: 600px) {
    .price-range-slider {
        width: 100%;
        padding: 10px;
    }

    .price-range-slider .amount {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        text-align: center;
    }

    .price-range-slider .amount>#amount-left,
    .price-range-slider .amount>#amount-right {
        font-size: 12px;
        padding: 6px 10px;
        min-width: 50px;
    }

    .price-range-slider .range-bar {
        width: 100%;
        height: 5px;
        margin-left: 0;
        margin-right: 0;
    }

    .price-range-slider .range-bar .ui-slider-handle {
        width: 15px;
        height: 15px;
        top: -7px;
    }
}


.mobile_filters {
    width: 100%;
    display: block !important;
}

@media (min-width: 1200px) {
    .mobile_filters {
        display: none !important;
    }
}

@media (max-width: 1199px) {
    .mobile_filters {
        display: block !important;
    }
}


/* COLOR TILES */
.color-filter {
    display: flex;
    gap: 5px;
    margin-bottom: 10px;
    flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap;
    width: 290px;
    padding: 3px;
}

.color-input {
    display: none;
}

.color-option {
    width: 100px;
    height: 28px;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    transition: border 0.2s ease, box-shadow 0.2s ease;
    display: inline-block;
}

.color-option:hover {
    border: 2px solid orangered;
}

.color-input:checked+.color-option {
    outline: 3px solid orangered;
}



@media (min-width: 1480px) {
    .container.container-expanded {
        max-width: 1760px;
    }
}

@media (min-width: 768px) {
    .navbar-expand-md .u-header__navbar-nav.nav-shop-left {
        -ms-flex-align: start;
        justify-content: start;
        align-items: start;
        gap: 25px;
        padding-top: 0;
        padding-bottom: 0;
    }
}

.u-header__nav-item.active {
    border-bottom: 3px solid #df2d00;
}

.bg-cream {
    background: #f9f5ef !important;
    color: black;
}



/* MEGA MENU */
.mega_menu_wrapper {
    /*display: flex;*/
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
}

.mega_menu_wrapper>.mega_menu_categories {
    position: fixed;
    top: 0;
    left: 0;
    width: 350px;
    height: 100vh;
    background: white;
    color: black;
    padding: 20px;
    overflow-y: auto;
    z-index: 999;
}

.mega_menu_wrapper>.mega_menu_categories::-webkit-scrollbar {
    width: 5px;
}

.mega_menu_wrapper>.mega_menu_categories::-webkit-scrollbar-thumb {
    background-color: black;
    border-radius: 10px;
}

.mega_menu_wrapper>.mega_menu_categories::-webkit-scrollbar-track {
    background: transparent;
}

.mega_menu_wrapper>.mega_menu_categories>.mm_categories_list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mega_menu_wrapper>.mega_menu_categories>.mm_categories_list li {
    margin-bottom: 10px;
}

.mega_menu_wrapper>.mega_menu_categories>.mm_categories_list li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
    color: black;
    width: 100%;
    border-radius: 1px;
    padding: 5px 15px;
    text-align: start;
}

.mega_menu_wrapper>.mega_menu_categories>.mm_categories_list li:hover a {
    background: orangered;
    border: 1px solid black;
    color: white;
    transition: ease-in-out .3s;
}

.mega_menu_wrapper>.mega_menu_categories>.mm_categories_list li a.active {
    background: orangered;
    border: 1px solid black;
    color: white;
}

.mega_menu_wrapper>.mega_menu_products {
    margin-left: 350px;
    padding: 20px;
    background: #f9f5ef;
    min-height: 300px;
    border-left: 1px solid black;
    min-height: 100vh;
}

.products h1 {
    font-family: HelveticaNeueW01-75Bold, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 800;
    color: rgb(51, 62, 72);
    font-size: 30px;
    line-height: 45px;
    text-align: center;
    margin-bottom: 30px;
}


.shop-products-holder {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    width: 100%;
    margin: 0;
    padding: 0;
}

/* Extra large screens (1700px and above) */
@media (min-width: 1700px) {
    .shop-products-holder {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* Large screens (1600px - 1699px) */
@media (min-width: 1600px) and (max-width: 1699px) {
    .shop-products-holder {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* Medium-large screens (1200px - 1599px) */
@media (max-width: 1599px) {
    .shop-products-holder {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Medium screens (992px - 1199px) */
@media (max-width: 1199px) {
    .shop-products-holder {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Small screens (768px - 991px) */
@media (max-width: 991px) {
    .shop-products-holder {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Extra small screens (below 768px) */
@media (max-width: 767px) {
    .shop-products-holder {
        grid-template-columns: repeat(1, 1fr);
    }

    .accordion-button {
        font-size: 14px;
        letter-spacing: -0.2px;
    }

    .color-option {
        width: 30px;
        height: 30px;
    }

    .custom-control-label {
        font-size: 13px;
        font-weight: 500;
        line-height: 2.1;
    }

    .category-listing {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .page_cta_logo {
        margin-top: 20px;
    }

    .page_cta_logo>img {
        max-width: 320px;
    }

    .page_cta .page_cta_content {
        width: 100%;
        margin-left: 0;
    }

    .features_holder {
        display: block;
    }

    .feature-box {
        margin-bottom: 10px;
    }

    .page_hero h1 {
        font-size: 0.5rem;
        color: black !important;
    }

    .page_hero p {
        font-size: 14px;
        color: black !important;
    }

    .hero_cta {
        background: #ff4713;
        min-width: 100px;
        min-height: 35px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100px;
        border-radius: 5px;
    }

    .hero_cta>h6 {
        font-size: 13px;
    }
}

.shop-products-holder>.shop-product {
    width: 100%;
    border-radius: 0px;
    border-color: orangered;
}



#mobileFiltersInvokerMenu {
    height: 39px;
    display: flex !important;
    justify-content: start;
    align-items: center;
    gap: 8px;
    background: orangered;
    border-radius: 2px !important;
    width: 100%;
    color: white;
    margin: 0px;
    margin-bottom: 5px;
    border: 2px solid black;
}

#mobileFiltersInvokerMenu h6 {
    font-weight: bold;
    font-size: 15px;
    letter-spacing: -0.3px;
    margin: 0;
    padding: 0;
}

#mobileFiltersInvokerMenu>.filter_icon {
    width: 15px;
    height: 15px;
}

.page_hero .page_hero_content>p.title {
    padding-top: 30px;
    font-size: 40px;
}

@media (max-width: 526px) {
    .page_hero {
        position: relative;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: left;
        background-size: cover;
        background-position: center;
        margin-top: -1px;
    }

    .page_hero_content {
        position: absolute;
        width: 90%;
        padding: 20px;
        color: white;
    }

    .hero_cta h6 {
        background: orangered;
        padding: 10px 15px;
        display: inline-block;
        color: white;
        font-size: 16px;
    }

    .page_hero .page_hero_content>h1 {
        font-size: 30px;
        padding-bottom: 15px;
    }
}

body:has(.hs-mega-menu.u-header__sub-menu.slideInUp) {
    overflow: hidden;
}

/* ##### swal confirm button style #### */

.swal-custom-confirm {
    background-color: orangered !important;
}

.swal-custom-confirm:focus-visible {
    box-shadow: 0 0 0 3px rgb(241, 138, 100) !important;
}