/*
Theme Name:   Success Farm Child
Theme URI:    https://successfarmbd.com
Description:  Woostify Child Theme for Success Farm - Unified Fonts, Aligned Buttons & Modern UI
Author:       Success Farm
Author URI:   https://successfarmbd.com
Template:     woostify
Version:      1.7.2
Text Domain:  woostify-child
*/

/* ==========================================================================
   1. GLOBAL RESET, UNIFIED TYPOGRAPHY & VARIABLES
   ========================================================================== */
:root {
    --sf-primary: #16a34a;
    --sf-primary-dark: #15803d;
    --sf-primary-deep: #14532d;
    --sf-primary-light: #f0fdf4;
    --sf-accent: #f59e0b;
    --sf-danger: #ef4444;
    --sf-text: #1e293b;
    --sf-text-muted: #64748b;
    --sf-border: #e2e8f0;
    --sf-card-bg: #ffffff;
    --sf-shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.05);
    --sf-shadow-md: 0 4px 14px rgba(0, 0, 0, 0.07);
    --sf-shadow-lg: 0 12px 28px rgba(0, 0, 0, 0.1);
    --sf-radius: 12px;
}

/* UNIFIED FONT: Consistent, Clean Bengali & English across entire website */
html, body,
h1, h2, h3, h4, h5, h6,
p, a, span, label, input, button, select, textarea,
.elementor, .elementor-element,
.elementor-widget-heading .elementor-heading-title,
.woocommerce, .woocommerce-loop-product__title,
.price, .button, .btn, .elementskit-btn,
.hfe-nav-menu, .hfe-menu-item, .hfe-sub-menu-item,
.menu-item a, .sf-modern-search input, .sf-modern-search button {
    font-family: 'Noto Sans Bengali', 'Outfit', -apple-system, sans-serif !important;
}

html {
    font-size: 16px !important;
}

body {
    font-size: 16px !important;
    line-height: 1.6 !important;
    color: var(--sf-text);
    background-color: #f8fafc;
    -webkit-font-smoothing: antialiased;
}

/* Ensure page content NEVER hides under sticky header on ANY page */
.site-content,
#content,
.content-area,
.woocommerce-page .site-content,
.search-results .site-content,
.search .site-content,
.archive.woocommerce .site-content,
body:not(.home) .site-content {
    padding-top: 35px !important;
}


/* ==========================================================================
   2. STICKY HEADER & BALANCED ALIGNMENT (Elementor Header 12428)
   ========================================================================== */

/* 2a. Sticky Header - keeps the full header at the top when scrolling */
header#masthead,
.site-header,
.elementor-12428,
.elementor-12428 .elementor-element.elementor-element-1aef9e1 {
    position: sticky !important;
    top: 0 !important;
    z-index: 99999 !important;
    background: #ffffff !important;
}

/* WordPress Admin Bar offset when logged in */
.admin-bar header#masthead,
.admin-bar .site-header,
.admin-bar .elementor-12428,
.admin-bar .elementor-12428 .elementor-element.elementor-element-1aef9e1 {
    top: 32px !important;
}
@media (max-width: 782px) {
    .admin-bar header#masthead,
    .admin-bar .site-header,
    .admin-bar .elementor-12428,
    .admin-bar .elementor-12428 .elementor-element.elementor-element-1aef9e1 {
        top: 46px !important;
    }
}

/* Main Header Row Container */
.elementor-12428 .elementor-element.elementor-element-1aef9e1 {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 6px 20px !important;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06) !important;
    gap: 12px !important;
    margin-bottom: 0 !important;
}

/* 2b. Order 1: Logo Container */
.elementor-12428 .elementor-element.elementor-element-beb9cc3 {
    order: 1 !important;
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: 190px !important;
    display: flex !important;
    align-items: center !important;
}
.elementor-12428 .elementor-element.elementor-element-beb9cc3 img,
.elementor-12428 .elementor-element.elementor-element-12e74b9 img {
    max-height: 42px !important;
    width: auto !important;
    object-fit: contain !important;
}

/* ==========================================================================
   2c. Order 2: Product Category Dropdown Button (Left of Search Box)
   ========================================================================== */
.sf-header-category-wrap {
    order: 2 !important;
    position: relative !important;
    flex: 0 0 auto !important;
    margin-right: 8px !important;
    z-index: 999999 !important;
}

