/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/********************/
/* ================================
   ROOT COLOR (easy to change later)
================================ */
:root {
    /* Brand Colors */
    --theme-color: #61933B;
    --theme-primary: #61933B;
    --theme-primary-hover: #4a752b;
    --theme-accent: #77a256;
    --theme-danger: #ff4d4d;
    --theme-warning: #f5b301;
    --theme-gradient: linear-gradient(180deg, #9bb08c 0%, #768863 100%);

    /* Text Colors */
    --text-dark: #111111;
    --text-main: #222222;
    --text-body: #444444;
    --text-muted: #666666;
    --text-light: #888888;
    --text-white: #ffffff;

    /* Backgrounds & Borders */
    --bg-main: #ffffff;
    --bg-alt: #f9f9fb;
    --bg-gray: #f3f3f3;
    --bg-light-gray: #fdfdfd;
    --border-color: #e5e5e5;
    --border-light: #f0f0f0;

    /* Border Radius System */
    --radius-sm: 8px;
    --radius-md: 12px;
    --radius-lg: 16px;
    --radius-xl: 20px;
    --radius-pill: 50px;

    /* Shadow System */
    --shadow-sm: 0 2px 5px rgba(0, 0, 0, 0.05);
    --shadow-md: 0 5px 15px rgba(0, 0, 0, 0.1);
    --shadow-lg: 10px 10px 20px 2px rgba(0, 0, 0, 0.5);
    --shadow-hover: 10px 15px 25px 2px rgba(0, 0, 0, 0.2);

    /* Animation & UI */
    --transition: all 0.3s ease;
    --transition-fast: all 0.2s ease;
    --btt-size: 50px;

    --theme-fontfamily :  "Black Mango", sans-serif;
}

body {
    padding-bottom: 0 !important;
    background-color: var(--theme-backgroundcolor) !important;
    font-family: var(--theme-fontfamily) !important;
}

h1,h2, h3, h4, h5, h6, p, span, strong{
   font-family: var(--theme-fontfamily) !important;
}

/* Add your custom styles here */
.top-text-slider {
    background: var(--text-dark);
    color: var(--text-white);
    text-align: center;
    padding: 10px 0;
    font-size: 18px;
    font-weight: 500;
}


.top-text-slider h3 {
    font-family: var(--theme-fontfamily);
    font-size: 15px;
    font-weight: 600;
    text-shadow: 0px 0px 23px rgba(255, 255, 255, 0.48);
    color: var(--text-white);
    margin: 0;
}

.blink {
    /* color: var(--theme-primary); */
    color : #fff;
    animation: blink 1s infinite;
}

@keyframes blink {
    50% {
        opacity: 0.5;
    }
}

.header-actions {
    display: inline-flex;
    align-items: center;
    background: #f3f3f3;
    border-radius: 6px;
    overflow: hidden;
    font-family: "Black Mango", sans-serif;
}

/* Shared style */
.header-actions a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 10px 14px;
    text-decoration: none;
    color: #000;
    font-size: 14px;
}



[type="button"]:focus,
[type="button"]:hover,
[type="submit"]:focus,
[type="submit"]:hover,
button:focus,
button:hover {
    background-color: transparent;
    color: #fff;
    text-decoration: none;
}


/* .elementor-sticky--active {
    background: rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;

    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1) !important;

} */

.shop-radius {
    height: 165px;
}

.shop-radius img {
    border-radius: 50%;
}

.shop-radius a {
    width: 70% !important;
}

.mega-pp {
    border-right: 1px solid #ccc;
}

#button-top {
    margin-top: -60px !important;
}

.elementskit-megamenu-panel {
    width: 1000px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

/***/
/* Mega Menu Main Container */
.elementskit-megamenu-panel {
    width: 1000px !important;
    background: #ffffff;
    border-radius: 10px;
    padding: 20px;
    z-index: 999;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12),
        0 5px 15px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.05);
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
}

/* Show on hover */
.elementskit-navbar-nav li:hover .elementskit-megamenu-panel {
    opacity: 1;
    transform: translateY(0);
}

/* Left side (Products list) */
.elementskit-megamenu-panel .menu-left {
    border-right: 1px solid #e5e5e5;
    padding-right: 20px;
}

/* Menu links */
.elementskit-megamenu-panel a {
    color: #333;
    text-decoration: none;
    transition: all 0.2s ease;
}

/* Hover effect */
.elementskit-megamenu-panel a:hover {
    color: #2e7d32;
    /* matc your green logo */
}

#header-fixed {
    height: 90px;
}


/* ===== SECTION BACKGROUND ===== */
#best-sellings {
    background: #d9e1e5;
}

/* ===== CARD ===== */
.ue-product-carousel .product {
    background: #f2f2f2;
    border-radius: 18px;
    overflow: hidden;
    text-align: center;
    padding-bottom: 20px;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
    transition: 0.3s ease;
}

/* Hover lift */
.ue-product-carousel .product:hover {
    transform: translateY(-8px);
}

/* ===== IMAGE ===== */
.ue-product-carousel .product img {
    width: 100%;
    border-radius: 18px 18px 0 0;
}

/* ===== TITLE ===== */
.ue-product-carousel .product h2,
.ue-product-carousel .product h3 {
    font-size: 17px;
    margin: 12px 0 5px;
    font-weight: 500;
}

/* ===== PRICE ===== */
.ue-product-carousel .price {
    font-size: 14px;
    margin-bottom: 10px;
}

/* ===== BUTTON ===== */
.ue-product-carousel .button {
    border: 1px solid #000;
    background: transparent;
    padding: 6px 20px;
    border-radius: 25px;
    font-size: 13px;
    transition: 0.3s;
}

/* Button hover */
.ue-product-carousel .button:hover {
    background: #000;
    color: #fff;
}

/* ===== DOTS ===== */
.slick-dots {
    bottom: -30px;
}

.slick-dots li button::before {
    font-size: 9px;
    color: #999;
}

.slick-dots li.slick-active button:before {
    color: #000;
}

/* ===== SPACING BETWEEN CARDS ===== */
.ue-product-carousel .slick-slide {
    padding: 0 12px;
}

.cc-compass {
    display: none !important;
}

.grecaptcha-badge, #simple-chat-button--container {
    z-index: 9999 !important;
    bottom: 120px !important;
}

/* =======================================================
   1. HERO BANNER SECTION (Gradient & Ghost Text)
======================================================= */
.aachar-shop-hero {
    /* Subtle Olive Gradient matching the image */
    background:linear-gradient(180deg, #703e16 0%, #912222 100%);
    padding: 80px 20px 100px;
    text-align: center;
    position: relative;
    margin-bottom: 50px;
    overflow: hidden;
    /* Keeps the massive background text inside the box */
    z-index: 1;
}

.aachar-hero-content {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

/* The Massive "Ghost" Background Text */
.aachar-hero-content::before {
    content: attr(data-title);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 100px;
    font-weight: 800;
    color: rgba(0, 0, 0, 0.06);
    white-space: nowrap;
    z-index: -1;
    text-transform: uppercase;
    letter-spacing: 5px;
}

/* The Main White Title */
.aachar-shop-hero .page-title {
    font-size: 56px;
    font-weight: 700;
    margin: 2px 0 0 10px;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* Exact Breadcrumb Colors from the Image */
.aachar-breadcrumbs nav {
    font-size: 15px !important;
    color: #222 !important;
    font-weight: 600 !important;
}

.aachar-breadcrumbs nav a {
    color: #ff5252 !important;
    text-decoration: none !important;
    transition: color 0.3s ease !important;
}

.aachar-breadcrumbs nav a:hover {
    color: #d32f2f !important;
}

/* =======================================================
   2. MAIN LAYOUT & SIDEBAR
======================================================= */
.aachar-custom-shop-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    max-width: 1250px !important;
    margin: 0 auto;
    padding: 0 20px 60px;
    position: relative;
}

.aachar-shop-sidebar {
    width: 22%;
    position: relative;
}

.aachar-shop-content {
    width: calc(78% - 40px);
}

.wpfMainWrapper {
    list-style: none;
    background: #f3f3f3;
    border-radius: 18px;
    overflow: hidden;
    padding: 15px;
    transition: all 0.3s ease;
    box-shadow: 10px 10px 10px 2px rgba(0, 0, 0, 0.5);
    margin-bottom: 30px !important;
    margin-top: 50px;
}

/* Filter Box Basic Reset */
.wpfFilterTitle,
.widget-title {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #222;
    margin-bottom: 15px !important;
    padding-bottom: 10px;
    border-bottom: 2px solid #61933B;
}

.wpfFilterContent ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.wpfFilterContent ul li {
    margin-bottom: 8px;
    font-size: 14px;
    color: #444;
    display: block !important;
}

/* Top Header (Showing Results count) */
.aachar-shop-loop-header {
    margin-bottom: 25px;
    font-size: 14px;
    color: #555;
}

/* =======================================================
   MAIN SECTION SECTION
======================================================= */
/* ===== PRODUCTS VISIBILITY ===== */
.product-item {
    display: none;
}

.product-item.active {
    display: block;
}

/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-7d8c76e */
/* ===== PRODUCT GRID LAYOUT ===== */
.woocommerce ul.products {
    margin: 40px 0;
    padding: 0;
}

/* ===== PRODUCT CARD ===== */
.woocommerce ul.products li.product {
    list-style: none;
    background: #f3f3f3;
    border-radius: 18px;
    overflow: hidden;
    text-align: center;
    padding-bottom: 15px;
    transition: all 0.3s ease;
    box-shadow: 10px 10px 10px 2px rgba(0, 0, 0, 0.5);
    position: relative;
}

li.product.type-product:hover {
    background: #61933B !important;
}

/* ===== IMAGE (FIXED HEIGHT ADDED) ===== */
.woocommerce ul.products li.product img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    object-position: center center;
    /* border-radius: 24px 24px 0px 0px; */
}

.woocommerce ul.products {
    margin: 0;
    padding: 0;
}

/* ===== TITLE ===== */
.woocommerce ul.products li.product h2 {
    font-size: 16px;
    font-weight: 500;
    margin: 12px 0 5px;
    color: #000;
    position: relative;
}

/* ===== PRICE ===== */
.woocommerce ul.products li.product .price {
    font-size: 14px;
    color: #000;
    margin-bottom: 10px;
    position: relative;
}

/* ===== BUTTON ===== */
.woocommerce ul.products li.product .button {
    display: inline-block !important;
    border: 1px solid #000;
    border-radius: 30px;
    padding: 6px 18px;
    font-size: 13px;
    background: transparent;
    color: #000;
    transition: 0.3s;
    position: relative;
}

/* Text color change */
.woocommerce ul.products li.product:hover h2,
.woocommerce ul.products li.product:hover .price {
    color: #fff;
}

/* Button on hover */
.woocommerce ul.products li.product:hover .button {
    background: #fff;
    color: #000;
    border-color: #fff;
}

/* Hover button (default) */
.woocommerce ul.products li.product .button:hover {
    background: #000;
    color: #fff;
}

/* ===== REMOVE UNWANTED ELEMENTS ===== */

/* Keep only Select Options */
.woocommerce ul.products li.product .button.product_type_variable {
    display: inline-block !important;
}

/* ===== ALIGN CONTENT CENTER ===== */
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .button {
    text-align: center;
}

/* =======================================================
   PAGINATION SECTION
======================================================= */
/* 1. Center the pagination container and add spacing */
.woocommerce-pagination {
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
    width: 100%;
}

/* 2. Reset the list styles and use Flexbox for alignment */
.woocommerce-pagination ul.page-numbers {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    /* Removes default WooCommerce borders */
    box-shadow: 10px 10px 10px 2px rgba(0, 0, 0, 0.5) !important;
}

/* 3. Remove default list item styling */
.woocommerce-pagination ul.page-numbers li {
    list-style: none;
    margin: 0;
    padding: 0;
    border: none;
}

/* 4. Style the standard page links and the active/current page */
.woocommerce-pagination ul.page-numbers li a,
.woocommerce-pagination ul.page-numbers li span.current,
.woocommerce-pagination ul.page-numbers li span.dots {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 40px !important;
    height: 40px !important;
    padding: 0 12px !important;
    background-color: #f5f5f5 !important;
    color: #333333 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    border-radius: 6px !important;
    transition: all 0.3s ease !important;
    border: 1px solid transparent !important;
}

/* 5. Hover state for clickable links */
.woocommerce-pagination ul.page-numbers li a:hover {
    background-color: #e0e0e0;
    color: #000000;
    transform: translateY(-2px);
}

/* 6. Style the Active/Current page number specifically */
.woocommerce-pagination ul.page-numbers li span.current {
    background-color: #61933B !important;
    color: #ffffff !important;
    border-color: #61933B !important;
    box-shadow: 0 4px 10px rgba(0, 124, 186, 0.2) !important;
}

/* 7. Specific styling for the Next and Previous arrows (optional) */
.woocommerce-pagination ul.page-numbers li a.next,
.woocommerce-pagination ul.page-numbers li a.prev {
    font-size: 18px;
    background-color: transparent;
    border: 1px solid #dddddd;
}

.woocommerce-pagination ul.page-numbers li a.next:hover,
.woocommerce-pagination ul.page-numbers li a.prev:hover {
    background-color: #f5f5f5;
}

.woocommerce span.onsale {
    background-color: #61933B;
}

.aachar-recently-viewed-wrapper {
    margin-top: 40px;
}

/* =======================================================
   5. Recently Viewed
======================================================= */

.aachar-recently-viewed-wrapper .product {
    width: 100% !important;
}

.aachar-sidebar-recent-minimal ul li:hover {
    background-color: #61933B !important;
}

/* =======================================================
   1. SINGLE PRODUCT: MAIN LAYOUT & IMAGES
======================================================= */
.woocommerce div.product {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: 60px auto;
    padding: 0 20px;
    gap: 40px;
}

.woocommerce div.product div.images {
    width: 48% !important;
    float: none !important;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border: 1px solid #f5f5f5;
    overflow: hidden;
    position: relative;
    /* For sale badge */
}

.woocommerce div.product div.images img {
    border-radius: 16px;
    width: 100%;
    display: block;
}

.woocommerce div.product div.summary {
    width: calc(52% - 40px) !important;
    float: none !important;
    padding-top: 10px;
}

/* =======================================================
   2. META (CATEGORIES/BRAND) & STAR RATINGS
======================================================= */
/* The Category & Brand Links */
.woocommerce div.product .product_meta {
    font-size: 14px;
    color: #777;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.woocommerce div.product .product_meta span {
    font-weight: 600;
    color: #333;
}

.woocommerce div.product .product_meta a {
    color: #61933B;
    text-decoration: none;
    font-weight: 500;
    background: rgba(143, 160, 130, 0.1);
    padding: 3px 10px;
    border-radius: 4px;
    margin-left: 5px;
    transition: all 0.3s ease;
}

.woocommerce div.product .product_meta a:hover {
    background: #61933B;
    color: #fff;
}

/* Review Summary (Stars under Title) */
.woocommerce div.product .woocommerce-product-rating {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.woocommerce .star-rating {
	font-size: 16px !important;
	margin: auto !important;
	padding-bottom: 20px;
}

.woocommerce div.product div.summary .star-rating {
	margin: 0 !important;
}

.woocommerce .star-rating span::before {
    color: #f5b301;
    /* Golden Stars */
}

.woocommerce div.product .woocommerce-review-link {
    font-size: 14px;
    color: #666;
    text-decoration: underline;
}

/* =======================================================
   3. TITLE, PRICE & INGREDIENTS
======================================================= */
.woocommerce div.product .product_title {
    font-size: 38px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    color: #222;
    margin-bottom: 10px;
    line-height: 1.2;
}

.woocommerce div.product p.price {
    font-size: 28px;
    color: #61933B;
    font-weight: 700;
    margin-bottom: 25px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.woocommerce div.product p.price del {
    color: #aaa;
    font-size: 20px;
    font-weight: 400;
}

.woocommerce div.product p.price ins {
    text-decoration: none;
}

/* Ingredients (Short Description) */
.woocommerce div.product .woocommerce-product-details__short-description {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 30px;
    padding-bottom: 25px;
    border-bottom: 1px solid #eee;
}

/* =======================================================
   4. WEIGHT VARIATIONS (Dropdown)
======================================================= */
.woocommerce div.product form.cart .variations {
    width: 100%;
    margin-bottom: 25px;
}

.woocommerce div.product form.cart .variations label {
    font-weight: 600;
    color: #222;
    font-size: 15px;
}

.woocommerce div.product form.cart .variations select {
    width: 100%;
    max-width: 350px;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 15px;
    background-color: #fcfcfc;
    outline: none;
    cursor: pointer;
}

.woocommerce div.product form.cart .variations select:focus {
    border-color: #61933B;
}

/* =======================================================
   5. BUY NOW & ADD TO CART BUTTONS
======================================================= */
.woocommerce div.product form.cart {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    margin-bottom: 40px;
}

.woocommerce div.product form.cart .quantity input.qty {
    width: 70px;
    height: 50px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.woocommerce div.product form.cart .button {
    height: 50px;
    padding: 0 35px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s ease;
    border: none;
}

.woocommerce div.product form.cart .single_add_to_cart_button {
    background-color: #222 !important;
    color: #fff !important;
}

.woocommerce div.product form.cart .single_add_to_cart_button:hover {
    background-color: #000 !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.woocommerce div.product form.cart .buy-now-btn {
    background-color: #61933B !important;
    color: #fff !important;
}

.woocommerce div.product form.cart .buy-now-btn:hover {
    background-color: #768863 !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(143, 160, 130, 0.3);
}

/* =======================================================
   WOOCOMMERCE TABS (Description, Additional Info, Reviews)
======================================================= */

/* 1. Main Tabs Container Spacing */
.woocommerce div.product .woocommerce-tabs {
    width: 100%;
    margin-top: 60px;
    padding-top: 40px;
}

/* 2. The Unordered List Container */
.woocommerce div.product .woocommerce-tabs ul.tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    padding: 0;
    margin: 0 0 35px 0;
    list-style: none;
    border-bottom: 1px solid #e5e5e5;
}

/* 3. Individual Tab List Items */
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    margin: 0;
    padding: 0;
    background: transparent !important;
    border: none !important;
    position: relative;
}

/* 4. Tab Links Typography & Color */
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #888;
    padding: 0 0 15px 0;
    display: inline-block;
    text-decoration: none;
    transition: color 0.3s ease;
}

/* Hover and Active Text Color */
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #222;
}

