@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@500;600;700;800&display=swap');
/*
Theme Name:   Storefront Child
Theme URI:    https://woocommerce.com/
Description:  Child theme for Storefront
Author:       WordPress User
Author URI:   https://woocommerce.com/
Template:     storefront
Version:      1.0.0
Text Domain:  storefront-child
*/

/* Add your custom CSS styles below */

/* Reset Storefront Header */
.site-header {
    background-color: #3a2a2f !important;
    padding: 0 !important;
    border-bottom: none !important;
    margin-bottom: 0 !important;
}
.site-header .col-full {
    max-width: 100% !important;
    padding: 0 !important;
}

/* Custom Header Layout */
.custom-warehouse-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 40px;
    background-color: #3a2a2f;
    color: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    gap: 20px;
    position: relative;
    width: 100%;
    box-sizing: border-box;
}

.wh-header-left {
    display: flex;
    align-items: center;
    gap: 18px;
}

.wh-mobile-menu-toggle {
    display: none;
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    line-height: 0;
}

/* Logo */
.wh-logo a {
    text-decoration: none;
    color: #ffffff;
    display: inline-block;
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}
.wh-logo a:focus,
.wh-logo a:focus-visible,
.wh-logo a:active {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}
.wh-logo-text {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    line-height: 1;
}
.wh-logo-house {
    position: relative;
    display: inline-block;
}
.wh-roof {
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
}

/* Search (Desktop) */
.wh-search {
    flex: 1;
    max-width: 700px;
    margin: 0 20px;
}
.wh-search-form {
    display: flex;
    background: #ffffff;
    border-radius: 4px;
    overflow: hidden;
    height: 44px;
    width: 100%;
}
.wh-search-field {
    flex: 1;
    border: none !important;
    background: transparent !important;
    padding: 0 15px !important;
    color: #333333 !important;
    font-size: 15px;
    outline: none;
    box-shadow: none !important;
}
.wh-search-category {
    width: 190px;
    border: none !important;
    border-left: 1px solid #e1e1e1 !important;
    background: #ffffff !important;
    padding: 0 15px 0 20px !important;
    color: #555555 !important;
    font-size: 15px;
    outline: none;
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-position: right 15px center !important;
    background-size: 16px !important;
}
.wh-search-btn {
    background-color: #F06E38 !important;
    color: #ffffff !important;
    border: none !important;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.2s;
    padding: 0 !important;
}
.wh-search-btn:hover {
    background-color: #d95c2b !important;
}

/* Header Right Group */
.wh-header-right {
    display: flex;
    align-items: center;
    gap: 25px;
}

.wh-mobile-search-toggle {
    display: none;
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    color: #ffffff;
    line-height: 0;
}

/* Blocks: Region, Account, Cart */
.wh-region, .wh-account {
    display: flex;
    flex-direction: column;
    border-right: 1px solid #5a5555;
    padding-right: 25px;
}
.wh-account a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
}

.wh-account-desktop {
    display: flex;
    flex-direction: column;
}

.wh-account-mobile {
    display: none;
}

.wh-label {
    font-size: 13px;
    color: #dfdfdf;
    margin-bottom: 2px;
}
.wh-value {
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 4px;
}

/* Cart */
.wh-cart a {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: #ffffff;
}
.wh-cart-icon-wrapper {
    position: relative;
    display: flex;
}
.wh-cart-count {
    position: absolute;
    top: -8px;
    right: -10px;
    background-color: #F06E38;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    min-width: 22px;
    height: 22px;
    border-radius: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
    box-sizing: border-box;
}
.wh-cart-text {
    font-size: 16px;
    font-weight: 600;
}

/* Mobile Search Dropdown */
.wh-mobile-search-bar {
    display: none;
    background-color: #3a2a2f;
    padding: 10px 16px 14px;
    border-top: 1px solid #484242;
    box-sizing: border-box;
    width: 100%;
}
.wh-mobile-search-bar.active {
    display: block;
}
.wh-mobile-search-form {
    display: flex;
    background: #ffffff;
    border-radius: 4px;
    overflow: hidden;
    height: 42px;
    width: 100%;
}
.wh-mobile-search-input {
    flex: 1;
    border: none !important;
    background: transparent !important;
    padding: 0 14px !important;
    font-size: 15px !important;
    color: #333333 !important;
    outline: none;
    box-shadow: none !important;
}
.wh-mobile-search-submit {
    background-color: #F06E38 !important;
    color: #ffffff !important;
    border: none !important;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0 !important;
}

/* Mobile Drawer */
.wh-mobile-drawer-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 99998;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
.wh-mobile-drawer-overlay.active {
    opacity: 1;
    visibility: visible;
}
.wh-mobile-drawer {
    position: fixed;
    top: 0;
    left: 0;
    width: 300px;
    max-width: 85%;
    height: 100%;
    background-color: #ffffff;
    z-index: 99999;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    box-shadow: 2px 0 12px rgba(0, 0, 0, 0.2);
}
.wh-mobile-drawer.active {
    transform: translateX(0);
}
.wh-mobile-drawer-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 20px;
    background-color: #3a2a2f;
    color: #ffffff;
}
.wh-mobile-drawer-title {
    font-size: 17px;
    font-weight: 600;
}
.wh-mobile-drawer-close {
    background: none;
    border: none;
    color: #ffffff;
    font-size: 22px;
    cursor: pointer;
    line-height: 1;
    padding: 0 4px;
}
.wh-mobile-drawer-body {
    flex: 1;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.wh-mobile-nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.wh-mobile-nav-list li {
    border-bottom: 1px solid #f0f0f0;
}
.wh-mobile-nav-list li a.wh-mobile-nav-link,
.wh-mobile-nav-list > li > a {
    display: block;
    padding: 16px 20px;
    font-size: 15.5px;
    color: #2c2a29;
    text-decoration: none;
    font-weight: 500;
    transition: background-color 0.15s ease, color 0.15s ease;
}
.wh-mobile-nav-list li a:hover {
    background-color: #f7f6f2;
    color: #F06E38;
}

/* Accordion in Mobile Drawer */
.wh-mobile-nav-accordion-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.wh-mobile-nav-accordion-header .wh-mobile-nav-link {
    flex: 1;
    padding: 16px 20px;
    font-size: 15.5px;
    color: #2c2a29;
    text-decoration: none;
    font-weight: 500;
}
.wh-mobile-nav-label {
    flex: 1;
    padding: 16px 20px;
    font-size: 15.5px;
    color: #2c2a29;
    font-weight: 500;
    cursor: pointer;
    user-select: none;
}
.wh-mobile-accordion-btn {
    background: transparent !important;
    border: none !important;
    padding: 16px 20px !important;
    cursor: pointer;
    color: #666666 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.2s ease;
}
.wh-mobile-accordion-btn svg {
    transition: transform 0.25s ease;
}
.wh-mobile-nav-accordion.active .wh-mobile-accordion-btn svg {
    transform: rotate(180deg);
}
.wh-mobile-nav-accordion.active .wh-mobile-accordion-btn,
.wh-mobile-nav-accordion.active .wh-mobile-nav-label {
    color: #F06E38 !important;
}

.wh-mobile-sub-menu {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 0 8px 0 !important;
    background-color: #faf8f7;
    display: none;
}
.wh-mobile-nav-accordion.active .wh-mobile-sub-menu {
    display: block;
}
.wh-mobile-sub-menu li {
    border-bottom: 1px solid #f0ece9 !important;
}
.wh-mobile-sub-menu li:last-child {
    border-bottom: none !important;
}
.wh-mobile-sub-menu li a {
    display: block;
    padding: 12px 20px 12px 34px !important;
    font-size: 14.5px;
    color: #4a4645 !important;
    text-decoration: none !important;
    font-weight: 400;
    transition: background-color 0.15s ease, color 0.15s ease;
}
.wh-mobile-sub-menu li a:hover {
    background-color: #f1edea !important;
    color: #F06E38 !important;
}
.wh-mobile-drawer-footer {
    padding: 20px;
    border-top: 1px solid #eeeeee;
    background-color: #fcfcfc;
}
.wh-mobile-drawer-account a {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #333333;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
}
.wh-mobile-drawer-account a:hover {
    color: #F06E38;
}

/* -------------------------------------
 * Responsive Mobile Header (Matching mockup)
 * ------------------------------------- */
@media (max-width: 992px) {
    .custom-warehouse-header {
        padding: 14px 20px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        flex-wrap: nowrap !important;
        gap: 15px !important;
        background-color: #3a2a2f !important;
        min-height: 60px !important;
        box-sizing: border-box !important;
    }

    .wh-header-left {
        display: flex !important;
        align-items: center !important;
        gap: 18px !important;
        flex-shrink: 0 !important;
    }

    .wh-mobile-menu-toggle {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        background: transparent !important;
        border: none !important;
        padding: 0 !important;
        cursor: pointer !important;
        width: 26px !important;
        height: 24px !important;
        box-shadow: none !important;
        outline: none !important;
    }

    .wh-mobile-menu-toggle svg {
        width: 24px !important;
        height: 18px !important;
        display: block !important;
    }

    .wh-logo {
        display: flex !important;
        align-items: center !important;
    }

    .wh-logo a {
        display: flex !important;
        align-items: center !important;
    }

    .wh-logo-text {
        font-size: 21px !important;
        font-weight: 700 !important;
        letter-spacing: 0.5px !important;
        line-height: 1 !important;
        color: #ffffff !important;
    }

    .wh-roof {
        top: -9px !important;
    }

    .wh-search {
        display: none !important;
    }

    .wh-region {
        display: none !important;
    }

    .wh-header-right {
        display: flex !important;
        align-items: center !important;
        gap: 20px !important;
        flex-shrink: 0 !important;
    }

    .wh-mobile-search-toggle {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        background: transparent !important;
        border: none !important;
        padding: 0 !important;
        cursor: pointer !important;
        color: #ffffff !important;
        width: 26px !important;
        height: 26px !important;
        box-shadow: none !important;
        outline: none !important;
    }

    .wh-mobile-search-toggle svg {
        width: 24px !important;
        height: 24px !important;
        stroke: #ffffff !important;
        display: block !important;
    }

    .wh-account {
        border-right: none !important;
        padding-right: 0 !important;
        display: flex !important;
        align-items: center !important;
    }

    .wh-account a {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .wh-account-desktop {
        display: none !important;
    }

    .wh-account-mobile {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 26px !important;
        height: 26px !important;
        color: #ffffff !important;
    }

    .wh-account-mobile svg {
        width: 24px !important;
        height: 24px !important;
        stroke: #ffffff !important;
        display: block !important;
    }

    .wh-cart {
        display: flex !important;
        align-items: center !important;
    }

    .wh-cart a {
        display: flex !important;
        align-items: center !important;
        gap: 0 !important;
        position: relative !important;
    }

    .wh-cart-text {
        display: none !important;
    }

    .wh-cart-icon-wrapper {
        position: relative !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 32px !important;
        height: 28px !important;
    }

    .wh-cart-icon-wrapper svg {
        width: 26px !important;
        height: 26px !important;
        stroke: #ffffff !important;
        display: block !important;
    }

    .wh-cart-count {
        position: absolute !important;
        top: -8px !important;
        right: -8px !important;
        background-color: #F06E38 !important;
        color: #ffffff !important;
        font-size: 11px !important;
        font-weight: 700 !important;
        width: 20px !important;
        height: 20px !important;
        min-width: 20px !important;
        border-radius: 50% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 0 !important;
        line-height: 1 !important;
        border: 2px solid #363131 !important;
    }
}

@media (max-width: 400px) {
    .custom-warehouse-header {
        padding: 12px 14px !important;
        gap: 10px !important;
    }
    .wh-header-left {
        gap: 12px !important;
    }
    .wh-logo-text {
        font-size: 19px !important;
    }
    .wh-header-right {
        gap: 15px !important;
    }
}

/* -------------------------------------
 * Custom Footer Styles
 * ------------------------------------- */

.site-footer {
    padding: 0 !important;
    background: #f8f4f2 !important;
    color: #333333 !important;
    border: none !important;
    width: 100% !important;
    max-width: 100% !important;
}

.site-footer .col-full {
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
}

.custom-warehouse-footer {
    background-color: #f8f4f2;
    color: #333333;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    padding: 70px 40px 40px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

.wh-footer-top {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 70px;
}

.wh-footer-col {
    flex: 1;
}
.wh-footer-col:first-child {
    flex: 1.5;
}

.wh-footer-heading {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 24px;
    color: #1a1a1a;
    display: flex;
    justify-content: space-between;
    align-items: center;
    letter-spacing: 0.5px;
}

.wh-toggle-icon {
    display: none;
    font-size: 20px;
    font-weight: 400;
    cursor: pointer;
    color: #333;
}

.wh-footer-content p {
    font-size: 15px;
    line-height: 1.7;
    color: #555555;
    margin-bottom: 0;
}

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

.wh-footer-links li {
    margin-bottom: 12px;
}

.wh-footer-links a {
    text-decoration: none;
    color: #555555;
    font-size: 15px;
    transition: color 0.2s;
}

.wh-footer-links a:hover {
    color: #F06E38;
}

.wh-newsletter-desc {
    margin-bottom: 20px !important;
}

.wh-newsletter-form input {
    width: 100%;
    padding: 14px 15px;
    border: 1px solid #ddd;
    background: #ffffff !important;
    font-size: 15px;
    margin-bottom: 12px;
    outline: none;
    border-radius: 2px;
}
.wh-newsletter-form input:focus {
    border-color: #bbb;
}

.wh-newsletter-form button {
    background-color: #F06E38;
    color: #fff;
    border: none;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s;
    border-radius: 2px;
    padding: 14px 30px;
    display: inline-block;
}
.wh-newsletter-form button:hover {
    background-color: #d95c2b;
}

.wh-footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 40px;
    border-top: 1px solid #e5e5e5;
    flex-wrap: wrap;
    gap: 20px;
}

.wh-footer-copyright {
    font-size: 14px;
    color: #555;
    order: 1;
}

.wh-footer-social {
    text-align: right;
    order: 2;
}

.wh-social-title {
    display: block;
    font-size: 14px;
    color: #555;
    margin-bottom: 12px;
}

.wh-social-icons {
    display: flex;
    gap: 12px;
    justify-content: center;
}

.wh-social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background-color: #a0a0a0;
    color: #fff;
    border-radius: 50%;
    text-decoration: none;
    transition: background-color 0.2s;
}

.wh-social-icons a:hover {
    background-color: #F06E38;
}

.wh-social-icons svg {
    width: 18px;
    height: 18px;
    fill: none;
}

@media (max-width: 860px) {
    .custom-warehouse-footer {
        padding: 0 0 40px 0;
    }

    .wh-footer-top {
        flex-direction: column;
        gap: 0;
        margin-bottom: 40px;
    }

    .wh-footer-col {
        border-bottom: 1px solid #e5e5e5;
        padding: 0 20px;
    }
    
    .wh-footer-col:first-child {
        border-top: 1px solid #e5e5e5;
    }

    .wh-footer-heading {
        margin: 0;
        padding: 24px 0;
        cursor: pointer;
    }

    .wh-toggle-icon {
        display: block;
    }
    .wh-toggle-icon::before {
        content: "+";
    }

    .wh-accordion .wh-footer-content {
        display: none;
        padding-bottom: 24px;
    }

    .wh-accordion.active .wh-footer-content {
        display: block;
    }

    .wh-accordion.active .wh-toggle-icon::before {
        content: "\2212";
    }

    .wh-newsletter-col {
        border-top: none;
        border-bottom: none;
        padding-top: 35px;
    }
    .wh-newsletter-col .wh-footer-heading {
        cursor: default;
        padding: 0 0 15px 0;
    }

    .wh-footer-bottom {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding-top: 0;
        border-top: none;
        padding: 0 20px;
    }
    
    .wh-footer-social {
        order: 1;
        margin-bottom: 24px;
        text-align: left;
        justify-self: start;
    }
    .wh-social-icons {
        justify-content: flex-start;
    }
    .wh-footer-copyright {
        order: 2;
    }
    .wh-newsletter-form button {
        width: 100%;
    }
}


/* ==========================================================================
   HOMEPAGE GENERAL & CLEANUP
   ========================================================================== */
body.home,
body.home #page {
    background-color: #f7f6f2 !important;
}

