/*
Theme Name: WWG Theme
Theme URI: https://wordwidegizmos.com/
Description: Custom WordPress theme for Word Wide Gizmos
Author: Word Wide Gizmos
Author URI: https://wordwidegizmos.com/
Template: twentytwentyone
Version: 1.0.0
*/

:root {
    --base-font-size: 1rem;
    --base-theme-color: #d0473e;
    --base-secondary-color: #080808;
    --hover-secondary-color: #5a5a5a;
}
*{
    padding: 0;
    margin: 0;
}

h1, h2, h3, h4, h5, h6{
    transition: 0.2s all ease;
}

button:focus{
    outline: none;
    box-shadow: none !important;
}

h5{
    font-size: 18px;
    font-weight: 600;
}

body{
    font-family: "Instrument Sans", sans-serif;
    font-size: var(--base-font-size);
    line-height: normal;
    color: var(--base-secondary-color);
    overflow-x: hidden;
}
p:last-child {
    margin-bottom: 0;
}
a, a:hover, a.button:visited{
    text-decoration: none !important;
    color: inherit;
}

.custom-container{
    margin: 0 auto;
}

body.no-scroll {
    overflow: hidden;
}

/* Fix for Safari mobile navbar background scrolling issue */
body.overflow-hidden {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
}

/* Alternative fix - also add overflow hidden to html */
html.overflow-hidden {
    overflow: hidden;
}

/* Additional Safari iOS specific fix */
@supports (-webkit-touch-callout: none) {
    body.overflow-hidden {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100vh;
        overflow: hidden;
        -webkit-overflow-scrolling: touch;
    }
}

.dropdown-item{
    transition: 0.3s all ease;
}

.site-header-top p strong{color: var(--base-theme-color); font-weight: 600;}
header .navbar .nav-item .nav-link{font-size: 15px;color: #111111;font-weight: 600;transition: color 0.2s ease;}
header .navbar .nav-item .nav-link.current-menu-item,
header .navbar .nav-item.current-menu-item .nav-link,
header .navbar .nav-item .nav-link.current-page-ancestor,
header .navbar .nav-item.current-page-ancestor .nav-link {color: var(--base-theme-color);font-weight: 700;}
.sub-menu-toggle{display: none;}
header .navbar .nav-item .nav-link .dropdown-toggle::after{margin-left: .555em;}
.header-bottom-right--search .aws-search-form{border-radius: 50px;overflow: hidden;height: 42px;border: 1px solid #ebebeb;}
.header-bottom-right--search .aws-search-form .aws-search-field{border: none;font-size: 0.875rem;}
.header-bottom-right--search .aws-search-form .aws-search-btn{border: none; background: none;}
.header-bottom-right--search .aws-search-form .aws-search-btn .aws-search-btn_icon{padding-left: 7px;}
.header-bottom-right__account--icon--account--svg svg{width: 22px;height: auto;}
.header-bottom-right__account--icon > div[class*="header-bottom-right__account--icon"]:not(:last-child){margin-right: 1.25rem;}
.header-bottom-right{gap: 1.25rem;}
.mini-cart-items{transform: translateX(100%);width: 100%;max-width: 480px;position: fixed;top: 0;height: 100%;right: 0;z-index: 999;transition: 0.5s all ease;background-color: #fff;display: flex;flex-direction: column;
}
.display-center{
    display: flex;
    justify-content: center;
    align-items: center;
}
.mini-cart-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="32" width="32"><text y="22" fill="%23ffffff" font-size="24">✖</text></svg>') 16 16, auto;
    transition: opacity 0.5s ease, visibility 0.5s ease;
  }
  .mini-cart-overlay.active {
    opacity: 1;
    visibility: visible;
  }
  .mini-cart-items.active {
    transform: translateX(0);
  }
  .cart-customlocation{position: relative;}
  .cart-customlocation > span{position: absolute;background-color: var(--base-theme-color);color: #fff;border-radius: 50%;width: 18px;height: 18px;display: inline-flex;justify-content: center;align-items: center;font-size: 11px;top: -8px;left: 56%;
  }
.mini-cart-items__header{padding: 18px 30px;border-bottom: 1px solid #ebebeb;}
.mini-cart-items .woocommerce-mini-cart__empty-message, .mini-cart-items .cart-empty{text-align: center;font-size: 15px;padding: 20px 15px;background: #f5f5f5;}
.widget_shopping_cart_content{
    height: 100%;
    display: flex;
    flex-direction: column;
    max-height: calc(100vh - 61px);
}
.woocommerce-mini-cart{flex: 1;overflow: auto;list-style-type: none;padding: 0;margin-bottom: 0;max-height: 100%;}
.woocommerce-mini-cart > li.woocommerce-mini-cart-item{
    padding: 20px 30px;display: flex;
}
.woocommerce-mini-cart > li.woocommerce-mini-cart-item > a.woocommerce-mini-cart-item--left{
    display: flex;
    gap: 0 18px;
    align-items: center;
    padding-right: 18px;
    flex: 1;
}
.woocommerce-mini-cart > li.woocommerce-mini-cart-item:not(:last-child){
    border-bottom: 1px solid #ebebeb;
}
.woocommerce-mini-cart-item--thumbnail{
    flex: 0 0 30%;
    max-width: 30%;
}

.woocommerce-mini-cart-item--thumbnail > img{
    aspect-ratio: 1/1;
    object-fit: cover;
}

.woocommerce-mini-cart-item--details p{
    color: #666;
    font-size: 0.875rem;
}

.woocommerce-mini-cart-item--details h6.mini-cart--name{
    line-height: 21px;
}

.woocommerce-mini-cart-item--details h6.mini-cart--price ins{
   text-decoration: none;
   color: var(--base-theme-color); 
}

.woocommerce-mini-cart-item--details h6.mini-cart--price del{
    opacity: 0.5;
    font-size: 15px;
    margin-right: 2px;
}

.woocommerce-mini-cart-item .remove_from_cart_button:hover{background: transparent; color: inherit;}

.woocommerce-mini-cart__footer{
    padding: 20px 30px;
    background-color: #f5f5f5;
    border-top: 1px solid #ebebeb;
}

.woocommerce-mini-cart__footer .woocommerce-mini-cart__total.total{
    display: flex;
    justify-content: space-between;
    gap: 0 10px;
    font-size: 1.125rem;
    font-weight: 600;
}

.woocommerce-mini-cart__buttons.buttons{
    display: flex;
    flex-direction: column;
    gap: 10px 0;
}

.woocommerce-mini-cart__buttons.buttons > a{
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    padding: 10px;
    position: relative;
    border-radius: 50px;
    border: 1px solid var(--base-secondary-color);
    transition: 0.5s all ease;
    font-weight: 500;
}

.woocommerce-mini-cart__buttons.buttons > a.miniCart_viewCart{
    background-color: #fff;
}

.woocommerce-mini-cart__buttons.buttons > a.miniCart_checkout-forward{
    background-color: var(--base-secondary-color);
    color: #fff;
}

.woocommerce-mini-cart__buttons.buttons > a.miniCart_viewCart:hover{
    background-color: var(--base-secondary-color);
    color: #fff;
}

.woocommerce-mini-cart__buttons.buttons > a.miniCart_checkout-forward:hover{
    background-color: var(--base-theme-color);
    border-color: var(--base-theme-color);
}
.mega-dropdown{position: static;}


/* .mega-menu-inner{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    padding: 0 20px;
} */

.dropdown-item:focus, .dropdown-item:hover{
    background-color: rgba(208, 71, 62, 0.05);
    color: var(--base-theme-color);
    border-radius: 12px;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(208, 71, 62, 0.15);
}

.carousel-indicators{
    bottom: -30px;
    margin-bottom: 0;
}

.carousel-indicators button[data-bs-target]{
    margin: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: var(--base-theme-color);
    border: 0;
}

.carousel-indicators button[data-bs-target]:not(:last-child){
    margin-right: 8px;
}

.page-title{
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 2.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-title h2{
    display: inline-block;
    position: relative; 
    padding-bottom: 1rem;
}

.page-title h2::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: var(--base-theme-color);
    bottom: 0;
    left: 0;
}

/* ===== UNIFIED PRODUCT GRID SYSTEM (ALL INSTANCES) ===== */
/* This section provides consistent styling for ALL product grids across the site:
 * - Homepage featured products
 * - Shop page product listings  
 * - Related products on single product pages
 * - Upsells and cross-sells
 * - WooCommerce blocks
 * - Custom product listing components
 * 
 * Card Design: Modern cards with shadows, rounded corners, hover effects
 * All selectors use !important to override WooCommerce defaults
 * 
 * NOTE: Final comprehensive overrides are at the end of this file
 */
/* .product-listing__list,
.woocommerce ul.products,
.woocommerce-page ul.products,
.related.products .products,
.upsells.products .products,
.cross-sells .products,
.woocommerce-tabs .products,
.single-product .products,
.featured-home-products .products,
.homepage-products .products,
.wc-block-grid .wc-block-grid__products {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)) !important;
    gap: 25px !important;
    margin: 0 !important;
    padding: 20px 0 !important;
    list-style: none !important;
    clear: both !important;
} */

.woocommerce ul.products,
.woocommerce-page ul.products,
.products:not(.you-may-like),
.related ul.products,
.upsells ul.products,
.cross-sells ul.products,
ul.products,
.wc-block-grid__products,
.product-listing__list {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)) !important;
    gap: 25px !important;
    margin: 0 !important;
    list-style: none !important;
    clear: both !important;
    width: 100% !important;
    flex-wrap: nowrap !important;
}

/* Unified product item styling */
.product-listing__list > li,
.product-listing__list > li.product,
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.related.products .products > li,
.upsells.products .products > li,
.cross-sells .products > li,
.woocommerce-tabs .products > li,
.single-product .products > li,
.featured-home-products .products > li,
.homepage-products .products > li,
.wc-block-grid .wc-block-grid__products > li {
    padding: 0 !important;
    list-style: none !important;
    width: 100% !important;
    margin: 0 !important;
    flex: none !important;
    float: none !important;
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    background: #ffffff !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08) !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    border: 1px solid rgba(0, 0, 0, 0.04) !important;
}

/* Hover effects for all product cards */
.product-listing__list > li:hover,
.product-listing__list > li.product:hover,
.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover,
.related.products .products > li:hover,
.upsells.products .products > li:hover,
.cross-sells .products > li:hover,
.woocommerce-tabs .products > li:hover,
.single-product .products > li:hover,
.featured-home-products .products > li:hover,
.homepage-products .products > li:hover,
.wc-block-grid .wc-block-grid__products > li:hover {
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15) !important;
    border-color: rgba(208, 71, 62, 0.1) !important;
}

