/*
Theme Name: Electronic Storefront
Template: best-shop
Author: gradientthemes
Author URI: https://gradientthemes.com/
Version: 1.0.5
Requires PHP: 5.6
Tested up to: 6.8.2
Description: Electronic Storefront is a modern WooCommerce WordPress theme designed for shops, storefronts, and eCommerce websites. Suitable for business owners and sellers, it helps create fast, responsive, and professional online stores with ease.
Tags: blog, one-column, two-columns, three-columns, right-sidebar, left-sidebar, grid-layout, sticky-post, footer-widgets,
custom-background, custom-header, custom-colors, custom-logo, custom-menu, featured-images, threaded-comments,
translation-ready, full-width-template, rtl-language-support, theme-options, e-commerce, food-and-drink
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: electronic-storefront
*/

/* =========================================================
   1. GLOBAL / TYPOGRAPHY / ACCESSIBILITY
========================================================= */

.page .entry-content li a,
.page .comments-list .comment-meta-data a,
.comments-area .comment-respond a,
.post .entry-content a,
.comment-content a,
#primary .page .entry-content table a {
  text-decoration: underline;
}

#secondary .widget a,
#primary .page .entry-content table a {
  color: var(--glb-primary-color);
}

#secondary .widget a:hover,
#primary .page .entry-content table a:hover {
  color: var(--glb-secondary-color);
}

.mobile-menu #primary-menu > li> a {
  text-transform: uppercase;
}

/* Fix for currency symbol issues */
.woocommerce-Price-currencySymbol,
.amount-cart {
  font-family: "Source Sans Pro", "HelveticaNeue-Light", "Helvetica Neue Light",
               "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

/* =========================================================
   2. HEADER & TOP BAR
========================================================= */

#masthead {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.site-header .header-wrapper .header-left ul li.current_page_item::after {
  color: var(--gbl-secondary-color);
}

.site-header .top-bar-menu .right-menu ul li a:hover,
.site-header .top-bar-menu .right-menu ul li a:focus,
.site-header .top-bar-menu .left-menu ul li a:hover,
.site-header .top-bar-menu .left-menu ul li a:focus,
.breadcrumb-wrapper #crumbs a:hover,
.breadcrumb-wrapper #crumbs a:focus,
.site-branding .site-title a:hover,
.site-branding .site-title a:focus,
.site-main .entry-content ul li a:hover,
.site-main .entry-content ul li a:focus {
  color: var(--gbl-secondary-color);
}

/* =========================================================
   3. WOOCOMMERCE BAR & SEARCH
========================================================= */

.woocommerce-bar {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

.woocommerce-bar .container {
  display: flex;
  justify-content: space-between !important;
}

.categories-menu-first {
  padding: 10px 20px 10px 4px !important;
}

div.product-search-form {
  border: 1px solid #e9e9e9;
}

/* =========================================================
   4. WOOCOMMERCE PRODUCT LISTING
========================================================= */

.custom_product_widget .woocommerce-ordering {
  display: none;
}

.custom_product_widget .woocommerce-result-count {
  font-size: 0.9em;
  margin: 0.5em 0 10px;
  font-style: italic;
}

.custom_product_widget .woocommerce nav.woocommerce-pagination .page-numbers li,
.custom_product_widget .woocommerce nav.woocommerce-pagination .page-numbers li a,
.custom_product_widget .woocommerce nav.woocommerce-pagination .page-numbers li span.page-numbers {
  line-height: 10px;
  height: 25px;
  width: 25px;
  border: initial;
  font-size: 14px;
}

.custom_product_widget .woocommerce a.added_to_cart {
  padding-top: 0;
  padding-bottom: 10px;
}

.hover-area .yith-wcwl-wishlistexistsbrowse {
  display: none;
}

/* =========================================================
   5. PRODUCT HOVER EFFECTS
========================================================= */

.custom_product_widget li,
.woocommerce ul.products li {
  transition: transform 0.9s;
}

.custom_product_widget li:hover,
.woocommerce ul.products li:hover {
  -ms-transform: scale(1.04);
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}

/* =========================================================
   6. PRELOADER
========================================================= */

.preloader-center {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background-color: var(--glb-primary-color);
  position: fixed;
  inset: 0;
  z-index: 9999;
}

.preloader-ring {
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  animation: preloader-ring 2s linear infinite;
}

.preloader-ring:before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.3);
}