/* 5. The Animated Sage Green Underline */
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    background-color: #61933B;
    border-radius: 3px 3px 0 0;
    transition: width 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* Expands the line to 100% width on hover or when active */
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
    width: 100%;
}

/* Style the Actual Review Cards */
#reviews #comments ol.commentlist {
    padding: 0;
    margin: 0;
    list-style: none;
}

#reviews #comments ol.commentlist li {
    background: #fdfdfd;
    border: 1px solid #f0f0f0;
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 20px;
    display: flex;
    gap: 20px;
}

#reviews #comments ol.commentlist li img.avatar {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

#reviews #comments ol.commentlist li .comment-text {
    flex: 1;
}

#reviews #comments ol.commentlist li .meta {
    font-size: 13px;
    color: #888;
    margin-bottom: 10px;
}

#reviews #comments ol.commentlist li .meta strong {
    color: #222;
    font-size: 16px;
    font-weight: 700;
}

#reviews #comments ol.commentlist li .description {
    font-size: 15px;
    color: #444;
    line-height: 1.6;
}

/* =======================================================
   7. RELATED PRODUCTS
======================================================= */
.woocommerce .related.products {
    width: 100%;
    margin-top: 80px;
    border-top: 1px solid #eee;
    padding-top: 60px;
}

.single-product .related.products {
    margin-top: 0 !important;
}

.woocommerce .related.products>h2 {
    font-size: 32px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 40px;
    text-align: center;
    color: #222;
}

.woocommerce #review_form #respond .form-submit input {
    left: auto;
    height: 50px;
    padding: 0 35px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s ease;
    border: none;
    background-color: #61933B !important;
    color: #fff !important;
}

.woocommerce p.stars a {
    color: #f5b301 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before {
    border-bottom: none !important;
}

/* =======================================================
   VARIATION TABLE & LABELS (Preparation Type, Weight)
======================================================= */
.woocommerce div.product form.cart table.variations {
    width: 100%;
    border-collapse: collapse;
    border: none;
}

/* Stack the Label on top of the Swatches */
.woocommerce div.product form.cart table.variations tbody tr {
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
}

/* The Gray Background Label Bar */
.woocommerce div.product form.cart table.variations th.label {
    background-color: #f7f7f7;
    padding: 12px 15px;
    text-align: left;
    border-radius: 4px;
    margin-bottom: 12px;
    width: 100%;
    border: none;
}

.woocommerce div.product form.cart table.variations th.label label {
    font-weight: 600;
    color: #333;
    font-size: 14px;
    margin: 0;
}

.woocommerce div.product form.cart table.variations td.value {
    padding: 0 5px;
    border: none;
}

/* =======================================================
   VARIATION SWATCHES (The clickable boxes)
======================================================= */
/* Hide the default WooCommerce dropdown */
.woocommerce div.product form.cart .woo-variation-raw-select {
    display: none !important;
}

/* Flexbox for the swatch list */
.woocommerce div.product form.cart .variable-items-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Individual Swatch Box Styling */
.woocommerce div.product form.cart .variable-item.button-variable-item {
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 4px;
    padding: 8px 18px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 80px;
}

/* Swatch Hover State */
.woocommerce div.product form.cart .variable-item.button-variable-item:hover {
    border-color: #999;
    background-color: #fafafa;
}

/* Swatch Selected/Active State */
.woocommerce div.product form.cart .variable-item.button-variable-item.selected,
.woocommerce div.product form.cart .variable-item.button-variable-item[aria-checked="true"] {
    border-color: #61933B;
    box-shadow: 0 0 0 1px #61933B;
    color: #61933B;
}

/* Swatch Text */
.woocommerce div.product form.cart .variable-item-span {
    font-size: 14px;
    font-weight: 500;
    color: #333;
}

.woocommerce div.product form.cart .variable-item[aria-checked="true"] .variable-item-span {
    color: #61933B;
}

/* The "Clear" variations button */
.woocommerce div.product form.cart .reset_variations {
    display: inline-block;
    margin-top: 15px;
    font-size: 13px;
    color: #d15c74;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.woocommerce div.product form.cart .reset_variations:hover {
    color: #b0495f;
}

/* =======================================================
   3. ADD TO CART & BUY NOW ACTION ROW
======================================================= */
.woocommerce div.product form.cart .woocommerce-variation-add-to-cart {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    padding-top: 20px;
    border-top: 1px solid #f0f0f0;
}

/* Quantity Input Styling */
.woocommerce div.product form.cart .quantity input.qty {
    width: 65px;
    height: 48px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    background: #fdfdfd;
    padding: 0;
    margin: 0;
}

/* Hide Spinners in Number Input */
.woocommerce div.product form.cart .quantity input.qty::-webkit-outer-spin-button,
.woocommerce div.product form.cart .quantity input.qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Base Button Styling */
.woocommerce div.product form.cart .button {
    height: 48px;
    padding: 0 30px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Disabled State (Before variations are selected) */
.woocommerce div.product form.cart .button.disabled {
    opacity: 0.5;
    cursor: not-allowed !important;
    transform: none !important;
    box-shadow: none !important;
}

.woocommerce div.product form.cart .buy-now-btn:not(.disabled):hover {
    background-color: #a8b69f !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(143, 160, 130, 0.3);
}

/* =======================================================
   PREMIUM QUANTITY SELECTOR (+ / - BUTTONS)
======================================================= */
/* The main container wrapper */
.woocommerce div.product form.cart .quantity {
    display: inline-flex;
    align-items: center;
    background: #fdfdfd;
    border: 1px solid #e0e0e0;
    border-radius: 30px;
    height: 48px;
    padding: 0 5px;
    margin-right: 15px;
    transition: border-color 0.3s ease;
}

/* Add a subtle green border on hover */
.woocommerce div.product form.cart .quantity:hover {
    border-color: #61933B;
}

/* The Plus and Minus Buttons */
.woocommerce div.product form.cart .quantity .qty-minus,
.woocommerce div.product form.cart .quantity .qty-plus {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 100%;
    font-size: 20px;
    font-weight: 400;
    color: #888;
    cursor: pointer;
    transition: color 0.3s ease;
    user-select: none;
}

/* Hover effect for + and - */
.woocommerce div.product form.cart .quantity .qty-minus:hover,
.woocommerce div.product form.cart .quantity .qty-plus:hover {
    color: #61933B;
    /* Sage green */
}

/* The actual Number Input Box */
.woocommerce div.product form.cart .quantity input.qty {
    width: 45px;
    height: 100%;
    border: none;
    background: transparent;
    text-align: center;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    color: #222;
    padding: 0;
    margin: 0;
    -moz-appearance: textfield;
}

/* Hides default Spinners/Arrows in Chrome and Safari */
.woocommerce div.product form.cart .quantity input.qty::-webkit-outer-spin-button,
.woocommerce div.product form.cart .quantity input.qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* =======================================================
    REVIEWS SECTION: MAIN LAYOUT (Split Screen)
======================================================= */
#reviews {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-top: 20px;
}

