/*
Theme Name: starship
Description: Specific styles of the theme relative ti this website.
*/
@font-face {
    font-family: 'Over Heat';
    src: url('/wp-content/themes/Apollow-woocommerce/framework/assets/Font/OverHeat-Regular.otf') format('opentype');
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;900&display=swap');


/* Small Laptops - 1366px */
@media (min-width: 1366px) {
    .extended-container {
        margin-left: -100px;
        margin-right: -100px;
    }
}

/* Medium Laptops - 1400px */
@media (min-width: 1400px) {
    .extended-container {
        margin-left: -110px;
        margin-right: -110px;
    }
}

/* Standard Laptops - 1440px */
@media (min-width: 1440px) {
    .extended-container {
        margin-left: -120px;
        margin-right: -120px;
    }
}

/* Large Laptops - 1536px */
@media (min-width: 1536px) {
    .extended-container {
        margin-left: -180px;
        margin-right: -180px;
    }
}

/* Desktop Monitors - 1600px */
@media (min-width: 1600px) {
    .extended-container {
        margin-left: -210px;
        margin-right: -210px;
    }
}

/* Large Desktop - 1680px */
@media (min-width: 1680px) {
    .extended-container {
        margin-left: -240px;
        margin-right: -240px;
    }
}

/* Large Desktop - 1728px */
@media (min-width: 1728px) {
    .extended-container {
        margin-left: -270px;
        margin-right: -270px;
    }
}

/* Large Desktop - 1800px */
@media (min-width: 1800px) {
    .extended-container {
        margin-left: -310px;
        margin-right: -310px;
    }
}

/* Full HD Monitors - 1920px */
@media (min-width: 1920px) {
    .extended-container {
        margin-left: -350px;
        margin-right: -350px;
    }
}

/* Extra Large - 2048px */
@media (min-width: 2048px) {
    .extended-container {
        margin-left: -400px;
        margin-right: -400px;
    }
}

/* 2K Monitors - 2560px */
@media (min-width: 2560px) {
    .extended-container {
        margin-left: -500px;
        margin-right: -500px;
    }
}

/* Ultra Wide - 3440px */
@media (min-width: 3440px) {
    .extended-container {
        margin-left: -700px;
        margin-right: -700px;
    }
}

/* 4K Monitors - 3840px */
@media (min-width: 3840px) {
    .extended-container {
        margin-left: -800px;
        margin-right: -800px;
    }
}





/* Smooth scroll */
html { scroll-behavior: smooth; }
#our-top-products { scroll-margin-top: 50px; } 



a.woo-search-icon{
  display: none !important;
}



/* ===============
 Desktop
 =============== */

.nav-cart .nav-cart-toggler {
    color: #ffffff;
    display: block;
    height: 43px;
    position: relative;
    display: table;
    vertical-align: middle;
    text-align: center;
    background: #019B4B !important;
    border-radius: 20px;
    padding: 0 10px;
}

.nav-cart .nav-cart-toggler:hover, .nav-cart.open .nav-cart-toggler {
    color: #2C2C2C !important;
    background: #019B4B !important;
}

@media (min-width: 992px){

  #site-header .gl-header-flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 24px;
  }

  #site-header .navbar-header{
    flex: 0 0 auto;
  }

  #site-header #main-navbar{
    flex: 1;
    display: flex !important;
    justify-content: center;
    align-items: center;
  }

  #site-header #main-navbar ul.gl-main-nav{
    float: none !important;
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 32px;
  }

  #site-header #main-navbar ul.gl-main-nav > li{
    float: none !important;
  }

  #site-header #main-navbar ul.gl-main-nav > li > a{
    padding: 0;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #2E4E43;
  }

  #site-header #main-navbar ul.gl-main-nav > li > a:hover{
    color: #0D9B4D;
  }

  #site-header .gl-header-auth{
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    column-gap: 16px;
  }

  #site-header .gl-header-login{
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #2E4E43;
    text-decoration: none;
  }

  #site-header .gl-header-login:hover{
    color: #0D9B4D;
  }

  #site-header .gl-header-signup{
    padding: 10px 22px;
    font-size: 14px;
    font-weight: 500;
  }

  #site-header .gl-header-signup i{
    font-size: 16px;
  }

}




/* ===============
   Mobile Sidebar
   =============== */
@media (max-width: 991px){
  .sidebar-nav{
    background: #2E4E43; 
    color: #ffffff;
  }

  /* Logo smaller */
  #site-header .header-logo img,
  #site-header .header-logo{
    max-width: 150px;  /* adjust */
  }

  #site-header .header-logo img{
    max-height: 34px;  /* adjust */
    width: auto;
  }

  #left-sidebar{
    box-shadow: 12px 0 30px rgba(0,0,0,0.35);
  }

  #right-sidebar{
    background: #2E4E43;
    box-shadow: -12px 0 30px rgba(0,0,0,0.35);
  }

  .sidebar-overlay{
    background-color: rgba(46, 78, 67, 0.65);
  }

  .sidebar-nav ul{
    margin: 0 !important;
    padding: 14px 14px !important;
  }

  .sidebar-nav .navbar-nav>li>a,
  .sidebar-nav .navbar-nav .open .dropdown-menu>li>a{
    color: rgba(255,255,255,0.92) !important;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 16px;
    padding: 14px 14px !important;
    border-bottom: 1px solid rgba(255,255,255,0.10) !important;
    background: transparent !important;
  }

  .sidebar-nav .navbar-nav>li>a:hover,
  .sidebar-nav .navbar-nav .open .dropdown-menu>li>a:hover{
    color: #ffffff !important;
    background: rgba(13, 155, 77, 0.18) !important; /* accent tint */
  }

  .sidebar-nav .navbar-nav>.active>a,
  .sidebar-nav .navbar-nav>.active>a:hover,
  .sidebar-nav .navbar-nav>.active>a:focus,
  .sidebar-nav .current-menu-item>a,
  .sidebar-nav .current-menu-parent>a{
    color: #ffffff !important;
    background: rgba(13, 155, 77, 0.28) !important;
    border-bottom-color: rgba(255,255,255,0.12) !important;
  }

  .dropdown>a .caret:after,
  .dropdown-submenu>a:after{
    color: rgba(255,255,255,0.90) !important;
  }

  .navbar-nav>li.open{
    background: rgba(0,0,0,0.10) !important;
  }

  .navbar-nav .open .dropdown-menu{
    padding: 6px 0 10px;
  }

  .header-ham-icon span{
    background: #2E4E43 !important;
  }

  #site-header .gl-header-auth{
    display: none;
  }
}







/*======= Contact Form Modal Styles =========*/
#contactModal .modal-dialog {
    max-width: 600px;
}

#contactModal .modal-content {
    border-radius: 10px;
    border: none;
    overflow: hidden;
}

/* Modal header */
#contactModal .modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #2E4E43;
    color: #fff;
    padding: 25px 30px;
    border-radius: 0;
    border: none;
}

#contactModal .modal-header .modal-title {
    font-family: 'Over Heat', sans-serif;
    font-size: 40px;
    font-weight: 400;
    margin: 0;
    flex: 1;
}

#contactModal .modal-header .close {
    color: #fff;
    opacity: 1;
    font-size: 36px;
    font-weight: 300;
    text-shadow: none;
    margin: 0;
    padding: 0;
    line-height: 1;
    transition: opacity 0.3s ease;
}

#contactModal .modal-header .close:hover {
    opacity: 0.7;
}

#contactModal .modal-body {
    padding: 50px 50px 40px;
    background-color: #fff;
}

/* Contact Form 7 inside modal */
#contactModal .wpcf7-form {
    margin: 0;
}

/* Form Labels */
#contactModal .wpcf7-form p {
    margin-bottom: 25px;
}

#contactModal .wpcf7-form label {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #2E4E43;
    display: block;
    margin-bottom: 8px;
}

/* Form Inputs */
#contactModal .wpcf7-form input[type="text"],
#contactModal .wpcf7-form input[type="email"],
#contactModal .wpcf7-form input[type="tel"],
#contactModal .wpcf7-form textarea {
    width: 100%;
    padding: 14px 18px;
    margin-bottom: 0;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #333;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

#contactModal .wpcf7-form input[type="text"]:focus,
#contactModal .wpcf7-form input[type="email"]:focus,
#contactModal .wpcf7-form input[type="tel"]:focus,
#contactModal .wpcf7-form textarea:focus {
    border-color: #0D9B4D;
    box-shadow: 0 0 0 3px rgba(13, 155, 77, 0.1);
    outline: none;
}

#contactModal .wpcf7-form textarea {
    min-height: 140px;
    resize: vertical;
}

/* Submit button container */
#contactModal .wpcf7-form > p:has(input[type="submit"]) {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Submit Button */
#contactModal .wpcf7-form input[type="submit"] {
    background-color: #0D9B4D;
    color: #fff;
    border: 2px solid #0D9B4D;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    border-radius: 40px;
    transition: all 0.3s ease;
    text-transform: capitalize;
    letter-spacing: 0.3px;
    position: relative;
}

#contactModal .wpcf7-form input[type="submit"]:hover {
    background-color: #FFFFFF;
    color: #0D9B4D;
    border-color: #0D9B4D;
    box-shadow: 0 5px 15px rgba(13, 155, 77, 0.2);
}

/* Hide text when submitting */
#contactModal form.submitting .wpcf7-submit {
    color: transparent !important;
    pointer-events: none;
}

/* Hide CF7 default spinner */
#contactModal .wpcf7-spinner {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
    background: transparent !important;
    padding: 0 !important;
    border-radius: 50% !important;
    width: 24px !important;
    height: 24px !important;
}

#contactModal .wpcf7-spinner::before {
    display: none !important;
}

/* Style the spinner animation */
#contactModal .wpcf7-spinner::after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-top-color: #fff;
    border-radius: 50%;
    animation: wpcf7-spin 0.8s linear infinite;
}

/* Spinner animation keyframes */
@keyframes wpcf7-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* Success and Error Messages */
#contactModal .wpcf7-response-output {
    margin: 25px 0 0 0;
    padding: 15px 20px;
    border-radius: 8px;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    text-align: center;
}

