/*
Theme Name: Urna Child
Template: urna
Version: 1.0.0
Text Domain: urna-child
*/

/* Styles Noxs optimises */
/* Accueil V3 - module Elementor Noxs */
body.page-id-27993 .topbar-device-mobile,
body.page-id-27993 .footer-device-mobile,
body.page-id-27993 #tbay-customize-header,
body.page-id-27993 #tbay-customize-footer {
    display: none !important;
}

body.page-id-27993 #wrapper-container,
body.page-id-27993 #tbay-main-content,
body.page-id-27993 #main-container,
body.page-id-27993 #main-content {
    margin: 0 !important;
    padding: 0 !important;
    max-width: none !important;
    width: 100% !important;
}

body.page-id-27993 {
    background: #ffffff;
}

.noxs-home-v3,
.noxs-home-v3 * {
    box-sizing: border-box;
    letter-spacing: 0 !important;
}

.noxs-home-v3 {
    --noxs-ink: #171719;
    --noxs-muted: #62656a;
    --noxs-line: #e3e4e6;
    --noxs-yellow: #f6c344;
    --noxs-green: #0b6b5f;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    overflow-x: clip;
    overflow-y: visible;
    color: var(--noxs-ink);
    background: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
}

.noxs-home-v3 a {
    color: inherit;
    text-decoration: none;
}

.noxs-v3-container {
    width: min(1280px, calc(100% - 40px));
    margin: 0 auto;
}

.noxs-v3-icon {
    width: 22px;
    height: 22px;
    flex: 0 0 auto;
}

.noxs-v3-header {
    position: sticky;
    top: 0;
    z-index: 80;
    background: #ffffff;
    box-shadow: 0 1px 0 rgba(23, 23, 25, 0.12);
}

body.admin-bar .noxs-v3-header {
    top: 32px;
}

.noxs-v3-utility {
    min-height: 30px;
    color: #ffffff;
    background: #1f2122;
    font-size: 12px;
}

.noxs-v3-utility-inner,
.noxs-v3-utility nav {
    display: flex;
    align-items: center;
}

.noxs-v3-utility-inner {
    min-height: 30px;
    justify-content: space-between;
}

.noxs-v3-utility nav {
    gap: 24px;
}

.noxs-v3-utility a:hover {
    text-decoration: underline;
}

.noxs-v3-mainbar {
    min-height: 78px;
    display: grid;
    grid-template-columns: 150px minmax(280px, 1fr) auto;
    align-items: center;
    gap: 22px;
}

.noxs-v3-brand,
.noxs-v3-footer-brand > a {
    display: inline-flex;
    align-items: center;
    width: max-content;
}

.noxs-v3-brand img,
.noxs-v3-footer-brand img {
    display: block;
    height: auto;
    object-fit: contain;
}

.noxs-v3-brand img {
    width: 142px;
    max-height: 42px;
}

.noxs-v3-footer-brand img {
    width: 142px;
    max-height: 42px;
}

.noxs-v3-search {
    height: 48px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    overflow: hidden;
    border: 2px solid var(--noxs-ink);
    border-radius: 26px;
    background: #ffffff;
}

.noxs-v3-search input[type="search"] {
    width: 100%;
    min-width: 0;
    height: 44px;
    margin: 0;
    padding: 0 20px;
    border: 0;
    outline: 0;
    box-shadow: none;
    background: transparent;
    font-size: 15px;
}

.noxs-v3-search button {
    min-width: 140px;
    height: 44px;
    margin: 0;
    padding: 0 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: 0;
    border-left: 2px solid var(--noxs-ink);
    border-radius: 0;
    color: var(--noxs-ink);
    background: var(--noxs-yellow);
    font-weight: 700;
}

.noxs-v3-actions {
    display: flex;
    align-items: center;
    gap: 18px;
}

.noxs-v3-actions > a {
    position: relative;
    min-width: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    font-size: 11px;
    white-space: nowrap;
}

.noxs-v3-actions > a:hover,
.noxs-v3-categorybar a:hover {
    color: var(--noxs-green);
}

.noxs-v3-cart-link b {
    position: absolute;
    top: -7px;
    right: 2px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    display: grid;
    place-items: center;
    border-radius: 9px;
    color: #171719;
    background: var(--noxs-yellow);
    font-size: 10px;
}

.noxs-v3-categorybar {
    border-top: 1px solid var(--noxs-line);
}

.noxs-v3-categorybar-inner {
    min-height: 43px;
    display: flex;
    align-items: center;
    gap: 26px;
    font-size: 13px;
}

.noxs-v3-all-categories {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    white-space: nowrap;
}

.noxs-v3-all-categories .noxs-v3-icon {
    width: 18px;
    height: 18px;
}

.noxs-v3-categorybar-links {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 24px;
    overflow: hidden;
    white-space: nowrap;
}

.noxs-v3-sell-link {
    margin-left: auto;
    font-weight: 700;
    white-space: nowrap;
}

.noxs-v3-hero {
    background: #d9eee7;
}

.noxs-v3-hero-inner {
    min-height: 390px;
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
    align-items: center;
    gap: 54px;
    padding-top: 42px;
    padding-bottom: 42px;
}

.noxs-v3-hero-copy {
    max-width: 560px;
}

.noxs-v3-kicker,
.noxs-v3-section-heading p,
.noxs-v3-seller-band p {
    margin: 0 0 10px;
    color: #7b5a00;
    font-size: 12px;
    line-height: 1.3;
    font-weight: 800;
    text-transform: uppercase;
}

.noxs-v3-hero h1 {
    max-width: 580px;
    margin: 0;
    font-size: 48px;
    line-height: 1.07;
    font-weight: 800;
}

.noxs-v3-hero-copy > p:not(.noxs-v3-kicker) {
    max-width: 535px;
    margin: 20px 0 0;
    color: #3f4445;
    font-size: 18px;
    line-height: 1.55;
}

.noxs-v3-hero-actions {
    margin-top: 28px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.noxs-v3-button {
    min-height: 46px;
    padding: 0 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid var(--noxs-ink);
    border-radius: 4px;
    font-size: 14px;
    font-weight: 700;
}

.noxs-v3-button .noxs-v3-icon {
    width: 18px;
    height: 18px;
}

.noxs-v3-button-dark {
    color: #ffffff !important;
    background: var(--noxs-ink);
}

.noxs-v3-button-light {
    background: transparent;
}

.noxs-v3-button-yellow {
    background: var(--noxs-yellow);
}

.noxs-v3-hero-products {
    height: 300px;
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(120px, 1fr);
    grid-template-rows: 1fr 1fr;
    gap: 12px;
}

.noxs-v3-hero-product {
    min-width: 0;
    min-height: 0;
    display: grid;
    place-items: center;
    overflow: hidden;
    border-radius: 6px;
    background: #ffffff;
}

.noxs-v3-hero-product-1 {
    grid-row: 1 / 3;
}

.noxs-v3-hero-product-2:last-child {
    grid-row: 1 / 3;
}

.noxs-v3-hero-product img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 180ms ease;
}

.noxs-v3-hero-product:hover img {
    transform: scale(1.025);
}

.noxs-v3-benefits {
    border-bottom: 1px solid var(--noxs-line);
    background: #ffffff;
}

.noxs-v3-benefit-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.noxs-v3-benefit-grid > a {
    min-height: 92px;
    padding: 18px 22px;
    display: flex;
    align-items: center;
    gap: 14px;
    border-right: 1px solid var(--noxs-line);
    transition: background 160ms ease;
}

.noxs-v3-benefit-grid > a:last-child {
    border-right: 0;
}

.noxs-v3-benefit-grid > a:hover,
.noxs-v3-benefit-grid > a:focus-visible {
    background: #f7f8f8;
}

.noxs-v3-benefit-grid .noxs-v3-icon {
    width: 27px;
    height: 27px;
    color: var(--noxs-green);
    flex: 0 0 auto;
}

