@import url('https://fonts.googleapis.com/css2?family=Hubot+Sans:ital,wght@0,200..900;1,200..900&display=swap');

*{
    box-sizing: border-box;
}
body{
     font-family: "Hubot Sans", sans-serif !important;
     margin: 0; padding: 0;
}
.pageContainer {

    margin: 0 auto;
    padding: 0 15px;
}
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
    width: 100%;
    max-width: 1424px !important;
}
.containerSmall{
     max-width: 930px !important;
}
.headerRow {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  margin-left: -12px;
    margin-right: -12px;
}
.headerLogo {
    flex: 0 0 33.3%;
    max-width: 33.3%;
    text-align: center;
        padding: 0 15px;
}
.headerNav{
        flex: 0 0 33.3%;
    max-width: 33.3%;
        padding: 0 15px;
}
.headerCart{
        flex: 0 0 33.3%;
    max-width: 33.3%;
       text-align: right;
           padding: 0 15px;
}
header {
    padding: 16px 0 28px;
}
.headerNav ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    column-gap: 20px;
}
.headerNav ul li {
    list-style: none;
}
.headerNav ul li a {
    color: #000;
    font-weight: 600;
    text-decoration: none;
    font-size: 16px;
        letter-spacing: 0.5px;
}
.headerLogo a {
    font-size: 24px;
    text-decoration: none;
    font-weight: 600;
    color: #000;
}
.headerCart p {
    text-align: right;
    margin: 0;
     font-weight: 600;
    color: #000;
        letter-spacing: 0.5px;
}
.bannerBox {
    width: 100%;
    border: 2px solid #000;
    height: 600px;
    position: relative;
}
.bannerBox img {
    corner-shape: inherit;
    object-position: center center;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.bannerInfoBox {
    width: 67%;
    padding: 40px;
    background-color: #fffc;
    position: absolute;
    bottom: 0;
    left: 0;
    row-gap: 20px;
    display: flex;
    flex-direction: column;
        border-top: 2px solid #000;
    border-right: 2px solid #000;
}
.bannerInfoBox h1 {
    margin: 0;
    padding: 0;
    font-size: 48px;
    font-weight: 600;
    color: #000;
}
.bannerInfoBox p {
    font-size: 22px;
    margin: 0;
    font-weight: 400;
}
.bannerBtns {
    display: flex;
    gap: 12px;
    padding-top: 16px;
}
.bannerBtns a.blckBtn {
    text-decoration: none;
    background: #000;
    color: #fff;
    padding: 10px 20px;
    font-weight: 600;
}
.bannerBtns a.whiteBtn {
    text-decoration: none;
    background: #fff;
    color: #000;
    padding: 10px 20px;
    font-weight: 600;
    border: 2px solid #000;
}
.textSlider {
    background: #000;
    margin: 0;
    padding: 0;
}
.textSlider .slick-list.draggable .sliderItems p {
    color: #fff;
    padding: 10px;
    white-space: nowrap;
    margin: 0;
    font-weight: 600;
}
.textSlider .slick-slide {
  width: auto !important;
}

.textSlider .item {
  display: inline-block;
  padding: 0 20px; /* spacing */
}
section.page_sections {
    padding: 40px 0;
}
.secTitle h2 {
    color: #000;
    font-size: 48px;
    font-weight: 600;
    margin: 0;
     font-family: "Hubot Sans", sans-serif;
}
.proCol .proImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.proCol .proImg  {
    height: 400px;
    position: relative;
}
.proCol .proImg .onsale,
.proCol .proImg .out-of-stock-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 5;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    padding: 4px 10px;
    line-height: 1.4;
    border-radius: 5px;
}
.proCol .proImg .onsale {
    background: #c0392b;
    color: #fff;
}
.proCol .proImg .out-of-stock-badge {
    background: #888;
    color: #fff;
}
.proCol .pro_info {
    padding-top: 8px;
    display: flex;
    flex-direction: column;
    row-gap: 4px;
}
.proCol .pro_info h4 {
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    color: #000;
}
.proCol .pro_info p {
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    color: #000;
}
a.proCol {
    text-decoration: none;
}
a.categories_row {
    text-decoration: none;
    display: flex;
    position: relative;
    align-items: CENTER;
    border-bottom: 2px solid #000;
}
.categories_img img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.categories_img {
    width: 200px;
    height: 150px;
}
.categories_info {
    width: calc(100% - 200px);
    padding-left: 22px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.categories_info h3, .define_form_info h3 {
    color: #000;
    margin: 0;
    font-size: 32px;
    font-weight: 600;
}
.categories_info p {
    color: #000;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
}
.exploreBtn p {
  color: #000;
    margin: 0;
    font-size: 18px;
    font-weight: 600;

}
.exploreBtn{
  display: none;
      position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-49%);

}
a.categories_row:hover .exploreBtn{
display: block;
}
.blackBorder{
    border:1px solid #000;
}
.define_form_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.define_form_img {
    height: 600px;
}
.define_form_info p {
    color: #000;
    margin: 0;
    font-size: 20px;
    font-weight: 400;
}
.define_form_info {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.define_form_info p b {
    font-weight: 600;
    font-style: italic;
    font-size: 18px;
}
.standard_col {
    border: 2px solid #000;
    padding: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    row-gap: 32px;
}
.standard_col img {
    width: 100%;
    max-width: 130px;
    margin-left: -8px;
}
.standard_col h4 {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    margin: 0;
}
.standard_col p {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    margin: 0;
    margin-top: -6px;
}
.reviewItems {
    border: 2px solid #000;
    padding: 20px;
}
.reviewPoints {
    border-bottom: 2px solid #000;
    padding: 0 0 12px;
}
.reviewPoints h4 {
    margin: 0;
    color: #000;
    font-size: 24px;
    font-weight: 700;
}
.reviewPoints h4 sub {
    color: #000;
    font-weight: 400;
    bottom: 0;
    font-size: 14px;
}
.reviewerName {
    padding: 22px 0 0;
}
.reviewerName h6 {
    font-size: 24px;
    font-weight: 400;
    color: #000;
    padding: 0 0 12px;
}
.reviewerName p {
    font-size: 16px;
    font-weight: 400;
    color: #000;
}
.slidefromLeftSide .slick-slide {
  margin: 0 10px;
}

.slidefromLeftSide .slick-list {
  margin: 0 -10px;
}
.slidefromRightSide .slick-slide {
  margin: 0 10px;
}

.slidefromRightSide .slick-list {
  margin: 0 -10px;
}
.slidefromRightSide {
  direction: rtl;
}
.slidefromRightSide {
    padding-top: 20px;
}
.slidefromLeftSide, .slidefromRightSide {
    overflow: hidden;
}
footer {
    padding: 40px 0;
}
.footerBlack {
    background: #000;
    padding: 40px;
}
.footerBlack h3 {
    margin: 0;
    color: #fff;
    font-size: 32px;
    font-weight: 500;
    padding: 0 0 20px;
}
.footerBlack h6 {
    margin: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 0 0 0;
    width: 100%;
    max-width: 400px;
    line-height: 24px;
}
form.footerForm {
    width: 100%;
    max-width: 620px;
    display: flex;
    column-gap: 20px;
        margin-top: 30px;
    position: relative;
}
form.footerForm input {
    width: 400px;
    background: #000;
    border: 2px solid #fff;
    padding: 8px;
    color: #fff;
}
form.footerForm button {
    width: 200px;
    background: #fff;
    border: 2px solid #fff;
    color: #000;
    font-weight: 500;
    font-size: 18px;
}
.footerWhite {
    border: 2px solid #000;
     background: #fff;
}
.footerLinks {
    padding: 40px;
    border-right: 2px solid #000;
}
.footerLinks h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    padding: 0 0 8px;
}
.footerLinks ul {
    margin: 0;
    padding: 0;
}
.footerLinks ul li {
    list-style: none;
    display: block;
        padding: 3px 0;
}
.footerLinks ul li p, .footerLinks ul li a {
    color: #000;
    text-decoration: none;
    padding: 2px 0;
    display: inline-block;
    margin: 0;
        font-size: 16px;
}
/* About Page css */
.pageMainTitle h1 {
    color: #000;
    margin: 0;
    font-size: 64px;
    font-weight: 600;
}
.pageSmContent {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}
.pageSmContent p {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    color: #000;
}
.pageSmContent hr {
    border-color: #000;
    opacity: 1;
    border-width: 2px;
    margin: 20px 0;
}
.pageSmContent h2 {
   color: #000;
    margin: 0;
    font-size: 46px;
    font-weight: 600;
}
.pageSmContent h3 {
   color: #000;
    margin: 0;
    font-size: 30px;
    font-weight: 600;
}
.pageSmContent h4 {
    margin: 0;
    padding: 0 0 8px;
    color: #000;
    font-weight: 600;
    font-size: 24px;
}
.hamburgBtn{
    display: none;
}
.supportRow {
    background: #000;
    color: #fff;
    padding: 20px;
}
.supportRow h5 {
    margin: 0;
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    padding: 0 0 6px;
}
.supportRow .supportCol {
    padding: 6px 0;
    display: flex;
}
.supportRow .supportCol label {
    width: 106px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    opacity: 0.8;
    display: inline-block;
}
.supportRow .supportCol a, .supportRow .supportCol p {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    width: calc(100% - 106px);
    margin: 0;
}
.proSliderWrapper {
    display: flex;
    flex-wrap: wrap;
}
.proSliderWrapper .proThumSlider {
    width: 74px;
}
.proSliderWrapper .proViewSlider {
    width: calc(100% - 74px);
    padding-left: 16px;
}
.proThumImg img, .proLgImg img {
    width: 100%;
}
.proSliderWrapper .proThumSlider .slick-track {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.proSliderWrapper .proThumSlider .slick-track .slick-slide {
    width: 100% !important;
}
.proSliderWrapper .proThumSlider .slick-track:before, .proSliderWrapper .proThumSlider .slick-track:after{
    display: none;
}
.proName{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.proName h6 {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
        color: #000;
}
.proName h2 {
    font-size: 32px;
    font-weight: 600;
    color: #000;
       margin: 0;
}
.proName h3 {
    font-size: 24px;
    font-weight: 600;
    color: #000;
       margin: 0;
}
.proColorSelection {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.proColorSelection button.colorBtn {
    border: 1px solid rgba(0, 0, 0, 0.08);
    padding: 8px;
    font-size: 16px;
    background: transparent;
    font-weight: 400;
    line-height: 24px;
    color: #000;
}

.proColorSelection button.colorBtn.active {
    background: #000;
    border-color: #000;
    color: #fff;
}
.proColorSelection button.colorBtn:hover{
    background: #f0f0f0;
    color: #000;
    border-color: #000;
}
.proselectionWrap h6 {
    margin: 0;
    font-size: 16px;
    padding: 0 0 8px;
    color: #000;
}
.proselectionWrap h5 {
    margin: 6px 0 0;
    font-size: 16px;
    color: #666;
    font-weight: 400;
}
.single-product .quantity.addQryBtn {
    width: 165px;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    height: 56px;
    position: relative;
}
.single-product .quantity.addQryBtn span {
    width: 40px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    min-width: 40px;
    font-size: 26px;
    color: #000;
}
.single-product .quantity.addQryBtn .qtyInput {
    width: 86px;
    height: 100%;
    display: block;
    border: none;
    padding: 8px;
    text-align: center;
    font-size: 18px;
     color: #000;
}
.single-product .cannabud-atc-wrap .single_variation_wrap .woocommerce-variation-price{
    display: none !important;
}
.single-product .singlePro_detail form.cart .woocommerce-variation-add-to-cart{
    display: flex;
    gap: 10px;
}
.single-product .singlePro_detail form.cart button.single_add_to_cart_button {
    border: 1px solid rgb(0 0 0);
    padding: 8px 90px;
    font-size: 16px;
    background-color: #000;
    line-height: 24px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    min-height: 56px;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.single-product .singlePro_detail form.cart button.single_add_to_cart_button:disabled {
    background: #ccc !important;
    border-color: #ccc !important;
    color: #888;
    cursor: not-allowed;
}
.accordion .at-item .at-title h2 {
    font-size: 24px;
    margin: 0;
    color: #000;
    font-weight: 600;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.at-tab{
    display: none;
}
.accordion .at-item .at-title h2 span.iconmins {
    display: none;
        background: #fff;
    z-index: 2;
    width: 24px;
    text-align: right;
}
.accordion .at-item .at-title.active h2 span.iconmins {
    display: block;
}
.accordion .at-item .at-title h2 span.iconPlus{
      display: block;
          background: #fff;
    z-index: 2;
    width: 24px;
    text-align: right;
}
.accordion .at-item .at-title.active h2 span.iconPlus{
      display: none;
}
.at-item .at-tab {
    padding: 8px 0 0;
}
.at-item .at-tab p {
    margin: 0;
    font-size: 16px;
    color: #000;
    font-weight: 400;
}
.at-item {
    padding: 18px 0 0;
}
span.iconPlus {
    font-size: 30px;
    color: #000;
}
span.iconmins {
    font-size: 30px;
    color: #000;
}
.at-title {
    opacity: 0.7;
}
.at-title.active {
    opacity: 1;
}
.accordion .at-item .at-title h2:before {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 19px;
    background: #333;
    z-index: 0;
}
.bgTextWhite{
        background: #fff;
    display: block;
    z-index: 9;
    padding-right: 6px;
}
.proCol .proImg img.onHover {
    display: none;
}
.proImg:hover img.offHover {
    display: none;
}
.proImg:hover img.onHover {
    display: block;
}
.proImg.no-hover:hover img.offHover {
    display: block;
}
.proImg.no-hover img.onHover {
    display: none !important;
}
.pageMainTitle {
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    padding: 12px 0;
}
.shopPageGrid {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
}
.shopPageGrid .shopFilerWrap {
    width: 200px;
}
.shopPageGrid .shopFilerWrap {
    width: 200px;
    border: 2px solid #000;
}
.filterHeader {
    background: #000;
    color: #fff;
    padding: 8px;
    min-height: 42px;
    cursor: pointer;
}
.filterHeader h5 {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #fff;
    margin: 0;
}
.filterHeader h5 img {
    width: 22px;
    margin-left: 8px;
}
.filterRow {
    padding: 8px;
}
.filterCol h6 {
    margin: 0;
    padding: 0 0 8px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
}
.form-group {
  display: block;
    margin-bottom: 8px;
}
.filterCol {
    padding: 12px 0;
}
.form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form-group label {
    position: relative;
    cursor: pointer;
    font-size: 14px;
    color: #000;
    font-weight: 400;
}

.form-group label:before {
content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #000000;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 2px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    width: 20px;
    height: 20px;
    min-width: 20px;
}

.form-group input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 8px;
    width: 5px;
    height: 10px;
    border: solid #000000;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.form-group.checkBoxFill input:checked + label:after{
     content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: 4px;
    width: 12px;
    height: 12px;
    border-width: 0 2px 2px 0;
    transform: unset;
    background: #000000;
    border: none;
}
.vlearBtnWrap {
    text-align: center;
    padding: 5px 0;
}
.vlearBtnWrap button {
    text-decoration: none;
    background: #000;
    color: #fff;
    padding: 8px 20px;
    font-weight: 600;
    border: 2px solid #000;
    border-radius: 5px;
    width: 100%;
}
.vlearBtnWrap button:hover {
    background: #fff;
    color: #000;
}
.filterAllPro {
    flex: 1;
    min-width: 0;
    padding-left: 24px;
}
/* WooCommerce floats result-count left and ordering right inside filterAllPro.
   Clear them so the product row starts below and gets full width. */
.filterAllPro > .row {
    clear: both;
}
.shopFilerWrap.fillterToggle .filterRow {
    display: none;
}
.shopFilerWrap.fillterToggle .filterHeader h5 img {
    transform: rotate(-180deg);
}
.shopFilerWrap.fillterToggle {
    border-bottom: 0;
    width: auto;
    min-width: 0;
}
.shopFilerWrap.fillterToggle ~ .filterAllPro {
    padding-left: 16px;
}
/* ==========================================================================
   Responsive Breakpoints
   ========================================================================== */

/* ---- Tablet wide (≤1199px) ---- */
@media screen and (max-width: 1199px) {
    .bannerInfoBox {
        width: 100%;
        padding: 30px;
    }
    .secTitle h2 {
        font-size: 40px;
    }
    .proCol .proImg {
        height: 340px;
    }
}

/* ---- Tablet (≤991px) ---- */
@media screen and (max-width: 991px) {
    section.page_sections {
        padding: 30px 0;
    }
    .secTitle h2 {
        font-size: 36px;
    }
    /* Shop sidebar — reduce width, keep visible */
    .shopPageGrid .shopFilerWrap {
        width: 180px;
    }
    /* 2 products per row on tablet everywhere products appear */
    .row .col-md-4:has(> .proCol),
    .row .col-md-4:has(> a.proCol) {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .proCol .proImg {
        height: 300px;
    }
    /* PDP thumbnail strip — reduce width */
    /* .proSliderWrapper .proThumSlider {
        width: 60px;
    }
    .proSliderWrapper .proViewSlider {
        width: calc(100% - 60px);
    } */
    .proName h2 {
        font-size: 26px;
    }
    .proName h3 {
        font-size: 20px;
    }
}

/* ---- Mobile (≤767px) ---- */
@media screen and (max-width: 767px) {
    /* Header */
    .hamburgBtn {
        display: flex;
        align-items: center;
        gap: 6px;
        font-size: 16px;
        font-weight: 600;
        cursor: pointer;
        line-height: 1;
    }
    .hamburgBtn span.hamburger-icon {
        font-size: 14px;
        line-height: 1;
    }
    .headerNav {
        flex: 0 0 25%;
        max-width: 25%;
        display: flex;
        align-items: center;
    }
    .headerCart {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .headerLogo {
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 6px;
    }
    .headerLogo a {
        font-size: 18px;
    }
    .headerCart p {
        font-size: 16px;
    }
    header {
        position: relative;
    }
    .headerNav ul {
        position: absolute;
        left: 0;
        width: 100%;
        background: #000;
        top: 100%;
        z-index: 99;
        display: none;
    }
    .headerNav ul li a {
        display: block;
        color: #fff !important;
        padding: 10px 12px;
        font-size: 14px;
        border-bottom: 1px solid #333;
        text-decoration: none !important;
    }

    /* Banner */
    .bannerBox {
        height: auto;
    }
    .bannerInfoBox {
        position: static;
        width: 100%;
        padding: 20px;
    }
    .bannerBox img {
        height: 220px;
        object-fit: cover;
    }
    .bannerInfoBox h1 {
        font-size: 24px;
    }
    .bannerInfoBox p {
        font-size: 16px;
    }
    .bannerBtns {
        display: block;
    }
    .bannerBtns a {
        width: 100%;
        display: block;
        margin: 4px 0;
        text-align: center;
    }

    /* Sections */
    section.page_sections {
        padding: 24px 0;
    }
    .secTitle h2 {
        font-size: 28px;
    }
    .pageMainTitle h1 {
        font-size: 32px;
    }
    .pageSmContent h2 {
        font-size: 26px;
    }
    .pageSmContent h3 {
        font-size: 20px;
    }

    /* Shop page — stack sidebar above product grid */
    .shopPageGrid {
        flex-direction: column;
        width: 100%;
    }
    .shopPageGrid .shopFilerWrap {
        width: 100% !important;
    }
    /* Collapse filter body by default on mobile — click header to expand */
    .shopFilerWrap .filterRow {
        display: none;
    }
    /* fillterToggle on mobile = OPEN (flipped from desktop behaviour) */
    .shopFilerWrap.fillterToggle .filterRow {
        display: block;
    }
    .shopFilerWrap.fillterToggle {
        width: 100% !important;
        min-width: 0;
        border-bottom: 2px solid #000;
    }
    .filterAllPro {
        width: 100%;
        padding-left: 0;
        margin-top: 16px;
    }

    /* Product card image */
    .proCol .proImg {
        height: 260px;
    }

    /* PDP — hide vertical thumbnail strip, full-width main image */
    /* .proSliderWrapper .proThumSlider {
        display: none;
    }
    .proSliderWrapper .proViewSlider {
        width: 100%;
        padding-left: 0;
    } */
    .proName h2 {
        font-size: 22px;
    }
    .proName h3 {
        font-size: 18px;
    }
    .singlePro_detail {
        padding-top: 20px;
    }

    /* Accordion */
    .accordion .at-item .at-title h2 {
        font-size: 16px;
    }

    /* Categories */
    .categories_img {
        width: 110px;
        height: 130px;
    }
    .categories_info {
        width: calc(100% - 110px);
        padding-right: 16px;
    }
    .categories_info h3, .define_form_info h3 {
        font-size: 22px;
    }
    .exploreBtn {
        display: block;
    }
    .exploreBtn p span {
        display: none;
    }

    /* Define form */
    .define_form_info {
        background-color: #fff;
        width: 100%;
        padding: 30px 20px;
        margin-top: 0;
    }

    /* Standard section */
    .standard_col h4 {
        font-size: 18px;
    }

    /* Reviews */
    .reviewerName h6 {
        font-size: 16px;
    }

    /* Footer */
    .footerLinks {
        padding: 16px;
        border-bottom: 2px solid #000;
    }
    form.footerForm {
        display: block;
    }
    form.footerForm input,
    form.footerForm button {
        width: 100%;
        padding: 8px 10px;
        min-height: 44px;
    }
    form.footerForm button {
        margin-top: 10px;
    }

    .single-product .singlePro_detail form.cart button.single_add_to_cart_button{
        padding: 10px;
        font-size: 14px;
    }
    .shopFilerWrap.fillterToggle ~ .filterAllPro{
        padding: 0;
    }
    .proCol .pro_info h4,.proCol .pro_info p{
        text-align: center;
    }
}

/* ---- Small mobile (≤576px) ---- */
@media screen and (max-width: 576px) {
    .secTitle h2 {
        font-size: 24px;
    }
    .pageMainTitle h1 {
        font-size: 26px;
    }
    .bannerInfoBox h1 {
        font-size: 20px;
    }
    /* Keep 2 products per row even on small screens */
    .row .col-md-4:has(> .proCol),
    .row .col-md-4:has(> a.proCol),
    .row .col-sm-6:has(> .proCol),
    .row .col-sm-6:has(> a.proCol) {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .proCol .proImg {
        height: 200px;
    }
    /* ATC qty + button — stack on very small screens */
    div.product form.cart .woocommerce-variation-add-to-cart,
    div.product form.cart:not(.variations_form) {
        flex-wrap: wrap;
    }
    div.product form.cart .quantity.addQryBtn {
        width: 100%;
    }
    div.product form.cart .single_add_to_cart_button {
        width: 100%;
        padding: 12px 16px;
    }
}

/* Global button border-radius */
.btn { border-radius: 5px; }