/* ===== ENHANCED PRODUCT THUMBNAIL ===== */
.product-thumbnail {
    aspect-ratio: 1;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    background: linear-gradient(135deg, #fafbfc 0%, #f8f9fa 100%);
    position: relative;
    overflow: hidden;
}

.product-thumbnail::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.1) 50%, transparent 70%);
    transform: translateX(-100%);
    transition: transform 0.8s ease;
}

li.product:hover .product-thumbnail::before {
    transform: translateX(100%);
}

.product-thumbnail img{
    max-width: 100% !important;
    height: auto !important;
    object-fit: contain;
    max-height: 100%;
    transition: transform 0.4s ease;
}

li.product:hover .product-thumbnail img, .product-card:hover .product-thumbnail img{
    transform: scale(1.05);
}

/* ===== PRODUCT CONTENT AREA ===== */
li.product > .product-inner > a{
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    text-decoration: none;
}

li.product > .product-inner > a .price{
    display: block;
    margin-top: auto;
    padding: 0 10px 5px;
}

/* ===== MODERN DISCOUNT BADGE ===== */
.discount-badge{
    position: absolute;
    top: 15px;
    left: 15px;
    background: linear-gradient(135deg, var(--base-theme-color) 0%, #b73e36 100%);
    color: #fff;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
    z-index: 1;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    box-shadow: 0 4px 12px rgba(208, 71, 62, 0.3);
    transition: all 0.3s ease;
}

li.product:hover > .product-inner > a .discount-badge{
    transform: scale(1.05);
    box-shadow: 0 6px 16px rgba(208, 71, 62, 0.4);
}

/* Remove the old badge triangle */
.discount-badge::before{
    display: none;
}

/* ===== ENHANCED PRODUCT TITLE ===== */
li.product > .product-inner > a h2, html .wc-block-grid__product-title{
    font-size: 15px;
    font-weight: 600;
    margin: 15px 0 15px;
    line-height: 1.4;
    padding: 0 20px;
    color: #2c3e50;
    transition: all 0.3s ease;
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
}

li.product:hover .product-inner > a h2{
    color: var(--base-theme-color);
    transform: translateY(-2px);
}

/* ===== ENHANCED PRODUCT ACTIONS ===== */

.product-actions, .wc-block-grid__product-add-to-cart{
    text-align: center;
    margin: 0 20px 20px;
    padding: 0;
}

.product-actions > a, .wc-block-grid__product-add-to-cart .add_to_cart_button{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 44px;
    border-radius: 22px;
    color: #fff;
    padding: 0 20px;
    font-size: 13px;
    font-weight: 600;
    transition: all 0.3s ease;
    min-width: 140px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    overflow: hidden;
}

.product-actions > a::before, .wc-block-grid__product-add-to-cart .add_to_cart_button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.product-actions > a:hover::before, .wc-block-grid__product-add-to-cart .add_to_cart_button:hover::before {
    left: 100%;
}

.product-actions > a.add_to_cart_button, .wc-block-grid__product-add-to-cart .add_to_cart_button{
    background: linear-gradient(135deg, var(--base-secondary-color) 0%, #2c2c2c 100%);
    border: 1px solid var(--base-secondary-color);
    box-shadow: 0 4px 15px rgba(8, 8, 8, 0.2);
    color: #fff;
}

.product-actions > a.add_to_cart_button:hover, .wc-block-grid__product-add-to-cart .add_to_cart_button:hover {
    background: linear-gradient(135deg, var(--hover-secondary-color) 0%, #404040 100%);
    border-color: var(--hover-secondary-color);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(8, 8, 8, 0.3);
}

.add_to_cart_button.loading {
    position: relative;
    pointer-events: none;
    opacity: 0.8;
}

.add_to_cart_button.loading::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    margin: -8px 0 0 -8px;
    border: 2px solid #fff;
    border-top: 2px solid transparent;
    border-radius: 50%;
    animation: spin 0.6s linear infinite;
}

.add_to_cart_button.loading span{
    opacity: 0;
}

.product-actions > a.added_to_cart, .wc-block-grid__product-add-to-cart .added_to_cart{
    background: linear-gradient(135deg, var(--base-theme-color) 0%, #b73e36 100%);
    border: 1px solid var(--base-theme-color);
    margin-left: 0.75rem;
    box-shadow: 0 4px 15px rgba(208, 71, 62, 0.3);
}

.product-actions > a.added_to_cart:hover, .wc-block-grid__product-add-to-cart .added_to_cart:hover {
    background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
    color: var(--base-theme-color);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(208, 71, 62, 0.2);
}

/* Hide add to cart button when view cart button is present */
.product-actions .added_to_cart ~ .add_to_cart_button,
.product-actions:has(.added_to_cart) .add_to_cart_button,
li.product:has(.added_to_cart) .add_to_cart_button,
.woocommerce ul.products li.product:has(.added_to_cart) .add_to_cart_button {
    display: none !important;
}

/* Remove left margin from view cart button when it's the only button */
.product-actions .added_to_cart:only-child,
.product-actions:has(.added_to_cart) .added_to_cart,
li.product .added_to_cart {
    margin-left: 0 !important;
}

/* Alternative approach using adjacent sibling selector */
.added_to_cart + .add_to_cart_button {
    display: none !important;
}

/* Fallback approach using class-based hiding */
.product-actions.has-view-cart .add_to_cart_button {
    display: none !important;
}

.product-actions.has-view-cart .added_to_cart {
    margin-left: 0 !important;
}

/* ===== MODERN PRODUCT INNER CONTAINER ===== */
.product-inner {
    border: none;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 0;
    background: transparent;
    border-radius: 16px;
    overflow: hidden;
}

/* ===== ENHANCED PRICE STYLING ===== */
.product-inner .price {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
}

.product-inner .price del, .viral-price del span{
    opacity: 0.6;
    font-size: 14px;
    font-weight: 500;
    color: #6c757d;
    text-decoration: line-through;
}

.product-inner .price ins, .wc-block-grid__product-price.price{
    text-decoration: none;
    color: var(--base-theme-color);
    font-size: 18px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
}

.product-inner .price ins::before {
    content: '$';
    font-size: 14px;
    margin-right: 1px;
    opacity: 0.8;
}

/* ===== QUICK ACTION BUTTONS (OPTIONAL) ===== */
.product-quick-actions {
    position: absolute;
    top: 15px;
    right: 15px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    opacity: 0;
    transform: translateX(10px);
    transition: all 0.3s ease;
}

li.product:hover .product-quick-actions {
    opacity: 1;
    transform: translateX(0);
}

.product-quick-actions button {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.9);
    color: var(--base-secondary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.product-quick-actions button:hover {
    background: var(--base-theme-color);
    color: white;
    transform: scale(1.1);
}

.viewAll > a{
    display: flex;
    align-items: center;
}

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

.shopByCategories .categories-listing .category-card {
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 150px;
  height: 150px;
  margin: auto;
}

.shopByCategories .categories-listing .category-card img {
  border-radius: 50%;
  width: 100%;
  height: auto;
}

.shopByCategories .category-item {
    background: #f8f9fa;
    transition: box-shadow 0.2s, transform 0.2s;
}
/* .shopByCategories .category-item:hover {
    box-shadow: 0 6px 24px rgba(0,0,0,0.08);
    transform: translateY(-4px);
} */
.shopByCategories .cat-thumb {
    width: 60px;
    height: 60px;
    margin-bottom: 0;
}
.shopByCategories .cat-thumb img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}


.categories-with-children .row {
    margin-left: -15px;
    margin-right: -15px;
    row-gap: 8px;
}

.categories-with-children .col-lg-3,
.categories-with-children .col-lg-4 {
    padding-left: 15px;
    padding-right: 15px;
}

.wpf_item input[type=checkbox] {
    -webkit-appearance: none;
    background: #fff;
    border: 1px solid #b4b9be;
    border-radius: 8px;
    clear: none;
    color: #555;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    height: 20px;
    line-height: 1;
    margin: 0 4px 0 0;
    outline: none;
    padding: 0;
    text-align: center;
    transition: border-color .05s ease-in-out;
    vertical-align: middle;
    width: 20px;
}

@media (min-width: 1400px) {
    .categories-with-children .row {
        margin-left: -18px;
        margin-right: -18px;
    }
    
    .categories-with-children .col-lg-3,
    .categories-with-children .col-lg-4 {
        padding-left: 18px;
        padding-right: 18px;
    }
}


ul.products{
    padding-left: 0;
}

.woocommerce-products-header{
    display: none;
}

.wpf_item input[type=checkbox] {
    border-radius: 4px !important;
        height: 18px !important;
        width: 18px !important;
}

.wpf_item .wpf_submenu{
    border: none !important;
}

.wpf_item label{
    font-size: 14px;
}

.wpf_layout_vertical .wpf_item .wpf_hierachy ul{
        margin-top: 15px !important;
}

.wpf_item{
    border-bottom: 1px solid #ebebeb;
}

.wpf_slider.ui-slider{
    margin: 1.8em 0 .8em !important;
}

.woocommerce-ordering, .woocommerce-result-count{
    display: none;
}



@media (max-width: 1199.98px) and (min-width: 992px) {
    .categories-with-children .row {
        margin-left: -10px;
        margin-right: -10px;
    }
    
    .categories-with-children .col-lg-3,
    .categories-with-children .col-lg-4 {
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 6px;
    }
}

/* Refactoring by merging all desktop media queries */
@media (min-width: 992px) {
    .wpf_item .wpf_item_name{
    margin: 0 0 1.2em !important;
}
    /* Header and navigation styles */
    .navbar-nav{height: 100%;}
    header .navbar .nav-item > .nav-link{height: 100%;display: flex;align-items: center;}
    
    /* Desktop hover effects for navigation */
    header .navbar .nav-item .nav-link:hover,
    header .navbar .nav-item .nav-link:focus {color: var(--base-theme-color);}
    
    /* Keep navigation highlighted when dropdown is open */
    header .navbar .nav-item.dropdown:hover > .nav-link,
    header .navbar .nav-item.dropdown.show > .nav-link {color: var(--base-theme-color);}
    
    .navbar-nav .dropdown:hover > .dropdown-menu {display: block;visibility: visible;opacity: 1;}
    .header-bottom-right--search .aws-search-form{max-width: 205px;}
    .mini-cart-items__header--close button:hover{transform: rotate(180deg);}
    .mini-cart-items__header--close button, .woocommerce-mini-cart-item .remove_from_cart_button{
        transition: transform 0.5s ease;
    }
    .woocommerce-mini-cart-item .remove_from_cart_button:hover{
        transform: scale(1.2);
    }
    .woocommerce-mini-cart-item--left .mini-cart--name{
        transition: 0.5s all ease;
    }
    .woocommerce-mini-cart-item--left:hover .mini-cart--name{
        color: var(--base-theme-color);
    }
    .mega-dropdown > .mega-menu-content{
        max-height: 80vh;
        overflow-y: auto;
        padding: 25px 0;
    }
    
    /* Custom scrollbar for mega menu */
    .mega-dropdown > .mega-menu-content::-webkit-scrollbar {
        width: 6px;
    }
    
    .mega-dropdown > .mega-menu-content::-webkit-scrollbar-track {
        background: rgba(0, 0, 0, 0.05);
        border-radius: 3px;
    }
    
    .mega-dropdown > .mega-menu-content::-webkit-scrollbar-thumb {
        background: linear-gradient(45deg, var(--base-theme-color), #b73e36);
        border-radius: 3px;
        transition: background 0.3s ease;
    }
    
    .mega-dropdown > .mega-menu-content::-webkit-scrollbar-thumb:hover {
        background: linear-gradient(45deg, #b73e36, var(--base-theme-color));
    }
    .mega-menu-inner{
        animation: fadeInUp 0.4s ease-out;
    }
    
    /* Better responsiveness for smaller desktop screens */
    @media (max-width: 1200px) and (min-width: 992px) {
        .mega-menu-inner {
            grid-template-columns: repeat(3, 1fr);
            gap: 10px 15px;
            padding: 0 22px;
        }
        
        .mega-dropdown > .mega-menu-content {
            max-height: 70vh;
            padding: 22px 0;
        }
        
        .mega-menu .mega-menu-inner .dropdown-item {
            padding: 12px 16px;
            min-height: 62px;
        }
        
        .mega-menu .mega-menu-inner .dropdown-item img {
            width: 38px;
            height: 38px;
            margin-right: 12px;
        }
        
        .megaMenu_item_title {
            font-size: 13px;
        }
    }
    
    /* Enhanced spacing for extra large screens */
    @media (min-width: 1400px) {
        
        .mega-menu .mega-menu-inner .dropdown-item {
            padding: 18px 24px;
            min-height: 75px;
        }
        
        .mega-menu .mega-menu-inner .dropdown-item img {
            width: 48px;
            height: 48px;
            margin-right: 18px;
        }
        
        .megaMenu_item_title {
            font-size: 15px;
        }
    }
    
    @keyframes fadeIn {
        from {
            opacity: 0;
            transform: translateY(15px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
    .megaMenu_item_title{
        font-size: 14px;
        font-weight: 500;
        line-height: 1.4;
        flex: 1;
        word-wrap: break-word;
        hyphens: auto;
        color: #2d3748;
        transition: color 0.3s ease;
        position: relative;
        z-index: 2;
        padding-right: 8px;
    }
    
    .mega-menu .mega-menu-inner .dropdown-item:hover .megaMenu_item_title {
        color: #1a202c;
        font-weight: 600;
    }
    .mega-menu .mega-menu-inner .dropdown-item{
        padding: 16px 20px;
        border-radius: 12px;
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        background: #ffffff;
        border: 1px solid rgba(0, 0, 0, 0.04);
        display: flex;
        align-items: center;
        box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
        min-height: 72px;
        flex-wrap: nowrap;
        position: relative;
        overflow: hidden;
        margin-bottom: 4px;
    }
    
    /* Subtle shimmer effect on load */
    .mega-menu .mega-menu-inner .dropdown-item::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
        transition: left 0.6s ease;
    }
    
    .mega-menu .mega-menu-inner .dropdown-item:hover::before {
        left: 100%;
    }
    
    .mega-menu .mega-menu-inner .dropdown-item:hover{
        transform: translateY(-4px) scale(1.01);
        box-shadow: 0 12px 35px rgba(208, 71, 62, 0.18);
        background: linear-gradient(135deg, rgba(208, 71, 62, 0.02) 0%, rgba(255, 255, 255, 0.95) 100%);
        border-color: rgba(208, 71, 62, 0.12);
    }
    
    .mega-menu .mega-menu-inner .dropdown-item img{
        width: 46px;
        height: 46px;
        object-fit: cover;
        border: 2px solid #f1f3f4;
        border-radius: 10px;
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        flex-shrink: 0;
        margin-right: 16px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    }
    
    .mega-menu .mega-menu-inner .dropdown-item:hover img{
        border-color: var(--base-theme-color);
        transform: scale(1.08) rotate(1deg);
        box-shadow: 0 6px 20px rgba(208, 71, 62, 0.2);
    }
    
    /* ===== ENHANCED HOVER IMAGE GALLERY FOR FEATURED PRODUCTS ===== */
    .featured-home-products .product-thumbnail,
    .related-products .product-thumbnail,
    .upsells .product-thumbnail,
    .cross-sells .product-thumbnail {
        position: relative;
        overflow: hidden;
        background: linear-gradient(135deg, #fafbfc 0%, #f8f9fa 100%);
    }
    
    .product-inner .product-thumbnail img {
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        backface-visibility: hidden;
        display: block;
        border-radius: 8px;
    }
    
    .featured-home-products .product-thumbnail img:first-child,
    .related-products .product-thumbnail img:first-child,
    .upsells .product-thumbnail img:first-child,
    .cross-sells .product-thumbnail img:first-child {
        opacity: 1;
        z-index: 1;
        position: relative;
    }
    
    .product-inner .product-thumbnail img:nth-child(2) {
        position: absolute;
        top: 20px;
        left: 20px;
        right: 20px;
        bottom: 20px;
        width: calc(100% - 40px) !important;
        height: calc(100% - 40px) !important;
        opacity: 0;
        z-index: 2;
        object-fit: contain;
        border-radius: 8px;
    }
    
    /* Enhanced hover effects for image gallery */
    li.product:hover .product-inner > a .product-thumbnail img:first-child, .product-card:hover .product-inner > a .product-thumbnail div img:first-child {
        opacity: 0;
        transform: scale(1.05) rotate(-1deg);
    }

    .product-card:hover .product-inner > a .product-thumbnail div img:last-child{
        opacity: 1 !important;
    }
    
    li.product:hover .product-inner > a .product-thumbnail img:nth-child(2) {
        opacity: 1;
        transform: scale(1.05) rotate(1deg);
    }

    /* Enhanced product card hover states for desktop */
    li.product {
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    }

    li.product:hover {
        transform: translateY(-12px) scale(1.02);
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    }

    /* Stagger animation for product grids */
    li.product:nth-child(1) { animation-delay: 0.1s; }
    li.product:nth-child(2) { animation-delay: 0.2s; }
    li.product:nth-child(3) { animation-delay: 0.3s; }
    li.product:nth-child(4) { animation-delay: 0.4s; }
    li.product:nth-child(5) { animation-delay: 0.5s; }
    li.product:nth-child(6) { animation-delay: 0.6s; }

    .shopByCategories .cat-thumb {
        width: 80px;
        height: 80px;
    }
    .shopByCategories .categories-listing .row {
        gap: 24px 0;
    }
    .shopByCategories .slick-slider {
        display: none !important;
    }
    .promotional-banner-section:hover .discount-badge-star {
    transform: scale(1.05) rotate(5deg);
    box-shadow: 0 12px 35px rgba(255, 215, 0, 0.6);
}

.mega-dropdown.show .mega-menu-content,
.mega-dropdown:hover .mega-menu-content {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.mega-menu-content {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
}

.mega-dropdown > .mega-menu-content{
    width: 100%;
    left: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 8px 40px 0px, rgba(0, 0, 0, 0.04) 0px 1px 3px 0px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-top: none;
    padding: 30px 0;
    /* margin-top: 0; */
    background: #ffffff;
    z-index: 999;
}

header .navbar > .container{align-items: normal;}

.promo-image-section {
    left: 0;
    top: 0;
    bottom: 0;
    width: 50vw;
    z-index: 1;
    position: absolute;
}

/* Right Content Section - Wrapped in container */
.promo-content-section {
    margin-left: 50vw;
    width: calc(50vw - ((100vw - 1200px) / 2));
    max-width: 600px;
    z-index: 2;
}

.promotional-banner-section  .right-pattern{
    top: 0;
    right: 0;
}

.wpf_hierachy{
    max-height: 300px;
    overflow: auto;
}

.product-filters-sidebar{
    position: sticky;
    top: 85px;
}

}
/* main 992 end */

.entry-header.alignwide{
    margin-bottom: 2rem;
}

.site-header-top{
    font-size: 13px;
}

.entry-header.alignwide h1{
    text-align: center;
    margin-bottom: 0;
        background-color: #f8f9fa;
        padding: 2rem 1rem;
    }

.features-section .feature-icon svg{
    color: var(--base-theme-color);
    height: 48px;
    width: 48px;
}

.viral-tiktok-section {
  position: relative;
  overflow: hidden;
}

.viral-tiktok-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, #000000 0%, #2d2d2d 50%, #ff0050 100%);
  opacity: 0.95;
  z-index: 1;
}

.viral-tiktok-section .container {
  position: relative;
  z-index: 2;
}

.viral-product-card {
  border: 2px solid rgba(255,255,255,0.1);
  backdrop-filter: blur(20px);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateY(0);
}

.viral-product-card:hover {
  transform: translateY(-12px) scale(1.02);
  box-shadow: 0 25px 50px rgba(0,0,0,0.2);
  border-color: rgba(255,255,255,0.3);
}

.viral-main-image {
  transition: all 0.5s ease;
}

.viral-product-card:hover .viral-main-image {
  transform: scale(1.1);
}

.viral-product-card:hover .viral-hover-image {
  opacity: 1;
}

/* Enhanced Viral Badge */
@keyframes viralPulse {
  0% { 
    box-shadow: 0 0 0 0 rgba(255, 0, 80, 0.8);
    transform: scale(1);
  }
  50% { 
    box-shadow: 0 0 0 12px rgba(255, 0, 80, 0.1);
    transform: scale(1.05);
  }
  100% { 
    box-shadow: 0 0 0 0 rgba(255, 0, 80, 0);
    transform: scale(1);
  }
}

.viral-pulse {
  animation: viralPulse 2.5s infinite;
}

/* Professional Stats Design */
.viral-stats {
  transition: all 0.3s ease;
}

.viral-product-card:hover .viral-stats {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(255, 0, 80, 0.15);
}

/* Enhanced Button Styling */
.viral-btn-wrapper .button,
.viral-btn-wrapper .btn,
.viral-btn-wrapper a {
  width: 100% !important;
  background: var(--base-theme-color) !important;
  border: none !important;
  color: white !important;
  font-weight: 700 !important;
  padding: 14px 24px !important;
  border-radius: 12px !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  font-size: 13px !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15) !important;
  text-decoration: none !important;
  display: block !important;
  text-align: center !important;
  position: relative !important;
  overflow: hidden !important;
}

.viral-btn-wrapper .button:hover,
.viral-btn-wrapper .btn:hover,
.viral-btn-wrapper a:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 10px 30px rgba(255, 0, 80, 0.3) !important;
  background: #ff0050 !important;
}

.viral-btn-wrapper .button::before,
.viral-btn-wrapper .btn::before,
.viral-btn-wrapper a::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  transition: left 0.5s;
}

.viral-btn-wrapper .button:hover::before,
.viral-btn-wrapper .btn:hover::before,
.viral-btn-wrapper a:hover::before {
  left: 100%;
}

/* Typography Enhancements */
.viral-price {
  color: var(--base-theme-color);
  font-size: 18px;
}

.product-title {
  color: #2d3748 !important;
  line-height: 1.4;
  transition: color 0.3s ease;
}

.viral-product-card:hover .product-title {
  color: #4a5568 !important;
}

/* Section Header Enhancements */
.section-header .tiktok-icon {
  animation: float 3s ease-in-out infinite;
}

@keyframes float {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-10px); }
  100% { transform: translateY(0px); }
}

.section-header .btn {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.section-header .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

/* Trending Tags */
.trending-tags .badge {
  transition: all 0.3s ease;
  cursor: pointer;
}

.trending-tags .badge:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  background-color: #f8f9fa !important;
}

/* Discount Badge Styles */
/* This matches your current HTML class "discount-badge-star" */
.discount-badge-star {
   position: absolute;
    top: -15px;
    right: 10%;
    width: 85px;
    height: 85px;
    background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Arial, sans-serif;
    font-weight: bold;
    z-index: 10;
    border-radius: 20px;
    box-shadow: 0 8px 25px rgba(255, 215, 0, 0.4);
    transition: all 0.3s ease;
    transform: rotate(-8deg);
}

.discount-text {
  text-align: center;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.category-banner:hover .category-overlay {
  background: linear-gradient(45deg, rgba(0,0,0,0.7), rgba(0,0,0,0.4)) !important;
}

.product-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  overflow: hidden;
}

.z-index-2 {
  z-index: 2;
}

/* ===== PROMOTIONAL BANNER STYLES ===== */

/* Full-width WooCommerce Breadcrumb Styles */
.woocommerce-breadcrumb-fullwidth {
    background-color: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
    padding: 15px 0;
    margin-bottom: 2.5rem;
    width: 100%;
}

.woocommerce-breadcrumb-fullwidth .woocommerce-breadcrumb {
    font-size: 14px;
    color: #6c757d;
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.woocommerce-breadcrumb-fullwidth .woocommerce-breadcrumb a {
    color: #6c757d;
    text-decoration: none;
    transition: color 0.2s ease;
}

.woocommerce-breadcrumb-fullwidth .woocommerce-breadcrumb a:hover {
    color: var(--base-theme-color);
}

.woocommerce-breadcrumb-fullwidth .woocommerce-breadcrumb .breadcrumb-separator {
    font-size: 16px;
    opacity: 0.6;
}


/* ================================
   Blog Section Professional Styles
   ================================ */

/* Base styles for all screens */
.blog-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.blog-image {
    transition: transform 0.4s ease;
}

.blog-title-link {
    transition: color 0.3s ease;
}

.blog-arrow-icon {
    transition: transform 0.3s ease;
    font-size: 0.875rem;
}

/* Professional hover effects - only for screens >= 992px */
@media (min-width: 992px) {
    .blog-hover-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15) !important;
    }
    
    .blog-hover-card:hover .blog-image {
        transform: scale(1.05);
    }
    
    .blog-hover-card:hover .blog-title-link {
        color: var(--base-theme-color) !important;
    }
    
    .blog-hover-card:hover .blog-arrow-icon {
        transform: translateX(3px);
    }
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
    .blog-card {
        margin-bottom: 1rem;
    }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .woocommerce-breadcrumb-fullwidth {
        padding: 12px 0;
    }
    
    .woocommerce-breadcrumb-fullwidth .woocommerce-breadcrumb {
        font-size: 13px;
    }
}

/* Main Promotional Banner Section */
.promotional-banner-section {
    background-color: #f8f9fa;
}

/* Left Image Section - Starts from edge (fluid) */


.circle-shape-1{
    width: 724px;
    height: 724px;
    background: -webkit-gradient(linear, left top, left bottom, from(#d0473e), color-stop(40.47%, rgba(222, 224, 238, 0)));
    background: -webkit-linear-gradient(top, #d0473e 0%, rgba(222, 224, 238, 0) 40.47%);
    background: -o-linear-gradient(top, #d0473e 0%, rgba(222, 224, 238, 0) 40.47%);
    background: linear-gradient(182deg, #d0473e 0%, rgba(222, 224, 238, 0) 28.47%);
    border-radius: 50%;
    /* z-index: -1; */
    bottom: -556px;
    left: 0;
}

.circle-shape-2{
    width: 272px;
    height: 272px;
    border-radius: 50%;
    background: -webkit-linear-gradient(319.19deg, #d0473e 13.88%, rgba(222, 224, 238, 0) 71.91%);
    background: -o-linear-gradient(319.19deg, #d0473e 13.88%, rgba(222, 224, 238, 0) 71.91%);
    background: linear-gradient(130.81deg, #d0473e 13.88%, rgba(222, 224, 238, 0) 71.91%);
    /* z-index: -1; */
    left: -166px;
    top: -60px;
}

/* Adjust for larger screens */
@media (min-width: 1400px) {
    .promo-content-section {
        width: calc(50vw - ((100vw - 1285px) / 2));
        max-width: 660px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .promo-content-section {
        width: calc(50vw - ((100vw - 1200px) / 2));
        max-width: 600px;
    }
}

/* Product Image */
.promo-image-height {
    max-height: 400px;
}

.promo-product-img {
    filter: drop-shadow(0 20px 40px rgba(0,0,0,0.1));
    animation: float 3s ease-in-out infinite;
    max-width: 80%;
    height: auto;
}

/* Subtitle Badge */
.promo-subtitle-badge {
    background: rgba(255,255,255,0.2);
    color: var(--base-theme-color);
    border-radius: 20px;
    backdrop-filter: blur(10px);
    letter-spacing: 1px;
    font-size: 0.875rem;
}

/* Countdown Boxes */
.countdown-box {
    min-width: 80px;
    border: 1px solid #d0473e;
    transition: all 0.3s ease;
}

.countdown-box:hover {
    transform: translateY(-2px);
    box-shadow: 0 0.5rem 1.5rem rgba(0,0,0,0.15) !important;
}

/* CTA Button */
.promo-cta-btn {
    background: var(--base-theme-color) !important;
    border-color: var(--base-theme-color) !important;
    border-radius: 8px !important;
    box-shadow: 0 8px 25px rgba(74, 95, 193, 0.3);
    transition: all 0.3s ease;
}

.promo-cta-btn:hover {
    background: var(--base-theme-color) !important;
    border-color: var(--base-theme-color) !important;
    transform: translateY(-2px);
    box-shadow: 0 12px 30px #00000044;
}

.countdown-box span{
    color: var(--base-theme-color) !important;
}

/* Responsive Improvements */

@media (max-width: 576px) {
  .viral-product-card:hover {
    transform: translateY(-6px) scale(1.01);
  }
  
  .section-header .btn {
    padding: 12px 30px !important;
    font-size: 14px !important;
  }
}

/* Loading Animation */
.viral-products-grid {
  animation: fadeInUp 0.8s ease-out;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* No Products State */
.no-products-viral {
  animation: fadeIn 0.6s ease-out;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-listing__list,
    .woocommerce ul.products,
    .woocommerce-page ul.products,
    .related.products .products,
    .upsells.products .products,
    .cross-sells .products,
    .woocommerce-tabs .products,
    .single-product .products,
    .featured-home-products .products,
    .homepage-products .products,
    .wc-block-grid .wc-block-grid__products {
        /* grid-template-columns: repeat(2, 1fr) !important; */
        grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)) !important;
    }
}

/* --- Mobile styles --- */
@media (max-width: 991px) {
    /* ===== MOBILE PRODUCT LISTING (ALL GRIDS) ===== */
    .product-listing__list,
    .woocommerce ul.products,
    .woocommerce-page ul.products,
    .related.products .products,
    .upsells.products .products,
    .cross-sells .products,
    .woocommerce-tabs .products,
    .single-product .products,
    .featured-home-products .products,
    .homepage-products .products,
    .wc-block-grid .wc-block-grid__products {
        grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)) !important;
        gap: 18px !important;
    }

    /* ===== MOBILE PRODUCT CARDS ===== */
    li.product {
        border-radius: 12px;
    }

    li.product:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
    }

    .product-thumbnail {
        padding: 15px;
        border-radius: 12px 12px 0 0;
    }

    li.product > .product-inner > a h2 {
        font-size: 14px;
        min-height: 38px;
        margin: 12px 0;
        padding: 0 15px;
    }

    .product-actions {
                margin: 0 0 12px;
        padding: 0 !important;
    }

    /* ===== MOBILE DISCOUNT BADGE ===== */
    .discount-badge {
        top: 12px;
        left: 12px;
        padding: 5px 10px;
        font-size: 10px;
        border-radius: 16px;
    }

    /* ===== MOBILE QUICK ACTIONS (HIDDEN) ===== */
    .product-quick-actions {
        display: none;
    }

    /* ===== MOBILE CATEGORY SLIDER ===== */
    .shopByCategories .categories-listing .row {
        display: none !important;
    }
    .shopByCategories .slick-slider {
        display: block !important;
        position: relative;
    }
    .shopByCategories .slick-slide {
        padding: 0 8px;
    }
    /* Custom slick arrows using Bootstrap icons */
    .shopByCategories .slick-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 2;
        background: #fff;
        border: none;
        border-radius: 50%;
        box-shadow: 0 2px 8px rgba(0,0,0,0.08);
        width: 40px;
        height: 40px;
        cursor: pointer;
        transition: box-shadow 0.2s;
        display: flex !important;
        align-items: center;
        justify-content: center;
    }
    .shopByCategories .slick-arrow.slick-prev {
        left: -10px;
    }
    .shopByCategories .slick-arrow.slick-next {
        right: -10px;
    }
    .shopByCategories .slick-arrow svg {
        width: 24px;
        height: 24px;
        color: #222;
    }
}

/* ===== MINI CART QUANTITY CONTROLS ===== */
.mini-cart-quantity-controls {
    margin: 8px 0;
}

.mini-cart-quantity-controls .quantity-wrapper {
    display: flex;
    align-items: center;
    border: 1px solid #e1e5e9;
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
    width: fit-content;
}

.mini-cart-quantity-controls .qty-btn {
    border: none;
    background: #f8f9fa;
    width: 32px;
    height: 32px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--base-secondary-color);
    transition: all 0.2s ease;
    flex-shrink: 0;
}

.mini-cart-quantity-controls .qty-btn:hover {
    background: var(--base-theme-color);
    color: white;
}

.mini-cart-quantity-controls .qty-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

.mini-cart-quantity-controls .mini-cart-qty {
    border: none;
    text-align: center;
    width: 45px;
    height: 32px;
    font-weight: 500;
    background: transparent;
    font-size: 0.875rem;
    color: var(--base-secondary-color);
    outline: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
}

.mini-cart-quantity-controls .mini-cart-qty:focus {
    outline: none;
    box-shadow: none;
    background: #f8f9fa;
}

/* Loading state for quantity controls */
.mini-cart-quantity-controls.loading {
    opacity: 0.6;
    pointer-events: none;
}

.mini-cart-quantity-controls.loading .qty-btn {
    background: #e9ecef;
    color: #6c757d;
}

/* Line total styling */
.mini-cart-line-total {
    font-weight: 600;
    color: var(--base-theme-color);
}

/* Mini cart item loading state */
.woocommerce-mini-cart-item.updating {
    opacity: 0.6;
    position: relative;
}

.woocommerce-mini-cart-item.updating::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    z-index: 10;
    pointer-events: none;
}

/* Enhanced Mega Menu Styles */
.mega-dropdown .dropdown-toggle::after {
    transition: transform 0.3s ease;
}

.mega-dropdown.show .dropdown-toggle::after {
    transform: rotate(180deg);
}

.mega-menu-inner .dropdown-item {
    position: relative;
    overflow: hidden;
}

.mega-menu-inner .dropdown-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(208, 71, 62, 0.05), transparent);
    transition: left 0.5s ease;
}

.mega-menu-inner .dropdown-item:hover::before {
    left: 100%;
}

.megaMenu_item_title {
    position: relative;
    z-index: 1;
}

/* Category Icons Enhancement */
.mega-menu .category-icon {
    position: relative;
    overflow: hidden;
}

.mega-menu .category-icon::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(208, 71, 62, 0.1);
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: inherit;
}

.mega-menu .dropdown-item:hover .category-icon::after {
    opacity: 1;
}


@media (max-width: 767.98px) {
    .woo-category-mega-menu {
        padding: 14px 16px 16px 16px;
        max-height: 80vh;
    }
    
    .category-column-with-children {
        padding: 18px;
    }
    
    .featured-categories-section {
        margin-bottom: 22px;
        padding-bottom: 18px;
    }
    
    .featured-label {
        font-size: 13px;
    }
    
    .category-title {
        font-size: 16px;
    }
    
    .category-count {
        font-size: 12px;
    }
    
    .child-category-link {
        font-size: 14px;
        padding: 7px 10px;
        min-height: 38px;
    }
    
    .child-count {
        font-size: 12px;
    }
    
    .view-all-link {
        font-size: 14px;
        padding: 10px 12px;
        min-height: 42px;
    }
    
    .featured-categories-grid {
        grid-template-columns: 1fr;
        gap: 8px;
    }
    
    .featured-category-card {
        padding: 14px 16px;
        gap: 12px;
        min-height: 58px;
    }
    
    .featured-category-name {
        font-size: 16px;
    }
    
    .featured-category-count {
        font-size: 13px;
    }
    .site-header-top{
        font-size: 12px;
    }
}

/* Final mega menu enhancements for professional look */
.mega-dropdown .dropdown-toggle {
    position: relative;
    padding-right: 30px !important;
}

.mega-dropdown .dropdown-toggle::after {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
}

/* Add header to mega menu */
.mega-menu-header {
    padding: 20px 25px 15px;
    border-bottom: 2px solid rgba(208, 71, 62, 0.1);
    margin-bottom: 20px;
    background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
}

.mega-menu-header h4 {
    color: var(--base-theme-color);
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    text-align: center;
    position: relative;
}

.mega-menu-header h4::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 2px;
    background: var(--base-theme-color);
    border-radius: 1px;
}