.noxs-v3-benefit-grid > a:nth-child(2) .noxs-v3-icon { color: #a66f00; }
.noxs-v3-benefit-grid > a:nth-child(3) .noxs-v3-icon { color: #2f7891; }
.noxs-v3-benefit-grid > a:nth-child(4) .noxs-v3-icon { color: #9b3f68; }

.noxs-v3-benefit-grid span,
.noxs-v3-benefit-grid strong,
.noxs-v3-benefit-grid small {
    display: block;
}

.noxs-v3-benefit-grid strong {
    margin-bottom: 3px;
    font-size: 14px;
}

.noxs-v3-benefit-grid small {
    color: var(--noxs-muted);
    font-size: 12px;
    line-height: 1.35;
}

.noxs-v3-section {
    padding: 58px 0;
}

.noxs-v3-category-section {
    background: #ffffff;
}

.noxs-v3-products-section {
    background: #f6f7f7;
}

.noxs-v3-section-heading {
    margin-bottom: 26px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
}

.noxs-v3-section-heading h2,
.noxs-v3-seller-band h2 {
    margin: 0;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 800;
}

.noxs-v3-section-heading > a {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: #3d4144;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
}

.noxs-v3-section-heading > a .noxs-v3-icon {
    width: 17px;
    height: 17px;
}

.noxs-v3-category-grid {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: 14px;
}

.noxs-v3-category {
    min-width: 0;
    text-align: center;
}

.noxs-v3-category > span {
    width: 100%;
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    border-radius: 6px;
    transition: transform 160ms ease;
}

.noxs-v3-category:hover > span {
    transform: translateY(-3px);
}

.noxs-v3-category > span .noxs-v3-icon {
    width: 37%;
    height: 37%;
}

.noxs-v3-category strong {
    min-height: 38px;
    margin-top: 11px;
    display: block;
    font-size: 13px;
    line-height: 1.35;
}

.noxs-v3-tone-mint > span { background: #dcefe8; color: #0a665a; }
.noxs-v3-tone-blue > span { background: #dce9f5; color: #27587d; }
.noxs-v3-tone-yellow > span { background: #f8edbf; color: #735e0c; }
.noxs-v3-tone-coral > span { background: #f4d8d2; color: #853e34; }
.noxs-v3-tone-pink > span { background: #eedce8; color: #7d3e68; }
.noxs-v3-tone-sky > span { background: #d8eef3; color: #266674; }
.noxs-v3-tone-green > span { background: #dfead6; color: #45682d; }
.noxs-v3-tone-orange > span { background: #f3dfca; color: #7c4f1e; }

.noxs-v3-made-section {
    background: #edf2ef;
}

.noxs-v3-made-inner {
    min-height: 330px;
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(460px, 1.1fr);
    align-items: stretch;
}

.noxs-v3-made-copy {
    align-self: center;
    padding: 44px 48px 44px 0;
}

.noxs-v3-made-copy > p {
    margin: 0 0 12px;
    color: #0c554d;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.noxs-v3-made-copy > p span {
    margin-left: 7px;
    padding-left: 9px;
    border-left: 2px solid #d5a400;
    color: #704f00;
}

.noxs-v3-made-copy h2 {
    max-width: 520px;
    margin: 0;
    font-size: 36px;
    line-height: 1.1;
    font-weight: 800;
}

.noxs-v3-made-copy > div {
    max-width: 530px;
    margin-top: 15px;
    color: #4d5351;
    font-size: 15px;
    line-height: 1.55;
}

.noxs-v3-made-copy .noxs-v3-button {
    margin-top: 23px;
}

.noxs-v3-made-copy > small {
    max-width: 500px;
    margin-top: 13px;
    display: block;
    color: #626865;
    font-size: 11px;
    line-height: 1.45;
}

.noxs-v3-made-media {
    position: relative;
    min-height: 330px;
    overflow: hidden;
}

.noxs-v3-made-media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: 62% center;
}

.noxs-v3-made-media > span {
    position: absolute;
    right: 18px;
    bottom: 18px;
    padding: 8px 11px;
    border: 1px solid rgba(255, 255, 255, 0.75);
    border-radius: 4px;
    color: #ffffff;
    background: #173c37;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
}

.noxs-v3-product-rail {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% - 72px) / 4);
    gap: 24px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline mandatory;
    scrollbar-width: thin;
    padding-bottom: 14px;
}

.noxs-v3-deal-categories {
    margin: -4px 0 28px;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 20px;
}

.noxs-v3-deal-category {
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.noxs-v3-deal-visual {
    position: relative;
    width: min(100%, 132px);
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    overflow: hidden;
    border: 1px solid #e0e2e3;
    border-radius: 50%;
    transition: transform 160ms ease, border-color 160ms ease;
}

.noxs-v3-deal-category:hover .noxs-v3-deal-visual {
    transform: translateY(-3px);
    border-color: #a7aaad;
}

.noxs-v3-deal-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.noxs-v3-deal-visual .noxs-v3-icon {
    width: 34%;
    height: 34%;
}

.noxs-v3-deal-category strong {
    margin-top: 10px;
    color: var(--noxs-ink);
    font-size: 13px;
    line-height: 18px;
}

.noxs-v3-deal-category small {
    margin-top: 3px;
    color: var(--noxs-muted);
    font-size: 11px;
    font-weight: 700;
}

.noxs-v3-deal-category small.has-discount {
    color: #b42318;
}

.noxs-v3-product-rail::-webkit-scrollbar {
    height: 6px;
}

.noxs-v3-product-rail::-webkit-scrollbar-track {
    background: #e8e9ea;
}

.noxs-v3-product-rail::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: #9b9ea1;
}

.noxs-v3-product-card {
    min-width: 0;
    overflow: hidden;
    scroll-snap-align: start;
    border: 1px solid #e2e3e4;
    border-radius: 6px;
    background: #ffffff;
}

.noxs-v3-product-media {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    display: block;
    overflow: hidden;
    background: #f1f2f2;
}

.noxs-v3-product-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 180ms ease;
}

.noxs-v3-product-media:hover img {
    transform: scale(1.03);
}

.noxs-v3-sale {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 5px 8px;
    border-radius: 3px;
    color: #171719;
    background: var(--noxs-yellow);
    font-size: 11px;
    font-weight: 800;
}

.noxs-v3-product-body {
    padding: 15px;
}

.noxs-v3-seller-name {
    height: 16px;
    margin: 0 0 5px;
    overflow: hidden;
    color: var(--noxs-muted);
    font-size: 11px;
    line-height: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.noxs-v3-product-body h3 {
    height: 42px;
    margin: 0;
    overflow: hidden;
    font-size: 14px;
    line-height: 21px;
    font-weight: 600;
}

.noxs-v3-product-bottom {
    min-height: 40px;
    margin-top: 13px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.noxs-v3-price {
    min-width: 0;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 800;
}

.noxs-v3-price del {
    display: block;
    color: #777a7e;
    font-size: 11px;
    font-weight: 400;
}

.noxs-v3-add {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    display: grid;
    place-items: center;
    border: 1px solid var(--noxs-ink);
    border-radius: 50%;
    background: #ffffff;
}

.noxs-v3-add:hover {
    background: var(--noxs-yellow);
}

.noxs-v3-add .noxs-v3-icon {
    width: 18px;
    height: 18px;
}

.noxs-v3-why {
    padding: 58px 0;
    background: #ffffff;
}

.noxs-v3-why-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.noxs-v3-why-card {
    min-height: 232px;
    padding: 22px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border: 1px solid var(--noxs-line);
    border-top: 5px solid var(--noxs-green);
    border-radius: 6px;
    background: #ffffff;
    transition: transform 160ms ease, box-shadow 160ms ease;
}

.noxs-v3-why-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 24px rgba(23, 23, 25, 0.1);
}

.noxs-v3-why-payment { border-top-color: #e0a600; }
.noxs-v3-why-delivery { border-top-color: #2e718f; }
.noxs-v3-why-returns { border-top-color: #4f7a39; }
.noxs-v3-why-support { border-top-color: #8a476f; }

.noxs-v3-why-icon {
    width: 50px;
    height: 50px;
    display: grid;
    place-items: center;
    border-radius: 5px;
    color: #0b6b5f;
    background: #e5f1ed;
}

.noxs-v3-why-payment .noxs-v3-why-icon { color: #775b05; background: #f8edbf; }
.noxs-v3-why-delivery .noxs-v3-why-icon { color: #275d76; background: #dceaf1; }
.noxs-v3-why-returns .noxs-v3-why-icon { color: #496a34; background: #e1ecd9; }
.noxs-v3-why-support .noxs-v3-why-icon { color: #7d3e68; background: #eedce8; }

.noxs-v3-why-icon .noxs-v3-icon {
    width: 25px;
    height: 25px;
}

.noxs-v3-why-card h3 {
    margin: 16px 0 9px;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 800;
}

.noxs-v3-why-card p {
    margin: 0;
    color: var(--noxs-muted);
    font-size: 13px;
    line-height: 1.55;
}

.noxs-v3-why-card b {
    margin-top: auto;
    padding-top: 16px;
    display: inline-flex;
    align-items: center;
    gap: 3px;
    font-size: 12px;
    line-height: 1.35;
}

.noxs-v3-why-card b .noxs-v3-icon {
    width: 16px;
    height: 16px;
}

.noxs-v3-confidence-band {
    min-height: 88px;
    margin-top: 18px;
    padding: 18px 22px;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 17px;
    border-radius: 6px;
    color: #ffffff;
    background: #0c554d;
}

.noxs-v3-confidence-band > .noxs-v3-icon {
    width: 31px;
    height: 31px;
    color: #f6c344;
}

.noxs-v3-confidence-band strong,
.noxs-v3-confidence-band span {
    display: block;
}

.noxs-v3-confidence-band strong {
    margin-bottom: 4px;
    font-size: 15px;
}

.noxs-v3-confidence-band span {
    color: #dce8e5;
    font-size: 12px;
    line-height: 1.45;
}

.noxs-v3-confidence-band > a {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
}

.noxs-v3-confidence-band > a .noxs-v3-icon {
    width: 16px;
    height: 16px;
}

.noxs-v3-seller-band {
    color: #ffffff;
    background: #1f2122;
}

.noxs-v3-seller-band-inner {
    min-height: 210px;
    display: grid;
    grid-template-columns: 74px minmax(0, 1fr) auto;
    align-items: center;
    gap: 28px;
}

.noxs-v3-seller-icon {
    width: 74px;
    height: 74px;
    display: grid;
    place-items: center;
    border: 1px solid #55585a;
    border-radius: 6px;
}

.noxs-v3-seller-icon .noxs-v3-icon {
    width: 34px;
    height: 34px;
    color: var(--noxs-yellow);
}

.noxs-v3-seller-band p {
    color: var(--noxs-yellow);
}

.noxs-v3-seller-band h2 {
    color: #ffffff;
}

.noxs-v3-seller-band span {
    margin-top: 10px;
    display: block;
    color: #c9cbcc;
    font-size: 14px;
}

.noxs-v3-seller-band .noxs-v3-button {
    color: #171719;
}

.noxs-v3-footer {
    padding: 44px 0 18px;
    background: #f1f2f2;
}

.noxs-v3-footer-grid {
    display: grid;
    grid-template-columns: 1.8fr repeat(3, 1fr);
    gap: 54px;
}

.noxs-v3-footer-brand p {
    max-width: 320px;
    margin: 17px 0 0;
    color: var(--noxs-muted);
    font-size: 13px;
    line-height: 1.6;
}

.noxs-v3-footer-grid > div:not(.noxs-v3-footer-brand) {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 9px;
    font-size: 13px;
}

.noxs-v3-footer-grid strong {
    margin-bottom: 6px;
    font-size: 14px;
}

.noxs-v3-footer-grid a:hover {
    text-decoration: underline;
}

.noxs-v3-footer-bottom {
    margin-top: 35px;
    padding-top: 17px;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #d5d7d8;
    color: var(--noxs-muted);
    font-size: 11px;
}

@media (max-width: 1100px) {
    .noxs-v3-mainbar {
        grid-template-columns: 150px minmax(260px, 1fr) auto;
        gap: 14px;
    }

    .noxs-v3-search button {
        min-width: 58px;
        padding: 0 16px;
    }

    .noxs-v3-search button span,
    .noxs-v3-actions span {
        display: none;
    }

    .noxs-v3-actions {
        gap: 10px;
    }

    .noxs-v3-actions > a {
        min-width: 34px;
    }

    .noxs-v3-categorybar-inner {
        gap: 18px;
    }

    .noxs-v3-categorybar-links {
        gap: 18px;
    }

    .noxs-v3-hero-inner {
        grid-template-columns: minmax(0, 1fr) minmax(360px, 0.95fr);
        gap: 36px;
    }

    .noxs-v3-hero h1 {
        font-size: 40px;
    }

    .noxs-v3-category-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 22px;
    }

    .noxs-v3-benefit-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .noxs-v3-benefit-grid > a:nth-child(2) {
        border-right: 0;
    }

    .noxs-v3-benefit-grid > a:nth-child(-n + 2) {
        border-bottom: 1px solid var(--noxs-line);
    }

    .noxs-v3-deal-categories {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 24px;
    }

    .noxs-v3-made-inner {
        grid-template-columns: minmax(0, 0.82fr) minmax(400px, 1.18fr);
    }

    .noxs-v3-made-copy {
        padding-right: 34px;
    }

    .noxs-v3-made-copy h2 {
        font-size: 31px;
    }

    .noxs-v3-why-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .noxs-v3-category strong {
        min-height: 0;
    }

    .noxs-v3-product-rail {
        grid-auto-columns: calc((100% - 36px) / 3);
        gap: 18px;
    }
}

@media (max-width: 800px) {
    body.admin-bar .noxs-v3-header {
        top: 46px;
    }

    .noxs-v3-container {
        width: min(100% - 28px, 720px);
    }

    .noxs-v3-utility {
        display: none;
    }

    .noxs-v3-mainbar {
        min-height: 112px;
        grid-template-columns: minmax(0, 1fr) auto;
        grid-template-rows: 50px 50px;
        gap: 6px 12px;
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .noxs-v3-brand img {
        width: 130px;
    }

    .noxs-v3-search {
        grid-column: 1 / -1;
        grid-row: 2;
        height: 44px;
    }

    .noxs-v3-search input[type="search"],
    .noxs-v3-search button {
        height: 40px;
    }

    .noxs-v3-categorybar-inner {
        width: 100%;
        padding: 0 14px;
        overflow-x: auto;
        scrollbar-width: none;
    }

    .noxs-v3-categorybar-links {
        overflow: visible;
    }

    .noxs-v3-sell-link {
        display: none;
    }

    .noxs-v3-hero-inner {
        min-height: 0;
        grid-template-columns: 1fr;
        gap: 28px;
        padding-top: 38px;
        padding-bottom: 34px;
    }

    .noxs-v3-hero h1 {
        font-size: 34px;
        line-height: 1.08;
    }

    .noxs-v3-hero-copy > p:not(.noxs-v3-kicker) {
        margin-top: 15px;
        font-size: 16px;
    }

    .noxs-v3-hero-products {
        height: 230px;
        grid-template-columns: 1.65fr 1fr;
    }

    .noxs-v3-benefit-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .noxs-v3-benefit-grid > a {
        min-height: 84px;
        padding: 14px 10px;
    }

    .noxs-v3-benefit-grid > a:nth-child(2) {
        border-right: 0;
    }

    .noxs-v3-benefit-grid > a:nth-child(-n + 2) {
        border-bottom: 1px solid var(--noxs-line);
    }

    .noxs-v3-section {
        padding: 44px 0;
    }

    .noxs-v3-made-inner {
        grid-template-columns: 1fr;
    }

    .noxs-v3-made-copy {
        padding: 38px 0 32px;
    }

    .noxs-v3-made-media {
        min-height: 230px;
    }

    .noxs-v3-why {
        padding: 44px 0;
    }

    .noxs-v3-section-heading {
        align-items: flex-start;
    }

    .noxs-v3-section-heading h2,
    .noxs-v3-seller-band h2 {
        font-size: 24px;
    }

    .noxs-v3-category-grid {
        width: calc(100% + 14px);
        display: grid;
        grid-template-columns: none;
        grid-auto-flow: column;
        grid-auto-columns: 126px;
        gap: 14px;
        overflow-x: auto;
        scroll-snap-type: inline mandatory;
        scrollbar-width: thin;
        padding-right: 14px;
        padding-bottom: 10px;
    }

    .noxs-v3-category {
        scroll-snap-align: start;
    }

    .noxs-v3-deal-categories {
        width: calc(100% + 14px);
        grid-template-columns: none;
        grid-auto-flow: column;
        grid-auto-columns: 116px;
        gap: 16px;
        overflow-x: auto;
        scroll-snap-type: inline mandatory;
        scrollbar-width: thin;
        padding-right: 14px;
        padding-bottom: 10px;
    }

    .noxs-v3-deal-category {
        scroll-snap-align: start;
    }

    .noxs-v3-product-rail {
        grid-auto-columns: minmax(210px, 72%);
        gap: 14px;
    }

    .noxs-v3-seller-band-inner {
        min-height: 0;
        grid-template-columns: 58px minmax(0, 1fr);
        gap: 18px;
        padding-top: 36px;
        padding-bottom: 36px;
    }

    .noxs-v3-confidence-band {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .noxs-v3-confidence-band > a {
        grid-column: 1 / -1;
        justify-self: start;
        margin-left: 48px;
    }

    .noxs-v3-seller-icon {
        width: 58px;
        height: 58px;
    }

    .noxs-v3-seller-band .noxs-v3-button {
        grid-column: 1 / -1;
        justify-self: start;
    }

    .noxs-v3-footer-grid {
        grid-template-columns: 1.4fr 1fr;
        gap: 34px 24px;
    }
}

@media (max-width: 480px) {
    .noxs-v3-container {
        width: calc(100% - 24px);
    }

    .noxs-v3-actions {
        gap: 5px;
    }

    .noxs-v3-search button {
        min-width: 48px;
        padding: 0 12px;
    }

    .noxs-v3-all-categories span {
        display: none;
    }

    .noxs-v3-hero-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .noxs-v3-button {
        width: 100%;
    }

    .noxs-v3-made-copy h2 {
        font-size: 28px;
    }

    .noxs-v3-made-copy > div {
        font-size: 14px;
    }

    .noxs-v3-made-media {
        min-height: 200px;
    }

    .noxs-v3-benefit-grid .noxs-v3-icon {
        width: 22px;
        height: 22px;
    }

    .noxs-v3-benefit-grid small {
        display: none;
    }

    .noxs-v3-why-grid {
        grid-template-columns: 1fr;
    }

    .noxs-v3-why-card {
        min-height: 210px;
    }

    .noxs-v3-confidence-band {
        padding: 18px;
    }

    .noxs-v3-confidence-band > a {
        margin-left: 0;
    }

    .noxs-v3-section-heading {
        display: block;
    }

    .noxs-v3-section-heading > a {
        margin-top: 12px;
    }

    .noxs-v3-footer-grid {
        grid-template-columns: 1fr 1fr;
    }

    .noxs-v3-footer-brand {
        grid-column: 1 / -1;
    }

    .noxs-v3-footer-bottom {
        gap: 18px;
    }
}


/* Fiche produit V2 - apercu prive */
body.noxs-product-v2 {
    --noxs-product-ink: #17191c;
    --noxs-product-muted: #62666d;
    --noxs-product-line: #dedfe2;
    --noxs-product-soft: #f5f6f7;
    --noxs-product-yellow: #f6bd16;
    --noxs-product-yellow-dark: #d79c00;
    --noxs-product-green: #147a52;
    --noxs-product-blue: #173b4d;
    color: var(--noxs-product-ink);
}

body.noxs-product-v2 #tbay-main-content {
    background: #fff;
}

body.noxs-product-v2 #main-container {
    max-width: 1240px;
    width: calc(100% - 40px);
    padding-right: 0;
    padding-left: 0;
}

body.noxs-product-v2 .noxs-product-v2-duplicate {
    display: none !important;
}

body.noxs-product-v2 .noxs-product-v2-root,
body.noxs-product-v2 .noxs-product-v2-root * {
    letter-spacing: 0;
}

body.noxs-product-v2 #wrapper-container {
    overflow-x: clip !important;
    overflow-y: visible !important;
}

body.noxs-product-v2 .noxs-product-v2-root > .row {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(410px, .92fr);
    gap: 56px;
    align-items: start;
    margin: 0;
    padding: 18px 0 42px;
}

body.noxs-product-v2 .noxs-product-v2-root > .row::before,
body.noxs-product-v2 .noxs-product-v2-root > .row::after {
    display: none !important;
    content: none !important;
}

body.noxs-product-v2 .noxs-product-v2-root > .row > .image-mains,
body.noxs-product-v2 .noxs-product-v2-root > .row > .information {
    float: none !important;
    width: auto;
    max-width: none;
    min-width: 0;
    margin: 0 !important;
    padding: 0 !important;
}

body.noxs-product-v2 .noxs-product-v2-breadcrumb {
    display: flex;
    align-items: center;
    gap: 9px;
    min-width: 0;
    padding: 22px 0 4px;
    color: #74777c;
    font-size: 13px;
    line-height: 1.5;
}

body.noxs-product-v2 .noxs-product-v2-breadcrumb a {
    color: #555a60;
}

body.noxs-product-v2 .noxs-product-v2-breadcrumb a:hover {
    color: #111;
    text-decoration: underline;
}

body.noxs-product-v2 .noxs-product-v2-breadcrumb strong {
    min-width: 0;
    overflow: hidden;
    color: #282b2f;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.noxs-product-v2 .noxs-product-v2-root .woocommerce-product-gallery {
    float: none;
    width: 100%;
    margin: 0;
}

body.noxs-product-v2 .noxs-product-v2-root .woocommerce-product-gallery .flex-viewport {
    overflow: hidden;
    border: 1px solid #e3e4e6;
    border-radius: 6px;
    background: var(--noxs-product-soft);
}

body.noxs-product-v2 .noxs-product-v2-root .woocommerce-product-gallery__image a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--noxs-product-soft);
}

body.noxs-product-v2 .noxs-product-v2-root .woocommerce-product-gallery__image img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

body.noxs-product-v2 .noxs-product-v2-root .flex-control-thumbs img {
    border: 1px solid #e2e3e5;
    border-radius: 4px;
    background: #fff;
    opacity: .76;
}

body.noxs-product-v2 .noxs-product-v2-root .flex-control-thumbs img:hover,
body.noxs-product-v2 .noxs-product-v2-root .flex-control-thumbs img.flex-active {
    border-color: var(--noxs-product-ink);
    opacity: 1;
}

body.noxs-product-v2 .noxs-product-v2-root .summary.entry-summary {
    float: none;
    width: 100%;
    margin: 0;
    padding: 30px;
    border: 1px solid var(--noxs-product-line);
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 12px 34px rgba(20, 24, 29, .07);
}

body.noxs-product-v2 .noxs-product-v2-root .product_title {
    margin: 0 0 11px;
    color: var(--noxs-product-ink);
    font-size: 29px;
    font-weight: 700;
    line-height: 1.22;
    text-transform: none;
}

body.noxs-product-v2 .noxs-product-v2-root .woocommerce-product-rating {
    display: flex;
    align-items: center;
    gap: 15px;
    min-height: 28px;
    margin: 0 0 13px;
    color: var(--noxs-product-muted);
    font-size: 13px;
}

body.noxs-product-v2 .noxs-product-v2-root .woocommerce-product-rating a,
body.noxs-product-v2 .noxs-product-v2-root .woocommerce-product-rating .rate-sold {
    color: var(--noxs-product-muted);
}

body.noxs-product-v2 .noxs-product-v2-root .summary > .price {
    margin: 0 0 18px;
    color: #b52424;
    font-size: 34px;
    font-weight: 750;
    line-height: 1.1;
}

body.noxs-product-v2 .noxs-product-v2-root .woocommerce-product-details__short-description {
    margin: 0 0 19px;
    color: #4f545a;
    font-size: 15px;
    line-height: 1.72;
}

body.noxs-product-v2 .noxs-product-v2-root .woocommerce-product-details__short-description p {
    margin: 0;
}

body.noxs-product-v2 .noxs-product-v2-root .noxs-product-v2-repeated-title {
    display: none;
}

body.noxs-product-v2 .noxs-product-v2-highlights {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    margin: 0 0 18px;
    border: 1px solid var(--noxs-product-line);
}

body.noxs-product-v2 .noxs-product-v2-highlights > div {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    align-items: center;
    min-width: 0;
    padding: 11px 12px;
}

body.noxs-product-v2 .noxs-product-v2-highlights > div:nth-child(odd) {
    border-right: 1px solid var(--noxs-product-line);
}

body.noxs-product-v2 .noxs-product-v2-highlights > div:nth-child(-n+2) {
    border-bottom: 1px solid var(--noxs-product-line);
}

body.noxs-product-v2 .noxs-product-v2-highlights span {
    grid-row: 1 / span 2;
    display: grid;
    place-items: center;
    width: 27px;
    height: 27px;
    color: #6b5400;
    background: #fff0ae;
}

body.noxs-product-v2 .noxs-product-v2-highlights svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

body.noxs-product-v2 .noxs-product-v2-highlights b,
body.noxs-product-v2 .noxs-product-v2-highlights small {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.noxs-product-v2 .noxs-product-v2-highlights b {
    color: #2e3135;
    font-size: 13px;
    line-height: 1.25;
}

body.noxs-product-v2 .noxs-product-v2-highlights small {
    margin-top: 2px;
    color: #777b80;
    font-size: 11px;
    line-height: 1.25;
}

body.noxs-product-v2 .noxs-product-v2-root .stock.in-stock {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 15px;
    color: var(--noxs-product-green);
    font-size: 14px;
    font-weight: 700;
}

body.noxs-product-v2 .noxs-product-v2-delivery-promise {
    display: flex;
    align-items: center;
    gap: 11px;
    margin: 0 0 15px;
    padding: 12px 13px;
    border-left: 3px solid var(--noxs-product-green);
    background: #edf7f2;
}

body.noxs-product-v2 .noxs-product-v2-delivery-promise > span {
    display: grid;
    flex: 0 0 auto;
    place-items: center;
    width: 31px;
    height: 31px;
    color: var(--noxs-product-green);
}

body.noxs-product-v2 .noxs-product-v2-delivery-promise svg,
body.noxs-product-v2 .noxs-product-v2-seller svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

body.noxs-product-v2 .noxs-product-v2-delivery-promise p,
body.noxs-product-v2 .noxs-product-v2-delivery-promise b,
body.noxs-product-v2 .noxs-product-v2-delivery-promise small {
    display: block;
    margin: 0;
}

body.noxs-product-v2 .noxs-product-v2-delivery-promise b {
    color: #155f43;
    font-size: 13px;
    line-height: 1.3;
}

body.noxs-product-v2 .noxs-product-v2-delivery-promise small {
    margin-top: 2px;
    color: #4f695e;
    font-size: 11px;
    line-height: 1.35;
}

body.noxs-product-v2 .noxs-product-v2-delivery-time {
    display: inline-flex;
    align-items: center;
    margin-left: 6px;
    padding: 2px 6px;
    border-radius: 999px;
    background: #d8efe4;
    color: #0f6f4a;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.2;
    white-space: nowrap;
}

body.noxs-product-v2 .noxs-product-v2-payment-trust {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin: -4px 0 12px;
    padding: 8px 10px;
    border: 1px solid #e1e4e8;
    border-radius: 5px;
    background: #fafbfc;
}

body.noxs-product-v2 .noxs-product-v2-payment-security,
body.noxs-product-v2 .noxs-product-v2-payment-methods {
    display: inline-flex;
    align-items: center;
}

body.noxs-product-v2 .noxs-product-v2-payment-security {
    flex: 0 0 auto;
    gap: 6px;
    color: #30343a;
}

body.noxs-product-v2 .noxs-product-v2-payment-security svg {
    width: 15px;
    height: 15px;
    fill: none;
    stroke: var(--noxs-product-green);
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

body.noxs-product-v2 .noxs-product-v2-payment-security b {
    font-size: 11.5px;
    line-height: 1.2;
    white-space: nowrap;
}

body.noxs-product-v2 .noxs-product-v2-payment-methods {
    min-width: 0;
    gap: 4px;
}

body.noxs-product-v2 .noxs-product-v2-payment-method {
    display: inline-grid;
    place-items: center;
    height: 22px;
    padding: 0 6px;
    border: 1px solid #dfe2e6;
    border-radius: 4px;
    background: #fff;
    font-size: 9.5px;
    font-weight: 800;
    font-style: normal;
    line-height: 1;
    white-space: nowrap;
}

body.noxs-product-v2 .noxs-product-v2-payment-method.is-visa {
    color: #1434cb;
    font-style: italic;
}

body.noxs-product-v2 .noxs-product-v2-payment-method.is-mastercard {
    color: #292929;
    font-size: 8.5px;
}

body.noxs-product-v2 .noxs-product-v2-payment-method.is-paypal {
    color: #003087;
}

body.noxs-product-v2 .noxs-product-v2-root .stock.in-stock::before {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #24a36c;
    content: '';
}

body.noxs-product-v2 .noxs-product-v2-root form.cart {
    display: grid;
    grid-template-columns: 105px minmax(0, 1fr) 48px;
    gap: 9px;
    width: 100%;
    height: auto;
    margin: 0;
}

body.noxs-product-v2 .noxs-product-v2-root form.cart #shop-now {
    display: contents;
}

body.noxs-product-v2 .noxs-product-v2-root form.cart .quantity,
body.noxs-product-v2 .noxs-product-v2-root form.cart .single_add_to_cart_button,
body.noxs-product-v2 .noxs-product-v2-root form.cart .tbay-buy-now,
body.noxs-product-v2 .noxs-product-v2-root form.cart .group-button {
    float: none;
    width: auto;
    margin: 0;
}

body.noxs-product-v2 .noxs-product-v2-root form.cart .quantity {
    grid-column: 1;
    grid-row: 1;
}

body.noxs-product-v2 .noxs-product-v2-root form.cart .quantity .box {
    display: grid;
    grid-template-columns: 31px 41px 31px;
    width: 105px;
    height: 50px;
    border: 1px solid #cfd1d4;
    background: #fff;
}

body.noxs-product-v2 .noxs-product-v2-root form.cart .quantity button,
body.noxs-product-v2 .noxs-product-v2-root form.cart .quantity input {
    width: 100%;
    height: 48px;
    min-height: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: #24272a;
    text-align: center;
}

body.noxs-product-v2 .noxs-product-v2-root form.cart .quantity button:hover {
    background: var(--noxs-product-soft);
}

body.noxs-product-v2 .noxs-product-v2-root form.cart .single_add_to_cart_button,
body.noxs-product-v2 .noxs-product-v2-root form.cart .tbay-buy-now {
    min-height: 50px;
    padding: 0 17px;
    border: 1px solid transparent;
    border-radius: 0;
    font-size: 13px;
    font-weight: 750;
    line-height: 48px;
    text-align: center;
    text-transform: none;
}

body.noxs-product-v2 .noxs-product-v2-root form.cart .single_add_to_cart_button {
    grid-column: 2;
    grid-row: 1;
    background: var(--noxs-product-yellow);
    color: #17191c;
}

body.noxs-product-v2 .noxs-product-v2-root form.cart .single_add_to_cart_button:hover {
    background: var(--noxs-product-yellow-dark);
    color: #111;
}

body.noxs-product-v2 .noxs-product-v2-root form.cart .tbay-buy-now {
    grid-column: 1 / 3;
    grid-row: 2;
    background: var(--noxs-product-blue);
    color: #fff;
}

body.noxs-product-v2 .noxs-product-v2-root form.cart .tbay-buy-now:hover {
    background: #0e2c3b;
    color: #fff;
}

body.noxs-product-v2 .noxs-product-v2-root form.cart .group-button {
    grid-column: 3;
    grid-row: 1;
}

body.noxs-product-v2 .noxs-product-v2-root form.cart .tbay-wishlist,
body.noxs-product-v2 .noxs-product-v2-root form.cart .button-wishlist,
body.noxs-product-v2 .noxs-product-v2-root form.cart .yith-wcwl-add-to-wishlist-button-block,
body.noxs-product-v2 .noxs-product-v2-root form.cart .yith-wcwl-add-to-wishlist-button {
    display: grid;
    place-items: center;
    width: 48px;
    height: 50px;
    margin: 0;
}

body.noxs-product-v2 .noxs-product-v2-root form.cart .yith-wcwl-add-to-wishlist-button {
    border: 1px solid #cfd1d4;
    color: #2e3236;
    background: #fff;
}

body.noxs-product-v2 .noxs-product-v2-root form.cart .yith-wcwl-icon {
    width: 21px;
    height: 21px;
}

body.noxs-product-v2 .noxs-product-v2-root form.cart .yith-wcwl-add-to-wishlist-button__label {
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: 1px;
    clip: rect(0 0 0 0);
}

body.noxs-product-v2 .noxs-product-v2-cart-note {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 12px 0 0;
    color: #666b70;
    font-size: 12px;
    line-height: 1.4;
}

body.noxs-product-v2 .noxs-product-v2-cart-note svg {
    flex: 0 0 auto;
    width: 17px;
    height: 17px;
    fill: none;
    stroke: var(--noxs-product-green);
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

body.noxs-product-v2 .noxs-product-v2-root .tbay-button-popup-wrap,
body.noxs-product-v2 .noxs-product-v2-root .urna-social-links {
    display: none;
}

body.noxs-product-v2 .noxs-product-v2-root .product_meta {
    margin: 20px 0 0;
    padding-top: 15px;
    border-top: 1px solid var(--noxs-product-line);
    color: #777b80;
    font-size: 12px;
}

body.noxs-product-v2 .noxs-product-v2-seller {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr) auto;
    align-items: center;
    gap: 11px;
    margin: 18px 0 0;
    padding: 15px 0;
    border-top: 1px solid var(--noxs-product-line);
    border-bottom: 1px solid var(--noxs-product-line);
}

body.noxs-product-v2 .noxs-product-v2-seller > span {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    color: #6b5400;
    background: #fff0ae;
}

body.noxs-product-v2 .noxs-product-v2-seller p,
body.noxs-product-v2 .noxs-product-v2-seller b,
body.noxs-product-v2 .noxs-product-v2-seller small {
    display: block;
    min-width: 0;
    margin: 0;
}

body.noxs-product-v2 .noxs-product-v2-seller small {
    color: #777b80;
    font-size: 11px;
}

body.noxs-product-v2 .noxs-product-v2-seller b {
    margin-top: 3px;
    color: #292d31;
    font-size: 12px;
    line-height: 1.35;
    white-space: normal;
}

body.noxs-product-v2 .noxs-product-v2-seller a {
    color: #2d515d;
    font-size: 11px;
    font-weight: 700;
    text-decoration: underline;
}

/* Dokan: conserver ses donnees et ses actions, harmoniser seulement leur cadre. */
body.noxs-product-v2 .noxs-product-v2-root .summary > .dokan-vendor-info-wrap,
body.noxs-product-v2 .noxs-product-v2-root .summary > [class*="dokan-store"] {
    margin: 18px 0 0;
    padding: 15px 0;
    border-top: 1px solid var(--noxs-product-line);
    border-bottom: 1px solid var(--noxs-product-line);
    background: transparent;
}

body.noxs-product-v2 .noxs-product-v2-root .summary .dokan-vendor-info-wrap a,
body.noxs-product-v2 .noxs-product-v2-root .summary [class*="dokan-store"] a,
body.noxs-product-v2 .noxs-product-v2-root #tab-seller a {
    color: #245361;
}

body.noxs-product-v2 .noxs-product-v2-root #tab-seller,
body.noxs-product-v2 .noxs-product-v2-root .woocommerce-Tabs-panel--seller {
    overflow: visible;
    max-height: none;
}

body.noxs-product-v2 .noxs-product-v2-trust {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 0 0 52px;
    border-top: 1px solid var(--noxs-product-line);
    border-bottom: 1px solid var(--noxs-product-line);
}

body.noxs-product-v2 .noxs-product-v2-trust > div {
    display: flex;
    align-items: center;
    min-width: 0;
    padding: 19px 18px;
    border-right: 1px solid var(--noxs-product-line);
}

body.noxs-product-v2 .noxs-product-v2-trust > div:last-child {
    border-right: 0;
}

body.noxs-product-v2 .noxs-product-v2-trust > div > span {
    display: grid;
    flex: 0 0 auto;
    place-items: center;
    width: 38px;
    height: 38px;
    margin-right: 12px;
    color: #30545f;
    background: #e7f0f2;
}

body.noxs-product-v2 .noxs-product-v2-trust svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

body.noxs-product-v2 .noxs-product-v2-trust p,
body.noxs-product-v2 .noxs-product-v2-trust b,
body.noxs-product-v2 .noxs-product-v2-trust small {
    display: block;
    min-width: 0;
    margin: 0;
}

body.noxs-product-v2 .noxs-product-v2-trust b {
    color: #292d31;
    font-size: 13px;
    line-height: 1.3;
}

body.noxs-product-v2 .noxs-product-v2-trust small {
    margin-top: 3px;
    color: #777b80;
    font-size: 11px;
    line-height: 1.35;
}

body.noxs-product-v2 .noxs-product-v2-root .upsells {
    margin: 0 0 56px;
    padding: 0;
}

body.noxs-product-v2 .noxs-product-v2-root .upsells .tbay-addon-title {
    margin: 0 0 20px;
    color: var(--noxs-product-ink);
    font-size: 25px;
    font-weight: 700;
    text-transform: none;
}

body.noxs-product-v2 .noxs-product-v2-root .upsells .slick-list {
    overflow: hidden;
}

body.noxs-product-v2 .noxs-product-v2-root .upsells .tbay-addon-content {
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

body.noxs-product-v2 .noxs-product-v2-root .upsells .slick-track {
    display: flex !important;
    gap: 18px;
    width: max-content !important;
    transform: none !important;
}

body.noxs-product-v2 .noxs-product-v2-root .upsells .slick-slide {
    flex: 0 0 260px;
    width: 260px !important;
}

body.noxs-product-v2 .noxs-product-v2-root .upsells .product-block {
    overflow: hidden;
    border: 1px solid var(--noxs-product-line);
    border-radius: 5px;
    background: #fff;
}

body.noxs-product-v2 .noxs-product-v2-root .upsells figure.image,
body.noxs-product-v2 .noxs-product-v2-root .upsells .tbay-product-slider-gallery,
body.noxs-product-v2 .noxs-product-v2-root .upsells .gallery_item {
    width: 100%;
    height: 258px;
    margin: 0;
    background: var(--noxs-product-soft);
}

body.noxs-product-v2 .noxs-product-v2-root .upsells figure.image img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
}

body.noxs-product-v2 .noxs-product-v2-root .upsells .caption {
    min-height: 112px;
    padding: 14px;
}

body.noxs-product-v2 .noxs-product-v2-root .upsells .caption .name {
    overflow: hidden;
    min-height: 40px;
    margin: 0 0 8px;
    font-size: 14px;
    line-height: 1.4;
}

body.noxs-product-v2 .noxs-product-v2-root .upsells .caption .price {
    color: var(--noxs-product-ink);
    font-size: 16px;
    font-weight: 700;
}

body.noxs-product-v2 .noxs-product-v2-root .woocommerce-tabs {
    margin: 0 0 64px;
    border: 0;
}

body.noxs-product-v2 .noxs-product-v2-root .woocommerce-tabs > ul.tabs {
    display: flex;
    align-items: flex-end;
    gap: 32px;
    overflow-x: auto;
    margin: 0;
    padding: 0;
    border: 0;
    border-bottom: 1px solid var(--noxs-product-line);
    scrollbar-width: none;
}

body.noxs-product-v2 .noxs-product-v2-root .woocommerce-tabs > ul.tabs::-webkit-scrollbar {
    display: none;
}

body.noxs-product-v2 .noxs-product-v2-root .woocommerce-tabs > ul.tabs li {
    flex: 0 0 auto;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
}

body.noxs-product-v2 .noxs-product-v2-root .woocommerce-tabs > ul.tabs li a {
    display: block;
    padding: 15px 0 13px;
    border-bottom: 3px solid transparent;
    color: #64686d;
    font-size: 14px;
    font-weight: 650;
    line-height: 1.2;
    text-transform: none;
}

body.noxs-product-v2 .noxs-product-v2-root .woocommerce-tabs > ul.tabs li.active a {
    border-bottom-color: var(--noxs-product-yellow);
    color: var(--noxs-product-ink);
}

body.noxs-product-v2 .noxs-product-v2-root .woocommerce-Tabs-panel {
    padding: 30px 0 0;
    color: #464b50;
}

body.noxs-product-v2 .noxs-product-v2-root .noxs-product-v2-description-collapsed:not(.is-expanded) {
    position: relative;
    overflow: hidden;
    max-height: 1100px;
}

body.noxs-product-v2 .noxs-product-v2-root .noxs-product-v2-description-collapsed:not(.is-expanded)::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 190px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 86%);
    content: '';
    pointer-events: none;
}

body.noxs-product-v2 .noxs-product-v2-description-toggle {
    display: block;
    min-width: 220px;
    min-height: 46px;
    margin: 20px auto 0;
    padding: 10px 22px;
    border: 1px solid #26292d;
    border-radius: 0;
    background: #fff;
    color: #202327;
    font-size: 13px;
    font-weight: 700;
}

body.noxs-product-v2 .noxs-product-v2-description-toggle:hover {
    background: #202327;
    color: #fff;
}

@media (max-width: 1099px) {
    body.noxs-product-v2 .noxs-product-v2-root > .row {
        gap: 32px;
        grid-template-columns: minmax(0, 1fr) minmax(360px, .95fr);
    }

    body.noxs-product-v2 .noxs-product-v2-root .summary.entry-summary {
        padding: 24px;
    }

    body.noxs-product-v2 .noxs-product-v2-trust {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.noxs-product-v2 .noxs-product-v2-trust > div:nth-child(2) {
        border-right: 0;
    }

    body.noxs-product-v2 .noxs-product-v2-trust > div:nth-child(-n+2) {
        border-bottom: 1px solid var(--noxs-product-line);
    }
}

@media (max-width: 991px) {
    body.noxs-product-v2 #main-container {
        width: calc(100% - 30px);
    }

    body.noxs-product-v2 .noxs-product-v2-root > .row {
        display: block;
        padding-bottom: 32px;
    }

    body.noxs-product-v2 .noxs-product-v2-root > .row > .information {
        margin-top: 25px !important;
    }

    body.noxs-product-v2 .noxs-product-v2-root .summary.entry-summary {
        padding: 24px;
    }
}

@media (min-width: 992px) {
    body.noxs-product-v2.single-product #main-wrapper #main-container {
        width: calc(100% - 32px) !important;
        max-width: 1600px !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    body.noxs-product-v2 .noxs-product-v2-root > .row {
        grid-template-columns: minmax(0, 1.28fr) minmax(430px, .72fr);
        gap: 40px;
    }
}

@media (max-width: 767px) {
    body.noxs-product-v2 {
        padding-bottom: 54px;
    }

    body.noxs-product-v2 #main-container {
        width: 100%;
    }

    body.noxs-product-v2 .noxs-product-v2-breadcrumb {
        gap: 7px;
        padding: 14px 15px 8px;
        font-size: 11px;
    }

    body.noxs-product-v2 .noxs-product-v2-root > .row {
        padding: 0 15px 24px;
    }

    body.noxs-product-v2 .noxs-product-v2-root > .row > .information {
        margin-top: 20px !important;
    }

    body.noxs-product-v2 .noxs-product-v2-root .woocommerce-product-gallery .flex-viewport {
        border-right: 0;
        border-left: 0;
        border-radius: 0;
    }

    body.noxs-product-v2 .noxs-product-v2-root .summary.entry-summary {
        padding: 0;
        border: 0;
        box-shadow: none;
    }

    body.noxs-product-v2 .noxs-product-v2-root .product_title {
        margin-bottom: 8px;
        font-size: 24px;
        line-height: 1.26;
    }

    body.noxs-product-v2 .noxs-product-v2-root .summary > .price {
        margin-bottom: 14px;
        font-size: 29px;
    }

    body.noxs-product-v2 .noxs-product-v2-root .woocommerce-product-details__short-description {
        display: -webkit-box;
        overflow: hidden;
        margin-bottom: 16px;
        font-size: 14px;
        line-height: 1.6;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    body.noxs-product-v2 .noxs-product-v2-highlights > div {
        grid-template-columns: 29px minmax(0, 1fr);
        padding: 10px 8px;
    }

    body.noxs-product-v2 .noxs-product-v2-highlights small {
        display: none;
    }

    body.noxs-product-v2 .noxs-product-v2-root form.cart {
        display: none;
    }

    body.noxs-product-v2 .noxs-product-v2-cart-note {
        display: none;
    }

    body.noxs-product-v2 .noxs-product-v2-root .product_meta {
        margin-top: 12px;
    }

    body.noxs-product-v2 .noxs-product-v2-delivery-promise {
        padding: 11px;
    }

    body.noxs-product-v2 .noxs-product-v2-delivery-promise small {
        display: none;
    }

    body.noxs-product-v2 .noxs-product-v2-seller {
        grid-template-columns: 36px minmax(0, 1fr);
    }

    body.noxs-product-v2 .noxs-product-v2-seller a {
        display: none;
    }

    body.noxs-product-v2 .noxs-product-v2-trust {
        margin-bottom: 38px;
    }

    body.noxs-product-v2 .noxs-product-v2-trust > div {
        padding: 14px 12px;
    }

    body.noxs-product-v2 .noxs-product-v2-trust > div > span {
        width: 34px;
        height: 34px;
        margin-right: 9px;
    }

    body.noxs-product-v2 .noxs-product-v2-trust b {
        font-size: 12px;
    }

    body.noxs-product-v2 .noxs-product-v2-trust small {
        display: none;
    }

    body.noxs-product-v2 .noxs-product-v2-root .upsells,
    body.noxs-product-v2 .noxs-product-v2-root .woocommerce-tabs {
        margin-right: 15px;
        margin-left: 15px;
    }

    body.noxs-product-v2 .noxs-product-v2-root .upsells .tbay-addon-title {
        font-size: 22px;
    }

    body.noxs-product-v2 .noxs-product-v2-root .upsells .slick-track {
        gap: 12px;
    }

    body.noxs-product-v2 .noxs-product-v2-root .upsells .slick-slide {
        flex-basis: calc(50vw - 24px);
        width: calc(50vw - 24px) !important;
    }

    body.noxs-product-v2 .noxs-product-v2-root .upsells figure.image,
    body.noxs-product-v2 .noxs-product-v2-root .upsells .tbay-product-slider-gallery,
    body.noxs-product-v2 .noxs-product-v2-root .upsells .gallery_item {
        height: calc(50vw - 24px);
    }

    body.noxs-product-v2 .noxs-product-v2-root .woocommerce-tabs > ul.tabs {
        gap: 23px;
    }

    body.noxs-product-v2 .noxs-product-v2-root .woocommerce-tabs > ul.tabs li a {
        padding-top: 13px;
        font-size: 13px;
    }

    body.noxs-product-v2 .noxs-product-v2-root .woocommerce-Tabs-panel {
        padding-top: 22px;
    }

    body.noxs-product-v2 .noxs-product-v2-root .noxs-product-v2-description-collapsed:not(.is-expanded) {
        max-height: 760px;
    }

    body.noxs-product-v2 .mobile-btn-cart-click.has-buy-now {
        z-index: 1005;
        display: grid !important;
        position: fixed !important;
        right: 0;
        bottom: 0;
        left: 0;
        grid-template-columns: 1fr 1fr;
        width: 100% !important;
        height: 54px;
        border-top: 1px solid #d9dadd;
        background: #fff;
        box-shadow: 0 -5px 18px rgba(18, 22, 27, .12);
    }

    body.noxs-product-v2 .mobile-btn-cart-click.has-buy-now > div {
        display: grid;
        place-items: center;
        width: auto;
        height: 54px;
        border: 0;
        border-radius: 0;
        font-size: 13px;
        font-weight: 750;
    }

    body.noxs-product-v2 .mobile-btn-cart-click.has-buy-now > div:first-child {
        background: var(--noxs-product-yellow);
        color: #17191c;
    }

    body.noxs-product-v2 .mobile-btn-cart-click.has-buy-now > div:last-child {
        background: var(--noxs-product-blue);
        color: #fff;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.noxs-product-v2 *,
    body.noxs-product-v2 *::before,
    body.noxs-product-v2 *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    body.noxs-product-v2 #main-container {
        width: calc(100% - 30px);
    }

    body.noxs-product-v2 .noxs-product-v2-root > .row {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(360px, .95fr);
        gap: 30px;
        padding-bottom: 36px;
    }

    body.noxs-product-v2 .noxs-product-v2-root > .row > .information {
        margin-top: 0 !important;
    }

    body.noxs-product-v2 .noxs-product-v2-root .summary.entry-summary {
        padding: 22px;
    }

    body.noxs-product-v2 .noxs-product-v2-root .product_title {
        font-size: 25px;
    }

    body.noxs-product-v2 .noxs-product-v2-root .summary > .price {
        font-size: 30px;
    }

    body.noxs-product-v2 .noxs-product-v2-highlights small {
        display: none;
    }

    body.noxs-product-v2 .tbay-to-top {
        display: none !important;
    }
}

/* Flux vertical sous la galerie */
body.noxs-product-v2 .noxs-product-v2-stream {
    min-width: 0;
    margin-top: 24px;
}

body.noxs-product-v2 .noxs-product-v2-stream-nav {
    z-index: 12;
    display: flex;
    position: sticky;
    top: 58px;
    align-items: center;
    gap: 2px;
    overflow-x: auto;
    margin: 0 0 2px;
    padding: 7px;
    border: 1px solid #e0e1e4;
    border-radius: 6px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 8px 22px rgba(20, 24, 29, .07);
    scrollbar-width: none;
}

body.noxs-product-v2 .noxs-product-v2-stream-nav::-webkit-scrollbar {
    display: none;
}

body.noxs-product-v2 .noxs-product-v2-stream-nav a {
    flex: 0 0 auto;
    padding: 8px 11px;
    border-bottom: 2px solid transparent;
    color: #555a60;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

body.noxs-product-v2 .noxs-product-v2-stream-nav a:hover,
body.noxs-product-v2 .noxs-product-v2-stream-nav a.is-active {
    border-bottom-color: var(--noxs-product-yellow);
    color: var(--noxs-product-ink);
}

body.noxs-product-v2 .noxs-product-v2-stream-section,
body.noxs-product-v2 .noxs-product-v2-stream-panel,
body.noxs-product-v2 .noxs-product-v2-explore {
    scroll-margin-top: 126px;
}

body.noxs-product-v2 .noxs-product-v2-stream-section {
    padding: 28px 0;
    border-bottom: 1px solid var(--noxs-product-line);
}

body.noxs-product-v2 .noxs-product-v2-stream-heading,
body.noxs-product-v2 .noxs-product-v2-explore-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 18px;
}

body.noxs-product-v2 .noxs-product-v2-stream-heading span,
body.noxs-product-v2 .noxs-product-v2-explore-heading > div:first-child > span {
    display: block;
    margin-bottom: 5px;
    color: #73777c;
    font-size: 10px;
    font-weight: 750;
    line-height: 1.3;
    text-transform: uppercase;
}

body.noxs-product-v2 .noxs-product-v2-stream-heading h2,
body.noxs-product-v2 .noxs-product-v2-explore-heading h2 {
    margin: 0;
    color: var(--noxs-product-ink);
    font-size: 21px;
    font-weight: 750;
    line-height: 1.25;
    text-transform: none;
}

body.noxs-product-v2 .noxs-product-v2-stream-heading > a,
body.noxs-product-v2 .noxs-product-v2-stream-heading > button {
    flex: 0 0 auto;
    padding-bottom: 2px;
    border-bottom: 1px solid #7b7f84;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    background: transparent;
    color: #34383d;
    font-size: 12px;
    font-weight: 700;
}

body.noxs-product-v2 .noxs-product-v2-stream-reviews-empty .noxs-product-v2-stream-native-panel {
    display: none !important;
}

body.noxs-product-v2 .noxs-product-v2-stream-reviews-empty.is-open .noxs-product-v2-stream-native-panel {
    display: block !important;
}

body.noxs-product-v2 .noxs-product-v2-review-snapshot {
    display: flex;
    align-items: center;
    gap: 14px;
}

body.noxs-product-v2 .noxs-product-v2-review-snapshot > strong {
    display: grid;
    flex: 0 0 52px;
    place-items: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #f0f7f2;
    color: var(--noxs-product-green);
    font-size: 22px;
    line-height: 1;
}

body.noxs-product-v2 .noxs-product-v2-review-snapshot p,
body.noxs-product-v2 .noxs-product-v2-review-snapshot b,
body.noxs-product-v2 .noxs-product-v2-review-snapshot small {
    display: block;
    margin: 0;
}

body.noxs-product-v2 .noxs-product-v2-review-snapshot b {
    color: #2c3034;
    font-size: 14px;
}

body.noxs-product-v2 .noxs-product-v2-review-snapshot small {
    margin-top: 3px;
    color: #70747a;
    font-size: 12px;
    line-height: 1.45;
}

body.noxs-product-v2 .noxs-product-v2-stream-native-panel {
    display: block !important;
    margin-top: 22px;
    padding: 22px 0 0 !important;
    border-top: 1px solid #ececef;
}

body.noxs-product-v2 .noxs-product-v2-stream-seller-line {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) auto;
    align-items: center;
    gap: 13px;
}

body.noxs-product-v2 .noxs-product-v2-stream-seller-line > span {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border: 1px solid #dfe4e6;
    border-radius: 50%;
    color: #245361;
}

body.noxs-product-v2 .noxs-product-v2-stream-seller-line svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.6;
}

body.noxs-product-v2 .noxs-product-v2-stream-seller-line p,
body.noxs-product-v2 .noxs-product-v2-stream-seller-line b,
body.noxs-product-v2 .noxs-product-v2-stream-seller-line small {
    display: block;
    min-width: 0;
    margin: 0;
}

body.noxs-product-v2 .noxs-product-v2-stream-seller-line b {
    overflow-wrap: anywhere;
    color: #2c3034;
    font-size: 14px;
}

body.noxs-product-v2 .noxs-product-v2-stream-seller-line small {
    margin-top: 3px;
    color: #72767b;
    font-size: 11px;
    line-height: 1.4;
}

body.noxs-product-v2 .noxs-product-v2-stream-seller-line > a {
    color: #245361;
    font-size: 11px;
    font-weight: 750;
    white-space: nowrap;
}

body.noxs-product-v2 .noxs-product-v2-stream .noxs-product-v2-trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 26px 0 0;
    border: 1px solid var(--noxs-product-line);
    border-radius: 6px;
}

body.noxs-product-v2 .noxs-product-v2-stream .noxs-product-v2-trust > div {
    padding: 14px 12px;
    border-right: 1px solid var(--noxs-product-line);
}

body.noxs-product-v2 .noxs-product-v2-stream .noxs-product-v2-trust > div:nth-child(2n) {
    border-right: 0;
}

body.noxs-product-v2 .noxs-product-v2-stream .noxs-product-v2-trust > div:nth-child(-n+2) {
    border-bottom: 1px solid var(--noxs-product-line);
}

body.noxs-product-v2 .noxs-product-v2-story-tabs {
    min-width: 0;
    margin: 0 !important;
}

body.noxs-product-v2 .noxs-product-v2-story-tabs > ul.tabs {
    display: none !important;
}

body.noxs-product-v2 .noxs-product-v2-root #woocommerce-tabs.noxs-product-v2-story-tabs > ul.tabs {
    display: none !important;
}

body.noxs-product-v2 .noxs-product-v2-story-tabs > .woocommerce-Tabs-panel {
    display: block !important;
    min-width: 0;
    margin: 0;
    padding: 30px 0 !important;
    border-bottom: 1px solid var(--noxs-product-line);
}

body.noxs-product-v2 .noxs-product-v2-story-tabs > .noxs-product-v2-stream-empty {
    display: none !important;
}

body.noxs-product-v2 .noxs-product-v2-stream-title {
    margin: 0 0 20px;
    color: var(--noxs-product-ink);
    font-size: 21px;
    font-weight: 750;
    line-height: 1.25;
    text-transform: none;
}

body.noxs-product-v2 .noxs-product-v2-story-tabs .elementor,
body.noxs-product-v2 .noxs-product-v2-story-tabs .elementor-section,
body.noxs-product-v2 .noxs-product-v2-story-tabs .elementor-container,
body.noxs-product-v2 .noxs-product-v2-story-tabs .elementor-column,
body.noxs-product-v2 .noxs-product-v2-story-tabs .elementor-widget-wrap {
    max-width: 100% !important;
}

body.noxs-product-v2 .noxs-product-v2-story-tabs img,
body.noxs-product-v2 .noxs-product-v2-story-tabs video,
body.noxs-product-v2 .noxs-product-v2-story-tabs iframe {
    max-width: 100% !important;
}

body.noxs-product-v2 .noxs-product-v2-story-tabs .noxs-product-v2-description-collapsed:not(.is-expanded) {
    max-height: 1040px;
}

body.noxs-product-v2 .noxs-product-v2-story-tabs .noxs-product-v2-description-toggle {
    margin: 4px auto 28px;
}

body.noxs-product-v2 .noxs-product-v2-recommendations-replaced {
    display: none !important;
}

/* Rayon de recommandations */
body.noxs-product-v2 .noxs-product-v2-explore {
    min-width: 0;
    margin-top: 2px;
    padding: 38px 0 54px;
    border-top: 1px solid var(--noxs-product-line);
}

body.noxs-product-v2 .noxs-product-v2-explore-controls {
    display: flex;
    flex: 0 0 auto;
    gap: 7px;
}

body.noxs-product-v2 .noxs-product-v2-explore-controls button {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    padding: 0;
    border: 1px solid #d8dade;
    border-radius: 50%;
    background: #fff;
    color: #25292e;
    font-size: 23px;
    line-height: 1;
}

body.noxs-product-v2 .noxs-product-v2-explore-controls button:hover {
    border-color: #24282c;
    background: #24282c;
    color: #fff;
}

body.noxs-product-v2 .noxs-product-v2-explore-track {
    display: grid;
    grid-auto-columns: minmax(180px, calc((100% - 48px) / 5));
    grid-auto-flow: column;
    gap: 12px;
    overflow-x: auto;
    padding: 0 0 8px;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

body.noxs-product-v2 .noxs-product-v2-explore-track::-webkit-scrollbar {
    display: none;
}

body.noxs-product-v2 .noxs-product-v2-explore-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid #e1e2e5;
    border-radius: 6px;
    background: #fff;
    scroll-snap-align: start;
}

body.noxs-product-v2 .noxs-product-v2-explore-image {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-bottom: 1px solid #ebebed;
    background: #f6f6f7;
}

body.noxs-product-v2 .noxs-product-v2-explore-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform .22s ease;
}

body.noxs-product-v2 .noxs-product-v2-explore-card:hover .noxs-product-v2-explore-image img {
    transform: scale(1.025);
}

body.noxs-product-v2 .noxs-product-v2-explore-copy {
    padding: 12px;
}

body.noxs-product-v2 .noxs-product-v2-explore-options {
    display: block;
    margin-bottom: 5px;
    color: #147a52;
    font-size: 9px;
    font-weight: 750;
    line-height: 1.3;
    text-transform: uppercase;
}

body.noxs-product-v2 .noxs-product-v2-explore-card h3 {
    display: -webkit-box;
    overflow: hidden;
    min-height: 36px;
    margin: 0 0 8px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.38;
    text-transform: none;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

body.noxs-product-v2 .noxs-product-v2-explore-card h3 a {
    color: #2a2e32;
}

body.noxs-product-v2 .noxs-product-v2-explore-price {
    min-height: 22px;
    color: #b52424;
    font-size: 16px;
    font-weight: 750;
    line-height: 1.35;
}

body.noxs-product-v2 .noxs-product-v2-explore-link {
    display: inline-block;
    margin-top: 8px;
    color: #245361;
    font-size: 11px;
    font-weight: 750;
}

/* Produits a variantes WooCommerce */
body.noxs-product-v2 .noxs-product-v2-root form.cart.variations_form {
    display: block !important;
    grid-template-columns: none;
    gap: 0;
}

body.noxs-product-v2 .noxs-product-v2-variation-note {
    width: 100%;
    margin: 0 0 16px;
    padding: 12px 0;
    border-top: 1px solid #e5e6e8;
    border-bottom: 1px solid #e5e6e8;
}

body.noxs-product-v2 .noxs-product-v2-variation-note b,
body.noxs-product-v2 .noxs-product-v2-variation-note small {
    display: block;
    margin: 0;
}

body.noxs-product-v2 .noxs-product-v2-variation-note b {
    color: #2b2f34;
    font-size: 13px;
}

body.noxs-product-v2 .noxs-product-v2-variation-note small {
    margin-top: 3px;
    color: #70747a;
    font-size: 11px;
    line-height: 1.45;
}

body.noxs-product-v2 .noxs-product-v2-root form.variations_form table.variations {
    display: table !important;
    width: 100%;
    margin: 0 0 14px;
    border: 0;
}

body.noxs-product-v2 .noxs-product-v2-root form.variations_form table.variations tr {
    display: grid;
    grid-template-columns: 1fr;
    gap: 7px;
    width: 100%;
    margin-bottom: 14px;
}

body.noxs-product-v2 .noxs-product-v2-root form.variations_form table.variations th,
body.noxs-product-v2 .noxs-product-v2-root form.variations_form table.variations td {
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    text-align: left;
}

body.noxs-product-v2 .noxs-product-v2-root form.variations_form table.variations label {
    margin: 0;
    color: #303439;
    font-size: 13px;
    font-weight: 750;
}

body.noxs-product-v2 .noxs-product-v2-root form.variations_form table.variations select {
    width: 100%;
    min-height: 44px;
    padding: 0 38px 0 12px;
    border: 1px solid #d7d9dc;
    border-radius: 4px;
    background-color: #fff;
    color: #25292d;
    font-size: 13px;
}

body.noxs-product-v2 .noxs-product-v2-root form.variations_form .variable-items-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    padding: 0;
}

body.noxs-product-v2 .noxs-product-v2-root form.variations_form .variable-item {
    display: grid;
    min-width: 42px;
    min-height: 42px;
    margin: 0;
    padding: 5px 9px;
    place-items: center;
    border: 1px solid #d7d9dc;
    border-radius: 4px;
    background: #fff;
    box-shadow: none;
}

body.noxs-product-v2 .noxs-product-v2-root form.variations_form .variable-item.selected,
body.noxs-product-v2 .noxs-product-v2-root form.variations_form .variable-item[aria-checked="true"] {
    border-color: #282c30;
    box-shadow: inset 0 0 0 1px #282c30;
}

body.noxs-product-v2 .noxs-product-v2-root form.variations_form .reset_variations {
    display: inline-block;
    margin-top: 7px;
    color: #676b70;
    font-size: 11px;
    text-decoration: underline;
}

body.noxs-product-v2 .noxs-product-v2-root form.variations_form .woocommerce-variation-price {
    margin: 4px 0 13px;
    color: #b52424;
    font-size: 22px;
    font-weight: 750;
}

body.noxs-product-v2 .noxs-product-v2-root form.variations_form .single_variation_wrap,
body.noxs-product-v2 .noxs-product-v2-root form.variations_form .woocommerce-variation {
    width: 100%;
}

body.noxs-product-v2 .noxs-product-v2-root form.variations_form .single_variation_wrap {
    margin-top: 8px;
}

body.noxs-product-v2 .noxs-product-v2-root form.variations_form .woocommerce-variation-description p {
    margin: 0 0 12px;
    color: #555a60;
    font-size: 12px;
    line-height: 1.5;
}

body.noxs-product-v2 .noxs-product-v2-root form.variations_form .woocommerce-variation-add-to-cart {
    display: grid !important;
    grid-template-columns: 105px minmax(0, 1fr) 48px;
    gap: 9px;
    width: 100%;
    margin-top: 14px;
}

body.noxs-product-v2 .noxs-product-v2-root form.variations_form .single_add_to_cart_button.disabled,
body.noxs-product-v2 .noxs-product-v2-root form.variations_form .single_add_to_cart_button:disabled,
body.noxs-product-v2 .noxs-product-v2-root form.variations_form .tbay-buy-now:disabled {
    cursor: not-allowed;
    opacity: .5;
}

@media (min-width: 768px) {
    body.noxs-product-v2.single-product .singular-shop .noxs-product-v2-root > .row > .information {
        position: sticky !important;
        top: 76px !important;
        align-self: start;
        padding-right: 0 !important;
        padding-left: 0 !important;
        max-height: none;
        overflow: visible;
    }

    body.admin-bar.noxs-product-v2.single-product .singular-shop .noxs-product-v2-root > .row > .information {
        top: 108px !important;
    }

    body.noxs-product-v2 .noxs-product-v2-root .summary.entry-summary {
        padding: 20px;
    }

    body.noxs-product-v2 .noxs-product-v2-root .product_title {
        margin-bottom: 7px;
        font-size: 26px;
        line-height: 1.16;
    }

    body.noxs-product-v2 .noxs-product-v2-root .woocommerce-product-rating {
        min-height: 22px;
        margin-bottom: 7px;
        font-size: 12px;
    }

    body.noxs-product-v2 .noxs-product-v2-root .summary > .price {
        margin-bottom: 10px;
        font-size: 30px;
    }

    body.noxs-product-v2 .noxs-product-v2-root .woocommerce-product-details__short-description {
        display: -webkit-box;
        overflow: hidden;
        margin-bottom: 11px;
        font-size: 13px;
        line-height: 1.48;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    body.noxs-product-v2 .noxs-product-v2-highlights {
        margin-bottom: 10px;
    }

    body.noxs-product-v2 .noxs-product-v2-highlights > div {
        grid-template-columns: 27px minmax(0, 1fr);
        padding: 7px 9px;
    }

    body.noxs-product-v2 .noxs-product-v2-highlights span {
        width: 23px;
        height: 23px;
    }

    body.noxs-product-v2 .noxs-product-v2-highlights small,
    body.noxs-product-v2 .noxs-product-v2-delivery-promise small,
    body.noxs-product-v2 .noxs-product-v2-variation-note small {
        display: none;
    }

    body.noxs-product-v2 .noxs-product-v2-delivery-promise {
        margin-bottom: 9px;
        padding: 9px 10px;
    }

    body.noxs-product-v2 .noxs-product-v2-root .stock.in-stock {
        margin-bottom: 9px;
        font-size: 13px;
    }

    body.noxs-product-v2 .noxs-product-v2-root form.cart,
    body.noxs-product-v2 .noxs-product-v2-root form.variations_form .woocommerce-variation-add-to-cart {
        grid-template-columns: 82px minmax(0, 1fr) minmax(0, 1fr);
        gap: 6px;
    }

    body.noxs-product-v2 .noxs-product-v2-root form.cart .quantity .box {
        grid-template-columns: 26px 30px 26px;
        width: 82px;
        border-radius: 5px;
    }

    body.noxs-product-v2 .noxs-product-v2-root form.cart .tbay-buy-now,
    body.noxs-product-v2 .noxs-product-v2-root form.variations_form .tbay-buy-now {
        grid-column: 3;
        grid-row: 1;
    }

    body.noxs-product-v2 .noxs-product-v2-root form.cart .single_add_to_cart_button,
    body.noxs-product-v2 .noxs-product-v2-root form.cart .tbay-buy-now,
    body.noxs-product-v2 .noxs-product-v2-root form.variations_form .single_add_to_cart_button,
    body.noxs-product-v2 .noxs-product-v2-root form.variations_form .tbay-buy-now {
        height: 50px !important;
        min-height: 50px;
        padding: 0 4px !important;
        line-height: 48px !important;
        text-transform: none !important;
        white-space: nowrap;
        border-radius: 5px !important;
    }

    body.noxs-product-v2 .noxs-product-v2-root form.cart .single_add_to_cart_button,
    body.noxs-product-v2 .noxs-product-v2-root form.variations_form .single_add_to_cart_button {
        font-size: 11px !important;
    }

    body.noxs-product-v2 .noxs-product-v2-root form.cart .tbay-buy-now,
    body.noxs-product-v2 .noxs-product-v2-root form.variations_form .tbay-buy-now {
        font-size: 10.5px !important;
    }

    body.noxs-product-v2 .noxs-product-v2-root form.cart .group-button,
    body.noxs-product-v2 .noxs-product-v2-cart-note,
    body.noxs-product-v2 .summary.entry-summary > .noxs-product-v2-seller,
    body.noxs-product-v2 .summary.entry-summary > .product_meta,
    body.noxs-product-v2 .summary.entry-summary > .dokan-vendor-info-wrap,
    body.noxs-product-v2 .summary.entry-summary > .dokan-vendor-name,
    body.noxs-product-v2 .summary.entry-summary > .dokan-store-name,
    body.noxs-product-v2 .summary.entry-summary > .store-name {
        display: none !important;
    }

    body.noxs-product-v2 .noxs-product-v2-variation-note {
        margin-bottom: 8px;
        padding: 7px 0;
    }

    body.noxs-product-v2 .noxs-product-v2-root form.variations_form table.variations {
        margin-bottom: 8px;
    }

    body.noxs-product-v2 .noxs-product-v2-root form.variations_form table.variations tr {
        gap: 4px;
        margin-bottom: 8px;
    }

    body.noxs-product-v2 .noxs-product-v2-root form.variations_form table.variations select {
        min-height: 40px;
    }

    body.noxs-product-v2 .noxs-product-v2-root form.variations_form .single_variation_wrap {
        margin-top: 4px;
    }

    body.noxs-product-v2 .noxs-product-v2-root form.variations_form .woocommerce-variation-add-to-cart {
        margin-top: 8px;
    }
}

@media (max-width: 767px) {
    body.noxs-product-v2 .noxs-product-v2-stream {
        margin: 16px 15px 0;
    }

    body.noxs-product-v2 .noxs-product-v2-stream-nav {
        top: 56px;
        margin-right: -15px;
        margin-left: -15px;
        padding-right: 15px;
        padding-left: 15px;
        border-right: 0;
        border-left: 0;
        border-radius: 0;
    }

    body.admin-bar.noxs-product-v2 .noxs-product-v2-stream-nav {
        top: 88px;
    }

    body.noxs-product-v2 .noxs-product-v2-story-tabs {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    body.noxs-product-v2 .noxs-product-v2-stream-seller-line {
        grid-template-columns: 42px minmax(0, 1fr);
    }

    body.noxs-product-v2 .noxs-product-v2-stream-seller-line > a {
        grid-column: 2;
        justify-self: start;
    }

    body.noxs-product-v2 .noxs-product-v2-explore-track {
        grid-auto-columns: minmax(170px, 58%);
    }

    body.noxs-product-v2 .noxs-product-v2-root form.cart.variations_form {
        display: block;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    body.admin-bar.noxs-product-v2.single-product .singular-shop .noxs-product-v2-root > .row > .information {
        top: 82px !important;
    }
}

/* NOXS global footer V3 */
body #tbay-customize-footer {
    display: none !important;
}


/* NOXS global header V3 */
body #tbay-customize-header,
body .topbar-device-mobile {
    display: none !important;
}

@media (max-width: 782px) {
    body.admin-bar .noxs-v3-header {
        top: 46px;
    }
}


/* NOXS legacy product sticky bar */
body.single-product #sticky-menu-bar {
    display: none !important;
}

.noxs-global-header-v3 {
    width: 100%;
    margin-left: 0;
}


/* NOXS checkout V3 - rapide, sans script ni ressource externe */
body.woocommerce-checkout {
    --noxs-checkout-ink: #171719;
    --noxs-checkout-muted: #62656a;
    --noxs-checkout-line: #dde0e2;
    --noxs-checkout-soft: #f5f6f6;
    --noxs-checkout-yellow: #f6c344;
    --noxs-checkout-green: #0b6b5f;
    background: var(--noxs-checkout-soft);
}

body.woocommerce-checkout #tbay-breadscrumb,
body.woocommerce-checkout .footer-device-mobile,
body.woocommerce-checkout .noxs-v3-utility,
body.woocommerce-checkout .noxs-v3-categorybar,
body.woocommerce-checkout .noxs-v3-search,
body.woocommerce-checkout .noxs-v3-actions {
    display: none !important;
}

body.woocommerce-checkout .noxs-global-header-v3 {
    position: relative;
    top: auto !important;
    box-shadow: 0 1px 0 rgba(23, 23, 25, 0.12);
}

body.woocommerce-checkout .noxs-v3-mainbar {
    min-height: 72px;
    grid-template-columns: 1fr auto;
}

body.woocommerce-checkout .noxs-v3-mainbar::after {
    content: "Paiement sécurisé";
    padding-left: 24px;
    color: var(--noxs-checkout-green);
    background: linear-gradient(90deg, var(--noxs-checkout-line) 1px, transparent 1px) left center / 1px 34px no-repeat;
    font-size: 13px;
    font-weight: 700;
}

body.woocommerce-checkout #main-wrapper,
body.woocommerce-checkout #tbay-main-content {
    background: var(--noxs-checkout-soft);
}

body.woocommerce-checkout #main-container {
    width: min(1240px, calc(100% - 40px));
    max-width: none;
    margin: 0 auto;
    padding: 28px 0 64px;
}

body.woocommerce-checkout #main-container > .row {
    margin: 0;
}

body.woocommerce-checkout #main {
    width: 100%;
    padding: 0;
}

.noxs-checkout-v3-head {
    margin-bottom: 22px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 32px;
}

.noxs-checkout-v3-title span {
    display: block;
    margin-bottom: 7px;
    color: var(--noxs-checkout-green);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.noxs-checkout-v3-title h1 {
    margin: 0;
    color: var(--noxs-checkout-ink);
    font-size: 30px;
    line-height: 1.15;
    font-weight: 800;
}

.noxs-checkout-v3-title p {
    margin: 9px 0 0;
    color: var(--noxs-checkout-muted);
    font-size: 14px;
}

.noxs-checkout-v3-steps {
    min-width: 360px;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    list-style: none;
}

.noxs-checkout-v3-steps li {
    position: relative;
    padding-top: 24px;
    color: #808388;
    text-align: center;
    font-size: 11px;
    font-weight: 700;
}

.noxs-checkout-v3-steps li::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 50%;
    z-index: 2;
    width: 12px;
    height: 12px;
    margin-left: -6px;
    border: 2px solid #b6babd;
    border-radius: 50%;
    background: #ffffff;
}

.noxs-checkout-v3-steps li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 50%;
    width: 100%;
    height: 2px;
    background: #d4d7d9;
}

.noxs-checkout-v3-steps .is-done,
.noxs-checkout-v3-steps .is-active {
    color: var(--noxs-checkout-ink);
}

.noxs-checkout-v3-steps .is-done::before,
.noxs-checkout-v3-steps .is-active::before {
    border-color: var(--noxs-checkout-green);
    background: var(--noxs-checkout-green);
}

.noxs-checkout-v3-steps .is-done::after {
    background: var(--noxs-checkout-green);
}

body.woocommerce-checkout .woocommerce-form-coupon-toggle {
    margin: 0 0 16px;
}

body.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
    min-height: 46px;
    margin: 0;
    padding: 13px 16px;
    border: 1px solid var(--noxs-checkout-line);
    border-radius: 6px;
    color: var(--noxs-checkout-muted);
    background: #ffffff;
    font-size: 13px;
}

