@media (min-width: 1200px) {
    .offcanvas {
        visibility: visible;
        position: relative;
        background: none;
        border: none;
        justify-content: end;
    }
}


@media (max-width: 1200px) {

    #categoryBar a.menuBarIconsLink {
        font-size: 18px;
        padding: 10px;
        color: #808080;
        border-radius: 5px;
      }

    #slider .swiper .sliderText {
        position: absolute;
        bottom: 30px;
        left: 0px;
        background-color: rgba(0, 0, 0, 0.48);
        padding: 10px;
        width: 90%;
        border-top-right-radius: 12px;
        border-bottom-right-radius: 12px;
    }

    #slider .swiper h2 {
        color: var(--white);
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
    }

    #productTabs {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
    }

    #productTabs li {
        flex-grow: 1;
    }

    .homepageProductList {
        width: 100%;
        min-height: 300px;
        background: #f0f0f0 url(../img/sliderBg.webp);
        padding: 30px 0px;
    }

    .homepageProductList .productCard a.addCard {
        display: none !important;
        width: 45px;
        height: 45px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #878787;
        margin: 0px 0px;
    }

    #samplesfor5dollar a {
        display: flex;
        height: 100px;
        width: 100%;
        align-items: center;
        justify-content: center;
        background: url(../img/samplesfor5dollar.jpg);
        background-size: auto 100%;
        color: #fff;
        font-size: 2em;
        text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.8);
        border-radius: 6px;
    }

    #samplesfor5dollar {
        background: #f3f2f2;
        padding: 20px 0px;
    }

    #shopBy {
        background: #f3f2f2;
        padding: 10px 0px;
    }

    #shopBy h2 {
        width: 100%;
        text-align: center;
        color: #646464;
        font-weight: 300;
        font-size: 2em;
    }

    #shopBy .shopByCard {
        width: 100%;
        position: relative;
        aspect-ratio: 1/1;
        border-radius: 6px;
        flex: 0 0 calc(33% - 20px);
        transition: all 0.3s linear;
        margin-bottom: 24px;
    }

    #features .featureCard {
        position: relative;
        aspect-ratio: auto;
        flex: 0 0 calc(50% - 10px);
        transition: all 0.3s linear;
        text-align: center;
        z-index: 2;
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: center;
    }

    #features .featureCard h3 {
        color: #585858;
        font-size: 1.6em;
        font-weight: 400;
    }

    #features .featureCard p {
        color: #626262;
        font-size: 14px;
    }

    #customerReviews {
        width: 100%;
        min-height: 200px;
        padding: 30px 0px 30px 0px;
        background: #fafafa;
    }

    #customerReviews h2 {
        color: #646464;
        font-size: 2em;
        font-weight: 300;
        margin-bottom: 20px;
        text-align: center;
    }

    #customerReviews img.background-img {
        display: none;
    }

    #customerReviews .sliderContent {
        position: relative;
        padding-left: 0px;
        margin-top: 70px;
    }

    #faqs {
        width: 100%;
        padding: 30px 0px 30px 0px;
        background: #f3f2f2;
    }

    #faqs h2 {
        color: #646464;
        text-align: center;
        font-size: 2em;
        font-weight: 300;
        margin-bottom: 30px;
    }

    #homepageBlog {
        width: 100%;
        padding: 30px 0px 14px 0px;
        background: #fafafa;
    }

    #homepageBlog h2 {
        color: #646464;
        text-align: center;
        font-size: 2em;
        font-weight: 300;
        margin-bottom: 30px;
    }

    #subscribe {
        width: 100%;
        min-height: auto;
        background: #fff;
        padding: 30px 0px;
    }

    #subscribe .content {
        width: 100%;
        min-height: 100px;
        background: #ececec url(../img/subscribeBg.webp) no-repeat left 50px;
        border-radius: 18px;
        padding: 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    #subscribe .content h3 {
        font-size: 1.4em;
        color: #696969;
        font-weight: 400;
    }

    #subscribe .content form {
        width: auto;
        display: flex;
        align-items: center;
        justify-content: start;
    }

    #subscribe .content form input {
        font-size: 14px;
        color: #696969;
        font-weight: 400;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        border: 0px;
        padding: 10px 10px;
        height: 36px;
    }

    footer .footerContent {
        width: 100%;
        display: block;
        align-items: start;
        justify-content: start;
    }

    footer .footerContent .menu {
        flex: 0 0 calc(25% - 20px);
        margin: 10px;
        padding: 10px;
        transition: all 0.3s linear;
    }

    footer .footerContent .menu h3 {
        font-size: 1.3em;
        font-weight: bold;
        color: #ffffff;
        padding: 0px;
        margin: 0px 0px 10px 0px;
    }

    #subPage {
        width: 100%;
        padding: 0px 0px;
    }

    #subPage h1.pageTitle {
        width: 100%;
        color: #3d3d3d;
        font-weight: 300;
        font-size: 1.4em;
        font-weight: 500;
    }

    #subPage .productCard {
        width: 100%;
        position: relative;
        background: #fff;
        border-radius: 6px;
        flex: 0 0 calc(50% - 20px);
        margin: 8px;
        padding: 10px;
        transition: all 0.3s linear;
    }

    #subPage .productCard a.addCard {
        display: none !important;
        width: 45px;
        height: 45px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #878787;
        margin: 0px 0px;
    }

    .product-details h1 {
        font-size: 1.2em;
        font-weight: 500;
    }

    .product-details h2 {
        font-size: 1.1em;
        font-weight: 300;
    }
}