body.home #content {
    padding: 0 !important;
    margin: 0 !important;
    min-height: 0 !important;
}

body.home #content > .col-full {
    display: none !important;
}

body.home #primary,
body.home #main {
    margin: 0 !important;
    padding: 0 !important;
}

/* ==========================================================================
   HOMEPAGE HERO SECTION - DESIGN TYPOGRAPHIQUE PRO & RESPONSIVE
   ========================================================================== */
.wh-hero-section {
    position: relative;
    width: 100%;
    height: 78vh;
    min-height: 560px;
    max-height: 720px;
    background-image: var(--bg-desktop);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
}

.wh-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.32) 50%, rgba(0, 0, 0, 0.52) 100%);
    z-index: 1;
}

.wh-hero-content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 920px;
    padding: 60px 24px 50px 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    margin: 0 auto;
}

.wh-hero-top {
    width: 100%;
    margin-bottom: 8px;
}

.wh-hero-title {
    font-family: 'Outfit', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    color: #ffffff !important;
    font-size: clamp(30px, 4.4vw + 10px, 52px) !important;
    font-weight: 700 !important;
    line-height: 1.18 !important;
    letter-spacing: -0.025em !important;
    margin: 0 auto 20px auto !important;
    max-width: 840px !important;
    text-align: center !important;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.45), 0 8px 24px rgba(0, 0, 0, 0.25) !important;
    text-wrap: balance !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.wh-hero-bottom {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.wh-hero-subtitle {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif !important;
    color: #f8f4f2 !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    margin: 0 auto 26px auto !important;
    max-width: 660px !important;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.4) !important;
    text-wrap: balance !important;
}

.wh-hero-actions {
    display: flex;
    justify-content: center;
    gap: 14px;
}

.wh-btn-primary {
    display: inline-block;
    background-color: #F06E38;
    color: #ffffff !important;
    padding: 16px 38px;
    font-size: 17px;
    font-weight: 600;
    border-radius: 6px;
    text-decoration: none !important;
    transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 4px 16px rgba(240, 110, 56, 0.35);
}

.wh-btn-primary:hover {
    background-color: #d95c2b;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(240, 110, 56, 0.45);
}

@media (max-width: 1024px) {
    .wh-hero-section {
        height: 72vh;
        min-height: 520px;
    }
    .wh-hero-title {
        font-size: 42px !important;
        line-height: 1.2 !important;
        letter-spacing: -0.02em !important;
    }
    .wh-hero-subtitle {
        font-size: 18.5px !important;
    }
}

@media (max-width: 768px) {
    .wh-hero-section {
        height: 70vh;
        min-height: 480px;
        background-image: var(--bg-mobile) !important;
        background-position: center top !important;
    }
    .wh-hero-content {
        padding: 45px 18px 35px 18px;
    }
    .wh-hero-title {
        font-size: 32px !important;
        line-height: 1.22 !important;
        letter-spacing: -0.015em !important;
        margin-bottom: 16px !important;
    }
    .wh-hero-subtitle {
        font-size: 17px !important;
        line-height: 1.45 !important;
        margin-bottom: 22px !important;
    }
    .wh-btn-primary {
        padding: 14px 32px !important;
        font-size: 16px !important;
    }
}

@media (max-width: 480px) {
    .wh-hero-section {
        min-height: 440px;
    }
    .wh-hero-title {
        font-size: 27px !important;
        line-height: 1.25 !important;
        letter-spacing: -0.01em !important;
        margin-bottom: 14px !important;
    }
    .wh-hero-subtitle {
        font-size: 15px !important;
        line-height: 1.45 !important;
        margin-bottom: 18px !important;
    }
    .wh-btn-primary {
        padding: 13px 26px !important;
        font-size: 15px !important;
    }
}

/* ==========================================================================
   HOMEPAGE CATEGORY BANNERS SECTION
   ========================================================================== */
.wh-category-banners-section {
    background-color: #ffffff;
    padding: 60px 0 65px 0;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #ede8e5;
    box-sizing: border-box;
}

.wh-category-banners-section .col-full {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 24px;
    box-sizing: border-box;
    position: relative;
}

.wh-category-slider-container {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

.wh-category-banners-slider {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 10px 4px 20px 4px;
    width: 100%;
    box-sizing: border-box;
}

.wh-category-banners-slider::-webkit-scrollbar {
    display: none;
}

.wh-category-banner-card {
    flex: 0 0 calc(33.333% - 16px);
    min-width: 300px;
    max-width: 440px;
    height: 380px;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    scroll-snap-align: start;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s ease;
    box-sizing: border-box;
}

.wh-category-banner-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.16);
}

.wh-category-banner-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.wh-category-banner-card:hover .wh-category-banner-bg {
    transform: scale(1.08);
}

.wh-category-banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.45) 45%, rgba(0, 0, 0, 0.88) 100%);
    z-index: 1;
}

.wh-category-banner-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 28px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    z-index: 2;
}

.wh-category-banner-title {
    font-family: 'Outfit', sans-serif !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    margin: 0 0 8px 0 !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    line-height: 1.25 !important;
}

.wh-category-banner-desc {
    font-size: 14px !important;
    color: #f0ece9 !important;
    line-height: 1.45 !important;
    margin: 0 0 18px 0 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.wh-category-banner-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background-color: #F06E38 !important;
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    padding: 10px 22px !important;
    border-radius: 6px !important;
    text-decoration: none !important;
    transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease !important;
    box-shadow: 0 3px 12px rgba(240, 110, 56, 0.35) !important;
}

.wh-category-banner-btn:hover {
    background-color: #d95c2b !important;
    transform: translateY(-2px);
    box-shadow: 0 5px 16px rgba(240, 110, 56, 0.45) !important;
}

.wh-category-slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #e1dbd7;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2c2a29;
    cursor: pointer;
    transition: all 0.2s ease;
    padding: 0;
}

.wh-category-slider-arrow.wh-slider-prev {
    left: -20px;
}

.wh-category-slider-arrow.wh-slider-next {
    right: -20px;
}

.wh-category-slider-arrow:hover {
    background: #F06E38;
    color: #ffffff;
    border-color: #F06E38;
}

.wh-category-slider-arrow.is-disabled {
    opacity: 0.35;
    pointer-events: none;
}

.wh-category-slider-dots-wrapper {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 14px;
}

.wh-cat-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #ded8d4;
    border: none;
    padding: 0;
    cursor: pointer;
    transition: all 0.2s ease;
}

.wh-cat-dot.active {
    background: #F06E38;
    width: 24px;
    border-radius: 5px;
}

@media (max-width: 992px) {
    .wh-category-banner-card {
        flex: 0 0 300px;
        height: 340px;
    }
    .wh-category-slider-arrow {
        display: none !important;
    }
}

/* ==========================================================================
   HOMEPAGE "NOS BOIS" SECTION (PRODUCT SLIDERS BY CATEGORY)
   ========================================================================== */
.wh-nos-bois-section {
    background-color: #f7f6f2 !important;
    padding: 70px 0 85px 0;
    width: 100%;
    position: relative;
    box-sizing: border-box;
}

.wh-nos-bois-section .col-full {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 24px;
    box-sizing: border-box;
}

.wh-nos-bois-header {
    margin-bottom: 45px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    position: relative;
    padding-bottom: 16px;
    border-bottom: 2px solid #eae5e1;
}

.wh-nos-bois-subtitle {
    display: block;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #F06E38;
    margin-bottom: 4px;
}

.wh-nos-bois-main-title {
    font-family: 'Outfit', sans-serif !important;
    font-size: 34px !important;
    font-weight: 800 !important;
    color: #2c2a29 !important;
    margin: 0 !important;
    line-height: 1.15;
}

.wh-nos-bois-accent-bar {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 80px;
    height: 3px;
    background-color: #F06E38;
    border-radius: 2px;
}

.wh-wood-category-row {
    margin-bottom: 55px;
}

.wh-wood-category-row:last-child {
    margin-bottom: 0;
}

.wh-wood-row-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 22px;
    gap: 20px;
}

.wh-wood-row-title {
    font-family: 'Outfit', sans-serif !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    margin: 0 0 4px 0 !important;
}

.wh-wood-row-title a {
    color: #2c2a29 !important;
    text-decoration: none !important;
    transition: color 0.2s;
}

.wh-wood-row-title a:hover {
    color: #F06E38 !important;
}

.wh-wood-row-desc {
    font-size: 14px;
    color: #736d69;
    margin: 0;
}

.wh-wood-row-controls {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
}

.wh-wood-row-view-all {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 600;
    color: #F06E38 !important;
    text-decoration: none !important;
    padding: 6px 14px;
    border-radius: 6px;
    background: rgba(240, 110, 56, 0.08);
    transition: all 0.2s ease;
}

.wh-wood-row-view-all:hover {
    background: #F06E38;
    color: #ffffff !important;
}

.wh-wood-slider-nav-arrows {
    display: flex;
    gap: 8px;
}

.wh-wood-slider-btn {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: #ffffff;
    border: 1px solid #eae5e1;
    color: #2c2a29;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.04);
    padding: 0;
}

.wh-wood-slider-btn:hover {
    background: #2c2a29;
    color: #ffffff;
    border-color: #2c2a29;
}

.wh-wood-slider-btn.is-disabled {
    opacity: 0.35;
    pointer-events: none;
}

.wh-wood-slider-wrapper {
    position: relative;
    width: 100%;
}

.wh-wood-products-slider {
    width: 100%;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 4px 2px 14px 2px;
    box-sizing: border-box;
}

.wh-wood-products-slider::-webkit-scrollbar {
    display: none;
}

.wh-wood-products-slider ul.products,
.wh-wood-products-slider ul.wh-wood-product-list {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 20px !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    width: max-content !important;
}

.wh-wood-products-slider ul.products li.product,
.wh-wood-products-slider ul.products li.product.wh-product-card,
.wh-wood-product-list li.product {
    flex: 0 0 280px !important;
    width: 280px !important;
    max-width: 280px !important;
    margin: 0 !important;
    scroll-snap-align: start;
    float: none !important;
    list-style: none !important;
}

@media (max-width: 768px) {
    .wh-nos-bois-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
    .wh-wood-row-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
    .wh-wood-products-slider ul.products li.product,
    .wh-wood-products-slider ul.products li.product.wh-product-card {
        flex: 0 0 240px !important;
        width: 240px !important;
        max-width: 240px !important;
    }
}

/* ==========================================================================
   HOMEPAGE ABOUT PREVIEW SECTION
   ========================================================================== */
.wh-homepage-about-section {
    background-color: #f8f4f2 !important;
    padding: 65px 0 75px 0;
    width: 100%;
    position: relative;
    border-top: 1px solid #eae6e4;
    box-sizing: border-box;
}

.wh-homepage-about-section .col-full {
    max-width: 1360px;
    margin: 0 auto;
    padding-left: 24px;
    padding-right: 24px;
    box-sizing: border-box;
}

.wh-about-preview-grid {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 52px;
    align-items: center;
}