#contactModal .wpcf7-mail-sent-ok {
    border: 2px solid #0D9B4D;
    background-color: #e8f7ef;
    color: #0D9B4D;
}

#contactModal .wpcf7-validation-errors {
    border: 2px solid #f7e700;
    background-color: #fffacd;
    color: #8a6d3b;
}

#contactModal .wpcf7-mail-sent-ng {
    border: 2px solid #dc3232;
    background-color: #ffe6e6;
    color: #dc3232;
}

/* Validation Error Messages */
#contactModal .wpcf7-not-valid-tip {
    font-size: 13px;
    color: #dc3232;
    margin-top: 5px;
}

/* 1200px */
@media (max-width: 1200px) {
    #contactModal .modal-dialog {
        max-width: 580px;
    }

    #contactModal .modal-header {
        padding: 24px 28px;
    }

    #contactModal .modal-header .modal-title {
        font-size: 36px;
    }

    #contactModal .modal-header .close {
        font-size: 34px;
    }

    #contactModal .modal-body {
        padding: 46px 46px 38px;
    }

    #contactModal .wpcf7-form p {
        margin-bottom: 23px;
    }

    #contactModal .wpcf7-form label {
        font-size: 15px;
        margin-bottom: 7px;
    }

    #contactModal .wpcf7-form input[type="text"],
    #contactModal .wpcf7-form input[type="email"],
    #contactModal .wpcf7-form input[type="tel"],
    #contactModal .wpcf7-form textarea {
        padding: 13px 17px;
        font-size: 15px;
    }

    #contactModal .wpcf7-form textarea {
        min-height: 135px;
    }

    #contactModal .wpcf7-form input[type="submit"] {
        font-size: 15px;
        padding: 12px 38px;
    }

    #contactModal .wpcf7-response-output {
        margin: 23px 0 0 0;
        padding: 14px 18px;
        font-size: 15px;
    }
}

/* 991px */
@media (max-width: 991px) {
    #contactModal .modal-dialog {
        max-width: 540px;
        margin: 25px auto;
    }

    #contactModal .modal-header {
        padding: 22px 26px;
    }

    #contactModal .modal-header .modal-title {
        font-size: 34px;
    }

    #contactModal .modal-header .close {
        font-size: 32px;
    }

    #contactModal .modal-body {
        padding: 42px 42px 36px;
    }

    #contactModal .wpcf7-form p {
        margin-bottom: 22px;
    }

    #contactModal .wpcf7-form label {
        font-size: 15px;
    }

    #contactModal .wpcf7-form input[type="text"],
    #contactModal .wpcf7-form input[type="email"],
    #contactModal .wpcf7-form input[type="tel"],
    #contactModal .wpcf7-form textarea {
        padding: 12px 16px;
        font-size: 14px;
    }

    #contactModal .wpcf7-form textarea {
        min-height: 130px;
    }

    #contactModal .wpcf7-form input[type="submit"] {
        padding: 12px 36px;
        font-size: 15px;
    }

    #contactModal .wpcf7-response-output {
        margin: 22px 0 0 0;
        padding: 13px 17px;
        font-size: 14px;
    }
}

/* 768px */
@media (max-width: 768px) {
    #contactModal .modal-dialog {
        max-width: 500px;
        margin: 20px auto;
    }

    #contactModal .modal-header {
        padding: 20px 24px;
    }

    #contactModal .modal-header .modal-title {
        font-size: 30px;
    }

    #contactModal .modal-header .close {
        font-size: 30px;
    }

    #contactModal .modal-body {
        padding: 38px 38px 32px;
    }

    #contactModal .wpcf7-form p {
        margin-bottom: 20px;
    }

    #contactModal .wpcf7-form label {
        font-size: 15px;
        margin-bottom: 6px;
    }

    #contactModal .wpcf7-form input[type="text"],
    #contactModal .wpcf7-form input[type="email"],
    #contactModal .wpcf7-form input[type="tel"],
    #contactModal .wpcf7-form textarea {
        padding: 12px 15px;
        font-size: 14px;
    }

    #contactModal .wpcf7-form textarea {
        min-height: 120px;
    }

    #contactModal .wpcf7-form input[type="submit"] {
        padding: 12px 34px;
        font-size: 15px;
    }

    #contactModal .wpcf7-response-output {
        margin: 20px 0 0 0;
        padding: 12px 16px;
        font-size: 14px;
    }

    #contactModal .wpcf7-not-valid-tip {
        font-size: 12px;
    }
}

/* 576px */
@media (max-width: 576px) {
    #contactModal .modal-dialog {
        max-width: calc(100% - 30px);
        margin: 15px;
    }

    #contactModal .modal-header {
        padding: 18px 20px;
    }

    #contactModal .modal-header .modal-title {
        font-size: 26px;
    }

    #contactModal .modal-header .close {
        font-size: 28px;
    }

    #contactModal .modal-body {
        padding: 32px 28px 28px;
    }

    #contactModal .wpcf7-form p {
        margin-bottom: 18px;
    }

    #contactModal .wpcf7-form label {
        font-size: 14px;
        margin-bottom: 6px;
    }

    #contactModal .wpcf7-form input[type="text"],
    #contactModal .wpcf7-form input[type="email"],
    #contactModal .wpcf7-form input[type="tel"],
    #contactModal .wpcf7-form textarea {
        padding: 11px 14px;
        font-size: 14px;
    }

    #contactModal .wpcf7-form textarea {
        min-height: 110px;
    }

    #contactModal .wpcf7-form input[type="submit"] {
        width: 100%;
        padding: 12px 34px;
        font-size: 14px;
    }

    #contactModal .wpcf7-response-output {
        margin: 18px 0 0 0;
        padding: 12px 15px;
        font-size: 13px;
    }
}

/* 320px */
@media (max-width: 320px) {
    #contactModal .modal-dialog {
        max-width: calc(100% - 20px);
        margin: 10px;
    }

    #contactModal .modal-header {
        padding: 16px 18px;
    }

    #contactModal .modal-header .modal-title {
        font-size: 22px;
    }

    #contactModal .modal-header .close {
        font-size: 26px;
    }

    #contactModal .modal-body {
        padding: 28px 22px 24px;
    }

    #contactModal .wpcf7-form p {
        margin-bottom: 16px;
    }

    #contactModal .wpcf7-form label {
        font-size: 14px;
        margin-bottom: 5px;
    }

    #contactModal .wpcf7-form input[type="text"],
    #contactModal .wpcf7-form input[type="email"],
    #contactModal .wpcf7-form input[type="tel"],
    #contactModal .wpcf7-form textarea {
        padding: 10px 12px;
        font-size: 13px;
    }

    #contactModal .wpcf7-form textarea {
        min-height: 100px;
    }

    #contactModal .wpcf7-form input[type="submit"] {
        width: 100%;
        padding: 11px 30px;
        font-size: 13px;
    }

    #contactModal .wpcf7-response-output {
        margin: 16px 0 0 0;
        padding: 11px 13px;
        font-size: 13px;
    }

    #contactModal .wpcf7-not-valid-tip {
        font-size: 11px;
    }
}
/*======= Contact Form Modal Styles End =========*/



/* ============ SHOP PAGE ============= */
/* ---------- 1200px ---------- */
@media (max-width: 1200px){

  .arch-pro-tt-wrap h1,
  .arch-pro-tt-wrap .gl-title-h1{
    font-size: 48px !important;
    line-height: 1.1 !important;
  }

  .arch-pro-tt-wrap p{
    font-size: 16px !important;
  }

  .shop-search-modern input[type="text"]{
    width: 200px !important;
  }

  .woocommerce ul.products li.product .woocommerce-loop-product__title,
  .woocommerce ul.products li.product h2{
    font-size: 16px !important;
    line-height: 1.35 !important;
  }

  .woocommerce ul.products li.product .price{
    font-size: 16px !important;
  }
}