body.woocommerce-checkout form.checkout_coupon {
    margin: -6px 0 18px;
    padding: 16px;
    border: 1px solid var(--noxs-checkout-line);
    border-radius: 6px;
    background: #ffffff;
}

body.woocommerce-checkout form.checkout {
    margin: 0;
    display: grid !important;
    grid-template-columns: minmax(0, 1.25fr) minmax(380px, 0.75fr);
    align-items: start;
    gap: 24px;
}

body.woocommerce-checkout form.checkout > .hidden-lg,
body.woocommerce-checkout form.checkout > .hidden-md,
body.woocommerce-checkout form.checkout > .hidden-sm,
body.woocommerce-checkout form.checkout > .hidden-xs {
    display: none !important;
}

body.woocommerce-checkout form.checkout > .billing-wrapper,
body.woocommerce-checkout form.checkout > .review-wrapper {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    float: none;
}

body.woocommerce-checkout .woocommerce-billing-fields,
body.woocommerce-checkout .order-review,
body.woocommerce-checkout .order-payment {
    padding: 24px;
    border: 1px solid var(--noxs-checkout-line);
    border-radius: 8px;
    background: #ffffff;
}

body.woocommerce-checkout .review-wrapper {
    position: sticky;
    top: 24px;
    align-self: start;
}

