:root {
    -moz-appearance: textfield;
    -webkit-line-clamp: 3;
    appearance: textfield;
    line-clamp: 3;
}
:root {
    --blue-500: #3b82f6;
    --brother-blue: #0066cc;
    --color-badge-discount: #38cb89;
    --color-badge-promo: #0049ff;
    --color-base-gray: #8f8f8e;
    --color-base-orange: #ed7124;
    --color-danger-red: #d32f2f;
    --color-dark-gray: #454545;
    --color-dark-orange: #da661d;
    --color-light-gray: #ededed;
    --color-light-orange: #ffe4d3;
    --color-lightbase-gray: #adadad;
    --color-stock-dot: #60ff44;
    --cpp-gap: 20px;
    --cpp-radius-card: 8px;
    --cyan-500: #06b6d4;
    --discount-green: #38cb89;
    --gray-100: #fbfbfb;
    --gray-200: #e5e7eb;
    --gray-300: #d1d5db;
    --gray-50: #f9fafb;
    --gray-600: #4b5563;
    --gray-700: #454545;
    --gray-800: #1f2937;
    --gray-900: #111827;
    --green-500: #10b981;
    --green-600: #059669;
    --green-fluo: #60ff44;
    --intraligne-blue: #52b1ff;
    --magenta-500: #ec4899;
    --orange-price: #ed7124;
    --pink-500: #ec4899;
    --printers-radius-card: 8px;
    --promo-blue: #0049ff;
    --teal-200: #99f6e4;
    --teal-500: #14b8a6;
    --teal-50: #f0fdfa;
    --teal-600: #0d9488;
    --teal-700: #0f766e;
    --thematics-card-radius: 8px;
    --thematics-gap: 32px;
    --thematics-icon-size: 92px;
    --yellow-400: #fbbf24;
    --yellow-500: #eab308;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* Classes de gestion des états de chargement */
.loading {
    opacity: 0.7;
    pointer-events: none;
    position: relative;
}

[data-id-product] .add-to-cart-btn {
    align-items: center;
    align-self: start;
    background-color: var(--color-base-orange);
    border-radius: 4px;
    border: none;
    cursor: pointer;
    display: flex;
    gap: 14px;
    height: 40px;
    padding: 0 24px;
    transition: all 0.2s ease;
}

[data-id-product] .add-to-cart-btn:disabled {
    background: var(--color-base-gray);
    cursor: not-allowed;
    opacity: 0.6;
}

[data-id-product] .add-to-cart-btn:hover {
    background-color: var(--color-dark-orange);
}

[data-id-product] .add-to-cart-btn:hover:not(:disabled) {
    background: var(--color-dark-gray);
    transform: translateY(-1px);
}

[data-id-product] .badge-discount {
    background: var(--color-badge-discount);
    font-size: 16px;
    height: 24px;
    line-height: 16px;
    width: 70px;
    z-index: 100;
}

[data-id-product] .badge-product {
    align-items: center;
    border-radius: 4px;
    color: white;
    display: inline-flex;
    font-family: "Helvetica", Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    justify-content: center;
    line-height: 16px;
    pointer-events: auto;
    text-transform: uppercase;
}

[data-id-product] .badge-promo {
    background: var(--color-badge-promo);
    width: 70px;
}
.badge-on-sale {
   background: var(--color-badge-promo);  
}
[data-id-product] .badge-stock {
    align-items: center;
    background: transparent;
    color: var(--color-dark-gray);
    display: flex;
    gap: 4px;
    height: 24px;
    pointer-events: auto;
    text-transform: none;
    padding-right: 0px;
}

[data-id-product] .badges-left {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

[data-id-product] .brand-logo {
    width: 80px;
}

[data-id-product] .btn-icon {
    color: white;
    font-size: 20px;
}

[data-id-product] .btn-text {
    color: white;
    font-family: "Helvetica", Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
}

[data-id-product] .price-current {
    color: var(--color-base-orange);
    font-family: "Helvetica", Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
}

[data-id-product] .price-regular {
    color: var(--color-dark-gray);
    font-family: "Helvetica", Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-decoration: line-through;
}

[data-id-product] .product-card-content {
    display: flex;
    flex-direction: column;
    flex: 1;
}

[data-id-product] .product-card.loading {
    opacity: 0.7;
    pointer-events: none;
}

[data-id-product] .product-image {
    height: 100%;
    object-fit: cover;
    padding-bottom: 20px !important;
    padding-top: 20px !important;
    transition: transform 0.3s ease;
    width: 100%;
}

[data-id-product] .product-image-actions {
    bottom: 10px;
    opacity: 0;
    position: absolute;
    right: 10px;
    transition: opacity 0.2s ease;
}

[data-id-product] .product-image-container {
    border-radius: 4px;
    position: relative;
}

[data-id-product] .product-price-container {
    align-items: center;
    display: flex;
    gap: 12px;
    margin: 4px 0;
}

[data-id-product] .product-reviews {
    align-items: center;
    display: flex;
    gap: 4px;
    margin-top: 4px;
}

[data-id-product] .product-reviews .reviews-count {
    color: var(--color-dark-gray);
    font-family: "Helvetica", Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
}

[data-id-product] .product-reviews .star {
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    height: 16px;
    width: 16px;
}

[data-id-product] .product-reviews .star-empty {
    background-image: url('data:image/svg+xml; utf8,<svg fill="%23CCCCCC" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 .587l3.668 7.568L24 9.75l-6 5.847L19.335 24 12 19.897 4.665 24 6 15.597 0 9.75l8.332-1.595L12 .587z"></path></svg>');
}

[data-id-product] .product-reviews .star-full {
    background-image: url('data:image/svg+xml; utf8,<svg fill="%23ED7124" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 .587l3.668 7.568L24 9.75l-6 5.847L19.335 24 12 19.897 4.665 24 6 15.597 0 9.75l8.332-1.595L12 .587z"></path></svg>');
}

[data-id-product] .product-reviews .star-half {
    background-image: url('data:image/svg+xml;utf8,<svg fill="%23ED7124" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><defs><linearGradient id="half"><stop offset="50%25" stop-color="%23ED7124"></stop><stop offset="50%25" stop-color="%23CCCCCC"></stop></linearGradient></defs><path fill="url(%23half)" d="M12 .587l3.668 7.568L24 9.75l-6 5.847L19.335 24 12 19.897 4.665 24 6 15.597 0 9.75l8.332-1.595L12 .587z"></path></svg>');
}

[data-id-product] .product-title a {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    color: var(--color-dark-gray);
    display: -webkit-box;
    font-family: "Helvetica", Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    overflow: hidden;
    text-decoration: none;
    transition: color 0.2s ease;
}

[data-id-product] .product-title a:hover {
    color: var(--color-base-orange);
}

[data-id-product] .stock-dot {
    background: var(--color-stock-dot);
    border-radius: 50%;
    flex-shrink: 0;
    height: 9px;
    width: 9px;
}

[data-id-product] .stock-dot.out-of-stock {
    background: var(--color-danger-red) !important;
}

[data-id-product].product-card {
    border-radius: 8px;
    border: 1px solid var(--color-light-gray);
    padding: 15px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

[data-id-product].product-card-header {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    left: 15px;
    pointer-events: none;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 2;
}

[data-id-product].product-card.loading::before {
    animation: loading-shimmer 1.5s infinite;
    background: linear-gradient(
            90deg,
            transparent,
            rgba(255, 255, 255, 0.4),
            transparent
    );
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

[data-id-product].product-card:hover {
    box-shadow: 0 4px 12px var(--color-light-gray);
    transform: translateY(-2px);
}

[data-id-product]:hover .product-image {
    transform: scale(1.05);
}

[data-id-product]:hover .product-image-actions {
    opacity: 1;
}

a {
    color: inherit;
    color: var(--color-dark-gray);
    text-decoration: none !important;
}

a:hover {
    color: var(--color-dark-gray);
}

a.all-product-link.float-xs-left.float-md-right.h4 {
    display: none !important;
}

body {
    color: #374151;
    font-family: Helvetica, Arial, "Segoe UI", Roboto, sans-serif;
    font-family: Helvetica, Arial, sans-serif;
    line-height: 1.6;
}

body #mobile-filters-overlay {
    backdrop-filter: blur(2px) !important;
    background: rgba(0, 0, 0, 0.6) !important;
    height: 100vh !important;
    left: 0 !important;
    opacity: 0 !important;
    position: fixed !important;
    top: 0 !important;
    transition: all 0.3s ease !important;
    visibility: hidden !important;
    width: 100vw !important;
    z-index: 1040 !important;
}

body #mobile-filters-overlay.active {
    opacity: 1 !important;
    visibility: visible !important;
}

body #search_filters_wrapper.mobile-filters-panel {
    background: white !important;
    bottom: 0 !important;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15) !important;
    display: flex !important;
    flex-direction: column !important;
    height: 100vh !important;
    left: 0 !important;
    overflow: hidden !important;
    position: fixed !important;
    right: 0 !important;
    top: 0 !important;
    transform: translateY(100vh) !important;
    transition: transform 0.4s ease-in-out !important;
    width: 100vw !important;
    z-index: 1050 !important;
}

body #search_filters_wrapper.mobile-filters-panel .desktop-filters-content {
    display: none !important;
}

body #search_filters_wrapper.mobile-filters-panel .mobile-filters-content {
    display: block !important;
    flex: 1 !important;
}

body #search_filters_wrapper.mobile-filters-panel .mobile-filters-footer {
    display: flex !important;
}

body #search_filters_wrapper.mobile-filters-panel .mobile-filters-header {
    display: flex !important;
}

body #search_filters_wrapper.mobile-filters-panel.active {
    transform: translateY(0) !important;
}

/* body,
html {
    overflow-x: hidden;
} */