/* Left Column: The Review List */
#reviews #comments {
    width: 55%;
}

/* Right Column: The "Add a Review" Form */
#reviews #review_form_wrapper {
    width: calc(45% - 40px);
}

/* Section Titles */
.woocommerce-Reviews-title,
.comment-reply-title {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #222;
    margin-bottom: 25px;
    display: block;
    line-height: 1.3;
}

/* =======================================================
   EXISTING REVIEWS (Comment Cards)
======================================================= */
ol.commentlist {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Individual Review Card */
ol.commentlist li.review {
    display: flex;
    gap: 20px;
    background: #ffffff;
    border: 1px solid #f0f0f0;
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    transition: transform 0.3s ease;
}

ol.commentlist li.review:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
}

/* Customer Avatar Image */
ol.commentlist li.review img.avatar {
    border-radius: 50%;
    width: 55px;
    height: 55px;
    border: 2px solid #f5f5f5;
    background: #fdfdfd;
}

/* Review Text Content */
.comment-text {
    flex: 1;
}

/* Review Stars (Golden Yellow) */
.comment-text .star-rating {
    float: right;
    color: #f5b301;
    font-size: 14px;
    margin-top: 2px;
}

/* Customer Name and Date */
.comment-text .meta {
    font-size: 13px;
    color: #888;
    margin-bottom: 12px;
}

.comment-text .meta strong {
    color: #222;
    font-weight: 700;
    font-size: 15px;
    text-transform: capitalize;
}

/* The actual review paragraph */
.comment-text .description p {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
    margin: 0;
}

/* =======================================================
   "ADD A REVIEW" FORM
======================================================= */
#review_form {
    background: #fcfcfc;
    padding: 30px;
    border-radius: 12px;
    border: 1px solid #f0f0f0;
}

.comment-notes {
    font-size: 13px;
    color: #777;
    margin-bottom: 20px;
}

/* Form Labels */
.comment-form label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
}

.comment-form label .required {
    color: #d15c74;
}

/* Interactive Star Rating Selector */
.comment-form-rating {
    margin-bottom: 20px;
}

p.stars a {
    color: #ddd;
    transition: color 0.2s ease;
}

p.stars a.active,
p.stars a:hover {
    color: #f5b301;
}

/* Form Input Fields */
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    background: #fff;
    transition: all 0.3s ease;
    box-sizing: border-box;
    margin-bottom: 5px;
}

/* Input Focus State (Sage Green glow) */
.comment-form input:focus,
.comment-form textarea:focus {
    border-color: #61933B;
    outline: none;
    box-shadow: 0 0 0 3px rgba(143, 160, 130, 0.15);
}

/* Cookies Consent Checkbox */
.comment-form-cookies-consent {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}

.comment-form-cookies-consent input[type="checkbox"] {
    margin-top: 4px;
    accent-color: #61933B;
    cursor: pointer;
}

/* Submit Button (Pill Shaped Sage Green) */
.form-submit {
    margin-bottom: 0;
}

.form-submit input.submit {
    background-color: #61933B;
    color: #fff;
    border: none;
    padding: 14px 30px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    display: block;
}

.form-submit input.submit:hover {
    background-color: #768863;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(143, 160, 130, 0.3);
}

/* =======================================================
    REVIEWS SECTION: MAIN LAYOUT (Split Screen)
======================================================= */
#reviews {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-top: 20px;
}

/* Left Column: The Review List */
#reviews #comments {
    width: 55%;
}

/* Right Column: The "Add a Review" Form */
#reviews #review_form_wrapper {
    width: calc(45% - 40px);
}

/* Section Titles */
.woocommerce-Reviews-title,
.comment-reply-title {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #222;
    margin-bottom: 25px;
    display: block;
    line-height: 1.3;
}

/* =======================================================
   EXISTING REVIEWS (Comment Cards)
======================================================= */
ol.commentlist {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Individual Review Card */
ol.commentlist li.review {
    display: flex;
    gap: 20px;
    background: #ffffff;
    border: 1px solid #f0f0f0;
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    transition: transform 0.3s ease;
}

ol.commentlist li.review:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
}

/* Customer Avatar Image */
ol.commentlist li.review img.avatar {
    border-radius: 50%;
    width: 55px;
    height: 55px;
    border: 2px solid #f5f5f5;
    background: #fdfdfd;
}

/* Review Text Content */
.comment-text {
    flex: 1;
}

/* Review Stars (Golden Yellow) */
.comment-text .star-rating {
    float: right;
    color: #f5b301;
    font-size: 14px;
    margin-top: 2px;
}

/* Customer Name and Date */
.comment-text .meta {
    font-size: 13px;
    color: #888;
    margin-bottom: 12px;
}

.comment-text .meta strong {
    color: #222;
    font-weight: 700;
    font-size: 15px;
    text-transform: capitalize;
}

/* The actual review paragraph */
.comment-text .description p {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
    margin: 0;
}

/* =======================================================
   "ADD A REVIEW" FORM
======================================================= */
#review_form {
    background: #fcfcfc;
    padding: 30px;
    border-radius: 12px;
    border: 1px solid #f0f0f0;
}

.comment-notes {
    font-size: 13px;
    color: #777;
    margin-bottom: 20px;
}

/* Form Labels */
.comment-form label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
}

.comment-form label .required {
    color: #d15c74;
}

/* Interactive Star Rating Selector */
.comment-form-rating {
    margin-bottom: 20px;
}

p.stars a {
    color: #ddd;
    transition: color 0.2s ease;
}

p.stars a.active,
p.stars a:hover {
    color: #f5b301;
}

/* Form Input Fields */
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    background: #fff;
    transition: all 0.3s ease;
    box-sizing: border-box;
    margin-bottom: 5px;
}

/* Input Focus State (Sage Green glow) */
.comment-form input:focus,
.comment-form textarea:focus {
    border-color: #61933B;
    outline: none;
    box-shadow: 0 0 0 3px rgba(143, 160, 130, 0.15);
}

/* Cookies Consent Checkbox */
.comment-form-cookies-consent {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}

.comment-form-cookies-consent input[type="checkbox"] {
    margin-top: 4px;
    accent-color: #61933B;
    cursor: pointer;
}

/* Submit Button (Pill Shaped Sage Green) */
.form-submit {
    margin-bottom: 0;
}

.form-submit input.submit {
    background-color: #61933B;
    color: #fff;
    border: none;
    padding: 14px 30px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    display: block;
}

.form-submit input.submit:hover {
    background-color: #768863;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(143, 160, 130, 0.3);
}

/* =======================================================
   PREMIUM META SECTION (Category & Brand with Image)
======================================================= */
.aachar-premium-meta {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 20px;
    padding-bottom: 15px;
}

/* Wrapper for Label + Pills */
.aachar-premium-meta .meta-group {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

/* Base text styling ("Category:" and "Brand:") */
.aachar-premium-meta .meta-label {
    font-size: 14px;
    color: #666;
    font-weight: 600;
    min-width: 70px;
    margin-top: 6px;
}

/* Wrapper just for the pills so they wrap together */
.aachar-premium-meta .meta-pills {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

/* The Clickable Pill Links */
.aachar-premium-meta a {
    color: #61933B;
    text-decoration: none;
    font-weight: 600;
    font-size: 13px;
    background: #fff;
    border: 1px solid #61933B;
    padding: 6px 14px;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.02);
    max-width: 180px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.aachar-premium-meta a:hover {
    background: #fff0f3;
    border-color: #d15c74;
    transform: translateY(-1px);
    box-shadow: 0 4px 10px rgba(209, 92, 116, 0.15);
}

/* The Uploaded Brand Logo Image */
.aachar-premium-meta .brand-meta-logo {
    width: 22px !important;
    height: 22px !important;
    object-fit: cover;
    border-radius: 50%;
    background: #fff;
    margin: 0 !important;
    display: block;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border: 1px solid #eaeaea;
    flex-shrink: 0;
}

/* Ensure default WooCommerce meta is hidden */
.woocommerce div.product .product_meta {
    display: none !important;
}

/* =======================================================
   ADDITIONAL INFORMATION TAB (Attributes Table)
======================================================= */
/* Main Table Setup */
table.woocommerce-product-attributes.shop_attributes {
    width: 100%;
    border-collapse: collapse;
    border: none;
    margin: 20px 0 40px 0;
    font-family: 'Roboto', sans-serif;
}

/* Row Borders */
table.shop_attributes tr {
    border-bottom: 1px solid #f0f0f0;
}

table.shop_attributes tr:first-child {
    border-top: 1px solid #f0f0f0;
}

/* Label Column (Left Side) */
table.shop_attributes th.woocommerce-product-attributes-item__label {
    width: 35%;
    padding: 16px 20px;
    text-align: left;
    font-weight: 600;
    font-size: 15px;
    color: #222;
    background-color: #fafafa;
    border: none;
    vertical-align: top;
}

/* Value Column (Right Side) */
table.shop_attributes td.woocommerce-product-attributes-item__value {
    padding: 16px 20px;
    font-size: 15px;
    color: #555;
    border: none;
    background-color: #ffffff;
    vertical-align: top;
}

/* Fix WooCommerce <p> tag spacing inside the table */
table.shop_attributes td.woocommerce-product-attributes-item__value p {
    margin: 0;
    padding: 0;
    line-height: 1.6;
}

/* Add a subtle hover effect to the rows */
table.shop_attributes tr:hover th,
table.shop_attributes tr:hover td {
    background-color: #fdfdfd;
}


.woocommerce-message a,
.wc-block-cart__submit.wp-block-woocommerce-proceed-to-checkout-block a,
.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained,
.woocommerce-button.button.woocommerce-form-login__submit,
.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit,
.woocommerce-Button.button,
.button.wc-forward,
.order-again a,
.woocommerce-cart .coupon .button[name="apply_coupon"],
.woocommerce-cart .actions .button[name="update_cart"],
.woocommerce-cart .button.wc-backward,
.woocommerce-cart #shipping-calculator-form button[name="calc_shipping"],
.woocommerce-checkout button[name="apply_coupon"] {
    padding: 0 30px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #61933B !important;
    color: #fff !important;
    text-decoration: none;
}

.woocommerce-cart .actions .button[name="update_cart"],
.woocommerce-cart .button.wc-backward,
.woocommerce-cart #shipping-calculator-form button[name="calc_shipping"],
.woocommerce-checkout button[name="apply_coupon"] {
    display: inline-block;
    height: 38px;
}

.woocommerce-cart .button.wc-backward {
    padding: 10px;
}

.wc-block-components-product-name {
    color: #222;
    font-size: 16px !important;
    text-decoration: none !important;
}

.wc-block-cart__submit.wp-block-woocommerce-proceed-to-checkout-block a,
.woocommerce-button.button.woocommerce-form-login__submit,
.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit {
    height: 48px;
}

.woocommerce-ResetPassword.lost_reset_password p {
    width: 100%;
}

/* =======================================================
   CHECKOUT PAGE MAIN LAYOUT (Grid & Sticky)
======================================================= */
form.woocommerce-checkout {
    display: grid;
    grid-template-columns: 55% 1fr;
    gap: 50px;
    align-items: start;
    max-width: 1200px;
    margin: 40px auto;
    font-family: 'Roboto', sans-serif;
}

#customer_details {
    grid-column: 1 / 2;
}

.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout .col2-set .col-2 {
    width: 100%;
    float: none;
    margin-bottom: 30px;
}

/* THE UPGRADE: Makes the Order Summary stick to the screen while scrolling */
#order_review_heading {
    display: none;
    /* Hide this to make the floating card cleaner */
}

#order_review {
    grid-column: 2 / 3;
    background: #ffffff;
    border: 1px solid #f0f0f0;
    border-radius: 16px;
    padding: 35px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
    position: -webkit-sticky;
    position: sticky;
    top: 40px;
                                                                                                                    z-index: 10;
}

/* Add a custom title inside the card using CSS */
#order_review::before {
    content: 'Order Summary';
    display: block;
    font-size: 22px;
    font-weight: 700;
    color: #222;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid #61933B;
}

/* =======================================================
   2. HIGH-CONVERTING FORM INPUTS
======================================================= */
.woocommerce-checkout .form-row label {
    font-weight: 600;
    color: #444;
    margin-bottom: 8px;
    display: block;
    font-size: 14px;
}