body.woocommerce-checkout .order-payment {
    margin-top: 16px;
}

body.woocommerce-checkout .woocommerce-billing-fields > h3,
body.woocommerce-checkout #order_review_heading,
body.woocommerce-checkout #order_payment_heading {
    margin: 0 0 20px;
    color: var(--noxs-checkout-ink);
    font-size: 19px;
    line-height: 1.3;
    font-weight: 800;
    text-transform: none;
}

body.woocommerce-checkout .woocommerce-billing-fields > h3::before {
    content: "1";
    width: 28px;
    height: 28px;
    margin-right: 10px;
    display: inline-grid;
    place-items: center;
    border-radius: 50%;
    color: #ffffff;
    background: var(--noxs-checkout-green);
    font-size: 13px;
}

body.woocommerce-checkout #order_review_heading::before {
    content: "2";
}

body.woocommerce-checkout #order_payment_heading::before {
    content: "3";
}

body.woocommerce-checkout #order_review_heading::before,
body.woocommerce-checkout #order_payment_heading::before {
    width: 28px;
    height: 28px;
    margin-right: 10px;
    display: inline-grid;
    place-items: center;
    border-radius: 50%;
    color: #ffffff;
    background: var(--noxs-checkout-green);
    font-size: 13px;
}

body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row {
    width: 100%;
    margin: 0;
    padding: 0;
    float: none;
}