/* ---------- 991px (Tablet: 2 columns) ---------- */
@media (max-width: 991px){

  /* Top bars wrap nicely */
  .shop-filter-bar-modern,
  .sh-arch-cont-flex-wrapper{
    flex-wrap: wrap !important;
    row-gap: 14px !important;
  }

  /* Search full width */
  .shop-search-modern{
    width: 100% !important;
  }
  .shop-search-modern .search-box{
    width: 100% !important;
  }
  .shop-search-modern input[type="text"]{
    width: 100% !important;
  }

  /* Result count + ordering stack */
  .woocommerce .woocommerce-result-count,
  .woocommerce .woocommerce-ordering{
    float: none !important;
    width: 100% !important;
  }
  .woocommerce .woocommerce-ordering{
    margin-top: 10px !important;
    max-width: fit-content;
  }

  /* Pills wrap */
  .category-pills{
    flex-wrap: wrap !important;
    row-gap: 10px !important;
  }

  /* IMPORTANT: disable Woo clearfix pseudo elements (they become flex items) */
  .woocommerce ul.products::before,
  .woocommerce ul.products::after{
    content: none !important;
    display: none !important;
  }

  /* Product grid: 2 columns */
  body.post-type-archive-product.woocommerce-page ul.products,
  body.woocommerce-page ul.products,
  body.woocommerce-page .woocommerce ul.products{
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: flex-start !important;
    align-items: stretch !important;

    gap: 18px !important;
    padding: 0 !important;
    margin: 0 !important;

    grid-template-columns: none !important;
  }

  body.post-type-archive-product.woocommerce-page ul.products > li.product,
  body.woocommerce-page ul.products > li.product,
  body.woocommerce-page .woocommerce ul.products > li.product{
    float: none !important;
    clear: none !important;
    margin: 0 !important;
    padding: 0 !important;

    box-sizing: border-box !important;
    min-width: 0 !important;

    flex: 0 0 calc((100% - 18px) / 2) !important;
    width: calc((100% - 18px) / 2) !important;
    max-width: calc((100% - 18px) / 2) !important;
  }

  /* Images responsive */
  .woocommerce ul.products > li.product img,
  .woocommerce ul.products > li.product a img{
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  /* Typography */
  .woocommerce ul.products li.product .woocommerce-loop-product__title,
  .woocommerce ul.products li.product h2{
    font-size: 15px !important;
    line-height: 1.35 !important;
  }

  .woocommerce ul.products li.product .price{
    font-size: 15px !important;
  }

  /* Buttons/icons */
  .woocommerce a.button,
  .woocommerce button.button,
  .woocommerce input.button{
    font-size: 14px !important;
    padding: 10px 16px !important;
  }

  .woocommerce .yith-wcwl-add-to-wishlist i,
  .woocommerce .wvs-archive-variation-wrapper i,
  .woocommerce i.fa,
  .woocommerce i.fal,
  .woocommerce i.fas,
  .woocommerce i.far{
    font-size: 16px !important;
  }
}


/* ---------- 768px (Still 2 columns, tighter gap) ---------- */
@media (max-width: 768px){

  .arch-pro-tt-wrap h1,
  .arch-pro-tt-wrap .gl-title-h1{
    font-size: 40px !important;
  }

  .arch-pro-tt-wrap p{
    font-size: 15px !important;
  }

  .woocommerce form.woocommerce-ordering select.orderby{
    width: 100% !important;
  }

  .shop-search-modern .search-box{
    min-height: 42px !important;
    padding: 5px 16px !important;
  }

  body.woocommerce-page ul.products{
    gap: 14px !important;
  }

  body.woocommerce-page ul.products > li.product{
    flex: 0 0 calc((100% - 14px) / 2) !important;
    width: calc((100% - 14px) / 2) !important;
    max-width: calc((100% - 14px) / 2) !important;
  }
}


/* ---------- 576px (Still 2 columns) ---------- */
@media (max-width: 576px){

  body.woocommerce-page ul.products{
    gap: 12px !important;
  }

  body.woocommerce-page ul.products > li.product{
    flex: 0 0 calc((100% - 12px) / 2) !important;
    width: calc((100% - 12px) / 2) !important;
    max-width: calc((100% - 12px) / 2) !important;
  }

  /* slightly adjust text for small screens */
  .woocommerce ul.products li.product .woocommerce-loop-product__title,
  .woocommerce ul.products li.product h2{
    font-size: 14px !important;
  }

  .woocommerce ul.products li.product .price{
    font-size: 14px !important;
  }
}


/* =========================================
   FINAL OVERRIDE: 1 column under 375px
   MUST be at the VERY END of main.css
   ========================================= */
@media (max-width: 375px){

  /* stop Woo clearfix pseudo-elements */
  .woocommerce ul.products::before,
  .woocommerce ul.products::after{
    content: none !important;
    display: none !important;
  }

  /* force list to single-column */
  body.post-type-archive-product.woocommerce-page ul.products,
  body.woocommerce-page ul.products,
  body.woocommerce-page .woocommerce ul.products{
    display: flex !important;
    flex-direction: column !important;  /* override 991 row */
    flex-wrap: nowrap !important;
    gap: 18px !important;
  }

  /* force each product full width */
  body.post-type-archive-product.woocommerce-page ul.products > li.product,
  body.woocommerce-page ul.products > li.product,
  body.woocommerce-page .woocommerce ul.products > li.product{
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
  }
}


/* ---------- 320px ---------- */
@media (max-width: 320px){

  .arch-pro-tt-wrap h1,
  .arch-pro-tt-wrap .gl-title-h1{
    font-size: 32px !important;
  }

  .arch-pro-tt-wrap p{
    font-size: 14px !important;
  }

  .shop-search-modern .search-box{
    padding: 8px 14px !important;
  }

  .woocommerce a.button,
  .woocommerce button.button,
  .woocommerce input.button{
    font-size: 13px !important;
    padding: 10px 14px !important;
  }
}



.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
    width: 58%;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
    width: 40%;
}

.woocommerce div.product form.cart .variations label {
    color: black;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    color: #000000;
}