/* Green Category Button (Matching reference design) */
.sf-category-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 10px !important;
    background: linear-gradient(135deg, #16a34a 0%, #15803d 100%) !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 8px !important;
    height: 42px !important;
    padding: 0 16px !important;
    font-family: 'Noto Sans Bengali', 'Outfit', sans-serif !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    transition: all 0.25s ease !important;
    box-shadow: 0 2px 8px rgba(22, 163, 74, 0.22) !important;
    white-space: nowrap !important;
}
.sf-category-btn:hover,
.sf-category-btn.sf-btn-active {
    background: linear-gradient(135deg, #15803d 0%, #166534 100%) !important;
    box-shadow: 0 4px 14px rgba(22, 163, 74, 0.35) !important;
}

/* Hamburger 3-line icon */
.sf-cat-hamburger {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    gap: 3.5px !important;
    width: 17px !important;
    height: 14px !important;
}
.sf-cat-hamburger span {
    display: block !important;
    width: 100% !important;
    height: 2px !important;
    background-color: #ffffff !important;
    border-radius: 2px !important;
}
.sf-cat-btn-text {
    line-height: 1 !important;
    letter-spacing: 0.2px !important;
}
.sf-cat-chevron {
    transition: transform 0.25s ease !important;
}
.sf-category-btn.sf-btn-active .sf-cat-chevron {
    transform: rotate(180deg) !important;
}

/* Vertical Category Dropdown Card */
.sf-category-dropdown {
    position: absolute !important;
    top: calc(100% + 8px) !important;
    left: 0 !important;
    width: 250px !important;
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 10px !important;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translateY(8px) !important;
    transition: all 0.22s cubic-bezier(0.16, 1, 0.3, 1) !important;
    z-index: 999999 !important;
    padding: 6px 0 !important;
}
.sf-header-category-wrap:hover .sf-category-dropdown,
.sf-category-dropdown.sf-dropdown-open {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
}

/* Category List Items */
.sf-cat-list {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.sf-cat-item {
    position: relative !important;
    margin: 0 !important;
    padding: 0 !important;
    border-bottom: 1px solid #f8fafc !important;
}
.sf-cat-item:last-child {
    border-bottom: none !important;
}
.sf-cat-link {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 10px 16px !important;
    font-family: 'Noto Sans Bengali', 'Outfit', sans-serif !important;
    font-size: 14.5px !important;
    font-weight: 600 !important;
    color: #334155 !important;
    text-decoration: none !important;
    transition: all 0.18s ease !important;
}
.sf-cat-item:hover > .sf-cat-link {
    background: #f0fdf4 !important;
    color: var(--sf-primary) !important;
    padding-left: 20px !important;
}
.sf-cat-arrow {
    color: #94a3b8 !important;
    transition: transform 0.2s ease, color 0.2s ease !important;
}
.sf-cat-item:hover > .sf-cat-link .sf-cat-arrow {
    color: var(--sf-primary) !important;
    transform: translateX(3px) !important;
}

/* Flyout Submenu - Exactly in the red boxes to the right */
.sf-cat-flyout {
    position: absolute !important;
    left: 100% !important;
    top: -6px !important;
    width: 230px !important;
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 10px !important;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translateX(8px) !important;
    transition: all 0.22s cubic-bezier(0.16, 1, 0.3, 1) !important;
    z-index: 9999999 !important;
    padding: 10px 0 !important;
}
.sf-cat-item:hover > .sf-cat-flyout {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateX(0) !important;
}
.sf-flyout-heading {
    padding: 6px 16px 8px 16px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    color: #94a3b8 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    border-bottom: 1px solid #f1f5f9 !important;
    margin-bottom: 4px !important;
}
.sf-subcat-list {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.sf-subcat-list li a {
    display: block !important;
    padding: 8px 16px !important;
    font-family: 'Noto Sans Bengali', 'Outfit', sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #475569 !important;
    text-decoration: none !important;
    transition: all 0.18s ease !important;
}
.sf-subcat-list li a:hover {
    background: #f0fdf4 !important;
    color: var(--sf-primary) !important;
    padding-left: 20px !important;
}

/* 2d. Order 3: Wide Modern Search Bar Container (Middle) */
.elementor-12428 .elementor-element.elementor-element-2852b59 {
    order: 3 !important;
    flex: 1 1 260px !important;
    max-width: 440px !important;
    min-width: 180px !important;
    width: auto !important;
    margin: 0 10px !important;
    display: flex !important;
    align-items: center !important;
}

/* Search Form Structure */
.sf-modern-search {
    width: 100% !important;
}
.sf-search-form {
    display: flex !important;
    align-items: center !important;
    background: #ffffff !important;
    border: 2px solid var(--sf-primary) !important;
    border-radius: 50px !important;
    box-shadow: 0 2px 10px rgba(22, 163, 74, 0.1) !important;
    overflow: hidden !important;
    height: 42px !important;
    width: 100% !important;
    transition: all 0.25s ease !important;
}
.sf-search-form:focus-within {
    border-color: var(--sf-primary-dark) !important;
    box-shadow: 0 4px 16px rgba(22, 163, 74, 0.2) !important;
}
.sf-search-input-wrap {
    display: flex !important;
    align-items: center !important;
    flex: 1 !important;
    height: 100% !important;
    padding-left: 14px !important;
}
.sf-search-icon-left {
    flex-shrink: 0 !important;
    margin-right: 8px !important;
}
.sf-search-input {
    flex: 1 !important;
    border: none !important;
    outline: none !important;
    background: transparent !important;
    font-size: 14px !important;
    color: var(--sf-text) !important;
    height: 100% !important;
    padding: 0 !important;
}
.sf-search-input::placeholder {
    color: #94a3b8 !important;
    font-size: 13px !important;
}
.sf-search-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    height: 100% !important;
    padding: 0 18px !important;
    background: linear-gradient(135deg, #16a34a 0%, #15803d 100%) !important;
    color: #ffffff !important;
    border: none !important;
    cursor: pointer !important;
    font-size: 13.5px !important;
    font-weight: 600 !important;
    transition: all 0.25s ease !important;
    flex-shrink: 0 !important;
}
.sf-search-btn:hover {
    background: linear-gradient(135deg, #15803d 0%, #166534 100%) !important;
}

/* 2e. Order 4: Nav Menu Container (Home, Checkout, Blog) */
.elementor-12428 .elementor-element.elementor-element-41a8167 {
    order: 4 !important;
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: none !important;
    display: flex !important;
    align-items: center !important;
    white-space: nowrap !important;
}
.elementor-12428 .elementor-element.elementor-element-07f79bc {
    width: auto !important;
    max-width: none !important;
}
.elementor-12428 .elementor-element.elementor-element-07f79bc .hfe-nav-menu {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    white-space: nowrap !important;
    margin: 0 !important;
    padding: 0 !important;
    gap: 4px !important;
}
.elementor-12428 .elementor-element.elementor-element-07f79bc .hfe-nav-menu > li.menu-item {
    display: inline-flex !important;
    align-items: center !important;
    flex-shrink: 0 !important;
    margin: 0 !important;
    white-space: nowrap !important;
}

/* Hide redundant Category link from primary nav since we now have the dedicated Category Dropdown button */
.elementor-12428 .elementor-element.elementor-element-07f79bc .hfe-nav-menu > li.menu-item-has-children {
    display: none !important;
}

/* MENU BUTTONS (HOME, CHECKOUT, BLOG) */
.elementor-12428 .elementor-element.elementor-element-07f79bc .hfe-nav-menu > li.menu-item > a.hfe-menu-item,
.elementor-12428 .elementor-element.elementor-element-07f79bc .hfe-nav-menu > li.current-menu-item > a.hfe-menu-item {
    font-family: 'Noto Sans Bengali', 'Outfit', -apple-system, sans-serif !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #1e293b !important;
    padding: 6px 10px !important;
    letter-spacing: 0.3px !important;
    text-transform: uppercase !important;
    transition: all 0.2s ease !important;
    white-space: nowrap !important;
    line-height: 1.2 !important;
    display: inline-flex !important;
    align-items: center !important;
}
.elementor-12428 .elementor-element.elementor-element-07f79bc .hfe-nav-menu > li.menu-item > a.hfe-menu-item:hover,
.elementor-12428 .elementor-element.elementor-element-07f79bc .hfe-nav-menu > li.current-menu-item > a.hfe-menu-item {
    color: var(--sf-primary) !important;
}

/* ==========================================================================
   2f. Order 5: Quick Actions (Wishlist & My Account Buttons)
   ========================================================================== */
.sf-header-quick-actions {
    order: 5 !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    margin-left: 6px !important;
    margin-right: 4px !important;
    flex-shrink: 0 !important;
}
.sf-header-icon-link {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 5px !important;
    height: 38px !important;
    padding: 0 10px !important;
    color: #334155 !important;
    text-decoration: none !important;
    border-radius: 8px !important;
    background: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
    transition: all 0.2s ease !important;
    font-family: 'Noto Sans Bengali', 'Outfit', sans-serif !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    white-space: nowrap !important;
}
.sf-header-icon-link:hover {
    background: #f0fdf4 !important;
    border-color: #86efac !important;
    color: var(--sf-primary) !important;
    box-shadow: 0 2px 8px rgba(22, 163, 74, 0.15) !important;
}
.sf-header-icon-link svg {
    flex-shrink: 0 !important;
    transition: transform 0.2s ease !important;
}
.sf-header-icon-link:hover svg {
    transform: scale(1.1) !important;
}

/* ── Dark Mode Toggle Button (Active Button Styling) ── */
.sf-dark-mode-toggle {
    width: 38px !important;
    min-width: 38px !important;
    height: 38px !important;
    padding: 0 !important;
    cursor: pointer !important;
    border-radius: 8px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
    color: #475569 !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04) !important;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
    position: relative !important;
    outline: none !important;
}

.sf-dark-mode-toggle:hover {
    background: #ffffff !important;
    border-color: #cbd5e1 !important;
    color: #0f172a !important;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08) !important;
    transform: translateY(-1px) !important;
}

.sf-dark-mode-toggle:active {
    transform: scale(0.92) !important;
}

.sf-dark-mode-toggle .sf-icon-moon,
.sf-dark-mode-toggle .sf-icon-sun {
    width: 18px !important;
    height: 18px !important;
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.2s ease !important;
}

/* Default / Light mode state: Moon icon visible */
.sf-dark-mode-toggle .sf-icon-moon {
    display: block !important;
    opacity: 1 !important;
    transform: rotate(0deg) scale(1) !important;
}

.sf-dark-mode-toggle .sf-icon-sun {
    display: none !important;
    opacity: 0 !important;
    transform: rotate(90deg) scale(0.5) !important;
}

/* Active Dark mode state: Sun icon visible with golden amber glow */
.sf-dark-mode-toggle.sf-dark-active,
html.dark-mode .sf-dark-mode-toggle {
    background: #1e293b !important;
    border-color: #334155 !important;
    color: #fbbf24 !important;
    box-shadow: 0 0 10px rgba(251, 191, 36, 0.3), inset 0 1px 1px rgba(255, 255, 255, 0.1) !important;
}

.sf-dark-mode-toggle.sf-dark-active:hover,
html.dark-mode .sf-dark-mode-toggle:hover {
    background: #0f172a !important;
    border-color: #f59e0b !important;
    color: #f59e0b !important;
    box-shadow: 0 0 14px rgba(245, 158, 11, 0.45) !important;
    transform: translateY(-1px) scale(1.04) !important;
}

.sf-dark-mode-toggle.sf-dark-active .sf-icon-moon,
html.dark-mode .sf-dark-mode-toggle .sf-icon-moon {
    display: none !important;
}

.sf-dark-mode-toggle.sf-dark-active .sf-icon-sun,
html.dark-mode .sf-dark-mode-toggle .sf-icon-sun {
    display: block !important;
    opacity: 1 !important;
    transform: rotate(0deg) scale(1) !important;
    color: #fbbf24 !important;
}


/* 2g. Order 6: Cart Widget Container */
.elementor-12428 .elementor-element.elementor-element-6e56ac1 {
    order: 6 !important;
    flex: 0 0 auto !important;
    width: auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    margin-left: 4px !important;
}

/* Cart Toggle Button Styling */
.elementor-12428 .elementor-element.elementor-element-e4708b2 .hfe-menu-cart__toggle,
.elementor-12428 .elementor-element.elementor-element-e4708b2 .hfe-cart-menu-wrap-default {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    padding: 7px 15px !important;
    background: #f0fdf4 !important;
    border: 1.5px solid #22c55e !important;
    border-radius: 50px !important;
    color: #15803d !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    text-decoration: none !important;
    cursor: pointer !important;
    transition: all 0.25s ease !important;
    box-shadow: 0 1px 4px rgba(22, 163, 74, 0.1) !important;
    position: relative !important;
}
.elementor-12428 .elementor-element.elementor-element-e4708b2 .hfe-menu-cart__toggle:hover,
.elementor-12428 .elementor-element.elementor-element-e4708b2 .hfe-cart-menu-wrap-default:hover {
    background: #16a34a !important;
    color: #ffffff !important;
    box-shadow: 0 4px 14px rgba(22, 163, 74, 0.3) !important;
    transform: translateY(-1px) !important;
}

/* Modern Cart Count Badge */
.elementor-12428 .elementor-element.elementor-element-e4708b2 .hfe-cart-count {
    background: #16a34a !important;
    color: #ffffff !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    min-width: 22px !important;
    height: 22px !important;
    line-height: 22px !important;
    border-radius: 50% !important;
    text-align: center !important;
    padding: 0 4px !important;
    border: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative !important;
    margin: 0 !important;
    transition: all 0.25s ease !important;
}

/* ==========================================================================
   KILL THE ANNOYING DEFAULT HFE CART BAG-HANDLE PSEUDO ELEMENT
   (Removes the weird wire/arch above the cart count)
   ========================================================================== */
.elementor-12428 .elementor-element.elementor-element-e4708b2 .hfe-cart-count:after,
.elementor-12428 .elementor-element.elementor-element-e4708b2 .hfe-cart-count:before,
.hfe-cart-menu-wrap-default .hfe-cart-count:after,
.hfe-cart-menu-wrap-default .hfe-cart-count:before,
.hfe-cart-menu-wrap-custom .hfe-cart-count:after,
.hfe-cart-menu-wrap-custom .hfe-cart-count:before {
    display: none !important;
    content: none !important;
    border: none !important;
    width: 0 !important;
    height: 0 !important;
    opacity: 0 !important;
    visibility: hidden !important;
}

.elementor-12428 .elementor-element.elementor-element-e4708b2 .hfe-menu-cart__toggle:hover .hfe-cart-count,
.elementor-12428 .elementor-element.elementor-element-e4708b2 .hfe-cart-menu-wrap-default:hover .hfe-cart-count {
    background: #ffffff !important;
    color: #16a34a !important;
}
.sf-cart-icon-svg {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}


/* ==========================================================================
   3. "কৃষি বিষয়ক তথ্য" (AGRICULTURE INFO / BLOG) SECTION STYLING
   ========================================================================== */

/* 3a. Header Section Container (7964f10 & 0d55b3c) */
.elementor-4447 .elementor-element.elementor-element-7964f10,
.elementor-4447 .elementor-element.elementor-element-7964f10:not(.elementor-motion-effects-element-type-background),
.elementor-4447 .elementor-element.elementor-element-7964f10 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background: transparent !important;
    padding: 50px 20px 20px !important;
    margin-top: 40px !important;
    border-top: none !important;
    text-align: center !important;
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
}
.elementor-4447 .elementor-element.elementor-element-7964f10 .elementor-container,
.elementor-4447 .elementor-element.elementor-element-318c654 {
    width: 100% !important;
    max-width: 1440px !important;
    margin: 0 auto !important;
    text-align: center !important;
}

/* Heading: "কৃষি বিষয়ক তথ্য" - Perfectly Centered, Large, Bold & Modern */
.elementor-4447 .elementor-element.elementor-element-0d55b3c,
.elementor-4447 .elementor-element.elementor-element-0d55b3c .elementor-heading-title,
.elementor-element.elementor-element-0d55b3c .elementor-heading-title {
    color: #14532d !important;
    font-size: 34px !important;
    font-weight: 800 !important;
    letter-spacing: -0.5px !important;
    text-align: center !important;
    margin: 0 auto !important;
    display: block !important;
    background: none !important;
    border-left: none !important;
    padding: 0 !important;
    position: relative !important;
}
.elementor-4447 .elementor-element.elementor-element-0d55b3c .elementor-heading-title::after,
.elementor-element.elementor-element-0d55b3c .elementor-heading-title::after {
    content: '' !important;
    display: block !important;
    width: 80px !important;
    height: 4px !important;
    background: linear-gradient(90deg, #16a34a, #22c55e) !important;
    border-radius: 4px !important;
    margin: 15px auto 0 !important;
}

/* 3b. Blog Posts Outer Container (1594619) - Spacious, Centered & Full Width */
.elementor-4447 .elementor-element.elementor-element-1594619 {
    background: transparent !important;
    padding: 20px 0 70px !important;
    margin-bottom: 30px !important;
    width: 100% !important;
    max-width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: stretch !important;
}
.elementor-4447 .elementor-element.elementor-element-1594619 > .elementor-widget-wrap,
.elementor-4447 .elementor-element.elementor-element-e646bf8 {
    width: 98% !important;
    max-width: 1440px !important;
    margin: 0 auto !important;
    padding: 0 15px !important;
    box-sizing: border-box !important;
    flex: 1 1 100% !important;
}
.elementor-4447 .elementor-element.elementor-element-e646bf8 .ekit-wid-con {
    width: 100% !important;
}

/* 3c. Blog Grid Structure - Modern Equal-Height Responsive CSS Grid (Extra Large) */
.elementor-4447 .elementor-element.elementor-element-e646bf8 .post-items {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 26px !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}
.elementor-4447 .elementor-element.elementor-element-e646bf8 .post-items::before,
.elementor-4447 .elementor-element.elementor-element-e646bf8 .post-items::after {
    display: none !important;
}

.elementor-4447 .elementor-element.elementor-element-e646bf8 .post-item {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
}

/* 3d. Blog Cards Styling - Extra Large, Modern, Crisp, Identical Equal Sizes */
.elementor-4447 .elementor-element.elementor-element-e646bf8 .elementskit-blog-block-post,
.elementor-4447 .elementor-element.elementor-element-e646bf8 .elementskit-post-image-card,
.elementor-4447 .elementor-element.elementor-element-e646bf8 .elementskit-post-card {
    background-color: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 18px !important;
    overflow: hidden !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06) !important;
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1) !important;
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    flex: 1 1 auto !important;
}

.elementor-4447 .elementor-element.elementor-element-e646bf8 .elementskit-post-card:hover,
.elementor-4447 .elementor-element.elementor-element-e646bf8 .elementskit-post-image-card:hover {
    transform: translateY(-6px) !important;
    box-shadow: 0 18px 36px -4px rgba(22, 163, 74, 0.18) !important;
    border-color: #86efac !important;
}

/* Thumbnail - 260px PROMINENT LARGE UNIFORM HEIGHT ACROSS ALL CARDS */
.elementor-4447 .elementor-element.elementor-element-e646bf8 .elementskit-entry-thumb,
.elementor-4447 .elementor-element.elementor-element-e646bf8 .elementskit-post-image-card .elementskit-entry-thumb {
    display: block !important;
    width: 100% !important;
    height: 260px !important;
    max-height: 260px !important;
    min-height: 260px !important;
    position: relative !important;
    overflow: hidden !important;
    background: #f8fafc !important;
    border-bottom: 1px solid #f1f5f9 !important;
}
.elementor-4447 .elementor-element.elementor-element-e646bf8 .elementskit-entry-thumb img,
.elementor-4447 .elementor-element.elementor-element-e646bf8 .elementskit-post-image-card .elementskit-entry-thumb img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-height: 260px !important;
    object-fit: cover !important;
    object-position: center !important;
    transition: transform 0.45s ease !important;
}
.elementor-4447 .elementor-element.elementor-element-e646bf8 .elementskit-post-card:hover .elementskit-entry-thumb img,
.elementor-4447 .elementor-element.elementor-element-e646bf8 .elementskit-post-image-card:hover .elementskit-entry-thumb img {
    transform: scale(1.07) !important;
}

/* Card Body - Generous Padding for Prominent Layout */
.elementor-4447 .elementor-element.elementor-element-e646bf8 .elementskit-post-body {
    background-color: #ffffff !important;
    padding: 24px 26px 28px !important;
    display: flex !important;
    flex-direction: column !important;
    flex: 1 1 auto !important;
    flex-grow: 1 !important;
}

/* Blog Title - 19px Bengali Typography with 2-Line Strict Clamp & Exact Height */
.elementor-4447 .elementor-element.elementor-element-e646bf8 .entry-title,
.elementor-4447 .elementor-element.elementor-element-e646bf8 .entry-title a {
    color: #0f172a !important;
    font-size: 19px !important;
    font-weight: 700 !important;
    line-height: 28px !important;
    margin-bottom: 18px !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    height: 56px !important;
    min-height: 56px !important;
    max-height: 56px !important;
}
.elementor-4447 .elementor-element.elementor-element-e646bf8 .entry-title a:hover {
    color: var(--sf-primary) !important;
}

/* "Learn more" Button - Perfectly Aligned at the Bottom Across All Cards */
.elementor-4447 .elementor-element.elementor-element-e646bf8 .btn-wraper {
    margin-top: auto !important;
    padding-top: 14px !important;
}
.elementor-4447 .elementor-element.elementor-element-e646bf8 .elementskit-btn {
    background: linear-gradient(135deg, #16a34a 0%, #15803d 100%) !important;
    color: #ffffff !important;
    padding: 11px 26px !important;
    border-radius: 50px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    box-shadow: 0 3px 10px rgba(22, 163, 74, 0.22) !important;
    transition: all 0.25s ease !important;
    text-decoration: none !important;
    border: none !important;
}
.elementor-4447 .elementor-element.elementor-element-e646bf8 .elementskit-btn:hover {
    background: linear-gradient(135deg, #15803d 0%, #166534 100%) !important;
    color: #ffffff !important;
    box-shadow: 0 6px 18px rgba(22, 163, 74, 0.38) !important;
    transform: translateY(-2px) !important;
}

/* Responsive Blog Grid */
@media (max-width: 1100px) {
    .elementor-4447 .elementor-element.elementor-element-e646bf8 .post-items {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 22px !important;
    }
    .elementor-4447 .elementor-element.elementor-element-e646bf8 .elementskit-entry-thumb,
    .elementor-4447 .elementor-element.elementor-element-e646bf8 .elementskit-post-image-card .elementskit-entry-thumb {
        height: 240px !important;
        max-height: 240px !important;
        min-height: 240px !important;
    }
    .elementor-4447 .elementor-element.elementor-element-e646bf8 .elementskit-entry-thumb img {
        max-height: 240px !important;
    }
}
@media (max-width: 640px) {
    .elementor-4447 .elementor-element.elementor-element-e646bf8 .post-items {
        grid-template-columns: 1fr !important;
        gap: 18px !important;
    }
    .elementor-4447 .elementor-element.elementor-element-e646bf8 .elementskit-entry-thumb,
    .elementor-4447 .elementor-element.elementor-element-e646bf8 .elementskit-post-image-card .elementskit-entry-thumb {
        height: 220px !important;
        min-height: 220px !important;
        max-height: 220px !important;
    }
    .elementor-4447 .elementor-element.elementor-element-e646bf8 .elementskit-entry-thumb img {
        max-height: 220px !important;
    }
}

/* ==========================================================================
   4. PRODUCT GRIDS & UNIFORM BUTTON ALIGNMENT ACROSS ALL PAGES
   ========================================================================== */

/* Product Section Headings (উন্নত জাতের পেঁয়াজ বীজ, সেরা জাতের তরমুজের বীজ, etc.) */
.elementor-4447 .elementor-widget-heading:not(.elementor-element-0d55b3c) .elementor-heading-title,
.elementor-widget-heading:not(.elementor-element-0d55b3c) .elementor-heading-title {
    color: #111827 !important;
    background: transparent !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    padding: 0 !important;
    border: none !important;
    border-left: none !important;
    border-radius: 0 !important;
    margin-bottom: 0 !important;
    display: inline-block !important;
    line-height: 1.3 !important;
    letter-spacing: -0.2px !important;
}

/* Category dropdown sub-menu visibility fix */
.hfe-nav-menu .menu-item-has-children .sub-menu,
.hfe-nav-menu .menu-item-has-children > .sub-menu,
.elementor-12428 .hfe-nav-menu .sub-menu {
    z-index: 999999 !important;
    overflow: visible !important;
}
.elementor-12428 .elementor-element.elementor-element-41a8167,
.elementor-12428 .elementor-element.elementor-element-07f79bc {
    overflow: visible !important;
}
.elementor-12428 .elementor-element.elementor-element-1aef9e1 {
    overflow: visible !important;
}

/* Product Grid Layout - Exactly 4 columns on desktop */
.elementor-4447 .elementor-wc-products ul.products,
.woocommerce ul.products {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 20px !important;
    margin: 0 0 30px 0 !important;
    padding: 0 !important;
}

/* Single Product Card - Robust Flexbox Alignment */
.elementor-4447 .elementor-wc-products ul.products li.product,
.woocommerce ul.products li.product {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 12px !important;
    padding: 14px !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    height: 100% !important;
    position: relative !important;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
    box-shadow: 0 4px 16px rgba(0, 56, 57, 0.22), 0 2px 6px rgba(1, 138, 0, 0.18) !important;
    border: 1.5px solid rgba(0, 56, 57, 0.18) !important;
    overflow: hidden !important;
    width: 100% !important;
    box-sizing: border-box !important;
}
.elementor-4447 .elementor-wc-products ul.products li.product:hover,
.woocommerce ul.products li.product:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 14px 30px rgba(0, 56, 57, 0.38), 0 6px 16px rgba(1, 138, 0, 0.32) !important;
    border-color: #018a00 !important;
}

/* Make product loop wrapper stretch 100% inside li.product */
.elementor-4447 .elementor-wc-products ul.products li.product .product-loop-wrapper,
.woocommerce ul.products li.product .product-loop-wrapper {
    display: flex !important;
    flex-direction: column !important;
    flex-grow: 1 !important;
    height: 100% !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Image wrapper - Kill all extra margins and gaps below image */
.elementor-4447 .elementor-wc-products ul.products li.product .product-loop-image-wrapper,
.woocommerce ul.products li.product .product-loop-image-wrapper {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    position: relative !important;
}
.elementor-4447 .elementor-wc-products ul.products li.product .product-loop-image-wrapper > a,
.woocommerce ul.products li.product .product-loop-image-wrapper > a {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 0 !important;
    font-size: 0 !important;
}

/* Wishlist Button Fix - Positioning, Styling and Toggle Icons (Scoped to Product Cards) */
ul.products li.product .tinv-wraper.tinv-wishlist,
ul.products li.product .yith-wcwl-add-to-wishlist,
.woocommerce ul.products li.product .tinv-wraper.tinv-wishlist,
.woocommerce ul.products li.product .yith-wcwl-add-to-wishlist {
    position: absolute !important;
    top: 8px !important;
    right: 8px !important;
    z-index: 99999 !important;
    pointer-events: auto !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
}

.tinv-wraper.tinv-wishlist .tinvwl_add_to_wishlist_button {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 34px !important;
    height: 34px !important;
    background: #ffffff !important;
    border-radius: 50% !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.12) !important;
    z-index: 100000 !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    text-decoration: none !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease !important;
}

.tinv-wraper.tinv-wishlist .tinvwl_add_to_wishlist_button:hover {
    transform: scale(1.08) !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.18) !important;
}

/* Ensure default icon is an outline heart (NOT solid black) */
.tinv-wraper.tinv-wishlist .tinvwl_add_to_wishlist_button::before {
    font-family: "tinvwl-webfont" !important;
    content: "\e909" !important; /* outline heart */
    font-size: 18px !important;
    line-height: 1 !important;
    color: #4b5563 !important;
    display: inline-block !important;
    transition: color 0.2s ease !important;
    margin: 0 !important;
}

/* When product is in wishlist, fill heart with vivid red */
.tinv-wraper.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-product-in-list::before {
    content: "\e908" !important; /* filled heart */
    color: #ef4444 !important;
}

/* Hide extra text labels and tooltips in the loop card */
.tinv-wraper.tinv-wishlist .tinvwl_add_to_wishlist-text,
.tinv-wraper.tinv-wishlist .tinvwl-tooltip,
.tinv-wraper.tinv-wishlist .tinv-wishlist-clear {
    display: none !important;
}

/* Product Image */
.elementor-4447 .elementor-wc-products ul.products li.product img,
.woocommerce ul.products li.product img {
    border-radius: 8px !important;
    aspect-ratio: 1 / 1 !important;
    object-fit: contain !important;
    background: #f8fafc !important;
    padding: 2px !important;
    margin: 0 !important;
    transition: transform 0.3s ease !important;
    width: 100% !important;
    display: block !important;
}
.elementor-4447 .elementor-wc-products ul.products li.product:hover img,
.woocommerce ul.products li.product:hover img {
    transform: scale(1.04) !important;
}

/* Content wrapper - Takes remaining vertical space */
.elementor-4447 .elementor-wc-products ul.products li.product .product-loop-content,
.woocommerce ul.products li.product .product-loop-content {
    display: flex !important;
    flex-direction: column !important;
    flex-grow: 1 !important;
    justify-content: flex-start !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 8px 0 0 0 !important;
}

/* Product Title - Crisp, Normal Line-Height & Beautiful */
.elementor-4447 .elementor-wc-products ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 15.5px !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    line-height: 1.45 !important;
    margin: 0 0 6px 0 !important;
    padding: 0 !important;
    display: block !important;
    overflow: visible !important;
    height: auto !important;
    max-height: none !important;
    min-height: 0 !important;
    white-space: normal !important;
    text-align: left !important;
}
.elementor-4447 .elementor-wc-products ul.products li.product .woocommerce-loop-product__title a,
.woocommerce ul.products li.product .woocommerce-loop-product__title a,
.elementor-4447 .elementor-wc-products ul.products li.product .woocommerce-loop-product__title a.woocommerce-LoopProduct-link,
.woocommerce ul.products li.product .woocommerce-loop-product__title a.woocommerce-LoopProduct-link {
    font-size: inherit !important;
    font-weight: inherit !important;
    color: #0f172a !important;
    line-height: 1.45 !important;
    display: inline !important;
    text-decoration: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Product Rating / Stars Spacing - Prevent collision with title and price/buttons */
.woocommerce ul.products li.product .star-rating,
.woocommerce .star-rating,
.elementor-wc-products .star-rating,
.elementor-4447 .star-rating {
    margin: 6px 0 12px 0 !important;
    display: block !important;
    float: none !important;
    clear: both !important;
}

/* Product Price - Perfectly Aligned with ample breathing room */
.elementor-4447 .elementor-wc-products ul.products li.product .price,
.woocommerce ul.products li.product .price {
    font-size: 17.5px !important;
    font-weight: 700 !important;
    color: var(--sf-primary) !important;
    margin-top: 4px !important;
    margin-bottom: 12px !important;
    min-height: 36px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-end !important;
    align-items: flex-start !important;
    text-align: left !important;
    position: static !important;
    line-height: 1.2 !important;
}
.elementor-4447 .elementor-wc-products ul.products li.product .price del,
.woocommerce ul.products li.product .price del {
    color: #94a3b8 !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    margin-right: 0 !important;
    margin-bottom: 2px !important;
}
.elementor-4447 .elementor-wc-products ul.products li.product .price ins,
.woocommerce ul.products li.product .price ins {
    text-decoration: none !important;
    color: var(--sf-primary) !important;
}

/* When a product has NO price (e.g. Call for price / custom inquiry) ensure spacing before buttons */
.elementor-4447 .elementor-wc-products ul.products li.product .product-loop-content > *:last-child,
.woocommerce ul.products li.product .product-loop-content > *:last-child {
    margin-bottom: 12px !important;
}

/* Push the meta area (price + buttons) to the bottom */
.elementor-4447 .elementor-wc-products ul.products li.product .product-loop-meta,
.woocommerce ul.products li.product .product-loop-meta {
    margin-top: auto !important;
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    padding: 0 !important;
}

.elementor-4447 .elementor-wc-products ul.products li.product .animated-meta,
.woocommerce ul.products li.product .animated-meta {
    margin-top: auto !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-end !important;
    width: 100% !important;
    padding: 0 !important;
}

/* ==========================================================================
   PERFECT PRODUCT BUTTONS & QUICK VIEW STYLING (Separated & Locked to Bottom)
   ========================================================================== */

/* Primary Action Button ("Add to Cart" / "Read more") - Solid Modern Green */
.elementor-4447 .elementor-wc-products ul.products li.product a.button,
.elementor-4447 .elementor-wc-products ul.products li.product .button,
.woocommerce ul.products li.product a.button,
.woocommerce ul.products li.product .button {
    background: linear-gradient(135deg, #16a34a 0%, #15803d 100%) !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 8px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    padding: 0 12px !important;
    height: 40px !important;
    line-height: 40px !important;
    text-align: center !important;
    transition: all 0.25s ease !important;
    position: static !important;
    margin-top: auto !important; /* Force button container/button to bottom */
    margin-bottom: 8px !important;
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    box-sizing: border-box !important;
    text-decoration: none !important;
    box-shadow: 0 2px 6px rgba(22, 163, 74, 0.2) !important;
}
.elementor-4447 .elementor-wc-products ul.products li.product a.button:hover,
.elementor-4447 .elementor-wc-products ul.products li.product .button:hover,
.woocommerce ul.products li.product a.button:hover,
.woocommerce ul.products li.product .button:hover {
    background: linear-gradient(135deg, #15803d 0%, #166534 100%) !important;
    color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(22, 163, 74, 0.35) !important;
    transform: translateY(-1px) !important;
}

/* Secondary Button: Quick View - Locked right below primary button */
.yith-wcqv-button,
a.yith-wcqv-button,
button.yith-wcqv-button,
.quick-view-with-icon,
.woostify-quick-view-btn,
.product-quick-view-btn {
    background: #f8fafc !important;
    color: #334155 !important;
    border: 1.5px solid #cbd5e1 !important;
    border-radius: 8px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    padding: 0 10px !important;
    height: 36px !important;
    line-height: 34px !important;
    text-align: center !important;
    transition: all 0.2s ease !important;
    position: static !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-sizing: border-box !important;
    text-decoration: none !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03) !important;
}
.yith-wcqv-button:hover,
a.yith-wcqv-button:hover,
button.yith-wcqv-button:hover,
.quick-view-with-icon:hover,
.woostify-quick-view-btn:hover,
.product-quick-view-btn:hover {
    background: #f1f5f9 !important;
    color: #0f172a !important;
    border-color: #94a3b8 !important;
    transform: translateY(-1px) !important;
}

/* Sale Badge */
.elementor-4447 .elementor-wc-products ul.products li.product span.onsale,
.woocommerce ul.products li.product span.onsale {
    background: var(--sf-danger) !important;
    color: #ffffff !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    border-radius: 20px !important;
    padding: 3px 10px !important;
    min-height: auto !important;
    min-width: auto !important;
    line-height: 1.2 !important;
    top: 8px !important;
    right: 8px !important;
    left: auto !important;
}

/* Left Sidebar Category Menu - Clean & Simple (No Hover Shift) */
.elementor-4447 .elementor-element.elementor-element-0289f4a {
    background: #ffffff !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 6px !important;
    box-shadow: none !important;
    overflow: visible !important;
    padding: 0 !important;
}
.elementor-4447 .elementor-element.elementor-element-0289f4a .menu-item {
    position: relative !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}
.elementor-4447 .elementor-element.elementor-element-0289f4a .menu-item a {
    padding: 12px 16px !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #4b5563 !important;
    transition: background-color 0.2s ease, color 0.2s ease !important;
    border-bottom: 1px solid #f3f4f6 !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    text-decoration: none !important;
    background: transparent !important;
}
.elementor-4447 .elementor-element.elementor-element-0289f4a .menu-item:last-child a {
    border-bottom: none !important;
}
.elementor-4447 .elementor-element.elementor-element-0289f4a .menu-item a:hover {
    background-color: #f9fafb !important;
    color: var(--sf-primary) !important;
}

/* ==========================================================================
   SEARCH & SHOP ARCHIVE FILTER (Placed ABOVE Products Grid, Modern Toolbar)
   ========================================================================== */

/* Page layout structure: Force header -> filter bar -> products -> footer */
body.search #page,
body.archive.woocommerce #page,
body.post-type-archive-product #page,
body.woocommerce-shop #page {
    display: flex !important;
    flex-direction: column !important;
}

body.search #page > header,
body.archive.woocommerce #page > header,
body.search #page > #masthead,
body.archive.woocommerce #page > #masthead {
    order: 1 !important;
    margin-bottom: 0 !important;
}

/* Secondary: Modern Price Filter Bar (Positioned above product grid) */
body.search #page > #secondary,
body.archive.woocommerce #page > #secondary,
body.post-type-archive-product #page > #secondary,
body.search #secondary.shop-widget,
body.archive.woocommerce #secondary.shop-widget,
body.search #secondary.widget-area,
body.archive.woocommerce #secondary.widget-area,
body.woocommerce-page #secondary.shop-widget {
    order: 2 !important;
    width: 100% !important;
    max-width: 1200px !important;
    margin: 35px auto 8px !important; /* Fixed exact margin clearing header cleanly without hiding */