/* Improved category counter */
.mega-menu-counter {
    position: absolute;
    top: -5px;
    right: -5px;
    background: var(--base-theme-color);
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(208, 71, 62, 0.3);
}

/* ===== ADDITIONAL MODERN UI ENHANCEMENTS ===== */

/* Product card entrance animation */
@keyframes productCardEntrance {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

li.product {
    animation: productCardEntrance 0.6s ease-out forwards;
    animation-fill-mode: both;
}

/* Enhanced focus states for accessibility */
li.product:focus-within {
    outline: 2px solid var(--base-theme-color);
    outline-offset: 4px;
    border-radius: 16px;
}

.product-actions > a:focus {
    outline: 2px solid var(--base-theme-color);
    outline-offset: 2px;
    box-shadow: 0 0 0 4px rgba(208, 71, 62, 0.1);
}

/* Loading skeleton for product cards */
.product-card-skeleton {
    background: #f8f9fa;
    border-radius: 16px;
    padding: 20px;
    animation: pulse 2s ease-in-out infinite alternate;
}

.product-card-skeleton .skeleton-image {
    aspect-ratio: 1;
    background: #e9ecef;
    border-radius: 12px;
    margin-bottom: 15px;
}

.product-card-skeleton .skeleton-title {
    height: 20px;
    background: #e9ecef;
    border-radius: 4px;
    margin: 0 auto 10px;
    width: 80%;
}

.product-card-skeleton .skeleton-price {
    height: 16px;
    background: #e9ecef;
    border-radius: 4px;
    margin: 0 auto 15px;
    width: 60%;
}

.product-card-skeleton .skeleton-button {
    height: 44px;
    background: #e9ecef;
    border-radius: 22px;
    width: 70%;
    margin: 0 auto;
}

@keyframes pulse {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0.7;
    }
}