body.woocommerce-checkout #billing_phone_field,
body.woocommerce-checkout #billing_country_field {
    grid-column: 1 / -1;
}

body.woocommerce-checkout .form-row label {
    margin: 0 0 7px;
    color: #35383b;
    font-size: 13px;
    line-height: 1.35;
    font-weight: 700;
}

body.woocommerce-checkout .form-row input.input-text,
body.woocommerce-checkout .form-row textarea,
body.woocommerce-checkout .form-row select,
body.woocommerce-checkout .select2-container .select2-selection--single {
    width: 100%;
    min-height: 48px;
    margin: 0;
    padding: 0 13px;
    border: 1px solid #cfd3d6;
    border-radius: 4px;
    outline: 0;
    color: var(--noxs-checkout-ink);
    background: #ffffff;
    box-shadow: none;
    font-size: 14px;
}

body.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 9px 24px 9px 0;
    line-height: 28px;
}

body.woocommerce-checkout .form-row input:focus,
body.woocommerce-checkout .form-row textarea:focus,
body.woocommerce-checkout .form-row select:focus {
    border-color: var(--noxs-checkout-green);
    box-shadow: 0 0 0 2px rgba(11, 107, 95, 0.12);
}

body.woocommerce-checkout .shop_table {
    margin: 0;
    border: 0;
    font-size: 13px;
}