/* Admin Bar offset so filter section never hides under header for logged-in admin */
.admin-bar.search #page > #secondary,
.admin-bar.archive.woocommerce #page > #secondary,
.admin-bar.post-type-archive-product #page > #secondary,
.admin-bar.woocommerce-page #page > #secondary {
    margin-top: 67px !important;
}

    padding: 14px 22px !important;
    float: none !important;
    clear: both !important;
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 12px !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03) !important;
    box-sizing: border-box !important;
}

/* Primary: Main results and product grid container */
body.search #page > #primary,
body.archive.woocommerce #page > #primary,
body.post-type-archive-product #page > #primary,
body.search #page > .site-content,
body.archive.woocommerce #page > .site-content,
body.search #primary.content-area,
body.archive.woocommerce #primary.content-area,
body.woocommerce-page #primary.content-area {
    order: 3 !important;
    width: 100% !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 15px !important;
    float: none !important;
    box-sizing: border-box !important;
}

/* Footer order */
body.search #page > footer,
body.archive.woocommerce #page > footer,
body.search #page > #colophon,
body.archive.woocommerce #page > #colophon,
body.search #page > .site-footer,
body.archive.woocommerce #page > .site-footer {
    order: 4 !important;
}

/* Eliminate dead vertical space inside main */
body.search #primary #main.site-main,
body.archive.woocommerce #primary #main.site-main,
body.post-type-archive-product #primary #main.site-main {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

body.search .woocommerce-products-header,
body.archive.woocommerce .woocommerce-products-header {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 0 !important;
}

body.search .woocommerce-notices-wrapper,
body.archive.woocommerce .woocommerce-notices-wrapper {
    margin: 0 !important;
    padding: 0 !important;
}

/* Price Filter Widget Inner Layout */
#secondary.shop-widget .widget.widget_price_filter,
#secondary.widget-area .widget.widget_price_filter {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex-wrap: wrap !important;
    gap: 16px 24px !important;
}

/* Widget Title ("Select Price") - Clean, modern, NO search icon */
#secondary .widget_price_filter .widget-title,
body.search #secondary .widget-title,
body.archive.woocommerce #secondary .widget-title,
body.woocommerce-page #secondary .widget-title {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #1e293b !important;
    white-space: nowrap !important;
    display: flex !important;
    align-items: center !important;
    letter-spacing: -0.2px !important;
}

/* STRICTLY REMOVE search icon / magnifying glass next to Select Price */
#secondary .widget-title::before,
#secondary .widget-title::after,
body.search #secondary .widget-title::before,
body.search #secondary .widget-title::after,
body.archive.woocommerce #secondary .widget-title::before,
body.archive.woocommerce #secondary .widget-title::after,
body.woocommerce-page #secondary .widget-title::before,
body.woocommerce-page #secondary .widget-title::after {
    content: none !important;
    display: none !important;
}

/* Form & Slider Wrapper Layout */
#secondary.shop-widget .widget_price_filter form,
#secondary.widget-area .widget_price_filter form {
    margin: 0 !important;
    padding: 0 !important;
    flex: 1 1 auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    width: auto !important;
}

#secondary .widget_price_filter .price_slider_wrapper {
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 16px 22px !important;
    width: 100% !important;
    justify-content: flex-end !important;
}

/* Modern Price Slider Track */
#secondary .widget_price_filter .price_slider.ui-slider {
    flex: 1 1 200px !important;
    max-width: 320px !important;
    min-width: 150px !important;
    height: 6px !important;
    background: #e2e8f0 !important;
    border-radius: 999px !important;
    border: none !important;
    position: relative !important;
    margin: 0 8px 0 0 !important;
}

/* Active Highlight Range (Green gradient matching brand) */
#secondary .widget_price_filter .price_slider .ui-slider-range {
    position: absolute !important;
    top: 0 !important;
    height: 100% !important;
    background: linear-gradient(90deg, #16a34a, #22c55e) !important;
    border-radius: 999px !important;
    border: none !important;
}

/* Interactive Slider Handles (White knob with green border and soft elevation) */
#secondary .widget_price_filter .price_slider .ui-slider-handle {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 18px !important;
    height: 18px !important;
    margin-left: -9px !important;
    background: #ffffff !important;
    border: 2.5px solid #16a34a !important;
    border-radius: 50% !important;
    cursor: pointer !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15) !important;
    outline: none !important;
    transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease !important;
    box-sizing: border-box !important;
}

#secondary .widget_price_filter .price_slider .ui-slider-handle:hover,
#secondary .widget_price_filter .price_slider .ui-slider-handle.ui-state-active,
#secondary .widget_price_filter .price_slider .ui-slider-handle:focus {
    transform: translateY(-50%) scale(1.2) !important;
    border-color: #15803d !important;
    box-shadow: 0 4px 10px rgba(22, 163, 74, 0.35) !important;
}

/* Amount Container (Price Label + Filter Button) */
#secondary .widget_price_filter .price_slider_amount {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    margin: 0 !important;
}

/* Price Label (Neat rounded pill) */
#secondary .widget_price_filter .price_slider_amount .price_label {
    order: 1 !important;
    font-size: 13.5px !important;
    font-weight: 600 !important;
    color: #475569 !important;
    background: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 20px !important;
    padding: 6px 14px !important;
    white-space: nowrap !important;
    line-height: 1.2 !important;
}

#secondary .widget_price_filter .price_slider_amount .price_label .from,
#secondary .widget_price_filter .price_slider_amount .price_label .to {
    color: #16a34a !important;
    font-weight: 700 !important;
}

/* Modern Filter Button */
#secondary .widget_price_filter .price_slider_amount .button {
    order: 2 !important;
    background: linear-gradient(135deg, #16a34a 0%, #15803d 100%) !important;
    color: #ffffff !important;
    border-radius: 8px !important;
    padding: 8px 22px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    border: none !important;
    box-shadow: 0 2px 6px rgba(22, 163, 74, 0.25) !important;
    cursor: pointer !important;
    transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1) !important;
    line-height: 1.4 !important;
}

#secondary .widget_price_filter .price_slider_amount .button:hover {
    background: linear-gradient(135deg, #15803d 0%, #166534 100%) !important;
    box-shadow: 0 4px 12px rgba(22, 163, 74, 0.35) !important;
    transform: translateY(-1px) !important;
}

/* Woostify Sorting Toolbar (Showing results + Relevance) - Tight Gap Reduction */
body.search .woostify-sorting,
body.archive.woocommerce .woostify-sorting,
body.post-type-archive-product .woostify-sorting,
.woocommerce .woostify-sorting {
    margin-top: 0 !important;
    margin-bottom: 4px !important;
    padding: 0 0 6px !important;
    border-bottom: 1px solid #eef2f6 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    min-height: 0 !important;
}

body.search .woostify-sorting .woostify-toolbar-left,
body.archive.woocommerce .woostify-sorting .woostify-toolbar-left,
.woostify-toolbar-left {
    display: flex !important;
    align-items: center !important;
    gap: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Results count text - Vertically centered with dropdown */
body.search .woocommerce-result-count,
body.archive.woocommerce .woocommerce-result-count,
body.post-type-archive-product .woocommerce-result-count,
.woocommerce-result-count {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #475569 !important;
    line-height: 38px !important;
    height: 38px !important;
    display: flex !important;
    align-items: center !important;
}

/* Relevance Dropdown */
body.search .woocommerce-ordering,
body.archive.woocommerce .woocommerce-ordering,
body.post-type-archive-product .woocommerce-ordering,
.woocommerce-ordering {
    margin: 0 !important;
    padding: 0 !important;
    height: 38px !important;
}

body.search .woocommerce-ordering select.orderby,
body.archive.woocommerce .woocommerce-ordering select.orderby,
body.post-type-archive-product .woocommerce-ordering select.orderby,
.woocommerce-ordering select.orderby {
    height: 38px !important;
    line-height: 38px !important;
    padding: 0 34px 0 14px !important;
    border: 1px solid #cbd5e1 !important;
    border-radius: 8px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #334155 !important;
    background-color: #ffffff !important;
    cursor: pointer !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04) !important;
    transition: all 0.2s ease !important;
}

body.search .woocommerce-ordering select.orderby:hover,
body.search .woocommerce-ordering select.orderby:focus,
body.archive.woocommerce .woocommerce-ordering select.orderby:hover,
body.archive.woocommerce .woocommerce-ordering select.orderby:focus,
.woocommerce-ordering select.orderby:hover,
.woocommerce-ordering select.orderby:focus {
    border-color: #16a34a !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(22, 163, 74, 0.15) !important;
}

/* Product Grid Tight Spacing - Zero top margin to eliminate gap below toolbar */
body.search ul.products,
body.archive.woocommerce ul.products,
body.post-type-archive-product ul.products,
body.woocommerce-shop ul.products,
.woocommerce ul.products,
ul.products {
    margin-top: 6px !important;
    margin-bottom: 35px !important;
    padding-top: 0 !important;
}

body.search ul.products li.product,
body.archive.woocommerce ul.products li.product,
body.post-type-archive-product ul.products li.product,
.woocommerce ul.products li.product {
    margin-top: 0 !important;
}

/* Mobile & Tablet Responsiveness */
@media (max-width: 768px) {
    body.search #page > #secondary,
    body.archive.woocommerce #page > #secondary,
    body.post-type-archive-product #page > #secondary,
    body.woocommerce-page #page > #secondary {
        margin: 10px 12px 8px !important;
        padding: 12px 16px !important;
        width: calc(100% - 24px) !important;
    }
    .admin-bar.search #page > #secondary,
    .admin-bar.archive.woocommerce #page > #secondary,
    .admin-bar.post-type-archive-product #page > #secondary,
    .admin-bar.woocommerce-page #page > #secondary {
        margin-top: 42px !important;
    }
    #secondary.shop-widget .widget.widget_price_filter,
    #secondary.widget-area .widget.widget_price_filter {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 12px !important;
    }
    #secondary.shop-widget .widget_price_filter form,
    #secondary.widget-area .widget_price_filter form,
    #secondary .widget_price_filter .price_slider_wrapper {
        width: 100% !important;
        justify-content: flex-start !important;
    }
    #secondary .widget_price_filter .price_slider.ui-slider {
        max-width: 100% !important;
        width: 100% !important;
        margin: 6px 0 12px !important;
    }
    #secondary .widget_price_filter .price_slider_amount {
        width: 100% !important;
        justify-content: space-between !important;
    }
    body.search #page > #primary,
    body.archive.woocommerce #page > #primary {
        padding: 0 12px !important;
    }
}


/* ==========================================================================
   5. SEARCH RESULTS PAGE STYLING (search.php)
   ========================================================================== */
.sf-search-results-page {
    background: #f8fafc;
    min-height: 60vh;
}
.sf-search-header {
    background: #ffffff;
    border-bottom: 1px solid #e2e8f0;
    padding: 35px 20px 25px;
    margin-bottom: 30px;
    text-align: center;
}
.sf-search-title {
    font-size: 24px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 6px;
}
.sf-search-title span {
    color: var(--sf-primary);
}
.sf-search-count {
    font-size: 14px;
    color: #64748b;
    margin: 0;
}
.sf-product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px 50px;
}
.sf-product-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 16px rgba(0, 56, 57, 0.22), 0 2px 6px rgba(1, 138, 0, 0.18);
    border: 1.5px solid rgba(0, 56, 57, 0.18);
    transition: all 0.3s ease;
}
.sf-product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 30px rgba(0, 56, 57, 0.38), 0 6px 16px rgba(1, 138, 0, 0.32);
    border-color: #018a00;
}
.sf-product-card__image {
    background: #f8fafc;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    position: relative;
}
.sf-product-card__image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}
.sf-product-card:hover .sf-product-card__image img {
    transform: scale(1.05);
}
.sf-product-card__info {
    padding: 16px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.sf-product-card__title {
    font-size: 15.5px;
    font-weight: 600;
    color: #1e293b;
    margin: 0 0 10px;
    line-height: 1.45;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 45px;
}
.sf-product-card__price {
    font-size: 16px;
    font-weight: 700;
    color: var(--sf-primary);
    margin-top: auto;
    margin-bottom: 12px;
}
.sf-product-card__action {
    padding: 0 16px 16px;
}
.sf-product-card__action .button {
    width: 100%;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 38px !important;
    background: #f0fdf4 !important;
    color: #15803d !important;
    border: 1.5px solid #22c55e !important;
    border-radius: 8px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    padding: 0 10px !important;
    transition: all 0.2s ease !important;
    text-decoration: none !important;
}
.sf-product-card__action .button:hover {
    background: var(--sf-primary) !important;
    color: #ffffff !important;
}


/* ==========================================================================
   6. RESPONSIVE DESIGN (MOBILE & TABLET)
   ========================================================================== */
@media (max-width: 1024px) {
    .elementor-12428 .elementor-element.elementor-element-1aef9e1 {
        flex-wrap: wrap !important;
        padding: 10px 16px !important;
    }
    .elementor-12428 .elementor-element.elementor-element-2852b59 {
        order: 4 !important;
        flex: 1 1 100% !important;
        max-width: 100% !important;
        margin: 8px 0 0 0 !important;
    }
    .elementor-12428 .elementor-element.elementor-element-41a8167 {
        order: 2 !important;
    }
    .elementor-12428 .elementor-element.elementor-element-6e56ac1 {
        order: 3 !important;
    }
}

/* Tablet: 2 columns */
@media (min-width: 601px) and (max-width: 991px) {
    .elementor-4447 .elementor-wc-products ul.products,
    .woocommerce ul.products {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 16px !important;
    }
    .sf-product-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
}

@media (max-width: 767px) {
    .elementor-12428 .elementor-element.elementor-element-1aef9e1 {
        padding: 5px 12px !important;
    }
    .elementor-12428 .elementor-element.elementor-element-beb9cc3 img {
        max-height: 42px !important;
    }
    .sf-search-form {
        height: 40px !important;
    }
    .sf-search-btn span {
        display: none !important;
    }
    .sf-search-btn {
        padding: 0 14px !important;
    }
    .elementor-4447 .elementor-wc-products ul.products,
    .woocommerce ul.products {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px !important;
    }
    .elementor-4447 .elementor-element.elementor-element-0d55b3c .elementor-heading-title {
        font-size: 22px !important;
    }
    .elementor-4447 .elementor-element.elementor-element-e646bf8 .elementskit-post-body {
        padding: 14px 16px !important;
    }
    .elementor-4447 .elementor-element.elementor-element-e646bf8 .entry-title {
        font-size: 15px !important;
    }
    .sf-product-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        padding: 0 10px 30px;
    }
}

/* Fix dropdown sub-menu layout so it doesn't overlap and stick */
.elementor-4447 .elementor-element.elementor-element-0289f4a .menu-item .sub-menu {
    position: absolute !important;
    top: 0 !important;
    left: 100% !important; /* Show to the right */
    min-width: 220px !important;
    background: #ffffff !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 6px !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translateX(10px) !important;
    transition: all 0.25s ease !important;
    z-index: 99999 !important;
}
/* Show on hover */
.elementor-4447 .elementor-element.elementor-element-0289f4a .menu-item:hover > .sub-menu {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateX(0) !important;
}


/* ==========================================================================
   FUNGICIDE SLIDESHOW ("অত্যান্ত কার্যকরী ছত্রাকনাশক" - Container 68978e8 & Widget f611068)
   ========================================================================== */
.elementor-4447 .elementor-element.elementor-element-68978e8 {
    width: 100% !important;
    max-width: 1440px !important;
    margin: 35px auto 45px !important;
    padding: 35px 25px !important;
    border-radius: 20px !important;
    background: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04) !important;
    box-sizing: border-box !important;
}

/* Swiper Carousel Container */
.elementor-4447 .elementor-element.elementor-element-f611068 {
    width: 100% !important;
    margin: 0 auto 25px !important;
    position: relative !important;
}

.elementor-4447 .elementor-element.elementor-element-f611068 .elementor-image-carousel-wrapper {
    padding: 10px 0 40px !important;
}

/* Slides Styling - Large and Prominent */
.elementor-4447 .elementor-element.elementor-element-f611068 .swiper-slide {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    border-radius: 16px !important;
    overflow: hidden !important;
}

.elementor-4447 .elementor-element.elementor-element-f611068 .swiper-slide-image {
    width: 100% !important;
    height: auto !important;
    max-height: 480px !important;
    min-height: 380px !important;
    object-fit: contain !important;
    border-radius: 14px !important;
    background: #ffffff !important;
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.06) !important;
}

/* Modern Swiper Pagination Dots */
.elementor-4447 .elementor-element.elementor-element-f611068 .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    background: #cbd5e1 !important;
    opacity: 0.8 !important;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
    margin: 0 5px !important;
    border-radius: 50px !important;
}

.elementor-4447 .elementor-element.elementor-element-f611068 .swiper-pagination-bullet-active {
    width: 30px !important;
    background: #16a34a !important;
    opacity: 1 !important;
    box-shadow: 0 2px 6px rgba(22, 163, 74, 0.35) !important;
}

/* Solid, Stable Swiper Navigation Arrows - ABSOLUTELY NO FLOATING OR SCALE */
.elementor-4447 .elementor-element.elementor-element-f611068 .elementor-swiper-button {
    width: 44px !important;
    height: 44px !important;
    background: #16a34a !important;
    border-radius: 50% !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15) !important;
    color: #ffffff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: background-color 0.2s ease !important;
    transform: none !important; /* NO floating */
    opacity: 1 !important;
}

.elementor-4447 .elementor-element.elementor-element-f611068 .elementor-swiper-button:hover {
    background: #15803d !important;
    color: #ffffff !important;
    transform: none !important; /* NO floating on hover */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2) !important;
    opacity: 1 !important;
}

.elementor-4447 .elementor-element.elementor-element-f611068 .elementor-swiper-button svg,
.elementor-4447 .elementor-element.elementor-element-f611068 .elementor-swiper-button i {
    color: #ffffff !important;
    fill: #ffffff !important;
    transform: none !important;
}

/* "Click here" Button Styling */
.elementor-4447 .elementor-element.elementor-element-7a73667 .elementor-button {
    background: linear-gradient(135deg, #16a34a 0%, #15803d 100%) !important;
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    padding: 13px 40px !important;
    border-radius: 50px !important;
    box-shadow: 0 4px 14px rgba(22, 163, 74, 0.3) !important;
    transition: all 0.25s ease !important;
    letter-spacing: 0.5px !important;
    border: none !important;
}

.elementor-4447 .elementor-element.elementor-element-7a73667 .elementor-button:hover {
    background: linear-gradient(135deg, #15803d 0%, #166534 100%) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(22, 163, 74, 0.45) !important;
}


/* ==========================================================================
   HIDE DOTTED DIVIDERS ABOVE BLOG SECTION & REDUCE GAP
   ========================================================================== */

/* Hide both dotted divider line containers completely */
.elementor-4447 .elementor-element.elementor-element-f431d2e,
.elementor-4447 .elementor-element.elementor-element-45e6f16 {
    display: none !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}

/* Tighten top gap above section heading 7964f10 */
.elementor-4447 .elementor-element.elementor-element-7964f10,
.elementor-4447 .elementor-element.elementor-element-7964f10:not(.elementor-motion-effects-element-type-background),
.elementor-4447 .elementor-element.elementor-element-7964f10 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    margin-top: 5px !important;
    padding-top: 30px !important;
}

/* Hide dotted dividers ABOVE fungicide section (4c02ae9 and 3a5145f) */
.elementor-4447 .elementor-element.elementor-element-4c02ae9,
.elementor-4447 .elementor-element.elementor-element-3a5145f {
    display: none !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}


/* Modern Dokan & WooCommerce Info Notices */
.dokan-info,
.woocommerce-info,
.woocommerce-message,
.woocommerce-error {
    background: #eff6ff !important;
    border: 1px solid #bfdbfe !important;
    border-left: 4px solid #3b82f6 !important;
    color: #1e40af !important;
    border-radius: 8px !important;
    padding: 12px 18px 12px 18px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    margin-bottom: 20px !important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04) !important;
    display: block !important;
    overflow: hidden !important;
    position: relative !important;
}
/* Remove the overlapping icon pseudo-element completely */
.dokan-info::before,
.woocommerce-info::before,
.woocommerce-message::before,
.woocommerce-error::before {
    display: none !important;
    content: none !important;
    width: 0 !important;
    height: 0 !important;
}

/* ==========================================================================
   HOMEPAGE SIDEBAR CATEGORY REMOVAL & SLIDER EXPANSION
   ========================================================================== */
/* Hide the left sidebar column (0289f4a) and its category menu widget (19ec097) */
.elementor-4447 .elementor-element.elementor-element-0289f4a,
.elementor-element.elementor-element-0289f4a,
.elementor-element.elementor-element-19ec097 {
    display: none !important;
    width: 0 !important;
    max-width: 0 !important;
    flex: 0 0 0% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}