@media (max-width: 992px) {


    #productTabs {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
    }

    #productTabs li {
        flex-grow: 1;
    }

    .homepageProductList {
        width: 100%;
        min-height: 300px;
        background: #f0f0f0 url(../img/sliderBg.webp);
        padding: 30px 0px;
    }

    .homepageProductList .productCard a.addCard {
        display: none !important;
        width: 45px;
        height: 45px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #878787;
        margin: 0px 0px;
    }

    #samplesfor5dollar a {
        display: flex;
        height: 100px;
        width: 100%;
        align-items: center;
        justify-content: center;
        background: url(../img/samplesfor5dollar.jpg);
        background-size: auto 100%;
        color: #fff;
        font-size: 2em;
        text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.8);
        border-radius: 6px;
    }

    #samplesfor5dollar {
        background: #f3f2f2;
        padding: 20px 0px;
    }

    #shopBy {
        background: #f3f2f2;
        padding: 10px 0px;
    }

    #shopBy h2 {
        width: 100%;
        text-align: center;
        color: #646464;
        font-weight: 300;
        font-size: 2em;
    }

    #shopBy .shopByCard {
        width: 100%;
        position: relative;
        aspect-ratio: 1/1;
        border-radius: 6px;
        flex: 0 0 calc(33% - 20px);
        transition: all 0.3s linear;
        margin-bottom: 24px;
    }

    #shopBy .shopByCard a {
        font-size: 1.4em;
        color: #fff;
        font-weight: 300;
        transition: all 0.1s linear;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    }

    #features .featureCard {
        position: relative;
        aspect-ratio: auto;
        flex: 0 0 calc(50% - 10px);
        transition: all 0.3s linear;
        text-align: center;
        z-index: 2;
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: center;
    }

    #features .featureCard h3 {
        color: #585858;
        font-size: 1.6em;
        font-weight: 400;
    }

    #features .featureCard p {
        color: #626262;
        font-size: 14px;
    }

    #customerReviews {
        width: 100%;
        min-height: 200px;
        padding: 30px 0px 30px 0px;
        background: #fafafa;
    }

    #customerReviews h2 {
        color: #646464;
        font-size: 2em;
        font-weight: 300;
        margin-bottom: 20px;
        text-align: center;
    }

    #customerReviews img.background-img {
        display: none;
    }

    #customerReviews .sliderContent {
        position: relative;
        padding-left: 0px;
        margin-top: 70px;
    }

    #faqs {
        width: 100%;
        padding: 30px 0px 30px 0px;
        background: #f3f2f2;
    }

    #faqs h2 {
        color: #646464;
        text-align: center;
        font-size: 2em;
        font-weight: 300;
        margin-bottom: 30px;
    }

    #homepageBlog {
        width: 100%;
        padding: 30px 0px 14px 0px;
        background: #fafafa;
    }

    #homepageBlog h2 {
        color: #646464;
        text-align: center;
        font-size: 2em;
        font-weight: 300;
        margin-bottom: 30px;
    }

    #subscribe {
        width: 100%;
        min-height: auto;
        background: #fff;
        padding: 30px 0px;
    }

    #subscribe .content {
        width: 100%;
        min-height: 100px;
        background: #ececec url(../img/subscribeBg.webp) no-repeat left 50px;
        border-radius: 18px;
        padding: 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    #subscribe .content h3 {
        font-size: 1.4em;
        color: #696969;
        font-weight: 400;
    }

    #subscribe .content form {
        width: auto;
        display: flex;
        align-items: center;
        justify-content: start;
    }

    #subscribe .content form input {
        font-size: 14px;
        color: #696969;
        font-weight: 400;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        border: 0px;
        padding: 10px 10px;
        height: 36px;
    }

    footer .footerContent {
        width: 100%;
        display: block;
        align-items: start;
        justify-content: start;
    }

    footer .footerContent .menu {
        flex: 0 0 calc(25% - 20px);
        margin: 10px;
        padding: 10px;
        transition: all 0.3s linear;
    }

    footer .footerContent .menu h3 {
        font-size: 1.3em;
        font-weight: bold;
        color: #ffffff;
        padding: 0px;
        margin: 0px 0px 10px 0px;
    }

    #subPage {
        width: 100%;
        padding: 0px 0px;
    }

    #subPage h1.pageTitle {
        width: 100%;
        color: #3d3d3d;
        font-weight: 300;
        font-size: 1.4em;
        font-weight: 500;
    }

    #subPage .productCard {
        width: 100%;
        position: relative;
        background: #fff;
        border-radius: 6px;
        flex: 0 0 calc(50% - 20px);
        margin: 8px;
        padding: 10px;
        transition: all 0.3s linear;
    }

    #subPage .productCard a.addCard {
        display: none !important;
        width: 45px;
        height: 45px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #878787;
        margin: 0px 0px;
    }

    .product-details h1 {
        font-size: 1.2em;
        font-weight: 500;
    }

    .product-details h2 {
        font-size: 1.1em;
        font-weight: 300;
    }
}