.wh-about-preview-story {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.wh-about-preview-badge {
    display: inline-block;
    background-color: #f0ebe8;
    color: #8a482b;
    font-size: 12.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 6px 14px;
    border-radius: 4px;
    margin-bottom: 18px;
}

.wh-about-preview-title {
    font-family: 'Outfit', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    font-size: clamp(26px, 2.2vw + 14px, 36px) !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
    color: #2c2a29 !important;
    margin: 0 0 20px 0 !important;
    letter-spacing: -0.02em !important;
}

.wh-about-preview-lead {
    font-size: 16.5px !important;
    line-height: 1.6 !important;
    color: #3d3a39 !important;
    margin: 0 0 16px 0 !important;
}

.wh-about-preview-text {
    font-size: 15px !important;
    line-height: 1.65 !important;
    color: #635f5c !important;
    margin: 0 0 28px 0 !important;
}

.wh-about-preview-actions {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.wh-about-preview-btn-primary {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    background-color: #2c2a29 !important;
    color: #ffffff !important;
    padding: 13px 24px !important;
    border-radius: 6px !important;
    font-size: 14.5px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    transition: all 0.22s ease !important;
    box-shadow: 0 4px 12px rgba(44, 42, 41, 0.12) !important;
}

.wh-about-preview-btn-primary:hover {
    background-color: #F06E38 !important;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(240, 110, 56, 0.25) !important;
}

.wh-about-preview-btn-primary svg {
    transition: transform 0.2s ease;
}

.wh-about-preview-btn-primary:hover svg {
    transform: translateX(4px);
}

.wh-about-preview-btn-link {
    font-size: 14.5px;
    font-weight: 500;
    color: #706b68 !important;
    text-decoration: underline !important;
    text-underline-offset: 4px;
    transition: color 0.2s ease;
}

.wh-about-preview-btn-link:hover {
    color: #F06E38 !important;
}

.wh-about-preview-cards {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.wh-about-pillar-card {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    background-color: #ffffff;
    padding: 22px 24px;
    border-radius: 10px;
    border: 1px solid #ebe5e1;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.wh-about-pillar-card:hover {
    transform: translateY(-2px);
    border-color: #dfd7d2;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}

.wh-about-pillar-icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 10px;
    background-color: #fcf4ee;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #f6ded2;
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.wh-about-pillar-content {
    flex: 1;
}

.wh-about-pillar-title {
    font-family: 'Outfit', sans-serif !important;
    font-size: 16.5px !important;
    font-weight: 600 !important;
    color: #2c2a29 !important;
    margin: 0 0 6px 0 !important;
}

.wh-about-pillar-desc {
    font-size: 13.5px !important;
    line-height: 1.55 !important;
    color: #6a6663 !important;
    margin: 0 !important;
}

@media (max-width: 992px) {
    .wh-about-preview-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .wh-homepage-about-section {
        padding: 50px 0 60px 0;
    }
}

@media (max-width: 640px) {
    .wh-homepage-about-section .col-full {
        padding-left: 16px;
        padding-right: 16px;
    }
    .wh-about-preview-title {
        font-size: 24px !important;
    }
    .wh-about-preview-lead {
        font-size: 15px !important;
    }
    .wh-about-preview-actions {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
        gap: 14px;
    }
    .wh-about-preview-btn-primary {
        justify-content: center;
    }
    .wh-about-preview-btn-link {
        text-align: center;
    }
    .wh-about-pillar-card {
        padding: 18px;
    }
}


/* ==========================================================================
   HOMEPAGE REVIEWS / AVIS CLIENTS SECTION
   ========================================================================== */
.wh-reviews-section {
    background-color: #f8f4f2 !important;
    padding: 70px 0 65px 0;
    width: 100%;
    position: relative;
    border-top: 1px solid #eae6e4;
    box-sizing: border-box;
}

.wh-reviews-container {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 24px;
    box-sizing: border-box;
}

.wh-reviews-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 28px;
}

.wh-reviews-header-left {
    max-width: 680px;
}

.wh-reviews-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: 'Inter', sans-serif;
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #F06E38;
    background-color: #ffffff;
    border: 1px solid rgba(240, 110, 56, 0.2);
    padding: 5px 12px;
    border-radius: 20px;
    margin-bottom: 12px;
}

.wh-reviews-title {
    font-family: 'Outfit', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #2c2a29 !important;
    line-height: 1.25 !important;
    margin: 0 0 10px 0 !important;
}

.wh-reviews-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    color: #666666;
    line-height: 1.6;
    margin: 0;
}

.wh-reviews-header-right {
    flex-shrink: 0;
}

.wh-reviews-score-card {
    background-color: #ffffff;
    border: 1px solid #eae6e4;
    border-radius: 8px;
    padding: 16px 22px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.wh-reviews-score-val {
    font-family: 'Inter', sans-serif;
    font-size: 28px;
    font-weight: 800;
    color: #2c2a29;
    line-height: 1;
    margin-bottom: 6px;
}

.wh-reviews-score-max {
    font-size: 16px;
    font-weight: 500;
    color: #888888;
}

.wh-reviews-score-stars {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    margin-bottom: 6px;
}

.wh-reviews-score-meta {
    font-family: 'Inter', sans-serif;
    font-size: 12.5px;
    color: #666666;
}

.wh-reviews-score-meta strong {
    color: #2c2a29;
}

.wh-reviews-filter-bar {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.wh-review-filter-btn {
    background-color: #ffffff;
    border: 1px solid #eae6e4;
    border-radius: 24px;
    padding: 7px 16px;
    font-family: 'Inter', sans-serif;
    font-size: 13.5px;
    font-weight: 500;
    color: #555555;
    cursor: pointer;
    transition: all 0.2s ease;
}

.wh-review-filter-btn:hover {
    border-color: #F06E38;
    color: #F06E38;
}

.wh-review-filter-btn.active {
    background-color: #2c2a29;
    border-color: #2c2a29;
    color: #ffffff;
}

.wh-reviews-slider-wrapper {
    position: relative;
    margin-bottom: 20px;
}

.wh-reviews-track-container {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    padding: 10px 4px 16px 4px;
    scrollbar-width: thin;
    scrollbar-color: #d6d0cc transparent;
}

.wh-reviews-track-container::-webkit-scrollbar {
    height: 6px;
}

.wh-reviews-track-container::-webkit-scrollbar-thumb {
    background-color: #d6d0cc;
    border-radius: 10px;
}

.wh-review-card {
    flex: 0 0 calc(33.333% - 14px);
    min-width: 290px;
    scroll-snap-align: start;
    box-sizing: border-box;
}

.wh-review-card-inner {
    background-color: #ffffff;
    border: 1px solid #eae6e4;
    border-radius: 8px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    height: 100%;
    box-sizing: border-box;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
}

.wh-review-card-inner:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
    border-color: #d6d0cc;
}

.wh-review-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.wh-review-stars {
    display: flex;
    align-items: center;
    gap: 2px;
}

.wh-review-date {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    color: #999999;
}

.wh-review-title {
    font-family: 'Outfit', sans-serif !important;
    font-size: 15.5px !important;
    font-weight: 700 !important;
    color: #2c2a29 !important;
    line-height: 1.35 !important;
    margin: 0 0 10px 0 !important;
}

.wh-review-text {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #444444;
    margin: 0 0 16px 0;
    flex-grow: 1;
}

.wh-review-product {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background-color: #fbf9f8;
    border: 1px solid #f0eae6;
    border-radius: 4px;
    padding: 5px 9px;
    font-family: 'Inter', sans-serif;
    font-size: 11.5px;
    color: #555555;
    margin-bottom: 18px;
    line-height: 1.3;
}

.wh-review-author-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 14px;
    border-top: 1px solid #f3efed;
    margin-top: auto;
}

.wh-review-avatar {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: #f06e38;
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.wh-review-author-meta {
    display: flex;
    flex-direction: column;
}

.wh-review-author-name {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: 'Inter', sans-serif;
    font-size: 13.5px;
    font-weight: 600;
    color: #2c2a29;
}

.wh-review-verified {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    font-size: 11px;
    font-weight: 500;
    color: #15803d;
    background-color: #dcfce7;
    padding: 1px 6px;
    border-radius: 10px;
}

.wh-review-location {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    color: #777777;
}

.wh-reviews-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 1px solid #eae6e4;
    color: #2c2a29;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    z-index: 5;
    transition: all 0.2s ease;
}

.wh-reviews-nav-btn:hover {
    background-color: #F06E38;
    border-color: #F06E38;
    color: #ffffff;
}

.wh-reviews-nav-btn.prev {
    left: -20px;
}

.wh-reviews-nav-btn.next {
    right: -20px;
}

.wh-reviews-track-container.wh-grid-expanded {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 20px !important;
    overflow: visible !important;
}

.wh-reviews-track-container.wh-grid-expanded .wh-review-card {
    flex: none !important;
    min-width: 0 !important;
}

.wh-reviews-footer-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
    padding: 0 4px;
}

.wh-reviews-counter {
    font-family: 'Inter', sans-serif;
    font-size: 13.5px;
    color: #777777;
}

.wh-reviews-view-all-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: #ffffff;
    border: 1px solid #eae6e4;
    border-radius: 6px;
    padding: 10px 18px;
    font-family: 'Inter', sans-serif;
    font-size: 13.5px;
    font-weight: 600;
    color: #2c2a29;
    cursor: pointer;
    transition: all 0.2s ease;
}

.wh-reviews-view-all-btn:hover {
    border-color: #F06E38;
    color: #F06E38;
}

@media (max-width: 1024px) {
    .wh-review-card {
        flex: 0 0 calc(50% - 10px);
    }
    .wh-reviews-track-container.wh-grid-expanded {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (max-width: 767px) {
    .wh-reviews-section {
        padding: 50px 0 40px 0;
    }
    .wh-reviews-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
    }
    .wh-reviews-header-right {
        width: 100%;
    }
    .wh-reviews-score-card {
        display: flex;
        align-items: center;
        justify-content: space-between;
        text-align: left;
        padding: 12px 18px;
    }
    .wh-reviews-score-val {
        font-size: 22px;
        margin-bottom: 0;
    }
    .wh-reviews-title {
        font-size: 23px !important;
    }
    .wh-review-card {
        flex: 0 0 85%;
        min-width: 260px;
    }
    .wh-reviews-track-container.wh-grid-expanded {
        grid-template-columns: 1fr !important;
    }
    .wh-reviews-nav-btn {
        display: none !important;
    }
    .wh-reviews-footer-row {
        flex-direction: column;
        align-items: center;
        gap: 12px;
        text-align: center;
    }
}

/* ==========================================================================
   HOMEPAGE FAQ SECTION - ACCORDÉONS FIABLES & ANIMÉS
   ========================================================================== */
.wh-homepage-faq-section {
    background-color: #f8f4f2 !important;
    padding: 70px 0 80px 0;
    width: 100%;
    position: relative;
    border-top: 1px solid #eae6e4;
    box-sizing: border-box;
}

.wh-faq-wrap {
    max-width: 960px;
    margin: 0 auto;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}

.wh-faq-top-header {
    text-align: center;
    margin-bottom: 36px;
}

.wh-faq-title {
    font-family: 'Outfit', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    font-size: 32px !important;
    font-weight: 700 !important;
    color: #2c2a29 !important;
    margin: 0 0 10px 0 !important;
    letter-spacing: -0.5px;
}

.wh-faq-desc {
    font-size: 15px;
    color: #666666;
    max-width: 650px;
    margin: 0 auto;
    line-height: 1.6;
}

.wh-faq-accordion-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 32px;
}

.wh-faq-item {
    background-color: #ffffff;
    border: 1px solid #eae6e4;
    border-radius: 12px;
    overflow: hidden;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.wh-faq-item:hover {
    border-color: #d6d0cb;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
}

.wh-faq-item.is-open {
    border-color: #F06E38;
    box-shadow: 0 6px 18px rgba(240, 110, 56, 0.08);
}

.wh-faq-question-btn {
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 18px 24px !important;
    margin: 0 !important;
    background: #ffffff !important;
    border: none !important;
    text-align: left !important;
    cursor: pointer !important;
    gap: 16px !important;
    outline: none !important;
    box-sizing: border-box !important;
    line-height: 1.4 !important;
    border-radius: 12px !important;
    transition: background-color 0.2s ease !important;
}

.wh-faq-question-btn:hover {
    background-color: #faf8f7 !important;
}

.wh-faq-cat-tag {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    background-color: #f1edea;
    color: #7a6e67;
    padding: 3px 9px;
    border-radius: 6px;
    white-space: nowrap;
    flex-shrink: 0;
}

.wh-faq-q-text {
    font-family: 'Outfit', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #2c2a29;
    flex: 1;
    line-height: 1.4;
}

.wh-faq-item.is-open .wh-faq-q-text {
    color: #F06E38;
}

.wh-faq-toggle-icon {
    width: 32px;
    height: 32px;
    min-width: 32px;
    min-height: 32px;
    border-radius: 50%;
    background-color: #f7f4f2;
    color: #2c2a29;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.25s ease;
}

.wh-faq-toggle-icon svg {
    display: block !important;
    stroke: currentColor !important;
    fill: none !important;
    transition: transform 0.25s ease !important;
}

.wh-faq-item.is-open .wh-faq-toggle-icon {
    background-color: #F06E38;
    color: #ffffff;
}

.wh-faq-item.is-open .wh-faq-toggle-icon svg {
    transform: rotate(180deg);
}

.wh-faq-item .wh-faq-answer-panel {
    display: none !important;
    padding: 0 24px 22px 24px;
    background-color: #ffffff;
}

.wh-faq-item.is-open .wh-faq-answer-panel {
    display: block !important;
    animation: whFaqFadeIn 0.22s ease;
}

@keyframes whFaqFadeIn {
    from { opacity: 0; transform: translateY(-4px); }
    to { opacity: 1; transform: translateY(0); }
}

.wh-faq-answer-inner {
    font-size: 14.5px;
    color: #4b4846;
    line-height: 1.7;
    border-top: 1px solid #f1ece9;
    padding-top: 16px;
}

.wh-faq-answer-inner strong {
    color: #2c2a29;
}

.wh-faq-more-row {
    text-align: center;
    margin: 28px 0 40px 0;
}

.wh-faq-see-more-btn {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    background-color: #2c2a29 !important;
    color: #ffffff !important;
    padding: 13px 26px !important;
    border-radius: 8px !important;
    font-size: 14.5px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
    box-shadow: 0 3px 10px rgba(44, 42, 41, 0.12) !important;
}

.wh-faq-see-more-btn svg {
    stroke: #ffffff;
    transition: transform 0.2s ease;
}

.wh-faq-see-more-btn:hover {
    background-color: #F06E38 !important;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(240, 110, 56, 0.25) !important;
}

.wh-faq-see-more-btn:hover svg {
    transform: translateX(4px);
}

.wh-faq-footer-cta {
    background-color: #ffffff;
    border: 1px solid #eae6e4;
    border-radius: 14px;
    padding: 24px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
}

.wh-faq-cta-left {
    display: flex;
    align-items: center;
    gap: 16px;
}

.wh-faq-cta-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #fdf2eb;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.wh-faq-cta-text {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.wh-faq-cta-text strong {
    font-size: 15.5px;
    color: #2c2a29;
}

