/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/modules/iqitthemeeditor/views/css/iconfont/MaterialIcons-Regular.eot');
    src: local('Material Icons'),
        local('MaterialIcons-Regular'),
        url('/modules/iqitthemeeditor/views/css/iconfont/MaterialIcons-Regular.woff2') format('woff2'),
        url('/modules/iqitthemeeditor/views/css/iconfont/MaterialIcons-Regular.woff') format('woff'),
        url('/modules/iqitthemeeditor/views/css/iconfont/MaterialIcons-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/themes/warehouse_child/assets/css/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0');
    src: local('FontAwesome'),
        local('FontAwesome Regular'),
        url('/themes/warehouse_child/assets/css/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
        url('/themes/warehouse_child/assets/css/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),
        url('/themes/warehouse_child/assets/css/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype');
}

.deco-visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.deco-social-links {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0 0 4px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
}

.deco-social-links li {
    flex: 0 0 auto;
    margin: 0;
}

.deco-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 999px;
    color: #fff !important;
    background: #6c757d;
    text-decoration: none !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.14);
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.deco-social-link:hover,
.deco-social-link:focus-visible {
    color: #fff !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
    filter: saturate(1.05);
}

.deco-social-link:focus-visible {
    outline: 2px solid #1b1b1b;
    outline-offset: 2px;
}

.deco-social-link i,
.deco-social-link svg {
    width: 20px;
    height: 20px;
    font-size: 20px;
    line-height: 1;
}

.deco-social-links .facebook .deco-social-link {
    background: #1877f2;
}

.deco-social-links .tiktok .deco-social-link {
    background: #111111;
}

.deco-social-links .instagram .deco-social-link {
    background: #e1306c;
}

.deco-social-links .google .deco-social-link {
    background: #db4437;
}

.deco-social-links .pinterest .deco-social-link {
    background: #bd081c;
}

.deco-social-links .youtube .deco-social-link {
    background: #ff0000;
}

.deco-social-links .vimeo .deco-social-link {
    background: #1ab7ea;
}

.deco-social-links .linkedin .deco-social-link {
    background: #0a66c2;
}

.qty-wrapper .minus,
.qty-wrapper .plus {
    appearance: none;
    -webkit-appearance: none;
}

/* Remove background image from header on mobile */
#footer-copyrights .copyright-img.deco-footer-legal-host {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    flex-wrap: wrap;
}

#footer-copyrights .deco-footer-legal-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    min-width: 0;
    text-decoration: none !important;
}

#footer-copyrights .deco-footer-legal-link img {
    display: block;
    width: 201px;
    max-width: 100%;
    height: auto;
    border-radius: 6px;
}

#footer-copyrights .copyright-img.deco-footer-legal-host>img.img-fluid {
    flex: 0 0 auto;
}

@media (max-width: 767px) {
    .deco-social-links {
        gap: 8px;
    }

    #footer-copyrights .copyright-img.deco-footer-legal-host {
        justify-content: center;
        gap: clamp(6px, 2vw, 10px);
        flex-wrap: nowrap;
    }

    #footer-copyrights .copyright-img.deco-footer-legal-host>img.img-fluid {
        flex: 0 1 clamp(78px, 24vw, 104px);
        width: clamp(78px, 24vw, 104px);
        max-width: clamp(78px, 24vw, 104px);
        min-width: 0;
    }

    #footer-copyrights .deco-footer-legal-link {
        flex: 0 1 clamp(92px, 29vw, 118px);
    }

    #footer-copyrights .deco-footer-legal-link img {
        width: clamp(92px, 29vw, 118px);
    }
}