p.price {
    border-bottom: 1px solid #0000001a;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.woocommerce-product-details__short-description {
    border-bottom: 1px solid #0000001a;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.woo-variation-swatches.wvs-show-label .variations td,
.woo-variation-swatches.wvs-show-label .variations th {
    display: flex;
    column-gap: 20px;
    align-items: center;
}

.woocommerce div.product form.cart .button {
    border-radius: 0;
    padding: 15px 25px;
    background: #2d2c2c;
    width: 50%;
}

.woocommerce div.product form.cart .button:hover {
    background: black;
}

.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled,
.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled,
.woocommerce-variation-add-to-cart.variations_button,
.woocommerce div.product form.cart {
    display: flex;
}

form.variations_form.cart {
    display: block !important
}

.woocommerce .quantity .qty {
    width: 100%;
    height: 45px;
    border-radius: 0;
}

.yith-wcwl-add-to-wishlist-button {
    font-size: inherit;
}

.woocommerce div.product form.cart div.quantity {
    margin: 0 10px 0 0;
    width: 50%;
}

.woocommerce div.product form.cart {
    margin-bottom: 20px;
    border-bottom: 1px solid #0000001a;
    padding-bottom: 20px;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock {
    color: #f30101;
}

.woocommerce-product-gallery .flex-viewport,
.woocommerce-product-gallery__image {
    /* max-height: calc(100vh - 155px); */
}

.page-container {
    padding-top: 90px;
}

.owl-nav>button.owl-next {
    right: -25px;
}

.owl-nav>button.owl-prev {
    left: 25px;
}

.owl-nav>button {
    top: 40%;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    padding: 0;
    background-color: #000000;
    width: 35px;
    height: 35px;
    background: #000000;
    color: white;
}

.owl-nav>button.owl-prev {
    left: 18px;
}

.owl-nav>button.owl-next {
    right: -18px;
}

.woocommerce span.onsale {
    border-radius: 0;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
    height: auto;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    width: calc(100% / 8);
}

section.related.products {
    clear: both;
    padding-top: 25px;
}

.sh-arch-cont-flex-wrapper {
    display: flex;
}

.sh-arch-cont-filter-wrap {
    width: 16%;
    padding: 10px;
    /* border-right: 1px solid #e5e5e5; */
    max-width: 300px;
    position: fixed;
}

.sh-arch-cont-filter-wrap:after {
    content: '';
    width: 1px;
    height: 100vh;
    position: absolute;
    background: #e5e5e5;
    top: 0;
    right: 0;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.filter-has-4-column {
    width: calc(25% - 10px);
    max-width: 34px;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label .term-label {
    font-size: 12px;
}

.sh-arch-cont-product-wrap {
    width: 100%;
    margin-left: 0;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label:not(.with-image):not(.disabled):hover {
    background-color: #000000;
    box-shadow: 0 0 0 2px #000000;
    color: #000000;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label.active.with-image,
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label:not(.disabled):hover,
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label.active:not(.with-image) {
    box-shadow: 0 0 0 2px #000000;
    color: #000000;
    background-color: #000000;
    box-shadow: 0 0 0 2px #000000;
}



.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active.color .term-color {
    border-color: #000000;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active.color .term-image {
    border-color: #000000;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active.color:not(.no-color):not(.no-image):not(.label-right)>a:after {
    background-color: #000000;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color .term-color:hover {
    border-color: #000000;
}

.woocommerce ul.products li.product .price ins,
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
    text-decoration: none;
}

.woocommerce span.onsale {
    border-radius: 0;
}

.wc-block-components-button {
    background: black;
    color: white;
}

.wc-block-components-button:hover,
.wp-block-button__link:hover {
    background: #707070;
    color: white;
}

.wp-block-button__link {
    border-radius: 0;
}


.woocommerce .products ul,
.woocommerce ul.products {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    justify-content: center;
}

.woocommerce ul.products::before {
    content: none !important;
}

.yith-add-to-wishlist-button-block {
    margin: 0;
}

p.sh-arch-cont-filter-tt-wrap {
    margin-bottom: 0;
    font-size: 20px;
}

.sh-arch-cont-filter-tt-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

h4.filter-title {
    font-size: 15px;
}

table.wishlist_table {
    font-size: inherit;
}

@media (min-width:992px) {
    .woo-wrapper .woocommerce ul.products li.product {
        width: calc((100% - 60px) / 4) !important;
        margin-right: 0 !important;
    }

    .woocommerce div.product div.images .flex-control-thumbs {
        display: flex;
        flex-wrap: wrap;
        max-height: 100%;
        width: 81px;
        position: absolute;
        left: 0;
        overflow-y: scroll;
        /* flex-direction: column; */
        /* Hide scrollbar */
        scrollbar-width: none;
        /* Firefox */
        -ms-overflow-style: none;
        /* Internet Explorer 10+ */
    }



    .yith-wcan-filters .yith-wcan-filter .filter-items.filter-color {
        flex-wrap: wrap;
        display: flex;
        column-gap: 10px;
    }

    .woocommerce-product-gallery .flex-viewport {
        margin-left: 81px;
    }

    .woocommerce div.product div.images .flex-control-thumbs::-webkit-scrollbar {
        /* display: none; */
        /* WebKit (Chrome, Safari) */
    }

    .woocommerce div.product div.images .flex-control-thumbs li {
        width: 100%;
    }

    .woocommerce #content div.product div.images,
    .woocommerce div.product div.images,
    .woocommerce-page #content div.product div.images,
    .woocommerce-page div.product div.images {
        display: flex;
        flex-direction: row-reverse;
    }


}

@media (max-width: 1366px) {
    .woo-wrapper .woocommerce ul.products li.product {
        width: calc((100% - 20px) / 3) !important;
        /* margin: 0 !important; */
    }

    .woocommerce .products ul,
    .woocommerce ul.products {
        column-gap: 10px;
    }



    .sh-arch-cont-filter-wrap {
        height: 85vh;
        overflow-y: auto;
    }
}

@media (max-width: 991px) {
    .woocommerce div.product div.images .flex-control-thumbs li {
        width: calc(100% / 4);
    }
}

@media (max-width: 768px) {

    .woocommerce #content div.product div.images,
    .woocommerce div.product div.images,
    .woocommerce-page #content div.product div.images,
    .woocommerce-page div.product div.images {
        width: 100%;
    }

    .woocommerce #content div.product div.summary,
    .woocommerce div.product div.summary,
    .woocommerce-page #content div.product div.summary,
    .woocommerce-page div.product div.summary {
        width: 100%;
    }

    .owl-nav>button.owl-prev {
        left: 10px;
    }

    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel .owl-nav button.owl-next {
        width: 20px;
        height: 20px;
        padding: 0 !important;
    }

    .owl-nav>button.owl-next {
        right: -10px;
    }
}

@media (max-width: 767px) {
    .sh-arch-cont-flex-wrapper {
        flex-direction: column;
    }

    .sh-arch-cont-product-wrap {
        width: 100%;
        margin-left: 0;
    }

    .woo-wrapper .woocommerce ul.products li.product {
        width: calc((100% - 10px) / 2) !important;
    }

    .sh-arch-cont-filter-wrap {
        width: 100%;
        padding-right: 0;
        margin-right: 0;
        border-right: 0;
        position: relative;
        max-width: 100%;
    }

    .woocommerce ul.products li.product .price del {
        margin-left: 0 !important;
    }

    .woocommerce ul.products li.product a img {
        margin: 0 0 1px;
        box-shadow: none;
        height: 330px;
        object-fit: cover;
    }

    .sh-arch-cont-filter-wrap:after {
        content: none;
    }

    .page-container {
        padding-top: 75px;
    }

    .sh-arch-cont-filter-wrap-inner {
        height: 0;
        opacity: 0;
        padding: 5px;
    }

    .sh-arch-cont-filter-wrap.open .sh-arch-cont-filter-wrap-inner {
        opacity: 1;
        height: auto;
    }

    .sh-arch-cont-filter-tt-wrap:hover {
        color: black;
    }

    .sh-arch-cont-filter-tt-wrap {
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        -webkit-text-decoration-skip: objects;
    }

    .sh-arch-cont-filter-wrap {
        height: auto;
        overflow: hidden;
        padding: 0;
    }

    .woocommerce #content div.product div.images,
    .woocommerce div.product div.images,
    .woocommerce-page #content div.product div.images,
    .woocommerce-page div.product div.images {
        width: 100%;
    }
}

@media (max-width: 576px){
  .woocommerce ul.products li.product a img {
        margin: 0 0 1px;
        box-shadow: none;
        height: 250px;
        object-fit: cover;
    }
}

@media (max-width: 320px){
  .woocommerce ul.products li.product a img {
        margin: 0 0 1px;
        box-shadow: none;
        height: 200px;
        object-fit: cover;
    }
}



/* ==========  Hero Banner =============== */

.gl-hm-bnr {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}

.gl-hm-bnr-inner {
  height: calc(100vh - 90px);
  width: 100%;
  position: sticky;   
  top: 0;             
  max-height: 800px;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Base styles for both background images */
.gl-hm-bnr-bg-image {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(0);
  width: 130%; 
  height: 130%;       
  object-fit: cover;
  object-position: center top;   /* default crop */
  z-index: 0;
  pointer-events: none;
  will-change: transform;
  transition: transform 0.05s ease-out;
}

/* Desktop / tablet image (default visible) */
.gl-hm-bnr-bg-image-desktop {
  display: block;
}

/* Mobile image (hidden by default) */
.gl-hm-bnr-bg-image-mobile {
  display: none;
}

/* Dark Overlay */
.gl-hm-bnr-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25); 
  z-index: 1;
  pointer-events: none;
}

/* Content Center Wrapper */
.gl-hm-bnr-content-center {
  position: relative;
  z-index: 5;
  text-align: center;
  max-width: none;
  width: 100%;
  padding: 40px;
}

/* Title Styling */
h1.gl-hm-bnr-title {
  font-family: 'Over Heat', sans-serif;
  font-size: 150px;
  font-weight: 400;
  line-height: 1.1;
  color: #ffffff;
  margin: 0 0 25px 0;
  text-transform: capitalize;
  letter-spacing: -1px;
  width: 100%;
  text-align: center;
  text-wrap: balance;
}

/* Subtitle Styling */
p.gl-hm-bnr-subtitle {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  color: #ffffff;
  margin: 0 auto 35px auto;   
  line-height: 1.6;
  font-weight: 500;
  max-width: 1000px;
}

/* Button Container */
.gl-hm-bnr-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 20px;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
}

/* Button Base Styles */
a.gl-hm-bnr-btn {
  display: inline-flex;
  align-items: center;
  column-gap: 10px;
  padding: 14px 32px;
  border-radius: 40px;
  font-size: 18px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  transition: all 0.3s ease;
  text-decoration: none;
}

a.gl-hm-bnr-btn-primary {
  background: #0D9B4D;
  color: #ffffff;
  border: 2px solid #0D9B4D;
}

a.gl-hm-bnr-btn-primary:hover {
  background: #FFFFFF;
  color: #019B4B;
  border-color: #019B4B;
}

a.gl-hm-bnr-btn-secondary {
  background: #FFFFFF;
  color: #019B4B;
  border: 2px solid #019B4B;
}

a.gl-hm-bnr-btn-secondary:hover {
  background: #0D9B4D;
  color: #ffffff;
  border-color: #0D9B4D;
}

/* Decorative Wave Image (Bottom Left) */
.gl-hm-bnr-wave-bottom-left {
  position: absolute;
  bottom: -145px;
  left: -140px;
  width: 400px;
  height: auto;
  z-index: 2;
  pointer-events: none;
}

/* Decorative Curve Image (Top Right) */
.gl-hm-bnr-curve-top-right {
  position: absolute;
  top: -45px;
  right: -55px;
  width: 215px;
  height: auto;
  z-index: 2;
  pointer-events: none;
}

/* Smooth HTML Scroll */
html {
  scroll-behavior: smooth;
}


/* ---------- Large screens ---------- */

@media (max-width: 1600px){
  h1.gl-hm-bnr-title{
    font-size: 135px;
    line-height: 1.05;
  }
}

@media (max-width: 1440px){
  h1.gl-hm-bnr-title{
    font-size: 120px;
  }
}

@media (max-width: 1280px){
  h1.gl-hm-bnr-title{
    font-size: 115px;
  }
}

@media (max-width: 1200px){
  .gl-hm-bnr-inner{
    max-height: 700px;
    height: calc(100vh - 90px);
  }

  .gl-hm-bnr-content-center{
    padding: 36px;
  }

  h1.gl-hm-bnr-title{
    font-size: 100px;
    line-height: 1.05;
  }

  p.gl-hm-bnr-subtitle{
    font-size: 18px;
    max-width: 900px;
  }

  .gl-hm-bnr-wave-bottom-left{
    width: 340px;
    bottom: -120px;
    left: -120px;
  }

  .gl-hm-bnr-curve-top-right{
    width: 190px;
    top: -70px;
    right: -70px;
  }
}

/* ---------- Tablet landscape / small desktop ---------- */

@media (max-width: 991px){
  .gl-hm-bnr-inner{
    max-height: 610px;
    height: calc(100vh - 60px); 
    border-radius: 16px;
  }

  .gl-hm-bnr-bg-image-desktop {
    width: 120%;
    object-position: 50% 65%;
  }

  .gl-hm-bnr-content-center{
    padding: 30px 24px;
  }

  h1.gl-hm-bnr-title{
    font-size: 84px;
    line-height: 1.05;
    margin-bottom: 18px;
  }

  p.gl-hm-bnr-subtitle{
    font-size: 16px;
    margin-bottom: 26px;
    max-width: 720px;
  }

  a.gl-hm-bnr-btn{
    font-size: 16px;
    padding: 12px 26px;
  }

  .gl-hm-bnr-wave-bottom-left{
    width: 280px;
    bottom: -100px;
    left: -100px;
  }

  .gl-hm-bnr-curve-top-right{
    width: 165px;
    top: -65px;
    right: -65px;
  }
}

/* ---------- Tablet portrait / mobile (switch image) ---------- */

@media (max-width: 768px){
  .gl-hm-bnr-inner{
    max-height: none;
    height: auto;
    min-height: 650px; 
    border-radius: 14px;
    padding: 40px 0;
  }

  /* Switch to mobile image */
  .gl-hm-bnr-bg-image-desktop {
    display: none;
  }

  .gl-hm-bnr-bg-image-mobile {
    display: block;
    width: 115%;
    height: 130%;
    object-position: 50% 75%;
  }

  .gl-hm-bnr-content-center{
    padding: 0 18px;
  }

  h1.gl-hm-bnr-title{
    font-size: 60px;
    line-height: 1.05;
    letter-spacing: -0.5px;
  }

  p.gl-hm-bnr-subtitle br{
    display: none;
  }

  p.gl-hm-bnr-subtitle{
    font-size: 15px;
    line-height: 1.55;
    margin-bottom: 22px;
    max-width: 560px;
  }

  .gl-hm-bnr-btns{
    flex-direction: row;
    justify-content: center;
    align-items: center;
    column-gap: 12px;
    row-gap: 12px;
    flex-wrap: wrap;
    max-width: 560px;
    margin: 0 auto;
  }

  a.gl-hm-bnr-btn{
    width: auto;
    justify-content: center;
    padding: 12px 22px;
  }

  .gl-hm-bnr-wave-bottom-left{
    width: 220px;
    bottom: -80px;
    left: -80px;
  }

  .gl-hm-bnr-curve-top-right{
    width: 140px;
    top: -55px;
    right: -55px;
  }
}

/* ---------- Small phones ---------- */

@media (max-width: 576px){
  .gl-hm-bnr-inner{
    min-height: 600px;
    border-radius: 12px;
    padding: 34px 0;
  }

  .gl-hm-bnr-bg-image-mobile {
    width: 110%;
    object-position: 50% 80%;
  }

  h1.gl-hm-bnr-title{
    font-size: 46px;
  }

  p.gl-hm-bnr-subtitle{
    font-size: 14px;
    margin-bottom: 18px;
  }

  .gl-hm-bnr-wave-bottom-left{
    width: 180px;
    bottom: -70px;
    left: -70px;
  }

  .gl-hm-bnr-curve-top-right{
    width: 120px;
    top: -50px;
    right: -50px;
  }
}

@media (max-width: 360px){
  .gl-hm-bnr-btns{
    flex-direction: column;
    max-width: 320px;
  }

  a.gl-hm-bnr-btn{
    width: 100%;
  }
}

@media (max-width: 320px){
  .gl-hm-bnr-inner{
    min-height: 600px;
  }

  h1.gl-hm-bnr-title{
    font-size: 40px;
  }

  p.gl-hm-bnr-subtitle{
    font-size: 13px;
  }

  a.gl-hm-bnr-btn{
    font-size: 14px;
    padding: 11px 18px;
  }
}




/* .gl-hm-bot-inro {
    margin-bottom: 70px;
    position: relative;
    padding: 160px 0;
    overflow: hidden;
}

.gl-hm-bot-inro .container {
    position: relative;
    z-index: 5;
}

.gl-hm-bot-inro-inner {
    display: flex;
    width: 100%;
    align-items: center;
    column-gap: 60px;
}

img.gl-hm-bot-bg-wave {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    pointer-events: none;
}

.gl-hm-bot-inro-inner-lft {
    width: 50%;
    position: relative;
}

.gl-hm-bot-img-wrap {
    display: flex;
    column-gap: 20px;
    position: relative;
}

.gl-hm-bot-img-item {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.gl-hm-bot-img-item img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.gl-hm-bot-img-item-1 {
    width: 48%;
}

.gl-hm-bot-img-item-2 {
    width: 48%;
    margin-top: 60px; 
}

.gl-hm-bot-inro-inner-rgt {
    width: 50%;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    padding-left: 30px;
}

h2.gl-title-h2.gl-hm-bot-inro-tt {
    font-size: 48px;
    font-weight: 900;
    margin: 0 0 10px 0;
    color: #2E4E43;
    font-family: 'Poppins', sans-serif;
}

p.gl-hm-bot-inro-text {
    font-size: 16px;
    line-height: 1.7;
    color: #A8A8A8;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

p.gl-hm-bot-inro-text strong {
    color: #0D9B4D;
    font-weight: 600;
} */


.gl-hm-bot-inro {
  margin-bottom: 70px;
  position: relative;
  padding: 160px 0;
  overflow: visible;
}

.gl-hm-bot-inro .container {
  position: relative;
  z-index: 5;
}

.gl-hm-bot-inro-inner {
  display: flex;
  width: 100%;
  align-items: center;
  column-gap: 60px;
}

img.gl-hm-bot-bg-wave {
  position: absolute;
  top: -5%;
  left: 50%;
  width: 120vw;              
  height: 115%;
  transform: translateX(-50%); 
  object-fit: cover;
  z-index: 1;
  pointer-events: none;
}

.gl-hm-bot-inro-inner-lft {
  width: 50%;
  position: relative;
}

.gl-hm-bot-img-wrap {
  display: flex;
  column-gap: 20px;
  position: relative;
}

.gl-hm-bot-img-item {
  position: relative;
  border-radius: 10px; 
  overflow: hidden;
}

.gl-hm-bot-img-item img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 10px;
}

.gl-hm-bot-img-item-1 {
  width: 48%;
}

.gl-hm-bot-img-item-2 {
  width: 48%;
  margin-top: 60px;
}

.gl-hm-bot-inro-inner-rgt {
  width: 50%;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  padding-left: 30px;
}

h2.gl-title-h2.gl-hm-bot-inro-tt {
  font-size: 55px;
  font-weight: 400;
  margin: 0 0 10px 0;
  color: #2E4E43;
  font-family: 'Over Heat', sans-serif;
}

p.gl-hm-bot-inro-text {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7;
  color: #B4B4B4;
  margin: 0;
  font-family: 'Poppins', sans-serif;
}


@media (max-width: 1200px){
  .gl-hm-bot-inro{
    padding: 130px 0;
  }

  .gl-hm-bot-inro-inner{
    column-gap: 40px;
  }

  img.gl-hm-bot-bg-wave{
    width: 135vw;
    height: 115%;
    top: -10%;
  }

  .gl-hm-bot-inro-inner-rgt{
    padding-left: 10px;
  }

  h2.gl-title-h2.gl-hm-bot-inro-tt{
    font-size: 48px;
  }

  p.gl-hm-bot-inro-text{
    font-size: 18px;
  }
}

@media (max-width: 991px){
  .gl-hm-bot-inro{
    padding: 110px 0;
    margin-bottom: 55px;
  }

  .gl-hm-bot-inro-inner{
    column-gap: 28px;
  }

  img.gl-hm-bot-bg-wave{
    width: 150vw;
    height: 120%;
    top: -25%;
  }

  .gl-hm-bot-img-item-2{
    margin-top: 40px;
  }

  h2.gl-title-h2.gl-hm-bot-inro-tt{
    font-size: 42px;
    margin-bottom: 6px;
  }

  p.gl-hm-bot-inro-text{
    font-size: 16px;
  }
}

@media (max-width: 768px){
  .gl-hm-bot-inro{
    padding: 80px 0;
    margin-bottom: 45px;
  }

  .gl-hm-bot-inro-inner{
    flex-direction: column;
    align-items: stretch;
    row-gap: 28px;
  }

  .gl-hm-bot-inro-inner-rgt{ order: 1; }
  .gl-hm-bot-inro-inner-lft{ order: 2; }

  .gl-hm-bot-inro-inner-lft,
  .gl-hm-bot-inro-inner-rgt{
    width: 100%;
  }

  .gl-hm-bot-inro-inner-rgt{
    padding-left: 0;
    row-gap: 14px;
  }

  img.gl-hm-bot-bg-wave{
    width: 200vw;
    height: 130%;
    top: -30%;
  }

  .gl-hm-bot-img-wrap{
    column-gap: 14px;
  }

  .gl-hm-bot-img-item-1,
  .gl-hm-bot-img-item-2{
    width: 50%;
  }

  .gl-hm-bot-img-item-2{
    margin-top: 22px;
  }

  h2.gl-title-h2.gl-hm-bot-inro-tt{
    font-size: 40px;
  }

  p.gl-hm-bot-inro-text{
    font-size: 16px;
    line-height: 1.65;
  }
}

@media (max-width: 576px){
  .gl-hm-bot-inro{
    padding: 65px 0;
  }

  .gl-hm-bot-inro-inner-rgt{ order: 1; }
  .gl-hm-bot-inro-inner-lft{ order: 2; }

  img.gl-hm-bot-bg-wave{
    width: 230vw;
    height: 135%;
    top: -35%;
  }

  .gl-hm-bot-img-wrap{
    column-gap: 12px;
  }

  .gl-hm-bot-img-item{
    border-radius: 8px;
  }

  .gl-hm-bot-img-item img{
    border-radius: 8px;
  }

  .gl-hm-bot-img-item-2{
    margin-top: 16px;
  }

  h2.gl-title-h2.gl-hm-bot-inro-tt{
    font-size: 34px;
  }

  p.gl-hm-bot-inro-text{
    font-size: 15px;
  }
}

@media (max-width: 320px){
  .gl-hm-bot-inro{
    padding: 55px 0;
  }

  .gl-hm-bot-inro-inner-rgt{ order: 1; }
  .gl-hm-bot-inro-inner-lft{ order: 2; }

  h2.gl-title-h2.gl-hm-bot-inro-tt{
    font-size: 30px;
  }

  p.gl-hm-bot-inro-text{
    font-size: 14px;
  }

  .gl-hm-bot-img-wrap{
    flex-direction: column;
    row-gap: 12px;
  }

  .gl-hm-bot-img-item-1,
  .gl-hm-bot-img-item-2{
    width: 100%;
  }

  .gl-hm-bot-img-item-2{
    margin-top: 0;
  }

  img.gl-hm-bot-bg-wave{
    width: 230vw;
    height: 135%;
    top: -35%;
  }
}





.hm-prod-cat-lg-wrap {
  background: #ffffff;
  color: #2E4E43;
  padding: 80px 0;
}

.hm-prod-cat-lg-inner-title-wrap {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

h2.gl-title-h2.hm-prod-cat-lg-tt {
  font-family: 'Over Heat', sans-serif;
  color: #2E4E43;
  font-size: 55px;
  font-weight: 400;
  margin: 0;
}

.hm-prod-cat-lg-subrow {
  width: 100%;
  margin-top: 10px;
  display: flex;
  align-items: center;
  column-gap: 16px;
}

.hm-prod-cat-lg-subrow::before {
  content: "";
  flex: 1;
}

p.hm-prod-cat-lg-inner-subtitle {
  flex: 0 1 650px;
  margin: 0;
  color: #B4B4B4;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
}

.prod-cat-carousel-navw {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  column-gap: 10px;
  position: static;
  z-index: 2;
}

button.custom-prev,
button.custom-next {
  width: 40px;
  height: 40px;
  background: transparent;
  border-radius: 100px;
  border: 1px solid rgba(46, 78, 67, 0.35);
  color: #2E4E43;
  font-size: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.25s ease;
}

button.custom-next:hover,
button.custom-prev:hover {
  background: #2E4E43;
  color: #ffffff;
}

.hm-prod-cat-carousel-wrap {
  position: relative;
}

.product-cat-owl-carousel {
  margin-top: 50px;
}

a.cat-slide-item {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 550px;
  border-radius: 10px;
  overflow: hidden;
}

a.cat-slide-item::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom,rgba(0,0,0,0.10) 0%,rgba(0,0,0,0.10) 55%, rgba(0,0,0,0.38) 100%);
  z-index: 2;           
  pointer-events: none;
  border-radius: inherit;
}

a.cat-slide-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: transform 0.6s ease;
  will-change: transform;
}