.wh-faq-cta-text span {
    font-size: 13.5px;
    color: #666666;
}

.wh-faq-cta-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

.wh-faq-btn-primary {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    background-color: #F06E38 !important;
    color: #ffffff !important;
    padding: 12px 22px !important;
    border-radius: 8px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    box-shadow: 0 3px 10px rgba(240, 110, 56, 0.25) !important;
    transition: all 0.2s ease !important;
    white-space: nowrap !important;
}

.wh-faq-btn-primary:hover {
    background-color: #d85c27 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 5px 14px rgba(240, 110, 56, 0.35) !important;
    color: #ffffff !important;
}

.wh-faq-btn-secondary {
    display: inline-flex !important;
    align-items: center !important;
    background-color: #f7f4f2 !important;
    border: 1px solid #eae6e4 !important;
    color: #2c2a29 !important;
    padding: 12px 20px !important;
    border-radius: 8px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
    white-space: nowrap !important;
}

.wh-faq-btn-secondary:hover {
    border-color: #2c2a29 !important;
    background-color: #ffffff !important;
    color: #2c2a29 !important;
}

@media (max-width: 768px) {
    .wh-homepage-faq-section {
        padding: 45px 0 55px 0;
    }
    .wh-faq-title {
        font-size: 25px !important;
    }
    .wh-faq-question-btn {
        padding: 14px 18px !important;
    }
    .wh-faq-footer-cta {
        flex-direction: column;
        align-items: stretch;
        gap: 18px;
        padding: 20px;
    }
    .wh-faq-cta-actions {
        flex-direction: column;
        width: 100%;
    }
    .wh-faq-btn-primary,
    .wh-faq-btn-secondary {
        justify-content: center;
        width: 100%;
        box-sizing: border-box;
    }
}

/* Shop & Archive Page Body & Container */
body.post-type-archive-product,
body.tax-product_cat,
body.tax-product_tag,
body.woocommerce-shop,
body.wh-warehouse-shop-page {
    background-color: #f7f6f2 !important;
}

body.post-type-archive-product #content > .col-full,
body.tax-product_cat #content > .col-full,
body.tax-product_tag #content > .col-full,
body.woocommerce-shop #content > .col-full,
body.wh-warehouse-shop-page #content > .col-full {
    max-width: 1400px !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding: 24px 30px 60px !important;
    box-sizing: border-box !important;
}

/* Breadcrumbs on Shop */
.storefront-breadcrumb {
    background-color: transparent !important;
    padding: 16px 0 0 !important;
    margin-bottom: 0 !important;
}
.storefront-breadcrumb .col-full {
    max-width: 1400px !important;
    padding: 0 30px !important;
}
.woocommerce-breadcrumb {
    font-size: 13.5px !important;
    color: #777777 !important;
    padding: 0 !important;
    margin: 0 !important;
}
.woocommerce-breadcrumb a {
    color: #555555 !important;
    text-decoration: none !important;
    transition: color 0.2s;
}
.woocommerce-breadcrumb a:hover {
    color: #F06E38 !important;
}
.woocommerce-breadcrumb .breadcrumb-separator {
    margin: 0 8px;
    color: #aaa;
}

/* Desktop 2-Column Layout (Sidebar on LEFT, Products on RIGHT) */
@media (min-width: 993px) {
    body.post-type-archive-product #content > .col-full,
    body.tax-product_cat #content > .col-full,
    body.tax-product_tag #content > .col-full,
    body.woocommerce-shop #content > .col-full,
    body.wh-warehouse-shop-page #content > .col-full {
        display: grid !important;
        grid-template-columns: 280px minmax(0, 1fr) !important;
        grid-template-areas:
            "sidebar primary"
            "recent  recent" !important;
        column-gap: 36px !important;
        row-gap: 36px !important;
        align-items: start !important;
    }

    /* Left Sidebar: Categories & Filters */
    body.post-type-archive-product #secondary,
    body.tax-product_cat #secondary,
    body.tax-product_tag #secondary,
    body.woocommerce-shop #secondary,
    body.wh-warehouse-shop-page #secondary,
    body.post-type-archive-product .site-content #secondary.widget-area,
    body.woocommerce-shop .site-content #secondary.widget-area,
    body.storefront-full-width-content.post-type-archive-product .widget-area,
    body.storefront-full-width-content.woocommerce-shop .widget-area {
        grid-area: sidebar !important;
        display: block !important;
        width: 100% !important;
        min-width: 0 !important;
        max-width: 280px !important;
        float: none !important;
        margin: 0 !important;
        padding: 0 !important;
        clear: none !important;
        position: sticky !important;
        top: 24px !important;
        z-index: 10 !important;
    }

    /* Right Main Content: Products Grid & Toolbar */
    body.post-type-archive-product #primary,
    body.tax-product_cat #primary,
    body.tax-product_tag #primary,
    body.woocommerce-shop #primary,
    body.wh-warehouse-shop-page #primary,
    body.post-type-archive-product .site-content #primary.content-area,
    body.woocommerce-shop .site-content #primary.content-area,
    body.storefront-full-width-content.post-type-archive-product .content-area,
    body.storefront-full-width-content.woocommerce-shop .content-area {
        grid-area: primary !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        float: none !important;
        margin: 0 !important;
        padding: 0 !important;
        clear: none !important;
    }

    /* Recently Viewed Section (Full-Width Bottom) */
    body.post-type-archive-product .wh-recently-viewed-section,
    body.tax-product_cat .wh-recently-viewed-section,
    body.tax-product_tag .wh-recently-viewed-section,
    body.woocommerce-shop .wh-recently-viewed-section,
    body.wh-warehouse-shop-page .wh-recently-viewed-section {
        grid-area: recent !important;
        grid-column: 1 / -1 !important;
        width: 100% !important;
    }

    .woocommerce:empty,
    #wh-shop-drawer-overlay {
        display: none !important;
    }
}

/* Shop Sidebar */
#secondary.wh-shop-sidebar,
.widget-area.wh-shop-sidebar,
.wh-shop-sidebar {
    background: #ffffff !important;
    border: 1px solid #eae6e4 !important;
    border-radius: 12px !important;
    padding: 24px !important;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.03) !important;
    box-sizing: border-box !important;
}

.wh-shop-drawer-header,
#secondary .wh-shop-drawer-header,
.wh-shop-sidebar .wh-shop-drawer-header {
    display: none;
}

.wh-sidebar-section {
    margin-bottom: 24px;
}
.wh-sidebar-section:last-child {
    margin-bottom: 0;
}

.wh-sidebar-heading {
    font-family: 'Outfit', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    letter-spacing: 0.05em !important;
    text-transform: uppercase !important;
    color: #2c2a29 !important;
    margin: 0 0 16px 0 !important;
    padding-bottom: 12px !important;
    border-bottom: 1px solid #f0ece9 !important;
}

#secondary ul.wh-sidebar-cat-list,
.widget-area ul.wh-sidebar-cat-list,
ul.wh-sidebar-cat-list,
.wh-sidebar-cat-list {
    list-style: none !important;
    list-style-type: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 4px !important;
}

#secondary ul.wh-sidebar-cat-list li,
.widget-area ul.wh-sidebar-cat-list li,
ul.wh-sidebar-cat-list li,
.wh-sidebar-cat-list li {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    list-style-type: none !important;
}

#secondary ul.wh-sidebar-cat-list li::before,
#secondary ul.wh-sidebar-cat-list li::after,
ul.wh-sidebar-cat-list li::before,
ul.wh-sidebar-cat-list li::after {
    display: none !important;
    content: none !important;
}

#secondary ul.wh-sidebar-cat-list li a,
.widget-area ul.wh-sidebar-cat-list li a,
ul.wh-sidebar-cat-list li a,
.wh-sidebar-cat-list li a {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 9px 12px !important;
    border-radius: 8px !important;
    font-size: 14.5px !important;
    color: #4a4643 !important;
    text-decoration: none !important;
    font-weight: 500 !important;
    transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1) !important;
    border: 1px solid transparent !important;
    line-height: 1.4 !important;
}

#secondary ul.wh-sidebar-cat-list li a:hover,
.widget-area ul.wh-sidebar-cat-list li a:hover,
ul.wh-sidebar-cat-list li a:hover,
.wh-sidebar-cat-list li a:hover {
    background-color: #faf5f0 !important;
    color: #F06E38 !important;
    border-color: #f5e6dc !important;
    transform: translateX(3px) !important;
}

#secondary ul.wh-sidebar-cat-list li a.active,
.widget-area ul.wh-sidebar-cat-list li a.active,
ul.wh-sidebar-cat-list li a.active,
.wh-sidebar-cat-list li a.active {
    background-color: #fdf3ed !important;
    color: #F06E38 !important;
    font-weight: 700 !important;
    border-color: #fadfd1 !important;
}

/* Mobile Sidebar Drawer (<993px) */
@media (max-width: 992px) {
    .wh-shop-drawer-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(18, 16, 15, 0.55);
        z-index: 999998;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.3s ease;
        backdrop-filter: blur(4px);
        -webkit-backdrop-filter: blur(4px);
    }
    .wh-shop-drawer-overlay.is-active {
        opacity: 1;
        visibility: visible;
    }

    .wh-shop-sidebar {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        width: 320px !important;
        max-width: 85% !important;
        height: 100% !important;
        background: #ffffff !important;
        z-index: 999999 !important;
        transform: translateX(-100%) !important;
        transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
        border-radius: 0 !important;
        border: none !important;
        box-shadow: 4px 0 25px rgba(0, 0, 0, 0.15) !important;
        overflow-y: auto !important;
        padding: 24px 20px !important;
    }
    .wh-shop-sidebar.is-drawer-open {
        transform: translateX(0) !important;
    }

    .wh-shop-drawer-header {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        margin-bottom: 22px !important;
        padding-bottom: 14px !important;
        border-bottom: 1px solid #f0ece9 !important;
    }

    .wh-shop-drawer-title-wrap {
        display: flex;
        align-items: center;
        gap: 8px;
        color: #2c2a29;
    }

    .wh-shop-drawer-title {
        font-family: 'Outfit', sans-serif;
        font-size: 18px;
        font-weight: 700;
        color: #2c2a29;
    }

    .wh-shop-drawer-close {
        background: transparent !important;
        border: none !important;
        color: #666666 !important;
        cursor: pointer !important;
        padding: 4px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        transition: color 0.2s;
    }
    .wh-shop-drawer-close:hover {
        color: #F06E38 !important;
    }
}

/* Shop Toolbar */
.wh-shop-mobile-toolbar {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    background: #ffffff !important;
    border: 1px solid #eae6e4 !important;
    border-radius: 8px !important;
    padding: 10px 18px !important;
    margin-bottom: 26px !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02) !important;
    gap: 16px !important;
    box-sizing: border-box !important;
}

.wh-toolbar-filter-btn {
    display: none;
    align-items: center;
    gap: 8px;
    background-color: #faf7f5 !important;
    border: 1px solid #e3deda !important;
    border-radius: 6px !important;
    padding: 8px 16px !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #2c2a29 !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
}
.wh-toolbar-filter-btn:hover {
    background-color: #f0eae5 !important;
    color: #F06E38 !important;
    border-color: #d8cec7 !important;
}

@media (max-width: 992px) {
    .wh-toolbar-filter-btn {
        display: inline-flex !important;
    }
}

.wh-toolbar-sort-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

.wh-toolbar-sort-label {
    display: none;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 600;
    color: #555555;
}

.wh-toolbar-ordering-form {
    margin: 0 !important;
    padding: 0 !important;
}

.wh-toolbar-sort-select {
    height: 40px !important;
    padding: 0 34px 0 14px !important;
    border: 1px solid #eae6e4 !important;
    border-radius: 6px !important;
    background-color: #ffffff !important;
    color: #2c2a29 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    outline: none !important;
    appearance: none !important;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23555555' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-position: right 10px center !important;
    background-size: 15px !important;
    transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
}
.wh-toolbar-sort-select:focus {
    border-color: #F06E38 !important;
    box-shadow: 0 0 0 3px rgba(240, 110, 56, 0.12) !important;
}

.wh-toolbar-view-switcher {
    display: flex;
    align-items: center;
    gap: 6px;
}

.wh-view-btn {
    width: 38px !important;
    height: 38px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background-color: transparent !important;
    border: 1px solid #eae6e4 !important;
    border-radius: 6px !important;
    color: #888888 !important;
    cursor: pointer !important;
    padding: 0 !important;
    transition: all 0.2s ease !important;
}
.wh-view-btn:hover {
    border-color: #d5cfcb !important;
    color: #F06E38 !important;
    background-color: #faf7f5 !important;
}
.wh-view-btn.active {
    background-color: #fdf3ed !important;
    border-color: #F06E38 !important;
    color: #F06E38 !important;
}

/* Products Grid */
.site-main ul.products {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 22px !important;
    margin: 0 0 40px 0 !important;
    padding: 0 !important;
    list-style: none !important;
    clear: both !important;
}
.site-main ul.products::before,
.site-main ul.products::after {
    display: none !important;
}