/* THE UPGRADE: Inner shadows, thicker borders, smooth hover/focus */
.woocommerce-checkout input.input-text,
.woocommerce-checkout select,
.woocommerce-checkout textarea {
    width: 100%;
    padding: 14px 16px;
    border: 2px solid transparent;
    border-radius: 10px;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    background: #f4f6f3;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.03);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-sizing: border-box;
}

/* Popping Focus State */
.woocommerce-checkout input.input-text:focus,
.woocommerce-checkout select:focus,
.woocommerce-checkout textarea:focus {
    background: #ffffff;
    border-color: #61933B;
    box-shadow: 0 8px 20px rgba(143, 160, 130, 0.15);
    outline: none;
    transform: translateY(-2px);
}

/* =======================================================
   3. CUSTOM ANIMATED PAYMENT METHODS
======================================================= */
#payment {
    background: transparent;
    border-radius: 0;
    padding: 0;
    margin-top: 30px;
}

#payment ul.payment_methods {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
    border-top: 1px solid #eee;
    padding-top: 20px;
}

#payment ul.payment_methods li {
    margin-bottom: 15px;
    font-weight: 600;
    color: #222;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

/* THE UPGRADE: Custom Animated CSS Radio Buttons */
#payment ul.payment_methods li input[type="radio"] {
    -webkit-appearance: none;
    appearance: none;
    width: 22px;
    height: 22px;
    border: 2px solid #ccc;
    border-radius: 50%;
    margin-right: 12px;
    position: relative;
    cursor: pointer;
    transition: all 0.2s ease;
    background: #fff;
}

/* The dot that appears when clicked */
#payment ul.payment_methods li input[type="radio"]:checked {
    border-color: #61933B;
    border-width: 6px;
}

#payment div.payment_box {
    background: #f9f9f9;
    padding: 15px 20px;
    border-radius: 8px;
    font-size: 13px;
    color: #666;
    margin-top: 15px;
    width: 100%;
    line-height: 1.5;
    border-left: 4px solid #61933B;
}

/* =======================================================
   4. THE "PLACE ORDER" BUTTON (With Pulse Animation)
======================================================= */
/* Gentle pulse animation to draw the eye and encourage clicks */
@keyframes pulse-green {
    0% {
        box-shadow: 0 0 0 0 rgba(143, 160, 130, 0.6);
    }

    70% {
        box-shadow: 0 0 0 12px rgba(143, 160, 130, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(143, 160, 130, 0);
    }
}

#payment #place_order {
    width: 100%;
    background: #61933B;
    color: #fff;
    border: none;
    padding: 20px;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    cursor: pointer;
    animation: pulse-green 2s infinite;
}

#payment #place_order:hover {
    background: #768863;
    transform: translateY(-3px);
    animation: none;
    box-shadow: 0 8px 20px rgba(143, 160, 130, 0.3);
}

/* =======================================================
   5. GLASSMORPHISM LOADING OVERLAY
======================================================= */
/* THE UPGRADE: Replaces ugly default gray loading screen with modern blur */
.blockUI.blockOverlay {
    background: rgba(255, 255, 255, 0.5) !important;
    backdrop-filter: blur(5px) !important;
    -webkit-backdrop-filter: blur(5px) !important;
    border-radius: 16px;
}

/* =======================================================
   1. MY ACCOUNT: MAIN LAYOUT (Split Dashboard)
======================================================= */
/* The main wrapper */
.woocommerce-account .woocommerce {
    display: flex;
    flex-wrap: wrap;
    /* gap: 40px; */
    max-width: 1200px;
    margin: 60px auto;
    font-family: 'Roboto', sans-serif;
    padding: 0 20px;
}

/* Left Sidebar: Navigation Menu */
.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 25%;
    margin-right: 20px;
}

/* Right Side: Main Content Card */
.woocommerce-account .woocommerce-MyAccount-content {
    width: calc(75% - 40px);
    background: #ffffff;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.04);
    border: 1px solid #f0f0f0;
}

/* Title Styling inside the content area */
.woocommerce-MyAccount-content h3 {
    margin-top: 0;
    color: #222;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid #61933B;
    display: inline-block;
}

.woocommerce-MyAccount-content p {
    color: #555;
    line-height: 1.6;
    font-size: 15px;
}

.woocommerce-MyAccount-content a:not(.button) {
    color: #61933B;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.3s ease;
}

.woocommerce-MyAccount-content a:not(.button):hover {
    color: #768863;
    text-decoration: underline;
}

/* =======================================================
   DASHBOARD NAVIGATION MENU
======================================================= */
.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.woocommerce-MyAccount-navigation ul li {
    margin-bottom: 10px;
}

.woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: 14px 20px;
    border-radius: 8px;
    color: #555;
    font-weight: 500;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.3s ease;
    background: #fdfdfd;
    border: 1px solid #eee;
}

/* Menu Hover State */
.woocommerce-MyAccount-navigation ul li a:hover {
    background: #f4f6f3;
    color: #61933B;
    border-color: #61933B;
    transform: translateX(3px);
}

/* Menu Active/Current State */
.woocommerce-MyAccount-navigation ul li.is-active a {
    background: #61933B;
    color: #fff;
    border-color: #61933B;
    box-shadow: 0 4px 12px rgba(143, 160, 130, 0.25);
}

/* =======================================================
   ORDERS & DOWNLOADS TABLES
======================================================= */
.woocommerce-MyAccount-content table.shop_table {
    width: 100%;
    border-collapse: collapse;
    border: none;
    margin-bottom: 20px;
    border-radius: 8px;
    overflow: hidden;
}

.woocommerce-MyAccount-content table.shop_table th {
    background: #f7f7f7;
    padding: 18px 15px;
    text-align: left;
    color: #222;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.woocommerce-MyAccount-content table.shop_table td {
    padding: 18px 15px;
    color: #555;
    border-bottom: 1px solid #f0f0f0;
    vertical-align: middle;
    font-size: 15px;
}

/* Action Buttons inside the table (View Order, Download) */
.woocommerce-MyAccount-content table.shop_table .button {
    background: #fff;
    color: #222;
    border: 1px solid #ddd;
    border-radius: 30px;
    padding: 8px 16px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.woocommerce-MyAccount-content table.shop_table .button:hover {
    background: #61933B;
    color: #fff;
    border-color: #61933B;
    box-shadow: 0 4px 10px rgba(143, 160, 130, 0.2);
}

/* =======================================================
   ADDRESSES SECTION (Grid Layout)
======================================================= */
.woocommerce-MyAccount-content .u-columns.woocommerce-Addresses {
    margin-top: 20px;
}

.woocommerce-MyAccount-content .woocommerce-Address {
    background: #fdfdfd;
    padding: 30px;
    border-radius: 12px;
    border: 1px solid #eee;
    transition: border-color 0.3s ease;
}

.woocommerce-MyAccount-content .woocommerce-Address:hover {
    border-color: #61933B;
}

.woocommerce-MyAccount-content .woocommerce-Address header.title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.woocommerce-MyAccount-content .woocommerce-Address header.title h3 {
    margin: 0;
    border: none;
    padding: 0;
    font-size: 18px;
}

.woocommerce-MyAccount-content .woocommerce-Address address {
    font-style: normal;
    color: #555;
    line-height: 1.8;
}

/* =======================================================
   ACCOUNT DETAILS FORM (Inputs & Buttons)
======================================================= */
.woocommerce-MyAccount-content fieldset {
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 25px;
    margin-top: 30px;
    background: #fdfdfd;
}

.woocommerce-MyAccount-content fieldset legend {
    font-weight: 700;
    color: #222;
    padding: 0 15px;
    font-size: 18px;
}

.woocommerce-MyAccount-content input[type="text"],
.woocommerce-MyAccount-content input[type="email"],
.woocommerce-MyAccount-content input[type="password"] {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-family: 'Roboto', sans-serif;
    transition: all 0.3s ease;
    background: #fff;
    margin-bottom: 15px;
}

.woocommerce-MyAccount-content input[type="text"]:focus,
.woocommerce-MyAccount-content input[type="email"]:focus,
.woocommerce-MyAccount-content input[type="password"]:focus {
    border-color: #61933B;
    box-shadow: 0 0 0 3px rgba(143, 160, 130, 0.15);
    outline: none;
}

/* Save Changes Button */
.woocommerce-MyAccount-content .button[name="save_account_details"],
.woocommerce-MyAccount-content .button[name="save_address"] {
    background: #61933B;
    color: #fff;
    border: none;
    border-radius: 30px;
    padding: 15px 35px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.3s ease;
    margin-top: 15px;
    cursor: pointer;
}

.woocommerce-MyAccount-content .button[name="save_account_details"]:hover,
.woocommerce-MyAccount-content .button[name="save_address"]:hover {
    background: #768863;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(143, 160, 130, 0.3);
}

/* =======================================================
   CART PAGE
======================================================= */
/* Hide default Hello Elementor page title since we have a custom hero */
.page-template-default.woocommerce-cart .page-header {
    display: none !important;
}

/* Base page background to match the wave */
.woocommerce-cart #primary {
    background-color: #f9f9fb;
    padding-bottom: 80px;
}

/* Allow hero to stretch full width inside Hello Elementor */
.aachar-cart-hero {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw;
    max-width: 100vw;
}

/* =======================================================
   CART GRID LAYOUT
======================================================= */
.aachar-custom-cart-wrapper {
    display: grid;
    grid-template-columns: 1fr 380px;
    /* Cart items take remaining space, Totals take 380px */
    gap: 30px;
    align-items: start;
    /*     max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px; */
}

/* Reusable modern card UI for both columns */
.aachar-card-ui {
    background: #ffffff;
    padding: 30px !important;
    border-radius: 12px;
    box-shadow: 10px 10px 10px 2px rgba(0, 0, 0, 0.5);
    border-radius: 30px;
}

.woocommerce-cart .aachar-card-ui {
    padding: 0;
}

.aachar-sidebar-sticky {
    position: sticky;
    top: 40px;
}

/* =======================================================
   CART TABLE & BUTTON STYLING
======================================================= */
.woocommerce table.shop_table {
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    width: 100%;
    border-collapse: collapse;
}


.woocommerce table.shop_table th {
    background: transparent;
    border-bottom: 3px solid #f0f0f0;
    /* text-transform: uppercase; */
    font-size: 13px;
    letter-spacing: 0.5px;
    color: #888;
    padding-bottom: 15px;
}

.woocommerce table.shop_table td {
    border-top: 1px solid #f0f0f0;
    padding: 20px 10px;
    vertical-align: middle;
}