/* Expand the main slider / banner column to full 100% width */
.elementor-4447 .elementor-element.elementor-element-ad8ae7b > .elementor-container > .elementor-column:not(.elementor-element-0289f4a),
.elementor-element.elementor-element-ad8ae7b > .elementor-container > .elementor-column:not(.elementor-element-0289f4a) {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
}


/* ==========================================================================
   7. WOOCOMMERCE MY ACCOUNT - MODERN DASHBOARD OVERHAUL
   ========================================================================== */

/* 7a. Account Page Container & Header Clearance */
body.woocommerce-account #primary {
    max-width: 1220px !important;
    margin: 0 auto !important;
    padding: 30px 20px 70px 20px !important;
    box-sizing: border-box !important;
    float: none !important;
}
body.admin-bar.woocommerce-account #primary {
    padding-top: 35px !important;
}

/* Flex Container for Top Banner + Two Columns */
.woocommerce-account .woocommerce {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    align-items: flex-start !important;
    gap: 24px !important;
    width: 100% !important;
    margin: 0 !important;
    box-sizing: border-box !important;
}
@media (max-width: 991px) {
    .woocommerce-account .woocommerce {
        flex-direction: column !important;
        gap: 20px !important;
    }
}

/* 7b. USER PROFILE BANNER AT THE TOP (Full Width) */
.sf-account-user-card {
    flex: 1 1 100% !important;
    width: 100% !important;
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 16px !important;
    padding: 18px 24px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    box-sizing: border-box !important;
    margin-bottom: 4px !important;
}
.sf-account-user-left {
    display: flex !important;
    align-items: center !important;
    gap: 16px !important;
}
.sf-account-avatar {
    width: 52px !important;
    height: 52px !important;
    border-radius: 50% !important;
    background: linear-gradient(135deg, #16a34a, #15803d) !important;
    color: #ffffff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    box-shadow: 0 4px 12px rgba(22, 163, 74, 0.25) !important;
    flex-shrink: 0 !important;
}
.sf-account-user-info {
    overflow: hidden !important;
}
.sf-account-greeting {
    display: block !important;
    font-size: 13px !important;
    color: #64748b !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
}
.sf-account-name {
    margin: 2px 0 4px 0 !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    line-height: 1.3 !important;
}
.sf-account-badge {
    display: inline-block !important;
    background: #f0fdf4 !important;
    color: #16a34a !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    padding: 2px 10px !important;
    border-radius: 9999px !important;
    border: 1px solid #bbf7d0 !important;
}
.sf-account-user-right {
    color: #64748b !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}

/* 7c. MENU ON THE LEFT (Sidebar Navigation Card) */
.woocommerce-MyAccount-navigation {
    flex: 0 0 270px !important;
    width: 270px !important;
    max-width: 270px !important;
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 16px !important;
    padding: 16px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04) !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    float: none !important;
    border-right: 1px solid #e2e8f0 !important;
}
@media (max-width: 991px) {
    .woocommerce-MyAccount-navigation {
        flex: 1 1 100% !important;
        width: 100% !important;
        max-width: 100% !important;
        margin-bottom: 20px !important;
    }
}

/* Navigation Links List */
.woocommerce-MyAccount-navigation ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 4px !important;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link {
    margin: 0 !important;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 11px 14px !important;
    border-radius: 10px !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #475569 !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
    border-left: 3px solid transparent !important;
    background: transparent !important;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a .woostify-svg-icon {
    margin-right: 12px !important;
    color: #64748b !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: color 0.2s ease !important;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a .woostify-svg-icon svg {
    width: 18px !important;
    height: 18px !important;
    stroke-width: 1.8 !important;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a:hover {
    background: #f8fafc !important;
    color: #0f172a !important;
    transform: translateX(3px) !important;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active a {
    background: #f0fdf4 !important;
    color: #16a34a !important;
    font-weight: 600 !important;
    border-left-color: #16a34a !important;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active a .woostify-svg-icon {
    color: #16a34a !important;
}

/* Logout Item */
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--customer-logout {
    margin-top: 10px !important;
    padding-top: 10px !important;
    border-top: 1px solid #f1f5f9 !important;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--customer-logout a {
    color: #64748b !important;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--customer-logout a:hover {
    background: #fef2f2 !important;
    color: #ef4444 !important;
    border-left-color: #ef4444 !important;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--customer-logout a:hover .woostify-svg-icon {
    color: #ef4444 !important;
}

/* 7d. CONTENT ON THE RIGHT (Main Content Card) */
.woocommerce-MyAccount-content {
    flex: 1 1 calc(100% - 294px) !important;
    width: calc(100% - 294px) !important;
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 16px !important;
    padding: 28px 32px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04) !important;
    box-sizing: border-box !important;
    min-height: 420px !important;
    float: none !important;
}
@media (max-width: 991px) {
    .woocommerce-MyAccount-content {
        flex: 1 1 100% !important;
        width: 100% !important;
        padding: 20px !important;
    }
}

/* 7e. Modern Notice & Alert Banners */
.woocommerce-info,
.woocommerce-message,
.woocommerce-error {
    background: #eff6ff !important;
    border: 1px solid #bfdbfe !important;
    border-left: 5px solid #3b82f6 !important;
    border-radius: 12px !important;
    padding: 16px 20px !important;
    color: #1e40af !important;
    font-size: 15px !important;
    margin-bottom: 24px !important;
    display: block !important;
    overflow: hidden !important;
    line-height: 1.6 !important;
    position: relative !important;
}
/* CRITICAL: Hide the icon ::before that overlaps text */
.woocommerce-info::before,
.woocommerce-message::before,
.woocommerce-error::before,
.woocommerce-info::after,
.woocommerce-message::after,
.woocommerce-error::after {
    display: none !important;
    content: none !important;
    width: 0 !important;
    height: 0 !important;
    position: static !important;
    float: none !important;
}
.woocommerce-message {
    background: #f0fdf4 !important;
    border-color: #bbf7d0 !important;
    border-left-color: #16a34a !important;
    color: #166534 !important;
}
.woocommerce-error {
    background: #fef2f2 !important;
    border-color: #fecaca !important;
    border-left-color: #ef4444 !important;
    color: #991b1b !important;
}
.woocommerce-info .button,
.woocommerce-message .button,
.woocommerce-error .button {
    background: #2563eb !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 8px 18px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    transition: all 0.2s !important;
    float: right !important;
    margin-left: 15px !important;
    box-shadow: 0 2px 6px rgba(37, 99, 235, 0.25) !important;
    position: relative !important;
    z-index: 1 !important;
}
.woocommerce-info .button:hover,
.woocommerce-message .button:hover {
    background: #1d4ed8 !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 10px rgba(37, 99, 235, 0.35) !important;
}

/* 7f. Orders Table Modern Design */
.woocommerce-orders-table {
    width: 100% !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    margin-top: 10px !important;
}
.woocommerce-orders-table th {
    background: #f8fafc !important;
    color: #475569 !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    padding: 14px 18px !important;
    border-bottom: 2px solid #e2e8f0 !important;
    border-top: none !important;
    text-align: left !important;
}
.woocommerce-orders-table td {
    padding: 16px 18px !important;
    border-bottom: 1px solid #f1f5f9 !important;
    border-top: none !important;
    color: #1e293b !important;
    font-size: 15px !important;
    vertical-align: middle !important;
}
.woocommerce-orders-table tr:last-child td {
    border-bottom: none !important;
}
.woocommerce-orders-table tr:hover td {
    background-color: #fafbfd !important;
}
.woocommerce-orders-table__cell-order-number a {
    color: #16a34a !important;
    font-weight: 700 !important;
    text-decoration: none !important;
}
.woocommerce-orders-table__cell-order-number a:hover {
    text-decoration: underline !important;
}
.woocommerce-orders-table__cell-order-actions a.button,
.woocommerce-orders-table__cell-order-actions a.view {
    background: #16a34a !important;
    color: #ffffff !important;
    border-radius: 8px !important;
    padding: 7px 18px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    border: none !important;
    display: inline-block !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
    box-shadow: 0 2px 6px rgba(22, 163, 74, 0.25) !important;
}
.woocommerce-orders-table__cell-order-actions a.button:hover,
.woocommerce-orders-table__cell-order-actions a.view:hover {
    background: #15803d !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 12px rgba(22, 163, 74, 0.35) !important;
}
/* Order status badges */
.woocommerce-orders-table__row--status-cancelled .woocommerce-orders-table__cell-order-status {
    color: #dc2626 !important;
    font-weight: 600 !important;
}
.woocommerce-orders-table__row--status-completed .woocommerce-orders-table__cell-order-status {
    color: #16a34a !important;
    font-weight: 600 !important;
}
.woocommerce-orders-table__row--status-processing .woocommerce-orders-table__cell-order-status {
    color: #4338ca !important;
    font-weight: 600 !important;
}
.woocommerce-orders-table__row--status-on-hold .woocommerce-orders-table__cell-order-status {
    color: #b45309 !important;
    font-weight: 600 !important;
}

/* 7g. Addresses Section Modern Design (Robust Side-by-Side Flex Layout) */
.woocommerce-Addresses,
.woocommerce-MyAccount-content .woocommerce-Addresses,
.woocommerce-MyAccount-content .u-columns.col2-set {
    display: flex !important;
    flex-direction: row !important;
    gap: 20px !important;
    margin-top: 20px !important;
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    clear: both !important;
    box-sizing: border-box !important;
}
@media (max-width: 767px) {
    .woocommerce-Addresses,
    .woocommerce-MyAccount-content .woocommerce-Addresses,
    .woocommerce-MyAccount-content .u-columns.col2-set {
        flex-direction: column !important;
    }
}
.woocommerce-Addresses .woocommerce-Address,
.woocommerce-Addresses .u-column1,
.woocommerce-Addresses .u-column2,
.woocommerce-MyAccount-content .u-columns .u-column1,
.woocommerce-MyAccount-content .u-columns .u-column2 {
    flex: 1 1 50% !important;
    width: 50% !important;
    max-width: 50% !important;
    margin: 0 !important;
    padding: 24px !important;
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 14px !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03) !important;
    box-sizing: border-box !important;
    float: none !important;
}
@media (max-width: 767px) {
    .woocommerce-Addresses .woocommerce-Address,
    .woocommerce-Addresses .u-column1,
    .woocommerce-Addresses .u-column2,
    .woocommerce-MyAccount-content .u-columns .u-column1,
    .woocommerce-MyAccount-content .u-columns .u-column2 {
        width: 100% !important;
        max-width: 100% !important;
    }
}
.woocommerce-Address .woocommerce-Address-title,
.woocommerce-Address header.title {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100% !important;
    margin-bottom: 16px !important;
    padding-bottom: 12px !important;
    border-bottom: 1px solid #f1f5f9 !important;
    gap: 12px !important;
    flex-wrap: nowrap !important;
    box-sizing: border-box !important;
}
.woocommerce-Address .woocommerce-Address-title h3,
.woocommerce-Address header.title h3 {
    font-size: 17px !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    margin: 0 !important;
    padding: 0 !important;
    white-space: nowrap !important;
    line-height: 1.4 !important;
    flex: 0 0 auto !important;
    display: block !important;
}
.woocommerce-Address .woocommerce-Address-title a.edit,
.woocommerce-Address header.title a.edit,
.woocommerce-Address .woocommerce-Address-title .edit {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    padding: 6px 14px !important;
    border-radius: 8px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #16a34a !important;
    background: #f0fdf4 !important;
    border: 1px solid #bbf7d0 !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
    white-space: nowrap !important;
    line-height: 1.4 !important;
    flex: 0 0 auto !important;
    margin: 0 !important;
}
.woocommerce-Address .woocommerce-Address-title a.edit:hover,
.woocommerce-Address header.title a.edit:hover,
.woocommerce-Address .woocommerce-Address-title .edit:hover {
    background: #16a34a !important;
    color: #ffffff !important;
    border-color: #16a34a !important;
}
.woocommerce-Address address {
    border: none !important;
    padding: 0 !important;
    font-style: normal !important;
    color: #475569 !important;
    font-size: 14px !important;
    line-height: 1.8 !important;
    word-break: normal !important;
    white-space: normal !important;
}

/* 7g. Account Details Form Modern Design */
.woocommerce-EditAccountForm {
    max-width: 700px !important;
}
.woocommerce-EditAccountForm p.form-row {
    margin-bottom: 18px !important;
}
.woocommerce-EditAccountForm label {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #334155 !important;
    margin-bottom: 6px !important;
    display: block !important;
}
.woocommerce-EditAccountForm input.input-text {
    width: 100% !important;
    height: 48px !important;
    border: 1.5px solid #cbd5e1 !important;
    border-radius: 10px !important;
    padding: 10px 16px !important;
    font-size: 15px !important;
    color: #0f172a !important;
    background: #ffffff !important;
    transition: all 0.2s ease !important;
    box-sizing: border-box !important;
}
.woocommerce-EditAccountForm input.input-text:focus {
    border-color: #16a34a !important;
    box-shadow: 0 0 0 3px rgba(22, 163, 74, 0.15) !important;
    outline: none !important;
}
.woocommerce-EditAccountForm em {
    font-size: 13px !important;
    color: #64748b !important;
    font-style: normal !important;
    margin-top: 4px !important;
    display: block !important;
}
.woocommerce-EditAccountForm fieldset {
    border: 1px solid #e2e8f0 !important;
    border-radius: 14px !important;
    padding: 24px !important;
    background: #f8fafc !important;
    margin: 28px 0 20px 0 !important;
}
.woocommerce-EditAccountForm fieldset legend {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    padding: 0 10px !important;
    margin-bottom: 14px !important;
}
.woocommerce-EditAccountForm button[type="submit"],
.woocommerce-EditAccountForm button.button {
    background: #16a34a !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 10px !important;
    padding: 13px 36px !important;
    height: auto !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    box-shadow: 0 4px 14px rgba(22, 163, 74, 0.25) !important;
    margin-top: 15px !important;
}
.woocommerce-EditAccountForm button[type="submit"]:hover,
.woocommerce-EditAccountForm button.button:hover {
    background: #15803d !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 6px 20px rgba(22, 163, 74, 0.35) !important;
}

/* 7h. Login / Register on My Account Page (Logged-out state) */
.woocommerce-account #customer_login {
    display: flex !important;
    gap: 30px !important;
    max-width: 920px !important;
    margin: 0 auto !important;
    width: 100% !important;
}
@media (max-width: 767px) {
    .woocommerce-account #customer_login {
        flex-direction: column !important;
    }
}
.woocommerce-account .u-column1,
.woocommerce-account .u-column2 {
    flex: 1 1 50% !important;
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 16px !important;
    padding: 30px !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.04) !important;
    box-sizing: border-box !important;
}
.woocommerce-account .woocommerce-form.woocommerce-form-login,
.woocommerce-account .woocommerce-form.woocommerce-form-register {
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
.woocommerce-account #customer_login h2 {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    margin-bottom: 20px !important;
    padding-bottom: 12px !important;
    border-bottom: 1px solid #f1f5f9 !important;
}
.woocommerce-account #customer_login label {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #334155 !important;
    display: block !important;
    margin-bottom: 4px !important;
}
.woocommerce-account #customer_login input.input-text {
    width: 100% !important;
    height: 48px !important;
    border: 1.5px solid #cbd5e1 !important;
    border-radius: 10px !important;
    padding: 10px 16px !important;
    font-size: 15px !important;
    box-sizing: border-box !important;
    transition: all 0.2s ease !important;
}
.woocommerce-account #customer_login input.input-text:focus {
    border-color: #16a34a !important;
    box-shadow: 0 0 0 3px rgba(22, 163, 74, 0.15) !important;
    outline: none !important;
}
.woocommerce-account #customer_login .button {
    background: #16a34a !important;
    color: #ffffff !important;
    border-radius: 10px !important;
    padding: 12px 28px !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    border: none !important;
    transition: all 0.2s ease !important;
    box-shadow: 0 4px 12px rgba(22, 163, 74, 0.25) !important;
}
.woocommerce-account #customer_login .button:hover {
    background: #15803d !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 6px 18px rgba(22, 163, 74, 0.35) !important;
}

/* ============================================================
   7i. Profile Picture Upload (Account Details Page)
   ============================================================ */

/* Avatar in header banner - when a photo is uploaded */
.sf-account-avatar.sf-has-photo {
    background: transparent !important;
    padding: 0 !important;
}
.sf-account-avatar.sf-has-photo img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 50% !important;
    display: block !important;
}
.sf-account-avatar.sf-has-photo span {
    display: none !important;
}

/* Upload section wrapper */
.sf-avatar-upload-wrap {
    display: flex !important;
    align-items: center !important;
    gap: 24px !important;
    padding: 24px !important;
    background: linear-gradient(135deg, #f0fdf4 0%, #f8fafc 100%) !important;
    border: 1.5px solid #bbf7d0 !important;
    border-radius: 16px !important;
    margin-bottom: 28px !important;
}

/* Circular preview */
.sf-avatar-upload-preview {
    position: relative !important;
    width: 100px !important;
    height: 100px !important;
    border-radius: 50% !important;
    overflow: hidden !important;
    flex-shrink: 0 !important;
    background: linear-gradient(135deg, #16a34a, #4ade80) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 4px 18px rgba(22, 163, 74, 0.25) !important;
    cursor: pointer !important;
}
.sf-avatar-upload-preview img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
    border-radius: 50% !important;
}
.sf-avatar-upload-initial {
    font-size: 40px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    line-height: 1 !important;
    text-transform: uppercase !important;
    font-family: inherit !important;
}

/* Camera overlay on hover */
.sf-avatar-upload-overlay {
    position: absolute !important;
    inset: 0 !important;
    border-radius: 50% !important;
    background: rgba(0, 0, 0, 0.45) !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 4px !important;
    opacity: 0 !important;
    transition: opacity 0.2s ease !important;
    cursor: pointer !important;
    color: #ffffff !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    text-align: center !important;
    margin: 0 !important;
    padding: 0 !important;
}
.sf-avatar-upload-preview:hover .sf-avatar-upload-overlay {
    opacity: 1 !important;
}

/* Text actions side */
.sf-avatar-upload-actions {
    display: flex !important;
    flex-direction: column !important;
    gap: 6px !important;
    flex: 1 !important;
}
.sf-avatar-upload-label {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    margin: 0 !important;
    padding: 0 !important;
}
.sf-avatar-upload-hint {
    font-size: 13px !important;
    color: #64748b !important;
    margin: 0 0 8px !important;
    padding: 0 !important;
}

/* Upload button */
.sf-avatar-upload-btn {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 10px 20px !important;
    background: #16a34a !important;
    color: #ffffff !important;
    border-radius: 10px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    box-shadow: 0 3px 10px rgba(22, 163, 74, 0.25) !important;
    width: fit-content !important;
    border: none !important;
    text-decoration: none !important;
    line-height: 1.4 !important;
    margin: 0 !important;
}
.sf-avatar-upload-btn:hover {
    background: #15803d !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 5px 15px rgba(22, 163, 74, 0.35) !important;
    color: #ffffff !important;
    text-decoration: none !important;
}
.sf-avatar-upload-btn svg {
    flex-shrink: 0 !important;
}

@media (max-width: 600px) {
    .sf-avatar-upload-wrap {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 16px !important;
    }
}

/* ============================================================
   8. SELECT2 DROPDOWN FIX - Checkout & Address Forms
   ============================================================ */

/* 1. In-Form Selection Box: Must ALWAYS stay in flow and fill the form-row */
.woocommerce form .form-row .select2-container,
.woocommerce-page form .form-row .select2-container,
.form-row > .woocommerce-input-wrapper > .select2-container,
.form-row .select2-container,
.woocommerce form .form-row .select2-container--open,
.woocommerce-page form .form-row .select2-container--open,
.form-row > .woocommerce-input-wrapper > .select2-container--open,
.form-row .select2-container--open {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    top: auto !important;
    left: auto !important;
}

/* 2. The closed selection box that the user clicks */
.form-row .select2-container .select2-selection--single {
    width: 100% !important;
    max-width: 100% !important;
    height: 48px !important;
    border: 1.5px solid #cbd5e1 !important;
    border-radius: 10px !important;
    background-color: #ffffff !important;
    display: flex !important;
    align-items: center !important;
    padding: 0 38px 0 14px !important;
    box-sizing: border-box !important;
    cursor: pointer !important;
    position: relative !important;
    transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
}

/* Focused / Open state of the selection box in the form */
.form-row .select2-container--open .select2-selection--single,
.form-row .select2-container .select2-selection--single:focus {
    border-color: #16a34a !important;
    box-shadow: 0 0 0 3px rgba(22, 163, 74, 0.15) !important;
    outline: none !important;
}

.form-row .select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.form-row .select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

/* Text inside the selection box */
.select2-container .select2-selection--single .select2-selection__rendered {
    color: #0f172a !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 46px !important;
    padding: 0 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    width: 100% !important;
}

/* Arrow / Chevron icon inside the box */
.select2-container .select2-selection--single .select2-selection__arrow {
    position: absolute !important;
    right: 12px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    height: 20px !important;
    width: 20px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.select2-container .select2-selection--single .select2-selection__arrow b {
    border-color: #64748b transparent transparent transparent !important;
    border-style: solid !important;
    border-width: 6px 5px 0 5px !important;
    height: 0 !important;
    width: 0 !important;
    display: block !important;
    margin: 0 !important;
    transition: transform 0.2s ease !important;
}
.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #16a34a transparent !important;
    border-width: 0 5px 6px 5px !important;
}

/* 3. The Body-Level Open Dropdown Container ONLY (NEVER in-form container) */
body > .select2-container--open {
    position: absolute !important;
    z-index: 999999 !important;
}

/* The floating dropdown card */
.select2-dropdown {
    background: #ffffff !important;
    border: 1.5px solid #16a34a !important;
    border-radius: 10px !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15) !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    z-index: 999999 !important;
    margin: 0 !important;
}
.select2-dropdown--below {
    border-top: none !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    margin-top: 0 !important;
}
.select2-dropdown--above {
    border-bottom: none !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    margin-bottom: 0 !important;
}

