/* ── Product image zoom cursor ── */
.woocommerce-product-gallery__image img,
.woocommerce-product-gallery__image {
    cursor: zoom-in !important;
}

/* ── Single product short description ── */
.woocommerce-product-details__short-description,
.entry-summary .woocommerce-product-details__short-description {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 0 20px !important;
    font-size: 14px !important;
    color: #475569 !important;
    line-height: 1.7 !important;
}
.woocommerce-product-details__short-description p {
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
    border: none !important;
}

/* ── Single product summary wrapper ── */
.woocommerce div.product div.summary,
.entry-summary {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
}

/* ── Single product price ── */
.shopitout-price {
    margin: 16px 0 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.shopitout-price__row {
    display: flex;
    align-items: center;
    gap: 12px;
}
.shopitout-price__current {
    font-size: 36px;
    font-weight: 800;
    color: var(--color-primary, #f97316);
    letter-spacing: -1px;
    line-height: 1;
}
.shopitout-price__badge {
    background: var(--color-primary, #f97316);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    padding: 4px 12px;
    border-radius: 20px;
    vertical-align: middle;
}
.shopitout-price__old {
    font-size: 18px;
    color: #94a3b8;
    text-decoration: line-through;
    font-weight: 400;
}
.shopitout-price__saving {
    font-size: 13px;
    font-weight: 700;
    color: #16a34a;
    background: #dcfce7;
    padding: 3px 10px;
    border-radius: 20px;
}

/* ── Reset gaps ── */
.header__style-two { margin-top: 0 !important; padding-top: 0 !important; }
.header__middle { padding: 10px 0 !important; }
.header__top-wrap { display: block !important; }

/* Address / phone in top bar */
.header__topbar-item {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 13px;
    color: #475569;
    font-weight: 500;
}
.header__topbar-item i {
    color: var(--color-primary, #f97316);
    font-size: 12px;
}

/* Nav links in header__middle */
.header__topnav {
    display: flex;
    align-items: center;
    gap: 4px;
    flex: 1;
    justify-content: center;
}
.header__topnav-link {
    position: relative;
    padding: 6px 14px;
    font-size: 14px;
    font-weight: 600;
    color: #334155;
    text-decoration: none;
    white-space: nowrap;
    transition: color .2s;
}
.header__topnav-link:hover,
.header__topnav-link.active { color: var(--color-primary, #f97316); }
.header__topnav-bf {
    background: #0f172a;
    color: #fff !important;
    border-radius: 6px;
}
.header__topnav-bf:hover { background: #1e293b; color: #fff !important; }

/* ══════════════════════════════════════
   WISHLIST BUTTON ON PRODUCT CARD
══════════════════════════════════════ */
.yith-wcwl-add-to-wishlist { margin: 0 !important; }
.yith-wcwl-add-to-wishlist a,
.yith-wcwl-add-button a,
.yith-wcwl-wishlistexistsbrowse a,
.yith-wcwl-wishlistaddedbrowse a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 36px !important;
    height: 36px !important;
    border-radius: 50% !important;
    background: #fff !important;
    box-shadow: 0 2px 8px rgba(0,0,0,.12) !important;
    font-size: 0 !important;
    transition: background .2s !important;
}
.yith-wcwl-add-to-wishlist a::before,
.yith-wcwl-add-button a::before,
.yith-wcwl-wishlistexistsbrowse a::before,
.yith-wcwl-wishlistaddedbrowse a::before {
    content: "\f004" !important;
    font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free", FontAwesome !important;
    font-weight: 400 !important;
    font-size: 15px !important;
    color: #475569 !important;
}
.yith-wcwl-wishlistexistsbrowse a::before,
.yith-wcwl-wishlistaddedbrowse a::before {
    font-weight: 900 !important;
    color: var(--color-primary, #f97316) !important;
}
.yith-wcwl-add-to-wishlist a:hover::before { color: var(--color-primary, #f97316) !important; }
.yith-wcwl-add-to-wishlist .feedback { display: none !important; }

/* ══════════════════════════════════════
   CATEGORY BUTTON — Enhanced
══════════════════════════════════════ */
.sho-catbtn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 0 20px;
    height: 48px;
    background: var(--color-primary, #f97316);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    white-space: nowrap;
    transition: background .2s, box-shadow .2s;
    box-shadow: 0 4px 14px rgba(249,115,22,.30);
}
.sho-catbtn:hover {
    background: #ea580c;
    box-shadow: 0 6px 18px rgba(249,115,22,.40);
}
.sho-catbtn__grid {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    background: rgba(255,255,255,.20);
    border-radius: 6px;
    font-size: 13px;
    flex-shrink: 0;
}
.sho-catbtn__label {
    letter-spacing: .01em;
}
.sho-catbtn__chevron {
    font-size: 10px !important;
    opacity: .85;
    transition: transform .25s;
    margin-left: 2px;
}
.sho-catbtn-wrap:hover .sho-catbtn__chevron,
.vertical-menu:hover .sho-catbtn__chevron {
    transform: rotate(180deg);
}

/* ══════════════════════════════════════
   CATEGORY NAV — sub-sub arrow fix
══════════════════════════════════════ */
.category-nav > ul ul li.menu-item-has-children > a::before {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    font-size: 12px;
    position: absolute;
    right: -7px;
    top: 13px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

/* ══════════════════════════════════════
   SEARCH BOX
══════════════════════════════════════ */
.header__main-right { flex: 1 !important; }
.header__search-box {
    flex: 1 !important;
    max-width: 100% !important;
    width: auto !important;
    min-width: 0 !important;
    height: 48px !important;
    border-radius: 999px !important;
    background-color: #f3f4f6 !important;
    border: 2px solid #e5e7eb !important;
    overflow: hidden !important;
    transition: border-color .2s, box-shadow .2s !important;
    margin-right: 20px !important;
}
.header__search-box:focus-within {
    border-color: var(--color-primary) !important;
    box-shadow: 0 0 0 4px rgba(249,115,22,.1) !important;
    background-color: #fff !important;
}
.header__search-box input[type="search"],
.header__search-box input {
    flex: 1 !important;
    width: 100% !important;
    height: 100% !important;
    font-size: 14px !important;
    padding: 0 0 0 22px !important;
    background: transparent !important;
    border: 0 !important;
    outline: none !important;
    color: #1e293b !important;
}
.header__search-box input::placeholder { color: #9ca3af !important; }
.header__search-box button {
    position: relative !important;
    top: auto !important; right: auto !important;
    transform: none !important;
    width: 48px !important;
    height: 48px !important;
    border-radius: 0 999px 999px 0 !important;
    background-color: var(--color-primary) !important;
    color: #fff !important;
    font-size: 15px !important;
    flex-shrink: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.header__search-box button:hover { background-color: #ea580c !important; }

/* Hide footer category widget */
.footer__widget .widget_product_categories {
    display: none !important;
}


/* ══════════════════════════════════════════════════════════════
   PRODUITS PREMIUM PAGE STYLES - ULTRA PREMIUM DESIGN
══════════════════════════════════════════════════════════════ */
.produits-premium-section { 
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%) !important;
    min-height: 100vh !important;
    padding-top: 30px !important;
}

/* Filters Sidebar - PREMIUM GLASS EFFECT */
.produits-filters .filter-widget {
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%) !important;
    padding: 30px !important;
    border-radius: 16px !important;
    margin-bottom: 25px !important;
    box-shadow: 0 8px 32px rgba(0,0,0,.08), 0 2px 8px rgba(0,0,0,.04) !important;
    border: 1px solid rgba(255,255,255,.8) !important;
    backdrop-filter: blur(10px) !important;
    transition: all .3s ease !important;
}
.produits-filters .filter-widget:hover {
    box-shadow: 0 12px 48px rgba(249,115,22,.15), 0 4px 12px rgba(0,0,0,.08) !important;
    transform: translateY(-2px) !important;
}
.produits-filters .widget-title {
    font-size: 18px !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    margin-bottom: 25px !important;
    padding-bottom: 15px !important;
    border-bottom: 3px solid #f97316 !important;
    letter-spacing: -.02em !important;
    position: relative !important;
}
.produits-filters .widget-title::after {
    content: '' !important;
    position: absolute !important;
    bottom: -3px !important;
    left: 0 !important;
    width: 60px !important;
    height: 3px !important;
    background: linear-gradient(90deg, #f97316 0%, #ea580c 100%) !important;
    border-radius: 3px !important;
}

/* Category Filter List - PREMIUM RADIO BUTTONS */
.category-filter-list { 
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
.category-filter-list li { 
    margin-bottom: 14px !important;
}
.category-filter-list label {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    cursor: pointer !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #475569 !important;
    padding: 12px 16px !important;
    border-radius: 10px !important;
    transition: all .25s ease !important;
    background: transparent !important;
}
.category-filter-list label:hover { 
    color: #f97316 !important;
    background: rgba(249,115,22,.05) !important;
    transform: translateX(4px) !important;
}
.category-filter-list input[type="radio"] {
    width: 20px !important;
    height: 20px !important;
    accent-color: #f97316 !important;
    cursor: pointer !important;
    flex-shrink: 0 !important;
}
.category-filter-list input[type="radio"]:checked + span {
    color: #f97316 !important;
    font-weight: 700 !important;
}

/* Price Filter - PREMIUM INPUTS */
.price-filter-inputs {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    margin-top: 15px !important;
}
.price-input {
    flex: 1 !important;
    padding: 14px 16px !important;
    border: 2px solid #e2e8f0 !important;
    border-radius: 10px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #1e293b !important;
    background: #fff !important;
    transition: all .25s ease !important;
}
.price-input:focus {
    outline: none !important;
    border-color: #f97316 !important;
    box-shadow: 0 0 0 4px rgba(249,115,22,.1) !important;
    background: #fff !important;
}
.price-input::placeholder {
    color: #94a3b8 !important;
    font-weight: 500 !important;
}
.price-separator { 
    font-weight: 800 !important;
    color: #f97316 !important;
    font-size: 18px !important;
}

/* Filter Buttons - ULTRA PREMIUM */
.filter-apply-btn {
    width: 100% !important;
    padding: 16px 24px !important;
    background: linear-gradient(135deg, #f97316 0%, #ea580c 100%) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 12px !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    cursor: pointer !important;
    transition: all .3s ease !important;
    margin-top: 20px !important;
    box-shadow: 0 4px 16px rgba(249,115,22,.35) !important;
    letter-spacing: .02em !important;
    text-transform: uppercase !important;
}
.filter-apply-btn:hover { 
    background: linear-gradient(135deg, #ea580c 0%, #dc2626 100%) !important;
    box-shadow: 0 6px 24px rgba(249,115,22,.45) !important;
    transform: translateY(-2px) !important;
}
.filter-apply-btn:active {
    transform: translateY(0) !important;
}
.filter-reset-btn {
    display: block !important;
    width: 100% !important;
    padding: 12px !important;
    text-align: center !important;
    color: #64748b !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    margin-top: 12px !important;
    text-decoration: none !important;
    border-radius: 10px !important;
    transition: all .25s ease !important;
}
.filter-reset-btn:hover { 
    color: #f97316 !important;
    background: rgba(249,115,22,.08) !important;
}

/* Toolbar - PREMIUM DESIGN */
.produits-toolbar {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%) !important;
    padding: 24px 30px !important;
    border-radius: 16px !important;
    margin-bottom: 35px !important;
    box-shadow: 0 8px 32px rgba(0,0,0,.08), 0 2px 8px rgba(0,0,0,.04) !important;
    border: 1px solid rgba(255,255,255,.8) !important;
    flex-wrap: wrap !important;
    gap: 15px !important;
}
.produits-toolbar .woocommerce-result-count {
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #475569 !important;
    margin: 0 !important;
}
.produits-toolbar .woocommerce-ordering {
    margin: 0 !important;
}
.produits-toolbar .orderby {
    padding: 12px 45px 12px 18px !important;
    border: 2px solid #e2e8f0 !important;
    border-radius: 10px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #1e293b !important;
    background: #fff url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 14 14"><path fill="%23f97316" d="M7 10L2 5h10z"/></svg>') no-repeat right 15px center !important;
    appearance: none !important;
    cursor: pointer !important;
    transition: all .25s ease !important;
}
.produits-toolbar .orderby:hover {
    border-color: #f97316 !important;
    box-shadow: 0 0 0 4px rgba(249,115,22,.1) !important;
}
.produits-toolbar .orderby:focus {
    outline: none !important;
    border-color: #f97316 !important;
    box-shadow: 0 0 0 4px rgba(249,115,22,.15) !important;
}

/* Products Grid - ULTRA PREMIUM CARDS */
.products-grid-premium { 
    min-height: 400px !important;
}
.product-card-premium {
    background: #fff !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    transition: all .4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    box-shadow: 0 4px 16px rgba(0,0,0,.06), 0 1px 4px rgba(0,0,0,.04) !important;
    height: 100% !important;
    border: 2px solid transparent !important;
    position: relative !important;
}
.product-card-premium::before {
    content: '' !important;
    position: absolute !important;
    inset: 0 !important;
    border-radius: 16px !important;
    padding: 2px !important;
    background: linear-gradient(135deg, #f97316, #ea580c) !important;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) !important;
    -webkit-mask-composite: xor !important;
    mask-composite: exclude !important;
    opacity: 0 !important;
    transition: opacity .4s ease !important;
}
.product-card-premium:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 20px 48px rgba(249,115,22,.18), 0 8px 16px rgba(0,0,0,.08) !important;
}
.product-card-premium:hover::before {
    opacity: 1 !important;
}
.product-image-wrap {
    position: relative !important;
    overflow: hidden !important;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%) !important;
    aspect-ratio: 1 / 1 !important;
}
.product-image-wrap img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: transform .5s cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.product-card-premium:hover .product-image-wrap img { 
    transform: scale(1.08) !important;
}
.sale-badge {
    position: absolute !important;
    top: 16px !important;
    left: 16px !important;
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%) !important;
    color: #fff !important;
    padding: 8px 16px !important;
    border-radius: 8px !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    box-shadow: 0 4px 12px rgba(239,68,68,.4) !important;
    z-index: 2 !important;
    letter-spacing: .02em !important;
}

/* Product Actions - PREMIUM BUTTONS */
.product-actions {
    position: absolute !important;
    top: 16px !important;
    right: 16px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    opacity: 0 !important;
    transform: translateX(20px) scale(0.9) !important;
    transition: all .4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    z-index: 3 !important;
}
.product-card-premium:hover .product-actions {
    opacity: 1 !important;
    transform: translateX(0) scale(1) !important;
}
.product-actions .yith-wcwl-add-to-wishlist {
    margin: 0 !important;
}
.product-actions .yith-wcwl-add-to-wishlist a,
.product-actions .add-to-cart-btn {
    width: 48px !important;
    height: 48px !important;
    background: rgba(255,255,255,.95) !important;
    backdrop-filter: blur(10px) !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 4px 16px rgba(0,0,0,.15), 0 2px 4px rgba(0,0,0,.1) !important;
    color: #475569 !important;
    transition: all .3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    border: 2px solid rgba(255,255,255,.8) !important;
    font-size: 18px !important;
}
.product-actions .add-to-cart-btn:hover,
.product-actions .yith-wcwl-add-to-wishlist a:hover {
    background: linear-gradient(135deg, #f97316 0%, #ea580c 100%) !important;
    color: #fff !important;
    transform: scale(1.1) rotate(5deg) !important;
    box-shadow: 0 6px 24px rgba(249,115,22,.4), 0 2px 8px rgba(0,0,0,.15) !important;
}

/* Product Content - PREMIUM TYPOGRAPHY */
.product-content {
    padding: 24px !important;
}
.product-title {
    font-size: 16px !important;
    font-weight: 700 !important;
    margin-bottom: 10px !important;
    line-height: 1.4 !important;
    min-height: 44px !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}
.product-title a {
    color: #0f172a !important;
    text-decoration: none !important;
    transition: color .25s ease !important;
}
.product-title a:hover { 
    color: #f97316 !important;
}
.product-rating {
    margin-bottom: 12px !important;
    font-size: 14px !important;
    min-height: 20px !important;
}
.product-rating .star-rating {
    color: #fbbf24 !important;
}
.product-price {
    font-size: 22px !important;
    font-weight: 800 !important;
    color: #f97316 !important;
    letter-spacing: -.02em !important;
}
.product-price del {
    font-size: 16px !important;
    color: #94a3b8 !important;
    font-weight: 600 !important;
    margin-right: 10px !important;
    text-decoration: line-through !important;
}
.product-price ins {
    text-decoration: none !important;
}

/* Pagination - ULTRA PREMIUM DESIGN */
.produits-pagination {
    margin-top: 50px !important;
    text-align: center !important;
}
.produits-pagination .page-numbers {
    display: inline-flex !important;
    gap: 10px !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
}
.produits-pagination .page-numbers li { 
    display: inline-block !important;
}
.produits-pagination a,
.produits-pagination span {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 48px !important;
    height: 48px !important;
    padding: 0 16px !important;
    border-radius: 12px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    transition: all .3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    letter-spacing: .01em !important;
}
.produits-pagination a {
    background: #fff !important;
    color: #475569 !important;
    border: 2px solid #e2e8f0 !important;
    box-shadow: 0 2px 8px rgba(0,0,0,.04) !important;
}
.produits-pagination a:hover {
    background: linear-gradient(135deg, #f97316 0%, #ea580c 100%) !important;
    color: #fff !important;
    border-color: #f97316 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(249,115,22,.35) !important;
}
.produits-pagination .current {
    background: linear-gradient(135deg, #f97316 0%, #ea580c 100%) !important;
    color: #fff !important;
    border: 2px solid #f97316 !important;
    box-shadow: 0 6px 20px rgba(249,115,22,.35) !important;
}
.produits-pagination .prev,
.produits-pagination .next {
    font-weight: 600 !important;
    gap: 8px !important;
}
.produits-pagination .prev i,
.produits-pagination .next i {
    font-size: 12px !important;
}

/* No Products Found - PREMIUM EMPTY STATE */
.no-products-found {
    text-align: center !important;
    padding: 100px 40px !important;
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%) !important;
    border-radius: 20px !important;
    box-shadow: 0 8px 32px rgba(0,0,0,.08) !important;
    border: 2px dashed #e2e8f0 !important;
}
.no-products-found i {
    font-size: 80px !important;
    color: #cbd5e1 !important;
    margin-bottom: 25px !important;
    opacity: .6 !important;
}
.no-products-found h3 {
    font-size: 28px !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    margin-bottom: 12px !important;
    letter-spacing: -.02em !important;
}
.no-products-found p { 
    color: #64748b !important;
    font-size: 16px !important;
    margin-bottom: 30px !important;
    line-height: 1.6 !important;
}
.no-products-found .btn-primary {
    display: inline-block !important;
    padding: 16px 40px !important;
    background: linear-gradient(135deg, #f97316 0%, #ea580c 100%) !important;
    color: #fff !important;
    border-radius: 12px !important;
    text-decoration: none !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    box-shadow: 0 6px 20px rgba(249,115,22,.35) !important;
    transition: all .3s ease !important;
    letter-spacing: .02em !important;
    text-transform: uppercase !important;
}
.no-products-found .btn-primary:hover {
    background: linear-gradient(135deg, #ea580c 0%, #dc2626 100%) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 28px rgba(249,115,22,.45) !important;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .produits-toolbar {
        flex-direction: column !important;
        align-items: flex-start !important;
    }
    .produits-toolbar .orderby {
        width: 100% !important;
    }
}
@media (max-width: 767px) {
    .product-card-premium {
        margin-bottom: 20px !important;
    }
    .produits-pagination a,
    .produits-pagination span {
        min-width: 42px !important;
        height: 42px !important;
        font-size: 14px !important;
    }
}

/* ══════════════════════════════════════════════════════════════
   SUPER DEALS PAGE STYLES
══════════════════════════════════════════════════════════════ */
.super-deals-section { background: linear-gradient(135deg, #fff5f0 0%, #fff 100%); }

/* Hero Banner */
.deals-hero-banner {
    background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
    border-radius: 20px;
    padding: 50px;
    color: #fff;
    box-shadow: 0 10px 40px rgba(249,115,22,.3);
}
.deals-badge {
    display: inline-block;
    background: rgba(255,255,255,.2);
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 15px;
}
.deals-title {
    font-size: 48px;
    font-weight: 900;
    margin-bottom: 15px;
    text-shadow: 0 2px 10px rgba(0,0,0,.1);
}
.deals-subtitle {
    font-size: 18px;
    opacity: .95;
    margin-bottom: 30px;
}
.deals-countdown {
    display: flex;
    gap: 20px;
}
.countdown-item {
    background: rgba(255,255,255,.15);
    backdrop-filter: blur(10px);
    padding: 20px;
    border-radius: 12px;
    text-align: center;
    min-width: 90px;
}
.countdown-value {
    display: block;
    font-size: 32px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 8px;
}
.countdown-label {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    opacity: .9;
}
.deals-hero-image img {
    max-width: 100%;
    height: auto;
}

/* Sidebar Promo */
.sidebar-promo-banner {
    background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
    border-radius: 12px;
    padding: 25px;
    color: #fff;
    text-align: center;
}
.promo-icon {
    font-size: 40px;
    display: block;
    margin-bottom: 15px;
}
.sidebar-promo-banner h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #fff;
}
.sidebar-promo-banner p {
    font-size: 14px;
    opacity: .95;
    margin: 0;
}

/* Deals Products */
.product-card-deals {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    transition: transform .3s, box-shadow .3s;
    box-shadow: 0 2px 8px rgba(0,0,0,.06);
    height: 100%;
    border: 2px solid transparent;
}
.product-card-deals:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(249,115,22,.2);
    border-color: #fed7aa;
}
.discount-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #ef4444;
    color: #fff;
    padding: 8px 14px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 900;
    box-shadow: 0 4px 12px rgba(239,68,68,.4);
}
.savings-info {
    background: #fef3c7;
    color: #92400e;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    margin-top: 10px;
}

/* ══════════════════════════════════════════════════════════════
   BLACK FRIDAY PAGE STYLES
══════════════════════════════════════════════════════════════ */
.black-friday-section { background: #0f172a; padding-top: 40px; }

/* Black Friday Hero */
.bf-hero-banner {
    position: relative;
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    border-radius: 20px;
    padding: 60px 50px;
    text-align: center;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,.5);
}
.bf-hero-overlay {
    position: absolute;
    inset: 0;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100"><circle cx="50" cy="50" r="2" fill="rgba(249,115,22,.1)"/></svg>');
    opacity: .3;
}
.bf-hero-content { position: relative; z-index: 1; }
.bf-badge {
    display: inline-block;
    background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
    padding: 10px 20px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(249,115,22,.4);
}
.bf-title {
    font-size: 64px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 15px;
    text-shadow: 0 4px 20px rgba(0,0,0,.3);
    letter-spacing: 2px;
}
.bf-subtitle {
    font-size: 20px;
    color: #cbd5e1;
    margin-bottom: 30px;
}
.bf-features {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 40px;
}
.bf-feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}
.bf-feature-item i {
    font-size: 20px;
    color: #f97316;
}
.bf-countdown {
    display: flex;
    justify-content: center;
    gap: 20px;
}
.bf-countdown .countdown-item {
    background: rgba(249,115,22,.15);
    border: 2px solid rgba(249,115,22,.3);
}

/* Stats Banner */
.bf-stats-banner {
    background: #fff;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 4px 20px rgba(0,0,0,.1);
}
.stat-item {
    text-align: center;
    padding: 15px;
}
.stat-number {
    font-size: 36px;
    font-weight: 900;
    color: #f97316;
    margin-bottom: 8px;
}
.stat-label {
    font-size: 14px;
    color: #64748b;
    margin: 0;
}

/* BF Products */
.product-card-bf {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    transition: transform .3s, box-shadow .3s;
    box-shadow: 0 4px 15px rgba(0,0,0,.15);
    height: 100%;
    border: 3px solid transparent;
}
.product-card-bf:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 35px rgba(249,115,22,.3);
    border-color: #f97316;
}
.bf-discount-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    color: #fff;
    padding: 10px 16px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 900;
    box-shadow: 0 4px 15px rgba(239,68,68,.5);
    z-index: 2;
}
.bf-hot-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    background: #0f172a;
    color: #fff;
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 700;
    z-index: 2;
}
.bf-savings {
    margin-top: 12px;
}
.savings-badge {
    display: inline-block;
    background: #fef3c7;
    color: #92400e;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 700;
}

/* Hot Deals Widget */
.hot-deals-widget {
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    border-radius: 12px;
    padding: 25px;
    color: #fff;
    margin-top: 20px;
}
.hot-deals-widget .widget-title {
    color: #fff;
    border-color: rgba(255,255,255,.1);
}
.hot-deals-content p {
    font-size: 14px;
    margin-bottom: 15px;
    opacity: .9;
}
.hot-deals-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.hot-deals-list li {
    padding: 8px 0;
    font-size: 14px;
    opacity: .95;
}

/* ══════════════════════════════════════════════════════════════
   CONTACT PREMIUM PAGE STYLES
══════════════════════════════════════════════════════════════ */
.contact-premium-section { background: #f8fafc; }

/* Contact Hero */
.contact-hero-section {
    background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
    border-radius: 20px;
    padding: 50px;
    color: #fff;
}
.contact-badge {
    display: inline-block;
    background: rgba(255,255,255,.2);
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 15px;
}
.contact-title {
    font-size: 42px;
    font-weight: 900;
    margin-bottom: 15px;
    color: #fff;
}
.contact-subtitle {
    font-size: 18px;
    opacity: .95;
    margin: 0;
}

/* Contact Info Cards */
.contact-info-card {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0,0,0,.06);
    transition: transform .3s, box-shadow .3s;
    height: 100%;
}
.contact-info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0,0,0,.12);
}
.card-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 24px;
    color: #fff;
}
.card-title {
    font-size: 18px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 12px;
}
.card-text {
    font-size: 14px;
    color: #64748b;
    margin: 0;
    line-height: 1.8;
}
.card-text a {
    color: #64748b;
    text-decoration: none;
    transition: color .2s;
}
.card-text a:hover { color: var(--color-primary); }

/* Working Hours */
.working-hours-banner {
    background: #fff;
    border-radius: 12px;
    padding: 35px;
    box-shadow: 0 2px 8px rgba(0,0,0,.06);
}
.hours-content h3 {
    font-size: 20px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 20px;
}
.hours-content h3 i {
    color: var(--color-primary);
    margin-right: 10px;
}
.hours-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.hours-list li {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #f1f5f9;
    font-size: 14px;
}
.hours-list li:last-child { border-bottom: none; }
.hours-list span { color: #64748b; }
.hours-list strong { color: #1e293b; }

/* Social Links */
.social-links-contact h3 {
    font-size: 20px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 20px;
}
.social-icons {
    display: flex;
    gap: 12px;
}
.social-icon {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    transition: transform .2s;
}
.social-icon:hover { transform: translateY(-3px); }
.social-icon.facebook { background: #1877f2; }
.social-icon.instagram { background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); }
.social-icon.twitter { background: #1da1f2; }
.social-icon.linkedin { background: #0077b5; }

/* Map */
.contact-map-wrapper {
    background: #fff;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 2px 8px rgba(0,0,0,.06);
}
.section-title {
    font-size: 24px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 20px;
}
.contact-map {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 15px;
}
.map-info-box {
    background: #f8fafc;
    padding: 12px 20px;
    border-radius: 8px;
    text-align: center;
}
.map-info-box p {
    margin: 0;
    font-size: 13px;
    color: #64748b;
}
.map-info-box i {
    color: var(--color-primary);
    margin-right: 6px;
}

/* Contact Form */
.contact-form-wrapper {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 2px 8px rgba(0,0,0,.06);
}
.form-description {
    font-size: 14px;
    color: #64748b;
    margin-bottom: 25px;
}
.custom-contact-form .form-group {
    margin-bottom: 20px;
}
.custom-contact-form label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 8px;
}
.custom-contact-form .form-control {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    font-size: 14px;
    transition: border-color .2s, box-shadow .2s;
}
.custom-contact-form .form-control:focus {
    outline: none;
    border-color: var(--color-primary);
    box-shadow: 0 0 0 4px rgba(249,115,22,.1);
}
.btn-submit-contact {
    width: 100%;
    padding: 14px;
    background: var(--color-primary);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: background .2s, transform .2s;
}
.btn-submit-contact:hover {
    background: #ea580c;
    transform: translateY(-2px);
}
.btn-submit-contact i { margin-right: 8px; }

/* Contact Form 7 Styling */
.wpcf7-form p { margin-bottom: 20px; }
.wpcf7-form label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 8px;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    font-size: 14px;
    transition: border-color .2s, box-shadow .2s;
}
.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
    outline: none;
    border-color: var(--color-primary);
    box-shadow: 0 0 0 4px rgba(249,115,22,.1);
}
.wpcf7-form input[type="submit"] {
    width: 100%;
    padding: 14px;
    background: var(--color-primary);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: background .2s, transform .2s;
}
.wpcf7-form input[type="submit"]:hover {
    background: #ea580c;
    transform: translateY(-2px);
}

/* FAQ Section */
.contact-faq-section {
    background: #fff;
    border-radius: 12px;
    padding: 50px 30px;
}
.faq-item {
    background: #f8fafc;
    padding: 25px;
    border-radius: 10px;
    border-left: 4px solid var(--color-primary);
}
.faq-question {
    font-size: 16px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 10px;
}
.faq-question i {
    color: var(--color-primary);
    margin-right: 10px;
}
.faq-answer {
    font-size: 14px;
    color: #64748b;
    margin: 0;
    line-height: 1.7;
}

/* Responsive */
@media (max-width: 991px) {
    .deals-title, .bf-title { font-size: 36px; }
    .contact-title { font-size: 32px; }
    .deals-countdown, .bf-countdown { flex-wrap: wrap; }
    .bf-features { flex-wrap: wrap; gap: 20px; }
}
@media (max-width: 767px) {
    .deals-hero-banner, .bf-hero-banner, .contact-hero-section { padding: 30px 20px; }
    .deals-title, .bf-title { font-size: 28px; }
    .contact-title { font-size: 26px; }
    .countdown-item { min-width: 70px; padding: 15px; }
    .countdown-value { font-size: 24px; }
}


/* ══════════════════════════════════════════════════════════════
   UTILITY CLASSES & SPACING
══════════════════════════════════════════════════════════════ */
.mb-30 { margin-bottom: 30px !important; }
.mb-40 { margin-bottom: 40px !important; }
.mb-50 { margin-bottom: 50px !important; }
.pb-80 { padding-bottom: 80px !important; }

/* ══════════════════════════════════════════════════════════════
   PREMIUM LOADING ANIMATION
══════════════════════════════════════════════════════════════ */
@keyframes shimmer {
    0% { background-position: -1000px 0; }
    100% { background-position: 1000px 0; }
}

.product-card-premium.loading {
    background: linear-gradient(90deg, #f1f5f9 25%, #e2e8f0 50%, #f1f5f9 75%) !important;
    background-size: 1000px 100% !important;
    animation: shimmer 2s infinite !important;
}

/* ══════════════════════════════════════════════════════════════
   PREMIUM SCROLLBAR
══════════════════════════════════════════════════════════════ */
.produits-premium-section ::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
.produits-premium-section ::-webkit-scrollbar-track {
    background: #f1f5f9;
    border-radius: 10px;
}
.produits-premium-section ::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
    border-radius: 10px;
}
.produits-premium-section ::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(135deg, #ea580c 0%, #dc2626 100%);
}


/* ── Custom Newsletter ── */
.sio-newsletter {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    padding: 28px 0;
    border-bottom: 3px solid #f97316;
}
.sio-newsletter__inner {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}
.sio-newsletter__text { flex: 1; min-width: 200px; }
.sio-newsletter__text h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 4px;
}
.sio-newsletter__text h3 i { color: #f97316; margin-right: 8px; }
.sio-newsletter__text p { color: #aaa; font-size: 13px; margin: 0; }
.sio-newsletter__form {
    display: flex;
    flex: 1;
    min-width: 280px;
    max-width: 480px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,.3);
}
.sio-newsletter__form input[type="email"] {
    flex: 1;
    padding: 13px 18px;
    border: none;
    font-size: 14px;
    outline: none;
    background: #fff;
    color: #333;
}
.sio-newsletter__form button {
    padding: 13px 22px;
    background: #f97316;
    color: #fff;
    border: none;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    white-space: nowrap;
    transition: background .2s;
}
.sio-newsletter__form button:hover { background: #e06510; }
.sio-newsletter__form button:disabled { opacity: .7; cursor: wait; }
.sio-newsletter__msg {
    font-size: 13px;
    font-weight: 600;
    margin-top: 6px;
    width: 100%;
}
.sio-newsletter__msg.success { color: #22c55e; }
.sio-newsletter__msg.error   { color: #ef4444; }
@media (max-width: 767px) {
    .sio-newsletter__inner { flex-direction: column; align-items: stretch; }
    .sio-newsletter__form { max-width: 100%; }
}