body.woocommerce-checkout .shop_table th,
body.woocommerce-checkout .shop_table td {
    padding: 13px 0;
    border: 0;
    border-bottom: 1px solid #eceeef;
    vertical-align: top;
}

body.woocommerce-checkout .shop_table th:last-child,
body.woocommerce-checkout .shop_table td:last-child {
    padding-left: 16px;
    text-align: right;
    white-space: nowrap;
}

body.woocommerce-checkout .shop_table .product-name {
    color: #36393c;
    line-height: 1.45;
}

body.woocommerce-checkout .shop_table .product-quantity {
    color: var(--noxs-checkout-muted);
    font-weight: 600;
}

body.woocommerce-checkout .shop_table .order-total th,
body.woocommerce-checkout .shop_table .order-total td {
    padding-top: 17px;
    border-bottom: 0;
    color: var(--noxs-checkout-ink);
    font-size: 18px;
    font-weight: 800;
}

body.woocommerce-checkout #payment {
    padding: 0;
    border: 0;
    background: transparent;
}

body.woocommerce-checkout #payment ul.payment_methods {
    margin: 0;
    padding: 0;
    border: 0;
}

body.woocommerce-checkout #payment li.wc_payment_method {
    margin: 0 0 9px;
    padding: 13px 14px;
    border: 1px solid var(--noxs-checkout-line);
    border-radius: 6px;
    background: #ffffff;
}