/* Search input inside the dropdown */
.select2-search--dropdown {
    padding: 8px 10px !important;
    background: #f8fafc !important;
    border-bottom: 1px solid #e2e8f0 !important;
    box-sizing: border-box !important;
}
.select2-search--dropdown .select2-search__field {
    width: 100% !important;
    height: 38px !important;
    border: 1.5px solid #cbd5e1 !important;
    border-radius: 8px !important;
    padding: 6px 12px !important;
    font-size: 14px !important;
    color: #0f172a !important;
    outline: none !important;
    box-sizing: border-box !important;
    background: #ffffff !important;
    transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
}
.select2-search--dropdown .select2-search__field:focus {
    border-color: #16a34a !important;
    box-shadow: 0 0 0 2px rgba(22, 163, 74, 0.15) !important;
    outline: none !important;
}

/* Results list */
.select2-results {
    max-height: 240px !important;
    overflow-y: auto !important;
    background: #ffffff !important;
}
.select2-results__options {
    padding: 4px 0 !important;
    list-style: none !important;
    margin: 0 !important;
}
.select2-results__option {
    padding: 10px 14px !important;
    font-size: 14px !important;
    color: #334155 !important;
    cursor: pointer !important;
    transition: background 0.15s ease, color 0.15s ease !important;
}
.select2-results__option--highlighted,
.select2-results__option--highlighted[aria-selected],
.select2-results__option:hover {
    background-color: #16a34a !important;
    color: #ffffff !important;
}
.select2-results__option[aria-selected="true"] {
    background-color: #f0fdf4 !important;
    color: #166534 !important;
    font-weight: 600 !important;
}
.select2-results__option[aria-selected="true"].select2-results__option--highlighted,
.select2-results__option[aria-selected="true"]:hover {
    background-color: #16a34a !important;
    color: #ffffff !important;
}

/* Scrollbar inside dropdown */
.select2-results__options::-webkit-scrollbar {
    width: 6px !important;
}
.select2-results__options::-webkit-scrollbar-track {
    background: #f8fafc !important;
}
.select2-results__options::-webkit-scrollbar-thumb {
    background: #cbd5e1 !important;
    border-radius: 3px !important;
}

/* Ensure parent form containers don't hide or clip the dropdown */
.woocommerce-checkout .form-row,
.woocommerce-address-fields .form-row,
.woocommerce-EditAccountForm .form-row,
.woocommerce form .form-row,
.woocommerce form p.form-row,
.woocommerce-input-wrapper {
    overflow: visible !important;
}
.woocommerce-checkout #customer_details,
.woocommerce-checkout .woocommerce-billing-fields,
.woocommerce-checkout .woocommerce-shipping-fields,
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper {
    overflow: visible !important;
}

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Bengali:wght@400;500;600;700;800&family=Noto+Serif+Bengali:wght@600;700&family=Outfit:wght@400;500;600;700&display=swap');

/* ============================================================
   9. UNWANTED DIVIDER REMOVAL (Line before footer)
   ============================================================ */
.elementor-element-4ada69e,
.elementor-element-3cc2cbd {
    display: none !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}

/* ============================================================
   10. FOOTER DESIGN - Deep Teal & Rich Green (Large Font Edition)
   ============================================================ */

/* Main footer container - Deep Teal Pine (#003839) */
#colophon,
.elementor-11981 {
    background-color: #003839 !important;
    background: #003839 !important;
    position: relative !important;
    border-top: none !important;
}
#colophon::before {
    display: none !important;
}
.elementor-11981 .elementor-element-bcc7532 {
    padding: 50px 24px 38px !important;
    background: transparent !important;
}

/* Footer Logo - Inside White Rounded Card */
.elementor-11981 .elementor-element-9987082 {
    text-align: left !important;
    margin-bottom: 18px !important;
}
.elementor-11981 .elementor-element-9987082 img {
    background: #ffffff !important;
    padding: 10px 18px !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25) !important;
    max-width: 210px !important;
    display: inline-block !important;
    filter: none !important;
}

/* Footer tagline text - Large, crisp white */
.elementor-11981 .elementor-element-21ba5a7,
.elementor-11981 .elementor-element-21ba5a7 p,
.elementor-11981 .elementor-element-21ba5a7 strong {
    font-family: 'Noto Sans Bengali', 'Noto Serif Bengali', sans-serif !important;
    color: #ffffff !important;
    font-size: 18px !important;
    line-height: 1.75 !important;
    font-weight: 600 !important;
    text-align: left !important;
    letter-spacing: 0.2px !important;
}

/* Footer headings - Large 24px, Underlined, Mint-Lime Green (#a0f6a5) */
.elementor-11981 .elementor-element-476a401 .elementor-heading-title,
.elementor-11981 .elementor-element-15c17f0 .elementor-heading-title,
.elementor-11981 .elementor-element-9828cb9 .elementor-heading-title {
    font-family: 'Noto Serif Bengali', 'Noto Sans Bengali', 'Georgia', serif !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #a0f6a5 !important;
    text-decoration: underline !important;
    text-underline-offset: 8px !important;
    text-decoration-thickness: 2.5px !important;
    text-decoration-color: #a0f6a5 !important;
    letter-spacing: 0.5px !important;
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    text-shadow: none !important;
    padding: 0 !important;
    margin: 0 0 20px 0 !important;
    display: inline-block !important;
}
.elementor-11981 .elementor-element-476a401 .elementor-heading-title::after,
.elementor-11981 .elementor-element-15c17f0 .elementor-heading-title::after,
.elementor-11981 .elementor-element-9828cb9 .elementor-heading-title::after {
    display: none !important;
}

/* Footer contact info list - Large 18px font & 19px icons */
.elementor-11981 .elementor-element-c34a562 .elementor-icon-list-item {
    padding: 7px 0 !important;
}
.elementor-11981 .elementor-element-c34a562 .elementor-icon-list-item a,
.elementor-11981 .elementor-element-c34a562 .elementor-icon-list-text {
    font-family: 'Outfit', 'Noto Sans Bengali', sans-serif !important;
    color: #ffffff !important;
    font-size: 19px !important;
    font-weight: 700 !important;
    line-height: 1.7 !important;
    letter-spacing: 0.8px !important;
    text-shadow: none !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    transition: color 0.2s ease !important;
}
.elementor-11981 .elementor-element-c34a562 .elementor-icon-list-item:hover .elementor-icon-list-text {
    color: #a0f6a5 !important;
}
.elementor-11981 .elementor-element-c34a562 .elementor-icon-list-icon i {
    color: #a0f6a5 !important;
    font-size: 20px !important;
}

/* Footer quick/important links - Large 17.5px font */
.elementor-11981 .elementor-element-1be1b5f .elementor-icon-list-item {
    padding: 6px 0 !important;
}
.elementor-11981 .elementor-element-1be1b5f .elementor-icon-list-item a,
.elementor-11981 .elementor-element-1be1b5f .elementor-icon-list-text {
    font-family: 'Noto Sans Bengali', 'Outfit', sans-serif !important;
    color: #ffffff !important;
    font-size: 17.5px !important;
    font-weight: 600 !important;
    transition: all 0.2s ease !important;
    position: relative !important;
    padding-left: 18px !important;
}
.elementor-11981 .elementor-element-1be1b5f .elementor-icon-list-item a::before {
    content: '›' !important;
    position: absolute !important;
    left: 0 !important;
    top: -2px !important;
    color: #a0f6a5 !important;
    font-weight: 700 !important;
    font-size: 22px !important;
    transition: color 0.2s ease !important;
}
.elementor-11981 .elementor-element-1be1b5f .elementor-icon-list-item:hover .elementor-icon-list-text {
    color: #a0f6a5 !important;
    padding-left: 22px !important;
}
.elementor-11981 .elementor-element-1be1b5f .elementor-icon-list-items {
    gap: 8px !important;
}

/* Footer social media icons - Larger buttons */
.elementor-11981 .elementor-element-3ee5b67 .elementor-social-icon {
    width: 42px !important;
    height: 42px !important;
    border-radius: 50% !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 18px !important;
    transition: transform 0.2s ease, opacity 0.2s ease !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2) !important;
}
.elementor-11981 .elementor-social-icon-facebook {
    background: #1877f2 !important;
    color: #ffffff !important;
}
.elementor-11981 .elementor-social-icon-youtube {
    background: #ff0000 !important;
    color: #ffffff !important;
}
.elementor-11981 .elementor-social-icon-instagram {
    background: #e1306c !important;
    color: #ffffff !important;
}
.elementor-11981 .elementor-social-icon:hover {
    transform: scale(1.1) !important;
    opacity: 0.9 !important;
}
.elementor-11981 .elementor-social-icon i {
    color: #ffffff !important;
}

/* Footer Copyright Bar - Rich Green Bar Matching User Reference (Full Width Edge-to-Edge, 0 Side Spacing) */
#colophon,
.footer-width-fixer,
.elementor-11981 {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
}

.elementor-11981 .elementor-element-f39ff43,
.elementor-11981 .elementor-element.elementor-element-f39ff43,
.elementor-11981 .elementor-element-f39ff43.e-con,
.elementor-11981 .elementor-element-f39ff43.e-con-boxed {
    background-color: #018a00 !important;
    background: #018a00 !important;
    border-top: none !important;
    margin-top: 32px !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
    padding: 14px 20px !important;
    box-sizing: border-box !important;
}

.elementor-11981 .elementor-element-f39ff43 > .e-con-inner {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

.elementor-11981 .elementor-element-bec36fa {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
    background: transparent !important;
}

.elementor-11981 .elementor-element-19f7ccc p,
.elementor-11981 .elementor-element-19f7ccc {
    font-family: 'Outfit', 'Noto Sans Bengali', sans-serif !important;
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    text-align: center !important;
    margin: 0 !important;
    letter-spacing: 0.6px !important;
    width: 100% !important;
}

/* ============================================================
   11. BLOG CTA SECTION - Matching Clean Style (Large Font)
   ============================================================ */

.elementor-element-2dab87e {
    background: #f8fafc !important;
    border: none !important;
    border-top: 1px solid #e2e8f0 !important;
    position: relative !important;
    padding: 28px 0 !important;
    margin: 0 !important;
}
.elementor-element-2dab87e::before {
    display: none !important;
}
.elementor-element-2dab87e .elementor-heading-title {
    font-family: 'Noto Sans Bengali', 'Noto Serif Bengali', sans-serif !important;
    font-size: 25px !important;
    font-weight: 700 !important;
    color: #003839 !important;
    text-align: center !important;
    padding: 0 !important;
    margin: 0 !important;
}
.elementor-element-2dab87e .elementor-heading-title a {
    color: #003839 !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 12px !important;
    justify-content: center !important;
    padding: 16px 36px !important;
    background: #ffffff !important;
    border: 2px solid #a0f6a5 !important;
    border-radius: 9999px !important;
    box-shadow: 0 2px 10px rgba(0, 56, 57, 0.08) !important;
    transition: all 0.25s ease !important;
}
.elementor-element-2dab87e .elementor-heading-title a::after {
    content: '→' !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #018a00 !important;
    transition: transform 0.25s ease !important;
    display: inline-block !important;
}
.elementor-element-2dab87e .elementor-heading-title a:hover {
    background: #003839 !important;
    border-color: #003839 !important;
    color: #a0f6a5 !important;
    box-shadow: 0 4px 14px rgba(0, 56, 57, 0.2) !important;
}
.elementor-element-2dab87e .elementor-heading-title a:hover::after {
    color: #a0f6a5 !important;
    transform: translateX(6px) !important;
}
.elementor-element-2dab87e .e-con-inner {
    padding: 8px 20px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

@media (max-width: 767px) {
    .elementor-element-2dab87e .elementor-heading-title a {
        font-size: 18px !important;
        padding: 12px 24px !important;
    }
    .elementor-11981 .elementor-element-bcc7532 {
        padding: 32px 16px 20px !important;
    }
    .elementor-11981 .elementor-element-476a401 .elementor-heading-title,
    .elementor-11981 .elementor-element-15c17f0 .elementor-heading-title,
    .elementor-11981 .elementor-element-9828cb9 .elementor-heading-title {
        font-size: 20px !important;
    }
    .elementor-11981 .elementor-element-9987082 img {
        max-width: 180px !important;
    }
    .elementor-11981 .elementor-element-21ba5a7,
    .elementor-11981 .elementor-element-21ba5a7 p {
        font-size: 16px !important;
    }
    .elementor-11981 .elementor-element-c34a562 .elementor-icon-list-item a,
    .elementor-11981 .elementor-element-c34a562 .elementor-icon-list-text {
        font-size: 16px !important;
    }
}


/* ============================================================
   12. SCROLL TO TOP FLOATING BUTTON (Exact Match)
   ============================================================ */
#sf-scroll-top-btn {
    position: fixed !important;
    bottom: 30px !important;
    right: 25px !important;
    width: 46px !important;
    height: 46px !important;
    border-radius: 50% !important;
    background: #ffffff !important;
    border: 1px solid rgba(0, 56, 57, 0.15) !important;
    box-shadow: 0 4px 16px rgba(0, 56, 57, 0.25), 0 2px 6px rgba(0, 0, 0, 0.08) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    z-index: 999999 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translateY(20px) scale(0.9) !important;
    transition: opacity 0.3s cubic-bezier(0.16, 1, 0.3, 1), 
                visibility 0.3s cubic-bezier(0.16, 1, 0.3, 1), 
                transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), 
                background 0.2s ease, 
                box-shadow 0.2s ease !important;
    padding: 0 !important;
    outline: none !important;
}
#sf-scroll-top-btn.sf-show {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) scale(1) !important;
}
#sf-scroll-top-btn:hover {
    background: #f0fdf4 !important;
    border-color: #018a00 !important;
    transform: translateY(-4px) scale(1.08) !important;
    box-shadow: 0 8px 24px rgba(1, 138, 0, 0.35) !important;
}
#sf-scroll-top-btn svg {
    display: block !important;
    transition: transform 0.2s ease !important;
}
#sf-scroll-top-btn:hover svg {
    transform: translateY(-2px) !important;
}
@media (max-width: 767px) {
    #sf-scroll-top-btn {
        bottom: 75px !important;
        right: 18px !important;
        width: 42px !important;
        height: 42px !important;
    }
}


/* ============================================================
   13. HIDE LEFT SIDEBAR BANNER IMAGES IN PRODUCT SECTIONS
       Sections: 2d145dc, 1cff9fe, 015fc1e, f590b8b
   ============================================================ */

/* Hide the left sidebar banner columns (image carousels & banner images) */
.elementor-element-a33d4ec,
.elementor-element-5244643,
.elementor-element-0360829,
.elementor-element-7b2316d {
    display: none !important;
    width: 0 !important;
    flex: none !important;
    max-width: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Make the product/right columns take full 100% width */
.elementor-element-706295a,
.elementor-element-8272443,
.elementor-element-340d4d2,
.elementor-element-5f48ca0 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
}

/* Ensure product grids inside these full-width columns render correctly */
.elementor-element-706295a .elementor-widget-wrap,
.elementor-element-8272443 .elementor-widget-wrap,
.elementor-element-340d4d2 .elementor-widget-wrap,
.elementor-element-5f48ca0 .elementor-widget-wrap {
    padding: 0 !important;
}


/* ============================================================
   14. FUNGICIDE SECTION ("অত্যান্ত কার্যকরী ছত্রাকনাশক") & CAROUSEL
   ============================================================ */
.elementor-4447 .elementor-element.elementor-element-0d1f71d,
.elementor-element-0d1f71d,
.elementor-element-0d1f71d:not(.elementor-motion-effects-element-type-background) {
    background: transparent !important;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 20px 0 0 0 !important;
    margin: 0 !important;
}
.elementor-element-0d1f71d > .e-con-inner {
    max-width: 1200px !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
    box-sizing: border-box !important;
    justify-content: space-between !important;
    align-items: center !important;
}
.elementor-element-0d1f71d .elementor-element-9e11169 {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}
.elementor-element-0d1f71d .elementor-element-4320904 {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
}
.elementor-element-0d1f71d .elementor-element-4320904 .elementor-heading-title {
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
    color: #111827 !important;
}
.elementor-4447 .elementor-element.elementor-element-68978e8,
.elementor-element.elementor-element-68978e8 {
    max-width: 1200px !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
    box-sizing: border-box !important;
    border: none !important;
    background: transparent !important;
}


/* ============================================================
   15. REMOVE ALL DIVIDER LINES BETWEEN SECTIONS
   ============================================================ */

.elementor-element-bd56f97,
.elementor-element-95e443f,
.elementor-element-cef9045,
.elementor-element-dc48c4a,
.elementor-element-4c02ae9,
.elementor-element-3a5145f,
.elementor-element-f431d2e,
.elementor-element-45e6f16,
.elementor-element-4ada69e,
.elementor-4447 .elementor-widget-divider,
.elementor-widget-divider {
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    visibility: hidden !important;
    overflow: hidden !important;
}


/* ============================================================
   16. SITE-WIDE CONTAINER & BALANCED SIDE SPACING (সুষম মার্জিন)
   ============================================================ */
.elementor-container:not(.elementor-container-full),
.e-con.e-con-boxed:not(.elementor-element-f39ff43),
.e-con-boxed:not(.elementor-element-f39ff43) > .e-con-inner,
.woostify-container,
#primary.content-area,
.elementor-4447 .elementor-element.elementor-element-1cff9fe > .elementor-container,
.elementor-4447 .elementor-element.elementor-element-015fc1e > .elementor-container,
.elementor-4447 .elementor-element.elementor-element-f590b8b > .elementor-container,
.elementor-4447 .elementor-element.elementor-element-2d145dc > .elementor-container,
.elementor-4447 .elementor-element.elementor-element-ad8ae7b > .elementor-container,
.elementor-4447 .elementor-element.elementor-element-7964f10 > .elementor-container,
.elementor-4447 .elementor-element.elementor-element-7964f10 .e-con-inner,
.elementor-4447 .elementor-element.elementor-element-2dab87e .e-con-inner,
.elementor-element-1cff9fe > .elementor-container,
.elementor-element-015fc1e > .elementor-container,
.elementor-element-f590b8b > .elementor-container,
.elementor-element-2d145dc > .elementor-container,
.elementor-element-ad8ae7b > .elementor-container,
.elementor-element-0d1f71d > .e-con-inner,
.elementor-element-68978e8,
.elementor-element-19de922 .e-con-inner,
.elementor-element-9c4b80b .e-con-inner,
.elementor-element-bca47c0 .e-con-inner,
.elementor-element-4a6349b .e-con-inner {
    max-width: 1380px !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    box-sizing: border-box !important;
}

/* Ensure outer sections allow proper centering and don't stretch contents */
.elementor-section:not(.elementor-section-full_width) {
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
}

/* Tablets & laptops */
@media (max-width: 1024px) {
    .elementor-container:not(.elementor-container-full),
    .e-con.e-con-boxed:not(.elementor-element-f39ff43),
    .e-con-boxed:not(.elementor-element-f39ff43) > .e-con-inner,
    .woostify-container,
    #primary.content-area,
    .elementor-4447 .elementor-element.elementor-element-1cff9fe > .elementor-container,
    .elementor-4447 .elementor-element.elementor-element-015fc1e > .elementor-container,
    .elementor-4447 .elementor-element.elementor-element-f590b8b > .elementor-container,
    .elementor-element-0d1f71d > .e-con-inner,
    .elementor-element-68978e8 {
        padding-left: 18px !important;
        padding-right: 18px !important;
    }
}