/* Star rating enhancement (if used) */
.product-rating {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    margin: 8px 0;
}

.product-rating .stars {
    color: #ffc107;
    font-size: 14px;
}

.product-rating .rating-count {
    font-size: 12px;
    color: #6c757d;
    margin-left: 4px;
}

/* Product tags/categories (if displayed) */
.product-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    justify-content: center;
    margin: 10px 20px 15px;
}

.product-tag {
    background: rgba(208, 71, 62, 0.1);
    color: var(--base-theme-color);
    padding: 3px 8px;
    border-radius: 12px;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Stock status indicators */
.stock-status {
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.stock-status.in-stock {
    background: rgba(40, 167, 69, 0.1);
    color: #28a745;
}

.stock-status.low-stock {
    background: rgba(255, 193, 7, 0.1);
    color: #ffc107;
}

.stock-status.out-of-stock {
    background: rgba(220, 53, 69, 0.1);
    color: #dc3545;
}

/* Wishlist heart icon (if implemented) */
.product-wishlist {
    position: absolute;
    top: 15px;
    right: 55px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 0;
    transform: scale(0.8);
    color: #6c757d;
}

li.product:hover .product-wishlist {
    opacity: 1;
    transform: scale(1);
}

.product-wishlist:hover {
    background: var(--base-theme-color);
    color: white;
    transform: scale(1.1);
}

.product-wishlist.active {
    background: var(--base-theme-color);
    color: white;
}

/* Product comparison checkbox (if implemented) */
.product-compare {
    position: absolute;
    top: 60px;
    right: 15px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 0;
    transform: scale(0.8);
    color: #6c757d;
}

li.product:hover .product-compare {
    opacity: 1;
    transform: scale(1);
    transition-delay: 0.1s;
}

.product-compare:hover {
    background: var(--base-secondary-color);
    color: white;
    transform: scale(1.1);
}

/* Improved price display for sale items */
.product-price-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
}

.price-current {
    font-size: 18px;
    font-weight: 700;
    color: var(--base-theme-color);
}

.price-original {
    font-size: 14px;
    font-weight: 500;
    color: #6c757d;
    text-decoration: line-through;
}

.price-save {
    background: rgba(40, 167, 69, 0.1);
    color: #28a745;
    padding: 2px 6px;
    border-radius: 8px;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
}

/* Product variant swatches (if used) */
.product-variants {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin: 10px 20px;
}

.variant-swatch {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 2px solid #e9ecef;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.variant-swatch:hover {
    border-color: var(--base-theme-color);
    transform: scale(1.1);
}

.variant-swatch.active::after {
    content: '✓';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 10px;
    font-weight: bold;
}

/* Enhanced shipping info */
.product-shipping-info {
    font-size: 11px;
    color: #28a745;
    text-align: center;
    margin: 5px 20px 10px;
    font-weight: 500;
}

.product-shipping-info::before {
    content: '🚚';
    margin-right: 4px;
}



@media (min-width: 768px) {
    .wc-block-components-sidebar-layout, .entry-content
 {
        max-width: 720px;
    }
}


@media (min-width: 992px) {
    .wc-block-components-sidebar-layout, .entry-content
 {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
     .wc-block-components-sidebar-layout, .entry-content
 {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .wc-block-components-sidebar-layout , .entry-content
 {
        max-width: 1320px;
    }
}

.entry-content{
    margin: 0 auto;
    padding: 0 15px;
}

/* Print styles for product cards */
@media print {
    li.product {
        break-inside: avoid;
        box-shadow: none !important;
        border: 1px solid #ddd !important;
    }
    
    .product-quick-actions,
    .product-wishlist,
    .product-compare,
    .product-actions {
        display: none !important;
    }
}

/* High contrast mode */
@media (prefers-contrast: high) {
    li.product {
        border: 2px solid #000;
        background: #fff;
    }
    
    .product-thumbnail {
        border: 1px solid #000;
    }
    
    .discount-badge {
        background: #000;
        color: #fff;
    }
}

/* Reduced motion preferences */
@media (prefers-reduced-motion: reduce) {
    li.product,
    .product-thumbnail img,
    .product-actions > a,
    .product-wishlist,
    .product-compare {
        animation: none !important;
        transition: none !important;
    }
    
    li.product:hover {
        transform: none !important;
    }
}

/* ===========================================
   FOOTER STYLES
   =========================================== */

.site-footer {
    background-color: #f8f9fa;
    border-top: 1px solid #e9ecef;
    margin-top: 4rem;
}

.footer-content {
    padding: 3rem 0 2rem;
}

.footer-company-info {
    padding-right: 1rem;
}

.footer-logo img {
    max-height: 50px;
    width: auto;
}

.footer-company-name {
    color: var(--base-secondary-color);
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.footer-company-description {
    color: #6c757d;
    font-size: 0.9rem;
    line-height: 1.6;
}

.footer-contact-info {
    font-size: 0.9rem;
}

.footer-contact-item {
    display: flex;
    align-items: center;
    color: #6c757d;
}

.footer-contact-item svg {
    color: var(--base-theme-color);
    margin-right: 0.5rem;
    flex-shrink: 0;
}

.footer-contact-item a {
    color: #6c757d;
    transition: color 0.3s ease;
}

.footer-contact-item a:hover {
    color: var(--base-theme-color);
}

.footer-menu-title {
    color: var(--base-secondary-color);
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 1rem;
}

.footer-menu-list {
    margin: 0;
    padding: 0;
}

.footer-menu-list li {
    margin-bottom: 0.5rem;
}

.footer-menu-list li:last-child {
    margin-bottom: 0;
}

.footer-menu-link,
.footer-menu-list a {
    color: #6c757d;
    font-size: 0.9rem;
    text-decoration: none;
    transition: color 0.3s ease;
    display: block;
    padding: 0.25rem 0;
}

.footer-menu-link:hover,
.footer-menu-list a:hover {
    color: var(--base-theme-color);
}

.footer-bottom {
    background-color: #e9ecef;
    padding: 1.5rem 0;
    border-top: 1px solid #dee2e6;
    font-size: 0.875rem;
    color: #6c757d;
}

.footer-bottom a {
    color: var(--base-theme-color);
    text-decoration: none;
}

.footer-bottom a:hover {
    text-decoration: underline;
}

.privacy-policy,
.powered-by {
    font-size: 0.875rem;
}

.footer-copyright {
    color: #6c757d;
}

/* Footer Social Media Icons - Enhanced */
.footer-social-links {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}

.footer-social-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #f8f9fa;
	color: #6c757d;
	text-decoration: none;
	transition: all 0.3s ease;
	border: 2px solid transparent;
}

.footer-social-link:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(0,0,0,0.15);
	text-decoration: none;
}

/* Individual social media colors */
.footer-social-link.facebook:hover {
	background-color: #1877f2;
	color: white;
	border-color: #1877f2;
}

.footer-social-link.instagram:hover {
	background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	color: white;
	border-color: #e6683c;
}

.footer-social-link.twitter:hover {
	background-color: #000000;
	color: white;
	border-color: #000000;
}

.footer-social-link.linkedin:hover {
	background-color: #0077b5;
	color: white;
	border-color: #0077b5;
}

.footer-social-link.youtube:hover {
	background-color: #ff0000;
	color: white;
	border-color: #ff0000;
}

.footer-social-link.tiktok:hover {
	background-color: #000000;
	color: white;
	border-color: #000000;
}

.footer-social-link svg {
	transition: all 0.3s ease;
}

.footer-social-link:hover svg {
	transform: scale(1.1);
}

/* Responsive adjustments */
/* @media (max-width: 768px) {
	.footer-social-links {
		justify-content: center;
		gap: 10px;
	}
	
	.footer-social-link {
		width: 36px;
		height: 36px;
	}
} */

@media (max-width: 767.98px) {
    .footer-content {
        padding: 2rem 0 1.5rem;
    }
    
    .footer-company-info {
        padding-right: 0;
        margin-bottom: 1rem;
    }
    
    .footer-menu-title {
        margin-bottom: 0.75rem;
    }
    
    .footer-bottom .col-md-6 {
        text-align: center !important;
        margin-bottom: 1rem;
    }
    
    .footer-bottom .col-md-6:last-child {
        margin-bottom: 0;
    }
}

/* ===== MEGA MENU FOR CATEGORIES - SIMPLE & CLEAN ===== */

/* Base mega menu styles */
.mega-dropdown {
    position: static;
}

.mega-menu-inner {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    padding: 0 30px;
    max-width: 1200px;
    margin: 0 auto;
}

/* Category columns */
.category-column {
    background: #ffffff;
}

.category-title {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #fff;
}

.category-links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.category-links li {
    margin-bottom: 8px;
}

.category-links a {
    display: block;
    padding: 8px 12px;
    color: #6c757d;
    text-decoration: none;
    font-size: 14px;
    border-radius: 6px;
    transition: all 0.3s ease;
    position: relative;
}

.category-links a:hover {
    background: rgba(208, 71, 62, 0.05);
    color: var(--base-theme-color);
    transform: translateX(5px);
}

/* Featured categories section */
.featured-categories-section {
    grid-column: 1 / -1;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
}

.featured-label {
    background: var(--base-theme-color);
    color: white;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: inline-block;
    margin-bottom: 15px;
}

.featured-categories-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
}

.featured-category-card {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    transition: all 0.3s ease;
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    min-height: 80px;
}

.featured-category-card:hover {
    background: linear-gradient(135deg, rgba(208, 71, 62, 0.05) 0%, #ffffff 100%);
    border-color: var(--base-theme-color);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(208, 71, 62, 0.15);
    color: inherit;
    text-decoration: none;
}

.featured-category-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--base-theme-color);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: all 0.3s ease;
}