@media (max-width: 1200px) and (min-width: 769px) {
    .site-main ul.products {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (max-width: 768px) {
    .site-main ul.products {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 14px !important;
    }
}

@media (max-width: 480px) {
    .site-main ul.products {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }
}

/* Product Card Structure */
li.wh-product-card,
ul.products li.product.wh-product-card {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    clear: none !important;
    list-style: none !important;
}

.wh-product-card-inner {
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    background: #ffffff !important;
    border: 1px solid #eae6e4 !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02) !important;
    transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.25s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.25s ease !important;
    box-sizing: border-box !important;
}

.wh-product-card-inner:hover {
    transform: translateY(-4px) !important;
    border-color: #ded8d4 !important;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.07) !important;
}

/* Badges */
.wh-card-badges {
    position: absolute !important;
    top: 12px !important;
    left: 12px !important;
    z-index: 3 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 6px !important;
    pointer-events: none !important;
}

.wh-card-badge {
    font-size: 11px !important;
    font-weight: 700 !important;
    padding: 4px 8px !important;
    border-radius: 4px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    line-height: 1 !important;
    display: inline-block !important;
}

.wh-badge-sale {
    background-color: #F06E38 !important;
    color: #ffffff !important;
    box-shadow: 0 2px 6px rgba(240, 110, 56, 0.3) !important;
}

.wh-badge-out-of-stock {
    background-color: #666666 !important;
    color: #ffffff !important;
}

/* Card Image Link & Wrapper */
.wh-card-image-link {
    display: block !important;
    width: 100% !important;
    text-decoration: none !important;
    background-color: #faf8f7 !important;
}

.wh-card-image-wrapper {
    position: relative !important;
    width: 100% !important;
    padding-top: 100% !important;
    overflow: hidden !important;
    background-color: #faf8f7 !important;
}

.wh-card-img {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    padding: 16px !important;
    box-sizing: border-box !important;
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1) !important;
    display: block !important;
    margin: 0 !important;
}

.wh-product-card-inner:hover .wh-card-img {
    transform: scale(1.06) !important;
}

/* Card Content */
.wh-card-content {
    padding: 18px 20px 20px !important;
    display: flex !important;
    flex-direction: column !important;
    flex-grow: 1 !important;
    box-sizing: border-box !important;
}

@media (max-width: 600px) {
    .wh-card-content {
        padding: 14px 14px 16px !important;
    }
}

.wh-card-brand {
    font-size: 11.5px !important;
    font-weight: 700 !important;
    color: #8e8884 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    margin-bottom: 6px !important;
    line-height: 1.2 !important;
}

.wh-card-title,
h3.woocommerce-loop-product__title.wh-card-title {
    font-family: 'Outfit', sans-serif !important;
    font-size: 16.5px !important;
    font-weight: 600 !important;
    color: #2c2a29 !important;
    margin: 0 0 8px 0 !important;
    padding: 0 !important;
    line-height: 1.35 !important;
    min-height: 44px !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}

.wh-card-title a {
    color: #2c2a29 !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
}

.wh-card-title a:hover {
    color: #F06E38 !important;
}

/* Card Price */
.wh-card-price {
    font-family: 'Outfit', sans-serif !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #2c2a29 !important;
    margin-bottom: 8px !important;
    line-height: 1.2 !important;
}

.wh-card-price del {
    color: #9c948e !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    margin-right: 6px !important;
}

.wh-card-price ins {
    text-decoration: none !important;
    color: #F06E38 !important;
}

.wh-card-price .woocommerce-Price-amount {
    color: inherit !important;
}

/* Card Stock */
.wh-card-stock {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    font-size: 12.5px !important;
    margin-bottom: 16px !important;
}

.wh-stock-dot {
    width: 7px !important;
    height: 7px !important;
    border-radius: 50% !important;
    flex-shrink: 0 !important;
}

.wh-card-stock.in-stock .wh-stock-dot {
    background-color: #22c55e !important;
}

.wh-card-stock.in-stock .wh-stock-text {
    color: #16a34a !important;
    font-weight: 600 !important;
}

.wh-card-stock.out-of-stock .wh-stock-dot {
    background-color: #ef4444 !important;
}

.wh-card-stock.out-of-stock .wh-stock-text {
    color: #dc2626 !important;
    font-weight: 600 !important;
}

/* Card Actions */
.wh-loop-actions {
    margin-top: auto !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
    width: 100% !important;
}

.wh-loop-btn,
a.button.wh-loop-btn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 42px !important;
    padding: 0 14px !important;
    border-radius: 6px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    text-align: center !important;
    box-sizing: border-box !important;
    cursor: pointer !important;
    border: none !important;
    transition: all 0.2s ease !important;
    margin: 0 !important;
}

.wh-loop-add-cart,
a.button.wh-loop-add-cart {
    background-color: #faf7f5 !important;
    color: #2c2a29 !important;
    border: 1px solid #dcd7d4 !important;
}

.wh-loop-add-cart:hover,
a.button.wh-loop-add-cart:hover {
    background-color: #eee8e4 !important;
    color: #1a1918 !important;
    border-color: #cfc6c1 !important;
}

.wh-loop-buy-now,
a.button.wh-loop-buy-now {
    background-color: #F06E38 !important;
    color: #ffffff !important;
    box-shadow: 0 2px 8px rgba(240, 110, 56, 0.2) !important;
}

.wh-loop-buy-now:hover,
a.button.wh-loop-buy-now:hover {
    background-color: #d95822 !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 14px rgba(240, 110, 56, 0.32) !important;
}

.wh-loop-select-options,
.wh-loop-view-product,
a.button.wh-loop-select-options,
a.button.wh-loop-view-product {
    background-color: #3a2a2f !important;
    color: #ffffff !important;
}

.wh-loop-select-options:hover,
.wh-loop-view-product:hover,
a.button.wh-loop-select-options:hover,
a.button.wh-loop-view-product:hover {
    background-color: #2b1f23 !important;
}

/* List View Mode Active */
.site-main ul.products.wh-view-list-active {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
}

.site-main ul.products.wh-view-list-active .wh-product-card-inner {
    flex-direction: row !important;
    align-items: stretch !important;
}

.site-main ul.products.wh-view-list-active .wh-card-image-link {
    width: 240px !important;
    min-width: 240px !important;
    flex-shrink: 0 !important;
}

.site-main ul.products.wh-view-list-active .wh-card-image-wrapper {
    padding-top: 100% !important;
    height: 100% !important;
}

.site-main ul.products.wh-view-list-active .wh-card-content {
    padding: 24px !important;
}

.site-main ul.products.wh-view-list-active .wh-card-title {
    font-size: 19px !important;
    min-height: auto !important;
    margin-bottom: 12px !important;
}

.site-main ul.products.wh-view-list-active .wh-loop-actions {
    flex-direction: row !important;
    max-width: 400px !important;
    gap: 12px !important;
}

@media (max-width: 768px) {
    .site-main ul.products.wh-view-list-active .wh-product-card-inner {
        flex-direction: column !important;
    }
    .site-main ul.products.wh-view-list-active .wh-card-image-link {
        width: 100% !important;
        min-width: 100% !important;
    }
    .site-main ul.products.wh-view-list-active .wh-loop-actions {
        flex-direction: column !important;
        max-width: 100% !important;
    }
}

/* Pagination */
.wh-pagination-bar,
nav.woocommerce-pagination.wh-pagination-bar {
    margin: 40px 0 20px !important;
    text-align: center !important;
    clear: both !important;
}

.wh-pagination-bar ul.page-numbers {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
}

.wh-pagination-bar ul.page-numbers li {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    float: none !important;
}

.wh-pagination-bar ul.page-numbers li a.page-numbers,
.wh-pagination-bar ul.page-numbers li span.page-numbers {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 42px !important;
    height: 42px !important;
    padding: 0 14px !important;
    border-radius: 6px !important;
    border: 1px solid #eae6e4 !important;
    background-color: #ffffff !important;
    color: #2c2a29 !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
    box-sizing: border-box !important;
}

.wh-pagination-bar ul.page-numbers li a.page-numbers:hover {
    border-color: #F06E38 !important;
    color: #F06E38 !important;
    background-color: #fdf6f2 !important;
}

.wh-pagination-bar ul.page-numbers li span.page-numbers.current {
    background-color: #F06E38 !important;
    border-color: #F06E38 !important;
    color: #ffffff !important;
    box-shadow: 0 2px 8px rgba(240, 110, 56, 0.25) !important;
}

.wh-pagination-bar ul.page-numbers li a.prev,
.wh-pagination-bar ul.page-numbers li a.next {
    gap: 6px !important;
    padding: 0 16px !important;
}

/* Recently Viewed Section on Shop & Archives */
.wh-recently-viewed-section {
    margin-top: 60px !important;
    padding-top: 40px !important;
    border-top: 1px solid #eae6e4 !important;
    width: 100% !important;
    clear: both !important;
}

.wh-recently-viewed-title {
    font-family: 'Outfit', sans-serif !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #2c2a29 !important;
    margin: 0 0 24px 0 !important;
    text-align: left !important;
}

.wh-recently-viewed-grid {
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 18px !important;
}

@media (max-width: 1024px) {
    .wh-recently-viewed-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (max-width: 600px) {
    .wh-recently-viewed-grid {
        grid-template-columns: 1fr !important;
    }
}


/* -------------------------------------
 * Single Product Page Layout & Styling
 * ------------------------------------- */

body.single-product,
body.single-product .site {
    overflow-x: visible !important;
}

body.single-product {
    background-color: #f6f4f2 !important;
}

body.single-product .site-content > .col-full,
body.single-product .col-full {
    max-width: 1400px !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    box-sizing: border-box !important;
}

body.single-product #primary,
body.single-product .content-area {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.single-product #secondary,
body.single-product .widget-area {
    display: none !important;
}

.single-product .site-main {
    max-width: 100% !important;
    width: 100% !important;
    margin: 30px auto !important;
}

.single-product div.product {
    display: grid !important;
    grid-template-columns: 53% 44% !important;
    justify-content: space-between !important;
    align-items: start !important;
    row-gap: 30px !important;
    width: 100% !important;
    margin: 0 0 40px 0 !important;
    box-sizing: border-box !important;
}

.single-product div.product::before,
.single-product div.product::after {
    display: none !important;
    content: none !important;
}

/* --- Image Gallery (Left, Row 1) --- */
.single-product div.product .woocommerce-product-gallery {
    grid-column: 1 !important;
    grid-row: 1 !important;
    width: 100% !important;
    max-width: 100% !important;
    flex: none !important;
    float: none !important;
    margin: 0 !important;
    background: #fff;
    padding: 35px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: row-reverse;
    gap: 20px;
    position: relative;
    box-sizing: border-box !important;
}

.woocommerce-product-gallery .flex-viewport {
    flex: 1;
}

.woocommerce-product-gallery .flex-control-nav {
    width: 80px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 0 !important;
    margin: 0 !important;
}

.woocommerce-product-gallery .flex-control-nav li {
    width: 100% !important;
    margin: 0 !important;
}

.woocommerce-product-gallery .flex-control-nav li img {
    border: 1px solid #eee;
    cursor: pointer;
    transition: border-color 0.2s;
    width: 100%;
    height: auto;
}

.woocommerce-product-gallery .flex-control-nav li img.flex-active,
.woocommerce-product-gallery .flex-control-nav li img:hover {
    border-color: #F06E38;
}

.wh-zoom-hint {
    position: absolute;
    bottom: 25px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 13px;
    color: #555;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

/* --- Summary Box (Right, Row 1 to Row 2 - STICKY) --- */
.single-product div.product .summary.entry-summary {
    grid-column: 2 !important;
    grid-row: 1 / span 2 !important;
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 30px !important;
    align-self: start !important;
    width: 100% !important;
    max-width: 100% !important;
    flex: none !important;
    float: none !important;
    background: #fff;
    padding: 40px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
    margin: 0 !important;
    box-sizing: border-box !important;
    z-index: 99 !important;
}

body.admin-bar .single-product div.product .summary.entry-summary {
    top: 62px !important;
}

/* Title */
.product_title {
    font-size: 32px !important;
    font-weight: 600 !important;
    color: #333 !important;
    margin-bottom: 20px !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
}

/* Save Badge */
.wh-sale-badge {
    background-color: #ff0000;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 3px;
    display: inline-block;
    margin-bottom: 20px;
}

/* Meta Row */
.wh-meta-row {
    font-size: 13px;
    color: #F06E38;
    margin-bottom: 12px;
}
.wh-meta-row .wh-divider {
    color: #e5e5e5;
    margin: 0 10px;
}
.wh-sku {
    color: #555;
}

/* Rating & Social */
.wh-rating-social-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}
.wh-rating {
    display: flex;
    align-items: center;
    gap: 12px;
}
.wh-review-count {
    font-size: 14px;
    color: #555;
}
.wh-social-share {
    display: flex;
    gap: 10px;
}
.wh-social-share a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background: #b5b5b5;
    color: #fff;
    border-radius: 50%;
    text-decoration: none;
    transition: background 0.2s;
}
.wh-social-share a:hover {
    background: #F06E38;
}
.wh-social-share svg {
    width: 14px;
    height: 14px;
    fill: currentColor;
}

.wh-summary-divider {
    border: 0;
    border-top: 1px solid #eee;
    margin: 0 0 25px 0;
}

/* Price */
.wh-price-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 35px;
}
.wh-price-label {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}
.wh-price-amount .price {
    font-size: 26px !important;
    font-weight: 400 !important;
    color: #ff0000 !important;
    margin: 0 !important;
    display: flex;
    align-items: center;
    gap: 12px;
}
.wh-price-amount .price del {
    font-size: 18px;
    color: #777;
    text-decoration: line-through;
}
.wh-price-amount .price ins {
    text-decoration: none;
    background: transparent;
}

/* Quantity & Add to Cart */
.wh-quantity-wrapper {
    display: flex !important;
    align-items: center !important;
    gap: 16px !important;
    margin-bottom: 25px !important;
}

.wh-quantity-label {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #332a2a !important;
    line-height: 1 !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
}

/* Hide screen reader and duplicate labels completely */
.wh-quantity-wrapper .screen-reader-text,
.single-product .quantity .screen-reader-text,
.single-product .quantity label,
.quantity .screen-reader-text,
.quantity label {
    display: none !important;
    visibility: hidden !important;
    position: absolute !important;
    left: -9999px !important;
    width: 0 !important;
    height: 0 !important;
    opacity: 0 !important;
}

/* The segmented quantity control matching user mockup */
.single-product .quantity,
.quantity {
    display: inline-flex !important;
    align-items: stretch !important;
    border: 1px solid #e2dedb !important;
    border-radius: 4px !important;
    background: #ffffff !important;
    overflow: hidden !important;
    padding: 0 !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    height: 44px !important;
    float: none !important;
}