@media (max-width: 768px) {

    .discountBannerModalImg {
        width: 100%;
        aspect-ratio: 1 / 1.77;
      }


    header .navbar-toggler {
        border: 0px;
        padding: 5px;
    }

    header .navbar-toggler i {
        font-size: 36px;
    }

    header.sticky .navbar-toggler i {
        color: var(--white);
    }

    header button.navbar-toggler:focus {
        outline: 0 !important;
        box-shadow: 0 !important;
    }

    header .logo {
        height: 60px !important;
    }

    .offcanvas {
        width: 80% !important;
    }

    .offcanvas-start-lg {
        top: 0;
        left: 0;
        border-right: 1px solid rgba(0, 0, 0, 0.2);
        transform: translateX(-100%);
    }

    header .logoBg {
        display: none;
    }

    #bannerGroup {
        width: 100%;
        margin: 30px 0px 0px 0px;
    }

    .homepageProductList .productCard {
        width: 100%;
        position: relative;
        background: #fff;
        border-radius: 6px;
        flex: 0 0 calc(50% - 20px);
        margin: 8px;
        padding: 10px;
        transition: all 0.3s linear;
    }

    #productTabs {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
    }

    #productTabs li {
        flex-grow: 1;
    }

    .homepageProductList {
        width: 100%;
        min-height: 300px;
        background: #f0f0f0 url(../img/sliderBg.webp);
        padding: 30px 0px;
    }

    .homepageProductList .productCard a.addCard {
        display: none !important;
        width: 45px;
        height: 45px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #878787;
        margin: 0px 0px;
    }

    #samplesfor5dollar a {
        display: flex;
        height: 100px;
        width: 100%;
        align-items: center;
        justify-content: center;
        background: url(../img/samplesfor5dollar.jpg);
        background-size: auto 100%;
        color: #fff;
        font-size: 2em;
        text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.8);
        border-radius: 6px;
    }

    #samplesfor5dollar {
        background: #f3f2f2;
        padding: 20px 0px;
    }

    #shopBy {
        background: #f3f2f2;
        padding: 10px 0px;
    }

    #shopBy h2 {
        width: 100%;
        text-align: center;
        color: #646464;
        font-weight: 300;
        font-size: 2em;
    }

    #shopBy .shopByCard {
        width: 100%;
        position: relative;
        aspect-ratio: 3/1;
        border-radius: 6px;
        flex: 0 0 calc(100% - 20px);
        transition: all 0.3s linear;
        margin-bottom: 24px;
    }

    #shopBy .shopByCard a {
        font-size: 2.0em;
        color: #fff;
        font-weight: 300;
        transition: all 0.1s linear;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    }

    #features .featureCard {
        position: relative;
        aspect-ratio: auto;
        flex: 0 0 calc(50% - 10px);
        transition: all 0.3s linear;
        text-align: center;
        z-index: 2;
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: center;
    }

    #features .featureCard h3 {
        color: #585858;
        font-size: 1.6em;
        font-weight: 400;
    }

    #features .featureCard p {
        color: #626262;
        font-size: 14px;
    }

    #customerReviews {
        width: 100%;
        min-height: 200px;
        padding: 30px 0px 30px 0px;
        background: #fafafa;
    }

    #customerReviews h2 {
        color: #646464;
        font-size: 2em;
        font-weight: 300;
        margin-bottom: 20px;
        text-align: center;
    }

    #customerReviews img.background-img {
        display: none;
    }

    #customerReviews .sliderContent {
        position: relative;
        padding-left: 0px;
        margin-top: 70px;
    }

    #faqs {
        width: 100%;
        padding: 30px 0px 30px 0px;
        background: #f3f2f2;
    }

    #faqs h2 {
        color: #646464;
        text-align: center;
        font-size: 2em;
        font-weight: 300;
        margin-bottom: 30px;
    }

    #homepageBlog {
        width: 100%;
        padding: 30px 0px 14px 0px;
        background: #fafafa;
    }

    #homepageBlog h2 {
        color: #646464;
        text-align: center;
        font-size: 2em;
        font-weight: 300;
        margin-bottom: 30px;
    }

    #subscribe {
        width: 100%;
        min-height: auto;
        background: #fff;
        padding: 30px 0px;
    }

    #subscribe .content {
        width: 100%;
        min-height: 100px;
        background: #ececec url(../img/subscribeBg.webp) no-repeat left 50px;
        border-radius: 18px;
        padding: 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    #subscribe .content h3 {
        font-size: 1.4em;
        color: #696969;
        font-weight: 400;
    }

    #subscribe .content form {
        width: auto;
        display: flex;
        align-items: center;
        justify-content: start;
    }

    #subscribe .content form input {
        font-size: 14px;
        color: #696969;
        font-weight: 400;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        border: 0px;
        padding: 10px 10px;
        height: 36px;
    }

    footer .footerContent {
        width: 100%;
        display: block;
        align-items: start;
        justify-content: start;
    }

    footer .footerContent .menu {
        flex: 0 0 calc(50% - 20px);
        margin: 10px;
        padding: 10px;
        transition: all 0.3s linear;
    }

    footer .footerContent .menu h3 {
        font-size: 1.3em;
        font-weight: bold;
        color: #ffffff;
        padding: 0px;
        margin: 0px 0px 10px 0px;
    }

    #subPage {
        width: 100%;
        padding: 0px 0px;
    }

    #subPage h1.pageTitle {
        width: 100%;
        color: #3d3d3d;
        font-weight: 300;
        font-size: 1.4em;
        font-weight: 500;
    }

    #subPage .productCard {
        width: 100%;
        position: relative;
        background: #fff;
        border-radius: 6px;
        flex: 0 0 calc(50% - 20px);
        margin: 8px;
        padding: 10px;
        transition: all 0.3s linear;
    }

    #subPage .productCard a.addCard {
        display: none !important;
        width: 45px;
        height: 45px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #878787;
        margin: 0px 0px;
    }

    .product-details h1 {
        font-size: 1.2em;
        font-weight: 500;
    }

    .product-details h2 {
        font-size: 1.1em;
        font-weight: 300;
    }
}