.featured-category-card:hover .featured-category-icon {
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(208, 71, 62, 0.3);
}

.featured-category-name {
    font-size: 14px;
    font-weight: 600;
    color: var(--base-secondary-color);
    margin: 0;
}

.featured-category-count {
    font-size: 12px;
    color: #6c757d;
    margin: 0;
}

/* Category with children */
.category-column-with-children {
    background: #ffffff;
}

.child-categories {
    margin-top: 10px;
}

.child-category-link {
    padding: 6px 15px;
    font-size: 13px;
    color: #8a8a8a;
    border-left: 2px solid transparent;
    margin-left: 10px;
}

.child-category-link:hover {
    border-left-color: var(--base-theme-color);
    background: rgba(208, 71, 62, 0.03);
    color: var(--base-theme-color);
    transform: translateX(3px);
}

/* View all link */
.view-all-link {
    background: var(--base-theme-color);
    color: white !important;
    padding: 10px 15px;
    border-radius: 6px;
    font-weight: 500;
    margin-top: 15px;
    text-align: center;
    transition: all 0.3s ease;
}

.view-all-link:hover {
    background: var(--base-secondary-color);
    color: white !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(208, 71, 62, 0.3);
}

.feature-description{
    line-height: 1.4;
}

/* Responsive design */