body.page-home .header-banner {
    display: flex;
}


h2,
.h2 {
    font-size: 1.125rem;
}

h4 {
    font-size: 0.9375rem !important;
}

h6 {
    font-size: 0.875rem !important;
}

input:-webkit-autofill {
    -webkit-text-fill-color: #000 !important;
    box-shadow: 0 0 0px 1000px white inset !important;
    transition: background-color 5000s ease-in-out 0s;
}

input[type="number"] {
    -moz-appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* svg {
  fill: #ed7124;
} */

#_desktop_search_filters_clear_all button {
    background-color: var(--color-base-orange) !important;
    border-radius: 0.375rem !important;
    border: none !important;
    color: white !important;
    font-weight: 500 !important;
    padding: 0.5rem 1rem !important;
    transition: all 0.2s ease !important;
}

#_desktop_search_filters_clear_all button .material-icons {
    color: white !important;
}

#_desktop_search_filters_clear_all button:hover {
    background-color: var(--color-dark-orange) !important;
    color: white !important;
}

#category #wrapper {
    background-color: white;
    padding-top: 0;
}

#category .block-categories {
    display: none;
}

#category-description {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    overflow: hidden;
    position: relative;
}

#category-description::after {
    background: white;
    bottom: 0;
    content: " …";
    padding-left: 0.5em;
    position: absolute;
    right: 0;
}

#description img {
    max-width: 100%;
    height:auto;
}

#header {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11);
    background: white;
    box-shadow: none !important;
    color: #7a7a7a;
    position: relative;
    z-index: 999;
}

#index .container {
    padding: 0 !important;
    width: 100% !important;
}

#js-product-list .products {
    display: grid;
    flex-wrap: wrap;
    gap: 32px;
}

#js-product-list .products .product-card {
    margin: 0 !important;
    max-width: none !important;
    width: 100% !important;
}

#mobile-filters-overlay {
    display: none;
}

#product .images-container .product-images > li.thumb-container .thumb {
    margin-right: 0;
}

#search_filters .ui-widget-header {
    background: var(--color-base-orange);
}

#search_filters_wrapper {
    display: block;
    position: static;
}

#subcategories {
    border-top: unset;
}

#subcategories ul {
    margin-left: unset;
    margin: 0 0 0 unset !important;
}

#subcategories ul li {
    margin: unset;
    min-width: unset;
    text-align: unset;
    width: unset;
}

#subcategories ul li .subcategory-image {
    padding: 0;
}

#subcategories ul li .subcategory-image a {
    border: 1px solid #f6f6f6;
    display: block;
    padding-left: 5px;
    padding-right: 5px;
}

#subcategories ul li .subcategory-name {
    font-size: 14px;
    justify-content: center;
    text-transform: unset;
}

#subcategories ul li:hover .subcategory-image a {
    border: unset;
    padding: 10px;
}

#wrapper {
    background: unset !important;
    background: white;
    padding-top: 1.563rem;
}

.account-btn {
    align-items: center;
    background: transparent;
    border: none;
    color: var(--color-dark-gray) !important;
    display: flex;
    gap: 0.5rem;
    padding: 0.25rem 0.5rem;
    text-decoration: none !important;
}

.account-btn:focus,
.account-btn:focus-visible {
    box-shadow: none;
    outline: none;
}

.account-icon {
    fill: var(--color-dark-gray);
    height: 24px;
    width: 24px;
}

.active-tabs-intraligne-js {
    border-bottom: 5px solid var(--orange-price);
    font-weight: bold;
}

.additional-product-images {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
}

.alert {
    border-radius: 0.375rem;
    margin-bottom: 1rem;
    padding: 1rem;
}

.alert-danger {
    background-color: #f8d7da;
    color: #842029;
}

.alert-success {
    background-color: #d1e7dd;
    color: #0f5132;
}

.badge {
    border-radius: 0.375rem;
    color: white;
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1;
    padding: 0.5rem 0.75rem;
    text-transform: uppercase;
}

.badge-discount {
    background-color: var(--color-badge-discount);
}

.badge-notification {
    background-color: var(--color-danger-red);
    border-radius: 0.375rem;
    color: white;
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1;
    padding: 0.25rem 0.5rem;
    position: relative;
}

.badge-notification::after {
    background-color: var(--color-danger-red);
    border-radius: 50%;
    color: white;
    content: attr(data-count);
    display: inline-block;
    font-size: 0.75rem;
    height: 1.5rem;
    line-height: 1.5rem;
    position: absolute;
    right: -0.5rem;
    text-align: center;
    top: -0.5rem;
    width: 1.5rem;
}

.badge-promo {
    background-color: var(--color-badge-promo);
}

.banner-category {
    align-items: flex-start;
    flex-direction: row;
    gap: 80px;
    min-height: 230px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 15px;
    position: relative;
    width: 100%;
    justify-content: space-between;
}

.banner-section {
    gap: 50px;
    margin-bottom: 1rem;
    margin-top: 2rem;
    padding: 0 15px;
}

.banner-section .banner-content {
    flex: 1;
}

.banner-section .banner-controls {
    margin-top: 8px;
}

.banner-section .banner-image {
    width: 310px;
}

.banner-section .banner-subtitle {
    color: var(--color-dark-gray);
    line-height: 24px;
}

.banner-section .banner-title {
    color: var(--color-dark-gray);
    line-height: 30px;
}

.banner-section .control {
    width: 280px;
}

.banner-section .dropdown-button {
    align-items: center;
    background: #fff9f5;
    border-radius: 4px;
    border: 1px solid #ed7124;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.0364);
    cursor: pointer;
    display: flex;
    height: 40px;
    justify-content: space-between;
    padding: 0 12px;
}

.banner-section .dropdown-button .chevron {
    height: 22px;
    transition: transform 0.2s;
    width: 22px;
}

.banner-section .dropdown-button .label {
    color: var(--color-dark-gray);
    line-height: 24px;
}

.banner-section .dropdown-button.open .chevron {
    transform: rotate(180deg);
}

.banner-section .dropdown-list {
    border-radius: 4px;
    border: 1px solid var(--color-dark-orange);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.0364);
    left: 0;
    list-style: none;
    padding: 8px 0;
    top: 45px;
    z-index: 10;
}

.banner-section .dropdown-list li {
    color: var(--color-dark-gray);
    cursor: pointer;
    padding: 8px 16px;
}

.banner-section .dropdown-list.visible {
    display: block;
}

.block {
    display: block;
}

.bootstrap-touchspin {
    display: flex;
}

.brand-logos-section {
    background-color: var(--color-light-gray);
}

.brand-logos-section .brand-logo {
    text-align: center;
}

.brand-logos-section .brand-logo img {
    max-height: 25px;
    max-width: 100%;
    object-fit: contain;
}

.brand-logos-section .brand-logos-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(5, 1fr);
    justify-self: center;
    margin-bottom: 20px !important;
    max-width: 1440px;
    padding: 20px 40px;
    width: 100%;
}

.btn {
    border-radius: 0.375rem;
    border: 1px solid transparent;
    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: 0.375rem 0.75rem;
    text-align: center;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    vertical-align: middle;
}

.btn-filters {
    align-items: center;
    background: var(--color-base-orange);
    border-radius: 8px;
    border: none;
    box-shadow: 0 2px 4px rgba(237, 113, 36, 0.2);
    color: white;
    cursor: pointer;
    display: flex;
    font-size: 0.875rem;
    font-weight: 500;
    gap: 0.5rem;
    left: 0;
    padding: 0.75rem 1rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.2s ease;
}

.btn-filters i {
    font-size: 1.125rem;
}

.btn-filters:hover {
    background: var(--color-dark-orange);
    box-shadow: 0 4px 8px rgba(237, 113, 36, 0.3);
    transform: translateY(-1px);
}

.btn-search {
    align-items: center !important;
    background-color: #f97316 !important;
    border: none !important;
    bottom: 6px !important;
    color: white !important;
    cursor: pointer !important;
    display: flex !important;
    height: 28px !important;
    justify-content: center !important;
    padding: 0 !important;
    pointer-events: all !important;
    position: absolute !important;
    right: 6px !important;
    top: 6px !important;
    width: 28px !important;
    z-index: 1000 !important;
}

.btn-search:hover {
    background-color: #ea580c !important;
}

.btn.cart-btn {
    align-items: center;
    background-color: white;
    background: var(--color-base-orange);
    border-radius: 0.375rem;
    display: flex;
    gap: 0.5rem;
    justify-content: center;
    padding: 0.5rem 0.75rem;
    position: relative;
    text-decoration: none;
}

.btn.cart-btn:hover {
    background-color: var(--color-dark-orange);
}

.card-body {
    padding: 0.5rem 0;
}

.card-header {
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.cart-count {
    align-items: center;
    background-color: var(--color-dark-gray);
    border-radius: 9999px;
    color: white;
    display: flex;
    font-size: 0.625rem;
    height: 1rem;
    justify-content: center;
    position: absolute;
    right: -0.5rem;
    top: -0.5rem;
    width: 1rem;
}

.cart-total {
    color: white;
    font-size: 0.875rem;
}

.cat_desc {
    display: none;
}

#content-wrapper {
    padding-left: unset !important;
    padding-right: unset !important;
}

.category-content-wrapper {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    flex: 0 0 1000px;
    gap: 8px;
    min-height: 190px;
    justify-content: flex-start;
    padding: 0px;
}

.category-cover img,
.product-preview {
    border-radius: 8px;
    height: auto;
    max-width: 100%;
}

.category-description {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    align-items: center;
    color: var(--color-dark-gray);
    display: -webkit-box;
    font-family: "Helvetica", Arial, sans-serif;
    font-size: clamp(0.875rem, 2vw, 1rem);
    font-weight: 400;
    line-height: 1.25;
    overflow: hidden;
    width: 100%;
    text-align: justify;
    transition: all 0.3s ease;
}