body.woocommerce-checkout #payment li.wc_payment_method:has(input:checked) {
    border-color: var(--noxs-checkout-green);
    box-shadow: 0 0 0 2px rgba(11, 107, 95, 0.08);
}

body.woocommerce-checkout #payment li.wc_payment_method > label {
    margin: 0;
    color: var(--noxs-checkout-ink);
    font-weight: 700;
}

body.woocommerce-checkout #payment div.payment_box {
    margin: 12px -2px 0;
    padding: 14px;
    border-radius: 4px;
    color: var(--noxs-checkout-muted);
    background: var(--noxs-checkout-soft);
    font-size: 13px;
}

body.woocommerce-checkout #payment .place-order {
    margin: 14px 0 0;
    padding: 0;
}

body.woocommerce-checkout #payment #place_order,
body.woocommerce-checkout #payment .ppcp-button-wrapper,
body.woocommerce-checkout #payment .wcpay-payment-request-wrapper {
    width: 100%;
}

body.woocommerce-checkout #payment #place_order {
    min-height: 52px;
    margin: 14px 0 0;
    padding: 0 20px;
    border: 1px solid #d9a900;
    border-radius: 4px;
    color: var(--noxs-checkout-ink);
    background: var(--noxs-checkout-yellow);
    font-size: 15px;
    font-weight: 800;
    text-transform: none;
}

body.woocommerce-checkout #payment #place_order:hover {
    background: #eeb72b;
}

.noxs-checkout-v3-assurance {
    margin-top: 16px;
    padding-top: 16px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    border-top: 1px solid var(--noxs-checkout-line);
}

.noxs-checkout-v3-assurance span {
    min-width: 0;
    color: var(--noxs-checkout-muted);
    text-align: center;
    font-size: 10px;
    line-height: 1.35;
    font-weight: 700;
}

.noxs-checkout-v3-assurance b {
    width: 28px;
    height: 28px;
    margin: 0 auto 6px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: var(--noxs-checkout-green);
    background: #e7f3ef;
    font-size: 13px;
}

@media (max-width: 991px) {
    body.woocommerce-checkout #main-container {
        width: min(760px, calc(100% - 32px));
        padding-top: 20px;
    }

    .noxs-checkout-v3-head {
        align-items: flex-start;
        flex-direction: column;
        gap: 20px;
    }

    .noxs-checkout-v3-steps {
        width: 100%;
        min-width: 0;
    }

    body.woocommerce-checkout form.checkout {
        grid-template-columns: 1fr;
    }

    body.woocommerce-checkout .review-wrapper {
        position: static;
    }
}

@media (max-width: 600px) {
    body.woocommerce-checkout .noxs-v3-mainbar {
        min-height: 62px;
    }

    body.woocommerce-checkout .noxs-v3-mainbar::after {
        padding-left: 14px;
        font-size: 11px;
    }

    body.woocommerce-checkout #main-container {
        width: calc(100% - 24px);
        padding-bottom: 34px;
    }

    .noxs-checkout-v3-title h1 {
        font-size: 25px;
    }

    .noxs-checkout-v3-title p {
        font-size: 13px;
    }

    body.woocommerce-checkout .woocommerce-billing-fields,
    body.woocommerce-checkout .order-review,
    body.woocommerce-checkout .order-payment {
        padding: 18px;
    }

    body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
        grid-template-columns: 1fr;
        gap: 13px;
    }

    body.woocommerce-checkout #billing_phone_field,
    body.woocommerce-checkout #billing_country_field {
        grid-column: auto;
    }

    .noxs-checkout-v3-assurance {
        grid-template-columns: 1fr;
    }

    .noxs-checkout-v3-assurance span {
        display: flex;
        align-items: center;
        gap: 9px;
        text-align: left;
    }

    .noxs-checkout-v3-assurance b {
        margin: 0;
        flex: 0 0 28px;
    }
}


/* NOXS checkout row clearfix fix */
body.woocommerce-checkout form.checkout::before,
body.woocommerce-checkout form.checkout::after {
    display: none !important;
    content: none !important;
}


/* NOXS checkout form padding fix */
body.woocommerce-checkout form.checkout {
    padding: 0 !important;
}


/* NOXS checkout reassurance and upsell */
.noxs-checkout-v3-promises {
    margin: 0 0 16px;
    padding: 14px 16px;
    display: grid;
    gap: 8px;
    border: 1px solid #bcded3;
    border-radius: 6px;
    background: #edf7f3;
}

.noxs-checkout-v3-promises p {
    margin: 0;
    display: flex;
    align-items: flex-start;
    gap: 9px;
    color: #244d46;
    font-size: 12px;
    line-height: 1.45;
    font-weight: 700;
}

.noxs-checkout-v3-promises p::before {
    content: "✓";
    width: 18px;
    height: 18px;
    display: inline-grid;
    place-items: center;
    flex: 0 0 18px;
    border-radius: 50%;
    color: #ffffff;
    background: var(--noxs-checkout-green);
    font-size: 10px;
}

.noxs-checkout-v3-upsell {
    margin-top: 34px;
    padding-top: 28px;
    border-top: 1px solid var(--noxs-checkout-line);
}

.noxs-checkout-v3-upsell-head {
    margin-bottom: 16px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
}

.noxs-checkout-v3-upsell h2 {
    margin: 0;
    color: var(--noxs-checkout-ink);
    font-size: 22px;
    line-height: 1.25;
    font-weight: 800;
}

.noxs-checkout-v3-upsell-head p {
    margin: 0;
    color: var(--noxs-checkout-muted);
    font-size: 12px;
}

.noxs-checkout-v3-upsell-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.noxs-checkout-v3-product {
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--noxs-checkout-line);
    border-radius: 6px;
    color: var(--noxs-checkout-ink);
    background: #ffffff;
    text-decoration: none !important;
}

.noxs-checkout-v3-product:hover {
    border-color: #aeb4b7;
    box-shadow: 0 5px 16px rgba(23, 23, 25, 0.08);
}

.noxs-checkout-v3-product img {
    width: 100%;
    aspect-ratio: 1 / 1;
    display: block;
    object-fit: cover;
    background: #f2f3f3;
}

.noxs-checkout-v3-product-copy {
    padding: 12px;
    display: grid;
    gap: 8px;
}

.noxs-checkout-v3-product-title {
    min-height: 38px;
    overflow: hidden;
    color: #303336;
    font-size: 13px;
    line-height: 1.45;
    font-weight: 600;
}

.noxs-checkout-v3-product-price {
    color: var(--noxs-checkout-ink);
    font-size: 15px;
    font-weight: 800;
}

.noxs-checkout-v3-product-price del {
    margin-left: 5px;
    color: #8a8d91;
    font-size: 11px;
    font-weight: 500;
}

@media (max-width: 991px) {
    .noxs-checkout-v3-upsell-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 480px) {
    .noxs-checkout-v3-upsell-head {
        align-items: flex-start;
        flex-direction: column;
        gap: 5px;
    }

    .noxs-checkout-v3-upsell-grid {
        gap: 10px;
    }

    .noxs-checkout-v3-product-copy {
        padding: 10px;
    }
}


/* NOXS global footer width fix */
.noxs-global-footer-v3 {
    width: 100%;
    margin-left: 0;
}


/* NOXS checkout billing width fix */
body.woocommerce-checkout .woocommerce-billing-fields {
    width: 100% !important;
    max-width: none !important;
}


/* NOXS checkout customer column fix */
body.woocommerce-checkout #customer_details .col-1,
body.woocommerce-checkout #customer_details .col-2 {
    width: 100% !important;
    max-width: none !important;
    float: none !important;
}

/* NOXS checkout address and adaptive upsell placement */
body.woocommerce-checkout #billing_address_1_field {
    grid-column: 1 / -1;
}

.noxs-checkout-v3-upsell--desktop {
    display: block;
    margin-top: 24px;
}

.noxs-checkout-v3-upsell--mobile {
    display: none;
}

@media (max-width: 991px) {
    .noxs-checkout-v3-upsell--desktop {
        display: none;
    }

    .noxs-checkout-v3-upsell--mobile {
        display: block;
    }
}

/* NOXS checkout: adresse obligatoire */
body.woocommerce-checkout #billing_address_1_field .optional {
    display: none !important;
}


/* NOXS CART V3 - mise en page legere inspiree des grandes marketplaces */
body.woocommerce-cart {
    --noxs-cart-ink: #171719;
    --noxs-cart-muted: #666a70;
    --noxs-cart-line: #e1e3e6;
    --noxs-cart-soft: #f5f6f7;
    --noxs-cart-yellow: #f7b500;
    --noxs-cart-yellow-dark: #d99b00;
    --noxs-cart-green: #087d5b;
    background: var(--noxs-cart-soft);
}

body.woocommerce-cart #main-container {
    width: calc(100% - 40px);
    max-width: 1480px;
    padding-top: 30px;
    padding-bottom: 54px;
}

body.woocommerce-cart #main.site-main > .woocommerce::before {
    content: "Votre panier";
    display: block;
    margin: 0 0 22px;
    color: var(--noxs-cart-ink);
    font-size: 30px;
    line-height: 1.2;
    font-weight: 800;
}

body.woocommerce-cart .woocommerce-cart-form > .row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 390px;
    gap: 24px;
    align-items: start;
    margin: 0;
}

body.woocommerce-cart .woocommerce-cart-form > .row::before,
body.woocommerce-cart .woocommerce-cart-form > .row::after {
    display: none;
    content: none;
}

body.woocommerce-cart .woocommerce-cart-form > .row > .col-md-8,
body.woocommerce-cart .woocommerce-cart-form > .row > .tb-cart-total {
    width: auto;
    max-width: none;
    float: none;
    padding: 0;
}

body.woocommerce-cart .woocommerce-cart-form__contents {
    overflow: hidden;
    border: 1px solid var(--noxs-cart-line);
    border-radius: 6px;
    background: #ffffff;
}

body.woocommerce-cart .woocommerce-cart-form__contents > .cart_item {
    display: grid;
    grid-template-columns: minmax(280px, 1fr) 86px 116px 86px 34px;
    gap: 16px;
    align-items: center;
    margin: 0;
    padding: 18px 20px;
    border: 0;
    border-bottom: 1px solid var(--noxs-cart-line);
    background: #ffffff;
}

body.woocommerce-cart .woocommerce-cart-form__contents > .cart_item.head {
    min-height: 44px;
    padding-top: 11px;
    padding-bottom: 11px;
    color: var(--noxs-cart-muted);
    background: #fafafa;
    font-size: 11px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
}

body.woocommerce-cart .woocommerce-cart-form__contents > .cart_item:last-of-type {
    border-bottom: 0;
}

body.woocommerce-cart .cart_item .product-info {
    min-width: 0;
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 16px;
    align-items: center;
}

body.woocommerce-cart .cart_item.head .product-info {
    display: block;
}

body.woocommerce-cart .cart_item .product-info > a {
    display: block;
}

body.woocommerce-cart .cart_item .product-info img {
    width: 112px;
    height: 112px;
    display: block;
    object-fit: cover;
    border: 1px solid #eceeef;
    border-radius: 4px;
    background: #f4f4f4;
}

body.woocommerce-cart .cart_item .product-name {
    min-width: 0;
}

body.woocommerce-cart .cart_item .product-name a {
    display: -webkit-box;
    overflow: hidden;
    color: var(--noxs-cart-ink);
    font-size: 14px;
    line-height: 1.45;
    font-weight: 700;
    text-transform: none;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

body.woocommerce-cart .cart_item .product-name a:hover {
    color: #9c6d00;
}

body.woocommerce-cart .cart_item .product-price,
body.woocommerce-cart .cart_item .product-subtotal {
    color: var(--noxs-cart-ink);
    font-size: 14px;
    font-weight: 700;
}

body.woocommerce-cart .cart_item .product-subtotal {
    font-size: 15px;
}

body.woocommerce-cart .cart_item .quantity .box {
    width: 108px;
    height: 38px;
    display: grid;
    grid-template-columns: 34px 40px 34px;
    overflow: hidden;
    border: 1px solid #cfd2d5;
    border-radius: 4px;
    background: #ffffff;
}

body.woocommerce-cart .cart_item .quantity button,
body.woocommerce-cart .cart_item .quantity input.qty {
    width: 100%;
    min-width: 0;
    height: 36px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    color: var(--noxs-cart-ink);
    background: transparent;
    text-align: center;
}

body.woocommerce-cart .cart_item .quantity button:hover {
    background: #f0f1f2;
}

body.woocommerce-cart .cart_item .product-remove {
    text-align: center;
}

body.woocommerce-cart .cart_item .product-remove a.remove {
    width: 32px;
    height: 32px;
    display: inline-grid;
    place-items: center;
    border-radius: 4px;
    color: #73777c !important;
    background: transparent !important;
    font-size: 17px;
}

body.woocommerce-cart .cart_item .product-remove a.remove:hover {
    color: #b42318 !important;
    background: #fff0ee !important;
}

body.woocommerce-cart .cart-bottom {
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 16px;
    border-top: 1px solid var(--noxs-cart-line);
    background: #ffffff;
}

body.woocommerce-cart .cart-bottom .continue-to-shop,
body.woocommerce-cart .cart-bottom .update-cart {
    float: none !important;
}

body.woocommerce-cart .cart-bottom a {
    color: #3d4145;
    font-size: 13px;
    font-weight: 700;
}

body.woocommerce-cart .cart-bottom .update {
    min-height: 38px;
    padding: 0 14px;
    border: 1px solid #d3d5d8;
    border-radius: 4px;
    color: #34373a;
    background: #ffffff;
    font-size: 12px;
    font-weight: 700;
}

body.woocommerce-cart .cart-bottom .update:disabled {
    opacity: 0.48;
}

body.woocommerce-cart .tb-cart-total {
    position: sticky;
    top: 122px;
}

body.woocommerce-cart .cart-collaterals,
body.woocommerce-cart .cart_totals {
    width: 100%;
    float: none;
}

body.woocommerce-cart .cart_totals {
    overflow: hidden;
    padding: 0 20px 18px;
    border: 1px solid var(--noxs-cart-line);
    border-radius: 6px;
    background: #ffffff;
    box-shadow: 0 6px 20px rgba(20, 23, 26, 0.06);
}

body.woocommerce-cart .cart_totals h2 {
    margin: 0 -20px 8px;
    padding: 18px 20px 14px;
    border-bottom: 1px solid var(--noxs-cart-line);
    color: var(--noxs-cart-ink);
    font-size: 19px;
    line-height: 1.25;
    font-weight: 800;
    text-transform: none;
}

body.woocommerce-cart .cart_totals table,
body.woocommerce-cart .cart_totals tbody,
body.woocommerce-cart .cart_totals tr {
    width: 100%;
}

body.woocommerce-cart .cart_totals tr {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: start;
    padding: 11px 0;
    border: 0;
    border-bottom: 1px solid #eceeef;
}

body.woocommerce-cart .cart_totals th,
body.woocommerce-cart .cart_totals td {
    width: auto;
    padding: 0;
    border: 0;
    color: #4f5358;
    background: transparent;
    font-size: 13px;
    line-height: 1.45;
}

body.woocommerce-cart .cart_totals td {
    text-align: right;
}

body.woocommerce-cart .cart_totals .shipping {
    display: block;
}

body.woocommerce-cart .cart_totals .shipping th,
body.woocommerce-cart .cart_totals .shipping td {
    display: block;
    text-align: left;
}

body.woocommerce-cart .cart_totals .shipping th {
    margin-bottom: 7px;
}

body.woocommerce-cart .cart_totals #shipping_method {
    margin: 0 0 3px;
}

