/*!
Theme Name: ApotecaGourmet
Theme URI: https://www.apotecagourmet.ch/
Author: 
Author URI: 
Description: A starter & standard theme for WordPress built for multipurpose.
Version: 1.0.0
Tested up to: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: apoteca-gourmet
*/

@charset "utf-8";

/* montserrat-200 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 200;
    src: url('./fonts/montserrat-v31-latin-200.woff2') format('woff2'),
        /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
        url('./fonts/montserrat-v31-latin-200.ttf') format('truetype');
    /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* montserrat-300 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    src: url('./fonts/montserrat-v31-latin-300.woff2') format('woff2'),
        /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
        url('./fonts/montserrat-v31-latin-300.ttf') format('truetype');
    /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* montserrat-regular - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/montserrat-v31-latin-regular.woff2') format('woff2'),
        /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
        url('./fonts/montserrat-v31-latin-regular.ttf') format('truetype');
    /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* inter-300 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    src: url('./fonts/inter-v20-latin-300.woff2') format('woff2'),
        /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
        url('./fonts/inter-v20-latin-300.ttf') format('truetype');
    /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}




/*---------------// COLOR CUSTOM PROPERTIES //---------------*/
:root {
    --font-inter: "Inter";
    --font-montserrat: "Montserrat";
    --color-white: #FFFFFF;
    --color-black: #111111;
    --color-lightgreen: #757575;
    --color-green: #5D7069;
    --color-gold: #90826A;
}


/*----------- CSS Document -----------*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

b,
strong {
    font-weight: 500;
    color: var(--color-black);
}

::placeholder {
    color: #111111;
    opacity: 1;
}

::-moz-placeholder {
    color: #111111;
    opacity: 1;
}

::-ms-input-placeholder {
    color: #111111;
    opacity: 1;
}

::-webkit-input-placeholder {
    color: #111111;
    opacity: 1;
}

html {
    scroll-behavior: smooth;
    scrollbar-width: thin;
}

body {
    font-family: var(--font-montserrat);
    font-weight: 400;
    line-height: 1.5;
    font-size: 16px;
    color: var(--color-black);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: antialiased;
    font-smoothing: antialiased;
    background-color: var(--color-white);
    -webkit-font-kerning: none;
    font-kerning: none;
    margin: 0;
    padding: 0;
    position: relative;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
}

p {
    font-family: var(--font-montserrat);
    margin-bottom: 20px;
    color: var(--color-lightgreen);
}

p:last-of-type {
    margin-bottom: 0;
}

p+ul {
    margin-top: 20px;
}

ul {
    font-family: var(--font-montserrat);
    list-style: disc;
    margin-left: 20px;
    margin-bottom: 20px;
}

ol {
    font-family: var(--font-montserrat);
    list-style: decimal;
    margin-left: 20px;
    margin-bottom: 20px;
}

ul li,
ul li a strong,
ol li a strong,
ul li a,
ol li a {
    color: var(--color-lightgreen);
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.5px;
}

p a,
ul li a,
ol li a {
    font-weight: 400;
    text-decoration: underline;
    color: var(--color-gold);
}

.h-full {
    height: 100%;
}

a {
    text-decoration: none;
}

h1 {
    font-weight: 500;
    color: var(--color-black);
    font-size: 40px;
    line-height: 1;
    margin-bottom: 20px;
}

h2 {
    font-weight: 500;
    color: var(--color-black);
    font-size: 30px;
    line-height: 1;
    margin-bottom: 20px;
}

h3 {
    font-weight: 500;
    color: var(--color-black);
    font-size: 26px;
    line-height: 1;
    margin-bottom: 20px;
}

h4 {
    font-weight: 500;
    color: var(--color-black);
    font-size: 22px;
    line-height: 1;
    margin-bottom: 20px;
}

h5 {
    font-weight: 500;
    color: var(--color-black);
    font-size: 20px;
    line-height: 1;
    margin-bottom: 20px;
}

h6 {
    font-weight: 500;
    color: var(--color-black);
    font-size: 16px;
    line-height: 1;
    margin-bottom: 20px;
}

.element-hidden {
    overflow: hidden;
}

@supports (position: sticky) {
    .is-sticky {
        position: sticky;
        top: 0;
    }
}


/* // ======================================================================================================================= // */
/* // ============================================= // MULTIPLE USE CSS START // ============================================ // */
/* // ======================================================================================================================= // */
.page-title {
    color: var(--color-black);
    font-family: var(--font-montserrat);
    font-size: 28px;
    font-weight: 500;
    line-height: 42px;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.site-title {
    font-family: var(--font-montserrat);
    display: block;
    color: var(--color-black);
    font-size: 20px;
    font-style: normal;
    font-weight: 200;
    line-height: 36px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.site-description p {
    color: var(--color-lightgreen);
    font-family: var(--font-inter);
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px;
    letter-spacing: 0.5px;
}

.btn-global {
    display: flex;
}

.btn-global a {
    position: relative;
    font-family: var(--font-montserrat);
    display: flex;
    padding: 15px 40px;
    justify-content: center;
    align-items: center;
    color: var(--color-white);
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    background: var(--color-green);
    border-radius: 10px;
    transition: all .2s ease;
}

.product-card {
    position: relative;
    border-radius: 25px;
    border: 1px solid #E5E5E5;
    background: var(--color-white);
    overflow: hidden;
    height: 100%;
}

.product-card .card-wrapper .img-container {
    height: 330px;
}

.product-card .card-wrapper .img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-card .card-wrapper .product-details {
    padding: 30px 20px 20px 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.product-card .card-wrapper .product-details .product-name {
    font-family: var(--font-montserrat);
    color: var(--color-black);
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.6px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
	min-height: 40px !important; 
}
.woocommerce-pagination .page-numbers {
	display: flex;
	list-style: none;
	justify-content: center;
	gap: 15px;
}
.product-card .card-wrapper .product-details .product-price {
    color: var(--color-black);
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.6px;
    letter-spacing: 0.5px;
}

.product-card .card-wrapper .product-details .product-price ins {
    text-decoration: none;
}

.product-card .card-wrapper .btn-global {
    position: relative;
    justify-content: center;
    gap: 0;
    z-index: 9;
	background: #5d7069; 
}

.product-card .card-wrapper .btn-global a {
    display: inline-block;
    width: auto;
    background: var(--color-green);
    border-radius: 10px;
    transition: color .2s ease, background .2s ease, border .2s ease;
}

.product-card .card-wrapper .btn-global a.add_to_cart_button.loading {
    opacity: .7;
    transition: all .2s ease;
}

.product-card .card-wrapper .btn-global a.add_to_cart_button.loading::after {
    content: '';
    position: absolute;
    top: 10px;
    right: 12px;
    display: block;
    width: 16px;
    height: 16px;
    border: 2px solid #fff;
    border-top: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    display: inline-block;
    animation: spinBtn 0.6s linear infinite;
}

@keyframes spinBtn {
    to {
        transform: rotate(360deg);
    }
}

.product-card .card-wrapper .btn-global a.add_to_cart_button.added {
    height: 0;
    padding: 0;
    font-size: 0;
    overflow: hidden;
    width: 0;
}

.cover-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 99;
}

.category-card {
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 25px;
}

.category-card::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
}

.category-card .img-container {
    height: 300px;
    overflow: hidden;
}

.category-card .img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.category-card .category-title {
    position: absolute;
    left: 50px;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 9;
    font-family: var(--font-montserrat);
    color: var(--color-white);
    font-size: 26px;
    font-style: normal;
    font-weight: 300;
    line-height: 40px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.post-card {
    position: relative;
    border-radius: 25px;
    border: 1px solid #E5E5E5;
    background: var(--color-white);
    overflow: hidden;
}

.post-card .card-wrapper .img-container {
    height: 330px;
}

.post-card .card-wrapper .img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post-card .card-wrapper .post-details {
    padding: 30px 20px 20px 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.post-card .card-wrapper .post-details .post-title {
    font-family: var(--font-montserrat);
    color: var(--color-black);
    font-size: 16px;
    font-weight: 500;
    line-height: 19.6px;
    letter-spacing: 0.5px;
}

/* // ======================================================================================================================= // */
/* // ============================================== // MULTIPLE USE CSS END // ============================================= // */
/* // ======================================================================================================================= // */
main:not(body.home main) {
    margin-top: 146px;
}

/* // =============== // HEADER START // =============== // */
body[class*="showing-popup-drawer-"] {
    overflow: hidden;
    margin-right: var(--scrollbar-offset);
}

body[class*="showing-popup-drawer-"].home .apoteca-header {
    margin-right: var(--scrollbar-offset);
}

body.home .apoteca-header {
    background: transparent;
}

.apoteca-header {
    background: var(--color-green);
    padding: 52px 70px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    display: flex;
    align-items: center;
    /* border-bottom: 1px solid #E5E5E520; */
    transition: all 0.45s cubic-bezier(0.2, 0.9, 0.2, 1), box-shadow 0.3s;
}

body.home .apoteca-header.header-sticky,
.apoteca-header.header-sticky {
    padding-top: 40px;
    padding-bottom: 40px;
    background: var(--color-green);
}

.apoteca-header .main-header {
    display: block;
    width: 100%;
}

.apoteca-header .main-navigation {
    position: relative;
    display: flex;
    /* flex-wrap: wrap; */
    align-items: center;
    justify-content: space-between;
}

.apoteca-header .main-navigation .brand-logo {
    display: flex;
    height: 22px;
}

.apoteca-header .main-navigation .mobile-logo {
    display: none;
}

.apoteca-header .main-navigation .brand-logo img {
    width: 380px;
}

.main-navigation ul.menu {
    display: flex;
    margin-bottom: 0;
    margin-left: 0;
}

.main-navigation ul.menu li {
    display: flex;
    position: relative;
    margin: 0 16px;
}

.main-navigation ul.menu>li:not(ul.sub-menu li) {
    padding: 10px 0;
}

.main-navigation ul.menu li:last-child {
    margin-right: 0;
}

.main-navigation .header-navigation {
    display: flex;
    align-items: center;
    gap: 40px;
}

.main-navigation .header-navigation-area {
    display: flex;
    align-items: center;
}

.main-navigation ul.menu li a {
    font-family: var(--font-montserrat);
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5;
    color: var(--color-white);
    text-decoration: none;
    text-transform: uppercase;
    transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
}

.main-navigation ul.menu li.menu-item-has-children>a {
    display: flex;
    align-items: center;
    gap: 5px;
}

.main-navigation ul.menu li.menu-item-has-children>a::after {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    position: relative;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 13 13' fill='none'%3E%3Cpath d='M2.77656 5.09213L5.92406 8.23963C6.12917 8.44474 6.46124 8.44474 6.66582 8.23963L9.81332 5.09213C10.0184 4.88702 10.0184 4.55495 9.81332 4.35037C9.60821 4.14578 9.27615 4.14526 9.07156 4.35037L6.29494 7.12699L3.51832 4.35037C3.31321 4.14526 2.98115 4.14526 2.77656 4.35037C2.57197 4.55548 2.57145 4.88754 2.77656 5.09213Z' fill='white'/%3E%3C/svg%3E");
    background-size: contain;
    background-position: center;
}

.main-navigation ul.menu li.menu-item-has-children:hover>a::after {}

.main-navigation ul.menu li.featured-btn a {
    background: var(--color-black);
    color: var(--color-white);
    text-align: center;
    border-radius: 1px;
    padding: 10px 20px;
}

/* Main Menu CSS End*/
/* Submenu / Dropdown Menu CSS */
.main-navigation ul.menu li ul.sub-menu {
    position: absolute;
    width: 220px;
    left: -22px;
    top: 100%;
    margin: 0;
    padding: 15px;
    list-style: none;
    z-index: 2;
    background: var(--color-white);
    box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    display: block;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    border-radius: 25px;
}

.main-navigation ul.menu li:hover>ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    clip: auto;
    height: auto;
    overflow: visible;
}

.main-navigation ul.menu ul li a {
    color: var(--color-black);
    text-transform: none;
    text-transform: uppercase;
}

.main-navigation ul.menu li ul.sub-menu li {
    display: block;
    text-align: left;
    margin: 0;
}

.main-navigation ul.menu li ul.sub-menu li:not(:last-child) {
    margin-bottom: 12px;
}

.main-navigation ul.menu li ul.sub-menu ul {
    left: 250px;
    top: 0;
}

.main-navigation .header-right {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 13px;
}


/* Submenu / Dropdown Menu CSS End */
/* Mobile Menu CSS Start*/
.header-left {
    display: none;
    align-items: center;
}

.mobile-menu-trigger {
    cursor: pointer;
    background: transparent;
    border: none;
    padding: 0;
}

.mobile-menu-trigger span {
    height: 2px;
    display: block;
    width: 35px;
    margin-bottom: 9px;
    background-color: var(--color-white);
}

.mobile-menu-trigger span:last-child {
    margin-bottom: 0;
}

.mobile-menu-container {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: var(--color-green);
    z-index: 999999;
    opacity: 0;
    visibility: hidden;
    overflow-y: scroll;
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    overflow-x: hidden;
    -webkit-transition: .4s;
    transition: .4s;
}

.mobile-menu-container li {
    opacity: 0;
    visibility: hidden;
    -ms-transform: translateX(1000px);
    -webkit-transform: translateX(1000px);
    transform: translateX(100px);
    -webkit-transition: 1s;
    transition: 1s;
    border-top: 1px solid rgb(255 255 255 / 8%);
}

.mobile-menu-container li:nth-last-child(1) {
    border-bottom: 1px solid rgb(255 255 255 / 8%);
}

.mobile-menu-container li>a .slicknav_arrow:after {
    content: "\f067";
    position: absolute;
    font-family: 'FontAwesome';
    top: 0;
    bottom: 0;
    color: white;
    z-index: 999;
    margin: 0 auto;
    text-align: center;
    right: 0;
    left: 0;
    font-size: 16px;
    line-height: 50px;
}

.mobile-menu-container.menu-open li.slicknav_open>a .slicknav_arrow:after {
    content: "\f068";
}

.mobile-menu-container.menu-open {
    opacity: 1;
    visibility: visible;
    -ms-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu-container.menu-open li {
    opacity: 1;
    visibility: visible;
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.mobile-menu-container .mobile-menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
}

.mobile-menu-container .mobile-menu-header .mobile-menu-logo {
    width: 220px;
}

.mobile-menu-container .mobile-menu-header .mobile-menu-logo a {
    display: flex;
}

.mobile-menu-close {
    position: relative;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 1;
}

.mobile-menu-close::before {
    left: 15px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mobile-menu-close::after {
    right: 13px;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mobile-menu-close::before,
.mobile-menu-close::after {
    position: absolute;
    height: 30px;
    width: 2px;
    background: var(--color-white);
    content: '';
    top: 0;
}

#mobile-menu-wrap {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
    padding: 20px;
}

#mobile-menu-wrap div {
    background-color: transparent;
}

#mobile-menu-wrap .slicknav_item i {
    display: none;
}

/*Sidebar Start*/
.slicknav_nav,
.slicknav_nav.slicknav_hidden {
    display: block !important;
    text-align: left;
}

.slicknav_btn {
    display: none !important;
}

.slicknav_menu {
    padding-left: 0;
}

.slicknav_nav li>a {
    display: block;
    font-family: var(--font-almarai);
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    color: var(--color-white);
    transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
}

.slicknav_nav a:hover,
.slicknav_nav .slicknav_row:hover {
    background-color: transparent;
    color: var(--color-red);
}

.slicknav_item.slicknav_row a {
    border-bottom: 0;
}

.slicknav_nav .slicknav_row,
.slicknav_nav a {
    padding: 10px 0px;
    margin: 0;
}

.slicknav_nav .slicknav_arrow {
    font-size: 0;
    background: rgb(255 255 255 / 8%);
    height: 100%;
    width: 50px;
    display: inline-block;
    position: absolute;
    top: 0;
}

.slicknav_nav ul {
    margin: 0 0 0 0px;
}

.slicknav_nav .menu-item-has-children ul {
    margin-bottom: 00px;
}

.slicknav_nav .menu-item-has-children ul li {
    padding-left: 25px;
}

.sub-menu .menu-item-has-children a i {
    position: absolute;
    right: 20px;
    top: 20px;
}

.slicknav_item.slicknav_row {
    display: inline-block;
    width: 100%;
    position: relative;
}

.slicknav_arrow {
    -webkit-transition: .3s;
    transition: .3s;
    right: 0;
    top: 17px;
    position: absolute;
}

.slicknav_nav a,
.slicknav_row a {
    color: var(--color-white);
    font-size: 18px;
    display: inline-block;
}

/*Sidebar Start*/
/* Mobile Menu CSS End*/

@media only screen and (max-width: 991px) {

    /*Menu*/
    .header-navigation-area {
        display: none !important;
    }

    .header-left {
        display: flex;
    }
}

.header-right {
    display: flex;
    align-items: center;
    gap: 30px;
}

.header-right .header-item .header-account-button,
.header-right .header-item {
    display: flex;
}

.header-right .header-item button.search-toggle-open {
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    display: flex;
}

.header-right .header-item button.header-cart-button {
    position: relative;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    display: flex;
}

.header-right .header-item button.header-cart-button .header-cart-total {
    position: absolute;
    height: 20px;
    width: 20px;
    min-width: 20px;
    border-radius: 50%;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    top: -12px;
    right: -12px;
    background: var(--color-gold);
    color: var(--color-white);
}

.popup-drawer {
    position: fixed;
    display: none;
    top: 0;
    bottom: 0;
    left: -99999rem;
    right: 99999rem;
    -webkit-transition: opacity .25s ease-in, left 0s .25s, right 0s .25s;
    transition: opacity .25s ease-in, left 0s .25s, right 0s .25s;
    z-index: 100000;
}

.popup-drawer.show-drawer {
    display: block;
}

.popup-drawer.active {
    left: 0;
    opacity: 1;
    right: 0;
    -webkit-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out;
}

.popup-drawer .drawer-overlay {
    background-color: rgba(0, 0, 0, .4);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
}

.popup-drawer.active .drawer-overlay {
    opacity: 1;
    cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' x='0' y='0' viewBox='0 0 371.23 371.23' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath d='M371.23 21.213 350.018 0 185.615 164.402 21.213 0 0 21.213l164.402 164.402L0 350.018l21.213 21.212 164.402-164.402L350.018 371.23l21.212-21.212-164.402-164.403z' fill='%23FFFFFF' opacity='1' data-original='%23FFFFFF' class=''%3E%3C/path%3E%3C/g%3E%3C/svg%3E") 12 12, pointer;
    -webkit-transition: .6s cubic-bezier(.7, 0, .2, 1);
    transition: .6s cubic-bezier(.7, 0, .2, 1);
    -webkit-transition-property: opacity, visibility, background-color;
    transition-property: opacity, visibility, background-color;
}

.popup-drawer .drawer-inner {
    width: 100%;
    right: 0;
    top: 0;
    overflow: auto;
    position: fixed;
    box-shadow: 0 0 2rem 0 rgba(0, 0, 0, .1);
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: none;
    transform: translateY(-30px);
    opacity: 0;
    transition: transform .3s ease, opacity .3s ease;
}

.popup-drawer.active .drawer-inner {
    transform: translateY(0);
    opacity: 1;
}

#search-drawer .drawer-inner {
    color: var(--color-black);
    background-color: var(--color-white);
    bottom: auto;
    padding: 22px 0;
}

.popup-drawer .drawer-header {
    position: absolute;
    right: 20px;
    top: 20px;
    padding: 0;
    z-index: 9;
}

.popup-drawer .drawer-header button {
    background: transparent;
    border: none;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

#search-drawer .drawer-inner .drawer-content {
    position: relative;
    padding: 0 50px;
    display: flex;
    align-items: center;
}

#search-drawer .drawer-inner form {
    position: relative;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    z-index: 99;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    word-wrap: normal;
    border: 0;
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    overflow-wrap: normal;
    padding: 0;
    position: absolute;
    width: 1px;
}