.category-description.expanded {
    display: block;
    -webkit-line-clamp: unset;
    line-clamp: unset;
    overflow: visible;
}

.category-description-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.read-more-btn {
    background: transparent;
    border: none;
    color: var(--color-base-orange);
    cursor: pointer;
    font-family: "Helvetica", Arial, sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    padding: 0;
    text-decoration: underline;
    align-self: flex-start;
    transition: color 0.2s ease;
}

.read-more-btn:hover {
    color: var(--color-dark-orange);
}

.category-additional-description {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    color: var(--color-dark-gray);
    display: -webkit-box;
    font-family: "Helvetica", Arial, sans-serif;
    font-size: clamp(0.875rem, 2vw, 1rem);
    font-weight: 400;
    line-height: 1.25;
    overflow: hidden;
    text-align: justify;
    transition: all 0.3s ease;
}

.category-additional-description.expanded {
    display: block;
    -webkit-line-clamp: unset;
    line-clamp: unset;
    overflow: visible;
}

.category-additional-description-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.category-description h2 span[style*="color:#333333"] {
    display: none !important;
}

.category-images-container {
    justify-content: end;
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    height: 169px;
    padding: 0px;
    width: 30%;
    align-items: flex-end;
}

.category-title {
    align-items: center;
    color: var(--color-dark-gray);
    display: flex;
    font-family: "Helvetica", Arial, sans-serif;
    font-size: clamp(1.5rem, 4vw, 2.4rem);
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
}

.container {
    padding: 0 !important;
    width: 100% !important;
}

.container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-left: var(0.75rem);
    padding-right: var(0.75rem);
    width: 100%;
}

.cpp-section {
    margin: 0rem 15px;
}

.cpp-section .cpp-body {
    background: var(--color-light-gray);
    border-radius: 0 0 var(--cpp-radius-card) var(--cpp-radius-card);
    box-shadow: 0 4px 4px rgba(255, 255, 255, 0.2);
    padding: var(--cpp-gap) calc(var(--cpp-gap) * 2);
}

.cpp-section .cpp-content {
    gap: var(--cpp-gap);
}

.cpp-section .cpp-fact {
    background: var(--color-light-orange);
    border-radius: var(--cpp-radius-card);
    gap: 16px;
    padding: 16px 16px 16px 0;
    width: 370px;
}

.cpp-section .cpp-fact-icon {
    border-radius: 2px;
    flex-shrink: 0;
    height: 56px;
    width: 56px;
}

.cpp-section .cpp-fact-icon svg {
    fill: var(--color-dark-orange);
    height: 32px;
    width: 32px;
}

.cpp-section .cpp-fact-text {
    width: 210px;
}

.cpp-section .cpp-fact-title {
    font-size: 20px;
    margin-bottom: 4px;
}

.cpp-section .cpp-fine-print {
    line-height: 1.8;
    margin-top: var(--cpp-gap);
}

.cpp-section .cpp-header {
    background: var(--color-base-orange);
    border-radius: var(--cpp-radius-card) var(--cpp-radius-card) 0 0;
    padding: 0 var(--cpp-gap);
}

.cpp-section .cpp-link {
    color: var(--color-dark-gray);
    margin-bottom: 8px;
}


.cpp-section .cpp-panel-left {
    gap: 20px;
}

.cpp-section .cpp-panel-right h3 {
    margin-bottom: 8px;
}

.cpp-section .cpp-panel-right p {
    font-size: 16px;
    margin-bottom: var(--cpp-gap);
}

.cpp-section .cpp-title {
    line-height: 1;
}

.data-sheet dd,
.data-sheet dt {
    padding: 0.5rem;
}

.data-sheet dd:nth-child(4n),
.data-sheet dt:nth-child(4n-1) {
    background: #f3f4f6;
}

.data-sheet dd:nth-child(4n-2),
.data-sheet dt:nth-child(4n-3) {
    background: #fff;
}

.desktop-filters-content {
    display: block;
}

.dropdown {
    position: relative;
}

.dropdown-divider {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
}

.dropdown-item {
    background-color: transparent;
    border: 0;
    clear: both;
    color: #212529;
    color: var(--color-dark-gray) !important;
    display: block;
    font-weight: 400;
    padding-bottom: 0.25rem;
    padding-top: 0.25rem;
    padding: 0.25rem 1rem;
    text-align: inherit;
    text-decoration: none;
    text-decoration: none !important;
    white-space: nowrap;
    width: 100%;
    z-index: 1200;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: var(--color-light-gray);
    color: var(--color-dark-gray) !important;
    text-decoration: none !important;
}

.dropdown-item:hover {
    background-color: #e9ecef;
    color: #1e2125;
}

.dropdown-menu {
    background-color: #fff;
    border-radius: 0.375rem;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);
    color: #212529;
    display: none;
    font-size: 1rem;
    left: 0;
    margin: 0.125rem 0 0;
    min-width: 10rem;
    padding: 0.5rem 0;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 1200;
}

.dropdown-toggle {
    align-items: center;
    border-radius: 0.375rem;
    color: var(--color-dark-gray);
    display: flex;
    padding: 0.5rem 1rem;
    text-decoration: none;
}

.dropdown-toggle:hover {
    background-color: var(--color-light-gray);
}

.featured-products {
    justify-self: center;
    margin-left: 15px;
    margin-right: 15px;
    max-width: 1440px !important;
}

.featured-products .product-card {
    box-sizing: border-box;
    padding: 15px;
}

.featured-products .products {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    margin-left: auto !important;
    margin-right: auto !important;
}

.featured-products .products-section-title {
    color: var(--color-dark-gray);
    margin-bottom: 1rem;
    margin-top: 25px !important;
}

.filters-sidebar {
    border-radius: 8px;
    border: 1px solid var(--color-light-gray);
    flex-direction: column;
    height: fit-content;
    min-width: 300px;
    position: sticky;
    top: 2rem;
}

.form-control {
    background-color: #fff;
    border-radius: 0.375rem;
    border: 1px solid #ced4da;
    color: #212529;
    display: block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    width: 100%;
}

.form-control-label {
    text-align: left !important;
}

.header-nav {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    height: 40px;
}

.header-nav-container {
    gap: 40px;
    max-width: 1440px;
}

.header-top-container {
    gap: 33px;
    max-width: 1440px;
}

.homepage-layout-custom {
    align-items: stretch;
    flex-wrap: wrap;
    margin-bottom: 2rem;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width: 1024px) {
    .homepage-layout-custom .column-images {
        padding-right: 8px;
    }
}

@media screen and (min-width: 1480px) {
    .homepage-layout-custom {
        padding-left: 0;
        padding-right: 0;
    }

    .responsive-px {
        padding-left: 0;
        padding-right: 0;
    }

    .thematics-section .thematics-container {
        margin-left: 0;
        margin-right: 0;
    }

    .featured-products {
        margin-left: 0;
        margin-right: 0;
    }

    .cpp-section {
        margin: 0 15px;
    }

    .printers-section {
        margin: 2rem 0;
    }
}

@media screen and (min-width: 767px) and (max-width: 1050px) {
    .photocopieuses {
        min-height: 170px;
    }

    .consommables {
        min-height: 170px;
    }
}

.homepage-layout-custom .column-images {
    flex: 0 0 450px;
}