.single-product .quantity .wh-qty-btn,
.quantity .wh-qty-btn {
    background: #ffffff !important;
    border: none !important;
    width: 44px !important;
    min-width: 44px !important;
    height: 100% !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    cursor: pointer !important;
    color: #555555 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    outline: none !important;
    padding: 0 !important;
    margin: 0 !important;
    transition: background-color 0.15s ease, color 0.15s ease !important;
    user-select: none !important;
    -webkit-user-select: none !important;
    box-shadow: none !important;
}

.single-product .quantity .wh-qty-btn.minus,
.quantity .wh-qty-btn.minus {
    border-right: 1px solid #e2dedb !important;
}

.single-product .quantity .wh-qty-btn.plus,
.quantity .wh-qty-btn.plus {
    border-left: 1px solid #e2dedb !important;
}

.single-product .quantity .wh-qty-btn:hover,
.quantity .wh-qty-btn:hover {
    background-color: #f7f6f5 !important;
    color: #222222 !important;
}

.single-product .quantity input.qty,
.quantity input.qty {
    width: 52px !important;
    min-width: 52px !important;
    height: 100% !important;
    background: #ffffff !important;
    border: none !important;
    border-radius: 0 !important;
    text-align: center !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #222222 !important;
    padding: 0 !important;
    margin: 0 !important;
    -moz-appearance: textfield !important;
    outline: none !important;
    box-shadow: none !important;
}

.single-product .quantity input.qty::-webkit-outer-spin-button,
.single-product .quantity input.qty::-webkit-inner-spin-button,
.quantity input.qty::-webkit-outer-spin-button,
.quantity input.qty::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}

.wh-cart-buttons {
    display: flex;
    gap: 15px;
    margin-bottom: 10px;
}
.wh-cart-buttons button {
    flex: 1;
    height: 54px;
    border: none;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: opacity 0.2s;
}
.wh-cart-buttons button:hover {
    opacity: 0.9;
}
.wh-cart-buttons .single_add_to_cart_button {
    background-color: #F06E38 !important;
    color: #fff !important;
    margin: 0 !important;
}
.wh-cart-buttons .wh-buy-now-btn {
    background-color: #3a2a2f !important;
    color: #fff !important;
    margin: 0 !important;
}

/* Tabs / Description (Left, Row 2 - directly under image gallery) */
.single-product div.product .woocommerce-tabs,
.woocommerce-tabs {
    grid-column: 1 !important;
    grid-row: 2 !important;
    width: 100% !important;
    max-width: 100% !important;
    background: #fff;
    padding: 40px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
    margin-top: 0 !important;
    box-sizing: border-box !important;
}
.woocommerce-tabs ul.tabs {
    display: none !important; /* Hide standard tabs header, making it just look like a description block */
}
.woocommerce-tabs h2 {
    font-size: 22px;
    font-weight: 600;
    color: #333;
    margin-bottom: 25px;
}
.woocommerce-tabs .panel {
    padding: 0 !important;
    border: none !important;
}
.woocommerce-tabs p {
    font-size: 16px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 18px;
}

/* Related products or upsells span across full width below description & summary */
.single-product div.product .related.products,
.single-product div.product .upsells.products,
.single-product div.product > section.products {
    grid-column: 1 / -1 !important;
    width: 100% !important;
    margin-top: 40px !important;
}

@media (max-width: 991px) {
    .single-product div.product {
        display: flex !important;
        flex-direction: column !important;
        gap: 25px !important;
    }
    .single-product div.product .woocommerce-product-gallery,
    .single-product div.product .summary.entry-summary,
    .single-product div.product .woocommerce-tabs {
        width: 100% !important;
        max-width: 100% !important;
        flex: none !important;
        float: none !important;
        position: static !important;
        margin: 0 !important;
    }
    .single-product div.product .woocommerce-tabs {
        margin-top: 10px !important;
    }
}

/* -------------------------------------
 * Cart & Checkout Page Styling
 * ------------------------------------- */
body.woocommerce-cart,
body.woocommerce-checkout {
    background-color: #f8f4f2 !important;
}

/* -------------------------------------
 * Contact Page Styling
 * ------------------------------------- */

body.page-template-template-contact,
body.page-template-template-contact #page,
body.page-template-template-contact #content,
body.page-template-template-contact .site-content {
    background-color: #f8f4f2 !important; /* identical to footer background-color */
}

.wh-contact-page-area {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
}

.wh-contact-header {
    text-align: center;
    margin-bottom: 70px;
}

.wh-contact-header h1 {
    font-size: 42px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.wh-contact-header p {
    font-size: 17px;
    color: #333;
    line-height: 1.6;
}

.wh-contact-content {
    display: flex;
    gap: 80px;
    justify-content: space-between;
}

.wh-contact-left {
    flex: 1.2;
}

.wh-contact-right {
    flex: 0.8;
}

.wh-contact-content h2 {
    font-size: 26px;
    font-weight: 600;
    color: #333;
    margin-bottom: 30px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

/* Form Styles */
.wh-contact-form {
    display: flex;
    flex-direction: column;
}

.wh-form-row {
    margin-bottom: 25px;
}

.wh-form-row-2 {
    display: flex;
    gap: 25px;
}

.wh-form-row-2 input {
    flex: 1;
}

.wh-contact-form input,
.wh-contact-form textarea,
.wh-contact-form input[type="text"],
.wh-contact-form input[type="email"],
.wh-contact-form input[type="tel"] {
    width: 100%;
    padding: 16px 20px;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    font-size: 16px;
    color: #333;
    background-color: #ffffff !important;
    outline: none;
    transition: border-color 0.2s;
    font-family: inherit;
    box-sizing: border-box;
}

.wh-contact-form input:focus,
.wh-contact-form textarea:focus {
    border-color: #F06E38;
}

.wh-contact-form textarea {
    resize: vertical;
    min-height: 250px;
}

.wh-contact-submit {
    background-color: #F06E38 !important;
    color: #fff !important;
    padding: 16px 40px;
    border: none;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: opacity 0.2s;
    display: inline-block;
    width: max-content;
}

.wh-contact-submit:hover {
    opacity: 0.9;
}

/* Right Column */
.wh-contact-info-card {
    background: #ffffff;
    border: 1px solid #eae6e4;
    border-radius: 4px;
    padding: 30px 26px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
}

.wh-contact-info-item {
    margin-bottom: 22px;
}

.wh-contact-info-item:last-child {
    margin-bottom: 0;
}

.wh-contact-info-label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: #F06E38;
    margin-bottom: 6px;
}

.wh-contact-info-value {
    font-size: 15.5px;
    line-height: 1.6;
    color: #333333;
    margin: 0;
}

/* Responsive */
@media (max-width: 991px) {
    .wh-contact-content {
        flex-direction: column;
        gap: 50px;
    }
}

@media (max-width: 600px) {
    .wh-form-row-2 {
        flex-direction: column;
        gap: 25px;
    }
}

/* -------------------------------------
 * Features Section (Before Footer)
 * ------------------------------------- */

.wh-features-section {
    background-color: #f8f4f2; /* Matches the mockup background */
    padding: 60px 40px;
    border-top: 1px solid #eaeaea;
    width: 100%;
    box-sizing: border-box;
    clear: both;
}

.wh-features-container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 40px;
    box-sizing: border-box;
}

.wh-feature {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    flex: 1 1 0;
    min-width: 0;
}

.wh-feature-icon {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
}

.wh-feature-icon svg {
    width: 100%;
    height: 100%;
    display: block;
}

.wh-feature-text h4 {
    font-size: 17px;
    font-weight: 600;
    color: #333;
    margin: 0 0 10px 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.wh-feature-text p {
    font-size: 15px;
    color: #555;
    line-height: 1.5;
    margin: 0;
}

@media (max-width: 1024px) {
    .wh-features-section {
        padding: 50px 20px;
    }
    .wh-features-container {
        flex-wrap: wrap;
        gap: 30px;
    }
    .wh-feature {
        flex: 1 1 calc(50% - 30px);
    }
}

@media (max-width: 600px) {
    .wh-features-section {
        padding: 40px 20px;
    }
    .wh-feature {
        flex: 1 1 100%;
    }
}

/* ==========================================================================
   ABOUT PAGE STYLING (template-about.php)
   ========================================================================== */
body.page-template-template-about,
body.wh-about-page {
    background-color: #f7f6f2 !important;
}

body.page-template-template-about #content,
body.wh-about-page #content {
    padding: 0 !important;
    margin: 0 !important;
}

.wh-about-page-area {
    width: 100%;
    background-color: #f7f6f2;
    padding: 50px 0 80px 0;
    box-sizing: border-box;
}

.wh-about-container {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 24px;
    box-sizing: border-box;
}

/* Header Section */
.wh-about-header {
    text-align: center;
    margin-bottom: 44px;
}

.wh-about-subtitle {
    display: inline-block;
    font-family: 'Inter', sans-serif;
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #F06E38;
    background-color: #ffffff;
    border: 1px solid rgba(240, 110, 56, 0.2);
    padding: 5px 14px;
    border-radius: 20px;
    margin-bottom: 14px;
}

.wh-about-title {
    font-family: 'Outfit', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    font-size: 36px !important;
    font-weight: 700 !important;
    color: #2c2a29 !important;
    line-height: 1.25 !important;
    margin: 0 0 14px 0 !important;
}

.wh-about-tagline {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    color: #666666;
    max-width: 720px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Main Hero / Mission Box */
.wh-about-hero-box {
    background: #ffffff;
    border: 1px solid #eae6e4;
    border-radius: 12px;
    padding: 44px 48px;
    margin-bottom: 50px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
    box-sizing: border-box;
}

.wh-about-mission-badge {
    display: inline-block;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: #8a482b;
    background-color: #fcf4ee;
    padding: 5px 12px;
    border-radius: 4px;
    margin-bottom: 16px;
    border: 1px solid #f6ded2;
}

.wh-about-mission-heading {
    font-family: 'Outfit', sans-serif !important;
    font-size: 26px !important;
    font-weight: 700 !important;
    color: #2c2a29 !important;
    margin: 0 0 22px 0 !important;
    line-height: 1.3 !important;
}

.wh-about-story-text {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    color: #4b4846;
    line-height: 1.75;
}

.wh-about-story-text p {
    margin: 0 0 12px 0;
}

.wh-about-story-text strong {
    color: #2c2a29;
}

/* Activities / Products Section */
.wh-about-products-section {
    margin-bottom: 50px;
}

.wh-about-section-header {
    text-align: center;
    margin-bottom: 34px;
}

.wh-about-section-badge {
    display: inline-block;
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #F06E38;
    background: #fdf2ec;
    padding: 5px 16px;
    border-radius: 20px;
    margin-bottom: 12px;
    border: 1px solid rgba(240, 110, 56, 0.15);
}

.wh-about-section-title {
    font-family: 'Outfit', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #2c2a29 !important;
    margin: 6px 0 10px 0 !important;
}

.wh-about-section-desc {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    color: #666666;
    max-width: 680px;
    margin: 0 auto;
    line-height: 1.6;
}

.wh-about-products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.wh-about-product-card {
    background: #ffffff;
    border: 1px solid #eae6e4;
    border-radius: 10px;
    padding: 26px 22px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
}

.wh-about-product-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
    border-color: #F06E38;
}

.wh-about-product-card-top {
    flex-grow: 1;
}

.wh-about-product-tag {
    display: inline-block;
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    color: #F06E38;
    background-color: #faf5f2;
    padding: 3px 10px;
    border-radius: 4px;
    margin-bottom: 12px;
}

.wh-about-product-title {
    font-family: 'Outfit', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    font-size: 17.5px !important;
    font-weight: 700 !important;
    color: #2c2a29 !important;
    margin: 0 0 10px 0 !important;
    line-height: 1.35 !important;
}

.wh-about-product-desc {
    font-family: 'Inter', sans-serif;
    font-size: 13.8px !important;
    line-height: 1.6 !important;
    color: #555555 !important;
    margin: 0 0 16px 0 !important;
}

.wh-about-product-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #2c2a29;
    text-decoration: none !important;
    margin-top: auto;
    padding-top: 14px;
    border-top: 1px solid #f2eeec;
    transition: all 0.2s ease;
}

.wh-about-product-link svg {
    transition: transform 0.2s ease;
    stroke: #F06E38;
}

.wh-about-product-card:hover .wh-about-product-link {
    color: #F06E38;
}

.wh-about-product-card:hover .wh-about-product-link svg {
    transform: translateX(4px);
}

/* Values / Pillars Grid */
.wh-about-values-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-bottom: 50px;
}

.wh-about-value-card {
    background: #ffffff;
    border: 1px solid #eae6e4;
    border-radius: 10px;
    padding: 30px 24px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.wh-about-value-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
    border-color: #d6d0cc;
}

.wh-about-value-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background-color: #fdf2ec;
    border: 1px solid #f9ded2;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px auto;
}

.wh-about-value-card h3 {
    font-family: 'Outfit', sans-serif !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #2c2a29 !important;
    margin: 0 0 10px 0 !important;
}

.wh-about-value-card p {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #666666;
    line-height: 1.6;
    margin: 0;
}

/* WordPress Custom Content on About */
.wh-about-custom-content {
    background: #ffffff;
    border: 1px solid #eae6e4;
    border-radius: 10px;
    padding: 32px;
    margin-bottom: 40px;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    line-height: 1.7;
    color: #444444;
}

/* CTA to Shop */
.wh-about-cta {
    text-align: center;
    padding: 20px 0 10px 0;
}

.wh-about-cta-button {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    background-color: #F06E38 !important;
    color: #ffffff !important;
    padding: 15px 36px !important;
    border-radius: 8px !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    box-shadow: 0 4px 14px rgba(240, 110, 56, 0.28) !important;
    transition: all 0.2s ease !important;
}

.wh-about-cta-button:hover {
    background-color: #d85c27 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(240, 110, 56, 0.38) !important;
    color: #ffffff !important;
}

.wh-about-cta-button svg {
    stroke: #ffffff;
    transition: transform 0.2s ease;
}

.wh-about-cta-button:hover svg {
    transform: translateX(4px);
}