a.cat-slide-item:hover img {
  transform: scale(1.08);
}

a.cat-slide-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/wp-content/uploads/2026/02/product-overl.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  opacity: 0;
  transform: translateY(100%);
  transition: transform 0.45s ease, opacity 0.45s ease;
  z-index: 3;
  pointer-events: none;
  border-radius: inherit;
  will-change: transform, opacity;
}

a.cat-slide-item:hover::after {
  opacity: 1;
  transform: translateY(0);
}

.cat-slide-content {
  position: absolute;
  z-index: 6; 
  left: 50%;
  bottom: 26px;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  padding: 0 18px;
}

.cat-title {
  position: static;
  margin: 0;
  color: #ffffff;
  font-family: 'Over Heat', sans-serif;
  font-size: 55px;
  font-weight: 400;
}

.cat-desc {
  margin: 10px auto 0 auto;
  max-width: 80%;
  color: #FFFFFF;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  display: -webkit-box;
  -webkit-line-clamp: 2;          
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}

@media (max-width: 1400px){
  .hm-prod-cat-lg-wrap{
    padding: 75px 0;
  }

  h2.gl-title-h2.hm-prod-cat-lg-tt{
    font-size: 48px;
  }

  p.hm-prod-cat-lg-inner-subtitle{
    font-size: 18px;
    flex-basis: 560px;
  }

  .product-cat-owl-carousel{
    margin-top: 40px;
  }

  a.cat-slide-item{
    height: 440px;
  }

  .cat-title{
    font-size: 48px;
  }

  .cat-desc{
    font-size: 13px;
  }
}