/* Product Thumbnail */
.woocommerce table.cart .product-thumbnail img {
    width: 80px;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

/* Product Name Link */
.woocommerce table.cart .product-name a {
    color: #222;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s;
}

.woocommerce table.cart .product-name a:hover {
    color: #61933B;
    /* Brand green */
}

/* Remove Icon (Red X) */
.woocommerce a.remove {
    color: #ff4d4d !important;
    background: #fff0f0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.woocommerce a.remove:hover {
    background: #ff4d4d;
    color: #fff !important;
}

/* Coupon and Update Buttons */
.woocommerce .coupon {
    display: flex;
    gap: 10px;
}

.woocommerce .coupon .input-text {
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    width: 200px;
}

.woocommerce .button {
    background-color: #333;
    color: #fff;
    border-radius: 6px;
    padding: 12px 24px;
    font-weight: 600;
    transition: all 0.3s;
    border: none;
}

.woocommerce .button:hover {
    background-color: #61933B;
}

/* Proceed to Checkout Button */
.woocommerce .cart-collaterals .checkout-button {
    display: block;
    width: 100%;
    text-align: center;
    background-color: #61933B;
    color: #fff;
    font-size: 16px;
    padding: 15px;
    border-radius: 8px;
    margin-top: 20px;
}

.woocommerce .cart-collaterals .checkout-button:hover {
    background-color: #4a752b;
}

.aachar-global-page {
    background-color: #f9f9fb;
    /* Match wave color */
    min-height: 80vh;
    padding-bottom: 80px;
}

.aachar-page-hero {
    position: relative;
    background: linear-gradient(135deg, #61933B 0%, #4a752b 100%);
    padding: 80px 20px 100px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 40px;
    width: 100%;
}

.aachar-page-hero .page-title {
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 15px;
    color: #ffffff;
}

.aachar-hero-wave {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.aachar-hero-wave svg {
    display: block;
    width: calc(100% + 1.3px);
    height: 60px;
}

.modern-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Hide Hello Elementor default title since we have a custom hero */
.page .page-header {
    display: none !important;
}

/* =======================================================
   3. CUSTOM QUANTITY SELECTOR (Pill Shape)
======================================================= */
/* The wrapper for the quantity input */
.woocommerce .quantity {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #e2e8f0;
    border-radius: 50px;
    padding: 4px 12px;
    width: 110px;
    height: 42px;
    background: #ffffff;
}

.woocommerce .quantity .qty-minus,
.woocommerce .quantity .qty-plus {
    cursor: pointer;
}

/* The actual number input */
.woocommerce .quantity input.qty {
    width: 30px;
    height: 100%;
    border: none;
    background: transparent;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    color: #1a202c;
    padding: 0;
    box-shadow: none;
    -moz-appearance: textfield;
}

/* Hides native up/down arrows in Chrome/Safari */
.woocommerce .quantity input.qty::-webkit-outer-spin-button,
.woocommerce .quantity input.qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* If your theme/plugin adds +/- buttons, this styles them perfectly */
.woocommerce .quantity .minus,
.woocommerce .quantity .plus {
    background: transparent;
    border: none;
    color: #718096;
    font-size: 20px;
    font-weight: 400;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.2s;
    box-shadow: none;
}

.woocommerce .quantity .minus:hover,
.woocommerce .quantity .plus:hover {
    color: #2d3748;
    background: transparent;
}

/* =======================================================
   4. COUPON & ACTION BUTTONS
======================================================= */
.woocommerce-cart-form .actions {
    padding-top: 30px !important;
    border-top: none;
}

.woocommerce .coupon {
    display: flex;
    gap: 10px;
    float: left;
}

.woocommerce .coupon .input-text {
    padding: 12px 16px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    width: 220px;
    outline: none;
    transition: border-color 0.3s;
}

.woocommerce .coupon .input-text:focus {
    border-color: #61933B;
}

.woocommerce .button {
    background-color: #2d3748;
    color: #ffffff;
    border-radius: 8px;
    padding: 12px 24px;
    font-weight: 600;
    border: none;
    transition: background-color 0.3s;
    cursor: pointer;
}

.woocommerce .button:hover {
    background-color: #61933B;
}

/* Checkout Button */
.woocommerce .cart-collaterals .checkout-button {
    display: block !important;
    width: 100%;
    text-align: center !important;
    background-color: #61933B !important;
    padding: 16px !important;
    border-radius: 8px !important;
    font-size: 16px !important;
}

.woocommerce .cart-collaterals .checkout-button:hover {
    background-color: #4a752b;
}

.woocommerce-cart .coupon #coupon_code {
    width: 100%;
}

.woocommerce-cart .restore-item {
    display: inline-block;
}

/* =======================================================
   CART TOTALS (Sidebar Box)
======================================================= */
.cart_totals h2 {
    font-size: 22px;
    font-weight: 700;
    color: #2d3748;
    margin-top: 0;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid #f0f4f8;
}

.cart_totals table.shop_table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
}

.cart_totals table.shop_table th {
    font-weight: 600;
    color: #4a5568;
    text-align: left;
    padding: 15px 10px 15px 0;
    vertical-align: top;
    border-bottom: 1px solid #f0f4f8;
}

.cart_totals table.shop_table td {
    text-align: right;
    padding: 15px 0 15px 10px;
    color: #2d3748;
    border-bottom: 1px solid #f0f4f8;
}

.cart_totals table.shop_table bdi {
    font-weight: 600;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    width: 100%;
    border: 1px solid #ccc;
    padding: 10px;
}

.woocommerce-shipping-methods {
    list-style: none;
    padding: 0;
    margin: 0 0 10px 0;
}

.woocommerce-shipping-methods li {
    margin-bottom: 5px;
}

.woocommerce-shipping-methods input[type="radio"],
.woocommerce-shipping-methods input[type="hidden"] {
    margin-right: 8px;
}

.woocommerce-shipping-destination {
    font-size: 13px;
    color: #718096;
    margin-bottom: 15px;
}

.shipping-calculator-button {
    font-size: 13px;
    font-weight: 600;
    color: #61933B;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 15px;
    transition: color 0.3s ease;
}


.shipping-calculator-form button.button:hover {
    background-color: #e2e8f0;
}

/* =======================================================
   ORDER TOTAL ROW
======================================================= */
.cart_totals table.shop_table .order-total th,
.cart_totals table.shop_table .order-total td {
    border-bottom: none;
    padding-top: 25px;
    font-size: 18px;
}

.cart_totals table.shop_table .order-total th {
    color: #1a202c;
}

.cart_totals table.shop_table .order-total td strong {
    color: #61933B;
    /* Emphasize the final price in green */
    font-size: 20px;
}

/* =======================================================
   PROCEED TO CHECKOUT BUTTON
======================================================= */
.wc-proceed-to-checkout {
    margin-top: 10px;
}

.wc-proceed-to-checkout a.checkout-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: #61933B;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    padding: 18px;
    border-radius: 8px;
    text-decoration: none;
    box-sizing: border-box;
    transition: background-color 0.3s ease, transform 0.2s ease;
    box-shadow: 0 4px 12px rgba(97, 147, 59, 0.2);
}

.wc-proceed-to-checkout a.checkout-button:hover {
    background-color: #4a752b;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(97, 147, 59, 0.3);
}

/* =======================================================
   SHIPPING CALCULATOR FORM
======================================================= */
.woocommerce-shipping-calculator {
    width: 100%;
    margin-top: 15px;
}

.shipping-calculator-button {
    font-size: 14px;
    font-weight: 600;
    color: #61933B;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 15px;
    transition: color 0.3s ease;
}

.shipping-calculator-button:hover {
    color: #4a752b;
    text-decoration: underline;
}

.shipping-calculator-form {
    background: #f9f9fb;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #edf2f7;
    margin-top: 10px;
}

.shipping-calculator-form .form-row {
    margin-bottom: 15px;
    width: 100%;
    text-align: left;
}

/* Hide labels visually but keep accessible */
.shipping-calculator-form label {
    display: none;
}

/* Standard Text Inputs */
.shipping-calculator-form .input-text {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    font-size: 14px;
    color: #4a5568;
    background-color: #ffffff;
    box-sizing: border-box;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.shipping-calculator-form .input-text:focus {
    border-color: #61933B;
    outline: none;
    box-shadow: 0 0 0 3px rgba(97, 147, 59, 0.1);
}

/* Update Button */
.shipping-calculator-form button[name="calc_shipping"] {
    width: 100%;
    background-color: #2d3748;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    padding: 12px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-top: 5px;
}

.shipping-calculator-form button[name="calc_shipping"]:hover {
    background-color: #61933B;
}

/* =======================================================
   SELECT2 OVERRIDES (Country & State Dropdowns)
======================================================= */
/* Ensure the wrapper takes full width */
.shipping-calculator-form .select2-container {
    width: 100% !important;
}

/* Style the main box */
.shipping-calculator-form .select2-container .select2-selection--single {
    height: 44px;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    background-color: #ffffff;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

/* Style the rendered text inside */
.shipping-calculator-form .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 42px;
    padding-left: 15px;
    padding-right: 35px;
    color: #4a5568;
    font-size: 14px;
}

/* Style the dropdown arrow */
.shipping-calculator-form .select2-container .select2-selection--single .select2-selection__arrow {
    height: 42px;
    right: 10px;
}

/* Focus state for the dropdown */
.shipping-calculator-form .select2-container--focus .select2-selection--single,
.shipping-calculator-form .select2-container--open .select2-selection--single {
    border-color: #61933B;
    box-shadow: 0 0 0 3px rgba(97, 147, 59, 0.1);
    outline: none;
}

/* The actual dropdown menu (attaches to the body by default) */
.select2-container--default .select2-dropdown {
    border: 1px solid #61933B;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    z-index: 99999;
}

/* Search box inside the dropdown */
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #e2e8f0;
    border-radius: 4px;
    padding: 8px;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    border-color: #61933B;
    outline: none;
}

/* Dropdown list items */
.select2-container--default .select2-results__option {
    padding: 10px 15px;
    font-size: 14px;
    color: #4a5568;
}

/* Highlighted/Hovered item in dropdown */
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: #f0fdf4 !important;
    /* Soft green */
    color: #61933B !important;
}

/* Selected item in dropdown */
.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #f7fafc;
    color: #2d3748;
    font-weight: 600;
}

.woocommerce-checkout input[type="text"],
.woocommerce-checkout input[type="email"],
.woocommerce-checkout input[type="text"],
.woocommerce-checkout input[type="tel"],
.woocommerce-checkout input[type="text"],
.woocommerce-checkout input[type="number"],
.woocommerce-checkout input[type="password"],
.woocommerce-checkout .select2-selection.select2-selection--single,
.woocommerce-checkout textarea {
    width: 100% !important;
    border: 1px solid #61933B !important;
    border-radius: 30px !important;
}

/****************/
.ctn-us {
    background: linear-gradient(180deg, #9bb08c 0%, #768863 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}

/* =======================================================
   MODERN CONTACT FORM 7 LAYOUT
======================================================= */
.aachar-contact-form {
    background: #ffffff;
    padding: 40px;
    border: 1px solid #889c77;
    border-radius: 30px;
    box-shadow: 10px 10px 10px 2px rgba(0, 0, 0, 0.5);
    max-width: 100%;
    margin: 0 0 0 20px;
    box-sizing: border-box;
}

/* 2-Column Grid for Name & Email */
.aachar-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.aachar-form-group {
    margin-bottom: 20px;
    position: relative;
}

/* =======================================================
   LABELS & TEXT
======================================================= */
.aachar-contact-form label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 8px;
    letter-spacing: 0.3px;
}

.aachar-contact-form .required-asterisk {
    color: #e53e3e;
    font-weight: bold;
}

.aachar-contact-form .optional-text {
    color: #a0aec0;
    font-weight: 400;
    font-size: 13px;
}

/* =======================================================
   INPUTS & TEXTAREA
======================================================= */
.aachar-contact-form .wpcf7-text,
.aachar-contact-form .wpcf7-textarea {
    width: 100%;
    padding: 15px 20px;
    border: 2px solid #edf2f7;
    border-radius: 12px;
    font-size: 15px;
    color: #2d3748;
    background-color: #fbfbfc;
    box-sizing: border-box;
    transition: all 0.3s ease;
    font-family: inherit;
}

/* Custom Placeholder Color */
.aachar-contact-form .wpcf7-text::placeholder,
.aachar-contact-form .wpcf7-textarea::placeholder {
    color: #cbd5e0;
}

.aachar-contact-form .wpcf7-textarea {
    min-height: 150px;
    resize: vertical;
    /* Only allow resizing downwards */
}

/* Hover & Focus States */
.aachar-contact-form .wpcf7-text:hover,
.aachar-contact-form .wpcf7-textarea:hover {
    border-color: #cbd5e0;
}

.aachar-contact-form .wpcf7-text:focus,
.aachar-contact-form .wpcf7-textarea:focus {
    border-color: #61933B;
    /* Brand Green */
    background-color: #ffffff;
    outline: none;
    box-shadow: 0 0 0 4px rgba(97, 147, 59, 0.1);
}

/* =======================================================
   SUBMIT BUTTON
======================================================= */
.aachar-submit-group {
    margin-top: 10px;
}

.aachar-contact-form .aachar-submit-btn {
    background-color: #61933B;
    color: #ffffff;
    border: none;
    border-radius: 50px;
    /* Modern Pill Shape */
    padding: 16px 36px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(97, 147, 59, 0.25);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: auto;
    min-width: 220px;
}

.aachar-contact-form .aachar-submit-btn:hover {
    background-color: #4a752b;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(97, 147, 59, 0.35);
}

/* =======================================================
   VALIDATION (Error & Success States)
======================================================= */
/* Invalid Field Styling */
.aachar-contact-form .wpcf7-not-valid {
    border-color: #ff4d4d !important;
    background-color: #fff5f5 !important;
}

.aachar-contact-form .wpcf7-not-valid:focus {
    box-shadow: 0 0 0 4px rgba(255, 77, 77, 0.15) !important;
}

/* Error Text below input */
.aachar-contact-form .wpcf7-not-valid-tip {
    font-size: 13px;
    color: #ff4d4d;
    margin-top: 6px;
    font-weight: 600;
}

/* Success/Error Banner at the bottom */
.aachar-contact-form .wpcf7-response-output {
    margin: 25px 0 0 0 !important;
    padding: 16px 20px !important;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    border: none !important;
}

/* Form Sent Successfully */
form.sent .aachar-contact-form .wpcf7-response-output {
    background-color: #f0fdf4;
    color: #2f855a;
    border: 2px solid #c6f6d5 !important;
}

/* Form Failed/Error */
form.invalid .aachar-contact-form .wpcf7-response-output,
form.failed .aachar-contact-form .wpcf7-response-output {
    background-color: #fff5f5;
    color: #c53030;
    border: 2px solid #fed7d7 !important;
}

.aachar-contact-form h2 {
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 21px;
    font-family: "Roboto", Sans-serif;
    font-size: 38px;
    font-weight: 600;
    color: #000000;
    margin-top: 0;
}

/* ================================
   USER SHOPPING WRAPPER
================================ */
.user-shopping {
    display: flex;
    align-items: center;
    gap: 14px;
}

/* ================================
   COMMON LINK STYLE
================================ */
.user-shopping a {
    display: flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* ================================
   USER BUTTON
================================ */
.user-btn {
    padding: 6px 14px;
    border: 1px solid var(--theme-color);
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    color: var(--theme-color);
    background: transparent;
}

.user-btn svg {
    width: 16px;
    height: 16px;
}

.user-btn svg path {
    stroke: var(--theme-color);
}

/* Hover */
.user-btn:hover {
    background: var(--theme-color);
    color: #fff;
}

.user-btn:hover svg path {
    stroke: #fff;
}

/* ================================
   CART BUTTON
================================ */
.cc_cart_items_list {
    position: relative;
    font-size: 18px;
    color: var(--theme-color);
}

.cc_cart_items_list i {
    font-size: 20px;
}

/* Cart Count Badge */
.cc_cart_count {
    position: absolute;
    top: -6px;
    right: -10px;
    background: var(--theme-color);
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    padding: 2px 6px;
    border-radius: 50px;
    line-height: 1;
}

/* Hide badge when zero */
.cc_cart_zero {
    display: none;
}

/* Hover */
.cc_cart_items_list:hover {
    color: #000;
}

/*** normal page css ****/
/* ================================
   MAIN CONTAINER
================================ */
.aachar-page-content.modern-container {
    /*! max-width: 900px; */
    /*! margin: 60px auto; */
    /* padding: 40px; */
    /* background: #ffffff; */
    border-radius: 16px;
    /*! box-shadow: 0 10px 40px rgba(0,0,0,0.05); */
    line-height: 1.8;
    font-family: 'Robot', sans-serif;
}

/* ================================
   HEADINGS
================================ */
.aachar-page-content h2 {
    font-size: 26px;
    margin-top: 40px;
    margin-bottom: 15px;
    color: #111;
    position: relative;
    padding-left: 14px;
}

/* ================================
   PARAGRAPHS
================================ */
.aachar-page-content p {
    font-size: 15.5px;
    color: #444;
    margin-bottom: 16px;
}

/* Highlight "Suggested text" */
.aachar-page-content strong {
    color: #7fa760;
    font-weight: 600;
}

/* ================================
   LINKS
================================ */
.aachar-page-content a {
    color: #7fa760;
    text-decoration: none !important;
    font-weight: 500;
}

/* ================================
   SECTION SPACING
================================ */
.aachar-page-content h2+p {
    margin-top: 10px;
}

/* ================================
   CARD STYLE BLOCK EFFECT
================================ */
.aachar-page-content h2,
.aachar-page-content p {
    transition: all 0.3s ease;
}

.aachar-page-content h2:hover {
    transform: translateX(5px);
}

.aachar-page-content p:hover {
    color: #222;
}

/**************************/
/* SEARCH GRID */
.search .aachar-search-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    margin-top: 20px;
}

/* CARD */
.search .aachar-search-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
    transition: 0.3s ease;
}