#search-drawer .drawer-inner .drawer-content form input.search-field {
    font-family: var(--font-montserrat);
    padding: 11px 10px;
    color: var(--color-black);
    width: 100%;
    background: transparent;
    font-weight: 400;
    line-height: 22px;
    font-size: 100%;
    border-radius: 25px;
    border: 1px solid #E5E5E5;
    max-width: 100%;
    appearance: none;
}

#search-drawer .drawer-inner form ::placeholder {
    color: currentColor;
    opacity: .5;
}

form.woocommerce-product-search button[type="submit"] {
    width: 70px;
    font-size: 0px;
    font-weight: 500;
    text-transform: uppercase;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 384 384' style='enable-background:new 0 0 384 384;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M385.9,360.1c-2.2-6.6-6.9-11.3-11.1-15.4c-31.2-31.1-62.7-62.5-93.6-93.5l-0.1-0.1c-0.6-0.5-1.2-1-1.8-1.5 c1.3-2.2,2.7-4.3,4-6.4c3.5-5.5,6.8-10.7,9.7-16.2c22.4-42.3,24-91.8,4.5-135.9c-19.5-44-57.3-76.1-103.7-88 c-5.7-1.5-11.6-2.3-17.4-3.2c-2.7-0.4-5.5-0.8-8.2-1.3c-0.5-0.1-1.1-0.2-1.6-0.4c-0.4-0.1-0.7-0.2-1.1-0.3L165.2-2h-20.5l-0.3,0 c-2.4,0.4-4.9,0.7-7.3,1.1c-5.4,0.8-10.9,1.6-16.4,2.7C61.1,14.1,11.9,64.6,1,124.5c-0.7,4.1-1.3,8.2-1.9,12.2 c-0.3,2.3-0.7,4.7-1,7l0,21.3l0,0.3c0.4,2.4,0.7,4.8,1.1,7.2c0.8,5.2,1.6,10.5,2.7,15.7c6.1,29.5,21.2,56.6,43.7,78.4 c22.4,21.8,49.9,36.1,79.6,41.4c44.8,8.1,86.4-1.5,123.4-28.5c0.2-0.2,0.4-0.3,0.6-0.4c0.5,0.5,1,0.9,1.5,1.4 c31.9,31.9,64,64,95.4,95.5c3.9,3.9,8.5,8.2,15,9.9l0.3,0.1h7.3l0.3-0.1c8.8-2.6,14.6-8.3,17.1-17.1l0.1-0.3v-8.1L385.9,360.1z M234.7,235.6c-21.2,21-49,32.7-78.5,33l-2,0c-63-0.3-114.1-51.6-113.9-114.4C40.5,91.4,91.7,40.4,154.4,40.4c0.1,0,0.3,0,0.4,0 c30.5,0.1,59.1,12.1,80.6,33.7c21.5,21.6,33.3,50.3,33.2,80.7C268.6,185.3,256.5,214,234.7,235.6z'/%3E%3C/g%3E%3C/svg%3E");
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    height: 46px;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    border: none;
    cursor: pointer;
    background-color: transparent;
}