@media (max-width: 767.98px) {
    /* .mega-menu-content {
        padding: 15px 0;
    }
    
    .mega-menu-inner {
        padding: 0 15px;
        gap: 15px;
    } */
    
    .featured-categories-section {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
    
    .featured-categories-grid {
        grid-template-columns: 1fr;
        gap: 8px;
    }
    
    .featured-category-card {
        padding: 12px;
        min-height: 55px;
        flex-direction: row;
        text-align: left;
    }
    
    .featured-category-icon {
        width: 30px;
        height: 30px;
        font-size: 14px;
    }
    
    .category-title {
        font-size: 15px;
        margin-bottom: 12px;
    }
    
    .category-links a {
        padding: 6px 10px;
        font-size: 13px;
    }
    
    .child-category-link {
        padding: 5px 12px;
        font-size: 12px;
    }
}


/* Smooth dropdown arrow rotation */
.mega-dropdown .dropdown-toggle::after {
    transition: transform 0.3s ease;
}

.mega-dropdown.show .dropdown-toggle::after,
.mega-dropdown:hover .dropdown-toggle::after {
    transform: rotate(180deg);
}

/* ===== COLLECTIONS MEGA MENU STYLES - CATEGORY STYLE ===== */
.collections-mega-menu {
    padding: 20px 0;
}

/* Collections with children style layout */
.collections-column {
    background: #ffffff;
    /* margin-bottom: 15px; */
}

.collections-category-link {
    display: flex;
    align-items: center;
    padding: 8px 15px;
    font-size: 14px;
    color: var(--base-secondary-color);
    border-left: 2px solid transparent;
    transition: all 0.3s ease;
    text-decoration: none;
    font-weight: 500;
    gap: 10px;
}

.collections-category-link:hover {
    border-left-color: var(--base-theme-color);
    background: rgba(208, 71, 62, 0.03);
    color: var(--base-theme-color);
    /* transform: translateX(3px); */
    text-decoration: none;
}

.collections-category-image {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    object-fit: cover;
    flex-shrink: 0;
}

.collections-category-icon {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--base-theme-color) 0%, #e74c3c 100%);
    color: white;
    font-size: 18px;
    font-weight: 600;
}

/* Category-specific default icons */
.collections-category-icon.audio-sound::before { content: "🎵"; }
.collections-category-icon.car-accessories::before { content: "🚗"; }
.collections-category-icon.computer-laptop::before { content: "💻"; }
.collections-category-icon.gaming-zone::before { content: "🎮"; }
.collections-category-icon.home-kitchen::before { content: "🏠"; }
.collections-category-icon.lifestyle-gadgets::before { content: "✨"; }
.collections-category-icon.photography::before { content: "📷"; }
.collections-category-icon.smart-gadgets::before { content: "📱"; }
.collections-category-icon.smartphone::before { content: "📲"; }
.collections-category-icon.wearable-tech::before { content: "⌚"; }
.collections-category-icon.default::before { content: "📦"; }

.collections-category-name {
    display: flex;
    align-items: center;
    flex: 1;
    line-height: 18px;
}

/* Remove count styling - not needed anymore */
.collections-category-count {
    display: none;
}

/* Collections grid layout */
.collections-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    padding: 0 20px;
}

.collections-grid .collections-column {
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #e9ecef;
    transition: all 0.3s ease;
}

.collections-grid .collections-column:hover {
    border-color: rgba(208, 71, 62, 0.2);
    box-shadow: 0 4px 12px rgba(208, 71, 62, 0.1);
    transform: translateY(-2px);
}


/* Animation for dropdown */
.collections-mega-content,
.category-mega-content {
    animation: slideInFromRight 0.3s ease-out;
}

.wpf_slider.ui-slider .ui-widget-header{
        background: #D0473D !important;
}