.search .aachar-search-card:hover {
    transform: translateY(-6px);
}

.search .aachar-search-thumb img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.search .aachar-search-content {
    padding: 15px;
}

.search .aachar-search-content h2 {
    font-size: 18px;
    margin-bottom: 8px;
}

.search .aachar-search-content p {
    font-size: 14px;
    color: #666;
}

/* NO RESULTS */
.search .aachar-no-results {
    text-align: center;
    padding: 80px 20px;
}

/* PAGINATION */
.search .aachar-pagination {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

.search .aachar-pagination .nav-links {
    display: flex;
    gap: 8px;
}

.search .aachar-pagination .page-numbers {
    min-width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
    border-radius: 10px;
    text-decoration: none;
    color: #333;
    transition: 0.3s;
}

.search .aachar-pagination .page-numbers:hover,
.search .aachar-pagination .page-numbers.current {
    background: #77a256;
    color: #fff;
}

/* =============================
   NO RESULTS DESIGN (PREMIUM)
============================= */
.search .aachar-no-results {
    max-width: 600px;
    margin: 80px auto;
    padding: 40px 30px;
    text-align: center;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
}

/* Heading */
.search .aachar-no-results h2 {
    font-size: 28px;
    margin-bottom: 10px;
    color: #111;
}

/* Text */
.search .aachar-no-results p {
    font-size: 15px;
    color: #666;
    margin-bottom: 25px;
}

/* Search Form */
.search .aachar-search-form {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

/* Input */
.search .aachar-search-form input {
    width: 100%;
    max-width: 280px;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 10px;
    font-size: 14px;
    outline: none;
    transition: 0.3s;
}

.search .aachar-search-form input:focus {
    border-color: #77a256;
    box-shadow: 0 0 0 2px rgba(255, 106, 0, 0.1);
}

/* Button */
.search .aachar-search-form button {
    padding: 12px 18px;
    border: none;
    background: #77a256;
    color: #fff;
    border-radius: 10px;
    font-size: 14px;
    cursor: pointer;
    transition: 0.3s;
}

.search .aachar-search-form button:hover {
    background: #e65c00;
    transform: translateY(-2px);
}

/* =============================
   SINGLE PAGE LAYOUT FIX
============================= */

.single .aachar-single-container {
    max-width: 900px;
    margin: 60px auto;
    padding: 0 20px;
}

/* FEATURED IMAGE */
.single .aachar-single-thumb img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: 16px;
    margin-bottom: 20px;
}

/* META */
.single .aachar-meta {
    font-size: 14px;
    color: #777;
    margin-bottom: 20px;
    display: flex;
    gap: 10px;
}

/* CONTENT */
.single .aachar-content {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
}

.single .aachar-content p {
    margin-bottom: 16px;
}

.single .aachar-content h2,
.single .aachar-content h3 {
    margin-top: 30px;
    margin-bottom: 10px;
}

.single .aachar-content img {
    width: 100%;
    border-radius: 12px;
    margin: 20px 0;
}

/* =============================
   POST NAVIGATION
============================= */

.aachar-post-nav {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin: 50px 0;
}

.aachar-post-nav a {
    flex: 1;
    background: #f5f5f5;
    padding: 14px;
    border-radius: 12px;
    text-decoration: none;
    color: #333;
    transition: 0.3s;
}

.aachar-post-nav a:hover {
    background: #77a256;
    color: #fff;
}

/* =============================
   RELATED POSTS (FIXED GRID)
============================= */

.aachar-related-posts {
    margin-top: 60px;
}

.aachar-related-posts h3 {
    margin-bottom: 20px;
    font-size: 22px;
}

.aachar-related-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

/* CARD */
.aachar-related-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
    transition: 0.3s;
}

.aachar-related-card:hover {
    transform: translateY(-6px);
}

.aachar-related-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.aachar-related-card h4 {
    padding: 12px;
    font-size: 15px;
    color: #111;
}

/* =============================
   COMMENT SECTION FIX
============================= */

.aachar-comments {
    margin-top: 60px;
    padding: 30px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 10px 10px 20px 2px rgba(0, 0, 0, 0.2);
}

/* FORM */
.aachar-comment-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* INPUTS */
.aachar-comment-form input,
.aachar-comment-form textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #ddd;
    border-radius: 10px;
    font-size: 14px;
    background: #fafafa;
}

/* FIX CHECKBOX ALIGNMENT */
.comment-form-cookies-consent {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    margin-top: 10px;
}

.comment-form-cookies-consent input {
    width: auto;
}

/* BUTTON */
.aachar-comment-form input[type="submit"] {
    width: fit-content;
    background: #77a256;
    color: #fff;
    border: none;
    padding: 12px 18px;
    border-radius: 10px;
    cursor: pointer;
}

.aachar-comment-form input[type="submit"]:hover {
    background: #e65c00;
}

/* =============================
   COMMENT LIST
============================= */

.aachar-comment-list .comment {
    background: #fafafa;
    padding: 15px;
    border-radius: 12px;
    margin-top: 15px;
}

/* =============================
   COMMENT WRAPPER
============================= */

.aachar-comment-list {
    margin-top: 40px;
}

/* TITLE */
.aachar-comment-title h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
}

.aachar-comment-title h3::after {
    content: '';
    width: 60px;
    height: 3px;
    background: #77a256;
    display: block;
    margin-top: 6px;
    border-radius: 10px;
}

/* =============================
   COMMENT ITEM
============================= */

.aachar-comment-item {
    margin-bottom: 20px;
}

/* COMMENT BOX */
.aachar-comment-box {
    display: flex;
    gap: 15px;
    padding: 18px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 10px 10px 20px 2px rgba(0, 0, 0, 0.2);
    transition: 0.3s ease;
}

.aachar-comment-box:hover {
    transform: translateY(-3px);
}

/* AVATAR */
.aachar-comment-avatar img {
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

/* CONTENT */
.aachar-comment-content {
    flex: 1;
}

/* META */
.aachar-comment-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    margin-bottom: 6px;
}

.aachar-comment-meta .author {
    font-weight: 600;
    color: #111;
}

.aachar-comment-meta .date {
    color: #888;
}

/* TEXT */
.aachar-comment-text {
    font-size: 14px;
    color: #333;
    line-height: 1.6;
    margin-bottom: 10px;
}

/* REPLY BUTTON */
.aachar-comment-reply a {
    font-size: 13px;
    color: #77a256;
    text-decoration: none;
    font-weight: 500;
    position: relative;
}

.aachar-comment-reply a::after {
    content: '';
    position: absolute;
    width: 0%;
    height: 2px;
    background: #77a256;
    left: 0;
    bottom: -2px;
    transition: 0.3s;
}

.aachar-comment-reply a:hover::after {
    width: 100%;
}

/* PENDING */
.comment-awaiting {
    font-size: 13px;
    color: red;
}

/* =============================
   NESTED COMMENTS (REPLY)
============================= */

.children {
    margin-left: 60px;
    margin-top: 15px;
}

/* =============================
   COMMENT SUBMIT BUTTON
============================= */

.form-submit {
    margin-top: 15px;
}

/* Button Style */
.form-submit button {
    display: inline-block;
    padding: 12px 24px;
    background: linear-gradient(135deg, #77a256, #ff8c42);
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 6px 15px rgba(255, 106, 0, 0.25);
}

/* Hover Effect */
.form-submit button:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(255, 106, 0, 0.35);
    background: linear-gradient(135deg, #e65c00, #ff7a1a);
}

/* Active Click */
.form-submit button:active {
    transform: scale(0.96);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/* Focus */
.form-submit button:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 106, 0, 0.2);
}

/* =============================
   404 PAGE
============================= */

.aachar-404-wrapper {
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    background: #fafafa;
}

/* BOX */
.aachar-404-box {
    text-align: center;
    max-width: 600px;
    width: 100%;
    background: #fff;
    padding: 50px 30px;
    border-radius: 20px;
    box-shadow: 10px 10px 20px 2px rgba(0, 0, 0, 0.2);
    animation: fadeUp 0.6s ease;
}

/* BIG 404 */
.aachar-404-title {
    font-size: 120px;
    font-weight: 800;
    color: #77a256;
    margin-bottom: 10px;
    line-height: 1;
}

/* TEXT */
.aachar-404-box h2 {
    font-size: 28px;
    margin-bottom: 10px;
}

.aachar-404-box p {
    color: #666;
    margin-bottom: 25px;
}

/* SEARCH */
.aachar-404-search {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-bottom: 25px;
}

.aachar-404-search input {
    padding: 12px 15px;
    border-radius: 10px;
    border: 1px solid #ddd;
    width: 60%;
}

.aachar-404-search button {
    padding: 12px 18px;
    border: none;
    background: #77a256;
    color: #fff;
    border-radius: 10px;
    cursor: pointer;
}