.preloader-center span {
  color: #8e8c8c;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 200px;
  animation: text 3s ease-in-out infinite;
}

@keyframes preloader-ring {
  0%   { transform: rotate(0deg);   box-shadow: 1px 5px 2px #e65c00; }
  50%  { transform: rotate(180deg); box-shadow: 1px 5px 2px #18b201; }
  100% { transform: rotate(360deg); box-shadow: 1px 5px 2px #0456c8; }
}

@keyframes text {
  50% { color: black; }
}

/* =========================================================
   7. NEWSLETTER
========================================================= */

.container .footer-newsletter-section .blossomthemes-email-newsletter-wrapper {
  background: transparent;
  color: #ffffff;
  padding: 25px 0;
}

section.newsletter-section .dt-newsletter-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: transparent;
  margin: 0;
  border-radius: 0;
}

section.newsletter-section
.dt-newsletter-wrapper
.blossomthemes-email-newsletter-wrapper
.text-holder span,
section.newsletter-section
.dt-newsletter-wrapper
.blossomthemes-email-newsletter-wrapper > form > label .text {
  color: var(--footer-text-color);
}

/* =========================================================
   8. FOOTER
========================================================= */

.site-footer .footer-bottom .container.footer-info {
  border-top: 0 !important;
}


.entry-header .entry-title {
    word-wrap:break-word;
    -ms-word-wrap:break-word;
}

@import "mobile-final.css";
@import "header-direct-fix.css";
/* ===== DIRECT HEADER FIX - TARGET ACTUAL HTML STRUCTURE ===== */

/* Force hide cluttering elements by their actual class names */
.header-wishlist,
.header-compare,
.yith-wcwl-add-to-wishlist,
.yith-wcwl-wishlistaddedbrowse,
.yith-wcwl-wishlistexistsbrowse,
div.header-wishlist,
div.header-compare {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}

/* Clean up the cart display - hide the awkward 0.00$ */
.amount-cart,
div.amount-cart {
    display: none !important;
}

/* Style the cart contents properly */
.cart-contents,
a.cart-contents {
    background: rgba(255, 255, 255, 0.2) !important;
    border: 2px solid rgba(255, 255, 255, 0.3) !important;
    border-radius: 20px !important;
    padding: 10px 16px !important;
    color: white !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    transition: all 0.2s ease !important;
}

.cart-contents:hover,
a.cart-contents:hover {
    background: rgba(255, 255, 255, 0.3) !important;
    border-color: rgba(255, 255, 255, 0.5) !important;
    color: white !important;
    text-decoration: none !important;
    transform: translateY(-1px) !important;
}

/* Clean cart text - show only count */
.cart-contents .count,
a.cart-contents .count {
    font-weight: 700 !important;
    margin-left: 6px !important;
}

/* Add cart emoji before the count */
.cart-contents::before,
a.cart-contents::before {
    content: "🛒 " !important;
    font-size: 16px !important;
}

/* Clean up the woocommerce bar layout */
.woocommerce-bar {
    background: linear-gradient(135deg, #6366f1, #4f46e5) !important;
    padding: 12px 0 !important;
}

.woocommerce-bar .container {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 20px !important;
}

/* Product search form - make it central */
.product-search-form {
    flex: 1 !important;
    max-width: 500px !important;
    margin: 0 20px !important;
}

.product-search-form form {
    display: flex !important;
    align-items: center !important;
    background: rgba(255, 255, 255, 0.9) !important;
    border-radius: 25px !important;
    overflow: hidden !important;
}

.header-search-input {
    flex: 1 !important;
    border: none !important;
    padding: 12px 16px !important;
    font-size: 14px !important;
    background: transparent !important;
    color: #333 !important;
}

.header-search-input::placeholder {
    color: #666 !important;
}

.header-search-input:focus {
    outline: none !important;
}

.header-search-select {
    border: none !important;
    padding: 12px 8px !important;
    background: rgba(255, 255, 255, 0.5) !important;
    color: #333 !important;
    font-size: 12px !important;
    max-width: 120px !important;
}

.header-search-button {
    background: #6366f1 !important;
    border: none !important;
    padding: 12px 16px !important;
    color: white !important;
    cursor: pointer !important;
    transition: background 0.2s ease !important;
}

.header-search-button:hover {
    background: #4f46e5 !important;
}

/* Account icon - clean and simple */
.header-my-account a,
.header-login a {
    background: rgba(255, 255, 255, 0.15) !important;
    border: 2px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 50% !important;
    width: 44px !important;
    height: 44px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: white !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
}

.header-my-account a:hover,
.header-login a:hover {
    background: rgba(255, 255, 255, 0.25) !important;
    border-color: rgba(255, 255, 255, 0.4) !important;
    transform: scale(1.05) !important;
}

/* Header icon container - proper spacing */
.header-woo-icon-container {
    display: flex !important;
    align-items: center !important;
    gap: 16px !important;
}

/* Reorganize the layout for mobile */
@media (max-width: 768px) {
    .woocommerce-bar .container {
        flex-direction: column !important;
        gap: 12px !important;
        padding: 16px 20px !important;
    }
    
    .produt-category-navigation {
        order: 1 !important;
        width: 100% !important;
    }
    
    .product-search-form {
        order: 2 !important;
        width: 100% !important;
        margin: 0 !important;
        max-width: none !important;
    }
    
    .header-woo-icon-container {
        order: 3 !important;
        justify-content: center !important;
        gap: 24px !important;
    }
    
    /* Categories menu - make it a simple button */
    .categories-menu-first {
        background: rgba(255, 255, 255, 0.15) !important;
        border: 2px solid rgba(255, 255, 255, 0.2) !important;
        border-radius: 8px !important;
        padding: 12px 16px !important;
        color: white !important;
        text-decoration: none !important;
        font-weight: 600 !important;
        font-size: 14px !important;
        display: flex !important;
        align-items: center !important;
        gap: 8px !important;
        transition: all 0.2s ease !important;
        width: 100% !important;
        justify-content: center !important;
    }
    
    .categories-menu-first:hover {
        background: rgba(255, 255, 255, 0.25) !important;
        border-color: rgba(255, 255, 255, 0.4) !important;
        color: white !important;
        text-decoration: none !important;
    }
}

/* Force override any conflicting styles */
.woocommerce-bar-icons .header-wishlist,
.woocommerce-bar-icons .header-compare,
.header-woo-icon-container .header-wishlist,
.header-woo-icon-container .header-compare {
    display: none !important;
    visibility: hidden !important;
}

/* Clean up any remaining clutter */
.header-woo-icon-container > .woocommerce-bar-icons:has(.header-wishlist),
.header-woo-icon-container > .woocommerce-bar-icons:has(.header-compare) {
    display: none !important;
}

/* Final cart styling */
.header-cart .cart-contents,
.header-cart-block .cart-contents {
    min-width: 80px !important;
    text-align: center !important;
    position: relative !important;
    z-index: 10 !important;
}

/* Hide cart SVG and show emoji instead */
.cart-contents svg {
    display: none !important;
}

.cart-contents .count::after {
    content: "" !important;
}

/* Professional loading state */
.cart-contents.loading {
    opacity: 0.7 !important;
    pointer-events: none !important;
}

.cart-contents.loading::after {
    content: "" !important;
    position: absolute !important;
    top: 50% !important;
    right: 8px !important;
    width: 12px !important;
    height: 12px !important;
    border: 2px solid rgba(255, 255, 255, 0.3) !important;
    border-top: 2px solid white !important;
    border-radius: 50% !important;
    animation: spin 1s linear infinite !important;
    transform: translateY(-50%) !important;
}

@keyframes spin {
    0% { transform: translateY(-50%) rotate(0deg); }
    100% { transform: translateY(-50%) rotate(360deg); }
}

/* ===== VISUAL BALANCE IMPROVEMENTS - Feb 2026 ===== */

/* ===== BETTER DESKTOP-MOBILE BALANCE ===== */
@media (min-width: 769px) {
    .woocommerce ul.products {
        display: grid !important;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
        gap: 30px !important;
        padding: 40px 20px !important;
        max-width: 1200px !important;
        margin: 0 auto !important;
    }
    
    .woocommerce ul.products li.product {
        border-radius: 16px !important;
        padding: 24px !important;
        transition: all 0.3s ease !important;
        box-shadow: 0 4px 12px rgba(0,0,0,0.06) !important;
    }
    
    .woocommerce ul.products li.product:hover {
        transform: translateY(-8px) !important;
        box-shadow: 0 12px 32px rgba(0,0,0,0.15) !important;
    }
}

/* ===== CONTENT HIERARCHY IMPROVEMENTS ===== */
.page-header,
.archive-header,
.woocommerce-products-header {
    text-align: center !important;
    padding: 60px 20px 40px 20px !important;
    background: linear-gradient(135deg, #f8faff 0%, #ffffff 100%) !important;
    border-bottom: 3px solid #6366f1 !important;
    margin-bottom: 0 !important;
}

.page-title,
.archive-title,
.woocommerce-products-header__title {
    font-size: 2.5rem !important;
    font-weight: 700 !important;
    color: #111827 !important;
    margin: 0 0 16px 0 !important;
    line-height: 1.2 !important;
    letter-spacing: -0.025em !important;
}

@media (max-width: 768px) {
    .page-header,
    .archive-header,
    .woocommerce-products-header {
        padding: 40px 20px 30px 20px !important;
    }
    
    .page-title,
    .archive-title,
    .woocommerce-products-header__title {
        font-size: 2rem !important;
    }
}

/* ===== BETTER SPACING & ALIGNMENT ===== */
.site-content {
    min-height: 70vh !important;
}

/* Main content container */
.content-area {
    padding-bottom: 60px !important;
}

/* Better footer balance */
.site-footer {
    background: linear-gradient(135deg, #111827 0%, #1f2937 100%) !important;
    padding: 50px 0 30px 0 !important;
    color: #e5e7eb !important;
}

/* ===== PRODUCT GRID BALANCE ===== */
@media (min-width: 769px) {
    /* Different grid layouts for different screen sizes */
    @media (min-width: 1200px) {
        .woocommerce ul.products {
            grid-template-columns: repeat(4, 1fr) !important;
            gap: 40px !important;
        }
    }
    
    @media (min-width: 992px) and (max-width: 1199px) {
        .woocommerce ul.products {
            grid-template-columns: repeat(3, 1fr) !important;
            gap: 35px !important;
        }
    }
    
    @media (min-width: 769px) and (max-width: 991px) {
        .woocommerce ul.products {
            grid-template-columns: repeat(2, 1fr) !important;
            gap: 30px !important;
        }
    }
}

/* ===== TYPOGRAPHY BALANCE ===== */
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif !important;
    line-height: 1.6 !important;
    color: #374151 !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: inherit !important;
    font-weight: 600 !important;
    color: #111827 !important;
    line-height: 1.3 !important;
    margin-bottom: 1rem !important;
}

/* ===== SEARCH BAR VISUAL BALANCE ===== */
@media (min-width: 769px) {
    .header-search,
    .product-search-form {
        max-width: 500px !important;
        margin: 0 auto !important;
    }
    
    .header-search input,
    .product-search-form input[type="search"] {
        padding: 16px 20px !important;
        font-size: 16px !important;
        border-radius: 30px !important;
    }
}

/* ===== BETTER MOBILE BALANCE ===== */
@media (max-width: 768px) {
    
    /* Consistent padding throughout */
    .site-content,
    .content-area {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    
    /* Product cards - better spacing */
    .woocommerce ul.products {
        padding: 20px 16px 40px 16px !important;
        gap: 24px !important;
    }
    
    .woocommerce ul.products li.product {
        margin: 0 !important;
        padding: 20px !important;
    }
    
    /* Better button spacing */
    .woocommerce ul.products li.product .button {
        margin-top: 20px !important;
        margin-bottom: 0 !important;
    }
    
    /* Consistent text alignment */
    .woocommerce ul.products li.product {
        text-align: left !important;
    }
    
    .woocommerce ul.products li.product .price {
        text-align: left !important;
        margin: 16px 0 20px 0 !important;
    }
}

/* ===== NAVIGATION BALANCE ===== */
.main-navigation {
    box-shadow: 0 2px 8px rgba(0,0,0,0.1) !important;
}

@media (min-width: 769px) {
    .main-navigation ul {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 2rem !important;
        padding: 16px 0 !important;
    }
    
    .main-navigation .menu-item > a {
        padding: 12px 20px !important;
        font-weight: 500 !important;
        color: #374151 !important;
        border-radius: 8px !important;
        transition: all 0.2s ease !important;
    }
    
    .main-navigation .menu-item > a:hover,
    .main-navigation .menu-item.current-menu-item > a {
        background-color: #6366f1 !important;
        color: white !important;
        transform: translateY(-2px) !important;
        box-shadow: 0 4px 12px rgba(99, 102, 241, 0.3) !important;
    }
}

/* ===== LOGO/BRANDING BALANCE ===== */
.site-branding {
    text-align: center !important;
    padding: 20px 0 !important;
}

.site-title {
    font-size: 2rem !important;
    font-weight: 700 !important;
    color: #111827 !important;
    margin: 0 !important;
}

.site-title a {
    color: inherit !important;
    text-decoration: none !important;
}

.site-description {
    font-size: 1rem !important;
    color: #6b7280 !important;
    margin: 8px 0 0 0 !important;
    font-weight: 400 !important;
}

@media (max-width: 768px) {
    .site-title {
        font-size: 1.75rem !important;
    }
    
    .site-description {
        font-size: 0.9rem !important;
    }
}

/* ===== VISUAL WEIGHT BALANCE ===== */
/* Reduce visual weight of less important elements */
.woocommerce .woocommerce-ordering {
    background: rgba(255, 255, 255, 0.8) !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 8px !important;
    padding: 8px 0 !important;
    margin-bottom: 30px !important;
    text-align: center !important;
}

.woocommerce .woocommerce-ordering select {
    border: none !important;
    background: transparent !important;
    padding: 8px 16px !important;
    font-size: 14px !important;
    color: #6b7280 !important;
}

/* ===== CART PAGE BALANCE ===== */
.woocommerce-cart .cart-collaterals {
    margin-top: 40px !important;
    padding: 30px !important;
    background: #f9fafb !important;
    border-radius: 12px !important;
    border: 1px solid #e5e7eb !important;
}

@media (max-width: 768px) {
    .woocommerce-cart .cart-collaterals {
        margin: 30px 16px 0 16px !important;
        padding: 20px !important;
    }
}

/* ===== CHECKOUT BALANCE ===== */
.woocommerce-checkout .woocommerce-checkout-payment {
    background: white !important;
    padding: 30px !important;
    border-radius: 12px !important;
    border: 2px solid #e5e7eb !important;
    margin-top: 30px !important;
}

/* ===== LOADING STATES FOR BETTER UX ===== */
.woocommerce ul.products.loading {
    opacity: 0.6 !important;
    pointer-events: none !important;
}

.woocommerce ul.products.loading::after {
    content: "Loading..." !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    font-size: 1.2rem !important;
    color: #6366f1 !important;
    font-weight: 600 !important;
}

/* ===== ACCESSIBILITY & FOCUS STATES ===== */
.woocommerce a.button:focus,
.woocommerce button.button:focus,
.woocommerce input.button:focus {
    outline: 3px solid rgba(99, 102, 241, 0.3) !important;
    outline-offset: 2px !important;
}

/* ===== ELEMENTOR SECTION BALANCE ===== */
.elementor-section {
    margin-bottom: 0 !important;
}

.elementor-section .elementor-container {
    max-width: 1200px !important;
    margin: 0 auto !important;
}

/* Better spacing between sections */
.elementor-section:not(:last-child) {
    margin-bottom: 40px !important;
}

@media (max-width: 768px) {
    .elementor-section:not(:last-child) {
        margin-bottom: 30px !important;
    }
}

/* ===== TRUST SIGNALS SECTION IMPROVEMENTS ===== */
.bayonmart-trust {
    background: white !important;
    padding: 50px 20px !important;
    text-align: center !important;
    border-top: 4px solid #6366f1 !important;
    margin: 60px 0 !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06) !important;
    border-radius: 0 0 16px 16px !important;
}

.trust-main-title {
    font-size: 2.2rem !important;
    font-weight: 700 !important;
    color: #111827 !important;
    margin: 0 0 12px 0 !important;
}

.trust-subtitle {
    font-size: 1.1rem !important;
    color: #6b7280 !important;
    margin: 0 0 40px 0 !important;
}

.trust-grid {
    display: grid !important;
    gap: 30px !important;
    margin-top: 40px !important;
}

@media (min-width: 1200px) {
    .trust-grid {
        grid-template-columns: repeat(4, 1fr) !important;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .trust-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (max-width: 767px) {
    .trust-grid {
        grid-template-columns: 1fr !important;
        gap: 24px !important;
    }
    
    .trust-main-title {
        font-size: 1.8rem !important;
    }
    
    .bayonmart-trust {
        margin: 40px 0 !important;
        padding: 40px 20px !important;
    }
}

.trust-item {
    background: #f8faff !important;
    padding: 30px 20px !important;
    border-radius: 16px !important;
    border: 2px solid #e5e7eb !important;
    transition: all 0.3s ease !important;
    text-align: center !important;
}

.trust-item:hover {
    transform: translateY(-4px) !important;
    border-color: #6366f1 !important;
    box-shadow: 0 8px 24px rgba(99, 102, 241, 0.15) !important;
}

.trust-icon {
    font-size: 2.5rem !important;
    margin-bottom: 16px !important;
    display: block !important;
    color: #6366f1 !important;
}

.trust-title {
    font-size: 1.1rem !important;
    font-weight: 600 !important;
    color: #111827 !important;
    margin: 0 0 10px 0 !important;
}

.trust-desc {
    font-size: 0.95rem !important;
    color: #6b7280 !important;
    line-height: 1.5 !important;
    margin: 0 !important;
}

/* ===== FINAL VISUAL HIERARCHY ===== */
/* Ensure proper visual hierarchy throughout the site */
h1 { font-size: 2.5rem !important; font-weight: 700 !important; }
h2 { font-size: 2rem !important; font-weight: 600 !important; }
h3 { font-size: 1.5rem !important; font-weight: 600 !important; }
h4 { font-size: 1.25rem !important; font-weight: 500 !important; }
h5 { font-size: 1.1rem !important; font-weight: 500 !important; }
h6 { font-size: 1rem !important; font-weight: 500 !important; }

@media (max-width: 768px) {
    h1 { font-size: 2rem !important; }
    h2 { font-size: 1.75rem !important; }
    h3 { font-size: 1.5rem !important; }
    h4 { font-size: 1.25rem !important; }
}

/* ===== PERFORMANCE OPTIMIZATIONS ===== */
/* Reduce repaints and reflows */
.woocommerce ul.products li.product img {
    will-change: transform !important;
    backface-visibility: hidden !important;
}

.woocommerce ul.products li.product {
    will-change: transform !important;
    backface-visibility: hidden !important;
}

/* End Visual Balance Improvements */