/* Responsive adjustments for About page */
@media (max-width: 992px) {
    .wh-about-products-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }
    .wh-about-values-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
    }
    .wh-about-hero-box {
        padding: 32px 28px;
    }
}

@media (max-width: 768px) {
    .wh-about-page-area {
        padding: 35px 0 60px 0;
    }
    .wh-about-title {
        font-size: 26px !important;
    }
    .wh-about-products-grid {
        grid-template-columns: 1fr;
    }
    .wh-about-values-grid {
        grid-template-columns: 1fr;
    }
    .wh-about-hero-box {
        padding: 24px 20px;
    }
    .wh-about-mission-heading {
        font-size: 21px !important;
    }
}

/* -------------------------------------
 * FAQ Page Styling
 * ------------------------------------- */

body.page-template-template-faq {
    background-color: #f7f6f2 !important;
}

.wh-faq-page-area {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 60px 20px 100px;
}

.wh-faq-header {
    text-align: center;
    margin-bottom: 60px;
}

.wh-faq-header h1 {
    font-size: 32px;
    font-weight: 600;
    color: #333;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.wh-faq-section {
    margin-bottom: 60px;
}

.wh-faq-section h2 {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    text-align: center;
    margin-bottom: 30px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.wh-footer-col.wh-accordion {
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.wh-accordion {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.02);
}

.wh-accordion-item {
    border-bottom: 1px solid #eee;
}

.wh-accordion-item:last-child {
    border-bottom: none;
}

.wh-accordion-header {
    width: 100%;
    padding: 24px 30px;
    background: transparent;
    border: none;
    text-align: left;
    font-size: 16px;
    color: #333;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    outline: none;
    font-family: inherit;
    transition: background-color 0.2s;
}

.wh-accordion-header:hover {
    background-color: #fbfbfb;
}

.wh-accordion-icon {
    font-size: 24px;
    line-height: 1;
    font-weight: 400;
    color: #333;
}

.wh-accordion-content {
    display: none;
    padding: 0 30px 24px;
    font-size: 15px;
    color: #555;
    line-height: 1.6;
}

.wh-accordion-item.active .wh-accordion-content {
    display: block;
}

.wh-accordion-item.active .wh-accordion-header {
    background-color: #fbfbfb;
}

/* Any question Section */
.wh-faq-contact-section {
    text-align: center;
    margin-top: 80px;
}

.wh-faq-contact-section h2 {
    font-size: 28px;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.wh-faq-contact-desc {
    font-size: 16px;
    color: #555;
    margin-bottom: 50px;
    line-height: 1.6;
}

.wh-faq-contact-blocks {
    display: flex;
    gap: 0; /* They seem joined or right next to each other */
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    overflow: hidden;
    background: transparent; /* Assuming container might have background */
}

.wh-faq-contact-block {
    flex: 1;
    padding: 40px 20px;
    text-align: center;
    text-decoration: none;
    color: inherit;
    transition: background-color 0.2s;
}

.wh-faq-contact-block:first-child {
    border-right: 1px solid #e0e0e0;
}

.wh-faq-contact-block:hover {
    background-color: rgba(255, 255, 255, 0.4);
}

.wh-faq-contact-icon {
    margin-bottom: 20px;
    display: inline-flex;
    justify-content: center;
}

.wh-faq-contact-block h3 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.wh-faq-contact-block p {
    font-size: 15px;
    color: #555;
    margin: 0;
}

@media (max-width: 767px) {
    .wh-faq-contact-blocks {
        flex-direction: column;
    }
    .wh-faq-contact-block:first-child {
        border-right: none;
        border-bottom: 1px solid #e0e0e0;
    }
}

/* -------------------------------------
 * Contact Page Newsletter Banner
 * ------------------------------------- */

.wh-contact-newsletter-section {
    background-color: #3a2a2f;
    padding: 75px 20px;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    color: #ffffff;
    clear: both;
}

.wh-contact-newsletter-container {
    max-width: 600px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}

.wh-contact-newsletter-title {
    font-size: 28px;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 16px 0;
    letter-spacing: -0.2px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.wh-contact-newsletter-desc {
    font-size: 16px;
    line-height: 1.5;
    color: #e5e5e5;
    margin: 0 auto 32px;
    max-width: 480px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.wh-contact-newsletter-form {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
}

.wh-contact-newsletter-input {
    flex: 1;
    height: 48px !important;
    background-color: #ffffff !important;
    border: none !important;
    border-radius: 4px !important;
    padding: 0 16px !important;
    font-size: 15px !important;
    color: #333333 !important;
    box-shadow: none !important;
    outline: none;
    box-sizing: border-box;
    min-width: 240px;
}

.wh-contact-newsletter-input::placeholder {
    color: #777777;
}

.wh-contact-newsletter-btn {
    background-color: #F06E38 !important;
    color: #ffffff !important;
    height: 48px !important;
    padding: 0 32px !important;
    border: none !important;
    border-radius: 4px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    cursor: pointer;
    transition: background-color 0.2s ease;
    white-space: nowrap;
    box-sizing: border-box;
    outline: none;
}

.wh-contact-newsletter-btn:hover {
    background-color: #d95c2b !important;
}

@media (max-width: 600px) {
    .wh-contact-newsletter-section {
        padding: 50px 20px;
    }
    .wh-contact-newsletter-title {
        font-size: 24px;
    }
    .wh-contact-newsletter-desc {
        font-size: 15px;
        margin-bottom: 25px;
    }
    .wh-contact-newsletter-form {
        flex-direction: column;
        gap: 12px;
        width: 100%;
    }
    .wh-contact-newsletter-input {
        width: 100% !important;
        min-width: 100% !important;
    }
    .wh-contact-newsletter-btn {
        width: 100% !important;
    }
}

/* -------------------------------------
 * Hide Storefront Handheld Footer Bar
 * ------------------------------------- */
.storefront-handheld-footer-bar,
.storefront-handheld-footer-bar ul {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    pointer-events: none !important;
}

body {
    padding-bottom: 0 !important;
}

/* -------------------------------------
 * Sub-Navigation Bar Below Header
 * ------------------------------------- */
.wh-sub-nav-bar {
    background-color: #ffffff !important;
    border-bottom: 1px solid #eae6e4;
    width: 100%;
    position: relative;
    z-index: 99;
}

.wh-sub-nav-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: border-box;
}

.wh-sub-nav-menu {
    display: flex;
    align-items: center;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    gap: 36px;
}

.wh-sub-nav-item {
    position: relative;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.wh-sub-nav-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 13px 0;
    font-size: 14.5px;
    font-weight: 500;
    color: #2c2a29 !important;
    text-decoration: none !important;
    line-height: 1.4;
    cursor: pointer;
    transition: color 0.2s ease;
}

.wh-sub-nav-link:hover,
.wh-has-dropdown.active > .wh-sub-nav-link,
.wh-has-dropdown:hover > .wh-sub-nav-link {
    color: #F06E38 !important;
}

.wh-dropdown-chevron {
    width: 10px;
    height: 6px;
    stroke: currentColor;
    stroke-width: 1.8;
    transition: transform 0.2s ease;
    display: inline-block;
    vertical-align: middle;
}

.wh-has-dropdown:hover .wh-dropdown-chevron,
.wh-has-dropdown.active .wh-dropdown-chevron {
    transform: rotate(180deg);
}

/* Dropdown Menu */
.wh-sub-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    background-color: #ffffff !important;
    border: 1px solid #ebe7e5;
    border-radius: 4px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    padding: 8px 0 !important;
    margin: 0 !important;
    list-style: none !important;
    opacity: 0;
    visibility: hidden;
    transform: translateY(6px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
    z-index: 1000;
    pointer-events: none;
}

.wh-sub-nav-item:last-child .wh-sub-dropdown-menu {
    left: auto;
    right: 0;
}

.wh-has-dropdown:hover > .wh-sub-dropdown-menu,
.wh-has-dropdown.active > .wh-sub-dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

.wh-sub-dropdown-menu li {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.wh-sub-dropdown-menu li a {
    display: block;
    padding: 9px 20px;
    font-size: 14px;
    font-weight: 400;
    color: #333333 !important;
    text-decoration: none !important;
    transition: background-color 0.15s ease, color 0.15s ease;
    white-space: nowrap;
}

.wh-sub-dropdown-menu li a:hover {
    background-color: #fbf9f8 !important;
    color: #F06E38 !important;
}

/* Mobile & Tablet Responsiveness: Hide the sub-nav bar under header and move it to drawer on mobile */
@media (max-width: 992px) {
    .wh-sub-nav-bar {
        display: none !important;
    }
}

/* -------------------------------------------------------------
 * Suppression du cadre de sélection (Focus / Active Outline)
 * ------------------------------------------------------------- */
.custom-warehouse-header,
.custom-warehouse-header *,
.wh-sub-nav-bar,
.wh-sub-nav-bar *,
.wh-mobile-drawer,
.wh-mobile-drawer *,
.wh-mobile-search-bar,
.wh-mobile-search-bar * {
    -webkit-tap-highlight-color: transparent !important;
}

.custom-warehouse-header *:focus,
.custom-warehouse-header *:focus-visible,
.custom-warehouse-header *:active,
.wh-sub-nav-bar *:focus,
.wh-sub-nav-bar *:focus-visible,
.wh-sub-nav-bar *:active,
.wh-mobile-drawer *:focus,
.wh-mobile-drawer *:focus-visible,
.wh-mobile-drawer *:active,
.wh-mobile-search-bar *:focus,
.wh-mobile-search-bar *:focus-visible,
.wh-mobile-search-bar *:active {
    outline: none !important;
    box-shadow: none !important;
}

/* Ciblage précis pour tous les liens et boutons du header */
.wh-logo a,
.wh-logo a:focus,
.wh-logo a:focus-visible,
.wh-logo a:active,
.wh-search-form,
.wh-search-form:focus,
.wh-search-field:focus,
.wh-search-field:focus-visible,
.wh-search-category:focus,
.wh-search-category:focus-visible,
.wh-search-btn:focus,
.wh-search-btn:focus-visible,
.wh-search-btn:active,
.wh-header-right a:focus,
.wh-header-right a:focus-visible,
.wh-header-right a:active,
.wh-account a:focus,
.wh-account a:focus-visible,
.wh-cart-link:focus,
.wh-cart-link:focus-visible,
.wh-cart-link:active,
.wh-region-btn:focus,
.wh-region-btn:focus-visible,
.wh-sub-nav-link:focus,
.wh-sub-nav-link:focus-visible,
.wh-sub-nav-link:active,
.wh-sub-dropdown-menu a:focus,
.wh-sub-dropdown-menu a:focus-visible,
.wh-sub-dropdown-menu a:active,
.wh-mobile-menu-toggle:focus,
.wh-mobile-menu-toggle:focus-visible,
.wh-mobile-menu-toggle:active,
.wh-mobile-search-toggle:focus,
.wh-mobile-search-toggle:focus-visible,
.wh-mobile-search-toggle:active,
.wh-mobile-accordion-btn:focus,
.wh-mobile-accordion-btn:focus-visible,
.wh-mobile-accordion-btn:active,
.wh-mobile-nav-link:focus,
.wh-mobile-nav-link:focus-visible,
.wh-mobile-nav-link:active,
.wh-mobile-sub-menu a:focus,
.wh-mobile-sub-menu a:focus-visible,
.wh-mobile-sub-menu a:active {
    outline: none !important;
    box-shadow: none !important;
}

/* Suppression globale du contour par défaut au clic souris sur les liens et boutons */
a:focus:not(:focus-visible),
button:focus:not(:focus-visible),
select:focus:not(:focus-visible) {
    outline: none !important;
    box-shadow: none !important;
}

/* ==========================================================================
 * PANIER LATÉRAL HAUTE FIDÉLITÉ (OFF-CANVAS SIDE CART DRAWER)
 * ========================================================================== */

/* Fond semi-transparent avec flou d'arrière-plan */
.wh-side-cart-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(18, 16, 15, 0.55);
    z-index: 999998;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.3s ease;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

body.wh-side-cart-open .wh-side-cart-overlay {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

/* Panneau latéral rétractable */
.wh-side-cart-panel {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 440px;
    background-color: #ffffff;
    z-index: 999999;
    box-shadow: -8px 0 35px rgba(0, 0, 0, 0.18);
    display: flex;
    flex-direction: column;
    transform: translateX(100%);
    visibility: hidden;
    pointer-events: none;
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.35s ease;
}

body.wh-side-cart-open .wh-side-cart-panel {
    transform: translateX(0);
    visibility: visible;
    pointer-events: auto;
}

/* En-tête du panier latéral */
.wh-side-cart-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 24px;
    border-bottom: 1px solid #eee8e5;
    background-color: #fbf9f8;
    flex-shrink: 0;
}

.wh-side-cart-title-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

.wh-side-cart-title-wrapper h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    color: #242220;
    font-family: 'Outfit', sans-serif;
    letter-spacing: -0.02em;
}

.wh-side-cart-count-badge {
    background-color: #F06E38;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 12px;
    line-height: 1.4;
}

.wh-side-cart-close {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 8px;
    margin: -8px;
    color: #777;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    transition: background-color 0.2s, color 0.2s;
}

.wh-side-cart-close:hover {
    background-color: #eae3df;
    color: #111;
}

/* Corps déroulant du panier latéral */
.wh-side-cart-body {
    flex: 1;
    overflow-y: auto;
    padding: 20px 24px;
    display: flex;
    flex-direction: column;
}

.wh-side-cart-body .widget_shopping_cart_content {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

/* Message panier vide */
.wh-side-cart-panel .woocommerce-mini-cart__empty-message {
    text-align: center;
    color: #7a7673;
    font-size: 16px;
    margin: 60px 0 24px;
    line-height: 1.5;
}

.wh-side-cart-panel .wh-empty-cart-btn {
    background-color: #F06E38 !important;
    color: #ffffff !important;
    padding: 13px 28px !important;
    border-radius: 6px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    display: inline-block !important;
    transition: background-color 0.2s, transform 0.1s !important;
}

.wh-side-cart-panel .wh-empty-cart-btn:hover {
    background-color: #d95822 !important;
    transform: translateY(-1px);
}

/* Liste des articles du panier */
.wh-side-cart-panel ul.woocommerce-mini-cart.cart_list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.wh-side-cart-panel ul.woocommerce-mini-cart.cart_list li {
    padding: 18px 0;
    border-bottom: 1px solid #f2efee;
    display: flex;
    align-items: center;
    gap: 14px;
    position: relative;
}

.wh-side-cart-panel ul.woocommerce-mini-cart.cart_list li img {
    width: 68px;
    height: 68px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid #eee9e6;
    flex-shrink: 0;
}

.wh-side-cart-panel ul.woocommerce-mini-cart.cart_list li a:not(.remove) {
    font-size: 15px;
    font-weight: 600;
    color: #2c2a29;
    text-decoration: none;
    line-height: 1.35;
    flex: 1;
    display: block;
    margin-right: 28px;
    transition: color 0.2s;
}

.wh-side-cart-panel ul.woocommerce-mini-cart.cart_list li a:not(.remove):hover {
    color: #F06E38;
}

.wh-side-cart-panel ul.woocommerce-mini-cart.cart_list li .quantity {
    display: block;
    margin-top: 4px;
    font-size: 14px;
    color: #666;
}

.wh-side-cart-panel ul.woocommerce-mini-cart.cart_list li .quantity .amount {
    font-weight: 700;
    color: #242220;
}

/* Bouton de suppression d'un article */
.wh-side-cart-panel ul.woocommerce-mini-cart.cart_list li a.remove {
    position: absolute;
    top: 18px;
    right: 0;
    width: 24px;
    height: 24px;
    line-height: 22px;
    text-align: center;
    border-radius: 50%;
    color: #999 !important;
    background-color: transparent !important;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    transition: background-color 0.2s, color 0.2s;
}

.wh-side-cart-panel ul.woocommerce-mini-cart.cart_list li a.remove:hover {
    color: #e53935 !important;
    background-color: #feebe8 !important;
}

/* Contrôleur interactif de quantité (+ / -) */
.wh-side-cart-qty-control {
    display: inline-flex;
    align-items: center;
    border: 1px solid #e4dfdc;
    border-radius: 6px;
    overflow: hidden;
    margin-top: 8px;
    background: #faf8f7;
}

.wh-side-cart-qty-control .wh-qty-btn {
    background: transparent;
    border: none;
    width: 28px;
    height: 28px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    color: #555;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.15s, color 0.15s;
}

.wh-side-cart-qty-control .wh-qty-btn:hover {
    background-color: #ede7e3;
    color: #111;
}

.wh-side-cart-qty-control .wh-qty-display {
    min-width: 26px;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    color: #2c2a29;
}

.wh-side-cart-qty-control.wh-qty-loading {
    opacity: 0.5;
    pointer-events: none;
}

/* Sous-total et footer du panier */
.wh-side-cart-panel .woocommerce-mini-cart__total {
    margin-top: auto;
    padding-top: 18px;
    border-top: 2px solid #ede8e5;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 700;
    color: #242220;
    margin-bottom: 16px;
}

.wh-side-cart-panel .woocommerce-mini-cart__total strong {
    font-family: 'Outfit', sans-serif;
    font-size: 17px;
}

.wh-side-cart-panel .woocommerce-mini-cart__total .amount {
    font-size: 20px;
    color: #F06E38;
}

/* Actions et boutons du panier latéral */
.wh-side-cart-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.wh-side-cart-actions .wh-btn-checkout {
    background-color: #F06E38 !important;
    color: #ffffff !important;
    padding: 15px 22px !important;
    border-radius: 8px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    text-align: center !important;
    text-decoration: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    box-shadow: 0 4px 14px rgba(240, 110, 56, 0.28) !important;
    transition: background-color 0.2s, transform 0.1s, box-shadow 0.2s !important;
    border: none !important;
}

.wh-side-cart-actions .wh-btn-checkout:hover {
    background-color: #d95822 !important;
    box-shadow: 0 6px 18px rgba(240, 110, 56, 0.35) !important;
    transform: translateY(-1px);
}

.wh-side-cart-actions .wh-btn-continue-shopping {
    background-color: #f3efe9 !important;
    color: #383431 !important;
    border: 1px solid #e5dfd9 !important;
    padding: 12px 20px !important;
    border-radius: 8px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: background-color 0.2s, color 0.2s !important;
    text-align: center !important;
    width: 100% !important;
}

.wh-side-cart-actions .wh-btn-continue-shopping:hover {
    background-color: #eae3db !important;
    color: #111 !important;
}

.wh-side-cart-actions .wh-link-view-full-cart {
    text-align: center;
    font-size: 13px;
    color: #777;
    text-decoration: underline;
    margin-top: 4px;
    transition: color 0.2s;
}

.wh-side-cart-actions .wh-link-view-full-cart:hover {
    color: #F06E38;
}

/* Badges de rassurance en bas du tiroir */
.wh-side-cart-trust {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 14px 20px;
    background-color: #fbf9f8;
    border-top: 1px solid #eee8e5;
    flex-shrink: 0;
}

.wh-trust-badge {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 600;
    color: #4a4744;
}

/* Responsivité Mobile */
@media (max-width: 480px) {
    .wh-side-cart-panel {
        max-width: 100%;
    }
    .wh-side-cart-header {
        padding: 16px 20px;
    }
    .wh-side-cart-body {
        padding: 16px 20px;
    }
}


/* ==========================================================================
 * DESIGN DE LA PAGE PANIER DÉDIÉE (/panier/)
 * ========================================================================== */

body.woocommerce-cart .entry-header {
    text-align: center;
    margin: 30px 0 25px;
}

body.woocommerce-cart .entry-title {
    font-family: 'Outfit', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #2c2a29;
    letter-spacing: -0.01em;
}

/* Panier vide sur la page dédiée */
body.woocommerce-cart .cart-empty.woocommerce-info {
    max-width: 640px;
    margin: 40px auto 20px !important;
    padding: 40px 30px !important;
    background: #ffffff !important;
    border: 1px solid #eae6e4 !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.03) !important;
    text-align: center !important;
    font-size: 17px !important;
    color: #444444 !important;
    line-height: 1.6 !important;
}

body.woocommerce-cart .cart-empty.woocommerce-info::before {
    display: none !important;
}

body.woocommerce-cart p.return-to-shop {
    text-align: center;
    margin-bottom: 60px;
}

body.woocommerce-cart p.return-to-shop a.button {
    background-color: #F06E38 !important;
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    padding: 14px 34px !important;
    border-radius: 6px !important;
    text-decoration: none !important;
    display: inline-block !important;
    box-shadow: 0 4px 14px rgba(240, 110, 56, 0.25) !important;
    transition: all 0.2s ease !important;
    border: none !important;
}

body.woocommerce-cart p.return-to-shop a.button:hover {
    background-color: #d95822 !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(240, 110, 56, 0.35) !important;
}

/* Tableau du panier lorsqu'il contient des produits */
body.woocommerce-cart table.shop_table {
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #eae6e4;
    border-radius: 8px;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.03);
}

body.woocommerce-cart table.shop_table th {
    background-color: #faf8f7;
    color: #2c2a29;
    font-weight: 700;
    padding: 14px 18px;
    border-bottom: 1px solid #eae6e4;
}

body.woocommerce-cart table.shop_table td {
    padding: 18px;
    border-bottom: 1px solid #f2efee;
    vertical-align: middle;
}

body.woocommerce-cart .cart-collaterals .cart_totals {
    background: #ffffff;
    border: 1px solid #eae6e4;
    border-radius: 8px;
    padding: 24px 28px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.03);
}

body.woocommerce-cart .cart-collaterals .cart_totals h2 {
    font-family: 'Outfit', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #2c2a29;
    margin-bottom: 20px;
}

body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    background-color: #F06E38 !important;
    color: #ffffff !important;
    font-size: 16.5px !important;
    font-weight: 600 !important;
    padding: 15px 28px !important;
    border-radius: 6px !important;
    text-align: center !important;
    display: block !important;
    transition: background-color 0.2s ease !important;
}

body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    background-color: #d95822 !important;
}