/* BUTTONS */
.aachar-404-actions {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.aachar-404-actions a {
    padding: 12px 18px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 14px;
}

/* Home */
.btn-home {
    background: #77a256;
    color: #fff;
}

/* Shop */
.btn-shop {
    background: #eee;
    color: #333;
}

/* HOVER */
.aachar-404-actions a:hover {
    transform: translateY(-2px);
    transition: 0.3s;
}

/* ANIMATION */
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

input#ship-to-different-address-checkbox,
input#wp-comment-cookies-consent,
label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme input[type="checkbox"] {
    transform: scale(1.8);
    /* margin-left: 10px; */
}


h3#ship-to-different-address span,
p.comment-form-cookies-consent label,
label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme span {
    margin-left: 10px;
}

label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
    padding-top: 12px;
}


p#wpo_ips_checkout_field_field {
    display: none;
}

table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot a.woocommerce-button.button.invoice.order-actions-button {
    width: auto;
    background: #61933B;
    color: #fff;
    border: none;
    padding: 20px;
    border-radius: 30px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    cursor: pointer;
    animation: pulse-green 2s infinite;
}

.aachar-back-to-top{display:none;position:fixed;bottom:40px;right:10px;width:var(--btt-size,50px);height:var(--btt-size,50px);background-color:var(--theme-primary);color:var(--text-white);border-radius:50%;box-shadow:var(--shadow-md);z-index:9999;text-decoration:none;text-align:center;line-height:var(--btt-size,50px);transition:transform .3s ease,background-color .3s ease,box-shadow .3s ease}
.aachar-back-to-top svg{width:24px;height:24px;vertical-align:middle;margin-top:-3px}
.aachar-back-to-top:focus,.aachar-back-to-top:hover{background-color:var(--theme-primary-hover);color:var(--text-white);transform:translateY(-5px);box-shadow:var(--shadow-hover);outline:0}

#simple-chat-button--container {
    bottom: 200px !important;
    right: 0 !important;
}

.woocommerce-product-gallery__trigger {
	z-index: 9 !important;
}


/* =======================================================
   RESPONSIVE MEDIA QUERIES
======================================================= */
@media (min-width:1400px) {

    div#top-logo{
        padding-top: 0 !important;
    }
    div#top-logo img {
        width: 36% !important;
    }
}

@media (max-width: 1200px) {
    ul.products {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}

/* ================================
   LARGE SCREEN
================================ */
@media (min-width: 1200px) {

    .user-btn {
        font-size: 15px;
        padding: 8px 16px;
    }

    .cc_cart_items_list i {
        font-size: 22px;
    }

    .cc_cart_count {
        font-size: 12px;
    }
}

/* Tablet */
@media (max-width: 1024px) {
    .woocommerce ul.products li.product img {
        height: 220px;
    }

    .aachar-page-content.modern-container {
        padding: 30px;
        margin: 40px 20px;
    }

    .aachar-page-content h2 {
        font-size: 22px;
    }

    .aachar-page-content p {
        font-size: 15px;
    }

    .search .aachar-search-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .aachar-related-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 992px) {
    .woocommerce div.product div.images {
        width: 50% !important;
    }

    .woocommerce div.product div.summary {
        width: calc(50% - 40px) !important;
    }

    .woocommerce div.product .product_title {
        font-size: 30px;
    }

    .woocommerce div.product p.price {
        font-size: 24px;
    }

    form.woocommerce-checkout {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    #customer_details,
    #order_review {
        grid-column: 1 / -1;
    }

    /* Disable sticky on tablet/mobile so it doesn't break scrolling */
    #order_review {
        position: relative;
        top: 0;
    }

    /* Stack layout */
    .woocommerce-account .woocommerce {
        display: block;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation {
        width: 100%;
        margin-bottom: 30px;
    }

    .woocommerce-account .woocommerce-MyAccount-content {
        width: 100%;
        padding: 30px;
    }

    /* THE UPGRADE: Swipeable Horizontal Menu for Tablet/Mobile */
    .woocommerce-MyAccount-navigation ul {
        display: flex;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        gap: 12px;
        padding-bottom: 15px;
    }

    .woocommerce-MyAccount-navigation ul::-webkit-scrollbar {
        display: none;
    }

    /* Hides ugly scrollbar */
    .woocommerce-MyAccount-navigation ul li {
        margin-bottom: 0;
        flex-shrink: 0;
    }

    .woocommerce-MyAccount-navigation ul li a {
        white-space: nowrap;
        /* Prevents text wrapping */
        padding: 12px 20px;
    }

    /* Disable the hover slide effect on mobile */
    .woocommerce-MyAccount-navigation ul li a:hover {
        transform: none;
    }

    .aachar-shop-sidebar {
        width: 30%;
    }

    .aachar-shop-content {
        width: calc(70% - 40px);
    }

    ul.products {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    /* jQuery script handles disabling sticky, but just in case: */
    .aachar-filter-sticky {
        position: static !important;
        width: 100% !important;
    }

    .aachar-shop-hero .page-title {
        font-size: 46px;
    }

    .aachar-hero-content::before {
        font-size: 120px;
    }

    /* Scale down ghost text */

    /* Stack the reviews and the form vertically */
    #reviews {
        flex-direction: column;
        gap: 40px;
    }

    #reviews #comments,
    #reviews #review_form_wrapper {
        width: 100%;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs {
        gap: 25px;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs li a {
        font-size: 16px;
    }

    .elementskit-menu-overlay.elementskit-menu-offcanvas-elements.elementskit-menu-toggler.ekit-nav-menu--overlay {
        background: none !important;
    }

    .elementskit-dropdown.elementskit-submenu-panel.elementskit-dropdown-open {
        display: block !important;
    }

    .elementskit-megamenu-panel {
        display: none !important;
    }

    .woocommerce div.product div.images {
        width: 50% !important;
    }

    .woocommerce div.product div.summary {
        width: calc(50% - 40px) !important;
    }

    .woocommerce div.product .product_title {
        font-size: 30px;
    }

    .woocommerce div.product p.price {
        font-size: 24px;
    }

    form.woocommerce-checkout {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    #customer_details,
    #order_review {
        grid-column: 1 / -1;
    }

    /* Disable sticky on tablet/mobile so it doesn't break scrolling */
    #order_review {
        position: relative;
        top: 0;
    }

    .aachar-custom-cart-wrapper {
        grid-template-columns: 1fr;
        /* Stacks layout on mobile/tablet */
        gap: 20px;
    }

    .aachar-sidebar-sticky {
        position: static;
    }

    .aachar-page-content.modern-container {
        padding: 20px;
        margin: 30px 15px;
        border-radius: 12px;
    }

    .aachar-page-content h2 {
        font-size: 20px;
        margin-top: 30px;
    }

    .aachar-page-content p {
        font-size: 14px;
        line-height: 1.7;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .woocommerce div.product {
        flex-direction: column;
        gap: 30px;
        margin: 30px auto;
    }

    .woocommerce div.product div.images,
    .woocommerce div.product div.summary {
        width: 100% !important;
    }

    .woocommerce div.product .product_title {
        font-size: 26px;
    }

    /* Meta & Rating stacking */
    .woocommerce div.product .product_meta {
        flex-direction: column;
        align-items: flex-start;
    }

    .woocommerce div.product .woocommerce-product-rating {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }

    /* Buttons full width */
    .woocommerce div.product form.cart {
        flex-direction: column;
        align-items: stretch;
    }

    .woocommerce div.product form.cart .quantity {
        display: flex;
        justify-content: center;
        margin-bottom: 10px;
    }

    .woocommerce div.product form.cart .button {
        width: 100%;
        margin-bottom: 10px;
    }

    /* Stack Review Avatar and Text */
    #reviews #comments ol.commentlist li {
        flex-direction: column;
        gap: 15px;
    }

    #order_review {
        padding: 25px 20px;
    }

    #payment #place_order {
        padding: 16px;
        font-size: 16px;
    }

    .woocommerce-account .woocommerce-MyAccount-content {
        padding: 20px;
    }

    .woocommerce-MyAccount-content .u-columns.woocommerce-Addresses {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    /* THE UPGRADE: Mobile Responsive Data Tables */
    .woocommerce-MyAccount-content table.shop_table thead {
        display: none;
    }

    /* Hide headers */
    .woocommerce-MyAccount-content table.shop_table,
    .woocommerce-MyAccount-content table.shop_table tbody,
    .woocommerce-MyAccount-content table.shop_table tr,
    .woocommerce-MyAccount-content table.shop_table td {
        display: block;
        width: 100%;
    }

    .woocommerce-MyAccount-content table.shop_table tr {
        border: 1px solid #eee;
        border-radius: 12px;
        margin-bottom: 20px;
        padding: 10px 0;
        background: #fdfdfd;
    }

    .woocommerce-MyAccount-content table.shop_table td {
        text-align: right;
        /* Aligns value to the right */
        padding: 12px 15px 12px 50%;
        /* Pushes text over to make room for labels */
        position: relative;
        border-bottom: 1px solid #eee;
    }

    .woocommerce-MyAccount-content table.shop_table td:last-child {
        border-bottom: none;
    }

    /* Uses standard WooCommerce mobile data-title attributes to create fake labels on the left */
    .woocommerce-MyAccount-content table.shop_table td::before {
        content: attr(data-title) ": ";
        position: absolute;
        left: 15px;
        font-weight: 600;
        color: #222;
        text-transform: uppercase;
        font-size: 12px;
    }

    /* Buttons in mobile tables span full width */
    .woocommerce-MyAccount-content table.shop_table .button {
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }

    .aachar-custom-shop-wrapper {
        flex-direction: column;
        gap: 20px;
    }

    .aachar-shop-sidebar,
    .aachar-shop-content {
        width: 100%;
    }

    ul.products {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 15px !important;
    }

    .woocommerce ul.products li.product img {
        height: 200px;
    }

    .woocommerce ul.products li.product h2 {
        font-size: 15px;
    }

    .woocommerce ul.products li.product .price {
        font-size: 13px;
    }

    .woocommerce ul.products li.product .button {
        font-size: 12px;
        padding: 5px 14px;
    }

    .wpfMainWrapper {
        margin-top: 0;
    }

    .aachar-shop-hero {
        padding: 60px 15px 80px;
    }

    .aachar-shop-hero .page-title {
        font-size: 36px;
    }

    .aachar-hero-content::before {
        font-size: 80px;
    }

    /* Scale down ghost text */

    /* Stack action buttons vertically on mobile */
    .woocommerce div.product form.cart .woocommerce-variation-add-to-cart {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }

    /* Center the quantity box */
    .woocommerce div.product form.cart .quantity {
        display: flex;
        justify-content: center;
        margin-bottom: 5px;
    }

    /* Make buttons full width */
    .woocommerce div.product form.cart .button {
        width: 100%;
    }

    /* Stack the avatar and the text within individual review cards */
    ol.commentlist li.review {
        flex-direction: column;
        gap: 15px;
        padding: 20px;
    }

    /* Move stars to the left under the name instead of floating right */
    .comment-text .star-rating {
        float: none;
        margin-bottom: 10px;
    }

    #review_form {
        padding: 20px;
    }

    .woocommerce-Reviews-title,
    .comment-reply-title {
        font-size: 20px;
    }

    .aachar-premium-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .woocommerce div.product .woocommerce-tabs {
        margin-top: 40px;
        padding-top: 20px;
    }

    /* Turns the tabs into a horizontal scrollable menu */
    .woocommerce div.product .woocommerce-tabs ul.tabs {
        flex-wrap: nowrap;
        /* Stops them from dropping to the next line */
        overflow-x: auto;
        /* Allows horizontal swiping */
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        /* Smooth scrolling on iOS */
        gap: 20px;
        border-bottom: 1px solid #e5e5e5;

        /* Hides the ugly scrollbar while keeping functionality */
        -ms-overflow-style: none;
        /* IE and Edge */
        scrollbar-width: none;
        /* Firefox */
    }

    /* Hides the scrollbar for Chrome, Safari and Opera */
    .woocommerce div.product .woocommerce-tabs ul.tabs::-webkit-scrollbar {
        display: none;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs li a {
        font-size: 15px;
        white-space: nowrap;
        /* Prevents text like "Additional Information" from breaking into two lines */
        padding-bottom: 12px;
    }

    /* Stack the table on mobile devices so text isn't squished */
    table.shop_attributes th.woocommerce-product-attributes-item__label,
    table.shop_attributes td.woocommerce-product-attributes-item__value {
        display: block;
        width: 100%;
        padding: 12px 15px;
    }

    /* Modify borders for stacked view */
    table.shop_attributes th.woocommerce-product-attributes-item__label {
        background-color: #f7f7f7;
        padding-bottom: 5px;
        /* Pull the label closer to the value */
        border-bottom: none;
    }

    table.shop_attributes td.woocommerce-product-attributes-item__value {
        padding-top: 5px;
    }

    /* Make the quantity selector full width on mobile */
    .woocommerce div.product form.cart .quantity {
        width: 100%;
        justify-content: space-between;
        /* Pushes + and - to the edges */
        margin-right: 0;
        margin-bottom: 15px;
        padding: 0 20px;
    }

    /* Center the number perfectly inside the expanded bar */
    .woocommerce div.product form.cart .quantity input.qty {
        flex-grow: 1;
    }

    /* Make the tap targets larger for thumbs */
    .woocommerce div.product form.cart .quantity .qty-minus,
    .woocommerce div.product form.cart .quantity .qty-plus {
        width: 45px;
    }

    .elementskit-megamenu-panel {
        width: 100% !important;
        border-radius: 0;
    }

    .ue-product-carousel .product {
        margin: 0 10px;
    }

    .woocommerce div.product {
        flex-direction: column;
        gap: 30px;
        margin: 30px auto;
    }

    .woocommerce div.product div.images,
    .woocommerce div.product div.summary {
        width: 100% !important;
    }

    .woocommerce div.product .product_title {
        font-size: 26px;
    }

    /* Meta & Rating stacking */
    .woocommerce div.product .product_meta {
        flex-direction: column;
        align-items: flex-start;
    }

    .woocommerce div.product .woocommerce-product-rating {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }

    /* Buttons full width */
    .woocommerce div.product form.cart {
        flex-direction: column;
        align-items: stretch;
    }

    .woocommerce div.product form.cart .quantity {
        display: flex;
        justify-content: center;
        margin-bottom: 10px;
    }

    .woocommerce div.product form.cart .button {
        width: 100%;
        margin-bottom: 10px;
    }

    /* Stack Review Avatar and Text */
    #reviews #comments ol.commentlist li {
        flex-direction: column;
        gap: 15px;
    }

    #order_review {
        padding: 25px 20px;
    }

    #payment #place_order {
        padding: 16px;
        font-size: 16px;
    }

    /* 1. Container Adjustments */
    .aachar-card-ui {
        padding: 20px 15px !important;
    }

    /* 2. Hide standard table headers */
    .woocommerce table.shop_table_responsive thead {
        display: none;
    }

    /* 3. Convert Table to Block/Card layout */
    .woocommerce table.shop_table_responsive tbody,
    .woocommerce table.shop_table_responsive tr,
    .woocommerce table.shop_table_responsive td {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }

    /* 4. Style each Cart Item Row as a Card */
    .woocommerce table.shop_table_responsive tr.cart_item {
        position: relative;
        border: 1px solid #edf2f7;
        border-radius: 8px;
        padding: 15px;
        margin-bottom: 20px;
        background: #ffffff;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.02);
    }

    /* 5. Handle the Remove "X" Button */
    .woocommerce table.shop_table_responsive td.product-remove {
        position: absolute;
        top: 0;
        right: 10px;
        border: none;
        padding: 0;
        z-index: 10;
        width: auto;
    }

    .woocommerce table.shop_table_responsive td.product-remove a.remove {
        display: flex;
        width: 28px;
        height: 28px;
        font-size: 18px;
    }

    /* 6. Center the Product Thumbnail */
    .woocommerce table.shop_table_responsive td.product-thumbnail {
        text-align: center;
        border-top: none;
        padding: 0 0 15px 0;
        border-bottom: 1px solid #f0f4f8;
        margin-bottom: 15px;
    }

    .woocommerce table.shop_table_responsive td.product-thumbnail img {
        width: 100px;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
    }

    /* 7. Flex Layout for Info Rows (Name, Price, Qty, Subtotal) */
    .woocommerce table.shop_table_responsive td.product-name,
    .woocommerce table.shop_table_responsive td.product-price,
    .woocommerce table.shop_table_responsive td.product-quantity,
    .woocommerce table.shop_table_responsive td.product-subtotal {
        display: flex;
        align-items: center;
        justify-content: space-between;
        text-align: right;
        border: none;
        padding: 8px 0;
    }

    /* Insert the pseudo-label using the data-title attribute */
    .woocommerce table.shop_table_responsive td[data-title]::before {
        content: attr(data-title);
        font-weight: 600;
        color: #000;
        text-transform: uppercase;
        font-size: 12px;
        float: none;
        /* Override woo default */
        text-align: left;
        margin-top: 20px;
    }

    /* Center the pill quantity input on mobile */
    .woocommerce table.shop_table_responsive td.product-quantity .quantity {
        margin: 0;
    }

    /* 8. Actions Row (Coupons & Buttons) */
    .woocommerce table.shop_table_responsive td.actions {
        padding: 20px 0 0 0;
        border-top: none;
    }

    .woocommerce table.shop_table_responsive td.actions .coupon {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-bottom: 20px;
        float: none;
    }

    .woocommerce table.shop_table_responsive td.actions .coupon .input-text {
        width: 100% !important;
        margin: 0;
        padding: 12px;
    }

    .woocommerce table.shop_table_responsive td.actions .coupon .button {
        width: 100%;
    }

    /* Update Cart Button */
    .woocommerce table.shop_table_responsive td.actions button.update-cart-btn {
        width: 100%;
        float: none;
        display: block;
    }

    .woocommerce .coupon {
        flex-direction: column;
        width: 100%;
    }

    .woocommerce .coupon .input-text {
        width: 100%;
    }

    .woocommerce .button.update-cart-btn {
        width: 100%;
    }

    .aachar-premium-meta .meta-group {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .aachar-premium-meta .meta-label {
        margin-top: 0;
        min-width: auto;
    }

    /* WooCommerce native responsive table adjustments */
    .woocommerce table.shop_table_responsive tr {
        display: block;
        border-bottom: 1px solid #f0f4f8;
    }

    .woocommerce table.shop_table_responsive td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        text-align: right;
        border-top: none;
        padding: 10px 0;
    }

    /* Ensure the pill fits nicely on mobile */
    .woocommerce .quantity {
        margin-left: auto;
    }

    /* WooCommerce automatically restructures the table on mobile using flex/block */
    .cart_totals table.shop_table_responsive tr {
        display: flex;
        flex-direction: column;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .cart_totals table.shop_table_responsive th {
        padding: 0 0 5px 0;
        border-bottom: none;
    }

    .cart_totals table.shop_table_responsive td {
        padding: 0;
        text-align: left;
    }

    .woocommerce-shipping-methods {
        text-align: left;
    }

    .cart_totals table.shop_table .order-total td strong {
        font-size: 24px;
    }

    .woocommerce-cart .coupon .button[name="apply_coupon"] {
        width: 100% !important;
        height: 48px !important;
    }

    .shipping-calculator-form {
        padding: 15px;
    }

    .aachar-hero-content::before {
        font-size: 28px !important;
    }

    .aachar-contact-form,
    .contact-details {
        margin: auto;
    }

    /* 
    .section-1{width : 5px; padding:0;}
    .section-2{width : 60px;}
    .section-2 img {width : 100px;}
    .section-3{width : 10px;}
    .section-4{width : 10px;}
    .section-5{width : 10px;} */

    .user-shopping {
        gap: 10px;
    }

    .user-btn {
        padding: 5px 10px;
        font-size: 30px;
    }

    .user-btn span {
        display: none;
    }

    .cc_cart_items_list i {
        font-size: 30px;
    }

    .search .aachar-no-results {
        padding: 30px 20px;
        margin: 60px 15px;
    }

    .search .aachar-no-results h2 {
        font-size: 24px;
    }

    .search .aachar-search-form {
        flex-direction: column;
    }

    .search .aachar-search-form input {
        max-width: 100%;
        width: 100%;
    }

    .search .aachar-search-form button {
        width: 100%;
    }

    .search .aachar-search-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .aachar-comment-box {
        padding: 15px;
    }

    .children {
        margin-left: 30px;
    }

    .aachar-post-nav {
        flex-direction: column;
    }

    .aachar-related-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .single .aachar-single-thumb img {
        height: 300px;
    }

    .aachar-404-title {
        font-size: 90px;
    }

    .aachar-404-box h2 {
        font-size: 22px;
    }

    .aachar-404-search input {
        width: 100%;
    }

    .aachar-404-search {
        flex-direction: column;
    }

    .aachar-404-actions {
        flex-direction: column;
    }

    
    .woocommerce-MyAccount-content table.shop_table tfoot {
        display: block;
        width: 100%;
    }

    .woocommerce-MyAccount-content table.shop_table tfoot tr {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 12px;
        border-bottom: 1px solid #eee;
        flex-wrap: wrap;
    }

    .woocommerce-MyAccount-content table.shop_table tfoot th,
    .woocommerce-MyAccount-content table.shop_table tfoot td {
        display: block;
        width: 100%;
        text-align: left;
    }

    .woocommerce-MyAccount-content table.shop_table tfoot th {
        font-size: 14px;
        color: #555;
        margin-bottom: 4px;
    }

    .woocommerce-MyAccount-content table.shop_table tfoot td {
        font-size: 16px;
        font-weight: 600;
        color: #000;
    }

    /* Highlight total row */
    .woocommerce-MyAccount-content table.shop_table tfoot tr:last-child {
        border-top: 2px solid #000;
        margin-top: 8px;
        padding-top: 12px;
    }

    /* Emoji + text alignment */
    .woocommerce-MyAccount-content table.shop_table tfoot th img.emoji {
        width: 16px;
        height: 16px;
        vertical-align: middle;
        margin-right: 5px;
    }

    .aachar-back-to-top { bottom: 30px; right: 30px; width: 45px; height: 45px; line-height: 45px; font-size: 1.1rem; }
}