@media screen and (min-width: 1300px) and (max-width: 1400px) {
    .homepage-layout-custom .column-images {
        flex: 0 0 380px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1300px) {
    .homepage-layout-custom .column-images {
        flex: 0 0 340px;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1200px) {
    .homepage-layout-custom .column-images {
        flex: 0 0 210px;
    }
}

.homepage-layout-custom .column-images .cover {
    height: 135px;
    width: 100%;
}

.homepage-layout-custom .column-slider {
    align-items: stretch;
    flex: 1;
    min-width: 0;
}

.homepage-layout-custom .homeslider-container {
    margin-bottom: unset !important;
}

.homeslider-container:nth-of-type(2) {
    display: none !important;
}

.input-group {
    align-items: stretch;
    display: flex;
    position: relative;
    width: 100%;
}

.loading::before {
    animation: loading-shimmer 1.5s infinite;
    background: linear-gradient(
            90deg,
            transparent,
            rgba(255, 255, 255, 0.4),
            transparent
    );
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.mobile-filters-close {
    align-items: center;
    background: var(--color-light-gray);
    border-radius: 50%;
    border: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    color: var(--color-dark-gray);
    cursor: pointer;
    display: flex;
    font-size: 1.5rem;
    height: 44px;
    justify-content: center;
    padding: 0.75rem;
    transition: all 0.2s ease;
    width: 44px;
}

.mobile-filters-close:active {
    transform: scale(0.95);
}

.mobile-filters-close:hover {
    background: var(--color-base-orange);
    box-shadow: 0 4px 8px rgba(237, 113, 36, 0.3);
    color: white;
    transform: scale(1.05);
}

.mobile-filters-content,
.mobile-filters-footer,
.mobile-filters-header {
    display: none;
}

.mobile-filters-header {
    align-items: center;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border-bottom: 2px solid var(--color-light-gray);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    padding: 1.25rem 1.5rem;
    position: sticky;
    top: 0;
    z-index: 10;
}

.mobile-filters-title {
    align-items: center;
    color: var(--color-dark-gray);
    display: flex;
    font-size: 1.25rem;
    font-weight: 700;
    gap: 0.5rem;
    margin: 0;
}

.mobile-filters-title::before {
    content: "🔍";
    font-size: 1.125rem;
}

/* .modal {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1050;
} */

/* .modal-content {
    background-color: white;
    border-radius: 0.375rem;
    max-width: 500px;
    padding: 1rem;
    width: 100%;
} */

.nav-link {
    border-radius: 0.375rem;
    color: var(--color-dark-gray);
    display: block;
    padding: 0.5rem 1rem;
    text-decoration: none;
}

.nav-link:hover {
    background-color: var(--color-light-gray);
}

.navbar-brand {
    margin-right: 1rem;
}

.navbar-toggler {
    background: transparent;
    border: 1px solid transparent;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml; base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzMCAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTQgN0gyNk0xOCAxNUg0TTEwIDIzSDE4IiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
    display: inline-block;
    height: 1.5em;
    width: 1.5em;
}

.no-underline,
.no-underline * {
    text-decoration: none !important;
}

.pe-40px {
    padding-left: 40px !important;
}

.printers-section {
    margin: 25px 15px;
}

.printers-section .btn-printer {
    align-self: flex-start;
    background: var(--color-base-orange);
    border-radius: 4px;
    border: none;
    color: white;
    cursor: pointer;
    font-family: "Helvetica", sans-serif;
    font-size: 14px;
    height: 40px;
    margin-top: auto;
    transition: all 0.2s ease;
    width: 140px;
}

.printers-section .btn-printer:hover {
    background: var(--color-dark-orange);
    transform: translateY(-1px);
}

.printers-section .desc-printer {
    color: var(--color-dark-gray);
    flex-grow: 1;
    font-family: "Helvetica", sans-serif;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: auto;
    width: 100%;
}

.printers-section .img-printer {
    height: 150px;
    margin: 0 auto 12px;
    max-width: 280px;
}

.printers-section .item-printer {
    background: linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.2) 28.61%,
            rgba(237, 113, 36, 0.02) 53.6%,
            rgba(237, 113, 36, 0.04) 74.7%,
            rgba(237, 113, 36, 0.06) 100%
    );
    border-radius: var(--printers-radius-card);
    border: 1px solid var(--color-light-gray);
    box-sizing: border-box;
    gap: 12px;
    min-height: 360px;
    padding: 20px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.printers-section .item-printer:hover {
    box-shadow: 0 4px 12px var(--color-light-gray);
    transform: translateY(-2px);
}

.printers-section .printers-header {
    margin-bottom: 1rem;
}

.printers-section .printers-main-title {
    line-height: 40px;
}

.printers-section .row-printers {
    display: grid;
    gap: 32px;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    margin: 0 auto;
}

.product-card-content {
    align-self: center;
    width: 100% !important;
}

.product-image-container {
    height: auto !important;
    width: auto !important;
}

.product-preview {
    flex-shrink: 0;
    height: clamp(60px, 8vw, 120px);
    object-fit: cover;
    width: clamp(60px, 8vw, 120px);
}

.product-quantity #quantity_wanted {
    background-color: #fff;
    border: none;
    color: #232323;
    height: 2.3rem;
    padding: 0.15rem 0.3rem;
    text-align: center;
    width: 3rem;
}

.products-layout-container {
    margin: 0 auto;
    max-width: 1440px;
    width: 100%;
}

.products-layout-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    min-height: 70vh;
    width: 100%;
    margin-top: 20px;
}

.products-main {
    flex: 1;
    min-width: 0;
    width: 100%;
}

.products-section-title {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-weight: 700 !important;
    line-height: 38px;
    text-align: left !important;
}

.search-input {
    height: 40px;
    padding-right: 50px !important;
}

.search-widget {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    position: relative;
}

.sort-by-row {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
    margin-bottom: 1.5rem;
    position: relative;
}

.sort-dropdown-container {
    flex-shrink: 0;
}

.subcategories-list {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    height: auto;
    list-style: none;
    margin: 0;
    max-width: 1440px;
    min-height: 140px;
    width: 100%;
}

.subcategories-list > li {
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-grow: 0;
    flex: none;
    padding: 0px;
    position: relative;
}

.subcategories-list > li:hover .subcategory-image {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
    transition: all 0.3s ease;
}

.subcategories-list > li:hover h5 {
    transition: all 0.3s ease;
}

.subcategories-list h5 {
    border-radius: 4px;
    bottom: 10px;
    color: var(--color-dark-gray);
    font-family: "Helvetica", Arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    height: auto;
    justify-self: center;
    left: 8px;
    line-height: 15px;
    margin: 0;
    position: absolute;
    right: 8px;
    text-align: center;
    z-index: 2;
}

.subcategory-image {
    border-radius: 8px;
    border: 1px solid #ededed;
    box-sizing: border-box;
    flex-grow: 0;
    flex: none;
    height: 150px;
    order: 0;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
    width: 150px;
}

.subcategory-image a {
    display: block;
    height: 100%;
    position: relative;
    text-decoration: none;
    width: 100%;
}

.subcategory-image a::after {
    border-radius: 8px;
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
}

.subcategory-image img {
    border-radius: 8px;
    display: block;
    height: 85px;
    margin: 0;
    object-fit: cover;
    object-position: unset;
    padding: 0;
    vertical-align: top;
}

.subcategory-name {
    color: inherit;
    display: block;
    text-decoration: none;
}

#subcategories ul li .subcategory-name:hover {
    color: var(--color-base-orange);
}

.thematics-section {
    justify-self: center;
    padding: 0;
    width: 100%;
}

.thematics-section .thematic-card {
    background: white;
    border-radius: var(--thematics-card-radius);
    border: 1px solid var(--color-light-gray);
    display: flex;
    flex-direction: column;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    width: 100%;
}

.thematics-section .thematic-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.thematics-section .thematic-content {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 16px;
}

.thematics-section .thematic-icon {
    flex-shrink: 0;
    height: var(--thematics-icon-size);
    margin-left: 16px;
    margin-right: auto;
    margin-top: 16px;
    object-fit: contain;
    width: auto;
}

.thematics-section .thematic-list {
    flex: 1;
    list-style: none;
    margin: 0;
    padding: 0;
}

.thematics-section .thematic-list li {
    cursor: pointer;
    font-size: 0.875rem;
    line-height: 26px;
    margin-bottom: -2px;
    padding-left: 26px;
    position: relative;
}

.thematics-section .thematic-title {
    color: var(--color-base-orange);
    font-family: "Helvetica", sans-serif;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.3;
    margin: 0 0 10px 0;
}

.thematics-section .thematics-container {
    margin-left: 15px;
    margin-right: 15px;
}

.thematics-section .thematics-grid {
    align-items: stretch;
    display: grid;
    gap: var(--thematics-gap);
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    justify-items: center;
}

.thematics-section .thematics-header {
    display: flex;
    justify-content: left;
    margin-bottom: 1rem;
    width: 100%;
}

.thematics-section .thematics-main-title {
    color: var(--color-dark-gray);
    font-family: "Helvetica", sans-serif;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 38px;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}

.tooltip {
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 0.375rem;
    color: #fff;
    display: block;
    font-size: 0.875rem;
    margin: 0;
    padding: 0.25rem;
    position: absolute;
    white-space: nowrap;
    z-index: 1060;
}

.tooltip-arrow {
    background: inherit;
    height: 0.8rem;
    margin: -0.4rem 0 0 -0.4rem;
    position: absolute;
    transform: rotate(45deg);
    width: 0.8rem;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes loading-shimmer {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}

@media (max-width: 1024px) {
    .brand-logos-section .brand-logo {
        flex: 0 0 calc(33.333% - 20px);
    }

    .brand-logos-section .brand-logos-grid {
        background-color: transparent;
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
        padding: 20px 40px;
    }

    .cpp-section .cpp-content {
        flex-direction: column;
    }

    .cpp-section .cpp-fact {
        min-width: auto;
        width: 100%;
    }

    .cpp-section .cpp-panel {
        flex: 1 1 auto;
    }

    .lg\:col-span-1 {
        grid-column: span 1;
    }

    .lg\:grid-cols-3 {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 1025px) {
    .account-btn {
        padding: 0 !important;
    }

    .account-icon {
        height: 25px;
        width: 25px;
    }

    .btn.cart-btn {
        background-color: transparent !important;
        border: none;
        gap: 0;
        height: 40px;
        padding: 0.25rem;
        width: 40px;
    }

    .cart-count,
    .cart-total {
        display: none;
    }

    .cart-icon {
        background-color: var(--color-dark-gray) !important;
        height: 25px;
        width: 25px;
    }

    .dropdown-divider,
    .dropdown-menu .dropdown-item,
    .text-start {
        display: none;
    }

    .no-gap-mobile {
        gap: 8px !important;
    }
}

@media (max-width: 1200px) {
    .banner-category {
        gap: 3rem;
        padding: 0px 2rem;
    }

    .category-content-wrapper {
        flex: 0 0 70%;
        width: 70%;
    }

    .category-images-container {
        flex: 0 0 30%;
        width: 30%;
    }

    .featured-products .products {
        margin-bottom: 25px;
    }
}

@media (max-width: 480px) {
    .additional-product-images {
        gap: 10px !important;
    }

    .banner-category {
        align-items: center;
        gap: 1rem;
        justify-content: center;
        margin: 0 auto;
        padding: 1rem;
    }

    .category-description {
        font-size: 0.875rem;
    }

    .category-title {
        font-size: 1.5rem;
    }

    .product-preview {
        height: 60px !important;
        width: 60px !important;
    }

    .subcategories-list {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 16px;
        justify-content: center;
    }

    .subcategories-list > li {
        height: 140px;
        width: 140px;
    }

    .subcategories-list h5 {
        font-size: 13px;
        line-height: 15px;
    }

    .subcategory-image {
        height: 140px;
        width: 140px;
    }
}

@media (max-width: 575.98px) {
    .featured-products .product-card {
        width: 100%;
    }

    .thematics-section .thematic-card {
        max-width: 100%;
    }

    .thematics-section .thematics-grid {
        gap: 20px;
        grid-template-columns: 1fr;
    }

    .thematics-section .thematics-main-title {
        font-size: 1.25rem;
    }
}

@media (max-width: 576px) {
    #js-product-list .products.row {
        display: grid !important;
        gap: 1rem !important;
        grid-template-columns: 1fr !important;
        margin: 0 !important;
    }

    #search_filters_wrapper.mobile-filters-panel {
        border-radius: 0 !important;
        bottom: 0 !important;
        height: 100% !important;
        left: 0 !important;
        right: 0 !important;
        top: 0 !important;
        width: 100% !important;
    }
}