/* Mobile screens */
@media (max-width: 767px) {
    .elementor-container:not(.elementor-container-full),
    .e-con.e-con-boxed:not(.elementor-element-f39ff43),
    .e-con-boxed:not(.elementor-element-f39ff43) > .e-con-inner,
    .woostify-container,
    #primary.content-area,
    .elementor-4447 .elementor-element.elementor-element-1cff9fe > .elementor-container,
    .elementor-4447 .elementor-element.elementor-element-015fc1e > .elementor-container,
    .elementor-4447 .elementor-element.elementor-element-f590b8b > .elementor-container,
    .elementor-element-0d1f71d > .e-con-inner,
    .elementor-element-68978e8 {
        padding-left: 14px !important;
        padding-right: 14px !important;
    }
}


/* ============================================================
   17. SECTION TITLES & "আরো দেখুন →" BUTTON OVERHAUL
   ============================================================ */

/* Remove the green block banner and ALL vertical accent lines from section headings */
.elementor-4447 .elementor-element.elementor-element-1670464 > .elementor-widget-container,
.elementor-4447 .elementor-element.elementor-element-697049f > .elementor-widget-container,
.elementor-4447 .elementor-element.elementor-element-c1755a1 > .elementor-widget-container,
.elementor-4447 .elementor-element.elementor-element-8b2a2f7 > .elementor-widget-container,
.elementor-4447 .elementor-element.elementor-element-c11e01d > .elementor-widget-container,
.elementor-4447 .elementor-element.elementor-element-01cf38d > .elementor-widget-container,
.elementor-4447 .elementor-element.elementor-element-4567b5c > .elementor-widget-container,
.elementor-4447 .elementor-element.elementor-element-4320904 > .elementor-widget-container,
.elementor-element-1670464 > .elementor-widget-container,
.elementor-element-697049f > .elementor-widget-container,
.elementor-element-c1755a1 > .elementor-widget-container,
.elementor-element-8b2a2f7 > .elementor-widget-container,
.elementor-element-c11e01d > .elementor-widget-container,
.elementor-element-01cf38d > .elementor-widget-container,
.elementor-element-4567b5c > .elementor-widget-container,
.elementor-element-4320904 > .elementor-widget-container,
.elementor-widget-heading .elementor-heading-title {
    background-color: transparent !important;
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
    text-align: left !important;
}

/* Kill any pseudo-element vertical lines on titles */
.elementor-widget-heading .elementor-heading-title::before,
.elementor-widget-heading .elementor-heading-title::after,
.elementor-element-1670464 .elementor-heading-title::before,
.elementor-element-1670464 .elementor-heading-title::after,
.elementor-element-697049f .elementor-heading-title::before,
.elementor-element-697049f .elementor-heading-title::after,
.elementor-element-c1755a1 .elementor-heading-title::before,
.elementor-element-c1755a1 .elementor-heading-title::after,
.elementor-element-4320904 .elementor-heading-title::before,
.elementor-element-4320904 .elementor-heading-title::after {
    content: none !important;
    display: none !important;
    width: 0 !important;
    height: 0 !important;
}

/* Header Flex Row: Title on Left, Button on Right + Airy Gap Below */
.sf-section-header-wrap,
.elementor-element-1670464 .elementor-widget-container,
.elementor-element-697049f .elementor-widget-container,
.elementor-element-c1755a1 .elementor-widget-container,
.elementor-element-4320904 .elementor-widget-container,
.elementor-element-8b2a2f7 .elementor-widget-container,
.elementor-element-c11e01d .elementor-widget-container,
.elementor-element-01cf38d .elementor-widget-container,
.elementor-element-4567b5c .elementor-widget-container {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 0 0 10px 0 !important;
    margin: 0 0 26px 0 !important; /* Generous gap between title and products */
    background: transparent !important;
    border: none !important;
    border-left: none !important;
}

/* Separate the product grid from the title row */
.elementor-widget-woocommerce-products,
.elementor-element-a956bd8,
.elementor-element-7b01f1b,
.elementor-element-88c3e1b,
.elementor-element-eda6237,
.elementor-element-2300581,
.elementor-element-1284135 {
    margin-top: 16px !important;
}

.elementor-element-1670464,
.elementor-element-697049f,
.elementor-element-c1755a1,
.elementor-element-4320904,
.elementor-element-8b2a2f7,
.elementor-element-c11e01d,
.elementor-element-01cf38d,
.elementor-element-4567b5c {
    margin-bottom: 24px !important;
}

/* Typography: Clean, crisp, dark charcoal / black text */
.elementor-4447 .elementor-element.elementor-element-1670464 .elementor-heading-title,
.elementor-4447 .elementor-element.elementor-element-697049f .elementor-heading-title,
.elementor-4447 .elementor-element.elementor-element-c1755a1 .elementor-heading-title,
.elementor-4447 .elementor-element.elementor-element-8b2a2f7 .elementor-heading-title,
.elementor-4447 .elementor-element.elementor-element-c11e01d .elementor-heading-title,
.elementor-4447 .elementor-element.elementor-element-01cf38d .elementor-heading-title,
.elementor-4447 .elementor-element.elementor-element-4567b5c .elementor-heading-title,
.elementor-4447 .elementor-element.elementor-element-4320904 .elementor-heading-title,
.elementor-element-1670464 .elementor-heading-title,
.elementor-element-697049f .elementor-heading-title,
.elementor-element-c1755a1 .elementor-heading-title,
.elementor-element-8b2a2f7 .elementor-heading-title,
.elementor-element-c11e01d .elementor-heading-title,
.elementor-element-01cf38d .elementor-heading-title,
.elementor-element-4567b5c .elementor-heading-title,
.elementor-element-4320904 .elementor-heading-title,
.sf-section-header-wrap .elementor-heading-title {
    color: #111827 !important;
    font-family: 'Noto Sans Bengali', 'Outfit', sans-serif !important;
    font-size: 28px !important;
    font-weight: 800 !important;
    letter-spacing: -0.3px !important;
    line-height: 1.25 !important;
    text-align: left !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    border-left: none !important;
    display: inline-block !important;
    text-shadow: none !important;
    -webkit-text-stroke: 0 !important;
}

.sf-section-header-wrap .elementor-heading-title a {
    color: #111827 !important;
    text-decoration: none !important;
}
.sf-section-header-wrap .elementor-heading-title a:hover {
    color: #16a34a !important;
}

/* "আরও দেখুন →" Pill Button (matches reference image) */
.sf-section-more-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    background-color: #008a17 !important;
    color: #ffffff !important;
    font-family: 'Noto Sans Bengali', 'Outfit', sans-serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    padding: 8px 22px !important;
    border-radius: 9999px !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    line-height: 1.4 !important;
    box-shadow: 0 2px 6px rgba(0, 138, 23, 0.25) !important;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) !important;
    cursor: pointer !important;
    flex-shrink: 0 !important;
}

.sf-section-more-btn:hover {
    background-color: #007012 !important;
    color: #ffffff !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 12px rgba(0, 138, 23, 0.35) !important;
    text-decoration: none !important;
}

.sf-section-more-btn .sf-arrow {
    display: inline-block !important;
    width: 17px !important;
    height: 17px !important;
    stroke-width: 3.2px !important;
    vertical-align: middle !important;
    transition: transform 0.2s ease !important;
}

.sf-section-more-btn:hover .sf-arrow {
    transform: translateX(4px) !important;
}

/* Responsive adjustments on Mobile */
@media (max-width: 767px) {
    .sf-section-header-wrap,
    .elementor-element-1670464 .elementor-widget-container,
    .elementor-element-697049f .elementor-widget-container,
    .elementor-element-c1755a1 .elementor-widget-container,
    .elementor-element-4320904 .elementor-widget-container {
        padding-bottom: 8px !important;
        margin-bottom: 18px !important;
    }
    .elementor-4447 .elementor-element.elementor-element-1670464 .elementor-heading-title,
    .elementor-4447 .elementor-element.elementor-element-697049f .elementor-heading-title,
    .elementor-4447 .elementor-element.elementor-element-c1755a1 .elementor-heading-title,
    .elementor-4447 .elementor-element.elementor-element-4320904 .elementor-heading-title,
    .sf-section-header-wrap .elementor-heading-title {
        font-size: 20px !important;
    }
    .sf-section-more-btn {
        font-size: 13px !important;
        padding: 6px 16px !important;
        gap: 5px !important;
    }
    .sf-section-more-btn .sf-arrow {
        width: 14px !important;
        height: 14px !important;
        stroke-width: 3px !important;
    }
}

/* ============================================================
   18. SOLD OUT / OUT OF STOCK BADGE - RED BACKGROUND
   ============================================================ */
.woostify-out-of-stock-label,
span.woostify-out-of-stock-label,
.product-loop-wrapper .woostify-out-of-stock-label,
.product-loop-image-wrapper .woostify-out-of-stock-label,
.outofstock .woostify-out-of-stock-label,
.woocommerce ul.products li.product .woostify-out-of-stock-label,
.elementor-4447 .elementor-wc-products ul.products li.product .woostify-out-of-stock-label,
.out-of-stock-label,
.sold-out-label,
.sold-out,
.badge-out-of-stock,
.woocommerce-badge.out-of-stock,
.woocommerce-loop-product__link .woostify-out-of-stock-label,
.product-loop-wrapper span.woostify-out-of-stock-label {
    background-color: #dc2626 !important;
    background: #dc2626 !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    border-radius: 4px !important;
    box-shadow: 0 2px 6px rgba(220, 38, 38, 0.35) !important;
    padding: 3px 8px !important;
    line-height: 1.2 !important;
}

/* Single product stock status if out of stock */
.single-product .stock.out-of-stock,
p.stock.out-of-stock {
    background-color: #fee2e2 !important;
    color: #dc2626 !important;
    border: 1px solid #fca5a5 !important;
    padding: 6px 12px !important;
    border-radius: 6px !important;
    font-weight: 700 !important;
    display: inline-block !important;
}

/* ============================================================
   19. QUICK VIEW MODAL POPUP - PREMIUM & PROFESSIONAL DESIGN
   ============================================================ */

/* 1. Backdrop Overlay */
#yith-quick-view-modal .yith-quick-view-overlay,
.yith-quick-view.yith-modal .yith-quick-view-overlay,
.shopengine-quick-view-modal.se-modal-wrapper {
    background: rgba(15, 23, 42, 0.65) !important;
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

/* 2. Modal Wrapper Positioning & Size */
#yith-quick-view-modal .yith-wcqv-wrapper {
    width: 92% !important;
    max-width: 960px !important;
    height: auto !important;
    max-height: 88vh !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    border-radius: 20px !important;
}

/* 3. Modal Main Card */
#yith-quick-view-modal .yith-wcqv-main {
    background: #ffffff !important;
    border-radius: 20px !important;
    box-shadow: 0 25px 60px -15px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(0, 0, 0, 0.04) !important;
    overflow: hidden !important;
    height: auto !important;
    max-height: 88vh !important;
    display: flex !important;
    flex-direction: column !important;
    position: relative !important;
    border: 1px solid rgba(226, 232, 240, 0.8) !important;
    box-sizing: border-box !important;
}

/* 4. Elegant Floating Close Button */
.yith-wcqv-head {
    position: absolute !important;
    top: 16px !important;
    right: 16px !important;
    z-index: 120 !important;
    width: 38px !important;
    height: 38px !important;
}

#yith-quick-view-close,
.yith-quick-view-close,
.yith-wcqv-head a.yith-quick-view-close {
    width: 38px !important;
    height: 38px !important;
    top: 0 !important;
    right: 0 !important;
    border-radius: 50% !important;
    background: #ffffff !important;
    color: #475569 !important;
    border: 1.5px solid #e2e8f0 !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
    text-decoration: none !important;
    opacity: 1 !important;
    cursor: pointer !important;
    padding: 0 !important;
}

#yith-quick-view-close svg,
.yith-quick-view-close svg {
    width: 20px !important;
    height: 20px !important;
    stroke: currentColor !important;
    stroke-width: 2.2 !important;
    transition: transform 0.25s ease !important;
}

#yith-quick-view-close:hover,
.yith-quick-view-close:hover,
.yith-wcqv-head a.yith-quick-view-close:hover {
    background: #ef4444 !important;
    color: #ffffff !important;
    border-color: #ef4444 !important;
    transform: rotate(90deg) scale(1.06) !important;
    box-shadow: 0 6px 16px rgba(239, 68, 68, 0.35) !important;
}

/* 5. Content Layout (Image Left + Details Right) */
#yith-quick-view-content {
    height: auto !important;
    max-height: 88vh !important;
    overflow-y: auto !important;
    box-sizing: border-box !important;
}

div#yith-quick-view-content div[id^="product"] {
    display: flex !important;
    flex-direction: row !important;
    align-items: stretch !important;
    min-height: 480px !important;
    height: auto !important;
    position: relative !important;
}

/* 6. Product Image Column */
#yith-quick-view-content div.images {
    flex: 0 0 44% !important;
    width: 44% !important;
    max-width: 44% !important;
    background: #f8fafc !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 30px !important;
    position: relative !important;
    box-sizing: border-box !important;
    border-right: 1px solid #f1f5f9 !important;
}

#yith-quick-view-content div.images a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 100% !important;
    max-height: 420px !important;
}

#yith-quick-view-content div.images img {
    max-height: 400px !important;
    width: auto !important;
    max-width: 100% !important;
    object-fit: contain !important;
    border-radius: 12px !important;
    filter: drop-shadow(0 4px 14px rgba(0, 0, 0, 0.07)) !important;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

#yith-quick-view-content div.images:hover img {
    transform: scale(1.03) !important;
}

/* Sale Badge in Modal */
#yith-quick-view-modal span.onsale,
#yith-quick-view-content .onsale {
    position: absolute !important;
    top: 20px !important;
    left: 20px !important;
    right: auto !important;
    z-index: 10 !important;
    background: #dc2626 !important;
    color: #ffffff !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    padding: 4px 14px !important;
    border-radius: 20px !important;
    box-shadow: 0 3px 8px rgba(220, 38, 38, 0.35) !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

/* 7. Product Summary Column */
#yith-quick-view-content div.summary {
    flex: 1 1 56% !important;
    width: 56% !important;
    max-width: 56% !important;
    padding: 36px 40px !important;
    box-sizing: border-box !important;
    overflow-y: auto !important;
    max-height: 88vh !important;
}

#yith-quick-view-content div.summary::-webkit-scrollbar {
    width: 6px !important;
}
#yith-quick-view-content div.summary::-webkit-scrollbar-thumb {
    background: #cbd5e1 !important;
    border-radius: 4px !important;
}

/* Title */
#yith-quick-view-content h1.product_title {
    font-family: 'Noto Sans Bengali', 'Outfit', sans-serif !important;
    font-size: 23px !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    line-height: 1.35 !important;
    margin: 0 0 12px 0 !important;
    letter-spacing: -0.2px !important;
}

/* Price */
.yith-quick-view-content.woocommerce div.summary .price {
    font-family: 'Outfit', 'Noto Sans Bengali', sans-serif !important;
    font-size: 26px !important;
    font-weight: 800 !important;
    color: #16a34a !important;
    display: flex !important;
    align-items: baseline !important;
    gap: 10px !important;
    margin-bottom: 18px !important;
    line-height: 1 !important;
}

.yith-quick-view-content.woocommerce div.summary .price ins {
    color: #16a34a !important;
    text-decoration: none !important;
    font-weight: 800 !important;
}

.yith-quick-view-content.woocommerce div.summary .price del {
    color: #94a3b8 !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    opacity: 0.8 !important;
}

/* Short Description Box */
#yith-quick-view-content .woocommerce-product-details__short-description {
    font-family: 'Noto Sans Bengali', 'Outfit', sans-serif !important;
    font-size: 14.5px !important;
    line-height: 1.65 !important;
    color: #334155 !important;
    margin: 0 0 20px 0 !important;
    padding: 12px 16px !important;
    background: #f8fafc !important;
    border-radius: 10px !important;
    border-left: 3.5px solid #16a34a !important;
}

#yith-quick-view-content .woocommerce-product-details__short-description p {
    margin: 0 !important;
}

/* Cart Form & Add To Cart Button */
#yith-quick-view-content form.cart {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 12px !important;
    margin: 0 0 22px 0 !important;
    padding-bottom: 20px !important;
    border-bottom: 1px solid #f1f5f9 !important;
}

/* Quantity Box */
#yith-quick-view-content .quantity {
    display: inline-flex !important;
    align-items: center !important;
    margin: 0 !important;
}

#yith-quick-view-content .quantity input.qty {
    width: 60px !important;
    height: 46px !important;
    border: 1.5px solid #cbd5e1 !important;
    border-radius: 8px !important;
    text-align: center !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    background: #ffffff !important;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.04) !important;
}

#yith-quick-view-content .quantity input.qty:focus {
    border-color: #16a34a !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(22, 163, 74, 0.15) !important;
}

/* Add To Cart Primary Button */
.yith-quick-view-content.woocommerce div.summary .single_add_to_cart_button {
    flex: 1 1 auto !important;
    height: 46px !important;
    background: #16a34a !important;
    color: #ffffff !important;
    font-family: 'Noto Sans Bengali', 'Outfit', sans-serif !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    border-radius: 8px !important;
    border: none !important;
    padding: 0 26px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 4px 14px rgba(22, 163, 74, 0.3) !important;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) !important;
    cursor: pointer !important;
    margin: 0 !important;
}

.yith-quick-view-content.woocommerce div.summary .single_add_to_cart_button:hover {
    background: #15803d !important;
    color: #ffffff !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 6px 18px rgba(22, 163, 74, 0.45) !important;
}

/* Clean Wishlist / Compare icons inside Quick View */
#yith-quick-view-content .shopengine-wishlist,
#yith-quick-view-content .shopengine-comparison {
    width: 44px !important;
    height: 44px !important;
    border-radius: 8px !important;
    border: 1.5px solid #e2e8f0 !important;
    background: #f8fafc !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #64748b !important;
    transition: all 0.2s ease !important;
}

#yith-quick-view-content .shopengine-wishlist:hover,
#yith-quick-view-content .shopengine-comparison:hover {
    color: #ef4444 !important;
    border-color: #fca5a5 !important;
    background: #fee2e2 !important;
}

/* Product Meta (SKU, Categories) */
.yith-quick-view-content.woocommerce div.summary .product_meta {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
    font-size: 13.5px !important;
    color: #64748b !important;
    margin-top: 6px !important;
}

.yith-quick-view-content.woocommerce div.summary .product_meta > span {
    font-weight: 500 !important;
}

.yith-quick-view-content.woocommerce div.summary .product_meta span.sku_wrapper,
.yith-quick-view-content.woocommerce div.summary .product_meta span.posted_in {
    margin-bottom: 0 !important;
}

.yith-quick-view-content.woocommerce div.summary .product_meta a {
    color: #16a34a !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    transition: color 0.15s ease !important;
}

.yith-quick-view-content.woocommerce div.summary .product_meta a:hover {
    color: #15803d !important;
    text-decoration: underline !important;
}

/* 8. Mobile Responsiveness */
@media (max-width: 767px) {
    #yith-quick-view-modal .yith-wcqv-wrapper {
        width: 94% !important;
        max-width: 440px !important;
        max-height: 90vh !important;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
    }

    #yith-quick-view-modal .yith-wcqv-main {
        max-height: 90vh !important;
        border-radius: 16px !important;
    }

    div#yith-quick-view-content div[id^="product"] {
        flex-direction: column !important;
        min-height: auto !important;
    }

    #yith-quick-view-content div.images {
        flex: 0 0 auto !important;
        width: 100% !important;
        max-width: 100% !important;
        height: 220px !important;
        padding: 20px !important;
        border-right: none !important;
        border-bottom: 1px solid #f1f5f9 !important;
    }

    #yith-quick-view-content div.images img {
        max-height: 180px !important;
    }

    #yith-quick-view-content div.summary {
        flex: 1 1 auto !important;
        width: 100% !important;
        max-width: 100% !important;
        padding: 20px !important;
        max-height: none !important;
    }

    #yith-quick-view-content h1.product_title {
        font-size: 18px !important;
    }

    .yith-quick-view-content.woocommerce div.summary .price {
        font-size: 21px !important;
        margin-bottom: 12px !important;
    }

    .yith-quick-view-head {
        top: 10px !important;
        right: 10px !important;
    }
}


/* ============================================================
   20. SINGLE PRODUCT PAGE - PREMIUM & PROFESSIONAL DESIGN
   ============================================================ */

/* ── Page Background & Container ── */
.single-product #primary.content-area,
.single-product .product-page-container {
    background: #f8fafc !important;
    padding-top: 0 !important;
}

.single-product .woostify-container {
    max-width: 1380px !important;
    padding: 32px 24px 0 24px !important;
    margin: 0 auto !important;
    box-sizing: border-box !important;
}