@media (max-width: 480px) {
    ul.products {
        grid-template-columns: repeat(1, 1fr) !important;
    }

    .aachar-shop-hero .page-title {
        font-size: 28px;
    }

    .aachar-hero-content::before {
        font-size: 60px;
    }

    .woocommerce-account .aachar-page-content.modern-container {
        padding: 0px;
        margin: 0;
    }


    /* Stack Name and Email fields on top of each other */
    .aachar-form-row {
        grid-template-columns: 1fr;
        gap: 0;
        margin-bottom: 0;
    }

    /* Shrink padding slightly on mobile */
    .aachar-contact-form .wpcf7-text,
    .aachar-contact-form .wpcf7-textarea {
        padding: 14px 16px;
    }

    /* Make Submit button full width for easy tapping */
    .aachar-contact-form .aachar-submit-btn {
        width: 100%;
    }

    .aachar-contact-form {
        padding: 30px 10px !important;
    }


    .user-shopping {
        gap: 35px;
    }

    .user-btn {
        padding: 6px;
        border-radius: 50%;
    }

    .user-btn span {
        display: none;
    }

    .user-btn svg {
        width: 25px;
        height: 25px;
    }

    .cc_cart_count {
        top: -5px;
        right: -8px;
        font-size: 18px;
        padding: 2px 5px;
    }

    a.cc_cart_items_list,
    a.cc_saved_items_list {
        margin-top: -10px;
    }

    .aachar-page-content.modern-container {
        padding: 15px;
    }

    .aachar-page-content h2 {
        font-size: 18px;
    }

    .aachar-page-content p {
        font-size: 13.5px;
    }

    .search .aachar-no-results h2 {
        font-size: 20px;
    }

    .search .aachar-no-results p {
        font-size: 14px;
    }

   
    .aachar-pagination {
        margin: 30px 0;
    }

    .aachar-pagination .nav-links {
        gap: 6px;
    }

    .aachar-pagination .page-numbers {
        min-width: 34px;
        height: 34px;
        font-size: 12px;
        padding: 0 8px;
    }

    /* Hide extra page numbers for clean mobile UI */
    .aachar-pagination .page-numbers:not(.prev):not(.next):not(.current):nth-child(n+5) {
        display: none;
    }

    .search .aachar-search-grid {
        grid-template-columns: 1fr;
    }

    .aachar-comment-box {
        flex-direction: column;
    }

    .aachar-comment-avatar {
        margin-bottom: 10px;
    }

    .children {
        margin-left: 15px;
    }

    .aachar-comment-title h3 {
        font-size: 18px;
    }

    .aachar-related-grid {
        grid-template-columns: 1fr;
    }

    .single .aachar-single-container {
        padding: 0 15px;
    }

    .single .aachar-single-thumb img {
        height: 220px;
    }

    .aachar-404-title {
        font-size: 70px;
    }

    .aachar-404-box {
        padding: 30px 20px;
    }
}