@media (max-width: 600px) {
    .brand-logos-section .brand-logo {
        flex: 0 0 calc(33.333% - 15px);
    }

    .brand-logos-section .brand-logos-grid {
        background-color: transparent;
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
        justify-content: center;
        padding: 15px 20px;
    }
}

@media (max-width: 767.98px) {
    body#category .sort-by-row {
        gap: 15px !important;
    }

    .gap-10 {
        gap: 1rem !important;
    }

    .gap-8 {
        gap: 0.75rem !important;
    }

    .h-25 {
        height: auto !important;
        min-height: 5rem;
    }

    .navbar-brand img {
        max-height: 40px;
    }

    .search-container {
        margin: 15px 0 0 0;
        order: 3;
        width: 100%;
    }
}

@media (max-width: 767px) {
    #category #left-column #search_filters_wrapper {
        margin-left: unset;
        margin-right: unset;
    }

    #js-product-list .products.row {
        grid-template-columns: 1fr !important;
    }

    .filters-sidebar {
        width: 100%;
        padding-top: unset !important;
        padding-bottom: unset !important;
        border: unset;
    }
}

@media (max-width: 768px) {
    [data-id-product] .product-card-content,
    [data-id-product] .product-image-container {
        width: 100%;
    }

    [data-id-product].product-card {
        margin: 0 auto;
        width: 100%;
    }

    .additional-product-images {
        display: flex !important;
        gap: 15px !important;
        justify-content: center !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    .banner-category {
        align-items: center;
        gap: 1.5rem;
        height: auto;
        justify-content: center;
        margin: 0 auto;
        padding: 1.5rem;
    }

    .card {
        -webkit-box-shadow: none;
        background-color: white;
        border: 0;
        box-shadow: none;
    }

    .category-content-wrapper {
        flex: 1;
        height: auto;
        width: 100%;
    }

    .category-cover {
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    .category-cover img {
        display: block !important;
        height: auto !important;
        max-width: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        width: 120px !important;
    }

    .category-description {
        width: 100%;
    }

    .category-images-container {
        display: flex !important;
        flex: 1;
        height: auto !important;
        justify-content: center !important;
        opacity: 1 !important;
        visibility: visible !important;
        width: 100% !important;
    }

    .grid-cols-4 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .printers-section {
        padding: 20px 15px;
    }

    .printers-section .btn-printer {
        align-self: center;
    }

    .printers-section .item-printer {
        padding: 15px;
    }

    .product-preview {
        display: block !important;
        height: 80px !important;
        opacity: 1 !important;
        visibility: visible !important;
        width: 80px !important;
    }

    .subcategories-list {
        gap: 20px;
        justify-content: center;
        padding: 0px 20px;
    }

    .subcategories-list > li {
        height: unset;
        width: unset;
    }

    .subcategories-list h5 {
        font-size: 12px;
        line-height: 14px;
    }

    .subcategory-image {
        height: 150px;
        width: 150px;
    }
}

@media (max-width: 992px) {
    .banner-category {
        gap: 2rem;
        padding: 0px 1.5rem;
    }

    .category-content-wrapper {
        flex: 0 0 65%;
        width: 65%;
    }

    .category-images-container {
        flex: 0 0 35%;
        width: 35%;
    }

    .printers-section .row-printers {
        gap: 20px;
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (min-width: 993px) and (max-width: 1279px) {
    .printers-section .row-printers {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}

@media (min-width: 1280px) {
    .printers-section .row-printers {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
    }
}

@media (min-width: 1000.1px) and (max-width: 1199.98px) {
    .featured-products .product-card {
        flex: 0 0 calc((100% - 2 * 32px) / 3);
    }
}

@media (min-width: 1200.1px) {
    .thematics-section .thematics-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (min-width: 1200px) {
    #js-product-list .products.row {
        display: grid !important;
        gap: 2rem !important;
        grid-template-columns: repeat(3, 1fr) !important;
        margin: 0 !important;
    }

    .container {
        max-width: 100%;
        width: 1360px;
    }

    .featured-products .product-card {
        flex: 0 0 calc((100% - 3 * 32px) / 4);
    }
}

@media (min-width: 576px) and (max-width: 1000.99px) {
    .featured-products .product-card {
        flex: 0 0 calc((100% - 1 * 32px) / 2);
    }
}

@media (min-width: 576px) and (max-width: 1200px) {
    .thematics-section .thematics-container {
        justify-self: unset !important;
    }

    .thematics-section .thematics-grid {
        gap: 24px;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 577px) and (max-width: 991px) {
    #js-product-list .products .product-card {
        margin: 0 !important;
        max-width: none !important;
        width: 100% !important;
    }

    #js-product-list .products.row {
        display: grid !important;
        gap: 1.5rem !important;
        grid-template-columns: repeat(1, 1fr) !important;
        margin: 0 !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #js-product-list .products.row {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (min-width: 990px) {
    .desktop-only {
        display: flex;
    }

    .mobile-only {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #js-product-list .products.row {
        display: grid !important;
        gap: 2rem !important;
        grid-template-columns: repeat(2, 1fr) !important;
        margin: 0 !important;
    }
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
    .homepage-layout-custom {
        align-items: center;
        display: flex;
        flex-direction: column;
    }

    .homepage-layout-custom .column-images {
        display: flex;
        flex-direction: row;
        flex: unset !important;
        gap: 20px;
        justify-content: space-between;
        margin-bottom: 20px;
        padding-right: 0;
        width: 100%;
        margin: 0 auto 20px auto;
    }

    .homepage-layout-custom .column-images .cover {
        flex: 1;
        height: auto;
        width: 100%;
        max-width: 400px;
    }

    .homepage-layout-custom .column-slider {
        align-items: stretch;
        display: flex;
        flex: 1;
    }

    .homepage-layout-custom .homeslider-container {
        display: flex;
        flex: 1;
    }

    .homepage-layout-custom .homeslider-container-homepage .rslides li img {
        height: 100%;
        object-fit: fill;
        width: 100%;
    }

    .homepage-layout-custom .homeslider-container-homepage .rslides,
    .homepage-layout-custom .homeslider-container-homepage .rslides li {
        flex: 1;
        height: 100%;
    }
}

@media screen and (max-width: 1050px) {
    .banner-section {
        align-items: center;
        flex-direction: column;
        gap: 20px;
        height: unset !important;
        margin: 0;
        padding: 20px;
    }

    .banner-section .banner-content {
        max-width: 350px;
        text-align: center;
        width: 100%;
    }

    .banner-section .banner-controls {
        flex-direction: column;
        gap: 12px;
        margin-top: 12px;
    }

    .banner-section .banner-image {
        height: auto;
        margin: 0 auto;
        max-width: 300px;
        width: 100%;
    }

    .banner-section .banner-subtitle {
        font-size: 13px;
        line-height: 20px;
    }

    .banner-section .banner-title {
        font-size: 16px;
        line-height: 24px;
    }

    .banner-section .control {
        max-width: 350px;
        width: 100%;
    }

    .banner-section .dropdown-button {
        height: 40px;
        padding: 0 16px;
    }

    .banner-section .dropdown-list {
        top: 44px;
    }
}

@media screen and (max-width: 768px) {
    .homepage-layout-custom {
        flex-direction: column;
    }

    .homepage-layout-custom .column-images {
        flex-direction: column;
        gap: 15px;
        width: 100%;
    }

    .homepage-layout-custom .column-images .cover {
        height: auto;
        width: 100%;
    }

    .homepage-layout-custom .column-slider {
        display: none;
    }
}

#product .breadcrumb {
    max-width: 1440px;
    margin: auto;
    padding: 0 16px 0 0;
}


@media (max-width: 1530px) {
    .responsive-header-top {
        padding: 0 40px !important;
    }
}

/* === FLEX LAYOUT POUR PANIER === */

.cart-grid {
    display: flex !important;
    flex-direction: row !important;
    gap: 2rem;
    align-items: flex-start;
    width: 100%;
    flex-wrap: nowrap !important;
}

.cart-grid-body {
    flex: 1 !important;
    min-width: 0;
    overflow: visible;
    min-width: 600px;
}

.cart-grid-right {
    flex-shrink: 0 !important;
}

/* Responsive pour mobile */
@media (max-width: 768px) {
    .cart-grid {
        flex-direction: column;
        gap: 1rem;
    }
    
    .cart-grid-body {
        min-width: 100%;
        max-width: 100%;
    }
    
    .cart-grid-right {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        order: -1;
    }
}


/* === CART RESPONSIVE LAYOUT === */
.cart-grid {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.cart-grid-body {
    flex: 1;
    order: 1;
    min-width: 0;
}

.cart-grid-right {
    flex-shrink: 0;
    order: 2;
}

/* Very large screens (1200px+) */
@media (min-width: 1200px) {
    .cart-grid {
        gap: 32px;
    }
    
    .cart-grid-right {
        max-width: 355px;
    }
}

/* Large screens (1025px - 1199px) */
@media (max-width: 1199px) and (min-width: 1025px) {
    .cart-grid {
        gap: 24px;
    }
    
    .cart-grid-right {
        width: 350px;
        min-width: 320px;
    }
}

/* Tablet and below - EMPILER VERTICALEMENT */
@media (max-width: 1024px) {
    .cart-grid {
        flex-direction: column !important;
        gap: 20px !important;
        padding: 0 16px !important;
    }
    
    .cart-grid-body {
        order: 1 !important; /* Produits en premier */
        width: 100% !important;
        min-width: auto !important;
    }
    
    .cart-grid-right {
        order: 2 !important; /* Reçu en second */
        width: 100% !important;
        min-width: auto !important;
    }
}

/* Mobile responsive - espacement plus serré */
@media (max-width: 768px) {
    .cart-grid {
        gap: 16px !important;
        padding: 0 16px !important;
    }
    
    /* Améliorer l'espacement sur mobile */
    .cart-items {
        gap: 12px !important;
    }
    
    .cart-item {
        margin-bottom: 0 !important;
    }
}

/* Mobile portrait - espacement encore plus serré */
@media (max-width: 480px) {
    .cart-grid {
        padding: 0 12px !important;
        gap: 12px !important;
    }
    
    .cart-items {
        gap: 8px !important;
    }
}

/* === CART PRODUCT LINE HORIZONTAL LAYOUT === */

.product-line-grid {
    display: flex;
    align-items: center;
    gap: 20px;
}

@media (min-width: 1400px) {
    .product-line-grid {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 0 !important;
      }
      .product-line-grid > * + * {
        margin-left: 20px;
      }
      .product-line-grid > .remove-action {
        margin-left: auto;
      }
}

@media (min-width: 769px) and (max-width: 1399px) {
    .product-line-grid {
        display: flex;
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
        gap: 0 !important;
        width: 100%;
      }
      .product-line-grid > .remove-action {
        margin-left: auto;
      }

      .product-line-grid > div:first-child, .product-line-grid > div:nth-child(2) {
        display: flex;
        align-items: unset !important;
        gap: 12px;
      }

      .cart-product-info {
        width: auto;
        margin-top: 0;
        flex: 1 1 auto;
        margin-left: 20px;
      }

      .cart-product-actions {
        width: 100%;
        margin-top: 15px;
      }
}

@media (max-width: 768px) {
    .product-line-grid {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 16px;
        width: 100%;
    }

    #cart #remove-from-cart {
        width: 14px;
        height: 14px;
    }

    #cart .price-unit-section .original-price .crossed {
        font-size: 12px;
    }

    #cart .price-ttc .price-value {
        font-size: 14px;
    }

    #cart .price-ht .price-value {
        font-size: 14px;
    }

    #cart .discount-badge {
        font-size: 10px;
        padding: 2px 4px;
    }

    #cart .total-price {
        width: unset !important;
    }

    .remove-action {
        width: unset !important;
    }

    .product-line-grid > div:first-child,
    .product-line-grid > div:nth-child(2) {
        display: flex;
        align-items: unset;
        gap: unset;
    }

    .cart-product-image {
        width: 90px;
        height: 80px;
        flex-shrink: 0;
    }

    .cart-product-info {
        flex: 1;
        min-width: 0;
    }

    .cart-product-actions {
        display: flex;
        gap: 12px;
        justify-content: space-between;
        width: 100%;
    }
}