@keyframes slideInFromRight {
    from {
        opacity: 0;
        transform: translateX(20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}


@media only screen and (max-width: 767px){
    .navbar-brand > img{
        width: 140px;
    }
    /* Mobile Search Overlay Styles */
.mobile-search-icon {
    margin-right: 10px;
}

.mobile-search-toggle {
    background: none;
    border: none;
    padding: 8px;
    cursor: pointer;
    color: var(--base-secondary-color);
    transition: color 0.3s ease;
}

.mobile-search-toggle:hover {
    color: var(--base-theme-color);
}

.mobile-search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.mobile-search-overlay.active {
    opacity: 1;
    visibility: visible;
}

.mobile-search-container {
    background: white;
    width: 100%;
    max-width: 100%;
    transform: translateY(-100%);
    transition: transform 0.3s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.mobile-search-overlay.active .mobile-search-container {
    transform: translateY(0);
}

.mobile-search-header {
    border-bottom: 1px solid #e9ecef;
    background: #f8f9fa;
}

.mobile-search-header h5 {
    margin: 0;
    color: var(--base-secondary-color);
    font-weight: 600;
}

.mobile-search-close {
    background: none;
    border: none;
    padding: 5px;
    cursor: pointer;
    color: var(--base-secondary-color);
    transition: color 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-search-close:hover {
    color: var(--base-theme-color);
}

.mobile-search-content {
    padding: 30px 20px;
}

.mobile-search-content form {
    margin-bottom: 0;
}

.mobile-search-content input[type="search"] {
    width: 100%;
    padding: 15px 20px;
    border: 2px solid #e9ecef;
    border-radius: 50px;
    font-size: 16px;
    outline: none;
    transition: border-color 0.3s ease;
}

.mobile-search-content input[type="search"]:focus {
    border-color: var(--base-theme-color);
}

.mobile-search-content button[type="submit"] {
    background: var(--base-theme-color);
    color: white;
    border: none;
    padding: 15px 30px;
    border-radius: 50px;
    font-size: 16px;
    margin-top: 15px;
    width: 100%;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.mobile-search-content button[type="submit"]:hover {
    background: #b73c34;
}

.product-listing__list,
    .woocommerce ul.products,
    .woocommerce-page ul.products,
    .related.products .products,
    .upsells.products .products,
    .cross-sells .products,
    .woocommerce-tabs .products,
    .single-product .products,
    .featured-home-products .products,
    .homepage-products .products,
    .wc-block-grid .wc-block-grid__products {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .product-actions > a {
        height: 32px;
        font-size: 10px;
        min-width: 120px;
        border-radius: 20px;
        line-height: 1.2;
    }

    .discount-badge{
        font-size: 9px;
    }
        .product-inner .price {
        font-size: 14px;
        margin-bottom: 12px;
    }

    .product-inner .price ins {
        font-size: 14px;
    }

    .page-title h2{
        font-size: 1.25rem;
    }

    .product-title{
        font-size: 15px;
    }

    .feature-title{
        font-size: 16px;
    }

    .features-section .feature-icon svg{
            height: 38px;
    width: 38px;
    }

    .feature-description{
        font-size: 14px;
    }

}

/* 767 end */

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

    .product-actions > a {
        height: 40px;
        font-size: 12px;
        min-width: 120px;
        border-radius: 20px;
    }

}

@media only screen and (max-width: 991px){
    .navbar .navbar-collapse{
       position: fixed;
      top: 0;
      right: -100%; 
      width: 100%;
      max-width: 100%;
      height: 100%;
      background: #fff;
      transition: right 0.3s ease;
      box-shadow: -2px 0 5px rgba(0,0,0,0.2);
      padding: 1.5rem;
      z-index: 1050;
      overflow-y: auto;
    }
    
     .navbar-collapse.show {
      right: 0; /* slide in */
    }
    
    /* Mobile Menu Header */
    .mobile-menu-header {
        border-bottom: 1px solid #e9ecef !important;
    }
    
    .mobile-menu-logo img {
        max-height: 40px;
        width: auto;
    }
    
    .mobile-menu-close {
        background: none;
        border: none;
        font-size: 36px;
        color: #000;
        padding: 4px;
        cursor: pointer;
        line-height: 1;
        border-radius: 4px;
        transition: color 0.2s ease;
    }
    
    .mobile-menu-close:hover {
        color: var(--base-theme-color);
        background-color: #f8f9fa;
    }
    
    .mobile-menu-close span {
        font-size: 36px;
        font-weight: 300;
        color: #000;
    }

    .dropdown-menu.mega-menu-content{
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 99;
    transition: 0.5s all ease;
    }

    .dropdown-menu.mega-menu-content.show{
        left: 0;
    }
    
    /* Mobile mega menu back icon */
    .mega-menu-back-icon {
        width: 40px;
        height: 40px;
        background: rgba(255, 255, 255, 0.9);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
        transition: all 0.3s ease;
        margin-left: 20px;
        margin-top: 10px;
    }
    
    .mega-menu-back-icon:hover {
        background: #fff;
        transform: scale(1.1);
    }
    
    .mega-menu-back-icon svg {
        color: #333;
        transition: color 0.3s ease;
    }
    
    .mega-menu-back-icon:hover svg {
        color: #000;
    }
    
    /* Mobile mega menu improvements */
    .mega-menu-inner {
        padding: 10px 15px;
        gap: 15px;
    }
    
    /* Enhanced mobile category cards */
    .category-column-with-children {
        background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
        border: 1px solid #e9ecef;
        border-radius: 12px;
        padding: 20px;
        margin-bottom: 15px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
        transition: all 0.3s ease;
    }
    
    .category-column-with-children:hover {
        background: linear-gradient(135deg, #ffffff 0%, rgba(208, 71, 62, 0.02) 100%);
        border-color: rgba(208, 71, 62, 0.2);
        box-shadow: 0 4px 16px rgba(208, 71, 62, 0.12);
        transform: translateY(-2px);
    }
    
    /* Mobile category title styling */
    .category-column-with-children .category-title {
        background: linear-gradient(135deg, var(--base-theme-color) 0%, #e74c3c 100%);
        color: white;
        padding: 12px 16px;
        border-radius: 8px;
        margin: -20px -20px 15px -20px;
        font-size: 15px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        box-shadow: 0 2px 8px rgba(208, 71, 62, 0.2);
    }
    
    /* Category count badge in title */
    .category-column-with-children .category-title .category-count {
        background: rgba(255, 255, 255, 0.2);
        color: white;
        font-size: 11px;
        padding: 4px 8px;
        border-radius: 12px;
        font-weight: 500;
        border: 1px solid rgba(255, 255, 255, 0.3);
    }
    
    /* Mobile category links improvements */
    .category-column-with-children .category-links a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 12px 16px;
        margin-bottom: 8px;
        background: #f8f9fa;
        border: 1px solid #e9ecef;
        border-radius: 8px;
        color: var(--base-secondary-color);
        text-decoration: none;
        font-size: 14px;
        font-weight: 500;
        transition: all 0.3s ease;
        position: relative;
        overflow: hidden;
    }
    
    .category-column-with-children .category-links a::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(208, 71, 62, 0.05), transparent);
        transition: left 0.5s ease;
    }
    
    .category-column-with-children .category-links a:hover::before {
        left: 100%;
    }
    
    .category-column-with-children .category-links a:hover {
        background: linear-gradient(135deg, rgba(208, 71, 62, 0.05) 0%, #ffffff 100%);
        border-color: var(--base-theme-color);
        color: var(--base-theme-color);
        transform: translateX(3px);
        box-shadow: 0 2px 8px rgba(208, 71, 62, 0.15);
    }
    
    /* Child categories styling */
    .category-column-with-children .child-categories {
        margin-top: 15px;
        padding-top: 15px;
        border-top: 1px solid #e9ecef;
    }
    
    .category-column-with-children .child-category-link {
        padding: 10px 16px;
        margin-bottom: 6px;
        margin-left: 0;
        background: #ffffff;
        border: 1px solid #f0f0f0;
        border-radius: 6px;
        font-size: 13px;
        color: #6c757d;
        border-left: 3px solid var(--base-theme-color);
        transition: all 0.3s ease;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    .category-column-with-children .child-category-link:hover {
        border-left-color: var(--base-theme-color);
        background: rgba(208, 71, 62, 0.02);
        color: var(--base-theme-color);
        transform: translateX(5px);
        box-shadow: 0 1px 4px rgba(208, 71, 62, 0.1);
    }
    
    /* View all link mobile styling */
    .category-column-with-children .view-all-link {
        background: linear-gradient(135deg, var(--base-theme-color) 0%, #e74c3c 100%);
        color: white;
        padding: 12px 20px;
        border-radius: 8px;
        font-weight: 600;
        margin-top: 20px;
        text-align: center;
        transition: all 0.3s ease;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        font-size: 13px;
        box-shadow: 0 2px 8px rgba(208, 71, 62, 0.2);
    }
    
    .category-column-with-children .view-all-link:hover {
        background: linear-gradient(135deg, var(--base-secondary-color) 0%, #c0392b 100%);
        color: white;
        transform: translateY(-2px);
        box-shadow: 0 4px 16px rgba(208, 71, 62, 0.3);
    }
    
    /* Featured categories mobile improvements */
    .featured-categories-section {
        background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
        border: 1px solid #e9ecef;
        border-radius: 12px;
        padding: 20px;
        margin-bottom: 20px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    }
    
    .featured-label {
        background: linear-gradient(135deg, var(--base-theme-color) 0%, #e74c3c 100%);
        color: white;
        font-size: 12px;
        font-weight: 700;
        padding: 6px 14px;
        border-radius: 20px;
        text-transform: uppercase;
        letter-spacing: 0.8px;
        display: inline-block;
        box-shadow: 0 2px 8px rgba(208, 71, 62, 0.2);
    }
    
    .featured-category-card {
        background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
        border: 1px solid #e9ecef;
        border-radius: 10px;
        padding: 16px;
        text-align: left;
        transition: all 0.3s ease;
        text-decoration: none;
        color: inherit;
        display: flex;
        align-items: center;
        gap: 12px;
        min-height: 65px;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
    }
    
    .featured-category-card:hover {
        background: linear-gradient(135deg, rgba(208, 71, 62, 0.05) 0%, #ffffff 100%);
        border-color: var(--base-theme-color);
        transform: translateX(3px);
        box-shadow: 0 4px 12px rgba(208, 71, 62, 0.15);
        color: inherit;
        text-decoration: none;
    }
    
    .featured-category-icon {
        width: 36px;
        height: 36px;
        border-radius: 8px;
        background: linear-gradient(135deg, var(--base-theme-color) 0%, #e74c3c 100%);
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        transition: all 0.3s ease;
        box-shadow: 0 2px 8px rgba(208, 71, 62, 0.2);
    }
    
    .featured-category-card:hover .featured-category-icon {
        transform: scale(1.1) rotate(5deg);
        box-shadow: 0 4px 12px rgba(208, 71, 62, 0.3);
    }

    .categories-with-children .row{
        gap: 0;
    }

    .categories-with-children{
        padding-bottom: 20px;
    }

    /* Mobile Menu Bottom Content */
    .mobile-menu-bottom {
        margin-top: auto;
        padding-top: 2rem;
        border-top: 1px solid #e9ecef;
        background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
        margin: 1rem -1.5rem -1.5rem -1.5rem;
        padding: 2rem 1.5rem 1.5rem 1.5rem;
    }
    
    /* Mobile Quick Links */
    .mobile-quick-links {
        margin-bottom: 1.8rem;
    }
    
    .mobile-quick-links h5 {
        color: var(--base-secondary-color);
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        margin-bottom: 1.2rem;
        display: flex;
        align-items: center;
        gap: 8px;
    }
    
    .mobile-quick-links h5::before {
        content: "⚡";
        font-size: 18px;
    }
    
    .mobile-quick-links-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }
    
    .mobile-quick-link {
        display: flex;
        align-items: center;
        padding: 14px 16px;
        background: white;
        border: 1px solid #e9ecef;
        border-radius: 10px;
        text-decoration: none;
        color: #6c757d;
        font-size: 14px;
        font-weight: 600;
        transition: all 0.3s ease;
        gap: 10px;
        min-height: 55px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    }
    
    .mobile-quick-link:hover {
        background: rgba(208, 71, 62, 0.05);
        border-color: var(--base-theme-color);
        color: var(--base-theme-color);
        text-decoration: none;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(208, 71, 62, 0.15);
    }
    
    /* Mobile Contact Info */
    .mobile-contact-info {
        margin-bottom: 1.5rem;
    }
    
    .mobile-contact-info h5::before {
        content: "📞";
        font-size: 16px;
    }
    
    .mobile-contact-item {
        display: flex;
        align-items: center;
        padding: 8px 0;
        font-size: 13px;
        color: #6c757d;
        gap: 10px;
    }
    
    .mobile-contact-item-icon {
        width: 32px;
        height: 32px;
        background: var(--base-theme-color);
        color: white;
        border-radius: 6px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        flex-shrink: 0;
    }
    
    .mobile-contact-item a {
        color: #6c757d;
        text-decoration: none;
        transition: color 0.3s ease;
    }
    
    .mobile-contact-item a:hover {
        color: var(--base-theme-color);
    }
    
    /* Mobile Social Links */
    /* .mobile-social-section {
        margin-bottom: 1.5rem;
    } */
    
    .mobile-social-section h5 {
        color: var(--base-secondary-color);
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        margin-bottom: 1.2rem;
        display: flex;
        align-items: center;
        gap: 8px;
    }
    
    .mobile-social-section h5::before {
        content: "🌐";
        font-size: 18px;
    }
    
    .mobile-social-links {
        display: flex;
        gap: 12px;
        flex-wrap: wrap;
    }
    
    .mobile-social-link {
        width: 45px;
        height: 45px;
        border-radius: 10px;
        background: white;
        border: 1px solid #e9ecef;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        color: #6c757d;
        font-size: 22px;
        transition: all 0.3s ease;
        position: relative;
        overflow: hidden;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    }
    
    .mobile-social-link::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
        transition: left 0.5s ease;
    }
    
    .mobile-social-link:hover::before {
        left: 100%;
    }
    
    .mobile-social-link:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        text-decoration: none;
    }
    
    /* Individual social colors for mobile */
    .mobile-social-link.facebook:hover {
        background: #1877f2;
        color: white;
        border-color: #1877f2;
    }
    
    .mobile-social-link.instagram:hover {
        background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
        color: white;
        border-color: #e6683c;
    }
    
    .mobile-social-link.pinterest:hover {
        background: #e60023;
        color: white;
        border-color: #e60023;
    }
    
    /* Mobile Newsletter Section */
    .mobile-newsletter {
        margin-bottom: 1rem;
    }
    
    .mobile-newsletter h5 {
        color: var(--base-secondary-color);
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        margin-bottom: 8px;
        display: flex;
        align-items: center;
        gap: 8px;
    }
    
    .mobile-newsletter h5::before {
        content: "📧";
        font-size: 16px;
    }
    
    .mobile-newsletter-text {
        font-size: 12px;
        color: #6c757d;
        margin-bottom: 1rem;
        line-height: 1.4;
    }
    
    .mobile-newsletter-form {
        display: flex;
        gap: 8px;
    }
    
    .mobile-newsletter-input {
        flex: 1;
        padding: 10px 12px;
        border: 1px solid #e9ecef;
        border-radius: 6px;
        font-size: 13px;
        background: white;
        transition: border-color 0.3s ease;
    }
    
    .mobile-newsletter-input:focus {
        outline: none;
        border-color: var(--base-theme-color);
        box-shadow: 0 0 0 2px rgba(208, 71, 62, 0.1);
    }
    
    .mobile-newsletter-btn {
        padding: 10px 16px;
        background: var(--base-theme-color);
        color: white;
        border: none;
        border-radius: 6px;
        font-size: 13px;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s ease;
        white-space: nowrap;
    }
    
    .mobile-newsletter-btn:hover {
        background: var(--base-secondary-color);
        transform: translateY(-1px);
    }
    
    /* Mobile Menu Footer */
    .mobile-menu-footer {
        text-align: center;
        padding-top: 1rem;
        border-top: 1px solid #e9ecef;
        font-size: 11px;
        color: #999;
    }
    
    .mobile-menu-footer a {
        color: var(--base-theme-color);
        text-decoration: none;
    }
    

    .navbar-nav > li:not(:last-child) {
        border-bottom: 1px solid #eff0f1;
    }

    .navbar-nav > li > a {
        padding: 14px 0;
    }

    .navbar-toggler{
        border: none;
        padding: 0;
        opacity: 1;
    }

    /* Custom Hamburger Menu Styles */
    .custom-navbar-toggler {
        border: none;
        background: transparent;
        padding: 8px;
        cursor: pointer;
        width: 40px;
        height: 40px;
        position: relative;
        /* z-index: 1001; */
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .custom-navbar-toggler:focus {
        box-shadow: none;
        outline: none;
    }

    .hamburger-lines {
        width: 23px;
        height: 16px;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .hamburger-lines .line {
        width: 100%;
        height: 2px;
        background-color: #333;
        display: block;
        transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        border-radius: 2px;
        transform-origin: center;
        position: relative;
    }

    /* Animation when menu is opened - Transform to X */
    .custom-navbar-toggler[aria-expanded="true"] .hamburger-lines {
        transform: rotate(0deg);
    }

    .custom-navbar-toggler[aria-expanded="true"] .line1 {
        transform: rotate(43deg) translate(3px, 11px);
        background-color: var(--base-theme-color);
    }

    .custom-navbar-toggler[aria-expanded="true"] .line2 {
        opacity: 0;
        transform: scale(0);
    }

    .custom-navbar-toggler[aria-expanded="true"] .line3 {
        transform: rotate(-45deg) translate(0px, -7px);
        background-color: var(--base-theme-color);
    }

    /* Hover effect */
    .custom-navbar-toggler:hover .line {
        background-color: var(--base-theme-color);
    }

    /* Reset on closed state */
    .custom-navbar-toggler[aria-expanded="false"] .line1,
    .custom-navbar-toggler[aria-expanded="false"] .line3 {
        transform: rotate(0deg) translate(0px, 0px);
    }

    .custom-navbar-toggler[aria-expanded="false"] .line2 {
        opacity: 1;
        transform: scale(1);
    }

    .site-header{
        padding: 16px 0;;
    }

    .custom-navbar-toggler{
            order: 3;
    }

    .header-bottom-right{
        order: 2;
        flex: 1;
        justify-content: flex-end;
        margin-right: 1.2rem;
    }

    .header-bottom-right__account--icon{
        align-items: center;
    }

    .product-thumbnail img:last-child {
    display: none;
}

.page-title{
    margin-bottom: 1.2rem;
}

.promo-row-custom{
    flex-wrap: wrap;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
    gap: 30px;
}

.discount-badge-star{
    width: 50px;
    height: 50px;
    top: -35px;
}

.discount-text{
    font-size: 14px;
}

.countdown-box{
    padding: 12px !important;
    min-width: 65px;
}

.promo-cta-btn{
        font-size: 1rem;
    padding: 0.8rem !important;
}

.promo-content-section p.text-muted{
    font-size: 1rem !important;
}

.promo-content-section{
    text-align: center;
    flex: 1;
}

.wpf_form{
    margin-bottom: 0 !important;
}

.wcapf-filter{
   margin: 0 0 16px !important;
}

.filter-title{
        margin-bottom: 18px;
}

.wcapf-filter .wcapf-filter-title .wcapf-filter-title-inner{
    font-size: 16px;
}

.wcapf-filter-title.has-accordion{
    border: 1px solid #e9ecef;
    padding: 10px !important;
}

.wcapf-filter .wcapf-list-wrapper ul.wcapf-filter-options li.wcapf-filter-option label{
        font-size: 14px;
}

.wcapf-nav-item-text{
        font-size: 12px;
        padding-right: 4px;
}

.wcapf-active-filters.clear-all-btn-layout-inline .wcapf-active-filter-items .wcapf-reset-filters-btn-wrapper{
    font-size: 12px;
}

.wcapf-filter .wcapf-filter-title .wcapf-filter-title-inner, .wcapf-pretty-text-inputs .wcapf-range-wrapper input[type="number"], .wcapf-pretty-text-inputs .wcapf-range-wrapper input[type="text"]{
    font-size: 14px !important;
}


}

/* 991 end` */



/* Hide mobile search on desktop */
@media (min-width: 768px) {
    .mobile-search-icon {
        display: none !important;
    }
    
    .mobile-search-overlay {
        display: none;
    }
}


@media only screen and (max-width: 374px){
    .navbar-brand > img {
        width: 120px;
    }

    .header-bottom-right__account--icon > div[class*="header-bottom-right__account--icon"]:not(:last-child) {
    margin-right: 1rem;
}

    .mobile-search-icon {
        margin-right: 8px;
    }

    .header-bottom-right{
        margin-right: 1rem;
    }

    .header-bottom-right__account--icon--account--svg svg{
            width: 20px;
    }

    .custom-navbar-toggler{
        width: 36px;
        height: 36px;
    }

    li.product > .product-inner > a h2{
                font-size: 13px;
        line-height: 16px;
    }

    .product-inner .price {
        font-size: 13px;
    }

    .product-inner .price ins {
        font-size: 13px;
    }

}


@media only screen and (min-width: 992px) and (max-width: 1199px){
.navbar-brand > img{width: 140px;}
header .navbar .nav-item .nav-link{
    font-size: 14px;
}

    header .navbar-nav > .nav-item:not(:last-child){margin-right: 1.25rem;}
.site-header-top, .feature-description{
    font-size: 14px;
}

.page-title h2{
    font-size: 1.75rem;
}

.product-actions > a{
    font-size: 12px;
        height: 40px;
        line-height: 16px;
}

.feature-title{
    font-size: 16px;}

}

@media only screen and (min-width: 1200px){
    header .navbar-nav > .nav-item:not(:last-child){margin-right: 30px;}

}

.woocommerce-pagination{
    display: none !important;
}

.error404 .content-area{
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 15px;
    margin-top: 30px;
}

.heateor_sss_sharing_container{
           margin-top: 20px;
    border-top: 1px solid #e1e5e9;
    padding-top: 20px;
}

.heateor_sss_sharing_title{
    margin-bottom: 5px;
}

.home .cr-pswp.pswp{
    display: none !important;
}