@media (max-width: 991px) {

    body.page-index,
    body.page-index #wrapper,
    body.page-index #content,
    body.page-index #main {
        overflow-x: hidden !important;
    }

    body.page-index .elementor-section.elementor-section-stretched {
        position: relative !important;
        width: 100vw !important;
        max-width: none !important;
        left: 50% !important;
        margin-left: -50vw !important;
    }

    .product-miniature .product-add-cart .qty-wrapper {
        display: inline-flex;
        align-items: center;
    }

    .product-miniature .product-add-cart .qty-wrapper .input-qty,
    .product-miniature .product-add-cart .input-qty,
    .product-miniature .input-qty {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .products-grid .product-miniature .input-group-add-cart .bootstrap-touchspin {
        display: flex !important;
    }

    #mobile-header-sticky .col-mobile-btn-cart .cart-products-count-btn,
    #mobile-header .col-mobile-btn-cart .cart-products-count-btn {
        display: none !important;
    }

    #header {
        background-image: none !important;
        background: transparent !important;
    }

    /* Mobile top bar icons size */
    .row-mobile-buttons .m-nav-btn>i.fa,
    .row-mobile-buttons .m-nav-btn i.fa {
        font-size: 2rem !important;
        line-height: 1 !important;
    }

    /* Create a new centered logo positioned absolutely outside the container flow */
    .mobile-buttons-bar {
        position: relative;
    }

    /* Clickable centered logo */
    .mobile-centered-logo {
        position: absolute !important;
        bottom: -19px !important;
        left: 49.6% !important;
        transform: translateX(-50%) !important;
        width: 50px !important;
        height: 35px !important;
        z-index: 1005 !important;
        display: block !important;
        text-decoration: none !important;
    }

    .mobile-centered-logo img {
        width: 100% !important;
        height: 100% !important;
        object-fit: contain !important;
        opacity: 0.8 !important;
        filter: sepia(100%) saturate(200%) hue-rotate(20deg) brightness(0.7) !important;
    }

    /* Increase letter spacing for the "Ultimele noutăți" text to make room for the logo */
    #dockTop .sticky-dock__btn:first-child {
        word-spacing: 80px;
    }

    /* Layout for 4 icons (shop 1, 2): Menu, Search | Account, Cart */
    body .row-mobile-buttons:not(:has(.col-mobile-btn:nth-child(5))) .col-mobile-btn:nth-child(2) {
        margin-right: 7%;
    }

    body .row-mobile-buttons:not(:has(.col-mobile-btn:nth-child(5))) .col-mobile-btn:nth-child(3) {
        margin-left: 7%;
    }

    /* Layout for 5 icons (shop 3): Menu, Search | Account, Language, Cart */
    body .row-mobile-buttons:has(.col-mobile-btn:nth-child(5)) .col-mobile-btn:nth-child(1) {
        margin-left: 5%;
    }

    body .row-mobile-buttons:has(.col-mobile-btn:nth-child(5)) .col-mobile-btn:nth-child(2) {
        margin-left: 5%;
    }

    body .row-mobile-buttons:has(.col-mobile-btn:nth-child(5)) .col-mobile-btn:nth-child(3) {
        margin-left: 20%;
        margin-right: 2%;
    }

    body .row-mobile-buttons:has(.col-mobile-btn:nth-child(5)) .col-mobile-btn:nth-child(4) {
        margin-left: 2px;
        margin-right: 2px;
    }

    body .row-mobile-buttons:has(.col-mobile-btn:nth-child(5)) .col-mobile-btn:nth-child(5) {
        margin-left: 2px;
    }

    /* Checkout page adjustments */
    #module-supercheckout-supercheckout .col-mobile-btn:nth-child(2) {
        margin-right: 20%;
    }

    #module-supercheckout-supercheckout .col-mobile-btn:nth-child(3) {
        margin-right: 13%;
    }

    /* Account button styles */
    body .col-mobile-btn-account .m-nav-btn span {
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        max-width: 70px !important;
        line-height: 1.1 !important;
    }

    /* Mobile header logo container styles (moved from inline) */
    .col-mobile-btn-logo {
        flex: 0 0 auto !important;
        max-width: 60px !important;
        position: relative !important;
    }

    /* Mobile logo link styles (moved from inline) */
    .mobile-small-logo {
        padding: 5px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        height: 100% !important;
    }

    /* Mobile logo image styles (moved from inline) */
    .mobile-small-logo-img {
        max-height: 32px !important;
        width: auto !important;
        max-width: 45px !important;
        opacity: 0.8 !important;
        filter: sepia(100%) saturate(200%) hue-rotate(20deg) brightness(0.7) !important;
    }

    /* Mobile logo separator line (moved from inline) */
    .col-mobile-btn-logo .mobile-logo-separator {
        position: absolute !important;
        right: 0 !important;
        top: 15% !important;
        height: 70% !important;
        width: 1px !important;
        background-color: rgba(139, 69, 19, 0.3) !important;
    }

    /* Astrodivider separator styles */
    .astrodivider {
        margin: 0 auto !important;
        width: 400px !important;
        max-width: 100% !important;
        position: absolute !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        z-index: 1002 !important;
        pointer-events: none !important;
    }

    .astrodividermask {
        overflow: hidden !important;
        height: 20px !important;
    }

    .astrodividermask:after {
        content: "" !important;
        display: block !important;
        margin: -25px auto 0 !important;
        width: 100% !important;
        height: 25px !important;
        border-radius: 125px / 12px !important;
        box-shadow: 0 0 8px orange !important;
    }

    .astrodivider span {
        width: 50px !important;
        height: 50px !important;
        position: absolute !important;
        bottom: 100% !important;
        margin-bottom: -25px !important;
        left: 50% !important;
        margin-left: -25px !important;
        border-radius: 100% !important;
        box-shadow: 0 2px 4px orange !important;
        background: #fff !important;
    }

    .astrodivider i {
        position: absolute !important;
        top: 4px !important;
        bottom: 4px !important;
        left: 4px !important;
        right: 4px !important;
        border-radius: 100% !important;
        border: 40px dashed orange !important;
        text-align: center !important;
        line-height: 40px !important;
        font-style: normal !important;
        color: orange !important;
    }

    /* Neon Purple variant */
    .neonpurple .astrodividermask:after {
        box-shadow: 0 0 8px orange !important;
    }

    .astrodivider.neonpurple span {
        box-shadow: 0 2px 4px orange !important;
    }

    .astrodivider.neonpurple i {
        border: 1px dashed orange !important;
        color: #9d00ff !important;
    }

    /* Modern breadcrumb styles */
    .modern-breadcrumb {
        margin-top: 2% !important;
        /* Extra space to avoid touching the center logo */
        margin-bottom: 20px !important;
        padding: 8px 0 !important;
        background: transparent !important;
        border: none !important;
    }

    /* Hide any default breadcrumb separators (slashes) */
    .breadcrumb li::before,
    .breadcrumb li::after,
    .breadcrumb-list li::before,
    .breadcrumb-list li::after {
        content: none !important;
        display: none !important;
    }

    /* Hide slashes that might be added by default styling */
    .breadcrumb li:not(:last-child)::after,
    .breadcrumb-list li:not(:last-child)::after {
        content: none !important;
        display: none !important;
    }

    /* Override any breadcrumb separators from parent theme */
    .breadcrumb ol li:not(:last-child)::after,
    .breadcrumb-list li:not(:last-child)::after,
    nav[data-depth] ol li:not(:last-child)::after {
        content: none !important;
        display: none !important;
    }

    /* Hide any span or text containing slashes */
    .breadcrumb span:not(.breadcrumb-separator):empty,
    .breadcrumb-list span:not(.breadcrumb-separator):empty {
        display: none !important;
    }

    .breadcrumb-list {
        display: flex !important;
        flex-wrap: wrap !important;
        align-items: center !important;
        list-style: none !important;
        margin: 0 !important;
        padding: 0 !important;
        font-size: 0.8rem !important;
        line-height: 1.3 !important;
        font-weight: 300 !important;
    }

    .breadcrumb-item {
        display: flex !important;
        align-items: center !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .breadcrumb-link {
        color: #888 !important;
        text-decoration: none !important;
        font-weight: 300 !important;
        transition: all 0.3s ease !important;
        padding: 6px 10px !important;
        border-radius: 3px !important;
        position: relative !important;
        background: linear-gradient(135deg, rgba(255, 132, 0, 0.03) 0%, rgba(255, 132, 0, 0.01) 100%) !important;
        border-left: 2px solid rgba(255, 132, 0, 0.2) !important;
        margin-right: 2px !important;
    }

    .breadcrumb-link:hover {
        color: #ff8400 !important;
        background: linear-gradient(135deg, rgba(255, 132, 0, 0.08) 0%, rgba(255, 132, 0, 0.04) 100%) !important;
        text-decoration: none !important;
        transform: translateY(-1px) !important;
        border-left: 2px solid rgba(255, 132, 0, 0.5) !important;
        box-shadow: 0 2px 8px rgba(255, 132, 0, 0.1) !important;
    }

    .breadcrumb-separator {
        color: #ddd !important;
        margin: 0 8px !important;
        font-weight: 200 !important;
        font-size: 0.75rem !important;
        opacity: 0.7 !important;
    }

    .breadcrumb-current {
        color: #444 !important;
        font-weight: 400 !important;
    }

    .breadcrumb-current span {
        padding: 6px 10px !important;
        background: linear-gradient(135deg, rgba(255, 132, 0, 0.12) 0%, rgba(255, 132, 0, 0.06) 100%) !important;
        border-radius: 3px !important;
        border-left: 3px solid rgba(255, 132, 0, 0.6) !important;
        font-weight: 500 !important;
        color: #333 !important;
        position: relative !important;
    }

    .breadcrumb-current span::after {
        content: '' !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        background: linear-gradient(90deg, rgba(255, 132, 0, 0.05) 0%, transparent 100%) !important;
        border-radius: 3px !important;
        pointer-events: none !important;
    }

    /* Ultra clean mobile optimization */
    @media (max-width: 768px) {
        .breadcrumb-list {
            font-size: 1.1rem !important;
        }

        .breadcrumb-separator {
            margin: 0 1px !important;
        }

        .breadcrumb-link {
            padding: 5px 3px 5px 4px !important
        }

        .breadcrumb-current span {
            padding: 4px 8px !important;
        }

        /* Max text width for mobile breadcrumbs */
        .breadcrumb-link span:first-child,
        .breadcrumb-current span {
            max-width: 200px !important;
            overflow: hidden !important;
            text-overflow: ellipsis !important;
            white-space: nowrap !important;
        }

        .modern-breadcrumb .col {
            padding: 0 !important;
        }
    }

    .my-account-page-content-wrapper {
        padding: 16px 10px !important;
    }

    .my-account-page-content-wrapper .row {
        display: block;
        margin: 0;
    }

    .my-account-page-content-wrapper .my-account-side-links,
    .my-account-page-content-wrapper .my-account-page-content {
        width: 100% !important;
        max-width: 100% !important;
        flex: none !important;
        margin: 0 !important;
    }

    .my-account-page-content-wrapper .my-account-side-links {
        display: flex;
        flex-wrap: wrap;
        gap: 4px;
        border: 0 !important;
        padding: 0 0 8px !important;
        margin-bottom: 8px !important;
    }

    .my-account-page-content-wrapper .my-account-side-links>a {
        display: flex !important;
        align-items: center;
        justify-content: flex-start;
        flex: 1 1 calc(50% - 10px) !important;
        max-width: calc(50% - 10px) !important;
        min-height: 44px;
        padding: 11px 12px !important;
        border: 1px solid rgba(181, 139, 47, 0.14) !important;
        border-left: 3px solid rgba(255, 132, 0, 0.45) !important;
        border-radius: 4px;
        background: #fffdf9;
        text-decoration: none !important;
        box-shadow: none !important;
        font-size: 15px !important;
        margin-bottom: 0 !important;
    }

    .my-account-page-content-wrapper .my-account-side-links>a .link-item {
        display: flex;
        align-items: center;
        gap: 8px;
        line-height: 1.25;
        white-space: normal;
        font-size: 15px;
        color: #454b59;
    }

    .my-account-page-content-wrapper .my-account-side-links>a .fa {
        min-width: 14px;
        color: #c9892d;
    }

    .my-account-page-content-wrapper .my-account-page-content {
        padding-top: 0 !important;
    }

    .page-my-account .my-account-page-content p {
        margin-bottom: 0;
        color: #5d6575;
        line-height: 1.45;
    }

    .page-addresses .my-account-page-content article.address {
        padding: 18px 16px;
        border: 1px solid rgba(181, 139, 47, 0.16);
        border-radius: 12px;
        background: #fff;
        box-shadow: 0 8px 20px rgba(32, 44, 74, 0.05);
        margin-bottom: 16px;
    }

    .page-addresses .my-account-page-content .address-body address {
        margin-bottom: 0;
        line-height: 1.55;
    }

    .page-addresses .my-account-page-content .address-footer {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        margin-top: 14px;
        padding-top: 12px;
        border-top: 1px solid rgba(181, 139, 47, 0.12);
    }

    .page-addresses .my-account-page-content .address-footer a,
    .page-addresses .my-account-page-content .addresses-footer a {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        text-decoration: none !important;
    }

    .page-addresses .my-account-page-content .addresses-footer {
        margin-top: 4px;
    }

    .page-history .my-account-page-content {
        padding-top: 0 !important;
    }

    .page-history .orders {
        margin-top: 12px;
    }

    .page-history .orders .order {
        margin-bottom: 10px;
    }

    .page-history .orders .order .row,
    .page-history .orders .order .col-12 {
        margin: 0;
    }

    .page-history .orders .order .col-12 {
        padding: 0;
    }

    .page-history .history-order-inline-row {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 28px auto;
        align-items: center;
        gap: 10px;
        padding: 11px 12px;
        border: 1px solid rgba(181, 139, 47, 0.14);
        border-left: 3px solid rgba(255, 132, 0, 0.45);
        border-radius: 4px;
        background: #fffdf9;
        box-shadow: none;
    }

    .page-history .history-order-inline-link {
        display: flex !important;
        flex-wrap: wrap;
        align-items: center;
        gap: 8px;
        text-decoration: none !important;
        grid-column: 1;
        min-width: 0;
    }

    .page-history .history-order-chip {
        display: inline-flex;
        align-items: center;
        min-height: 26px;
        padding: 2px 0;
        border-radius: 0;
        background: transparent;
        color: #505766;
        font-size: 12px;
        line-height: 1.2;
        white-space: nowrap;
    }

    .page-history .history-order-inline-id {
        font-weight: 700;
        color: #454b59;
    }

    .page-history .history-order-inline-total {
        margin-right: auto;
    }

    .page-history .history-order-inline-invoice {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        grid-column: 2;
        justify-self: center;
        width: 28px;
        height: 28px;
        border: 0 !important;
        border-radius: 0;
        background: transparent !important;
        color: #e0202a;
        text-decoration: none !important;
        box-shadow: none;
    }

    .page-history .history-order-inline-invoice .fa {
        font-size: 21px;
        line-height: 1;
    }

    .page-history .history-order-inline-invoice--empty {
        visibility: hidden;
        pointer-events: none;
    }

    .page-history .history-order-inline-status {
        display: inline-flex !important;
        align-items: center;
        grid-column: 3;
        justify-self: end;
        min-height: 26px;
        padding: 4px 10px !important;
        border-radius: 4px !important;
        font-size: 11px !important;
        font-weight: 600 !important;
        line-height: 1.2 !important;
        box-shadow: none !important;
        white-space: nowrap !important;
    }

    .page-history .history-order-inline-row .deco-order-badges {
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
        grid-column: 1 / -1;
        margin: 2px 0 0;
        padding-left: 0;
        align-items: center;
    }

    .page-history .history-order-inline-row .deco-order-badge {
        display: inline-flex;
        align-items: center;
        min-height: 24px;
        padding: 4px 10px 4px 8px;
        border-left: 3px solid #ff8400;
        border-radius: 0 4px 4px 0;
        background: rgba(255, 132, 0, 0.08);
        color: #505766;
        font-size: 11px;
        line-height: 1.2;
        white-space: nowrap;
    }

    .page-history .history-order-inline-row .deco-order-badge-content {
        display: inline-flex;
        align-items: center;
        gap: 4px;
    }

    .page-history .history-order-inline-row .deco-order-badge i {
        font-size: 14px;
        line-height: 1;
        margin-right: 0;
        opacity: 0.9;
    }

    .page-history .history-order-inline-row .deco-order-badge--saturday {
        border-left-color: #3f6fb5;
        background: rgba(63, 111, 181, 0.08);
    }

    .page-history .history-order-inline-row .deco-order-badge--saturday i {
        color: #3f6fb5;
    }

    .page-history .history-order-inline-row .deco-order-badge--priority {
        border-left-color: #d05b2d;
        background: rgba(208, 91, 45, 0.08);
    }

    .page-history .history-order-inline-row .deco-order-badge--priority i {
        color: #d05b2d;
    }

    .page-order-detail .my-account-page-content {
        padding-top: 0 !important;
    }

    .page-order-detail .my-account-page-content-wrapper {
        padding: 14px 8px !important;
    }

    .page-order-detail .my-account-page-content-wrapper .row,
    .page-order-detail .addresses .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .page-order-detail .my-account-page-content-wrapper [class*="col-"] {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .page-order-detail .addresses .col {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .page-order-detail #order-infos .box,
    .page-order-detail #order-history,
    .page-order-detail #order-infos2.box,
    .page-order-detail .addresses article.box,
    .page-order-detail .order-items.box,
    .page-order-detail .order-totals.box,
    .page-order-detail .order-message-form.box {
        padding: 16px 14px;
        border: 1px solid rgba(181, 139, 47, 0.16);
        border-radius: 12px;
        background: #fff;
        box-shadow: 0 8px 20px rgba(32, 44, 74, 0.05);
        margin-bottom: 14px;
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        box-sizing: border-box;
    }

    .page-order-detail .deco-order-addresses {
        display: flex;
        flex-wrap: wrap;
        gap: 14px;
    }

    .page-order-detail .deco-order-addresses article.box {
        flex: 1 1 100%;
        margin-bottom: 0;
    }

    .page-order-detail #order-infos .row {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .page-order-detail #order-infos strong {
        display: block;
        font-size: 15px !important;
        line-height: 1.25 !important;
        color: #474b57 !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .page-order-detail #order-infos .btn.btn-primary {
        width: 100%;
        min-height: 46px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        border-radius: 10px !important;
        border: 0 !important;
        background: linear-gradient(135deg, #ff8a00 0%, #ff5a00 100%) !important;
        box-shadow: 0 10px 24px rgba(255, 106, 0, 0.24) !important;
        color: #fff !important;
        font-weight: 700 !important;
        font-size: 16px !important;
        line-height: 1 !important;
        letter-spacing: 0.02em !important;
        text-align: center !important;
    }

    .page-order-detail #order-infos .btn.btn-primary:hover,
    .page-order-detail #order-infos .btn.btn-primary:focus {
        background: linear-gradient(135deg, #ff7600 0%, #f24f00 100%) !important;
        box-shadow: 0 12px 26px rgba(255, 106, 0, 0.28);
        color: #fff !important;
    }

    .page-order-detail #order-history .history-line {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 12px;
        padding: 10px 12px !important;
        border: 1px solid color-mix(in srgb, var(--deco-status-color, #ff8400) 18%, #ffffff 82%) !important;
        border-left: 3px solid var(--deco-status-color, #ff8400) !important;
        border-radius: 4px !important;
        background: color-mix(in srgb, var(--deco-status-color, #ff8400) 10%, #ffffff 90%) !important;
        margin-bottom: 10px;
    }

    .page-order-detail #order-history .history-line:last-child {
        margin-bottom: 0;
    }

    .page-order-detail #order-history .history-line .date {
        flex: 1 1 auto;
        margin: 0;
        font-size: 14px;
        color: #5f6675;
        white-space: nowrap;
    }

    .page-order-detail #order-history .history-line .state {
        flex: 0 0 auto;
        margin-left: auto;
    }

    .page-order-detail #order-history .label,
    .page-order-detail .history-line .label {
        display: inline-block !important;
        align-items: center;
        min-height: 0 !important;
        padding: 0 !important;
        border-radius: 0 !important;
        color: color-mix(in srgb, var(--deco-status-color, #4b5563) 35%, #1f2937 65%) !important;
        font-size: 12px !important;
        font-weight: 600 !important;
        white-space: nowrap !important;
        background: transparent !important;
        box-shadow: none !important;
        border: 0 !important;
    }

    .page-order-detail #order-history .label.bright,
    .page-order-detail .history-line .label.bright {
        color: color-mix(in srgb, var(--deco-status-color, #4b5563) 35%, #1f2937 65%) !important;
    }

    .page-order-detail #order-infos2.box {
        padding: 18px 16px !important;
        border: 1px solid rgba(181, 139, 47, 0.16) !important;
        border-radius: 12px !important;
        background: #fff !important;
        box-shadow: 0 8px 20px rgba(32, 44, 74, 0.05) !important;
        margin-bottom: 16px !important;
    }

    .page-order-detail .order-meta-card-title,
    .page-order-detail .order-card-title {
        font-size: 16px;
        font-weight: 700;
        color: #4a4f5c;
        margin-bottom: 14px;
    }

    .page-order-detail .order-meta-card-grid {
        display: grid !important;
        gap: 0 !important;
    }

    .page-order-detail .order-meta-row {
        display: flex !important;
        align-items: flex-start !important;
        justify-content: space-between !important;
        gap: 12px;
        padding: 9px 0 !important;
        border: 0 !important;
        border-bottom: 1px solid rgba(181, 139, 47, 0.12) !important;
        border-radius: 0 !important;
        background: transparent !important;
    }

    .page-order-detail .order-meta-row:last-child {
        border-bottom: 0 !important;
    }

    .page-order-detail .order-meta-row-link {
        justify-content: center;
    }

    .page-order-detail .order-meta-row-link a {
        color: #ff6a00;
        font-weight: 600;
        text-decoration: none !important;
    }

    .page-order-detail .order-meta-label {
        flex: 0 0 35%;
        font-size: clamp(12px, 3.2vw, 13px);
        color: #6b7280;
        white-space: normal;
    }

    .page-order-detail .order-meta-value {
        flex: 1 1 0;
        min-width: 0;
        text-align: right;
        font-size: clamp(12px, 3.4vw, 14px);
        font-weight: 600;
        color: #404553;
        white-space: normal;
        overflow: visible;
        text-overflow: clip;
        overflow-wrap: anywhere;
        word-break: break-word;
        line-height: 1.35;
    }

    .page-order-detail .addresses article.box h4,
    .page-order-detail .box header strong {
        font-size: 16px;
        font-weight: 700;
        color: #4a4f5c;
        margin-bottom: 12px;
    }

    .page-order-detail .addresses article.box address {
        margin-bottom: 0;
        line-height: 1.55;
    }

    .page-order-detail .order-items.box .order-item+.order-item,
    .page-order-detail .order-totals.box .order-total+.order-total {
        border-top: 1px solid rgba(181, 139, 47, 0.12);
        margin-top: 10px;
        padding-top: 10px;
    }

    .page-order-detail .order-items.box .order-item {
        padding: 0;
    }

    .page-order-detail .order-items.box .order-item-media {
        display: flex;
        gap: 12px;
        align-items: flex-start;
    }

    .page-order-detail .order-items.box .order-item-thumb {
        flex: 0 0 74px;
        width: 74px;
        border: 1px solid rgba(181, 139, 47, 0.14);
        border-radius: 4px;
        overflow: hidden;
        background: #fffaf1;
    }

    .page-order-detail .order-items.box .order-item-thumb img {
        display: block;
        width: 100%;
        height: auto;
    }

    .page-order-detail .order-items.box .order-item-content {
        flex: 1 1 auto;
        min-width: 0;
    }

    .page-order-detail .order-items.box .name {
        font-size: 13px !important;
        font-weight: 600 !important;
        color: #4a4f5c !important;
        line-height: 1.25 !important;
        margin-bottom: 4px;
    }

    .page-order-detail .order-items.box .ref {
        font-size: 12px;
        color: #7b8292;
        margin-bottom: 8px;
    }

    .page-order-detail .order-items.box .order-item-meta-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 8px;
        font-size: 13px;
        color: #5d6575;
    }

    .page-order-detail .order-items.box .order-item-meta-row strong {
        font-size: 14px;
        color: #404553;
        margin-left: auto;
    }

    .page-order-detail .order-totals.box {
        background: linear-gradient(180deg, #fffdfa 0%, #fff8ec 100%);
    }

    .page-order-detail .order-totals.box .order-total-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        padding: 8px 0;
        border-top: 1px solid rgba(181, 139, 47, 0.12);
    }

    .page-order-detail .order-totals.box .order-total-row:first-of-type {
        border-top: 0;
        padding-top: 0;
    }

    .page-order-detail .order-totals.box .order-total-row-final {
        margin-top: 4px;
        padding-top: 12px;
    }

    .page-order-detail .order-totals.box .order-total-label {
        flex: 1 1 auto;
        min-width: 0;
        font-size: clamp(12px, 3.2vw, 14px);
        font-weight: 600;
        color: #525866;
        white-space: nowrap;
    }

    .page-order-detail .order-totals.box .order-total-value {
        flex: 0 0 auto;
        text-align: right;
        font-size: clamp(12px, 3.3vw, 14px);
        font-weight: 700;
        color: #3f4654;
        white-space: nowrap;
    }

    .page-order-detail .order-message-form.box header p {
        margin-top: 8px;
        margin-bottom: 0;
        color: #6b7280;
        line-height: 1.45;
    }

    .page-order-detail .order-message-form .form-group {
        margin-bottom: 14px;
    }

    .page-order-detail .order-message-form .form-control,
    .page-order-detail .order-message-form .form-control-select {
        min-height: 44px;
        border-radius: 10px;
        border-color: rgba(181, 139, 47, 0.22);
        box-shadow: none;
    }

    .page-order-detail .order-message-form textarea.form-control {
        min-height: 110px;
        resize: vertical;
    }

    .page-order-detail .order-message-form .form-footer {
        margin-top: 6px;
    }

    .page-order-detail .order-message-form button[type="submit"] {
        width: 100%;
        min-height: 46px;
        border-radius: 10px;
    }
}

.page-identity .my-account-page-content-wrapper .my-account-side-links,
.page-addresses .my-account-page-content-wrapper .my-account-side-links,
.page-address .my-account-page-content-wrapper .my-account-side-links,
.page-history .my-account-page-content-wrapper .my-account-side-links,
.page-order-slip .my-account-page-content-wrapper .my-account-side-links,
.page-discount .my-account-page-content-wrapper .my-account-side-links,
.page-order-follow .my-account-page-content-wrapper .my-account-side-links,
.page-order-detail .my-account-page-content-wrapper .my-account-side-links {
    display: none !important;
}

.page-identity .my-account-page-content-wrapper .my-account-page-content,
.page-addresses .my-account-page-content-wrapper .my-account-page-content,
.page-address .my-account-page-content-wrapper .my-account-page-content,
.page-history .my-account-page-content-wrapper .my-account-page-content,
.page-order-slip .my-account-page-content-wrapper .my-account-page-content,
.page-discount .my-account-page-content-wrapper .my-account-page-content,
.page-order-follow .my-account-page-content-wrapper .my-account-page-content,
.page-order-detail .my-account-page-content-wrapper .my-account-page-content {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
}

@media (max-width: 480px) {
    .my-account-page-content-wrapper .my-account-side-links>a {
        flex-basis: 100% !important;
        max-width: 100% !important;
    }
}

/* Desktop breadcrumb styles - same modern look without width limitations */
@media (min-width: 992px) {

    @media (min-width: 992px) {
        .page-addresses .my-account-page-content {
            display: block;
        }

        .page-addresses .my-account-page-content>.row {
            display: block;
            margin: 0;
        }

        .page-addresses .my-account-page-content>.row>[class*="col-"] {
            width: 100% !important;
            max-width: 100% !important;
            flex: none !important;
            padding: 0 !important;
            margin: 0 0 16px !important;
        }

        .page-addresses .my-account-page-content .col-lg-4,
        .page-addresses .my-account-page-content .col-md-6,
        .page-addresses .my-account-page-content .col-sm-6 {
            width: 100% !important;
            max-width: 100% !important;
            flex: 0 0 100% !important;
            padding: 0 !important;
            margin: 0 0 16px !important;
        }

        .page-addresses .my-account-page-content article.address {
            display: block;
            width: 100%;
            max-width: 100%;
            padding: 18px 16px;
            border: 1px solid rgba(181, 139, 47, 0.16);
            border-radius: 12px;
            background: #fff;
            box-shadow: 0 8px 20px rgba(32, 44, 74, 0.05);
            margin-bottom: 16px;
        }

        .page-addresses .my-account-page-content .addresses-footer {
            width: 100%;
            margin-top: 0;
            padding: 0 !important;
            margin: 0 0 16px !important;
        }

        .page-addresses .my-account-page-content article.address {
            display: block;
            width: 100%;
            max-width: 100%;
            padding: 18px 16px;
            border: 1px solid rgba(181, 139, 47, 0.16);
            border-radius: 12px;
            background: #fff;
            box-shadow: 0 8px 20px rgba(32, 44, 74, 0.05);
            margin-bottom: 16px;
        }

        .page-addresses .my-account-page-content .addresses-footer {
            width: 100%;
            margin-top: 0;
        }

        .page-history .my-account-page-content {
            padding-top: 6px !important;
        }

        .page-history table.table.hidden-sm-down {
            display: none !important;
        }

        .page-history .orders.hidden-md-up {
            display: block !important;
            margin-top: 12px;
        }

        .page-history .orders.hidden-md-up .order {
            width: 100%;
            max-width: 100%;
            margin-bottom: 10px;
        }

        .page-history .history-order-inline-row {
            display: grid;
            grid-template-columns: minmax(0, 1fr) 28px auto;
            align-items: center;
            gap: 10px;
            min-height: 0;
            padding: 11px 12px;
            border: 1px solid rgba(181, 139, 47, 0.14);
            border-left: 3px solid rgba(255, 132, 0, 0.45);
            border-radius: 4px;
            background: #fffdf9;
            box-shadow: none;
        }

        .page-history .history-order-inline-link {
            display: flex !important;
            flex-wrap: wrap;
            align-items: center;
            gap: 8px;
            text-decoration: none !important;
            grid-column: 1;
            min-width: 0;
        }

        .page-history .history-order-chip {
            display: inline-flex;
            align-items: center;
            min-height: 26px;
            padding: 2px 0;
            border-radius: 0;
            background: transparent;
            color: #505766;
            font-size: 12px;
            line-height: 1.2;
            white-space: nowrap;
        }

        .page-history .history-order-inline-id {
            font-weight: 700;
            color: #454b59;
        }

        .page-history .history-order-inline-total {
            margin-right: auto;
        }

        .page-history .history-order-inline-invoice {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            grid-column: 2;
            justify-self: center;
            width: 28px;
            height: 28px;
            border: 0 !important;
            border-radius: 0;
            background: transparent !important;
            color: #e0202a;
            text-decoration: none !important;
            box-shadow: none;
        }

        .page-history .history-order-inline-invoice .fa {
            font-size: 21px;
            line-height: 1;
        }

        .page-history .history-order-inline-invoice--empty {
            visibility: hidden;
            pointer-events: none;
        }

        .page-history .history-order-inline-status {
            display: inline-flex !important;
            align-items: center;
            grid-column: 3;
            justify-self: end;
            min-height: 26px;
            padding: 4px 10px !important;
            border-radius: 4px !important;
            font-size: 11px !important;
            font-weight: 600 !important;
            line-height: 1.2 !important;
            box-shadow: none !important;
            white-space: nowrap !important;
        }

        .page-order-detail .my-account-page-content-wrapper {
            padding: 20px 16px !important;
        }

        .page-order-detail .my-account-page-content {
            display: flex;
            flex-wrap: wrap;
            gap: 14px;
            align-items: stretch;
        }

        .page-order-detail .my-account-page-content>#order-infos,
        .page-order-detail .my-account-page-content>#order-history,
        .page-order-detail .my-account-page-content>#order-infos2,
        .page-order-detail .my-account-page-content>.deco-order-addresses,
        .page-order-detail .my-account-page-content>.order-items.box,
        .page-order-detail .my-account-page-content>.order-totals.box {
            flex: 1 1 420px;
            max-width: none;
            min-width: 0;
        }

        .page-order-detail #order-infos,
        .page-order-detail #order-history,
        .page-order-detail #order-infos2 {
            flex: 1 1 420px;
        }

        .page-order-detail .deco-order-addresses {
            flex: 1 1 100%;
            gap: 14px;
        }

        .page-order-detail .deco-order-addresses article.box {
            flex: 1 1 420px;
            max-width: none;
            margin-bottom: 0;
        }

        .page-order-detail #order-infos .row {
            display: flex !important;
            flex-direction: column !important;
            gap: 12px !important;
        }

        .page-order-detail #order-infos .col,
        .page-order-detail #order-infos .col.text-right {
            width: 100%;
            max-width: 100%;
            flex: 0 0 auto;
            text-align: left !important;
        }

        .page-order-detail #order-infos .btn.btn-primary {
            width: 100% !important;
            min-width: 0 !important;
            padding: 0 !important;
        }

        .page-order-detail #order-history .table.hidden-xs-down {
            display: none !important;
        }

        .page-order-detail #order-history .hidden-sm-up.history-lines {
            display: block !important;
        }
    }

    @media (min-width: 992px) {

        .page-addresses .my-account-page-content-wrapper .my-account-page-content,
        .page-addresses .my-account-page-content-wrapper .my-account-page-content.col-sm-9 {
            width: min(100%, 1080px) !important;
            max-width: 1080px !important;
        }

        .page-addresses .my-account-page-content>.row {
            display: grid !important;
            grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
            gap: 14px !important;
            margin: 0 !important;
        }

        .page-addresses .my-account-page-content .col-lg-4,
        .page-addresses .my-account-page-content .col-md-6,
        .page-addresses .my-account-page-content .col-sm-6,
        .page-addresses .my-account-page-content>.row>[class*="col-"] {
            float: none !important;
            display: block !important;
            width: auto !important;
            max-width: none !important;
            padding: 0 !important;
            margin: 0 !important;
        }

        .page-addresses .my-account-page-content article.address {
            display: block !important;
            flex: 1 1 auto !important;
            width: 100% !important;
            max-width: 100% !important;
            padding: 18px 16px !important;
            border: 1px solid rgba(181, 139, 47, 0.16) !important;
            border-radius: 12px !important;
            background: #fff !important;
            box-shadow: 0 8px 20px rgba(32, 44, 74, 0.05) !important;
            margin-bottom: 0 !important;
            box-sizing: border-box !important;
        }

    }

}