.cart-product-image {
    width: 130px;
    height: 130px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-product-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.cart-product-info {
    flex: 1;
    min-width: 0;
    display: flex;
    gap: unset !important;
    flex-direction: column;
}

.product-name a {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    text-decoration: none;
    line-height: 1.4;
}

.product-name a:hover {
    color: var(--color-base-orange);
    text-decoration: underline;
}
.cart-product-line {
    display: flex;
    align-items: center;
    gap: 32px;
    padding: 15px 40px 15px 40px;
    border: 1px solid #EDEDED;
    border-radius: 8px;
    margin-bottom: 32px;
    background: white;
    min-height: 141px;
}

.cart-product-image {
    flex-shrink: 0;
    width: 100px;
    height: 100px;
    background: var(--gray-50);
    border-radius: 0px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cart-product-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.product-name {
    margin-bottom: 0;
}

.product-name a {
    font-family: 'Helvetica', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    color: var(--color-dark-gray);
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-width: 340px;
}

.product-name a:hover {
    color: var(--color-base-orange);
}

.product-price {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.product-price.has-discount .product-discount {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 4px;
}

.product-price.has-discount .regular-price {
    font-family: 'Helvetica', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    color: var(--color-dark-gray);
    text-decoration: line-through;
    display: flex;
    align-items: center;
}

.product-price.has-discount .discount {
    background: var(--color-badge-discount);
    color: white;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
}

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

.unit-price-cart {
    font-size: 12px;
}

.product-attribute {
    display: flex;
    gap: 8px;
    font-family: 'Helvetica', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    color: var(--color-dark-gray);
}

.attribute-label {
    font-weight: 700;
    color: var(--color-dark-gray);
}

.attribute-value {
    color: var(--color-dark-gray);
}

.cart-product-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-shrink: 0;
    height: 100%;
    align-self: center;
}

.quantity-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    gap: 4px;
}

.quantity-section input {
    width: 103.71px;
    height: 42.46px;
    padding: 9.8px 13px;
    border: none;
    border-top: 1px solid #EDEDED;
    border-bottom: 1px solid #EDEDED;
    border-radius: 0;
    text-align: center;
    font-family: 'Helvetica', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #454545;
    background: white;
}

.quantity-section input:focus {
    outline: none;
    border-color: var(--color-base-orange);
    box-shadow: 0 0 0 2px rgba(237, 113, 36, 0.2);
}

.gift-quantity {
    font-weight: 600;
    color: var(--color-base-orange);
    padding: 8px 12px;
    background: var(--color-light-orange);
    border-radius: 4px;
}

.total-price {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 5px;
    flex-shrink: 0;
}

.product-total {
    font-family: 'Helvetica', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 18px;
    color: #ED7124;
    display: flex;
    align-items: center;
}

.gift {
    font-size: 14px;
    font-weight: 600;
    color: var(--color-base-orange);
    background: var(--color-light-orange);
    padding: 4px 8px;
    border-radius: 4px;
}

.remove-action {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 40px;
    flex-shrink: 0;
}

.remove-from-cart {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    background: transparent;
    color: #454545;
    border: none;
    text-decoration: none;
    transition: all 0.2s ease;
    cursor: pointer;
}

.remove-from-cart:hover {
    background: #f5f5f5;
    color: #000;
    text-decoration: none;
}

.remove-from-cart i {
    font-size: 16px;
}

@media (max-width: 1024px) and (min-width: 769px) {
    .cart-product-line {
        flex-direction: row;
        gap: 24px;
        padding: 15px 30px;
    }
    
    .cart-product-image {
        width: 90px;
        height: 100px;
    }
    
    .product-name a {
        max-width: 280px;
    }
    
    .cart-product-actions {
        gap: 16px;
    }
    
    .quantity-section input {
        width: 90px;
        height: 38px;
    }

    .product-total {
        font-size: 20px;
    }
}

@media (max-width: 768px) and (min-width: 481px) {
    .cart-product-line {
        flex-direction: column;
        align-items: stretch;
        gap: 16px;
        padding: 12px 16px;
        min-height: auto;
    }
    
    .cart-product-line {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }
    
    .cart-product-line > div:first-child {
        display: flex;
        align-items: center;
        gap: 16px;
    }
    
    .cart-product-image {
        width: 80px;
        height: 90px;
        flex-shrink: 0;
    }
    
    .cart-product-info {
        flex: 1;
        min-width: 0;
    }
    .product-name a {
        font-size: 13px;
        line-height: 18px;
        max-width: 200px;
    }
    
    .cart-product-actions {
        display: flex;
        gap: 12px;
        justify-content: space-between;
    }

    
    .quantity-section input {
        width: 70px;
        height: 36px;
        font-size: 14px;
    }

    .product-total {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .cart-product-line {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
        padding: 10px 12px;
        margin-bottom: 16px;
        min-height: auto;
    }
    
    .cart-product-line {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    
    .cart-product-line > div:first-child {
        display: flex;
        align-items: center;
        gap: 12px;
    }
    
    .cart-product-image {
        width: 70px;
        height: 80px;
        flex-shrink: 0;
    }
    
    .cart-product-info {
        flex: 1;
        min-width: 0;
    }
    .product-name a {
        font-size: 12px;
        line-height: 16px;
        max-width: 150px;
    }
    
    .cart-product-actions {
        display: flex;
        gap: 8px;
        justify-content: space-between;
    }
    
    .quantity-section input {
        width: 50px;
        height: 32px;
        font-size: 12px;
    }
    
    .product-total {
        font-size: 16px;
    }
    
    .remove-from-cart {
        width: 28px;
        height: 28px;
    }
}

.product-customization-line {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 16px;
}

.customization-label {
    font-weight: 600;
    color: var(--gray-700);
}

.customization-value {
    color: var(--gray-800);
}

@media (min-width: 576px) {
    .product-customization-line {
        flex-direction: row;
        align-items: center;
    }
    
    .customization-label {
        min-width: 120px;
    }
}

#cart .input-group .input-group-btn>.btn {
    color: unset;
    border: unset;
    font-size: 1rem !important;
}

.js-cart-line-product-quantity.form-control {
    border: none !important;
    border-top: 1px solid #EDEDED !important;
    border-bottom: 1px solid #EDEDED !important;
    border-radius: 0 !important;
}

/* Bordures pour les boutons up et down */
.bootstrap-touchspin-up {
    border-right: 1px solid #EDEDED !important;
    border-top: 1px solid #EDEDED !important;
    border-bottom: 1px solid #EDEDED !important;
    border-left: none !important;
}

.bootstrap-touchspin-down {
    border-left: 1px solid #EDEDED !important;
    border-top: 1px solid #EDEDED !important;
    border-bottom: 1px solid #EDEDED !important;
    border-right: none !important;
}

.product-line-grid-body>.product-line-info>.label {
    text-decoration: none;
    color: black;
}

.product-line-grid-body>.product-line-info>.label:hover {
    text-decoration: none;
    color: black;
}

/* Prix avec prix de base barré */
.price-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

/* Prix HT et TTC */
.price-ht, .price-ttc {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}

.price-label {
    font-size: 12px;
    color: var(--color-base-gray);
    font-weight: 600;
    text-transform: uppercase;
}

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

.price-ttc .price-value {
    font-size: 18px;
    color: var(--gray-800);
}

.original-price {
    display: flex;
    align-items: center;
    justify-content: center;
}

.price-before-discount {
    font-size: 14px;
    color: #999;
    text-decoration: line-through;
    font-weight: 400;
    text-align: center;
}

.product-total {
    font-family: 'Helvetica', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: var(--color-base-orange);
    line-height: 1.2;
    text-align: center;
}

/* Badge de promotion */
.discount-badge {
    background: var(--color-badge-discount);
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Prix unitaire avec promotion */
.unit-discount-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}

.unit-discount-badge {
    background: var(--color-badge-discount);
    color: white;
    padding: 2px 6px;
    border-radius: 3px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.unit-price-remised {
    font-size: 12px;
    font-weight: 600;
    color: var(--color-base-orange);
}

/* Responsive pour le prix barré */
@media (max-width: 768px) {
    .price-container {
        align-items: center;
        gap: 2px;
    }
    
    .product-total {
        font-size: 16px;
    }
    
    .price-before-discount {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .product-total {
        font-size: 16px;
    }
    
    .price-before-discount {
        font-size: 11px;
    }
}

#checkout #search_widget, #mobile_top_menu_wrapper .top-menu .collapse-icons .remove, #mobile_top_menu_wrapper .top-menu .collapse-icons[aria-expanded=true] .add {
    display: unset;
}

.separator-line {
    width: 100%;
    height: 1px;
    background-color: var(--color-lightbase-gray);
    margin: 10px 0;
    border: none;
}

/* Style des boutons sur la page checkout */
body#checkout .continue.btn {
    background-color: var(--color-base-orange) !important;
    color: white !important;
    border-color: var(--color-base-orange) !important;
    text-transform: capitalize;
}

body#checkout .btn:hover {
    background-color: var(--color-dark-orange) !important;
    border-color: var(--color-dark-orange) !important;
    color: white !important;
}

body#checkout .btn:focus {
    background-color: var(--color-base-orange) !important;
    border-color: var(--color-base-orange) !important;
    color: white !important;
    box-shadow: 0 0 0 0.2rem rgba(237, 113, 36, 0.25) !important;
}