input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime-local"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="range"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
textarea:focus {
    color: var(--color-black);
    border-color: #d3d3d3;
    outline: 0;
}

#cart-drawer.popup-drawer .drawer-inner {
    width: 100%;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    max-width: 90%;
    right: 0;
    top: 0;
    overflow: auto;
    background: #090c10;
    color: #fff;
    bottom: 0;
    opacity: 0;
    position: fixed;
    -webkit-box-shadow: 0 0 2rem 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 2rem 0 rgba(0, 0, 0, .1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: opacity .25s cubic-bezier(.77, .2, .05, 1), -webkit-transform .3s cubic-bezier(.77, .2, .05, 1);
    transition: opacity .25s cubic-bezier(.77, .2, .05, 1), -webkit-transform .3s cubic-bezier(.77, .2, .05, 1);
    transition: transform .3s cubic-bezier(.77, .2, .05, 1), opacity .25s cubic-bezier(.77, .2, .05, 1);
    transition: transform .3s cubic-bezier(.77, .2, .05, 1), opacity .25s cubic-bezier(.77, .2, .05, 1), -webkit-transform .3s cubic-bezier(.77, .2, .05, 1);
}

#cart-drawer.popup-drawer.active .drawer-inner {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

#cart-drawer.popup-drawer .drawer-inner {
    max-width: 400px;
    background: var(--color-white);
    overflow: unset;
}

#cart-drawer.popup-drawer .drawer-inner {
    color: var(--color-black);
}

#cart-drawer.popup-drawer .drawer-header {
    position: relative;
    padding: 0 20px;
    left: 0;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--color-green);
    border-bottom: 1px solid #E5E5E5;
    height: 50px;
    z-index: 9;
}

#cart-drawer.popup-drawer .drawer-header h2.side-cart-header {
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--color-white);
    margin-bottom: 0;
}

#cart-drawer.popup-drawer .drawer-content {
    position: relative;
    height: calc(100% - 50px);
}

#cart-drawer.popup-drawer .drawer-content .mini-cart-container {
    position: relative;
    height: 100%;
}

#cart-drawer.popup-drawer .drawer-content .woocommerce-mini-cart__empty-message {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    color: var(--color-black);
}

#cart-drawer.popup-drawer .drawer-content .mini-cart-container .cart-drawer-content {
    position: relative;
    height: calc(100% - 115px);
    padding: 20px 15px;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: thin;
}

#cart-drawer.popup-drawer .drawer-content .mini-cart-container .cart-drawer-content .woocommerce-mini-cart {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: 0;
    list-style: none;
}

#cart-drawer.popup-drawer .drawer-content .mini-cart-container .cart-drawer-content .woocommerce-mini-cart .woocommerce-mini-cart-item {
    position: relative;
    padding-right: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #E5E5E5;
}

#cart-drawer.popup-drawer .drawer-content .mini-cart-container .cart-drawer-content .woocommerce-mini-cart .woocommerce-mini-cart-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

#cart-drawer.popup-drawer .drawer-content .mini-cart-container .cart-drawer-content .woocommerce-mini-cart .woocommerce-mini-cart-item .remove_from_cart_button {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background: var(--color-green);
    display: block;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='512' height='512' x='0' y='0' viewBox='0 0 426.667 426.667' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath d='M426.667 59.733 366.933 0l-153.6 153.6L59.733 0 0 59.733l153.6 153.6L0 366.933l59.733 59.734 153.6-153.6 153.6 153.6 59.734-59.734-153.6-153.6z' fill='%23FFFFFF' opacity='1' data-original='%23FFFFFF' class=''%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-size: 8px;
    background-position: center;
    background-repeat: no-repeat;
}

#cart-drawer.popup-drawer .drawer-content .mini-cart-container .cart-drawer-content .woocommerce-mini-cart .woocommerce-mini-cart-item .product-content {
    display: flex;
    gap: 10px;
}

#cart-drawer.popup-drawer .drawer-content .mini-cart-container .cart-drawer-content .woocommerce-mini-cart .woocommerce-mini-cart-item .product-content a {
    display: block;
    text-decoration: none;
}

#cart-drawer.popup-drawer .drawer-content .mini-cart-container .cart-drawer-content .woocommerce-mini-cart .woocommerce-mini-cart-item .product-content .product-img {
    min-width: 80px;
    width: 80px;
    height: 80px;
}

#cart-drawer.popup-drawer .drawer-content .mini-cart-container .cart-drawer-content .woocommerce-mini-cart .woocommerce-mini-cart-item .product-content .product-details {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

#cart-drawer.popup-drawer .drawer-content .mini-cart-container .cart-drawer-content .woocommerce-mini-cart .woocommerce-mini-cart-item .product-content .product-details .product-title {
    font-family: var(--font-montserrat);
    font-size: 15px;
    color: var(--color-black);
}

#cart-drawer.popup-drawer .drawer-content .mini-cart-container .cart-drawer-content .woocommerce-mini-cart .woocommerce-mini-cart-item .product-content .product-details .mini-cart-qty-wrapper {
    display: flex;
    width: max-content;
    border: 1px solid #E5E5E5;
    background: var(--color-white);
}

#cart-drawer.popup-drawer .drawer-content .mini-cart-container .cart-drawer-content .woocommerce-mini-cart .woocommerce-mini-cart-item .product-content .product-details .mini-cart-qty-wrapper .mini-cart-qty-btn {
    background: none;
    outline: none;
    border: none;
    width: 25px;
    height: 25px;
    cursor: pointer;
}

#cart-drawer.popup-drawer .drawer-content .mini-cart-container .cart-drawer-content .woocommerce-mini-cart .woocommerce-mini-cart-item .product-content .product-details .mini-cart-qty-wrapper .mini-cart-qty-btn.minus {
    border-right: 1px solid #E5E5E5;
}

#cart-drawer.popup-drawer .drawer-content .mini-cart-container .cart-drawer-content .woocommerce-mini-cart .woocommerce-mini-cart-item .product-content .product-details .mini-cart-qty-wrapper .mini-cart-qty-btn.plus {
    border-left: 1px solid #E5E5E5;
}

.mini-cart-qty-input::-webkit-outer-spin-button,
.mini-cart-qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.mini-cart-qty-input {
    -moz-appearance: textfield;
    width: 50px;
    height: 25px;
    border: none;
    text-align: center;
}

#cart-drawer.popup-drawer .drawer-content .mini-cart-container .cart-drawer-content .woocommerce-mini-cart .woocommerce-mini-cart-item .product-content .product-details .mini-cart-price {
    font-family: var(--font-montserrat);
    font-size: 14px;
    color: var(--color-black);
}

#cart-drawer.popup-drawer .drawer-content .cart-drawer-footer {
    border-top: 1px solid #E5E5E5;
    padding: 15px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

#cart-drawer.popup-drawer .drawer-content .cart-drawer-footer .woocommerce-mini-cart__total {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#cart-drawer.popup-drawer .drawer-content .cart-drawer-footer .woocommerce-mini-cart__buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

#cart-drawer.popup-drawer .drawer-content .cart-drawer-footer .woocommerce-mini-cart__buttons a.button,
#cart-drawer.popup-drawer .drawer-content .cart-drawer-footer .woocommerce-mini-cart__buttons a.button {
    background: var(--color-green);
    color: var(--color-white);
    padding: 12px 30px;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 50px;
    text-align: center;
    align-content: center;
    line-height: 1.2;
}

.blockUI.blockOverlay {
    background: transparent !important;
    opacity: 0 !important;
}

.woocommerce-mini-cart-item {
    position: relative;
}

.mini-item-loader {
    position: absolute;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.75);
    z-index: 5;
}

.mini-item-loader.active {
    display: flex;
}

.mini-item-spinner {
    width: 28px;
    height: 28px;
    border: 3px solid #ddd;
    border-top: 3px solid #000;
    border-radius: 50%;
    animation: miniSpin 0.7s linear infinite;
}

@keyframes miniSpin {
    to {
        transform: rotate(360deg);
    }
}

/* // =============== // HEADER END // =============== // */

/* // =============== // FOOTER START // =============== // */
.footer {
    position: relative;
    background: var(--color-green);
    /* padding-top: 65px; */
}

.footer .footer-wrapper {
    display: flex;
    padding: max(6.25vw, 60px) 0;
    /* border-top: 1px solid rgba(255, 255, 255, 0.10); */
}

.footer .footer-wrapper .footer-left {
    width: 42%;
    /* border-right: 1px solid rgba(255, 255, 255, 0.10); */
}

.footer .footer-wrapper .footer-heading {
    display: block;
    color: var(--color-white);
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.footer .footer-wrapper .footer-left .left-group {
    display: flex;
    gap: max(4.688vw, 40px);
}

.footer .footer-wrapper .footer-left .left-group .footer-logo {
    width: 110px;
    min-width: 110px;
}

.footer .footer-wrapper .footer-left .left-group .footer-logo a {
    display: block;
}

.footer .footer-wrapper .footer-left .left-group .footer-logo img {
    width: 60px;
    min-width: 60px;
}

.footer .footer-wrapper .footer-left .left-group .footer-contact {
    max-width: 300px;
    width: 100%;
    padding-right: 50px;
}

.footer .footer-wrapper .footer-left .left-group .footer-contact .brand-address {
    display: block;
    margin-bottom: 40px;
}

.footer .footer-wrapper .footer-left .left-group .footer-contact .brand-address p,
.footer .footer-wrapper .footer-left .left-group .footer-contact .brand-address p a {
    font-family: var(--font-montserrat);
    color: var(--color-white);
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0.5px;
}

.footer .footer-wrapper .footer-left .left-group .footer-contact .brand-address p a {
    text-decoration: underline;
}

.footer .footer-wrapper .footer-left .left-group .footer-contact .brand-contact {
    display: block;
    margin-bottom: 20px;
}

.footer .footer-wrapper .footer-left .left-group .footer-contact .brand-contact .brand-phone a {
    font-family: var(--font-montserrat);
    color: var(--color-white);
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0.5px;
}

.footer .footer-wrapper .footer-left .left-group .footer-contact .brand-contact .brand-web a {
    font-family: var(--font-montserrat);
    color: var(--color-white);
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0.5px;
}

.footer .footer-wrapper .footer-left .left-group .footer-contact .footer-social {
    display: flex;
    gap: 8px;
}

.footer .footer-wrapper .footer-left .left-group .footer-contact .footer-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50px;
    background: rgba(144, 130, 106, 0.19);
}