@media (max-width: 1200px){
  .hm-prod-cat-lg-wrap{
    padding: 70px 0;
  }

  h2.gl-title-h2.hm-prod-cat-lg-tt{
    font-size: 48px;
  }

  p.hm-prod-cat-lg-inner-subtitle{
    font-size: 18px;
    flex-basis: 560px;
  }

  .product-cat-owl-carousel{
    margin-top: 40px;
  }

  a.cat-slide-item{
    height: 440px;
  }

  .cat-title{
    font-size: 48px;
  }

  .cat-desc{
    font-size: 13px;
  }
}

@media (max-width: 991px){
  .hm-prod-cat-lg-wrap{
    padding: 60px 0;
  }

  h2.gl-title-h2.hm-prod-cat-lg-tt{
    font-size: 44px;
  }

  p.hm-prod-cat-lg-inner-subtitle{
    font-size: 16px;
    flex-basis: 520px;
  }

  button.custom-prev,
  button.custom-next{
    width: 38px;
    height: 38px;
    font-size: 16px;
  }

  .product-cat-owl-carousel{
    margin-top: 34px;
  }

  a.cat-slide-item{
    height: 360px;
  }

  .cat-slide-content{
    bottom: 20px;
  }

  .cat-title{
    font-size: 42px;
  }

  .cat-desc{
    font-size: 13px;
    max-width: 86%;
  }
}

@media (max-width: 768px){
  .hm-prod-cat-lg-wrap{
    padding: 55px 0;
  }

  h2.gl-title-h2.hm-prod-cat-lg-tt{
    font-size: 40px;
  }

  .hm-prod-cat-lg-subrow{
    flex-direction: column;
    row-gap: 12px;
  }

  .hm-prod-cat-lg-subrow::before{
    display: none;
  }

  p.hm-prod-cat-lg-inner-subtitle{
    flex: 0 1 auto;
    font-size: 15px;
    max-width: 520px;
  }

  .prod-cat-carousel-navw{
    justify-content: center;
    flex: 0 0 auto;
  }

  .product-cat-owl-carousel{
    margin-top: 28px;
  }

  a.cat-slide-item{
    height: 340px;
  }

  .cat-slide-content{
    bottom: 18px;
    padding: 0 14px;
  }

  .cat-title{
    font-size: 36px;
  }

  .cat-desc{
    font-size: 12.5px;
    max-width: 92%;
  }
}

@media (max-width: 576px){
  .hm-prod-cat-lg-wrap{
    padding: 45px 0;
  }

  h2.gl-title-h2.hm-prod-cat-lg-tt{
    font-size: 34px;
  }

  p.hm-prod-cat-lg-inner-subtitle{
    font-size: 14px;
    max-width: 420px;
  }

  button.custom-prev,
  button.custom-next{
    width: 36px;
    height: 36px;
    font-size: 15px;
  }

  a.cat-slide-item{
    height: 340px;
    border-radius: 10px;
  }

  .cat-slide-content{
    bottom: 16px;
  }

  .cat-title{
    font-size: 30px;
  }

  .cat-desc{
    font-size: 12px;
  }
}

@media (max-width: 480px){
  a.cat-slide-item{
    height: 465px;
    border-radius: 10px;
  }
}

@media (max-width: 320px){
  .hm-prod-cat-lg-wrap{
    padding: 40px 0;
  }

  h2.gl-title-h2.hm-prod-cat-lg-tt{
    font-size: 30px;
  }

  p.hm-prod-cat-lg-inner-subtitle{
    font-size: 13px;
  }

  button.custom-prev,
  button.custom-next{
    width: 34px;
    height: 34px;
    font-size: 14px;
  }

  a.cat-slide-item{
    height: 300px;
  }

  .cat-slide-content{
    bottom: 14px;
  }

  .cat-title{
    font-size: 26px;
  }

  .cat-desc{
    font-size: 11.5px;
    max-width: 95%;
  }
}







.gl-hm-blog-wrap{
  position: relative;
  padding: 120px 0 120px;
  background-image: url("/wp-content/uploads/2026/02/wellness-bg.webp"); 
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.gl-hm-blog-wrap::before{
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.10);
  pointer-events: none;
  z-index: 0;
}

.gl-hm-blog-wrap .container,
.gl-hm-blog-wrap .extended-container{
  position: relative;
  z-index: 1;
}

h2.gl-title-h2.gl-hm-blog-tt{
  margin: 0 0 80px 0;
  text-align: center;
  color: #ffffff;
  font-family: "Over Heat", sans-serif;
  font-size: 55px;
  font-weight: 400;
}

.gl-hm-blog-flex-wrap{
  display: flex;
  column-gap: 34px;
  align-items: stretch;
}

.custom-blog-preview-wrap{
  flex: 1;
  display: flex;
  flex-direction: column;
  row-gap: 18px;
  min-width: 0;
}

a.gl-hm-blog-thumb{
  display: block;
  border-radius: 10px;
  overflow: hidden;
  background: rgba(255,255,255,0.08);
}

a.gl-hm-blog-thumb img{
  width: 100%;
  height: 500px;          
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: transform 0.6s ease;
}

.custom-blog-preview-wrap:hover a.gl-hm-blog-thumb img{
  transform: scale(1.06);
}

.custom-blog-preview{
  padding: 0;
  border: none;
  border-radius: 0;
  text-align: left;
}

.custom-blog-preview h3,
h3.gl-hm-blog-post-title{
  margin: 0 0 12px 0;
  font-family: "Over Heat", sans-serif;
  font-size: 37px;
  font-weight: 400;
  line-height: 1.2;
  color: #ffffff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.custom-blog-preview h3 a{
  color: inherit;
  text-decoration: none;
}

.custom-blog-preview h3 a:hover{
  text-decoration: none;
}