body#checkout section.checkout-step .step-title {
    padding-bottom: 1.25rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    text-transform: capitalize;
    cursor: pointer;
}

body#checkout a:hover {
    color: var(--color-base-orange) !important;
}

body#checkout .step-number {
    background-color: var(--color-base-orange) !important;
    border-color: var(--color-base-orange) !important;
    color: white !important;
}

body#checkout .done {
    color: var(--color-base-orange) !important;
}

body#checkout .step-edit {
    display: block;
    float: right;
    color: var(--color-base-orange) !important;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    #checkout .card-block {
        padding: 1.25rem 1.25rem .5rem !important;
    }
}

body#my-account #wrapper {
    padding: 15px;
}

body#my-account .page-header {
    max-width: 1440px !important;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
}

body#my-account.page-my-account #content .links a span.link-item {
    background: var(--color-light-gray) !important;
    border-radius: var(--cpp-radius-card) !important;
    text-decoration: none !important;
}

body#pagenotfound #content-wrapper {
    max-width: 1440px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

body#my-account.page-my-account #content .links a {
    text-decoration: none !important;
    color: var(--color-dark-gray) !important;
}

body#my-account.page-my-account #content .links a i {
    text-decoration: none !important;
    color: var(--color-dark-gray) !important;
}


body#my-account.page-my-account #content .links a:hover {
    color: var(--color-base-orange) !important;
}

body#my-account.page-my-account #content .links a:hover i {
    color: var(--color-base-orange) !important;
}

body#my-account .page-header {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

body#my-account .breadcrumb {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

/* ---------- */
/* MON COMPTE */
/* ---------- */

/* VOS INFORMATIONS PERSONNELLES */
body#identity .breadcrumb,
body#identity .page-header,
body#identity .page-footer{
    max-width: 1440px !important;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

body#identity .page-footer a {
    text-decoration: none;
}

body#identity .custom-radio input[type=radio]:checked+span {
    background-color: var(--color-base-orange);
}

body#identity .input-group .input-group-btn>.btn[data-action=show-password] {
    background-color: var(--color-base-gray);
}

/* VOS ADRESSES */
body#addresses .breadcrumb,
body#addresses .page-header,
body#addresses .page-footer
{
    max-width: 1440px !important;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
body#addresses .page-footer a, .address-footer a, .addresses-footer a {
    text-decoration: none;
}

body#address .breadcrumb,
body#address .page-header,
body#address .page-footer
{
    max-width: 1440px !important;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
body#address .page-footer a, .address-footer a, .addresses-footer a {
    text-decoration: none;
}

/* VOS AVOIRS */
body#order-slip .breadcrumb,
body#order-slip .page-header,
body#order-slip .page-footer{
    max-width: 1440px !important;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

body#order-slip .page-footer a {
    text-decoration: none;
}

/* MES LISTES D'ENVIES 1 */
body#module-blockwishlist-lists .breadcrumb,
body#module-blockwishlist-lists .wishlist-container-header,
body#module-blockwishlist-lists .wishlist-footer-links,
body#module-blockwishlist-lists .wishlist-list-container {
    max-width: 1440px !important;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

body#module-blockwishlist-lists .wishlist-add-to-new {
    color: var(--color-dark-gray) !important;
}

body#module-blockwishlist-lists .wishlist-list-item:hover .wishlist-list-item-title {
    color: var(--color-base-orange);
}

body#module-blockwishlist-lists .wishlist-footer-links a {
    text-decoration: none;
    color: var(--color-dark-gray) !important;
}

/* MES LISTES D'ENVIES 2 */
body#view .breadcrumb,
body#view .wishlist-products-container,
body#view .wishlist-footer-links {
    max-width: 1440px !important;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

body#view .wishlist-footer-links a {
    text-decoration: none;
    color: var(--color-dark-gray) !important;
}

/* GDPR - Personal DATA */
body#module-psgdpr-gdpr .breadcrumb,
body#module-psgdpr-gdpr .page-header,
body#module-psgdpr-gdpr .page-footer
{
    max-width: 1440px !important;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

body#module-psgdpr-gdpr .page-footer a {
    text-decoration: none;
    color: var(--color-dark-gray) !important;
}

body#module-psgdpr-gdpr .psgdprgetdatabtn17 {
    background-color: var(--color-base-orange);
}

/* MES POINTS DE FIDÉLITÉS */
body#module-loyaltyeditpoints-points .breadcrumb,
body#module-loyaltyeditpoints-points .page-header,
body#module-loyaltyeditpoints-points .page-footer {
    max-width: 1440px !important;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

body#module-loyaltyeditpoints-points .page-footer a {
    text-decoration: none;
    color: var(--color-dark-gray) !important;
}

/* HISTORIQUE DE VOS COMMANDES */
body#history .breadcrumb,
body#history .page-header,
body#history .page-footer
{
    max-width: 1440px !important;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

body#history .page-footer a {
    text-decoration: none;
    color: var(--color-dark-gray) !important;
}

/* PAGE INSCRIPTION */
body#registration .breadcrumb,
body#registration .page-header {
    max-width: 660px !important;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

body#registration .js-input-column {
    justify-self: flex-start;
}

/* PAGE CONNEXION */
body#authentication .breadcrumb,
body#authentication .page-header {
    max-width: 1440px !important;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 10px !important;
}

/* PAGE MOT DE PASSE OUBLIÉ */
body#password .breadcrumb {
    max-width: 640px !important;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

body#password #main {
    max-width: 640px !important;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

body#password .page-header {
    padding: 0;
}

body#password #content {
    padding-left: unset;
    padding-right: unset;
    justify-items: center;
}

body#password .page-footer a {
    text-decoration: none;
    color: var(--color-dark-gray) !important;
}

body#password #send-reset-link {
    background: var(--color-base-orange);
}


label[for="field-optin"],
label[for="field-psgdpr"],
label[for="field-newsletter"] {
    display: none !important;
}

label.col-md-3.form-control-label[for="field-id_gender"] {
    width: 10%;
}

body#product .product-responsive {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

body#cms .breadcrumb,
body#cms .page-header,
body#cms .page-footer,
body#cms .page-content
{
    max-width: 1440px !important;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

body#module-prestablog-blog #wrapper {
    max-width: 1440px !important;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    padding-right: 0px;
}

body#manufacturer #wrapper {
    max-width: 1440px !important;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    padding-right: 0px;
}

@media (max-width: 1480px) {
    body#category .col-lg-7 {
        padding-right: 0px !important;
    }

    body#manufacturer #wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }

    body#module-prestablog-blog #wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }

    body#product .product-responsive {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    body#product .breadcrumb {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media (max-width: 1480px) {
    body#module-qwery_subscription-mysubscriptions #wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
}


body#module-prestablog-blog #content-wrapper {
    width: 100% !important;
}

body#module-prestablog-blog div.prestablog_pagination span.current {
    border: 1px solid var(--color-base-orange);
    background-color: var(--color-base-orange);
}

body#order-confirmation #wrapper {
    max-width: 1440px !important;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

body#order-confirmation .card-block {
    padding-left: 0;
    padding-right: 0;
}