.footer .footer-wrapper .footer-right {
    width: 58%;
}

.footer .footer-wrapper .footer-right .footer-nav-group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding-left: 70px;
}

.footer .footer-wrapper .footer-right .footer-nav-group .footer-nav-item {
    padding-left: max(7.083vw, 40px);
}

.footer .footer-wrapper .footer-right .footer-nav-group .footer-nav-item .footer-nav ul {
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.footer .footer-wrapper .footer-right .footer-nav-group .footer-nav-item .footer-nav ul li a {
    font-family: var(--font-montserrat);
    color: var(--color-white);
    font-size: 14px;
    font-weight: 400;
    line-height: 25.2px;
    letter-spacing: 0.5px;
    text-decoration: none;
}

.footer .footer-bottom {
    position: relative;
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.footer .footer-bottom .copyright-container {
    display: flex;
    align-items: center;
    height: 100%;
}

.footer .footer-bottom .copyright {
    display: block;
    font-family: var(--font-montserrat);
    color: var(--color-white);
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0.5px;
}

.footer .footer-bottom .img-container {
    display: flex;
    justify-content: flex-end;
}

/* // =============== // FOOTER END // =============== // */


/* // ======================================================================================================================= // */
/* // ============================================== // BREADCRUMB CSS START // ============================================= // */
/* // ======================================================================================================================= // */
.site-breadcrumb {
    position: relative;
    padding: 43px 0;
    /* border-top: 55px solid var(--color-green); */
    background: #F7F7F7;
    /* margin-top: -20px; */
}

.site-breadcrumb.single-product {
    padding: 64px 0;
}

.site-breadcrumb .site-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    text-align: center;
}

.site-breadcrumb .site-container .breadcrumb-list,
.site-breadcrumb .site-container .breadcrumb-list a {
    color: var(--color-black);
    font-family: var(--font-montserrat);
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0.5px;
}


/* // ======================================================================================================================= // */
/* // ============================================== // BREADCRUMB CSS END // ============================================= // */
/* // ======================================================================================================================= // */

/* // =============== // GLOBAL CSS START // =============== // */

/* HERO SECTION CSS START */

.home-banner {
    position: relative;
    width: 100%;
    height: 100%;
    /* height: 100vh; */
    display: block;
    overflow: hidden;
}

.home-banner {
    width: 100%;
}

.home-banner .heroSlider-wrapper {
    position: relative;
}

.home-banner .heroSlider .swiper-slide {
    width: 100%;
    height: 100vh;
}

.home-banner .heroSlider .hero-banner-slider-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.home-banner .heroSlider .hero-banner-slider-container video {
    width: 100vw;
    height: 100%;
    object-fit: cover;
}

.home-banner .heroSlider .hero-banner-slider-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-banner .banner-wrapper {
    position: relative;
    width: 100%;
    z-index: 9;
    height: 100%;
    display: flex;
    align-items: center;
}

.home-banner .slider-content {
    height: 100%;
}

.home-banner .slider-content .slider-wrap {
    /* margin: 116px 0 135px; */
}

.home-banner .slider-content .slider-wrap .slider-content-inner {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.home-banner .slider-content .slider-wrap .slider-content-inner .element-hidden {
    display: flex;
    justify-content: center;
}

.home-banner .slider-content .slider-subtitle {
    color: var(--color-white);
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.5px;
    text-transform: capitalize;
}

.home-banner .slider-content .slider-title {
    display: block;
    color: var(--color-white);
    font-family: var(--font-montserrat);
    font-size: 40px;
    font-weight: 500;
    line-height: 50px;
    letter-spacing: 0.5px;
    text-transform: capitalize;
}

.home-banner .heroSlider-navigation {
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    pointer-events: none;
}

.home-banner .heroSlider-wrapper .heroSlider-nav-wrap .heroSlider-pagination {
    position: relative;
    bottom: 40px;
    left: auto;
    width: 100%;
    z-index: 9;
    display: flex;
    justify-content: center;
    gap: 6px;
}

.home-banner .heroSlider-wrapper .heroSlider-nav-wrap .heroSlider-pagination .swiper-pagination-bullet {
    position: relative;
    background-color: rgba(0, 0, 0, 0);
    box-shadow: inset 0 0 0 2px #90826a;
    width: 16px;
    height: 16px;
    border-radius: 50px;
    opacity: 1;
    margin: 0;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
    overflow: hidden;
}

.home-banner .heroSlider-wrapper .heroSlider-nav-wrap .heroSlider-pagination .swiper-pagination-bullet::after {
    content: ' ';
    position: absolute;
    bottom: 0;
    height: 0;
    left: 0;
    width: 100%;
    background-color: #90826a;
    box-shadow: 0 0 1px #90826a;
    -webkit-transition: height 0.3s ease;
    transition: height 0.3s ease;
}

.home-banner .heroSlider-wrapper .heroSlider-nav-wrap .heroSlider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #90826a;
}

.home-banner .heroSlider-wrapper .heroSlider-nav-wrap .heroSlider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    height: 100%;
}


.home-banner .heroSlider-wrapper .heroSlider-button-next,
.home-banner .heroSlider-wrapper .heroSlider-button-prev {
    position: relative;
    min-width: 40px;
    width: 40px;
    height: 40px;
    display: flex;
    opacity: 0;
    align-items: center;
    justify-content: center;
    margin: 0;
    cursor: pointer;
    pointer-events: all;
    transition: 0.5s ease-out;
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -ms-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
}

.home-banner:hover .heroSlider-wrapper .heroSlider-button-next,
.home-banner:hover .heroSlider-wrapper .heroSlider-button-prev {
    opacity: 1;
}

.home-banner .heroSlider-wrapper .heroSlider-button-prev {
    left: 50px;
}

.home-banner .heroSlider-wrapper .heroSlider-button-next {
    right: 50px;
}

/* HERO SECTION CSS END */

/* ABOUT SECTION CSS START */
.about-us {
    position: relative;
    padding: max(5.833vw, 60px) 0;
    background: var(--color-white);
}

.about-us .row {
    position: relative;
}

.about-us .line-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.about-us .line-container .line {
    height: 100%;
    width: 1px;
    background: rgba(0, 0, 0, 0.30);
}

.about-us .brand-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    max-width: 410px;
    margin: 0 auto;
}

.about-us .site-container .site-wrapper {
    display: flex;
    flex-direction: column;
    gap: 35px;
    max-width: 490px;
    margin: 0 auto;
}

.about-us .img-container {
    display: flex;
    justify-content: center;
    padding: 20px 0;
}

.about-us .img-container img {
    width: 80px;
    min-width: 80px;
}

/* ABOUT SECTION CSS END */

/* OUR SPECIALTIES SECTION CSS START */
.our-specialties {
    position: relative;
    background: var(--color-white);
    padding: max(6.25vw, 60px) 0;
    border-top: 1px solid rgba(0, 0, 0, 0.30);
}

.our-specialties .container {
    display: flex;
    flex-direction: column;
    gap: 70px;
}

.our-specialties .site-wrapper {
    max-width: 490px;
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.our-specialties .btn-global {
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.our-specialties .product-wrapper {
    position: relative;
}

.our-specialties .product-wrapper .productSlider .swiper-slide {
    width: 320px;
    height: auto;
}

.product-wrapper .product-navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    width: 100%;
    z-index: 99;
    pointer-events: none;
}

.product-wrapper .product-navigation .product-button-prev,
.product-wrapper .product-navigation .product-button-next {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    width: 38px;
    opacity: 1;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    z-index: 99;
    cursor: pointer;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, .11);
    border-radius: 100%;
    background-color: var(--color-white);
    pointer-events: all;
}

.product-wrapper .product-navigation .product-button-prev svg,
.product-wrapper .product-navigation .product-button-next svg {
    width: 8px;
}

.product-wrapper .product-navigation .product-button-prev {
    left: -15px;
}

.product-wrapper .product-navigation .product-button-next {
    right: -15px;
}

/* OUR SPECIALTIES SECTION CSS END */

/* HERO BANNER SECTION CSS START */
.hero-banner {
    position: relative;
    overflow: hidden;
    height: 100vh;
    display: flex;
}

.hero-banner .img-container {
    display: flex;
    width: 100%;
}

.hero-banner .img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* .hero-banner .img-container {
    position: absolute;
    inset: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hero-banner .img-container img {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
} */

.hero-banner .site-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 660px;
    z-index: 99;
}

.hero-banner .site-container .site-wrapper {
    width: 580px;
    max-width: 580px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.hero-banner .site-container .site-wrapper .hero-subtitle {
    color: var(--color-white);
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.5px;
    text-transform: capitalize;
}

.hero-banner .site-container .site-wrapper .hero-title {
    color: var(--color-white);
    font-family: var(--font-montserrat);
    font-size: 66px;
    font-weight: 500;
    line-height: 70px;
    letter-spacing: 0.5px;
    text-transform: capitalize;
}

/* HERO BANNER SECTION CSS END */

/* DISCOVER THE CATEGORIES SECTION CSS START */

.discover-categories {
    position: relative;
    background: var(--color-white);
    padding: max(8.594vw, 60px) 0;
}

.discover-categories .container {
    display: flex;
    flex-direction: column;
    gap: 70px;
}

.discover-categories .site-wrapper {
    max-width: 490px;
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.discover-categories .btn-global {
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.discover-categories .categories-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
}

/* DISCOVER THE CATEGORIES SECTION CSS END */

/* KEY FEATURES SECTION CSS START */
.key-features {
    position: relative;
    overflow: hidden;
    padding: max(5.208vw, 60px) 0;
    background: #F7F7F7;
}

.key-features .site-container .features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
}

.key-features .site-container .features-grid .features-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 0 max(2.083vw, 30px);
}

.key-features .site-container .features-grid .features-item:not(:last-child) {
    border-right: 1px solid #E5E5E5;
}

.key-features .site-container .features-grid .features-item .features-details .features-title {
    color: var(--color-green);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.5px;
    text-transform: capitalize;
}

.key-features .site-container .features-grid .features-item .features-details .features-subtitle {
    font-family: var(--font-montserrat);
    color: #757575;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.5px;
}

/* KEY FEATURES SECTION CSS END */

/* CONTENT WITH IMAGE SECTION CSS START */
.content-with-image {
    position: relative;
    background: var(--color-white);
}

.content-with-image.image-right {
    padding: 60px 0;
}

.content-with-image.image-left {
    padding: max(5.208vw, 60px) 0;
}

.content-with-image.image-left .row {
    flex-direction: row-reverse;
}

.content-with-image .img-group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.content-with-image .site-container {
    display: flex;
    align-items: center;
    height: 100%;
}