body.woocommerce-cart .cart_totals #shipping_method label {
    color: var(--noxs-cart-green);
    font-weight: 800;
}

body.woocommerce-cart .cart_totals .woocommerce-shipping-destination {
    margin: 4px 0 0;
    color: var(--noxs-cart-muted);
    font-size: 11px;
    line-height: 1.4;
}

body.woocommerce-cart .cart_totals .shipping-calculator-button {
    display: inline-block;
    margin-top: 7px;
    color: #35383c;
    font-size: 12px;
    font-weight: 700;
    text-decoration: underline;
}

body.woocommerce-cart .cart_totals .order-total {
    margin-top: 2px;
    padding: 15px 0 10px;
    border-bottom: 0;
}

body.woocommerce-cart .cart_totals .order-total th {
    color: var(--noxs-cart-ink);
    font-size: 15px;
    font-weight: 800;
}

body.woocommerce-cart .cart_totals .order-total .amount {
    color: var(--noxs-cart-ink);
    font-size: 23px;
    line-height: 1;
    font-weight: 900;
}

body.woocommerce-cart .wc-proceed-to-checkout {
    padding: 8px 0 0;
}

body.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
    width: 100%;
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 12px 18px;
    border: 1px solid var(--noxs-cart-yellow-dark);
    border-radius: 4px;
    color: #171719;
    background: var(--noxs-cart-yellow);
    box-shadow: none;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 900;
    text-align: center;
    text-transform: none;
}

body.woocommerce-cart .wc-proceed-to-checkout .checkout-button:hover {
    color: #171719;
    background: #ffc429;
}

body.woocommerce-cart .cart_totals::after {
    content: "Paiement sécurisé\A Protection de vos achats\A Livraison suivie";
    display: block;
    margin-top: 14px;
    padding: 12px 14px 12px 34px;
    border: 1px solid #cce5dc;
    border-radius: 4px;
    color: #225b4b;
    background: #eff8f5;
    font-size: 11px;
    line-height: 1.8;
    font-weight: 700;
    white-space: pre-line;
}

body.woocommerce-cart .coupon {
    margin-top: 14px;
    padding: 16px;
    border: 1px solid var(--noxs-cart-line);
    border-radius: 6px;
    background: #ffffff;
}

body.woocommerce-cart .coupon label {
    display: block;
    margin: 0 0 9px;
    color: var(--noxs-cart-ink);
    font-size: 13px;
    font-weight: 800;
}

body.woocommerce-cart .coupon .box {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    overflow: hidden;
    border: 1px solid #cfd2d5;
    border-radius: 4px;
}

body.woocommerce-cart .coupon input.text {
    width: 100%;
    min-width: 0;
    height: 42px;
    margin: 0;
    padding: 0 12px;
    border: 0;
    border-radius: 0;
    background: #ffffff;
    font-size: 12px;
}

body.woocommerce-cart .coupon button {
    min-height: 42px;
    margin: 0;
    padding: 0 15px;
    border: 0;
    border-left: 1px solid #cfd2d5;
    border-radius: 0;
    color: #ffffff;
    background: #222426;
    font-size: 12px;
    font-weight: 800;
}

body.woocommerce-cart .coupon button:hover {
    color: #ffffff;
    background: #000000;
}

body.woocommerce-cart .cross-sells {
    margin-top: 36px;
    padding-top: 28px;
    border-top: 1px solid var(--noxs-cart-line);
}

body.woocommerce-cart .cross-sells .tbay-addon-title {
    margin: 0 0 18px;
    color: var(--noxs-cart-ink);
    font-size: 23px;
    line-height: 1.25;
    font-weight: 800;
    text-transform: none;
}

body.woocommerce-cart .cross-sells .tbay-addon-content {
    min-height: 0;
}

body.woocommerce-cart .cross-sells .products {
    margin: 0;
}

body.woocommerce-cart .cross-sells .product-block {
    overflow: hidden;
    border: 1px solid var(--noxs-cart-line);
    border-radius: 6px;
    background: #ffffff;
    box-shadow: none;
}

body.woocommerce-cart .cross-sells .product-block:hover {
    border-color: #b5b8bc;
    box-shadow: 0 5px 16px rgba(23, 23, 25, 0.08);
}

body.woocommerce-cart .cross-sells .product-block .image {
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #f1f2f3;
}

body.woocommerce-cart .cross-sells .product-block .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.woocommerce-cart .cross-sells .product-block .caption {
    padding: 12px;
}

body.woocommerce-cart .cross-sells .product-block .name {
    min-height: 38px;
    margin: 0 0 8px;
    overflow: hidden;
    font-size: 13px;
    line-height: 1.45;
    font-weight: 700;
}

body.woocommerce-cart .cross-sells .product-block .price {
    color: var(--noxs-cart-ink);
    font-size: 15px;
    font-weight: 900;
}

@media (max-width: 1199px) {
    body.woocommerce-cart .woocommerce-cart-form > .row {
        grid-template-columns: minmax(0, 1fr) 340px;
        gap: 18px;
    }

    body.woocommerce-cart .woocommerce-cart-form__contents > .cart_item {
        grid-template-columns: minmax(250px, 1fr) 72px 110px 72px 30px;
        gap: 12px;
        padding-right: 15px;
        padding-left: 15px;
    }

    body.woocommerce-cart .cart_item .product-info {
        grid-template-columns: 96px minmax(0, 1fr);
        gap: 13px;
    }

    body.woocommerce-cart .cart_item .product-info img {
        width: 96px;
        height: 96px;
    }
}

@media (max-width: 991px) {
    body.woocommerce-cart #main-container {
        width: calc(100% - 28px);
        padding-top: 22px;
    }

    body.woocommerce-cart #main.site-main > .woocommerce::before {
        margin-bottom: 16px;
        font-size: 26px;
    }

    body.woocommerce-cart .woocommerce-cart-form > .row {
        grid-template-columns: 1fr;
    }

    body.woocommerce-cart .tb-cart-total {
        position: static;
    }

    body.woocommerce-cart .cart_totals {
        box-shadow: none;
    }

    body.woocommerce-cart .cross-sells {
        margin-top: 28px;
    }
}

@media (max-width: 767px) {
    body.woocommerce-cart #main-container {
        width: calc(100% - 20px);
        padding-top: 18px;
        padding-bottom: 90px;
    }

    body.woocommerce-cart #main.site-main > .woocommerce::before {
        font-size: 23px;
    }

    body.woocommerce-cart .woocommerce-cart-form__contents > .cart_item.head {
        display: none;
    }

    body.woocommerce-cart .woocommerce-cart-form__contents > .cart_item {
        position: relative;
        grid-template-columns: minmax(0, 1fr) auto;
        grid-template-areas:
            "info remove"
            "price price"
            "quantity subtotal";
        gap: 12px 14px;
        padding: 14px;
    }

    body.woocommerce-cart .cart_item .product-info {
        grid-area: info;
        grid-template-columns: 88px minmax(0, 1fr);
        gap: 12px;
        align-items: start;
    }

    body.woocommerce-cart .cart_item .product-info img {
        width: 88px;
        height: 88px;
    }

    body.woocommerce-cart .cart_item .product-name a {
        font-size: 13px;
        -webkit-line-clamp: 3;
    }

    body.woocommerce-cart .cart_item .product-price {
        grid-area: price;
        padding-left: 100px;
        color: var(--noxs-cart-muted);
        font-size: 12px;
    }

    body.woocommerce-cart .cart_item .product-price::before {
        content: "Prix unitaire : ";
        font-weight: 500;
    }

    body.woocommerce-cart .cart_item .product-quantity {
        grid-area: quantity;
        padding-left: 100px;
    }

    body.woocommerce-cart .cart_item .product-subtotal {
        grid-area: subtotal;
        align-self: center;
        text-align: right;
    }

    body.woocommerce-cart .cart_item .product-remove {
        grid-area: remove;
        align-self: start;
    }

    body.woocommerce-cart .cart-bottom {
        align-items: stretch;
        flex-direction: column;
    }

    body.woocommerce-cart .cart-bottom .continue-to-shop,
    body.woocommerce-cart .cart-bottom .update-cart,
    body.woocommerce-cart .cart-bottom .update {
        width: 100%;
        text-align: center;
    }

    body.woocommerce-cart .cart-bottom .continue-to-shop {
        display: block !important;
    }

    body.woocommerce-cart .cart_totals {
        padding-right: 16px;
        padding-left: 16px;
    }

    body.woocommerce-cart .cart_totals h2 {
        margin-right: -16px;
        margin-left: -16px;
        padding-right: 16px;
        padding-left: 16px;
    }

    body.woocommerce-cart .coupon .box {
        grid-template-columns: 1fr;
        overflow: visible;
        border: 0;
    }

    body.woocommerce-cart .coupon input.text {
        border: 1px solid #cfd2d5;
        border-radius: 4px;
    }

    body.woocommerce-cart .coupon button {
        margin-top: 8px;
        border: 0;
        border-radius: 4px;
    }

    body.woocommerce-cart .cross-sells .tbay-addon-title {
        font-size: 20px;
    }
}

@media (max-width: 420px) {
    body.woocommerce-cart .cart_item .product-info {
        grid-template-columns: 76px minmax(0, 1fr);
    }

    body.woocommerce-cart .cart_item .product-info img {
        width: 76px;
        height: 76px;
    }

    body.woocommerce-cart .cart_item .product-price,
    body.woocommerce-cart .cart_item .product-quantity {
        padding-left: 88px;
    }
}

/* NOXS CART V3 - confiance compacte et alignee */
body.woocommerce-cart .cart_totals::after {
    content: "Paiement sécurisé  ·  Protection des achats  ·  Livraison suivie";
    min-height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
    padding: 8px 10px;
    color: #225b4b;
    background: #eff8f5;
    font-size: 10px;
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
}

@media (max-width: 420px) {
    body.woocommerce-cart .cart_totals::after {
        padding-right: 5px;
        padding-left: 5px;
        font-size: 8px;
    }
}

/* NOXS CART V3 - finitions */
body.woocommerce-cart #wrapper-container {
    padding-top: 0 !important;
}

body.woocommerce-cart .cart_totals h2 {
    font-size: 0;
}

body.woocommerce-cart .cart_totals h2::before {
    content: "Résumé de la commande";
    font-size: 19px;
    line-height: 1.25;
    font-weight: 800;
}

/* NOXS CART V3 - confiance bureau lisible */
@media (min-width: 769px) {
    body.woocommerce-cart .cart_totals::after {
        font-size: 12px !important;
        line-height: 1.5 !important;
        white-space: normal !important;
        text-align: center;
        min-height: 42px;
        height: auto;
        padding: 6px 8px;
        box-sizing: border-box;
    }
}


/* Noxs produit : correctif variantes mobile 2026-07-21 */
@media (max-width:767px){
body.noxs-product-v2 .noxs-product-v2-root form.variations_form .woocommerce-variation-add-to-cart{display:grid!important;grid-template-columns:104px minmax(0,1fr)!important;gap:10px!important;align-items:stretch;padding-bottom:8px}
body.noxs-product-v2 .noxs-product-v2-root form.variations_form .quantity{grid-column:1!important;grid-row:1!important;width:104px!important;min-width:0}
body.noxs-product-v2 .noxs-product-v2-root form.variations_form .quantity .box{width:104px!important;height:54px!important;grid-template-columns:31px 42px 31px!important}
body.noxs-product-v2 .noxs-product-v2-root form.variations_form .quantity button,body.noxs-product-v2 .noxs-product-v2-root form.variations_form .quantity input{height:52px!important}
body.noxs-product-v2 .noxs-product-v2-root form.variations_form .single_add_to_cart_button{grid-column:2!important;grid-row:1!important;width:100%!important;height:54px!important;min-height:54px!important;padding:0 12px!important;font-size:14px!important;line-height:1.2!important;white-space:normal!important;overflow-wrap:anywhere}
body.noxs-product-v2 .noxs-product-v2-root form.variations_form .dokan-store-support-btn-product,body.noxs-product-v2 .noxs-product-v2-root form.variations_form .tbay-buy-now{grid-column:1/-1!important;width:100%!important;height:50px!important;min-height:50px!important;margin:0!important;padding:0 14px!important;font-size:14px!important;line-height:48px!important;white-space:nowrap!important}
body.noxs-product-v2 .noxs-product-v2-root form.variations_form .dokan-store-support-btn-product{grid-row:2!important}
body.noxs-product-v2 .noxs-product-v2-root form.variations_form .tbay-buy-now{grid-row:3!important}
body.noxs-product-v2 .noxs-product-v2-root form.variations_form .woocommerce-variation-description{display:none!important}
}