/* ── Breadcrumb ── */
.woocommerce-breadcrumb {
    font-size: 13px !important;
    color: #94a3b8 !important;
    margin-bottom: 20px !important;
    font-family: 'Outfit', 'Noto Sans Bengali', sans-serif !important;
}
.woocommerce-breadcrumb a {
    color: #64748b !important;
    text-decoration: none !important;
    transition: color 0.15s ease !important;
}
.woocommerce-breadcrumb a:hover {
    color: #16a34a !important;
}

/* ── Main Product Card (Gallery + Summary) ── */
.single-product .product-page-container .woostify-container {
    display: block !important;
}

.single-product .product-gallery,
.single-product .product-gallery.vertical-style {
    position: relative !important;
}

/* White card wrapping both gallery + summary */
.single-product .product-page-container {
    background: #f8fafc !important;
}

/* Override woostify inline background */
.single-product .content-top,
.product-page-container {
    background-color: #f8fafc !important;
}

/* ── Product Gallery (Image Only - Zero Unwanted White Background) ── */
.single-product .product-gallery,
.single-product .product-gallery.vertical-style {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
    position: relative !important;
    overflow: visible !important;
}

/* Force height auto to match image perfectly - no empty height below */
.single-product .product-gallery .product-images,
.single-product .product-gallery:not(.column-style):not(.grid-style) .product-images,
.single-product .product-gallery .product-images-container {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
    position: relative !important;
    overflow: hidden !important;
    border-radius: 16px !important;
}

/* Hide empty thumbnail container so it takes ZERO space on right */
.single-product .product-thumbnail-images:empty,
.single-product .product-gallery:not(.has-product-thumbnails) .product-thumbnail-images {
    display: none !important;
    width: 0 !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Image item wrapper - smooth zoom viewport */
.single-product .product-gallery .image-item {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    height: auto !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    position: relative !important;
    cursor: crosshair !important;
    isolation: isolate !important;
    -webkit-backface-visibility: hidden !important;
    backface-visibility: hidden !important;
    transform: translateZ(0) !important;
}

.single-product .product-gallery .image-item a {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    line-height: 0 !important;
    overflow: hidden !important;
    border-radius: 16px !important;
    background: transparent !important;
    cursor: crosshair !important;
}

/* Disable conflicting EasyZoom flyout */
.single-product .easyzoom-flyout,
.single-product .easyzoom-notice {
    display: none !important;
    pointer-events: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
}

/* The Product Image itself - clean, crisp, no empty background bars */
.single-product .product-gallery .image-item img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    border-radius: 16px !important;
    border: 1px solid rgba(226, 232, 240, 0.8) !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05) !important;
    background: #ffffff !important;
    object-fit: contain !important;
    transform-origin: 50% 50%;
    will-change: transform, transform-origin !important;
    pointer-events: none !important;
}

/* Thumbnail strip (when thumbnails exist) */
.single-product .product-thumbnail-images:not(:empty) {
    margin-top: 12px !important;
}

.single-product .product-thumbnail-images:not(:empty) img {
    border-radius: 8px !important;
    border: 2px solid transparent !important;
    transition: all 0.2s ease !important;
    cursor: pointer !important;
    opacity: 0.7 !important;
}

.single-product .product-thumbnail-images:not(:empty) img:hover,
.single-product .product-thumbnail-images:not(:empty) .slick-current img,
.single-product .product-thumbnail-images:not(:empty) .active img {
    border-color: #16a34a !important;
    opacity: 1 !important;
    box-shadow: 0 0 0 1px #16a34a !important;
}

/* ── SALE Badge on Product Image ── */
.single-product .woostify-tag-on-sale,
.single-product span.onsale {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%) !important;
    color: #ffffff !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    padding: 5px 14px !important;
    border-radius: 20px !important;
    box-shadow: 0 3px 10px rgba(220, 38, 38, 0.4) !important;
    text-transform: uppercase !important;
    letter-spacing: 0.6px !important;
    position: absolute !important;
    top: 14px !important;
    left: 14px !important;
    z-index: 15 !important;
    margin: 0 !important;
}

/* ── Summary Panel ── */
.single-product .product-summary {
    background: #ffffff !important;
    border-radius: 16px !important;
    padding: 36px 40px !important;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06) !important;
    border: 1px solid rgba(226, 232, 240, 0.7) !important;
    box-sizing: border-box !important;
    position: relative !important;
}

/* ── Product Title ── */
.single-product .product_title.entry-title {
    font-family: 'Noto Sans Bengali', 'Outfit', sans-serif !important;
    font-size: 26px !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    line-height: 1.4 !important;
    margin: 0 0 14px 0 !important;
    letter-spacing: -0.3px !important;
    border: none !important;
    padding: 0 !important;
}

/* ── Star Ratings ── */
.single-product .woocommerce-product-rating {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    margin-bottom: 16px !important;
}

.single-product .star-rating {
    font-size: 14px !important;
    color: #f59e0b !important;
}

.single-product .woocommerce-review-link {
    font-size: 13px !important;
    color: #64748b !important;
    text-decoration: none !important;
}

/* ── Price Section ── */
.single-product p.price,
.single-product .price {
    font-family: 'Outfit', 'Noto Sans Bengali', sans-serif !important;
    font-size: 32px !important;
    font-weight: 800 !important;
    color: #16a34a !important;
    margin: 0 0 6px 0 !important;
    display: flex !important;
    align-items: baseline !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
    line-height: 1.1 !important;
    border: none !important;
    background: none !important;
    padding: 0 !important;
}

.single-product .price ins {
    color: #16a34a !important;
    text-decoration: none !important;
    font-weight: 800 !important;
}

.single-product .price del {
    color: #94a3b8 !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    opacity: 0.8 !important;
}

/* Small "Price" label container */
.single-product .summary .price-wrapper,
.single-product .summary > .price {
    padding: 16px 20px !important;
    background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%) !important;
    border-radius: 12px !important;
    border: 1px solid #bbf7d0 !important;
    display: inline-flex !important;
    align-items: baseline !important;
    gap: 12px !important;
    margin-bottom: 20px !important;
    width: auto !important;
}

/* ── Divider line between price and description ── */
.single-product .woocommerce-product-details__short-description {
    font-family: 'Noto Sans Bengali', 'Outfit', sans-serif !important;
    font-size: 15px !important;
    line-height: 1.75 !important;
    color: #374151 !important;
    margin: 0 0 24px 0 !important;
    padding: 16px 18px !important;
    background: #f8fafc !important;
    border-radius: 10px !important;
    border-left: 4px solid #16a34a !important;
    border: 1px solid #e2e8f0 !important;
    border-left: 4px solid #16a34a !important;
}

.single-product .woocommerce-product-details__short-description p:last-child {
    margin-bottom: 0 !important;
}

/* ── Add to Cart Form ── */
.single-product form.cart {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 14px !important;
    margin: 0 0 24px 0 !important;
    padding: 20px !important;
    background: #f8fafc !important;
    border-radius: 12px !important;
    border: 1px solid #e2e8f0 !important;
}

/* Quantity Input */
.single-product form.cart .quantity {
    display: flex !important;
    align-items: center !important;
    background: #ffffff !important;
    border: 2px solid #e2e8f0 !important;
    border-radius: 10px !important;
    overflow: hidden !important;
    box-shadow: 0 1px 4px rgba(0,0,0,0.04) !important;
}

.single-product form.cart .quantity input.qty {
    width: 60px !important;
    height: 50px !important;
    border: none !important;
    text-align: center !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    background: transparent !important;
    box-shadow: none !important;
    outline: none !important;
    -moz-appearance: textfield !important;
}

/* Quantity +/- buttons */
.single-product .quantity .qty-button,
.single-product .quantity button.plus,
.single-product .quantity button.minus,
.single-product .quantity .minus,
.single-product .quantity .plus {
    width: 40px !important;
    height: 50px !important;
    background: #f1f5f9 !important;
    border: none !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #475569 !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.15s ease !important;
}

.single-product .quantity .minus:hover,
.single-product .quantity .plus:hover {
    background: #e2e8f0 !important;
    color: #0f172a !important;
}

/* Add to Cart button */
.single-product .single_add_to_cart_button,
.single-product button[name="add-to-cart"],
.single-product .single_add_to_cart_button.button {
    flex: 1 1 auto !important;
    height: 52px !important;
    min-width: 160px !important;
    background: linear-gradient(135deg, #16a34a 0%, #15803d 100%) !important;
    color: #ffffff !important;
    font-family: 'Noto Sans Bengali', 'Outfit', sans-serif !important;
    font-size: 17px !important;
    font-weight: 800 !important;
    border-radius: 10px !important;
    border: none !important;
    padding: 0 32px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    box-shadow: 0 4px 16px rgba(22, 163, 74, 0.38) !important;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
    cursor: pointer !important;
    letter-spacing: 0.2px !important;
    text-transform: none !important;
}

.single-product .single_add_to_cart_button:hover,
.single-product button[name="add-to-cart"]:hover {
    background: linear-gradient(135deg, #15803d 0%, #14532d 100%) !important;
    color: #ffffff !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 24px rgba(22, 163, 74, 0.48) !important;
}

/* Buy Now button (if exists) */
.single-product .woostify-buy-now {
    flex: 1 1 auto !important;
    height: 52px !important;
    background: transparent !important;
    color: #16a34a !important;
    border: 2px solid #16a34a !important;
    font-family: 'Noto Sans Bengali', 'Outfit', sans-serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    border-radius: 10px !important;
    padding: 0 28px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.2s ease !important;
    cursor: pointer !important;
}

.single-product .woostify-buy-now:hover {
    background: #16a34a !important;
    color: #ffffff !important;
    transform: translateY(-2px) !important;
}

/* ── Single Product Wishlist (Icon Only & Deduplicated) ── */
.single-product .yith-wcwl-add-to-wishlist {
    display: none !important;
}

.single-product form.cart .shopengine-wishlist,
.single-product form.cart .shopengine-comparison {
    display: none !important;
}

.single-product .tinv-wraper.tinv-wishlist {
    position: absolute !important;
    top: 24px !important;
    right: 24px !important;
    z-index: 20 !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
}

.single-product .tinv-wraper.tinv-wishlist .tinvwl_add_to_wishlist_button {
    width: 42px !important;
    height: 42px !important;
    border-radius: 50% !important;
    background: #ffffff !important;
    border: 1.5px solid #e2e8f0 !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    text-decoration: none !important;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) !important;
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}

.single-product .tinv-wraper.tinv-wishlist .tinvwl_add_to_wishlist_button:hover {
    transform: scale(1.08) !important;
    border-color: #fca5a5 !important;
    box-shadow: 0 4px 14px rgba(239, 68, 68, 0.25) !important;
    background: #fff5f5 !important;
}

.single-product .tinv-wraper.tinv-wishlist .tinvwl_add_to_wishlist_button::before {
    font-family: "tinvwl-webfont" !important;
    content: "\e909" !important;
    font-size: 19px !important;
    line-height: 1 !important;
    color: #475569 !important;
    transition: color 0.2s ease !important;
    margin: 0 !important;
}

.single-product .tinv-wraper.tinv-wishlist .tinvwl_add_to_wishlist_button:hover::before {
    color: #ef4444 !important;
}

.single-product .tinv-wraper.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-product-in-list::before {
    content: "\e908" !important;
    color: #ef4444 !important;
}

.single-product .tinv-wraper.tinv-wishlist .tinvwl_add_to_wishlist-text,
.single-product .tinv-wraper.tinv-wishlist .tinvwl-tooltip,
.single-product .tinv-wraper.tinv-wishlist .tinv-wishlist-clear {
    display: none !important;
}

/* Fallback for YITH text */
.single-product .yith-wcwl-add-to-wishlist a span:not(.yith-wcwl-icon),
.single-product .yith-wcwl-add-to-wishlist .yith-wcwl-label {
    display: none !important;
}

/* ── Product Meta (SKU, Categories, Tags) - Key-Value Alignment ── */
.single-product .product_meta {
    border-top: 1px solid #f1f5f9 !important;
    padding-top: 18px !important;
    margin-top: 16px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
}

.single-product .product_meta > span {
    font-family: 'Outfit', 'Noto Sans Bengali', sans-serif !important;
    font-size: 14px !important;
    color: #64748b !important;
    display: flex !important;
    align-items: baseline !important;
    flex-wrap: wrap !important;
    line-height: 1.6 !important;
    gap: 0 !important;
}

.single-product .product_meta .meta-label {
    display: inline-block !important;
    min-width: 105px !important;
    width: 105px !important;
    flex-shrink: 0 !important;
    font-weight: 700 !important;
    color: #334155 !important;
    letter-spacing: 0.1px !important;
}

.single-product .product_meta .meta-value,
.single-product .product_meta .sku,
.single-product .product_meta .posted_in > a,
.single-product .product_meta .tagged_as > a {
    /* Values align at 105px from left */
}

.single-product .product_meta .sku {
    color: #0f172a !important;
    font-weight: 600 !important;
    background: #f1f5f9 !important;
    padding: 3px 10px !important;
    border-radius: 6px !important;
    font-size: 13px !important;
    border: 1px solid #e2e8f0 !important;
    letter-spacing: 0.5px !important;
}

.single-product .product_meta .posted_in a,
.single-product .product_meta .tagged_as a {
    color: #16a34a !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    transition: color 0.15s ease !important;
}

.single-product .product_meta .posted_in a:hover,
.single-product .product_meta .tagged_as a:hover {
    color: #15803d !important;
    text-decoration: underline !important;
}

/* ── Out of Stock badge (single page) ── */
.single-product .stock.out-of-stock {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    background: #fee2e2 !important;
    color: #dc2626 !important;
    border: 1.5px solid #fca5a5 !important;
    border-radius: 8px !important;
    padding: 8px 16px !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    margin-bottom: 16px !important;
}

.single-product .stock.in-stock {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    background: #f0fdf4 !important;
    color: #16a34a !important;
    border: 1.5px solid #bbf7d0 !important;
    border-radius: 8px !important;
    padding: 8px 16px !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    margin-bottom: 16px !important;
}

/* ── Product Tabs (Description / Reviews) - White Space Above Removed ── */
.single-product .product-page-container {
    padding-bottom: 24px !important;
}

.single-product .woocommerce-tabs {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    background: #ffffff !important;
    border-radius: 16px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05) !important;
    border: 1px solid rgba(226, 232, 240, 0.7) !important;
    overflow: hidden !important;
    margin-top: 24px !important;
    margin-bottom: 28px !important;
}

.single-product .woocommerce-tabs ul.tabs.wc-tabs {
    display: flex !important;
    gap: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    background: #f8fafc !important;
    border-bottom: 2px solid #e2e8f0 !important;
    list-style: none !important;
    border-radius: 0 !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.single-product .woocommerce-tabs ul.tabs.wc-tabs li {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    border-radius: 0 !important;
    background: transparent !important;
}

.single-product .woocommerce-tabs ul.tabs.wc-tabs li a {
    font-family: 'Noto Sans Bengali', 'Outfit', sans-serif !important;
    font-size: 14.5px !important;
    font-weight: 600 !important;
    color: #64748b !important;
    padding: 14px 26px !important;
    display: block !important;
    text-decoration: none !important;
    border-bottom: 3px solid transparent !important;
    margin-bottom: -2px !important;
    transition: all 0.2s ease !important;
}

.single-product .woocommerce-tabs ul.tabs.wc-tabs li.active a,
.single-product .woocommerce-tabs ul.tabs.wc-tabs li a:hover {
    color: #16a34a !important;
    border-bottom-color: #16a34a !important;
    background: transparent !important;
}

.single-product .woocommerce-tabs ul.tabs.wc-tabs li::before,
.single-product .woocommerce-tabs ul.tabs.wc-tabs li::after {
    display: none !important;
    content: none !important;
}

.single-product .woocommerce-tabs .woocommerce-Tabs-panel,
.single-product .woocommerce-Tabs-panel {
    max-width: 100% !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 28px 24px !important;
    box-sizing: border-box !important;
    font-family: 'Noto Sans Bengali', 'Outfit', sans-serif !important;
    font-size: 15px !important;
    line-height: 1.75 !important;
    color: #374151 !important;
}

.single-product .woocommerce-Tabs-panel h2 {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    margin-bottom: 16px !important;
}

.single-product .woocommerce-Tabs-panel p {
    color: #374151 !important;
}

/* ── More Products Tab (Dokan Seller Products) Full-Width Grid ── */
.single-product #tab-more_seller_product,
.single-product .woocommerce-Tabs-panel--more_seller_product {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 28px 24px 36px !important;
    box-sizing: border-box !important;
}

.single-product #tab-more_seller_product ul.products,
.single-product .woocommerce-Tabs-panel--more_seller_product ul.products {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 20px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    justify-content: stretch !important;
}

.single-product #tab-more_seller_product ul.products li.product,
.single-product .woocommerce-Tabs-panel--more_seller_product ul.products li.product {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    box-sizing: border-box !important;
}

@media (max-width: 1024px) {
    .single-product #tab-more_seller_product ul.products,
    .single-product .woocommerce-Tabs-panel--more_seller_product ul.products {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 16px !important;
    }
}

@media (max-width: 768px) {
    .single-product #tab-more_seller_product ul.products,
    .single-product .woocommerce-Tabs-panel--more_seller_product ul.products {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px !important;
    }
    .single-product .woocommerce-tabs .woocommerce-Tabs-panel,
    .single-product #tab-more_seller_product {
        padding: 18px 12px !important;
    }
}

@media (max-width: 480px) {
    .single-product #tab-more_seller_product ul.products,
    .single-product .woocommerce-Tabs-panel--more_seller_product ul.products {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px !important;
    }
}

/* ── Related / Upsells Products Section ── */
.single-product .related.products,
.single-product .up-sells.products {
    padding: 28px 0 32px 0 !important;
}

.single-product .related.products > h2,
.single-product .up-sells.products > h2 {
    font-family: 'Noto Sans Bengali', 'Outfit', sans-serif !important;
    font-size: 22px !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    margin-bottom: 20px !important;
    padding-bottom: 10px !important;
    border-bottom: 2px solid #e2e8f0 !important;
}

/* ── Product Group Buttons (Fullscreen / PhotoSwipe on image) ── */
.single-product .product-group-btns {
    position: absolute !important;
    top: 14px !important;
    right: 14px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
    z-index: 15 !important;
    margin: 0 !important;
}

.single-product .product-group-btns button,
.single-product .photoswipe-toggle-button {
    width: 38px !important;
    height: 38px !important;
    border-radius: 8px !important;
    background: rgba(255, 255, 255, 0.92) !important;
    backdrop-filter: blur(4px) !important;
    border: 1px solid #e2e8f0 !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #475569 !important;
    transition: all 0.2s ease !important;
    cursor: pointer !important;
    padding: 0 !important;
}

.single-product .product-group-btns button:hover,
.single-product .photoswipe-toggle-button:hover {
    background: #ffffff !important;
    transform: scale(1.08) !important;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.16) !important;
    color: #16a34a !important;
}

/* ── Share Button (if any) ── */
.single-product .woostify-share-social {
    margin-top: 18px !important;
    border-top: 1px solid #f1f5f9 !important;
    padding-top: 16px !important;
}

/* ── Mobile Responsive ── */
@media (max-width: 767px) {
    .single-product .woostify-container {
        padding: 16px 14px 0 14px !important;
    }

    .single-product .product-summary {
        padding: 20px 18px !important;
        border-radius: 12px !important;
        margin-top: 16px !important;
    }

    .single-product .product_title.entry-title {
        font-size: 20px !important;
    }

    .single-product p.price,
    .single-product .price {
        font-size: 24px !important;
    }

    .single-product form.cart {
        padding: 14px !important;
        gap: 10px !important;
    }

    .single-product .single_add_to_cart_button {
        height: 48px !important;
        font-size: 15px !important;
    }

    .single-product .woocommerce-tabs {
        margin-top: 20px !important;
    }

    .single-product .woocommerce-Tabs-panel {
        padding: 18px 16px !important;
    }

    .single-product .woocommerce-tabs ul.tabs.wc-tabs li a {
        padding: 12px 16px !important;
        font-size: 13px !important;
    }
}

@media (max-width: 991px) {
    .single-product .product-summary {
        border-radius: 16px !important;
        padding: 26px 26px !important;
    }
}

/* ==========================================================================
   DARK MODE — Full Site Theme
   Activated by: html.dark-mode (localStorage-based toggle)
   ========================================================================== */

/* Dark mode transition - smooth on all elements */
html.dark-mode *,
html.dark-mode *::before,
html.dark-mode *::after {
    transition-property: background-color, color, border-color, box-shadow, fill, stroke !important;
    transition-duration: 0.25s !important;
    transition-timing-function: ease !important;
}

/* ── 1. CSS Variables Override for Dark Mode ── */
html.dark-mode {
    --sf-text: #f1f5f9;
    --sf-text-muted: #94a3b8;
    --sf-border: rgba(255, 255, 255, 0.12);
    --sf-card-bg: #1a2535;
    --sf-shadow-sm: 0 1px 4px rgba(0, 0, 0, 0.4);
    --sf-shadow-md: 0 4px 18px rgba(0, 255, 100, 0.08);
    --sf-shadow-lg: 0 12px 32px rgba(0, 255, 100, 0.12);
}