/* ==========================================================================
 * DESIGN DE LA PAGE MON COMPTE (/mon-compte/)
 * ========================================================================== */

body.woocommerce-account {
    background-color: #f7f6f2 !important;
}

body.woocommerce-account .entry-header {
    text-align: center;
    margin: 40px 0 20px;
}

body.woocommerce-account .entry-title {
    font-family: 'Outfit', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #2c2a29;
}

/* Carte de Connexion & Inscription */
.wh-login-wrapper {
    max-width: 480px;
    margin: 20px auto 60px;
    padding: 0 16px;
}

.wh-login-container {
    background: #ffffff;
    border: 1px solid #eae6e4;
    border-radius: 8px;
    padding: 42px 36px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

.wh-login-title {
    font-family: 'Outfit', sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: #2c2a29;
    text-align: center;
    margin: 0 0 8px;
}

.wh-login-subtitle {
    font-size: 15px;
    color: #666;
    text-align: center;
    margin: 0 0 28px;
}

.wh-custom-login-form .form-row {
    margin-bottom: 18px;
    padding: 0;
}

.wh-custom-login-form input.input-text {
    width: 100% !important;
    height: 48px;
    padding: 10px 16px !important;
    border: 1px solid #dcd7d4 !important;
    border-radius: 6px !important;
    font-size: 15px !important;
    color: #2c2a29 !important;
    background-color: #ffffff !important;
    box-shadow: none !important;
    transition: border-color 0.2s, box-shadow 0.2s !important;
}

.wh-custom-login-form input.input-text:focus {
    border-color: #F06E38 !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(240, 110, 56, 0.15) !important;
}

.wh-login-submit-row {
    margin-top: 24px !important;
    margin-bottom: 20px !important;
}

.wh-custom-login-form button[type="submit"] {
    width: 100% !important;
    height: 48px !important;
    background-color: #F06E38 !important;
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    border: none !important;
    border-radius: 6px !important;
    cursor: pointer !important;
    transition: background-color 0.2s, transform 0.1s !important;
}

.wh-custom-login-form button[type="submit"]:hover {
    background-color: #d95822 !important;
    transform: translateY(-1px);
}

.wh-login-footer {
    margin-top: 22px;
    padding-top: 20px;
    border-top: 1px solid #f2efee;
    text-align: center;
}

.wh-hcaptcha-text {
    font-size: 12px;
    color: #888;
    line-height: 1.5;
    margin-bottom: 14px;
}

.wh-login-links p {
    font-size: 14.5px;
    color: #555;
    margin-bottom: 8px;
}

.wh-login-links a {
    color: #F06E38 !important;
    font-weight: 600;
    text-decoration: none !important;
    transition: color 0.2s;
}

.wh-login-links a:hover {
    color: #d95822 !important;
    text-decoration: underline !important;
}

/* Espace client connecté (Navigation & Contenu) */
body.woocommerce-account .woocommerce-MyAccount-navigation {
    background: #ffffff;
    border: 1px solid #eae6e4;
    border-radius: 8px;
    padding: 16px 0;
    margin-bottom: 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

body.woocommerce-account .woocommerce-MyAccount-navigation li {
    margin: 0;
}

body.woocommerce-account .woocommerce-MyAccount-navigation li a {
    display: block;
    padding: 12px 24px;
    color: #444;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    transition: background-color 0.2s, color 0.2s;
}

body.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a,
body.woocommerce-account .woocommerce-MyAccount-navigation li a:hover {
    background-color: #fcf4ee;
    color: #F06E38;
    font-weight: 600;
}

body.woocommerce-account .woocommerce-MyAccount-content {
    background: #ffffff;
    border: 1px solid #eae6e4;
    border-radius: 8px;
    padding: 32px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}


/* FOOTER LEGAL INFO (SIREN & TVA) */
.wh-footer-contact-item strong {
    color: #1a1a1a;
    font-weight: 600;
}

.wh-footer-contact-item.wh-footer-siren-item,
.wh-footer-contact-item.wh-footer-tva-item {
    font-size: 14px;
    color: #4a4744;
}

.wh-footer-copyright p {
    margin: 0;
    line-height: 1.5;
}

.wh-copyright-text {
    font-weight: 500;
    color: #333333;
}

.wh-footer-legal-bar {
    font-size: 13px;
    color: #555555;
    margin-top: 6px !important;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.wh-footer-legal-tag {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
}

.wh-footer-legal-tag strong {
    color: #222222;
    font-weight: 600;
    margin-right: 4px;
}

.wh-footer-legal-dot {
    color: #bbb;
    user-select: none;
}

@media (max-width: 860px) {
    .wh-footer-legal-bar {
        justify-content: flex-start;
        font-size: 12px;
        gap: 6px;
    }
}


/* PRODUCT SHORT DESCRIPTION (FICHE PRODUIT) */
.wh-product-short-desc {
    margin: 18px 0 22px 0;
    padding: 16px 20px;
    background-color: #faf7f5;
    border: 1px solid #ede6e2;
    border-radius: 8px;
    font-size: 14.5px;
    line-height: 1.6;
    color: #3d3936;
}

.wh-product-short-desc p:last-child {
    margin-bottom: 0;
}

.wh-product-short-desc strong {
    color: #1e1d1c;
    font-weight: 600;
}

/* Listes à puces dans la courte description (caractéristiques techniques) */
.wh-product-short-desc ul,
.wh-product-short-desc ul.check-square {
    list-style: none;
    padding: 0;
    margin: 6px 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.wh-product-short-desc ul li,
.wh-product-short-desc ul.check-square li {
    position: relative;
    padding-left: 24px;
    margin: 0;
    line-height: 1.5;
    font-size: 14px;
    color: #45413e;
}

/* Puce personnalisée couleur cuivre brand */
.wh-product-short-desc ul li::before,
.wh-product-short-desc ul.check-square li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 1px;
    width: 16px;
    height: 16px;
    border-radius: 4px;
    background-color: rgba(240, 110, 56, 0.12);
    color: #F06E38;
    font-size: 11px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

@media (max-width: 768px) {
    .wh-product-short-desc {
        padding: 14px 16px;
        margin: 16px 0 20px 0;
    }
}