.custom-blog-preview p,
p.gl-hm-blog-excerpt{
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.65;
  color: #FFFFFF;
  margin: 0 0 18px 0;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.gl-hm-blog-wrap a.gl-hm-bnr-btn{
  font-size: 14px;
  padding: 12px 22px;
}


/* =========================
   Blog section (The Wellness Edit) - Responsive only
   Breakpoints you requested
   ========================= */

@media (max-width: 1200px){
  .gl-hm-blog-wrap{
    padding: 100px 0;
  }

  h2.gl-title-h2.gl-hm-blog-tt{
    font-size: 48px;
    margin-bottom: 60px;
  }

  .gl-hm-blog-flex-wrap{
    column-gap: 24px;
  }

  a.gl-hm-blog-thumb img{
    height: 340px;
  }

  h3.gl-hm-blog-post-title{
    font-size: 32px;
    line-height: 1.15;
  }

  p.gl-hm-blog-excerpt{
    font-size: 16px;
  }
}

@media (max-width: 991px){
  .gl-hm-blog-wrap{
    padding: 85px 0;
  }

  h2.gl-title-h2.gl-hm-blog-tt{
    font-size: 44px;
    margin-bottom: 50px;
  }

  .gl-hm-blog-flex-wrap{
    column-gap: 18px;
  }

  a.gl-hm-blog-thumb img{
    height: 290px;
  }

  h3.gl-hm-blog-post-title{
    font-size: 28px;
  }

  p.gl-hm-blog-excerpt{
    font-size: 15px;
    -webkit-line-clamp: 4;
  }

  .gl-hm-blog-wrap a.gl-hm-bnr-btn{
    font-size: 13px;
    padding: 11px 20px;
  }
}

@media (max-width: 768px){
  .gl-hm-blog-wrap{
    padding: 70px 0;
  }

  h2.gl-title-h2.gl-hm-blog-tt{
    font-size: 40px;
    margin-bottom: 38px;
  }

  .gl-hm-blog-flex-wrap{
    flex-direction: column;
    row-gap: 30px;
  }

  a.gl-hm-blog-thumb img{
    height: 260px;
  }

  h3.gl-hm-blog-post-title{
    font-size: 30px;
  }

  p.gl-hm-blog-excerpt{
    font-size: 15px;
  }
}

@media (max-width: 576px){
  .gl-hm-blog-wrap{
    padding: 60px 0;
  }

  h2.gl-title-h2.gl-hm-blog-tt{
    font-size: 34px;
    margin-bottom: 30px;
  }

  a.gl-hm-blog-thumb img{
    height: 230px;
  }

  h3.gl-hm-blog-post-title{
    font-size: 26px;
  }

  p.gl-hm-blog-excerpt{
    font-size: 14px;
    -webkit-line-clamp: 5; 
  }

  .gl-hm-blog-wrap a.gl-hm-bnr-btn{
    font-size: 13px;
    padding: 11px 18px;
  }
}

@media (max-width: 320px){
  .gl-hm-blog-wrap{
    padding: 50px 0;
  }

  h2.gl-title-h2.gl-hm-blog-tt{
    font-size: 30px;
    margin-bottom: 26px;
  }

  a.gl-hm-blog-thumb img{
    height: 200px;
  }

  h3.gl-hm-blog-post-title{
    font-size: 22px;
  }

  p.gl-hm-blog-excerpt{
    font-size: 13px;
  }
}






.hm-top-prod-wrap{
  position: relative;
  padding: 90px 0 90px;
  background: #ffffff;
  overflow: hidden;
}

.hm-top-prod-wrap::before{
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/wp-content/uploads/2026/02/top-products-bg.webp"); 
  background-repeat: no-repeat;
  /* background-position: center; */
  background-size: cover;
  pointer-events: none;
  z-index: 0;
}

.hm-top-prod-wrap .container,
.hm-top-prod-wrap .extended-container{
  position: relative;
  z-index: 1;
}

.hm-top-prod-title-wrap{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

h2.gl-title-h2.hm-top-prod-tt{
  font-family: 'Over Heat', sans-serif;
  color: #2E4E43;
  font-size: 55px;
  font-weight: 400;
  margin: 0;
}

.hm-top-prod-subrow{
  width: 100%;
  margin-top: 10px;
  display: flex;
  align-items: center;
  column-gap: 16px;
}

.hm-top-prod-subrow::before{
  content: "";
  flex: 1;
}

p.hm-top-prod-subtitle{
  flex: 0 1 650px;
  margin: 0;
  color: #B4B4B4;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
}

.hm-top-prod-navw{
  flex: 1;
  display: flex;
  justify-content: flex-end;
  column-gap: 10px;
}

button.hm-top-prod-prev,
button.hm-top-prod-next{
  width: 40px;
  height: 40px;
  background: transparent;
  border-radius: 100px;
  border: 1px solid rgba(46, 78, 67, 0.35);
  color: #2E4E43;
  font-size: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.25s ease;
}

button.hm-top-prod-prev:hover,
button.hm-top-prod-next:hover{
  background: #2E4E43;
  color: #ffffff;
}

.hm-top-prod-carousel-wrap{
  margin-top: 55px;
}

.hm-top-prod-owl .owl-stage-outer{
  padding: 5px 0; 
}

a.hm-top-prod-card{
  display: block;
  text-decoration: none;
  color: inherit;
}

.hm-top-prod-imgbox{
  background: #ffffff;
  border: 1px solid rgba(46, 78, 67, 0.18);
  border-radius: 10px;
  padding: 18px;
  overflow: hidden;
  transition: transform 0.25s ease;
}

.hm-top-prod-imgbox img{
  width: 100%;
  height: 350px;
  object-fit: contain; 
  display: block;
  transform: scale(1);
  transition: transform 0.45s ease;
}

a.hm-top-prod-card:hover .hm-top-prod-imgbox img{
  transform: scale(1.05);
}

.hm-top-prod-cat{
  margin-top: 14px;
  font-size: 14px;
  font-weight: 500;
  color: #2E4E43;
  font-family: 'Poppins', sans-serif;
}

.hm-top-prod-name{
  margin-top: 4px;
  font-size: 20px;
  font-weight: 500;
  color: #2C2C2C;
  font-family: 'Poppins', sans-serif;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 48px; 
}

.hm-top-prod-price{
  margin-top: 6px;
  font-size: 20px;
  font-weight: 900;
  color: #2C2C2C;
  font-family: 'Poppins', sans-serif;
}


@media (max-width: 1200px){
  .hm-top-prod-wrap{
    padding: 75px 0;
  }

  h2.gl-title-h2.hm-top-prod-tt{
    font-size: 48px;
  }

  p.hm-top-prod-subtitle{
    font-size: 18px;
    flex-basis: 560px;
  }

  .hm-top-prod-carousel-wrap{
    margin-top: 45px;
  }

  .hm-top-prod-imgbox img{
    height: 230px;
  }

  .hm-top-prod-name,
  .hm-top-prod-price{
    font-size: 18px;
  }
}

@media (max-width: 991px){
  .hm-top-prod-wrap{
    padding: 65px 0;
  }

  h2.gl-title-h2.hm-top-prod-tt{
    font-size: 44px;
  }

  p.hm-top-prod-subtitle{
    font-size: 16px;
    flex-basis: 520px;
  }

  button.hm-top-prod-prev,
  button.hm-top-prod-next{
    width: 38px;
    height: 38px;
    font-size: 16px;
  }

  .hm-top-prod-carousel-wrap{
    margin-top: 38px;
  }

  .hm-top-prod-imgbox{
    padding: 16px;
  }

  .hm-top-prod-imgbox img{
    height: 210px;
  }

  .hm-top-prod-name{
    font-size: 17px;
    min-height: 44px;
  }

  .hm-top-prod-price{
    font-size: 18px;
  }
}

@media (max-width: 768px){
  .hm-top-prod-wrap{
    padding: 55px 0;
  }

  h2.gl-title-h2.hm-top-prod-tt{
    font-size: 40px;
  }

  .hm-top-prod-subrow{
    flex-direction: column;
    row-gap: 12px;
  }

  .hm-top-prod-subrow::before{
    display: none;
  }

  p.hm-top-prod-subtitle{
    flex: 0 1 auto;
    font-size: 15px;
    max-width: 520px;
  }

  .hm-top-prod-navw{
    justify-content: center;
    flex: 0 0 auto;
  }

  .hm-top-prod-carousel-wrap{
    margin-top: 28px;
  }

  .hm-top-prod-imgbox img{
    height: 200px;
  }

  .hm-top-prod-name{
    font-size: 16px;
  }

  .hm-top-prod-price{
    font-size: 17px;
  }
}

@media (max-width: 576px){
  .hm-top-prod-wrap{
    padding: 45px 0;
  }

  h2.gl-title-h2.hm-top-prod-tt{
    font-size: 34px;
  }

  p.hm-top-prod-subtitle{
    font-size: 14px;
    max-width: 420px;
  }

  button.hm-top-prod-prev,
  button.hm-top-prod-next{
    width: 36px;
    height: 36px;
    font-size: 15px;
  }

  .hm-top-prod-carousel-wrap{
    margin-top: 22px;
  }

  .hm-top-prod-imgbox{
    padding: 14px;
    border-radius: 10px;
  }

  .hm-top-prod-imgbox img{
    height: 230px;
  }

  .hm-top-prod-cat{
    font-size: 13px;
  }

  .hm-top-prod-name{
    font-size: 15px;
    min-height: 42px;
  }

  .hm-top-prod-price{
    font-size: 16px;
  }
}

@media (max-width: 320px){
  .hm-top-prod-wrap{
    padding: 40px 0;
  }

  h2.gl-title-h2.hm-top-prod-tt{
    font-size: 30px;
  }

  p.hm-top-prod-subtitle{
    font-size: 13px;
  }

  button.hm-top-prod-prev,
  button.hm-top-prod-next{
    width: 34px;
    height: 34px;
    font-size: 14px;
  }

  .hm-top-prod-imgbox{
    padding: 12px;
  }

  .hm-top-prod-imgbox img{
    height: 200px;
  }

  .hm-top-prod-name{
    font-size: 14px;
    min-height: 40px;
  }

  .hm-top-prod-price{
    font-size: 15px;
  }
}







.gl-footer-wrap{
  background: transparent;
  padding: 0 0 40px; 
}

.gl-footer-box{
  position: relative;
  background: #2E4E43;
  border-radius: 15px;
  overflow: hidden;
  padding: 70px 60px 0; 
}

.gl-footer-box::before{
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/wp-content/uploads/2026/02/about-wave.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 85% auto;
  left: -35%;
  top: 0;
  pointer-events: none;
  z-index: 0;
}

.gl-footer-box::after{
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/wp-content/uploads/2026/02/footer-right-img.webp");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 28% auto;
  pointer-events: none;
  z-index: 0;
}

.gl-footer-wid-wrap,
#footer-bottom{
  position: relative;
  z-index: 2;
  background: transparent;
}

.gl-footer-wid-inner{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 60px;
  color: #fff;
  padding-bottom: 45px;
}

.gl-footer-wid-inner-left{
  width: 34%;
  display: flex;
  flex-direction: column;
  row-gap: 18px;
}

img.gl-footer-wid-inner-logo{
  width: 240px;
}

p.gl-footer-wid-inner-text{
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  max-width: 360px;
  color: #FFFFFF;
  font-family: "Poppins", sans-serif;
}

.gl-footer-wid-inner-right{
  display: flex;
  column-gap: 6vw;
}

h3.gl-footer-wid-inner-title{
  margin: 0 0 14px 0;
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
}

ul.gl-footer-wid-inner-list{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}

ul.gl-footer-wid-inner-list li a{
  font-weight: 500;
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
}

ul.gl-footer-wid-inner-list li a:hover{
  color: #a5d96f;
}

.gl-footer-wid-social{
  display: flex;
  column-gap: 14px;
  margin-top: 10px;
}

a.gl-footer-wid-social-link{
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #ffffff;   
  border: none;          
  color: #2e4e43;        
  text-decoration: none;

  transition: all 0.25s ease;
}

a.gl-footer-wid-social-link:hover{
  background: rgba(255,255,255,0.85);
}

.gl-footer-contact-list li a{
  display: inline-flex;
  align-items: flex-start;
  column-gap: 10px;
}

.gl-footer-contact-list .fa-phone{
  transform: scaleX(-1);
  display: inline-block; 
}

.gl-footer-contact-icn{
  color: #0D9B4D;  
  font-size: 14px;
  margin-top: 3px; 
}

#footer-bottom{
  padding: 18px 0 22px;
  border-top: 1px solid rgba(255,255,255,0.25);
}