.content-with-image .site-container .site-wrapper {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.content-with-image .img-group .img-container {
    height: 400px;
}

.content-with-image .img-container {
    display: flex;
    overflow: hidden;
    border-radius: 25px;
}

.content-with-image .img-container img {
    width: 100%;
}

.content-with-image .img-group .img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* CONTENT WITH IMAGE SECTION CSS END */

/* NUMBER DATA SECTION CSS START */
.numbers-data {
    position: relative;
    background: #F7F7F7;
    overflow: hidden;
    padding: max(5.208vw, 60px) 0;
}

.numbers-data .numbers-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.numbers-data .numbers-item .count-num {
    color: var(--color-black);
    font-family: var(--font-montserrat);
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 0.5px;
}

.numbers-data .numbers-item .number-label {
    color: var(--color-black);
    font-family: var(--font-montserrat);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.5px;
}

/* NUMBER DATA SECTION CSS END */

/* CONTACT US SECTION CSS START */

.contact-us {
    position: relative;
    padding: max(5.208vw, 60px) 0;
    background: var(--color-white);
}

.contact-us.request-catalog {
    background: #F7F7F7;
}

.contact-us.request-catalog .information-request-wrapper {
    max-width: 670px;
    margin: 0 auto;
}

.contact-us .site-container {
    max-width: 500px;
}

.contact-us .title-wrapper {
    margin-bottom: 48px;
}

.contact-us .contact-details {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 48px;
}

.contact-us .contact-details .details-item {
    display: flex;
    align-items: center;
    gap: 16px;
}

.contact-us .contact-details .details-item .icon-wrap {
    display: flex;
}

.contact-us .contact-details .details-item .details-wrap a {
    color: #575757;
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 24px;
    row-gap: 24px;
    margin-bottom: 14px;
}

.form-wrapper input[type="text"],
.form-wrapper input[type="email"],
.form-wrapper input[type="tel"],
.form-wrapper textarea {
    font-family: var(--font-montserrat);
    border: 1px solid #e6e6e6;
    background: var(--color-white);
    font-size: 16px;
    font-weight: 300;
    padding: 12px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    width: 100%;
    height: 51.6px;
    box-shadow: none;
    outline: none;
}

.form-wrapper input[type="text"]:focus,
.form-wrapper input[type="email"]:focus,
.form-wrapper input[type="tel"]:focus,
.form-wrapper textarea:focus {
    color: var(--color-black);
    border-color: #d3d3d3;
    outline: 0;
}

.form-wrapper textarea {
    height: auto;
}

.form-wrapper .form-item {
    position: relative;
}

.form-wrapper .form-item label {
    font-family: var(--font-montserrat);
    display: block;
    color: var(--color-black);
    font-weight: 400;
    margin-bottom: 8px;
}

.wpcf7-form-control-wrap {
    position: relative;
}

.wpcf7-list-item {
    margin: 0;
}

.form-wrapper .form-grid .form-item .btn-global .submit-button {
    display: flex;
    padding: 15px 40px;
    justify-content: center;
    align-items: center;
    color: var(--color-white);
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    background: var(--color-green);
    border-radius: 10px;
    outline: none;
    border: none;
    cursor: pointer;
}

/* CONTACT US SECTION CSS END */

/* BLOG CSS START */
.apoteca-posts {
    position: relative;
    padding: 60px 0;
    background: var(--color-white);
}

.apoteca-posts .posts-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.apoteca-posts .site-sidebar {
    border-radius: 25px;
    border: 1px solid #E5E5E5;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: sticky;
    top: 140px;
}

.apoteca-posts .site-sidebar .title-wrapper {
    padding: 20px;
    border-bottom: 1px solid #E5E5E5;
}

.apoteca-posts .site-sidebar .title-wrapper .sidebar-title {
    font-size: 16px;
    color: var(--color-black);
    font-weight: 500;
    letter-spacing: 0.5px;
}

.apoteca-posts .site-sidebar .link-list {
    padding: 20px;
}

.apoteca-posts .site-sidebar .link-list ul {
    margin: 0;
    list-style: none;
}

.apoteca-posts .site-sidebar .link-list ul li a {
    display: block;
    font-family: var(--font-montserrat);
    text-decoration: none;
    color: var(--color-black);
    padding: 8px 0;
}

.apoteca-posts .site-sidebar .link-list ul li:first-child a {
    padding-top: 0;
}

.apoteca-posts .site-sidebar .link-list ul li:last-child a {
    padding-bottom: 0;
}

.apoteca-posts .site-sidebar .link-list ul li:not(:last-child) a {
    border-bottom: 1px solid #E5E5E5;
}

/* BLOG CSS END */

/* BLOG SINGLE CSS START */
.posts-single {
    position: relative;
    padding: 60px 0;
    background: var(--color-white);
}

.posts-single .site-sidebar {
    border-radius: 25px;
    border: 1px solid #E5E5E5;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: sticky;
    top: 140px;
}

.posts-single .site-sidebar .title-wrapper {
    padding: 20px;
    border-bottom: 1px solid #E5E5E5;
}

.posts-single .site-sidebar .title-wrapper .sidebar-title {
    font-size: 16px;
    color: var(--color-black);
    font-weight: 500;
    letter-spacing: 0.5px;
}

.posts-single .site-sidebar .link-list {
    padding: 20px;
}

.posts-single .site-sidebar .link-list ul {
    margin: 0;
    list-style: none;
}

.posts-single .site-sidebar .link-list ul li a {
    display: block;
    font-family: var(--font-montserrat);
    text-decoration: none;
    color: var(--color-black);
    padding: 8px 0;
}

.posts-single .site-sidebar .link-list ul li:first-child a {
    padding-top: 0;
}

.posts-single .site-sidebar .link-list ul li:last-child a {
    padding-bottom: 0;
}

.posts-single .site-sidebar .link-list ul li:not(:last-child) a {
    border-bottom: 1px solid #E5E5E5;
}

.posts-single .img-container.featured-img {
    display: flex;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 25px;
}

.posts-single .img-container.featured-img img {
    width: 100%;
}

.btn-go-back {
    margin-bottom: 10px;
}

.btn-go-back button {
    color: var(--color-green);
    background: none;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

/* BLOG SINGLE END */

/* ARCHIEVE PRODUCT SECTION CSS START */
.archive-product {
    position: relative;
    padding: 60px 0;
    background: var(--color-white);
}

.archive-product .site-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.archive-product .site-container .product-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.archive-product .site-container .product-wrapper .before-shop-content {
    position: relative;
    display: flex;
    flex-direction: column;
}

.archive-product .site-container .product-wrapper .before-shop-content .shop-top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.archive-product .site-container .product-wrapper .before-shop-content .shop-top-bar .result-count .woocommerce-result-count {
    font-family: var(--font-montserrat);
    display: block;
    color: var(--color-black);
    font-size: 16px;
}

.archive-product .site-container .product-wrapper .before-shop-content .shop-top-bar .catalog-ordering .woocommerce-ordering select {
    border: 1px solid #E5E5E5;
    font-family: var(--font-montserrat);
    display: block;
    color: var(--color-black);
    font-size: 16px;
    background: transparent;
    border-radius: 25px;
    padding: 8px 20px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='512' height='512' x='0' y='0' viewBox='0 0 407.437 407.437' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath d='m386.258 91.567-182.54 181.945L21.179 91.567 0 112.815 203.718 315.87l203.719-203.055z' fill='%23000000' opacity='1' data-original='%23000000' class=''%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: 94% center;
}

.archive-product .site-container .product-wrapper .product-grid .products {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin: 0;
    list-style: none;
}

.archive-product .site-sidebar {
    border-radius: 25px;
    border: 1px solid #E5E5E5;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: sticky;
    top: 140px;
}

.archive-product .site-sidebar .title-wrapper {
    padding: 20px;
    border-bottom: 1px solid #E5E5E5;
}

.archive-product .site-sidebar .title-wrapper .sidebar-title {
    font-size: 16px;
    color: var(--color-black);
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-bottom: 0;
}

.archive-product .site-sidebar .link-list {
    padding: 20px;
    margin: 0;
    list-style: none;
}

.archive-product .site-sidebar .link-list li {
    position: relative;
}

.archive-product .site-sidebar .link-list li a {
    position: relative;
    display: block;
    font-family: var(--font-montserrat);
    text-decoration: none;
    color: var(--color-black);
    text-transform: uppercase;
    padding: 8px 0;
}

.archive-product .site-sidebar .link-list li:not(:last-child) a {
    border-bottom: 1px solid #E5E5E5;
}

.link-list:not(.sub-menu) li.menu-item-has-children .item-child {
    position: absolute;
    top: 3px;
    right: 0;
    min-width: 35px;
    width: 35px;
    height: 35px;
    z-index: 9;
    cursor: pointer;
    border-radius: 100px;
    background-color: #f7f7f7;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='13' viewBox='0 0 9 13' fill='none'%3E%3Cpath d='M0.814453 11.9276L7.85767 6.4731L0.814453 1.0186' stroke='black' stroke-width='1.16009' stroke-linecap='round'/%3E%3C/svg%3E");
    background-size: 8px;
    background-position: center;
    background-repeat: no-repeat;
    transition: 0.5s ease-out;
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -ms-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.3s ease all;
}

.link-list:not(.sub-menu) li.menu-item-has-children.active .item-child {
    transform: rotate(90deg);
}

.link-list ul li a {
    position: relative;
    transition: 0.5s ease-out;
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -ms-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.3s ease all;
}

.link-list ul li a {
    padding: 8px 30px;
}

.link-list ul li a::before {
    content: '>';
    position: relative;
    left: 0;
}

.link-list ul li a:hover {
    background: var(--color-light);
}

.link-list ul {
    display: none;
    list-style: none;
}


/* .woocommerce-info {
    display: block;
    background: var(--color-gold);
    color: var(--color-white);
    padding: 12px 20px;
    border-radius: 25px;
} */

.archive-product .woocommerce-notices-wrapper .woocommerce-error {
    margin: 0;
    list-style: none;
}

.archive-product .woocommerce-notices-wrapper .woocommerce-error:focus-visible {
    outline: none;
}

.archive-product .woocommerce-notices-wrapper .woocommerce-error li {
    position: relative;
    font-family: var(--font-montserrat);
    margin: 0;
    list-style: none;
    width: 100%;
    background: #f7f7f7;
    border-radius: 0px 25px 25px 0px;
    margin-bottom: 20px;
    border-left: 5px solid var(--color-gold);
    outline: none;
    padding: 25.5px 20px;
    font-size: 14px;
    color: var(--color-black);
}

.archive-product .woocommerce-notices-wrapper .woocommerce-error li a {
    position: relative;
    font-family: var(--font-montserrat);
    color: var(--color-gold);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.5px;
    text-decoration: underline;
}

/* ARCHIEVE PRODUCT SECTION CSS END */

/* SINGLE PRODUCT SECTION CSS START */

.single-product-details {
    position: relative;
    overflow: hidden;
    background: var(--color-white);
    padding: 60px 0;
}

.archive-product .woocommerce-notices-wrapper .woocommerce-message,
.single-product-details .woocommerce-notices-wrapper .woocommerce-message {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background: #f7f7f7;
    border-radius: 0px 25px 25px 0px;
    border-left: 5px solid var(--color-green);
    outline: none;
    padding: 14px 20px;
    font-size: 14px;
    color: var(--color-black);
}

.archive-product .woocommerce-notices-wrapper .woocommerce-message {
    margin-bottom: 20px;
}

.archive-product .woocommerce-notices-wrapper .woocommerce-message a.button,
.single-product-details .woocommerce-notices-wrapper .woocommerce-message a.button {
    position: relative;
    font-family: var(--font-montserrat);
    padding: 15px 40px;
    color: var(--color-white);
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    width: auto;
    background: var(--color-green);
    border-radius: 50px;
    transition: color .2s ease, background .2s ease, border .2s ease;
}

.single-product-details .product-details-container {
    display: flex;
}

.single-product-details .product-details-container .product-gallery-wrapper {
    width: 43.75%;
    margin-bottom: 80px;
}

.single-product-details .gallerySlider {
    position: relative;
    border-radius: 25px;
}

.single-product-details .gallerySlider .triggerGlightbox {
    position: absolute;
    top: 10px;
    right: 10px;
    background: var(--color-white);
    width: 37px;
    height: 37px;
    border-radius: 50px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
    cursor: pointer;
}

.single-product-details .gallerySlider .swiper-slide a {
    width: 0;
    height: 0;
    display: none;
}

.single-product-details .gallerySliderThumb {
    box-sizing: border-box;
    padding: 10px 0;
}

.single-product-details .gallerySliderThumb .swiper-slide {
    width: 25%;
    height: 100%;
    border-radius: 25px;
    overflow: hidden;
    aspect-ratio: 1/1;
}

.single-product-details .gallerySliderThumb .swiper-slide-thumb-active {
    opacity: 1;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallerySliderThumb .thumb-navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    width: 100%;
    z-index: 99;
    pointer-events: none;
}

.gallerySliderThumb .thumb-navigation .thumb-button-prev,
.gallerySliderThumb .thumb-navigation .thumb-button-next {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    width: 38px;
    opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    z-index: 99;
    cursor: pointer;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, .11);
    border-radius: 100%;
    background-color: var(--color-white);
    pointer-events: all;
}

.gallerySliderThumb .thumb-navigation .thumb-button-prev svg,
.gallerySliderThumb .thumb-navigation .thumb-button-next svg {
    width: 8px;
}

.gallerySliderThumb:hover .thumb-navigation .thumb-button-prev,
.gallerySliderThumb:hover .thumb-navigation .thumb-button-next {
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
}

.single-product-details .product-details-container .product-summary {
    padding-left: 30px;
    border-left: 1px solid #E5E5E5;
    margin-left: 32px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.single-product-details .product-details-container .product-summary .product-meta-top a {
    color: var(--color-lightgreen);
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

.single-product-details .product-details-container .product-summary .product_title {
    color: var(--color-black);
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.woocommerce-variation-price .price ins,
.single-product-details .product-details-container .product-summary .product-price .price {
    font-family: var(--font-montserrat);
    color: var(--color-black);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.5px;
    text-decoration: none;
}

.single-product-details .product-details-container .product-summary .product-add-to-cart {
    padding: 15px 0;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
}

.single-product-details .product-details-container .product-summary .product-short-description p {
    font-family: var(--font-inter);
    color: var(--color-black);
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
    letter-spacing: 0.5px;
}

.single-product-details .product-details-container .product-summary .product-add-to-cart .add-to-cart-wrapper form,
.single-product-details .product-details-container .product-summary .product-add-to-cart .add-to-cart-wrapper form.variations_form .single_variation_wrap {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* .single-product-details .product-details-container .product-summary .product-add-to-cart .add-to-cart-wrapper form.cart:not(form.variations_form.cart) {
    display: flex;
    align-items: center;
    flex-direction: inherit;
    gap: 15px;
} */

.single-product-details .product-details-container .product-summary .product-add-to-cart .add-to-cart-wrapper form.cart .qty-btn-wrap {
    display: flex;
    align-items: center;
    gap: 15px;
}

.single-product-details .product-details-container .product-summary .product-add-to-cart .add-to-cart-wrapper form.variations_form .variations tr {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.single-product-details .product-details-container .product-summary .product-add-to-cart .add-to-cart-wrapper form.variations_form .variations .label label {
    display: block;
    color: var(--color-black);
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.5px;
}

.single-product-details .product-details-container .product-summary .product-add-to-cart .add-to-cart-wrapper form.variations_form .variations .value {
    display: flex;
    align-items: center;
    gap: 10px;
}

.single-product-details .product-details-container .product-summary .product-add-to-cart .add-to-cart-wrapper form.variations_form .variations select {
    position: relative;
    border-radius: 10px;
    border: 1px solid #E5E5E5;
    background-color: var(--color-white);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNiYmIiPjxwYXRoIGQ9Ik02IDlsNiA2IDYtNiIvPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: 98% 50%;
    height: 46px;
    color: var(--color-black);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
    padding: 0 15px;
    padding-right: 40px;
    min-width: 240px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.single-product-details .product-details-container .product-summary .product-add-to-cart .add-to-cart-wrapper form.variations_form .variations .reset_variations {
    color: var(--color-black);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.single-product-details .product-details-container .product-summary .product-add-to-cart .add-to-cart-wrapper form.variations_form .woocommerce-variation-add-to-cart {
    display: flex;
    align-items: baseline;
    flex-direction: column;
    gap: 15px;
}

.single-product-details .product-details-container .product-summary .product-add-to-cart .add-to-cart-wrapper form .quantity input::-webkit-outer-spin-button,
.single-product-details .product-details-container .product-summary .product-add-to-cart .add-to-cart-wrapper form .quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.single-product-details .product-details-container .product-summary .product-add-to-cart .add-to-cart-wrapper form .quantity {
    display: flex;
    align-items: center;
    border-radius: 10px;
    background: #F7F7F7;
    overflow: hidden;
}

.single-product-details .product-details-container .product-summary .product-add-to-cart .add-to-cart-wrapper form .quantity button {
    color: var(--color-black);
    background: none;
    outline: none;
    border: none;
    width: 25px;
    height: 46px;
    cursor: pointer;
}

.single-product-details .product-details-container .product-summary .product-add-to-cart .add-to-cart-wrapper form .quantity input {
    -moz-appearance: textfield;
    width: 46px;
    height: 25px;
    border: none;
    text-align: center;
    background: transparent;
}

.single-product-details .product-details-container .product-summary .product-add-to-cart .add-to-cart-wrapper form .single_add_to_cart_button {
    position: relative;
    font-family: var(--font-montserrat);
    display: flex;
    padding: 14px 40px;
    justify-content: center;
    align-items: center;
    color: var(--color-white);
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.5px;
    outline: none;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    background: var(--color-green);
    border-radius: 10px;
    transition: all .2s ease;
}

.single-product-details .product-details-container .product-summary .product-add-to-cart .add-to-cart-wrapper form .custom-message-box textarea {
    font-family: var(--font-montserrat);
    border: 1px solid #e6e6e6;
    background: var(--color-white);
    font-size: 16px;
    font-weight: 300;
    padding: 12px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    width: 100%;
    box-shadow: none;
    outline: none;
    border-radius: 10px ;
}

.single-product-details .product-details-container .product-summary .product-extra-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.single-product-details .product-details-container .product-summary .product-extra-info .shipping-info {
    color: var(--color-black);
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0.5px;
}

.single-product-details .product-details-container .product-summary .product-extra-info .product-features ul {
    margin: 0;
    list-style: none;
}

.single-product-details .product-details-container .product-summary .product-extra-info .product-features ul li {
    position: relative;
    padding-left: 20px;
    color: var(--color-black);
    font-family: var(--font-montserrat);
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.5px;
}

.single-product-details .product-details-container .product-summary .product-extra-info .product-features ul li::before {
    content: '';
    width: 14px;
    height: 14px;
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M12.0216 2.67838L7.20913 0.053375C7.1435 0.0175 7.07175 0 7 0C6.92825 0 6.85563 0.0175 6.79087 0.053375L1.97837 2.67838C1.8375 2.75538 1.75 2.90237 1.75 3.0625V6.5625C1.75 8.4875 2.24612 10.0433 3.26812 11.3199C4.06612 12.3174 5.15725 13.1294 6.80487 13.9536C6.86613 13.9843 6.9335 14 7.00088 14C7.06825 14 7.13475 13.9843 7.19688 13.9536C8.8445 13.1294 9.93563 12.3174 10.7336 11.3199C11.7548 10.0433 12.2517 8.48662 12.2517 6.5625V3.0625C12.2517 2.90237 12.1643 2.75538 12.0234 2.67838H12.0216ZM5.6875 9.884L3.241 7.4375L3.9375 6.74187L5.6875 8.49187L10.0625 4.11687L10.759 4.8125L5.68837 9.88313L5.6875 9.884Z' fill='%23111111'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 6px;
}

.single-product-details .product-details-container .product-summary .product-payments {
    border-radius: 25px;
    background: #F7F7F7;
    overflow: hidden;
    padding: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 6px;
}

.single-product-details .product-details-container .product-summary .product-payments .icon-pay {
    display: flex;
    align-items: center;
    gap: 6px;
}

.single-product-details .product-details-container .product-summary .product-payments .label-pay {
    color: var(--color-black);
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0.5px;
}

/* SINGLE PRODUCT SECTION CSS END */

/* SINGLE PRODUCT DESCRIPTION SECTION CSS START */
.product-description {
    position: relative;
    padding-bottom: 60px;
    overflow: hidden;
}

.product-description .description-wrapper {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.product-description .description-wrapper .title-wrapper {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #E5E5E5;
}

.product-description .description-wrapper .title-wrapper .tab-title {
    color: var(--color-black);
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 3px solid var(--color-green);
}

.product-description .description-wrapper .product-content ul+p,
.product-description .description-wrapper .product-content p+ul {
    margin-top: 20px;
}

.product-description .description-wrapper .product-content ul {
    margin-left: 25px;
}

.product-description .description-wrapper .product-content p,
.product-description .description-wrapper .product-content ul li,
.product-description .description-wrapper .product-content ul li a {
    font-family: var(--font-inter);
    color: var(--color-lightgreen);
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: 0.5px;
}

/* SINGLE PRODUCT DESCRIPTION SECTION CSS END */

/* WOOCOMMERCE CART, CHECKOUT, ACCOUNT CSS START */
.page-content,
.page-cart {
    position: relative;
    padding: 60px 0;
}

.woocommerce-account .page-account {
    color: #1f2937;
}

.woocommerce-account .page-account p,
.woocommerce-account .page-account label {
    font-family: var(--font-montserrat);
}

.woocommerce-account .page-account .woocommerce-LostPassword a {
    color: var(--color-gold);
    text-decoration: underline;
}

.woocommerce-account .page-account .woocommerce-MyAccount-content a {
    color: var(--color-black);
    text-decoration: underline;
}

/* -------------------------
   Layout
------------------------- */

.woocommerce-account .page-account .woocommerce {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 26px;
}

.woocommerce-account .page-account.account-guest .woocommerce {
    max-width: 800px;
    margin: 0 auto;
    display: block;
    /* background: #ffffff; */
    /* border: 1px solid #E5E5E5; */
    /* border-radius: 12px; */
    /* padding: 20px; */
}

.woocommerce-account .page-account.account-guest .woocommerce .woocommerce-privacy-policy-text {
    margin-bottom: 10px;
}

/* -------------------------
   Navigation Sidebar
------------------------- */

.page-account .woocommerce-MyAccount-navigation {
    height: 100%;
}

.page-account .woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-radius: 20px;
    padding: 16px;
    border: 1px solid #E5E5E5;
}

.page-account .woocommerce-MyAccount-navigation li {
    margin-bottom: 8px;
}

/* Menu links */
.page-account .woocommerce-MyAccount-navigation a {
    font-family: var(--font-montserrat);
    display: flex;
    align-items: center;
    padding: 12px;
    border-radius: 10px;
    color: var(--color-black);
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease;
}

/* Hover */
.page-account .woocommerce-MyAccount-navigation a:hover {
    background: rgba(93, 112, 105, 0.08);
    color: var(--color-green);
}

/* Active */
.page-account .woocommerce-MyAccount-navigation .is-active a {
    background: var(--color-green);
    color: #fff;
}

/* -------------------------
   Content Area
------------------------- */

.page-account .woocommerce-MyAccount-content {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border-radius: 20px;
    padding: 20px;
    border: 1px solid #E5E5E5;
}

.page-account .woocommerce-MyAccount-content .woocommerce-address-fields {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.page-account .woocommerce-MyAccount-content .woocommerce-address-fields .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
    position: absolute;
    top: 11px;
    right: 10px;
    width: 40px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNiYmIiPjxwYXRoIGQ9Ik02IDlsNiA2IDYtNiIvPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: center;
}

.page-account .woocommerce-MyAccount-content .woocommerce-address-fields .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.page-account .woocommerce-MyAccount-content .woocommerce-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.page-account .woocommerce-MyAccount-content .woocommerce-info a {
    width: max-content;
}

/* Headings */
.woocommerce-account .page-account h2,
.woocommerce-account .page-account h3 {
    margin-bottom: 18px;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: var(--color-black);
    font-size: 20px;
}

/* Solid accent underline */
.woocommerce-account .page-account h2::after {
    content: "";
    display: block;
    width: 48px;
    height: 4px;
    margin-top: 8px;
    border-radius: 4px;
    background: var(--color-green);
}

/* -------------------------
   Tables
------------------------- */

.woocommerce-account .page-account table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    border-radius: 14px;
    overflow: hidden;
}

.woocommerce-account .page-account thead th {
    padding: 14px;
    background: rgba(0, 0, 0, 0.04);
    font-size: 12px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.woocommerce-account .page-account tbody td {
    padding: 14px;
}

.woocommerce-account .page-account tbody tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.woocommerce-account .page-account tbody tr:hover {
    background: rgba(93, 112, 105, 0.06);
}

/* -------------------------
   Forms
------------------------- */

.woocommerce-account .page-account .edit-account fieldset {
    background: #f7f7f7;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 15px;
}

.woocommerce-account .page-account label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 6px;
    display: block;
}

.woocommerce-account .page-account .select2-container--default .select2-selection--single {
    border: none;
    border-radius: 0;
    margin: 0;
    height: auto;
}

.woocommerce-account .page-account .select2-container--default .select2-selection--single .select2-selection__rendered,
.woocommerce-account .page-account input[type="text"],
.woocommerce-account .page-account input[type="email"],
.woocommerce-account .page-account input[type="password"],
.woocommerce-account .page-account input[type="tel"],
.woocommerce-account .page-account select,
.woocommerce-account .page-account textarea {
    width: 100%;
    padding: 13px 16px;
    border-radius: 14px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    background: rgba(255, 255, 255, 0.95);
    font-size: 14px;
    transition: border 0.2s ease, box-shadow 0.2s ease;
}

.woocommerce-account .page-account input:focus,
.woocommerce-account .page-account select:focus,
.woocommerce-account .page-account textarea:focus {
    border-color: var(--color-green);
    box-shadow: 0 0 0 4px rgba(93, 112, 105, 0.2);
    outline: none;
}

/* -------------------------
   Buttons
------------------------- */

.woocommerce-account .page-account .button:not(.show-password-input),
.woocommerce-account .page-account button:not(.show-password-input),
.woocommerce-account .page-account input[type="submit"] {
    position: relative;
    font-family: var(--font-montserrat);
    display: flex;
    padding: 15px 40px;
    justify-content: center;
    align-items: center;
    color: var(--color-white);
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-decoration: none;
    background: var(--color-green);
    border-radius: 10px;
    cursor: pointer;
    border: none;
    transition: all .2s ease;
}

.woocommerce-account .page-account input:focus {
    box-shadow: none;
    outline: none;
}

.woocommerce-account .page-account .password-input {
    position: relative;
    display: block;
}

.show-password-input {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 2.5em;
    color: var(--rio-dark-color, #222);
    background-color: transparent;
    border-width: 0;
    transition: opacity 0.25s;
    opacity: 0.8;
}

.show-password-input::before {
    content: "";
    width: 16px;
    height: 16px;
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='512' height='512' x='0' y='0' viewBox='0 0 511.999 511.999' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath d='M508.745 246.041c-4.574-6.257-113.557-153.206-252.748-153.206S7.818 239.784 3.249 246.035a16.896 16.896 0 0 0 0 19.923c4.569 6.257 113.557 153.206 252.748 153.206s248.174-146.95 252.748-153.201a16.875 16.875 0 0 0 0-19.922zM255.997 385.406c-102.529 0-191.33-97.533-217.617-129.418 26.253-31.913 114.868-129.395 217.617-129.395 102.524 0 191.319 97.516 217.617 129.418-26.253 31.912-114.868 129.395-217.617 129.395z' fill='%23000000' opacity='1' data-original='%23000000' class=''%3E%3C/path%3E%3Cpath d='M255.997 154.725c-55.842 0-101.275 45.433-101.275 101.275s45.433 101.275 101.275 101.275S357.272 311.842 357.272 256s-45.433-101.275-101.275-101.275zm0 168.791c-37.23 0-67.516-30.287-67.516-67.516s30.287-67.516 67.516-67.516 67.516 30.287 67.516 67.516-30.286 67.516-67.516 67.516z' fill='%23000000' opacity='1' data-original='%23000000' class=''%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
}

/* Secondary / outline */
.woocommerce-account .page-account .button.secondary {
    background: transparent;
    color: var(--color-green);
    border: 2px solid var(--color-green);
    box-shadow: none;
}

/* -------------------------
   Addresses
------------------------- */

.woocommerce-account .page-account .woocommerce-Addresses {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 22px;
}

.woocommerce-account .page-account address {
    background: rgba(255, 255, 255, 0.95);
    padding: 0;
}

.woocommerce-account .page-account .woocommerce-Addresses {
    margin-top: 20px;
}

.woocommerce-account .page-account .woocommerce-Address a {
    color: var(--color-black);
    display: block;
    margin-bottom: 20px;
    text-decoration: underline;
}

/* -------------------------
   Login / Register
------------------------- */

.woocommerce-account .page-account .u-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 26px;
}

.woocommerce-account .page-account .u-column1,
.woocommerce-account .page-account .u-column2 {
    background: rgba(255, 255, 255, 0.95);
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #E5E5E5;
}

/* -------------------------
   Notices inside My Account
------------------------- */

.page-account .woocommerce-notices-wrapper .woocommerce-error {
    margin: 0;
    list-style: none;
}

.page-account .woocommerce-notices-wrapper .woocommerce-error:focus-visible {
    outline: none;
}

.page-account .woocommerce-notices-wrapper .woocommerce-error li {
    position: relative;
    font-family: var(--font-montserrat);
    margin: 0;
    list-style: none;
    width: 100%;
    background: #f7f7f7;
    border-radius: 0px 25px 25px 0px;
    margin-bottom: 20px;
    border-left: 5px solid var(--color-gold);
    outline: none;
    padding: 10px 20px;
    font-size: 14px;
    color: var(--color-black);
}

.page-account .woocommerce-notices-wrapper .woocommerce-error li a {
    position: relative;
    font-family: var(--font-montserrat);
    color: var(--color-gold);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.5px;
    text-decoration: underline;
}

/* -------------------------
   Responsive
------------------------- */

@media (max-width: 991px) {
    .woocommerce-account .page-account .woocommerce {
        grid-template-columns: 1fr;
    }

    .page-account .woocommerce-MyAccount-navigation {
        order: 2;
    }

    .page-account .woocommerce-MyAccount-content {
        order: 1;
    }

    .woocommerce-account .page-account .u-columns {
        grid-template-columns: 1fr;
    }
}


/* ===============================
   CART WRAPPER
================================ */
.page-cart .wp-block-woocommerce-cart {
    padding: 0;
    color: var(--color-black);
}

.page-cart .wp-block-woocommerce-cart .wc-block-components-sidebar-layout {
    gap: 32px;
    flex-wrap: inherit;
}

/* ===============================
   MAIN CART (LEFT)
================================ */
.page-cart .wp-block-woocommerce-cart .wc-block-cart__main {
    background: #ffffff;
    border-radius: 20px;
    padding: 20px;
    border: 1px solid #E5E5E5;
}

/* Table header */
.page-cart .wp-block-woocommerce-cart .wc-block-cart-items__header th {
    font-weight: 500;
    color: var(--color-black);
}

/* Cart rows */
.page-cart .wp-block-woocommerce-cart .wc-block-cart-items__row {
    border-bottom: 1px solid #eef0f3;
    padding: 16px 0;
}

.page-cart .wp-block-woocommerce-cart .wc-block-cart-items__row .wc-block-cart-item__image {
    padding-left: 0;
}

.page-cart .wp-block-woocommerce-cart .wc-block-cart-items__row .wc-block-cart-item__total {
    padding-right: 0;
}

.page-cart .wp-block-woocommerce-cart .wc-block-cart-items__row:last-child {
    border-bottom: none;
}

/* Product image */
.page-cart .wp-block-woocommerce-cart .wc-block-cart-item__image img {
    border-radius: 12px;
    width: 80px;
}

/* Product name */
.page-cart .wp-block-woocommerce-cart .wc-block-components-product-name {
    font-size: 16px !important;
    font-weight: 500;
    color: var(--color-black);
    text-decoration: none;
}

.page-cart .wp-block-woocommerce-cart .wc-block-components-product-name:hover {
    color: var(--color-green);
}

/* Description */
.page-cart .wp-block-woocommerce-cart .wc-block-components-product-metadata__description p {
    font-size: 14px;
    color: #6b7280;
}

/* Prices */
.page-cart .wp-block-woocommerce-cart .wc-block-components-product-price__value {
    font-weight: 500;
    color: var(--color-black);
}

/* ===============================
   QUANTITY SELECTOR
================================ */
.page-cart .wp-block-woocommerce-cart .wc-block-components-quantity-selector {
    display: inline-flex;
    align-items: center;
    background: #f3f4f6;
    border-radius: 999px;
    overflow: hidden;
}

.page-cart .wp-block-woocommerce-cart .wc-block-components-quantity-selector__input {
    width: 48px;
    border: none;
    background: transparent;
    text-align: center;
    font-weight: 500;
}

.page-cart .wp-block-woocommerce-cart .wc-block-components-quantity-selector__input:focus {
    box-shadow: none !important;
}

.page-cart .wp-block-woocommerce-cart .wc-block-components-quantity-selector__button {
    background: #ffffff;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    border: none;
    box-shadow: none;
    cursor: pointer;
    transition: all .2s ease;
}

.page-cart .wp-block-woocommerce-cart .wc-block-components-quantity-selector__button:focus {
    box-shadow: none !important;
}

.page-cart .wp-block-woocommerce-cart .wc-block-components-quantity-selector__button:hover {
    background: var(--color-green);
    color: #ffffff;
}

/* Remove item */
.page-cart .wp-block-woocommerce-cart .wc-block-cart-item__remove-link {
    margin-top: 8px;
    font-size: 13px;
    color: var(--color-green);
    background: transparent;
}

.page-cart .wp-block-woocommerce-cart .wc-block-cart-item__remove-link:hover {
    text-decoration: underline;
}

/* ===============================
   SIDEBAR (RIGHT)
================================ */
.page-cart .wp-block-woocommerce-cart .wc-block-cart__sidebar {
    background: #ffffff;
    border-radius: 20px;
    padding: 20px;
    border: 1px solid #E5E5E5;
}

/* Sticky sidebar */
@media (min-width: 1024px) {
    .page-cart .wp-block-woocommerce-cart .wc-block-cart__sidebar {
        position: sticky;
        top: 140px;
        align-self: flex-start;
    }
}

/* Sidebar title */
.page-cart .wp-block-woocommerce-cart .wc-block-cart__totals-title {
    font-size: 20px;
    font-weight: 500;
    padding: 0;
    margin-bottom: 16px;
}

/* Coupon input */
.page-cart .wp-block-woocommerce-cart .wc-block-components-text-input input {
    border-radius: 8px;
    border: 1px solid #d1d5db;
    padding: 12px;
    font-size: 14px;
}

.page-cart .wp-block-woocommerce-cart .wc-block-components-text-input input:focus {
    outline: none;
    border-color: var(--color-green);
}

/* Apply button */
.page-cart .wp-block-woocommerce-cart .wc-block-components-totals-coupon__button {
    border-radius: 8px;
    background: var(--color-green);
    font-size: 16px;
    font-weight: 500;
    color: var(--color-white);
    outline: none;
    box-shadow: none;
    border: none;
    text-transform: uppercase;
    transition: all .2s ease;
}

.page-cart .wp-block-woocommerce-cart .wc-block-components-totals-coupon__button:focus {
    outline: none !important;
    box-shadow: none !important;
}

.page-cart .wp-block-woocommerce-cart .wc-block-components-totals-coupon__button[disabled] {
    background: #9ca3af;
}

/* ===============================
   TOTAL
================================ */
.page-cart .wp-block-woocommerce-cart .wc-block-components-totals-footer-item {
    font-size: 18px;
    font-weight: 600;
}

.page-cart .wp-block-woocommerce-cart .wc-block-components-totals-item__label {
    color: var(--color-black);
}

/* ===============================
   CHECKOUT BUTTON
================================ */
.page-cart .wc-block-cart__submit {
    margin: 0;
}

.page-cart .wp-block-woocommerce-cart .wc-block-cart__submit-button {
    width: 100%;
    padding: 16px;
    border-radius: 12px;
    background: var(--color-green);
    font-size: 16px;
    font-weight: 500;
    color: var(--color-white);
    outline: none;
    box-shadow: none;
    border: none;
    text-transform: uppercase;
    transition: transform .2s ease, box-shadow .2s ease;
}

.page-cart .wp-block-woocommerce-cart .wc-block-cart__submit-button:focus {
    outline: none !important;
    box-shadow: none !important;
}

/* ===============================
   MOBILE OPTIMIZATION
================================ */
@media (max-width: 768px) {
    .page-cart .wp-block-woocommerce-cart {
        padding: 16px 8px;
    }

    .page-cart .wp-block-woocommerce-cart .wc-block-cart__main,
    .page-cart .wp-block-woocommerce-cart .wc-block-cart__sidebar {
        padding: 16px;
        border-radius: 14px;
    }

    .page-cart .wp-block-woocommerce-cart .wc-block-cart-item__image img {
        width: 64px;
    }

    .page-cart .wp-block-woocommerce-cart .wc-block-components-product-name {
        font-size: 15px;
    }
}

/* =========================================================
   WOOCOMMERCE CHECKOUT (BLOCKS) â€“ CLEAN LAYOUT
   ========================================================= */

/* Main container */
.wp-block-woocommerce-checkout.container {
    margin: 0 auto;
    padding: 40px 12px;
}

/* Two-column layout spacing */
.wc-block-components-sidebar-layout.is-large {
    /* gap: 40px; */
}

/* =========================================================
   CHECKOUT SECTIONS (CONTACT, BILLING, PAYMENT)
   ========================================================= */

.wc-block-components-checkout-step {
    background: #ffffff;
    border: 1px solid #E5E5E5;
    border-radius: 10px;
    padding: 28px;
    margin-bottom: 24px;
}

/* Section titles */
.wc-block-components-checkout-step__title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #111111;
}

/* =========================================================
   INPUTS & SELECT FIELDS
   ========================================================= */

.wc-block-components-text-input input,
.wc-blocks-components-select__select {
    width: 100%;
    border: 1px solid #cccccc;
    border-radius: 6px;
    padding: 12px 14px;
    font-size: 14px;
    background: #ffffff;
}

/* Input labels */
.wc-block-components-text-input label,
.wc-blocks-components-select__label {
    font-size: 13px;
    color: #666666;
}

/* Focus state */
.wc-block-components-text-input input:focus,
.wc-blocks-components-select__select:focus {
    border-color: #000000;
    outline: none;
    box-shadow: none;
}

/* =========================================================
   CHECKBOXES & TOGGLES
   ========================================================= */

.wc-block-components-checkbox__label {
    font-size: 14px;
    color: var(--color-black);
}

.wc-block-components-checkbox__label a {
    color: var(--color-green);
    text-decoration: underline;
}

/* Address line 2 toggle */
.wc-block-components-address-form__address_2-toggle {
    font-size: 13px;
    color: #000000;
    margin-top: 6px;
    cursor: pointer;
}

/* =========================================================
   PAYMENT SECTION (STRIPE)
   ========================================================= */

/* Payment label */
.payment-method-label__label {
    font-size: 15px;
    font-weight: 600;
}

/* =========================================================
   ORDER SUMMARY SIDEBAR
   ========================================================= */

.page-checkout .wc-block-checkout__sidebar {
    background: #ffffff;
    border: 1px solid #E5E5E5;
    border-radius: 12px;
    padding: 20px !important;
}

.page-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title {
    margin: 0;
    margin-bottom: 20px;
}

.page-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-text {
    margin: 0;
    font-family: var(--font-montserrat);
}

.page-checkout .wc-block-checkout__sidebar .wp-block-woocommerce-checkout-order-summary-block {
    border: none;
    border-radius: 0;
}

.page-checkout .wc-block-components-order-summary {
    padding: 0;
}

.page-checkout .wc-block-components-sidebar .slot-wrapper .wc-block-components-panel,
.page-checkout .wc-block-components-sidebar .wc-block-components-panel,
.page-checkout .wc-block-components-sidebar .wc-block-components-totals-coupon,
.page-checkout .wc-block-components-sidebar .wc-block-components-totals-item {
    padding-left: 0;
    padding-right: 0;
}

/* Sticky sidebar */
.page-checkout .wc-block-checkout__sidebar.is-sticky {
    top: 140px;
}

/* Sidebar title */
.page-checkout .wc-block-components-checkout-order-summary__title-text {
    font-size: 18px;
    font-weight: 600;
}

/* =========================================================
   ORDER ITEMS
   ========================================================= */

.page-checkout .wc-block-components-order-summary-item {
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 14px;
    margin-bottom: 14px;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__description .wc-block-components-product-metadata {
    display: none;
}

.page-checkout .wc-block-components-product-name {
    font-size: 14px;
    font-weight: 500;
    color: var(--color-black);
}

.page-checkout .wc-block-components-product-price__value {
    font-weight: 500;
    color: var(--color-black);
}

/* Apply button */
.page-checkout .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button {
    border-radius: 8px;
    background: var(--color-green);
    font-size: 16px;
    font-weight: 500;
    color: var(--color-white);
    outline: none;
    box-shadow: none;
    border: none;
    text-transform: uppercase;
    transition: all .2s ease;
}

.page-checkout .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button:focus {
    outline: none !important;
    box-shadow: none !important;
}

.page-checkout .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button[disabled] {
    background: #9ca3af;
}

/* =========================================================
   TOTALS
   ========================================================= */

.page-checkout .wc-block-components-totals-item {
    font-size: 14px;
}

.page-checkout .wc-block-components-totals-footer-item {
    font-size: 16px;
    font-weight: 500;
}

/* =========================================================
   ACTION BUTTONS
   ========================================================= */

/* Place order button */
.page-checkout .wc-block-components-checkout-place-order-button {
    padding: 16px;
    border-radius: 12px;
    background: var(--color-green);
    font-size: 16px;
    font-weight: 500;
    color: var(--color-white);
    outline: none;
    box-shadow: none;
    border: none;
    text-transform: uppercase;
    transition: all .2s ease !important;
}

.page-checkout .wc-block-components-checkout-place-order-button:focus {
    box-shadow: none !important;
    outline: none !important;
}

.page-checkout .wc-block-components-checkout-place-order-button:hover {
    background: var(--color-green);
}

/* Return to cart */
.page-checkout .wc-block-components-checkout-return-to-cart-button {
    font-size: 14px;
    color: #000000;
    text-decoration: none;
}

.page-checkout .wc-block-components-checkout-return-to-cart-button:hover {
    text-decoration: underline;
}


.page-checkout .wc-block-components-checkbox .wc-block-components-checkbox__input[type="checkbox"]:focus {
    outline: none !important;
    outline-offset: 0 !important;
}

/* =========================================================
   MOBILE OPTIMIZATION
   ========================================================= */

@media (max-width: 991px) {
    .page-checkout .wc-block-components-sidebar-layout {
        flex-direction: column;
    }

    .page-checkout .wc-block-checkout__sidebar {
        order: -1;
        margin-bottom: 30px;
    }

    .page-checkout .wc-block-components-checkout-step {
        padding: 22px;
    }
}

/* WOOCOMMERCE CART, CHECKOUT, ACCOUNT CSS END */

/* 404 CSS START */

.error-404 {
    position: relative;
    background: var(--color-white);
    padding: 60px 0;
}

.error-404 .site-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
}

.error-404 .site-container h1.page-title {
    font-size: 80px;
}

/* 404 CSS END */


/* Hide stats strip on corporate-gift and catering pages */
body.page-id-310 .numbers-data,
body.page-id-16 .numbers-data {
    display: none;
}


/* Justify all paragraphs site-wide */
p {
    text-align: justify;
}