body#cart .card-block {
    padding-top: 5px;
    padding-left: 0;
    padding-right: 0;
}

.wishlist-add-to, .wishlist-delete, .wishlist-create, .wishlist-login {
    display: none !important;
}

.cart-grid-right {
    position: sticky;
    top: 20px;
    align-self: flex-start;
    max-height: calc(100vh - 40px);
    overflow-y: auto;
    padding-bottom: 25px;
}

@media (max-width: 1024px) {
    .cart-grid-right {
        position: static;
        max-height: none;
    }
}

/* Éviter le chevauchement des badges produit */
.product-card-header {
    gap: 8px;
    padding: 8px;
}

.badges-left {
    max-width: 45%;
    gap: 4px;
}

.badges-right {
    max-width: 50%;
    gap: 4px;
    align-items: flex-end;
}

/* Responsive : réduire la taille des badges sur petits écrans */
@media (max-width: 768px) {
    .badge-product.badge-promo {
        font-size: 10px;
        padding: 2px 6px;
    }
    
    .badge-product.badge-discount {
        font-size: 11px;
        padding: 2px 6px;
    }
    
    .badge-product.badge-stock {
        font-size: 10px;
    }
    
    .brand-logo img {
        height: 20px !important;
    }
}

body#module-prestablog-blog .prestablogExtra {
    display: none !important;
}

body#category #subcategories {
    padding-left: unset;
    padding-right: unset;
    padding-top: unset;
}

body#contact #wrapper {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
}

.bootstrap-touchspin .group-span-filestyle .btn-touchspin,
.group-span-filestyle .bootstrap-touchspin .btn-touchspin,
.group-span-filestyle .btn-default {
    padding: .5rem 1rem;
    font-size: .875rem;
    color: #fff;
    text-transform: none;
    background: var(--color-base-orange);
    border-radius: 0;
}

.btn-primary {
    background: var(--color-base-orange) !important;
    border-color: var(--color-base-orange) !important;
    color: #fff !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background: var(--color-dark-orange) !important;
    border-color: var(--color-dark-orange) !important;
    color: #fff !important;
}

.form-control:focus {
    color: #232323;
    background-color: #fff;
    outline: .1875rem solid var(--color-light-orange);
}

.dropdown-menu.select-dropdown,
.sort-by-row .dropdown-menu {
    left: auto !important;
    right: 0 !important;
}

.dropdown-menu.select-dropdown .select-list,
.sort-by-row .dropdown-menu .select-list {
    background: transparent !important;
    color: var(--color-dark-gray) !important;
    padding: 0.5rem 1rem;
    text-decoration: none;
}

.dropdown-menu.select-dropdown .select-list:hover,
.sort-by-row .dropdown-menu .select-list:hover,
.dropdown-menu.select-dropdown .select-list:focus,
.sort-by-row .dropdown-menu .select-list:focus,
.dropdown-menu.select-dropdown .select-list:active,
.sort-by-row .dropdown-menu .select-list:active,
.dropdown-menu.select-dropdown .select-list.current,
.sort-by-row .dropdown-menu .select-list.current {
    background: transparent !important;
    color: var(--color-dark-gray) !important;
    text-decoration: none !important;
    outline: none !important;
    box-shadow: none !important;
}

body#checkout .badge-subscription {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-left: 0;
    padding: 2px 10px;
    border-radius: 999px;
    background-color: rgba(237, 113, 36, 0.12);
    color: var(--color-base-orange);
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

body#checkout .badge-subscription-frequency {
    font-size: 0.72rem;
    font-weight: 500;
    color: var(--color-dark-gray);
    text-transform: none;
}

body#checkout .product-name-row {
    display: flex;
    align-items: center;
    gap: 8px;
}

body#checkout .product-name-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
}

body#module-qwery_subscription-mysubscriptions #wrapper {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

body#order-detail #wrapper {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}
body#checkout section.checkout-step .address-item.selected {
    border-color: var(--color-base-orange);
}

.custom-radio input[type=radio]:checked+span {
    background-color: var(--color-base-orange);
}

/* CORRECTION DES BOUTONS OUTLINE */
/* Assurer que les boutons outline ont un contraste correct */
.btn-outline-secondary {
    color: var(--color-dark-gray) !important;
    border-color: var(--color-dark-gray) !important;
    background-color: transparent !important;
}

.btn-outline-secondary:hover {
    color: white !important;
    background-color: var(--color-dark-gray) !important;
    border-color: var(--color-dark-gray) !important;
}

.btn-outline-secondary:focus {
    color: white !important;
    background-color: var(--color-dark-gray) !important;
    border-color: var(--color-dark-gray) !important;
    box-shadow: 0 0 0 0.2rem rgba(69, 69, 105, 0.25) !important;
}

/* Boutons outline en général */
.btn-outline-primary {
    color: var(--color-base-orange) !important;
    border-color: var(--color-base-orange) !important;
    background-color: transparent !important;
}

.btn-outline-primary:hover {
    color: white !important;
    background-color: var(--color-base-orange) !important;
    border-color: var(--color-base-orange) !important;
}

.btn-outline-primary:focus {
    color: white !important;
    background-color: var(--color-base-orange) !important;
    border-color: var(--color-base-orange) !important;
    box-shadow: 0 0 0 0.2rem rgba(237, 113, 36, 0.25) !important;
}

/* Boutons outline success */
.btn-outline-success {
    color: var(--green-600) !important;
    border-color: var(--green-600) !important;
    background-color: transparent !important;
}

.btn-outline-success:hover {
    color: white !important;
    background-color: var(--green-600) !important;
    border-color: var(--green-600) !important;
}

/* Boutons outline danger */
.btn-outline-danger {
    color: var(--color-danger-red) !important;
    border-color: var(--color-danger-red) !important;
    background-color: transparent !important;
}

.btn-outline-danger:hover {
    color: white !important;
    background-color: var(--color-danger-red) !important;
    border-color: var(--color-danger-red) !important;
}

/* Boutons outline warning */
.btn-outline-warning {
    color: var(--color-base-orange) !important;
    border-color: var(--color-base-orange) !important;
    background-color: transparent !important;
}

.btn-outline-warning:hover {
    color: white !important;
    background-color: var(--color-base-orange) !important;
    border-color: var(--color-base-orange) !important;
}

/* Boutons outline info */
.btn-outline-info {
    color: var(--blue-500) !important;
    border-color: var(--blue-500) !important;
    background-color: transparent !important;
}

.btn-outline-info:hover {
    color: white !important;
    background-color: var(--blue-500) !important;
    border-color: var(--blue-500) !important;
}

/* Boutons outline light */
.btn-outline-light {
    color: var(--color-light-gray) !important;
    border-color: var(--color-light-gray) !important;
    background-color: transparent !important;
}

.btn-outline-light:hover {
    color: var(--color-dark-gray) !important;
    background-color: var(--color-light-gray) !important;
    border-color: var(--color-light-gray) !important;
}

/* Boutons outline dark */
.btn-outline-dark {
    color: var(--color-dark-gray) !important;
    border-color: var(--color-dark-gray) !important;
    background-color: transparent !important;
}

.btn-outline-dark:hover {
    color: white !important;
    background-color: var(--color-dark-gray) !important;
    border-color: var(--color-dark-gray) !important;
}

.dfd-fullscreen .dfd-searchbox {
    border-bottom: 1px solid var(--color-base-orange) !important;
}

.dfd-carousel-arrow svg {
    fill: var(--color-base-orange) !important;
}

.dfd-card-price--sale {
    order: 1;
    font-weight: bold;
    color: var(--color-base-orange) !important;
}

@media (hover: hover) {
    .dfd-card:hover {
        border-color: var(--color-base-orange) !important;
        box-shadow: 0 0 0 1px var(--color-base-orange) !important;
    }
}

.dfd-category-term, label.dfd-image-search-button, .dfd-btn-image-filter, .dfd-btn-color-filter, .dfd-btn-term-filter, .dfd-root button {
    color: unset !important;
}

.dfd-slider {
    --df-slider-color-primary: var(--color-base-orange) !important;
}


.dfd-btn-term-filter:not(.dfd-is-selected):hover::before {
    outline-color: var(--color-base-orange) !important;
    background-color: var(--color-base-orange) !important;
    opacity: .5;
}

.dfd-btn-term-filter.dfd-is-selected::before {
    background-color: var(--color-base-orange) !important;
    outline-color: var(--color-base-orange) !important;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto var(--color-base-orange) !important;
}

.filters-sidebar {
    margin-bottom: 15px;
}

.footer-container li {
    margin-top: 4px !important;
}

.link-banner-header:hover {
    color: var(--color-base-orange) !important;
}

.homeslider-container {
    margin-bottom: unset !important;
}

body#manufacturer .block-categories {
    display: none !important;
}

body#manufacturer #main .filters-sidebar ul {
    display: unset !important;
}

body#manufacturer #main .sort-by-row {
    gap: 15px !important;
}

body#authentication .page-header h1 {
    text-align: center;
}

body#authentication button[type="submit"]:hover {
    cursor: pointer !important;
}

body#authentication #content {
    max-width: 1200px !important;
}

body#authentication .new-email {
    margin-bottom: 0px !important;
    text-align: left !important;
}

body#authentication .forgot-password {
    margin-bottom: 0px !important;
    padding-bottom: 10px !important;
}

body#checkout section.checkout-step {
    padding-bottom: 40px !important;
}

body#cart .loyalty-block-shopping-cart-detail {
    display: none !important;
}

body#category .facet-title {
    white-space: unset !important;
}

/* MOBILE : Force une seule colonne pour les printers (PRIORITÉ MAXIMALE) */
@media (max-width: 576px) {
    .printers-section .row-printers {
        gap: 15px !important;
        grid-template-columns: 1fr !important;
    }
}