.ft-btm-flex-inwrap{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.copyright-note,
p.developer-note{
  margin: 0;
  font-size: 14px;
  color: #FFFFFF;
  font-family: "Poppins", sans-serif;
}

.ft-btm-apollo-c-logo{
  display: flex;
  align-items: stretch;
  column-gap: 10px;
}

a.gl-footer-logo img{
  height: 15px;
}


@media (max-width: 1200px){
  .gl-footer-wrap{
    padding-bottom: 35px;
  }

  .gl-footer-box{
    padding: 60px 40px 0;
    border-radius: 14px;
  }

  img.gl-footer-wid-inner-logo{
    width: 220px;
  }

  p.gl-footer-wid-inner-text{
    font-size: 18px;
    max-width: 340px;
  }

  h3.gl-footer-wid-inner-title{
    font-size: 18px;
  }

  .gl-footer-wid-inner{
    column-gap: 40px;
    padding-bottom: 40px;
  }

  .gl-footer-box::before{
    background-size: 95% auto;
    left: -40%;
  }

  .gl-footer-box::after{
    background-size: 30% auto;
  }

  a.gl-footer-logo {
    display: inline-block;  
    margin-bottom: 7px;
  }
}

@media (max-width: 991px){
  .gl-footer-wrap{
    padding-bottom: 30px;
  }

  .gl-footer-box{
    padding: 50px 26px 0;
  }

  .gl-footer-wid-inner{
    flex-direction: column;
    row-gap: 34px;
    padding-bottom: 30px;
  }

  .gl-footer-wid-inner-left{
    width: 100%;
  }

  .gl-footer-wid-inner-right{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 28px;
    row-gap: 26px;
  }

  .gl-footer-wid-inner-right-col{
    width: calc(50% - 14px);
  }

  p.gl-footer-wid-inner-text{
    font-size: 17px;
    max-width: 520px;
  }

  #footer-bottom{
    padding: 16px 0 18px;
  }

  .ft-btm-flex-inwrap{
    flex-direction: column;
    row-gap: 10px;
    text-align: center;
  }

  .ft-btm-apollo-c-logo{
    justify-content: center;
    align-items: center;
  }

  .gl-footer-box::before{
    background-size: 120% auto;
    left: -55%;
  }

  .gl-footer-box::after{
    background-size: 36% auto;
  }
}

@media (max-width: 768px){
  .gl-footer-box{
    padding: 44px 20px 0;
    border-radius: 12px;
  }

  img.gl-footer-wid-inner-logo{
    width: 200px;
  }

  p.gl-footer-wid-inner-text{
    font-size: 16px;
  }

  h3.gl-footer-wid-inner-title{
    font-size: 17px;
    margin-bottom: 12px;
  }

  ul.gl-footer-wid-inner-list li a{
    font-size: 14px;
  }

  .gl-footer-wid-inner{
    flex-direction: column;
    row-gap: 28px;
  }

  .gl-footer-wid-inner-right{
    width: 100%;
    display: flex;
    flex-wrap: nowrap;              
    justify-content: space-between;
    align-items: flex-start;
    column-gap: 22px;
    row-gap: 0;
  }

  .gl-footer-wid-inner-right-col{
    width: auto;
    flex: 1;                        
    min-width: 0;                   
  }

  .gl-footer-contact-list li a{
    flex-wrap: wrap;
    row-gap: 6px;
  }

  .gl-footer-box::before{
    background-size: 150% auto;
    left: -30%;
  }

  .gl-footer-box::after{
    background-size: 45% auto;
  }
}

@media (max-width: 576px){
  .gl-footer-wrap{
    padding-bottom: 24px;
  }

  .gl-footer-box{
    padding: 38px 16px 0;
  }

  img.gl-footer-wid-inner-logo{
    width: 185px;
  }

  p.gl-footer-wid-inner-text{
    font-size: 15px;
  }

  h3.gl-footer-wid-inner-title{
    font-size: 16px;
    margin-bottom: 10px;
  }

  ul.gl-footer-wid-inner-list li a{
    font-size: 13px;
  }

  .gl-footer-wid-social{
    column-gap: 12px;
  }

  a.gl-footer-wid-social-link{
    width: 32px;
    height: 32px;
  }

  .gl-footer-wid-inner-right{
    width: 100%;
    display: flex;
    flex-wrap: nowrap;            
    justify-content: space-between;
    align-items: flex-start;
    column-gap: 14px;             
  }

  .gl-footer-wid-inner-right-col{
    flex: 1;                     
    width: auto;
    min-width: 0;                 
  }

  .gl-footer-contact-list li a{
    flex-wrap: wrap;
    row-gap: 6px;
    word-break: break-word;
  }

  #footer-bottom{
    padding: 14px 0 16px;
  }

  .copyright-note,
  p.developer-note{
    font-size: 11px !important;
  }

  .gl-footer-box::before{
    background-size: 175% auto;
    left: -30%;
  }

  .gl-footer-box::after{
    background-size: 55% auto;
  }

  a.gl-footer-logo {
  display: inline-block; 
  margin-bottom: 7px;
}
}

@media (max-width: 320px){
  .gl-footer-box{
    padding: 32px 12px 0;
  }

  img.gl-footer-wid-inner-logo{
    width: 175px;
  }

  p.gl-footer-wid-inner-text{
    font-size: 14px;
  }

  ul.gl-footer-wid-inner-list li a{
    font-size: 13px;
  }

  a.gl-footer-wid-social-link{
    width: 30px;
    height: 30px;
  }

  .gl-footer-wid-inner-right{
    flex-wrap: wrap;
    row-gap: 35px;
  }

  .gl-footer-wid-inner-right-col{
    flex: 0 0 100%;
  }

  .gl-footer-box::before{
    background-size: 210% auto;
    left: -115%;
  }

  .gl-footer-box::after{
    background-size: 65% auto;
  }
}








.gl-hm-bnr-inner .owl-stage,
.gl-hm-bnr-inner .owl-stage-outer,
.gl-hm-bnr-inner .owl-item {
    height: 100%;
}

.gl-hm-bnr .owl-dots .owl-dot.active span,
.gl-hm-bnr .owl-dots .owl-dot:hover span {
    border: 1px solid #2e4e43;
    background: #2e4e43;
}

.gl-hm-bnr .owl-dots .owl-dot span {
    border: 1px solid #96aa9e;
    background: #96aa9e;
}

.gl-hm-bnr .owl-dots {
    position: absolute;
    bottom: 10%;
    right: 37%;
}

.aos-animate {
    pointer-events: none;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    margin: 0 3.8% 3.2em 0 !important;
}

.woocommerce ul.products li.product a img {
    border: 1px solid #0000002b;
    border-radius: 17px;
    padding: 10px;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    font-size: 1.4em;
    font-weight: 400;
}

a.woocommerce-LoopProduct-link:hover img.image {
    border: 1px solid #0d9b4d !important;
}

a.woocommerce-LoopProduct-link:hover .woocommerce-loop-product__title,
a.woocommerce-LoopProduct-link:hover span.woocommerce-Price-amount.amount {
    color: #0d9b4d !important;
}

a.woocommerce-LoopProduct-link.woocommerce-loop-product__link .woocommerce-loop-product__title {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-bottom: 0 !important;
    margin-bottom: 7px !important;
}

.arch-pro-tt-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 2.5em;
    text-align: center;
    align-items: center;
}

.arch-pro-tt-wrap .gl-title-h2.gl-hm-bot-inro-tt,
.arch-pro-tt-wrap p.gl-arch-prod-sub-tt {
    width: fit-content;
}

/* --- Modern Filter Bar --- */
.shop-filter-bar-modern {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: nowrap;
    /* background: #edf5ef; */
    border-radius: 50px;
    /* padding: 10px 20px; */
    margin-bottom: 40px;
}

/* ======= Shop Search ======== */
.shop-search-modern .search-box{
  display: flex;
  align-items: center;
  background: rgba(13, 155, 77, 0.08);         
  border-radius: 50px;
  padding: 10px 18px;
  border: 1px solid rgba(46, 78, 67, 0.18);    
  transition: 0.25s ease;
  min-height: 44px;
}

.shop-search-modern .search-box:hover{
  background: rgba(13, 155, 77, 0.10);
  border-color: rgba(13, 155, 77, 0.35);
}

.shop-search-modern .search-box:focus-within{
  background: #ffffff;
  border-color: rgba(13, 155, 77, 0.55);
  box-shadow: 0 0 0 4px rgba(13, 155, 77, 0.12);
}

.shop-search-modern .search-icon{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  color: #0D9B4D;
  font-size: 16px;
  line-height: 1;
}

.shop-search-modern .search-icon img{
  width: 16px;
  height: 16px;
  display: block;
  filter: grayscale(100%) brightness(0.8);
  opacity: 0.9;
}

.shop-search-modern input[type="text"]{
  border: none;
  background: transparent !important;
  outline: none;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #2E4E43;
  width: 220px;
  box-shadow: none !important; 
}

.shop-search-modern input[type="text"]::placeholder{
  color: rgba(46, 78, 67, 0.55);
  font-weight: 500;
}


/* --- Category Pills --- */
.category-pills {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
}

.category-pills .pill {
    display: inline-block;
    padding: 8px 15px;
    border-radius: 30px;
    background: #edf5ef;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.category-pills .pill:hover {
    background: #dbeee0;
}

.category-pills .pill.active {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 128, 0, 0.1);
    font-weight: 600;
}


@media (min-width: 992px) {
    .woocommerce ul.products li.product a img {
        min-height: 275px !important;
        max-height: 430px !important;
        object-fit: cover;
    }
}


/* =========  WooCommerce Sorting ========= */

.woocommerce form.woocommerce-ordering select.orderby{
  height: 44px;
  padding: 0 44px 0 18px;
  border-radius: 50px;
  background-color: rgba(13, 155, 77, 0.08);     
  border: 1px solid rgba(46, 78, 67, 0.18);
  color: #2E4E43;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  transition: 0.25s ease;
}

.woocommerce form.woocommerce-ordering select.orderby:hover{
  background-color: rgba(13, 155, 77, 0.10);
  border-color: rgba(13, 155, 77, 0.35);
}

.woocommerce form.woocommerce-ordering select.orderby:focus{
  background: #ffffff;
  border-color: rgba(13, 155, 77, 0.55);
  box-shadow: 0 0 0 4px rgba(13, 155, 77, 0.12);
}

.woocommerce form.woocommerce-ordering{
  position: relative;
}

.woocommerce form.woocommerce-ordering::after{
  content: "\f107"; 
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: #2E4E43;
  pointer-events: none;
  font-size: 16px;
}