/* ── 2. Base Background & Text ── */
html.dark-mode,
html.dark-mode body {
    background-color: #0f172a !important;
    color: #f1f5f9 !important;
}

html.dark-mode h1,
html.dark-mode h2,
html.dark-mode h3,
html.dark-mode h4,
html.dark-mode h5,
html.dark-mode h6 {
    color: #ffffff !important;
}

html.dark-mode p,
html.dark-mode span:not(.onsale):not(.woostify-out-of-stock-label):not(.woocommerce-Price-currencySymbol):not(.sf-cat-arrow),
html.dark-mode label,
html.dark-mode li,
html.dark-mode td,
html.dark-mode th {
    color: #cbd5e1 !important;
}

html.dark-mode a:not(.button):not(.btn):not(.sf-header-icon-link):not(.sf-cat-link):not(.sf-search-btn):not(.add_to_cart_button):not(.sf-quick-view-btn) {
    color: #86efac !important;
}

html.dark-mode a:not(.button):not(.btn):not(.sf-header-icon-link):hover {
    color: #4ade80 !important;
}

/* ── 3. Header (Sticky) ── */
html.dark-mode header#masthead,
html.dark-mode .site-header,
html.dark-mode .elementor-12428,
html.dark-mode .elementor-12428 .elementor-element.elementor-element-1aef9e1 {
    background: #0f172a !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.5) !important;
}

/* Header nav menu text */
html.dark-mode .hfe-nav-menu a,
html.dark-mode .hfe-nav-menu .menu-item > a,
html.dark-mode .elementor-12428 nav a {
    color: #e2e8f0 !important;
}

html.dark-mode .hfe-nav-menu a:hover,
html.dark-mode .hfe-nav-menu .menu-item > a:hover {
    color: #22c55e !important;
}

/* Header icon buttons (Wishlist, Account) */
html.dark-mode .sf-header-icon-link {
    background: #1e293b !important;
    border-color: rgba(255, 255, 255, 0.15) !important;
    color: #e2e8f0 !important;
}

html.dark-mode .sf-header-icon-link:hover {
    background: #16a34a !important;
    border-color: #22c55e !important;
    color: #ffffff !important;
    box-shadow: 0 4px 14px rgba(34, 197, 94, 0.4) !important;
}

/* Category button */
html.dark-mode .sf-category-btn {
    background: #1e293b !important;
    border-color: rgba(255, 255, 255, 0.15) !important;
    color: #e2e8f0 !important;
}

html.dark-mode .sf-category-btn:hover,
html.dark-mode .sf-category-btn.sf-btn-active {
    background: #16a34a !important;
    color: #ffffff !important;
}

/* Search bar */
html.dark-mode .sf-modern-search .sf-search-form {
    background: #1e293b !important;
    border-color: rgba(255, 255, 255, 0.12) !important;
}

html.dark-mode .sf-search-input {
    background: transparent !important;
    color: #f1f5f9 !important;
    border-color: rgba(255, 255, 255, 0.1) !important;
}

html.dark-mode .sf-search-input::placeholder {
    color: #64748b !important;
}

html.dark-mode .sf-search-btn {
    background: #16a34a !important;
    color: #ffffff !important;
}

html.dark-mode .sf-search-btn:hover {
    background: #15803d !important;
    box-shadow: 0 0 12px rgba(34, 197, 94, 0.4) !important;
}

/* Category dropdown flyout */
html.dark-mode .sf-cat-dropdown {
    background: #1e293b !important;
    border-color: rgba(255, 255, 255, 0.1) !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.6) !important;
}

html.dark-mode .sf-cat-link,
html.dark-mode .sf-cat-item > a {
    color: #e2e8f0 !important;
}

html.dark-mode .sf-cat-link:hover,
html.dark-mode .sf-cat-item > a:hover {
    color: #22c55e !important;
    background: rgba(34, 197, 94, 0.08) !important;
}

html.dark-mode .sf-flyout-heading {
    color: #94a3b8 !important;
    border-bottom-color: rgba(255, 255, 255, 0.08) !important;
}

html.dark-mode .sf-cat-flyout {
    background: #1a2535 !important;
    border-color: rgba(255, 255, 255, 0.08) !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.6) !important;
}

html.dark-mode .sf-subcat-list a {
    color: #94a3b8 !important;
}

html.dark-mode .sf-subcat-list a:hover {
    color: #4ade80 !important;
}

/* ── 4. PRODUCT CARDS (List & Archive) — Dark BG, White Stroke, Green Shadow ── */
html.dark-mode .woocommerce ul.products li.product,
html.dark-mode .elementor-4447 .elementor-wc-products ul.products li.product {
    background: #1a2535 !important;
    border: 1.5px solid rgba(255, 255, 255, 0.2) !important;
    box-shadow: 0 4px 20px rgba(34, 197, 94, 0.2), 0 2px 8px rgba(34, 197, 94, 0.12) !important;
}

html.dark-mode .woocommerce ul.products li.product:hover,
html.dark-mode .elementor-4447 .elementor-wc-products ul.products li.product:hover {
    border-color: rgba(255, 255, 255, 0.4) !important;
    box-shadow: 0 8px 32px rgba(34, 197, 94, 0.45), 0 4px 16px rgba(34, 197, 94, 0.28) !important;
    transform: translateY(-5px) !important;
}

/* Product loop title */
html.dark-mode .woocommerce ul.products li.product .woocommerce-loop-product__title,
html.dark-mode .woocommerce ul.products li.product .woocommerce-loop-product__title a {
    color: #f1f5f9 !important;
}

html.dark-mode .woocommerce ul.products li.product .woocommerce-loop-product__title a:hover {
    color: #4ade80 !important;
}

/* Price in product card */
html.dark-mode .woocommerce ul.products li.product .price,
html.dark-mode .woocommerce ul.products li.product .price .woocommerce-Price-amount {
    color: #4ade80 !important;
}

html.dark-mode .woocommerce ul.products li.product .price del,
html.dark-mode .woocommerce ul.products li.product .price del .woocommerce-Price-amount {
    color: #64748b !important;
    opacity: 0.8 !important;
}

html.dark-mode .woocommerce ul.products li.product .price ins .woocommerce-Price-amount {
    color: #4ade80 !important;
}

/* Star ratings */
html.dark-mode .woocommerce ul.products li.product .star-rating,
html.dark-mode .star-rating span::before {
    color: #fbbf24 !important;
}

/* ── 5. ALL BUTTONS — Green Fill ── */
html.dark-mode .button,
html.dark-mode a.button,
html.dark-mode input[type="submit"],
html.dark-mode button[type="submit"],
html.dark-mode .woocommerce a.button,
html.dark-mode .woocommerce button.button,
html.dark-mode .woocommerce input.button,
html.dark-mode .woocommerce #respond input#submit,
html.dark-mode .woocommerce ul.products li.product a.button,
html.dark-mode .woocommerce ul.products li.product .add_to_cart_button,
html.dark-mode .sf-quick-view-btn,
html.dark-mode .sf-search-btn,
html.dark-mode .sf-checkout-btn,
html.dark-mode .sf-cat-btn {
    background: #16a34a !important;
    background-color: #16a34a !important;
    color: #ffffff !important;
    border-color: #16a34a !important;
    box-shadow: 0 2px 10px rgba(22, 163, 74, 0.35) !important;
}

html.dark-mode .button:hover,
html.dark-mode a.button:hover,
html.dark-mode input[type="submit"]:hover,
html.dark-mode button[type="submit"]:hover,
html.dark-mode .woocommerce a.button:hover,
html.dark-mode .woocommerce button.button:hover,
html.dark-mode .woocommerce ul.products li.product a.button:hover,
html.dark-mode .woocommerce ul.products li.product .add_to_cart_button:hover,
html.dark-mode .sf-quick-view-btn:hover {
    background: #15803d !important;
    background-color: #15803d !important;
    color: #ffffff !important;
    border-color: #15803d !important;
    box-shadow: 0 4px 18px rgba(22, 163, 74, 0.55) !important;
    transform: translateY(-1px) !important;
}

/* Out-of-stock button */
html.dark-mode .woocommerce ul.products li.product .button.disabled,
html.dark-mode .woocommerce ul.products li.product .button[disabled] {
    background: #334155 !important;
    border-color: #475569 !important;
    color: #94a3b8 !important;
    box-shadow: none !important;
}

/* ── 6. SINGLE PRODUCT PAGE ── */
/* Gallery */
html.dark-mode .single-product .product-gallery .image-item {
    background: #1a2535 !important;
    border-color: rgba(255, 255, 255, 0.15) !important;
}

html.dark-mode .single-product .product-gallery .image-item img {
    background: #1a2535 !important;
    border-color: rgba(255, 255, 255, 0.12) !important;
}

/* Thumbnail strip */
html.dark-mode .single-product .product-thumbnail-images:not(:empty) img {
    border-color: rgba(255, 255, 255, 0.1) !important;
    opacity: 0.75 !important;
}

html.dark-mode .single-product .product-thumbnail-images:not(:empty) img:hover,
html.dark-mode .single-product .product-thumbnail-images:not(:empty) .active img {
    border-color: #22c55e !important;
    opacity: 1 !important;
    box-shadow: 0 0 0 1px #22c55e !important;
}

/* Product summary card */
html.dark-mode .single-product .product-summary,
html.dark-mode .single-product .summary.entry-summary {
    background: #1a2535 !important;
    border-color: rgba(255, 255, 255, 0.1) !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4) !important;
}

/* Product title */
html.dark-mode .single-product .product_title.entry-title {
    color: #ffffff !important;
}

/* Price */
html.dark-mode .single-product .price,
html.dark-mode .single-product .woocommerce-Price-amount {
    color: #4ade80 !important;
}

html.dark-mode .single-product .price del .woocommerce-Price-amount {
    color: #64748b !important;
}

/* Meta (SKU, Categories) */
html.dark-mode .single-product .product_meta,
html.dark-mode .single-product .product_meta span,
html.dark-mode .single-product .meta-label,
html.dark-mode .woocommerce .product_meta {
    color: #94a3b8 !important;
}

html.dark-mode .single-product .product_meta a {
    color: #4ade80 !important;
}

/* Quantity input */
html.dark-mode .single-product .quantity .qty {
    background: #0f172a !important;
    border-color: rgba(255, 255, 255, 0.15) !important;
    color: #f1f5f9 !important;
}

/* Add to cart button */
html.dark-mode .single-product .single_add_to_cart_button {
    background: #16a34a !important;
    border-color: #16a34a !important;
    color: #ffffff !important;
    box-shadow: 0 4px 18px rgba(22, 163, 74, 0.4) !important;
}

html.dark-mode .single-product .single_add_to_cart_button:hover {
    background: #15803d !important;
    box-shadow: 0 6px 24px rgba(22, 163, 74, 0.6) !important;
}

/* ── 7. WOOCOMMERCE TABS (Description, Reviews, More Products) ── */
html.dark-mode .single-product .woocommerce-tabs {
    background: #1a2535 !important;
    border-color: rgba(255, 255, 255, 0.1) !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4) !important;
}

html.dark-mode .single-product .woocommerce-tabs ul.tabs.wc-tabs {
    background: #0f172a !important;
    border-bottom-color: rgba(255, 255, 255, 0.1) !important;
}

html.dark-mode .single-product .woocommerce-tabs ul.tabs.wc-tabs li a {
    color: #64748b !important;
}

html.dark-mode .single-product .woocommerce-tabs ul.tabs.wc-tabs li.active a,
html.dark-mode .single-product .woocommerce-tabs ul.tabs.wc-tabs li a:hover {
    color: #22c55e !important;
    border-bottom-color: #22c55e !important;
}

html.dark-mode .single-product .woocommerce-Tabs-panel,
html.dark-mode .single-product .woocommerce-tabs .woocommerce-Tabs-panel {
    color: #cbd5e1 !important;
}

html.dark-mode .single-product .woocommerce-Tabs-panel h2 {
    color: #f1f5f9 !important;
}

html.dark-mode .single-product .woocommerce-Tabs-panel p {
    color: #94a3b8 !important;
}

/* More Products tab cards (inside single product) */
html.dark-mode .single-product #tab-more_seller_product ul.products li.product,
html.dark-mode .single-product .woocommerce-Tabs-panel--more_seller_product ul.products li.product {
    background: #0f172a !important;
    border-color: rgba(255, 255, 255, 0.2) !important;
    box-shadow: 0 4px 20px rgba(34, 197, 94, 0.18), 0 2px 8px rgba(34, 197, 94, 0.1) !important;
}

html.dark-mode .single-product #tab-more_seller_product ul.products li.product:hover,
html.dark-mode .single-product .woocommerce-Tabs-panel--more_seller_product ul.products li.product:hover {
    border-color: rgba(255, 255, 255, 0.4) !important;
    box-shadow: 0 8px 28px rgba(34, 197, 94, 0.45) !important;
}

/* ── 8. BREADCRUMBS ── */
html.dark-mode .woocommerce-breadcrumb,
html.dark-mode .woocommerce-breadcrumb a,
html.dark-mode nav.woocommerce-breadcrumb {
    color: #64748b !important;
}

html.dark-mode .woocommerce-breadcrumb a:hover {
    color: #4ade80 !important;
}

/* ── 9. SIDEBAR & FILTERS (Archive/Shop page) ── */
html.dark-mode #secondary,
html.dark-mode .widget,
html.dark-mode aside.widget-area {
    background: #1a2535 !important;
    border-color: rgba(255, 255, 255, 0.08) !important;
}

html.dark-mode .widget-title {
    color: #ffffff !important;
    border-bottom-color: rgba(255, 255, 255, 0.1) !important;
}

html.dark-mode .widget ul li a,
html.dark-mode .widget a {
    color: #94a3b8 !important;
}

html.dark-mode .widget ul li a:hover,
html.dark-mode .widget a:hover {
    color: #4ade80 !important;
}

/* ── 10. CHECKOUT & CART PAGE ── */
html.dark-mode .woocommerce-page table,
html.dark-mode table.shop_table {
    background: #1a2535 !important;
    border-color: rgba(255, 255, 255, 0.08) !important;
    color: #e2e8f0 !important;
}

html.dark-mode table.shop_table th {
    background: #0f172a !important;
    color: #94a3b8 !important;
    border-color: rgba(255, 255, 255, 0.08) !important;
}

html.dark-mode table.shop_table td {
    border-color: rgba(255, 255, 255, 0.06) !important;
    color: #e2e8f0 !important;
}

html.dark-mode .cart_totals,
html.dark-mode .order-review,
html.dark-mode .checkout_coupon,
html.dark-mode .woocommerce-checkout-review-order {
    background: #1a2535 !important;
    border-color: rgba(255, 255, 255, 0.08) !important;
}

/* Form inputs in dark mode */
html.dark-mode input[type="text"],
html.dark-mode input[type="email"],
html.dark-mode input[type="password"],
html.dark-mode input[type="tel"],
html.dark-mode input[type="number"],
html.dark-mode input[type="search"],
html.dark-mode textarea,
html.dark-mode select {
    background: #0f172a !important;
    border-color: rgba(255, 255, 255, 0.15) !important;
    color: #f1f5f9 !important;
}

html.dark-mode input[type="text"]::placeholder,
html.dark-mode input[type="email"]::placeholder,
html.dark-mode textarea::placeholder {
    color: #475569 !important;
}

html.dark-mode input[type="text"]:focus,
html.dark-mode input[type="email"]:focus,
html.dark-mode select:focus,
html.dark-mode textarea:focus {
    border-color: #22c55e !important;
    box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.15) !important;
}

/* ── 11. SALE BADGES ── */
html.dark-mode .woocommerce ul.products li.product span.onsale,
html.dark-mode span.onsale {
    background: #ef4444 !important;
    color: #ffffff !important;
}

/* Out-of-stock badge */
html.dark-mode .woostify-out-of-stock-label {
    background: #334155 !important;
    color: #94a3b8 !important;
}

/* ── 12. MINI CART SIDEBAR ── */
html.dark-mode #shop-cart-sidebar,
html.dark-mode .cart-sidebar-content {
    background: #1e293b !important;
    color: #e2e8f0 !important;
}

html.dark-mode .cart-sidebar-content .cart_totals,
html.dark-mode .cart-sidebar-content table {
    background: transparent !important;
}

html.dark-mode .mini-cart-product-infor {
    border-bottom-color: rgba(255, 255, 255, 0.08) !important;
}

html.dark-mode .mini-cart-product-name a {
    color: #e2e8f0 !important;
}

/* Cart close button */
html.dark-mode .cart-sidebar-head .cart-sidebar-close {
    color: #94a3b8 !important;
}

html.dark-mode .cart-sidebar-head {
    border-bottom-color: rgba(255, 255, 255, 0.08) !important;
    color: #ffffff !important;
}

/* ── 13. FOOTER ── */
html.dark-mode footer.site-footer,
html.dark-mode .site-footer,
html.dark-mode .elementor-location-footer {
    background: #040c14 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.06) !important;
}

html.dark-mode footer .widget-title,
html.dark-mode footer h3,
html.dark-mode footer h4 {
    color: #ffffff !important;
}

html.dark-mode footer p,
html.dark-mode footer li,
html.dark-mode footer span {
    color: #64748b !important;
}

html.dark-mode footer a {
    color: #64748b !important;
}

html.dark-mode footer a:hover {
    color: #4ade80 !important;
}

/* ── 14. PAGINATION ── */
html.dark-mode .woocommerce-pagination .page-numbers li a,
html.dark-mode .woocommerce-pagination .page-numbers li span {
    background: #1e293b !important;
    border-color: rgba(255, 255, 255, 0.12) !important;
    color: #94a3b8 !important;
}

html.dark-mode .woocommerce-pagination .page-numbers li .current,
html.dark-mode .woocommerce-pagination .page-numbers li a:hover {
    background: #16a34a !important;
    border-color: #16a34a !important;
    color: #ffffff !important;
}

/* ── 15. NOTICES & ALERTS ── */
html.dark-mode .woocommerce-message,
html.dark-mode .woocommerce-info {
    background: rgba(34, 197, 94, 0.1) !important;
    border-top-color: #22c55e !important;
    color: #86efac !important;
}

html.dark-mode .woocommerce-error {
    background: rgba(239, 68, 68, 0.1) !important;
    border-top-color: #ef4444 !important;
    color: #fca5a5 !important;
}

/* ── 16. SORTING TOOLBAR (Archive page) ── */
html.dark-mode .woocommerce-ordering select,
html.dark-mode .sort-by-container select {
    background: #1e293b !important;
    border-color: rgba(255, 255, 255, 0.12) !important;
    color: #e2e8f0 !important;
}

html.dark-mode .woocommerce-result-count {
    color: #64748b !important;
}

/* ── 17. WISHLIST PAGE ── */
html.dark-mode .tinvwl-table,
html.dark-mode .tinvwl-wishlist-main-wrapper {
    background: #1a2535 !important;
    color: #e2e8f0 !important;
}

html.dark-mode .tinvwl-table th {
    background: #0f172a !important;
    color: #94a3b8 !important;
    border-color: rgba(255, 255, 255, 0.06) !important;
}

html.dark-mode .tinvwl-table td {
    border-color: rgba(255, 255, 255, 0.05) !important;
    color: #e2e8f0 !important;
}

/* ── 18. RELATED / UPSELL PRODUCTS SECTION ── */
html.dark-mode .single-product .related.products > h2,
html.dark-mode .single-product .up-sells.products > h2 {
    color: #ffffff !important;
    border-bottom-color: rgba(255, 255, 255, 0.1) !important;
}

/* ── 19. PAGE BACKGROUNDS ── */
html.dark-mode .site-content,
html.dark-mode #content,
html.dark-mode .content-area,
html.dark-mode main.site-main {
    background: #0f172a !important;
}

/* Section backgrounds that use white */
html.dark-mode [style*="background-color: #fff"],
html.dark-mode [style*="background-color:#fff"],
html.dark-mode [style*="background-color: white"],
html.dark-mode [style*="background: white"],
html.dark-mode [style*="background: #fff"] {
    background-color: #1a2535 !important;
}

/* Elementor sections with white background */
html.dark-mode .elementor-section.elementor-section-content-middle,
html.dark-mode .elementor-widget-wrap {
    background: transparent !important;
}

/* ── 20. SMOOTH SCROLLBAR ── */
html.dark-mode ::-webkit-scrollbar {
    background: #0f172a !important;
    width: 8px !important;
}

html.dark-mode ::-webkit-scrollbar-thumb {
    background: #334155 !important;
    border-radius: 4px !important;
}

html.dark-mode ::-webkit-scrollbar-thumb:hover {
    background: #22c55e !important;
}

