/* =============================================================================
   SHOP - MHB Theme
   ============================================================================= */

body.mhb-shop-context,
body.mhb-shop-theme {
    --mhb-shop-notice-height: 38px;
    background: #001025;
    color: #fff;
    padding-top: 80px;
}

body.admin-bar.mhb-shop-context,
body.admin-bar.mhb-shop-theme {
    padding-top: calc(80px + var(--mhb-admin-bar-height));
}

.mhb-shop-theme .woocommerce-store-notice {
    position: absolute;
    top: 0;
    z-index: 999;
    width: 100%;
    min-height: var(--mhb-shop-notice-height);
    margin: 0;
    padding: 10px 48px 8px 20px;
    border: 0;
    background: var(--mhb-accent);
    box-shadow: none;
    color: #fff;
    font-family: var(--mhb-font-body);
    font-size: 13px;
    font-weight: 500;
    line-height: 1.35;
    text-align: center;
    box-sizing: border-box;
}

body.mhb-shop-theme:has(> .woocommerce-store-notice:not([style*="display: none"])) {
    padding-top: calc(80px + var(--mhb-shop-notice-height));
}

body.mhb-shop-theme:has(> .woocommerce-store-notice:not([style*="display: none"])) .mhb-shop-header {
    top: var(--mhb-shop-notice-height);
}

body.admin-bar.mhb-shop-theme > .woocommerce-store-notice {
    top: var(--mhb-admin-bar-height);
}

body.admin-bar.mhb-shop-theme:has(> .woocommerce-store-notice:not([style*="display: none"])) {
    padding-top: calc(80px + var(--mhb-shop-notice-height) + var(--mhb-admin-bar-height));
}

body.admin-bar.mhb-shop-theme:has(> .woocommerce-store-notice:not([style*="display: none"])) .mhb-shop-header {
    top: calc(var(--mhb-shop-notice-height) + var(--mhb-admin-bar-height));
}

.mhb-shop-theme .woocommerce-store-notice__dismiss-link {
    position: absolute;
    top: 50%;
    right: 18px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    transform: translateY(-50%);
}

@media (max-width: 480px) {
    body.mhb-shop-theme {
        --mhb-shop-notice-height: 56px;
    }
}

.mhb-main--shop {
    position: relative;
    background: transparent;
    overflow: hidden;
}

.mhb-main--shop::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url('../../images/motif-bg.png');
    background-position: center top;
    background-repeat: repeat;
    background-size: 560px auto;
    opacity: 0.045;
    pointer-events: none;
}

.mhb-shop-page {
    position: relative;
    padding-bottom: 0;
}

.mhb-shop-page .mhb-hero__bottom {
    margin-bottom: 0;
}

.mhb-shop-page .mhb-hero__excerpt p:last-child,
.mhb-shop-product__excerpt p:last-child,
.mhb-shop-product__detail-content p:last-child {
    margin-bottom: 0;
}

/* =============================================================================
   HEADER BOUTIQUE
   ============================================================================= */

.mhb-shop-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 950;
    background-image: url('../../images/header-bg.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}

.admin-bar .mhb-shop-header {
    top: var(--mhb-admin-bar-height);
}

.mhb-shop-header__topbar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.mhb-shop-header__topbar-inner,
.mhb-shop-header__mainbar-inner {
    display: grid;
    align-items: center;
    gap: 18px;
}

.mhb-shop-header__topbar-inner {
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    min-height: 42px;
}

.mhb-shop-header__title {
    font-family: var(--mhb-font-display);
    font-size: 20px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    white-space: nowrap;
}

.mhb-shop-header__title-accent {
    color: var(--mhb-accent);
}

.mhb-shop-header__universes {
    display: none;
}

.mhb-shop-header__utility {
    min-width: 0;
}

.mhb-shop-header__utility--right {
    justify-self: end;
}

.mhb-shop-header__utility-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}

.mhb-shop-header__utility--right .mhb-shop-header__utility-list {
    justify-content: flex-end;
}

.mhb-shop-header__utility-list li {
    display: inline-flex;
    align-items: center;
}

.mhb-shop-header__utility-list li:not(:last-child)::after {
    content: "|";
    margin: 0 12px;
    color: rgba(255, 255, 255, 0.5);
}

.mhb-shop-header__utility-list a {
    color: rgba(255, 255, 255, 0.86);
    text-decoration: none;
    font-family: var(--mhb-font-display);
    font-size: 14px;
    letter-spacing: 0.9px;
    text-transform: uppercase;
    transition: color 0.2s ease;
}

.mhb-shop-header__utility-list a:hover {
    color: var(--mhb-accent);
}

.mhb-shop-header__mainbar {
    padding: 18px 0 100px;
}

.mhb-shop-header__mainbar-inner {
    grid-template-columns: auto minmax(0, 1fr) auto;
}

.mhb-shop-header__brand {
    display: flex;
    align-items: center;
}

.mhb-shop-header__logo-link {
    display: inline-flex;
}

.mhb-shop-header__logo {
    width: 97px;
    height: auto;
}

.mhb-shop-header__nav {
    min-width: 0;
    transform: translateY(-10px);
}

.mhb-shop-header__nav-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.mhb-shop-header__nav-list a {
    position: relative;
    display: inline-flex;
    padding: 8px 0;
    color: #fff;
    text-decoration: none;
    font-family: var(--mhb-font-display);
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: color 0.2s ease;
}

.mhb-shop-header__nav-list a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: var(--mhb-accent);
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.2s ease;
}

.mhb-shop-header__nav-list a:hover,
.mhb-shop-header__nav-list .current-menu-item > a,
.mhb-shop-header__nav-list .current-menu-ancestor > a {
    color: var(--mhb-accent);
}

.mhb-shop-header__nav-list a:hover::after,
.mhb-shop-header__nav-list .current-menu-item > a::after,
.mhb-shop-header__nav-list .current-menu-ancestor > a::after {
    transform: scaleX(1);
}

.mhb-shop-header__actions {
    display: flex;
    align-items: center;
    gap: 10px;
    transform: translateY(-10px);
}

.mhb-shop-header__search {
    width: min(220px, 24vw);
}

.mhb-shop-header__search .woocommerce-product-search {
    position: relative;
    margin: 0;
}

.mhb-shop-header__search label {
    display: none;
}

.mhb-shop-header__search input[type="search"] {
    width: 100%;
    height: 42px;
    padding: 0 42px 0 16px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
}

.mhb-shop-header__search input[type="search"]::placeholder {
    color: rgba(255, 255, 255, 0.55);
}

.mhb-shop-header__search button {
    position: absolute;
    top: 50%;
    right: 5px;
    width: 32px;
    height: 32px;
    transform: translateY(-50%);
    border: none;
    border-radius: 50%;
    background: transparent;
    color: #fff;
    font-size: 0;
    cursor: pointer;
}

.mhb-shop-header__search button::before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    margin: 0 auto;
    border: 2px solid currentColor;
    border-radius: 50%;
    transform: translate(0, -1px);
    box-shadow: 7px 7px 0 -5px currentColor;
}

.mhb-shop-header__icon-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
    text-decoration: none;
    transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.mhb-shop-header__icon-link:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.2);
}

.mhb-shop-header__cart-count {
    position: absolute;
    top: -4px;
    right: -3px;
    min-width: 20px;
    height: 20px;
    padding: 0 5px;
    border-radius: 999px;
    background: var(--mhb-accent);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
}

.mhb-shop-header__cart-count.is-empty {
    background: rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.72);
}

.mhb-shop-nav-float {
    display: none;
}

.mhb-shop-floating-cart {
    position: fixed;
    right: 26px;
    bottom: 26px;
    z-index: 1050;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 58px;
    padding: 8px 10px 8px 8px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    background: rgba(0, 32, 73, 0.96);
    box-shadow: 0 18px 44px rgba(0, 12, 30, 0.28);
    color: #fff;
    text-decoration: none;
    opacity: 0;
    transform: translate3d(0, 18px, 0) scale(0.94);
    pointer-events: none;
    transition: opacity 0.24s ease, transform 0.24s ease, background 0.2s ease;
}

.mhb-shop-floating-cart.is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    pointer-events: auto;
}

.mhb-shop-floating-cart:hover {
    background: #003f85;
    color: #fff;
}

.mhb-shop-floating-cart__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--mhb-accent);
}

.mhb-shop-floating-cart__success-icon {
    display: none;
}

.mhb-shop-floating-cart__label {
    font-family: var(--mhb-font-display);
    font-size: 17px;
    letter-spacing: 0.8px;
    line-height: 1.02;
    max-width: 72px;
    text-transform: uppercase;
}

.mhb-shop-floating-cart.is-added {
    border-color: rgba(255, 255, 255, 0.34);
    background: var(--mhb-secondary, #007ac1);
    box-shadow: 0 20px 48px rgba(0, 78, 133, 0.35);
}

.mhb-shop-floating-cart.is-added:hover {
    background: var(--mhb-secondary, #007ac1);
}

.mhb-shop-floating-cart.is-added .mhb-shop-floating-cart__icon {
    background: #fff;
    color: var(--mhb-secondary, #007ac1);
}

.mhb-shop-floating-cart.is-added .mhb-shop-floating-cart__cart-icon {
    display: none;
}

.mhb-shop-floating-cart.is-added .mhb-shop-floating-cart__success-icon {
    display: block;
    animation: mhb-shop-success-pop 0.34s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.mhb-shop-floating-cart.is-added .mhb-shop-floating-cart__label {
    max-width: 92px;
}

.mhb-shop-floating-cart.is-added .mhb-shop-cart-count {
    display: none;
}

.mhb-shop-cart-modal {
    position: fixed;
    inset: 0;
    z-index: 2200;
    display: grid;
    place-items: center;
    padding: 24px;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease, visibility 0.2s ease;
}

.mhb-shop-cart-modal.is-open {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.mhb-shop-cart-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 15, 38, 0.68);
    backdrop-filter: blur(3px);
}

.mhb-shop-cart-modal__dialog {
    position: relative;
    z-index: 1;
    width: min(100%, 480px);
    max-height: min(720px, calc(100vh - 48px));
    overflow: auto;
    padding: 28px;
    border: 1px solid rgba(0, 48, 105, 0.12);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 28px 80px rgba(0, 18, 48, 0.3);
}

.mhb-shop-cart-modal__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 22px;
}

.mhb-shop-cart-modal__eyebrow {
    display: block;
    margin-bottom: 5px;
    color: var(--mhb-primary);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.mhb-shop-cart-modal__header h2 {
    margin: 0;
    color: var(--mhb-primary);
    font-family: var(--mhb-font-display);
    font-size: clamp(26px, 4vw, 34px);
    line-height: 1;
    text-transform: uppercase;
}

.mhb-shop-cart-modal__close {
    display: inline-grid;
    flex: 0 0 auto;
    width: 36px;
    height: 36px;
    place-items: center;
    border: 0;
    border-radius: 50%;
    background: #eef3f8;
    color: var(--mhb-primary);
    cursor: pointer;
    font-size: 26px;
    line-height: 1;
}

.mhb-shop-cart-modal__close:hover {
    background: var(--mhb-primary);
    color: #fff;
}

.mhb-shop-cart-modal__content .woocommerce-mini-cart {
    max-height: 360px;
    margin: 0;
    overflow: auto;
}

.mhb-shop-cart-modal__content .woocommerce-mini-cart__empty-message {
    margin: 12px 0 22px;
    color: #536276;
}

.mhb-shop-cart-modal__full-link {
    display: inline-flex;
    width: 100%;
    justify-content: center;
    margin-top: 20px;
}

body.mhb-cart-modal-open {
    overflow: hidden;
}

.mhb-shop-floating-cart .mhb-shop-cart-count {
    position: static;
    min-width: 28px;
    height: 28px;
    padding: 0 8px;
    background: #fff;
    color: var(--mhb-primary);
    font-size: 12px;
    line-height: 28px;
}

.mhb-shop-floating-cart .mhb-shop-cart-count.is-empty {
    background: rgba(255, 255, 255, 0.15);
    color: rgba(255, 255, 255, 0.8);
}

body.woocommerce-cart .mhb-shop-floating-cart,
body.woocommerce-checkout .mhb-shop-floating-cart {
    display: none;
}

[data-mhb-cart-link].is-bumping svg {
    animation: mhb-shop-cart-bump 0.48s cubic-bezier(0.2, 0.8, 0.2, 1);
}

[data-mhb-cart-link].is-bumping .mhb-shop-cart-count {
    animation: mhb-shop-count-bump 0.48s cubic-bezier(0.2, 0.8, 0.2, 1);
}

/* =============================================================================
   HOME / HERO
   ============================================================================= */

.mhb-shop-slider-wrap {
    margin: 0 0 46px;
}

.mhb-shop-page--home .mhb-shop-slider-wrap {
    margin-top: 0;
    position: relative;
    z-index: 1;
}

.mhb-shop-page--home .mhb-slider {
    border-radius: 0 0 26px 26px;
    overflow: hidden;
}

.mhb-shop-page--home .mhb-slider__overlay {
    background: linear-gradient(180deg, rgba(1, 13, 28, 0.55) 0%, rgba(1, 13, 28, 0.28) 30%, rgba(1, 13, 28, 0.88) 100%);
}

.mhb-shop-page--home .mhb-shop-slider--visual-only {
    min-height: 0;
    aspect-ratio: 16 / 5;
}

.mhb-shop-page--home .mhb-shop-slider--visual-only .mhb-slider__track {
    height: 100%;
}

.mhb-shop-page--home .mhb-shop-slider--visual-only .mhb-slider__bg {
    transform: none;
}

@media (min-width: 769px) {
    .mhb-shop-page--home .mhb-shop-slider-wrap--visual-only {
        padding-top: 125px;
    }
}

.mhb-shop-hero .mhb-hero__media {
    min-height: 340px;
}

.mhb-shop-hero--compact .mhb-hero__media {
    min-height: 0;
    height: 210px;
    background-image: url('../images/section-bg-news.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.mhb-shop-hero--compact .mhb-hero__overlay {
    padding: 0;
    align-items: flex-end;
}

.mhb-shop-hero--compact .mhb-hero__content {
    max-width: 100%;
    padding: 0 0 18px;
}

.mhb-shop-hero--compact .mhb-hero__title {
    margin: 0;
    font-size: clamp(28px, 3vw, 42px);
}

.mhb-shop-hero--compact .mhb-hero__badge {
    margin-bottom: 8px;
}

.mhb-shop-page--category .mhb-shop-hero .mhb-hero__media,
.mhb-shop-page--cart .mhb-shop-hero .mhb-hero__media,
.mhb-shop-page--checkout .mhb-shop-hero .mhb-hero__media,
.mhb-shop-page--account .mhb-shop-hero .mhb-hero__media,
.mhb-shop-page--content .mhb-shop-hero .mhb-hero__media {
    min-height: auto;
}

.mhb-shop-page--category .mhb-shop-hero .mhb-hero__content,
.mhb-shop-page--cart .mhb-shop-hero .mhb-hero__content,
.mhb-shop-page--checkout .mhb-shop-hero .mhb-hero__content,
.mhb-shop-page--account .mhb-shop-hero .mhb-hero__content,
.mhb-shop-page--content .mhb-shop-hero .mhb-hero__content {
    padding: 42px 0 26px;
}

/* =============================================================================
   SECTIONS ACCUEIL / LISTING
   ============================================================================= */

.mhb-shop-section {
    padding: 28px 0 16px;
}

.mhb-shop-section__frame {
    width: calc(100% - 100px);
    margin: 0 auto;
}

.mhb-shop-section__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-bottom: 26px;
    text-align: center;
}

.mhb-shop-section__eyebrow,
.mhb-shop-footer__eyebrow {
    margin: 0;
    font-family: var(--mhb-font-display);
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--mhb-accent);
}

.mhb-shop-section__title {
    margin: 0;
    font-family: var(--mhb-font-display);
    font-size: clamp(38px, 5vw, 56px);
    line-height: 0.95;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
}

.mhb-shop-section .mhb-btn--voir-tout {
    min-width: 180px;
    padding-bottom: 8px;
}

.mhb-shop-grid-section {
    padding: 34px 0 28px;
}

.mhb-shop-grid-section__meta {
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    letter-spacing: 0.3px;
}

.mhb-shop-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.mhb-shop-empty {
    padding: 32px 0 40px;
    color: rgba(255, 255, 255, 0.75);
}

/* =============================================================================
   CARDS PRODUITS
   ============================================================================= */

.mhb-shop-section .mhb-carousel {
    margin-top: 0;
}

.mhb-shop-section .mhb-carousel__track {
    align-items: stretch;
}

.mhb-card--product {
    flex: 0 0 350px;
    min-width: 300px;
    min-height: 430px;
}

.mhb-shop-grid .mhb-card--product {
    flex: none;
    min-width: 0;
}

.mhb-card--product .mhb-card__image {
    background: #fff;
}

.mhb-card--product .mhb-card__image img {
    object-fit: cover;
    object-position: center;
}

.mhb-card--product .mhb-card__overlay {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.02) 38%, rgba(0, 0, 0, 0.82) 100%);
}

.mhb-card--product .mhb-card__content {
    min-height: 140px;
}

.mhb-card--product .mhb-shop-card__price-tag {
    margin: 0;
    padding: 8px 12px 5px;
    border-radius: 6px;
    background: var(--mhb-accent);
    color: #fff;
    font-family: var(--mhb-font-display);
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.mhb-card--product .mhb-shop-card__price-tag .price,
.mhb-card--product .mhb-shop-card__price-tag .amount,
.mhb-card--product .mhb-shop-card__price-tag bdi,
.mhb-card--product .mhb-shop-card__price-tag ins,
.mhb-card--product .mhb-shop-card__price-tag del {
    color: inherit;
}

.mhb-card--product .mhb-shop-card__price-tag del {
    margin-right: 6px;
    text-decoration: none;
    opacity: 0.72;
}

.mhb-card--product .mhb-card__title {
    -webkit-line-clamp: 2;
}

.mhb-card--product .mhb-card__cross::before {
    content: "";
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23E95323' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='21' r='1'/%3E%3Ccircle cx='20' cy='21' r='1'/%3E%3Cpath d='M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.mhb-card--product:hover .mhb-card__cross::before {
    transform: none;
    text-shadow: none;
}

/* =============================================================================
   FICHE PRODUIT
   ============================================================================= */

.mhb-shop-product {
    padding: 26px 0 26px;
}

.mhb-shop-product__layout {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
    gap: 56px;
    align-items: start;
}

.mhb-shop-product__gallery-shell {
    position: relative;
}

.mhb-shop-product__gallery {
    display: grid;
    grid-template-columns: 104px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
}

.mhb-shop-product__gallery--single {
    grid-template-columns: minmax(0, 1fr);
}

.mhb-shop-product__stage {
    align-self: start;
    border-radius: 18px;
    overflow: hidden;
    background: transparent;
}

.mhb-shop-product__image-item {
    display: none;
    margin: 0;
    border-radius: inherit;
    overflow: hidden;
}

.mhb-shop-product__image-item.is-active {
    display: block;
}

.mhb-shop-product__image-item img {
    display: block;
    width: 100%;
    height: auto;
}

.mhb-shop-product__thumbs {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-self: start;
}

.mhb-shop-product__thumb {
    display: block;
    width: 100%;
    padding: 0;
    aspect-ratio: 1 / 1;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 14px;
    overflow: hidden;
    background: transparent;
    cursor: pointer;
    opacity: 0.68;
    transition: transform 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}

.mhb-shop-product__thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mhb-shop-product__thumb.is-active {
    border-color: var(--mhb-accent);
    box-shadow: inset 0 0 0 1px var(--mhb-accent);
    opacity: 1;
}

.mhb-shop-product__thumb:hover {
    transform: translateY(-2px);
    opacity: 1;
}

.mhb-shop-product__summary {
    padding-top: 18px;
}

.mhb-shop-product__category a {
    color: rgba(255, 255, 255, 0.76);
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.mhb-shop-product__title {
    margin: 12px 0 20px;
    font-family: var(--mhb-font-display);
    font-size: clamp(42px, 5vw, 66px);
    line-height: 0.95;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: #fff;
}

.mhb-shop-product__prices {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}

.mhb-shop-product__price-split {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.mhb-shop-product__price-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 8px 14px 6px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    font-family: var(--mhb-font-display);
    font-size: 24px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.mhb-shop-product__price-regular {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    color: rgba(255, 255, 255, 0.72);
    font-family: var(--mhb-font-display);
    font-size: 24px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    text-decoration: line-through;
    text-decoration-thickness: 2px;
    text-decoration-color: rgba(255, 255, 255, 0.5);
}

.mhb-shop-product__price-badge--accent {
    background: var(--mhb-accent);
}

.mhb-shop-product__price-regular .amount,
.mhb-shop-product__price-regular bdi,
.mhb-shop-product__price-regular ins,
.mhb-shop-product__price-regular del,
.mhb-shop-product__price-badge .amount,
.mhb-shop-product__price-badge bdi,
.mhb-shop-product__price-badge ins,
.mhb-shop-product__price-badge del {
    color: inherit;
}

.mhb-shop-product__price-regular ins,
.mhb-shop-product__price-regular del,
.mhb-shop-product__price-badge ins,
.mhb-shop-product__price-badge del {
    text-decoration: none;
}

.mhb-shop-product__price-regular .screen-reader-text,
.mhb-shop-product__price-badge .screen-reader-text {
    display: none;
}

.mhb-shop-product__excerpt {
    max-width: 560px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 16px;
    line-height: 1.75;
}

.mhb-shop-product__stock {
    margin: 22px 0 14px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 14px;
    letter-spacing: 0.2px;
}

.mhb-shop-product__stock .stock,
.mhb-shop-product__purchase .woocommerce-variation-availability .stock,
.mhb-stock-badge {
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 9px 14px 8px;
    border-radius: 999px;
    border: 1px solid transparent;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.02em;
}

.mhb-shop-product__stock .stock::before,
.mhb-shop-product__purchase .woocommerce-variation-availability .stock::before,
.mhb-stock-badge::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: currentColor;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.06);
}

.mhb-shop-product__stock .stock.in-stock,
.mhb-shop-product__purchase .woocommerce-variation-availability .stock.in-stock,
.mhb-stock-badge--in {
    background: rgba(28, 132, 74, 0.2);
    border-color: rgba(98, 222, 154, 0.34);
    color: #92f0b8;
}

.mhb-stock-badge--low {
    background: rgba(214, 122, 33, 0.2);
    border-color: rgba(255, 192, 121, 0.36);
    color: #ffc06f;
}

.mhb-shop-product__stock .stock.out-of-stock,
.mhb-shop-product__purchase .woocommerce-variation-availability .stock.out-of-stock,
.mhb-stock-badge--out {
    background: rgba(177, 45, 45, 0.22);
    border-color: rgba(255, 150, 150, 0.28);
    color: #ffb0b0;
}

.mhb-shop-product__purchase {
    margin-bottom: 26px;
}

.mhb-shop-product__purchase form.cart {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.mhb-shop-product__purchase .quantity {
    display: inline-flex;
    align-items: center;
    margin: 0;
}

.mhb-shop-product__purchase .quantity input.qty {
    width: 110px;
    min-height: 58px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.04);
    color: #fff;
    font-family: var(--mhb-font-display);
    font-size: 24px;
    line-height: 1;
    text-align: center;
    padding: 0 12px;
}

.mhb-shop-product__purchase .single_add_to_cart_button,
.mhb-shop-product__purchase .single_add_to_cart_button.button,
.mhb-shop-product__purchase button.single_add_to_cart_button.alt,
.mhb-shop-product__purchase .button.alt.single_add_to_cart_button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: min(100%, 320px);
    min-height: 54px;
    padding: 14px 24px 8px;
    border: none !important;
    border-radius: 6px;
    background: var(--mhb-accent) !important;
    color: #fff !important;
    box-shadow: none !important;
    font-family: var(--mhb-font-display) !important;
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    align-self: flex-start;
    appearance: none;
    transition: background 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}

.mhb-shop-product__purchase .single_add_to_cart_button:hover,
.mhb-shop-product__purchase .single_add_to_cart_button.button:hover,
.mhb-shop-product__purchase button.single_add_to_cart_button.alt:hover,
.mhb-shop-product__purchase .button.alt.single_add_to_cart_button:hover {
    background: var(--mhb-accent-hover) !important;
    transform: translateY(-2px);
}

.mhb-shop-product__purchase .single_add_to_cart_button.is-loading {
    opacity: 0.72;
    pointer-events: none;
}

.mhb-shop-product__purchase .variations_form {
    gap: 0;
}

.mhb-shop-product__purchase table.variations {
    width: 100%;
    display: block;
    border-collapse: separate;
    border-spacing: 0;
    margin: 0 0 18px;
}

.mhb-shop-product__purchase table.variations tbody {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 18px;
    width: 100%;
}

.mhb-shop-product__purchase table.variations tr,
.mhb-shop-product__purchase table.variations th,
.mhb-shop-product__purchase table.variations td {
    display: block;
    width: 100%;
    padding: 0;
    text-align: left;
}

.mhb-shop-product__purchase table.variations tr {
    align-self: start;
}

.mhb-shop-product__purchase table.variations label {
    display: block;
    margin: 0 0 8px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.mhb-shop-product__purchase table.variations td.value {
    position: relative;
}

.mhb-shop-product__purchase table.variations select {
    width: 100%;
    min-height: 56px;
    padding: 14px 48px 14px 16px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 12px;
    background-color: rgba(255, 255, 255, 0.06);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M2 4.5L7 9.5L12 4.5' stroke='white' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-position: right 16px center;
    background-repeat: no-repeat;
    background-size: 14px 14px;
    color: #fff;
    font-size: 15px;
    appearance: none;
}

.mhb-shop-product__purchase table.variations select option {
    color: var(--mhb-text-dark);
}

.mhb-shop-product__purchase .reset_variations {
    display: inline-flex;
    align-items: center;
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    text-decoration: none;
}

.mhb-shop-product__purchase .reset_variations:hover {
    color: #fff;
}

.mhb-shop-product__purchase .single_variation {
    margin: 4px 0 0;
}

.mhb-shop-product__purchase .woocommerce-variation-price {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.mhb-shop-product__purchase .woocommerce-variation-price .mhb-shop-product__price-split {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.mhb-shop-product__purchase .woocommerce-variation-price .mhb-shop-product__price-regular,
.mhb-shop-product__purchase .woocommerce-variation-price .mhb-shop-product__price-badge {
    font-size: 24px;
}

.mhb-shop-product__purchase .woocommerce-variation-price *,
.mhb-shop-product__purchase .woocommerce-variation-availability,
.mhb-shop-product__purchase .woocommerce-variation-description {
    color: inherit;
}

.mhb-shop-product__purchase .woocommerce-variation-availability,
.mhb-shop-product__purchase .woocommerce-variation-description {
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 15px;
    line-height: 1.6;
}

.mhb-shop-product__purchase .woocommerce-variation-availability {
    display: flex;
    align-items: center;
}

.mhb-shop-product__purchase .woocommerce-variation-add-to-cart {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 14px;
}

.mhb-shop-product__purchase .woocommerce-variation-add-to-cart-disabled .single_add_to_cart_button,
.mhb-shop-product__purchase .single_add_to_cart_button.disabled {
    opacity: 0.52;
    pointer-events: none;
}

.mhb-shop-flocking {
    width: min(100%, 560px);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.055);
    transition: border-color 0.2s ease, background 0.2s ease;
}

.mhb-shop-flocking.is-active {
    border-color: rgba(245, 128, 37, 0.72);
    background: rgba(245, 128, 37, 0.1);
}

.mhb-shop-flocking__toggle {
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 76px;
    padding: 14px 16px;
    color: #fff;
    cursor: pointer;
}

.mhb-shop-flocking__toggle input {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
}

.mhb-shop-flocking__check {
    position: relative;
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    border: 2px solid rgba(255, 255, 255, 0.62);
    border-radius: 6px;
    background: rgba(0, 0, 0, 0.12);
}

.mhb-shop-flocking__check::after {
    content: "";
    position: absolute;
    top: 5px;
    left: 8px;
    width: 7px;
    height: 12px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    opacity: 0;
    transform: rotate(45deg) scale(0.65);
    transition: opacity 0.16s ease, transform 0.16s ease;
}

.mhb-shop-flocking__toggle input:checked + .mhb-shop-flocking__check {
    border-color: var(--mhb-accent);
    background: var(--mhb-accent);
}

.mhb-shop-flocking__toggle input:checked + .mhb-shop-flocking__check::after {
    opacity: 1;
    transform: rotate(45deg) scale(1);
}

.mhb-shop-flocking__toggle input:focus-visible + .mhb-shop-flocking__check {
    outline: 3px solid rgba(255, 255, 255, 0.45);
    outline-offset: 3px;
}

.mhb-shop-flocking__heading {
    display: flex;
    flex: 1;
    align-items: baseline;
    justify-content: space-between;
    gap: 16px;
}

.mhb-shop-flocking__heading strong {
    font-family: var(--mhb-font-display);
    font-size: 22px;
    font-weight: 500;
    line-height: 1.05;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.mhb-shop-flocking__heading small {
    flex: 0 0 auto;
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
}

.mhb-shop-flocking__options {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px 14px;
    padding: 2px 16px 16px 58px;
}

.mhb-shop-flocking__options[hidden] {
    display: none;
}

.mhb-shop-flocking__options label {
    grid-column: 1 / -1;
    color: rgba(255, 255, 255, 0.72);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.mhb-shop-flocking__options select {
    width: 100%;
    min-height: 52px;
    padding: 12px 44px 12px 14px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    background-color: #10264e;
    color: #fff !important;
    -webkit-text-fill-color: #fff;
    font-size: 15px;
}

.mhb-shop-flocking__options select option {
    background: #10264e;
    color: #fff;
}

.mhb-shop-flocking__summary {
    align-self: center;
    margin: 0;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
}

.mhb-shop-flocking.is-active ~ .single_add_to_cart_button {
    width: min(100%, 420px);
}

.mhb-shop-cart__linked-quantity {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 54px;
    min-height: 42px;
    border-radius: 8px;
    background: rgba(13, 39, 80, 0.07);
    color: var(--mhb-blue);
    font-weight: 800;
}

.mhb-shop-product__accordion {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.mhb-shop-product__detail {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.mhb-shop-product__detail summary {
    position: relative;
    padding: 18px 24px 18px 0;
    list-style: none;
    cursor: pointer;
    font-family: var(--mhb-font-display);
    font-size: 24px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: #fff;
}

.mhb-shop-product__detail summary::-webkit-details-marker {
    display: none;
}

.mhb-shop-product__detail summary::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    color: rgba(255, 255, 255, 0.76);
}

.mhb-shop-product__detail[open] summary::after {
    content: "-";
}

.mhb-shop-product__detail-content {
    padding: 0 0 18px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 16px;
    line-height: 1.75;
}

.mhb-shop-product__detail-content a {
    color: #fff;
}

/* =============================================================================
   CONTENU / PAGES INFOS
   ============================================================================= */

.mhb-shop-article {
    padding: 10px 0 20px;
}

.mhb-shop-article .mhb-content {
    background: transparent;
}

.mhb-shop-article .mhb-content__inner {
    padding: 42px 46px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 22px 54px rgba(1, 8, 18, 0.2);
}

.mhb-shop-page__blocks {
    padding-bottom: 30px;
}

/* =============================================================================
   WOO TABLES / FORMULAIRES
   ============================================================================= */

.mhb-shop-woo {
    padding: 30px 0 38px;
}

.mhb-shop-woo .woocommerce {
    background: #fff;
    border-radius: 24px;
    padding: 28px 30px;
    box-shadow: 0 22px 54px rgba(1, 8, 18, 0.18);
    color: var(--mhb-text-dark);
}

.mhb-shop-woo a {
    color: var(--mhb-secondary);
}

.mhb-shop-woo .woocommerce-cart-form {
    margin: 0;
    position: relative;
}

.mhb-shop-woo button,
.mhb-shop-woo .button,
.mhb-shop-woo a.button,
.mhb-shop-woo #place_order {
    border: none;
    border-radius: 8px;
    background: var(--mhb-accent) !important;
    color: #fff !important;
    font-family: var(--mhb-font-display);
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    padding: 13px 22px 11px;
    transition: transform 0.2s ease;
    box-shadow: none;
}

.mhb-shop-woo .remove.is-loading {
    opacity: 0.45;
    pointer-events: none;
}

.mhb-shop-woo .woocommerce.is-updating {
    position: relative;
    pointer-events: none;
}

.mhb-shop-woo .woocommerce.is-updating::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.68);
    z-index: 4;
}

.mhb-shop-woo .woocommerce.is-updating::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 42px;
    height: 42px;
    margin: -21px 0 0 -21px;
    border: 4px solid rgba(9, 23, 37, 0.14);
    border-top-color: var(--mhb-accent);
    border-radius: 50%;
    animation: mhb-shop-spin 0.7s linear infinite;
    z-index: 5;
}

@keyframes mhb-shop-spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.mhb-shop-woo button:hover,
.mhb-shop-woo .button:hover,
.mhb-shop-woo a.button:hover,
.mhb-shop-woo #place_order:hover {
    transform: translateY(-2px);
}

.mhb-shop-woo input,
.mhb-shop-woo select,
.mhb-shop-woo textarea {
    min-height: 48px;
    border: 1px solid rgba(9, 23, 37, 0.14);
    border-radius: 10px;
    padding: 11px 14px;
    font-size: 16px;
}

.mhb-shop-woo table.shop_table {
    width: 100%;
    border: none;
    border-collapse: separate;
    border-spacing: 0 12px;
}

.mhb-shop-woo table.shop_table thead th {
    padding: 0 14px 10px;
    background: transparent !important;
    color: var(--mhb-text-dark);
    font-family: var(--mhb-font-display);
    font-size: 18px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.mhb-shop-woo table.shop_table tbody td,
.mhb-shop-woo table.shop_table tfoot td,
.mhb-shop-woo table.shop_table tfoot th {
    border: none;
    background: #f6f9fc;
}

.mhb-shop-woo th.product-remove,
.mhb-shop-woo td.product-remove {
    width: 62px;
    max-width: 62px;
    padding-left: 12px;
    padding-right: 12px;
    text-align: center;
}

.mhb-shop-woo td.product-remove a.remove {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    min-height: 34px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    border-radius: 999px;
    background: rgba(9, 23, 37, 0.08);
    color: var(--mhb-secondary) !important;
    font-size: 26px;
    font-weight: 500;
    line-height: 1;
    float: none !important;
    box-shadow: none;
}

.mhb-shop-woo td.product-remove a.remove:hover {
    background: rgba(9, 23, 37, 0.14);
    color: var(--mhb-accent) !important;
    transform: none;
}

.mhb-shop-woo table.shop_table tbody td:first-child,
.mhb-shop-woo table.shop_table tfoot td:first-child,
.mhb-shop-woo table.shop_table tfoot th:first-child {
    border-top-left-radius: 14px;
    border-bottom-left-radius: 14px;
}

.mhb-shop-woo table.shop_table tbody td:last-child,
.mhb-shop-woo table.shop_table tfoot td:last-child,
.mhb-shop-woo table.shop_table tfoot th:last-child {
    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px;
}

.mhb-shop-woo .woocommerce-cart-form .actions {
    background: transparent !important;
    padding-top: 18px;
    padding-left: 0;
    padding-right: 0;
}

.mhb-shop-woo .mhb-shop-cart-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 14px 16px;
    width: 100%;
}

.mhb-shop-woo .woocommerce-cart-form .coupon,
.mhb-shop-woo .mhb-shop-cart-actions__coupon {
    display: flex;
    flex: 0 1 auto;
    align-items: center;
    gap: 12px;
    margin: 0;
    margin-left: auto;
    justify-content: flex-end;
}

.mhb-shop-woo .woocommerce-cart-form .coupon .input-text {
    flex: 0 1 340px;
    width: 340px !important;
    min-width: 340px;
    min-height: 48px;
    margin: 0 !important;
}

.mhb-shop-woo .woocommerce-cart-form .coupon .button,
.mhb-shop-woo .woocommerce-cart-form button[name="update_cart"] {
    min-height: 48px;
    margin: 0 !important;
}

.mhb-shop-woo .mhb-shop-cart-actions__buttons {
    display: none;
}

.mhb-shop-woo .woocommerce-cart-form .coupon .button,
.mhb-shop-woo .checkout-button,
.mhb-shop-woo #place_order {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-width: 240px;
    min-height: 48px;
    padding: 13px 24px 11px;
    border-radius: 10px;
    font-size: 17px;
    line-height: 1;
    white-space: nowrap;
}

.mhb-shop-woo .woocommerce-cart-form button[name="update_cart"] {
    display: none !important;
}

.mhb-shop-woo .cart-collaterals {
    display: flex;
    justify-content: flex-end;
}

.mhb-shop-woo .cart_totals {
    width: min(100%, 420px);
}

.mhb-shop-woo .wc-proceed-to-checkout {
    display: flex;
    justify-content: flex-end;
}

.mhb-shop-woo .checkout-button,
.mhb-shop-woo #place_order {
    width: auto !important;
}

.mhb-shop-woo .cart_totals .includes_tax,
.mhb-shop-woo .woocommerce-checkout-review-order-table .includes_tax {
    display: none;
}

.mhb-shop-woo .mhb-shop-vat-row th,
.mhb-shop-woo .mhb-shop-vat-row td {
    color: rgba(9, 23, 37, 0.72);
}

.mhb-shop-page--checkout .mhb-shop-woo .checkout.woocommerce-checkout {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
    align-items: start;
    gap: 40px 48px;
}

.mhb-shop-page--checkout .mhb-shop-woo .woocommerce {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: var(--mhb-text-white, #fff);
}

.mhb-shop-page--checkout .mhb-shop-woo .woocommerce-form-coupon-toggle .woocommerce-info {
    margin: 0 0 36px;
    padding: 0 0 18px 28px;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    background: transparent;
    color: rgba(255, 255, 255, 0.78);
}

.mhb-shop-page--checkout .mhb-shop-woo .woocommerce-form-coupon-toggle .woocommerce-info::before {
    top: 0;
    left: 0;
    color: var(--mhb-secondary, #007ac1);
}

.mhb-shop-pagination {
    margin-top: clamp(32px, 5vw, 56px);
}

.mhb-shop-pagination .page-numbers {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.mhb-shop-pagination a,
.mhb-shop-pagination span {
    display: inline-flex;
    min-width: 44px;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    border: 1px solid rgba(0, 35, 75, 0.18);
    border-radius: 999px;
    color: var(--mhb-primary);
    font-weight: 700;
    text-decoration: none;
}

.mhb-shop-pagination a:hover,
.mhb-shop-pagination .current {
    border-color: var(--mhb-secondary);
    background: var(--mhb-secondary);
    color: #fff;
}

.mhb-shop-page--checkout .mhb-shop-woo #customer_details,
.mhb-shop-page--checkout .mhb-shop-woo .mhb-shop-checkout-review,
.mhb-shop-page--checkout .mhb-shop-woo #order_review_heading,
.mhb-shop-page--checkout .mhb-shop-woo #order_review {
    width: auto;
    float: none;
    clear: none;
    margin: 0;
    padding: 0;
}

.mhb-shop-page--checkout .mhb-shop-woo #customer_details {
    grid-column: 1;
    display: flex;
    flex-direction: column;
    gap: 36px;
}

.mhb-shop-page--checkout .mhb-shop-woo #customer_details .col-1,
.mhb-shop-page--checkout .mhb-shop-woo #customer_details .col-2 {
    width: auto;
    float: none;
    padding: 0;
}

.mhb-shop-page--checkout .mhb-shop-woo .mhb-shop-checkout-review {
    grid-column: 2;
    grid-row: 1;
    align-self: start;
}

.mhb-shop-page--checkout .mhb-shop-woo .woocommerce-billing-fields,
.mhb-shop-page--checkout .mhb-shop-woo .woocommerce-shipping-fields,
.mhb-shop-page--checkout .mhb-shop-woo .woocommerce-additional-fields {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.mhb-shop-page--checkout .mhb-shop-woo .woocommerce-billing-fields h3,
.mhb-shop-page--checkout .mhb-shop-woo .woocommerce-additional-fields h3,
.mhb-shop-page--checkout .mhb-shop-woo #order_review_heading {
    margin: 0 0 24px;
    color: var(--mhb-text-white, #fff);
    font-family: var(--mhb-font-display, 'Barlow Condensed', sans-serif);
    font-size: clamp(30px, 3vw, 40px);
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

.mhb-shop-page--checkout .mhb-shop-woo .woocommerce-billing-fields__field-wrapper,
.mhb-shop-page--checkout .mhb-shop-woo .woocommerce-shipping-fields__field-wrapper {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.mhb-shop-page--checkout .mhb-shop-woo .woocommerce-billing-fields__field-wrapper::before,
.mhb-shop-page--checkout .mhb-shop-woo .woocommerce-billing-fields__field-wrapper::after,
.mhb-shop-page--checkout .mhb-shop-woo .woocommerce-shipping-fields__field-wrapper::before,
.mhb-shop-page--checkout .mhb-shop-woo .woocommerce-shipping-fields__field-wrapper::after {
    content: none;
}

.mhb-shop-page--checkout .mhb-shop-woo .woocommerce-billing-fields__field-wrapper .form-row,
.mhb-shop-page--checkout .mhb-shop-woo .woocommerce-shipping-fields__field-wrapper .form-row {
    width: 100%;
    float: none;
    margin: 0;
    padding: 0;
}

.mhb-shop-page--checkout .mhb-shop-woo .woocommerce-billing-fields__field-wrapper .form-row-wide,
.mhb-shop-page--checkout .mhb-shop-woo .woocommerce-shipping-fields__field-wrapper .form-row-wide {
    grid-column: 1 / -1;
}

.mhb-shop-page--checkout .mhb-shop-woo .woocommerce-additional-fields {
    margin-top: 30px;
}

.mhb-shop-page--checkout .mhb-shop-woo .woocommerce-additional-fields__field-wrapper .form-row {
    margin: 0;
    padding: 0;
}

.mhb-shop-page--checkout .mhb-shop-woo .woocommerce-billing-fields__field-wrapper label,
.mhb-shop-page--checkout .mhb-shop-woo .woocommerce-shipping-fields__field-wrapper label,
.mhb-shop-page--checkout .mhb-shop-woo .woocommerce-additional-fields__field-wrapper label {
    display: block;
    min-height: 23px;
    margin-bottom: 8px;
    color: var(--mhb-text-white, #fff);
    font-size: 0.95rem;
    font-weight: 500;
}

.mhb-shop-page--checkout .mhb-shop-woo #billing_address_2_field label,
.mhb-shop-page--checkout .mhb-shop-woo #shipping_address_2_field label {
    position: static !important;
    display: block !important;
    clip: auto !important;
    clip-path: none !important;
    width: auto !important;
    height: auto !important;
    min-height: 23px;
    margin: 0 0 8px !important;
    overflow: visible !important;
    white-space: normal !important;
    color: transparent !important;
}

.mhb-shop-page--checkout .mhb-shop-woo .woocommerce-billing-fields__field-wrapper input,
.mhb-shop-page--checkout .mhb-shop-woo .woocommerce-billing-fields__field-wrapper select,
.mhb-shop-page--checkout .mhb-shop-woo .woocommerce-shipping-fields__field-wrapper input,
.mhb-shop-page--checkout .mhb-shop-woo .woocommerce-shipping-fields__field-wrapper select,
.mhb-shop-page--checkout .mhb-shop-woo .woocommerce-additional-fields__field-wrapper textarea {
    box-sizing: border-box;
    width: 100%;
    min-height: 48px;
    padding: 12px 16px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: var(--mhb-radius-sm, 8px);
    background-color: rgba(255, 255, 255, 0.08);
    color: var(--mhb-text-white, #fff);
    font-family: var(--mhb-font-primary, 'DM Sans', sans-serif);
    font-size: 1rem;
    transition: border-color var(--mhb-transition-fast, 0.2s ease);
}

.mhb-shop-page--checkout .mhb-shop-woo .woocommerce-billing-fields__field-wrapper input:focus,
.mhb-shop-page--checkout .mhb-shop-woo .woocommerce-billing-fields__field-wrapper select:focus,
.mhb-shop-page--checkout .mhb-shop-woo .woocommerce-shipping-fields__field-wrapper input:focus,
.mhb-shop-page--checkout .mhb-shop-woo .woocommerce-shipping-fields__field-wrapper select:focus,
.mhb-shop-page--checkout .mhb-shop-woo .woocommerce-additional-fields__field-wrapper textarea:focus {
    outline: none;
    border-color: var(--mhb-secondary, #007ac1);
}

.mhb-shop-page--checkout .mhb-shop-woo .select2-container {
    width: 100% !important;
}

.mhb-shop-page--checkout .mhb-shop-woo .select2-container .select2-selection--single {
    box-sizing: border-box;
    height: auto;
    min-height: 48px;
    padding: 12px 42px 12px 16px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: var(--mhb-radius-sm, 8px);
    background-color: rgba(255, 255, 255, 0.08);
}

.mhb-shop-page--checkout .mhb-shop-woo .select2-container .select2-selection__rendered {
    padding: 0;
    color: var(--mhb-text-white, #fff);
    line-height: 24px;
}

.mhb-shop-page--checkout .mhb-shop-woo .select2-container .select2-selection__arrow {
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
}

.mhb-shop-page--checkout .mhb-shop-woo #ship-to-different-address {
    margin: 0 0 24px;
}

.mhb-shop-page--checkout .mhb-shop-woo #ship-to-different-address label {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin: 0;
    color: var(--mhb-text-white, #fff);
    cursor: pointer;
}

.mhb-shop-page--checkout .mhb-shop-woo #ship-to-different-address span {
    font-family: var(--mhb-font-display, 'Barlow Condensed', sans-serif);
    font-size: clamp(24px, 2.4vw, 32px);
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

.mhb-shop-page--checkout .mhb-shop-woo #ship-to-different-address-checkbox {
    appearance: none;
    flex: 0 0 24px;
    width: 24px;
    min-width: 24px;
    height: 24px;
    min-height: 24px;
    margin: 0;
    padding: 0;
    border: 2px solid rgba(255, 255, 255, 0.55);
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.08);
    cursor: pointer;
}

.mhb-shop-page--checkout .mhb-shop-woo #ship-to-different-address-checkbox:checked {
    border-color: var(--mhb-secondary, #007ac1);
    background-color: var(--mhb-secondary, #007ac1);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.2' d='m3 8 3 3 7-7'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px;
}

.mhb-shop-page--checkout .mhb-shop-woo .shipping_address {
    margin-bottom: 6px;
}

.mhb-shop-page--checkout .mhb-shop-woo #order_review {
    padding: 26px;
    border: 0;
    border-radius: 20px;
    background: #f6f9fc;
    color: var(--mhb-text-dark, #091725);
}

.mhb-shop-page--checkout .mhb-shop-woo #order_review p,
.mhb-shop-page--checkout .mhb-shop-woo #order_review label,
.mhb-shop-page--checkout .mhb-shop-woo #order_review table th,
.mhb-shop-page--checkout .mhb-shop-woo #order_review table td,
.mhb-shop-page--checkout .mhb-shop-woo #order_review .amount,
.mhb-shop-page--checkout .mhb-shop-woo #order_review .product-name,
.mhb-shop-page--checkout .mhb-shop-woo #order_review .product-total {
    color: var(--mhb-text-dark, #091725);
}

.mhb-shop-page--checkout .mhb-shop-woo #order_review a {
    color: var(--mhb-secondary, #007ac1);
}

.mhb-shop-page--checkout .mhb-shop-woo #order_review .woocommerce-terms-and-conditions-wrapper .form-row {
    margin: 0;
    padding: 0;
}

.mhb-shop-page--checkout .mhb-shop-woo #order_review .woocommerce-form__label-for-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    line-height: 1.5;
}

.mhb-shop-page--checkout .mhb-shop-woo #order_review .woocommerce-form__input-checkbox {
    flex: 0 0 18px;
    width: 18px;
    min-width: 18px;
    height: 18px;
    min-height: 18px;
    margin: 2px 0 0;
}

.mhb-shop-page--checkout .mhb-shop-woo #payment {
    background: transparent;
}

.mhb-shop-page--checkout .mhb-shop-woo .place-order {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
}

.mhb-shop-page--checkout .mhb-shop-woo--receipt {
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 48px 0;
}

.mhb-shop-page--checkout .mhb-shop-woo--receipt .order_details,
.mhb-shop-page--checkout .mhb-shop-woo--receipt #sogecommercestd_payment_form {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.mhb-shop-page--checkout .mhb-shop-woo--receipt .order_details {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 22px;
    padding: 0;
    list-style: none;
}

.mhb-shop-page--checkout .mhb-shop-woo--receipt .order_details li {
    min-width: 0;
    margin: 0;
    padding: 18px 20px;
    border-radius: 18px;
    background: #f6f9fc;
    color: var(--mhb-text-dark);
    font-size: 14px;
    line-height: 1.45;
}

.mhb-shop-page--checkout .mhb-shop-woo--receipt .order_details strong {
    display: block;
    margin-top: 6px;
    color: #091725;
    font-size: 16px;
}

.mhb-shop-page--checkout .mhb-shop-woo--receipt #sogecommercestd_payment_form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 26px 28px;
    border-radius: 24px;
    background: #f6f9fc;
}

.mhb-shop-page--checkout .mhb-shop-woo--receipt #sogecommercestd_payment_form .button-alt,
.mhb-shop-page--checkout .mhb-shop-woo--receipt #sogecommercestd_payment_form .button.cancel {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 14px 28px;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
}

.mhb-shop-page--checkout .mhb-shop-woo--receipt #sogecommercestd_payment_form .button-alt {
    border: none;
    background: linear-gradient(135deg, #f17424, #ff8f48);
    color: #fff;
}

.mhb-shop-page--checkout .mhb-shop-woo--receipt #sogecommercestd_payment_form .button.cancel {
    background: rgba(9, 23, 37, 0.08);
    color: #091725;
}

.mhb-shop-page--checkout .mhb-shop-woo--receipt.is-redirecting #sogecommercestd_payment_form::before {
    content: "Redirection vers le paiement sécurisé...";
    width: 100%;
    color: #091725;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
}

.mhb-shop-page--checkout .mhb-shop-woo--receipt.is-submitting #sogecommercestd_payment_form .button-alt {
    opacity: 0.7;
    pointer-events: none;
}

.mhb-shop-page--checkout .mhb-shop-woo .woocommerce-order {
    max-width: 980px;
    margin: 0 auto;
}

.mhb-shop-page--checkout .mhb-shop-woo .woocommerce-order > .woocommerce-notice--success,
.mhb-shop-page--checkout .mhb-shop-woo .woocommerce-order .woocommerce-notice--success.woocommerce-thankyou-order-received {
    margin: 0 0 28px;
    padding: 22px 26px;
    border: 1px solid rgba(78, 163, 99, 0.28);
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(91, 184, 112, 0.14), rgba(42, 121, 62, 0.08));
    color: #1d4f2b;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.35;
}

.mhb-shop-page--checkout .mhb-shop-woo .woocommerce-order .woocommerce-order-overview {
    margin-top: 0;
    margin-bottom: 40px;
}

.mhb-shop-page--checkout .mhb-shop-woo .woocommerce-order h2,
.mhb-shop-page--account .mhb-shop-woo .woocommerce h2,
.mhb-shop-page--account .mhb-shop-woo .woocommerce-Address-title h2 {
    font-size: 40px;
    line-height: 1;
}

.mhb-shop-page--checkout .mhb-shop-woo .woocommerce-order .woocommerce-order-details,
.mhb-shop-page--checkout .mhb-shop-woo .woocommerce-order .woocommerce-customer-details {
    margin-top: 38px;
}

.mhb-shop-page--checkout .mhb-shop-woo .woocommerce-order .woocommerce-order-details,
.mhb-shop-page--checkout .mhb-shop-woo .woocommerce-order .woocommerce-customer-details,
.mhb-shop-page--account .mhb-shop-woo .woocommerce-Addresses,
.mhb-shop-page--account .mhb-shop-woo .woocommerce-EditAccountForm,
.mhb-shop-page--account .mhb-shop-woo form.woocommerce-address-fields {
    padding: 24px;
    border-radius: 20px;
    background: #f6f9fc;
}

.mhb-shop-account-hero .mhb-hero__media {
    height: 450px;
}

.mhb-shop-account {
    padding: 60px 0;
    background: var(--mhb-bg-dark, #001025);
    color: var(--mhb-text-white, #fff);
}

.mhb-shop-account > .mhb-container-center {
    max-width: 1080px;
}

.mhb-shop-account .mhb-content__inner {
    max-width: 1000px;
    padding: 0;
}

.mhb-shop-account__intro {
    max-width: 1000px;
    margin: 0 auto 30px;
}

.mhb-shop-account__eyebrow {
    margin: 0 0 8px;
    color: var(--mhb-accent);
    font-family: var(--mhb-font-display);
    font-size: 18px;
    letter-spacing: 1.4px;
    line-height: 1;
    text-transform: uppercase;
}

.mhb-shop-account__intro h2 {
    margin: 0 0 10px;
    color: #fff;
    font-family: var(--mhb-font-display);
    font-size: clamp(38px, 5vw, 68px);
    letter-spacing: 1.2px;
    line-height: 0.95;
    text-transform: uppercase;
}

.mhb-shop-account__intro p:last-child {
    max-width: 680px;
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 17px;
    line-height: 1.65;
}

.mhb-shop-page--account .mhb-shop-woo .woocommerce {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.mhb-shop-page--account .mhb-shop-woo .woocommerce-MyAccount-navigation {
    display: none;
}

.mhb-shop-page--account .mhb-shop-woo .woocommerce-MyAccount-content {
    float: none;
    width: 100%;
    margin: 0;
}

.mhb-shop-page--account .mhb-shop-woo .woocommerce-MyAccount-content > p {
    max-width: 760px;
    color: rgba(255, 255, 255, 0.74);
    font-size: 17px;
    line-height: 1.7;
}

.mhb-shop-page--account .mhb-shop-woo .woocommerce-MyAccount-content > p a {
    color: var(--mhb-accent);
    font-weight: 700;
}

.mhb-shop-page--account .mhb-shop-woo .woocommerce-Addresses,
.mhb-shop-page--account .mhb-shop-woo .woocommerce-EditAccountForm,
.mhb-shop-page--account .mhb-shop-woo form.woocommerce-address-fields,
.mhb-shop-page--account .mhb-shop-woo .woocommerce-form-login,
.mhb-shop-page--account .mhb-shop-woo .woocommerce-form-register,
.mhb-shop-page--account .mhb-shop-woo .woocommerce-MyAccount-paymentMethods,
.mhb-shop-page--account .mhb-shop-woo table.shop_table {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.mhb-shop-page--account .mhb-shop-woo .woocommerce-EditAccountForm,
.mhb-shop-page--account .mhb-shop-woo form.woocommerce-address-fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    padding: 0;
    color: var(--mhb-text-white, #fff);
}

.mhb-shop-page--account .mhb-shop-woo form.woocommerce-address-fields {
    display: block;
}

.mhb-shop-page--account .mhb-shop-woo .woocommerce-address-fields__field-wrapper {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.mhb-shop-page--account .mhb-shop-woo .woocommerce-form-login,
.mhb-shop-page--account .mhb-shop-woo .woocommerce-form-register {
    max-width: 620px;
    margin: 0;
    padding: 0;
    color: var(--mhb-text-white, #fff);
}

.mhb-shop-page--account .mhb-shop-woo .u-columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.mhb-shop-page--account .mhb-shop-woo .u-columns::before,
.mhb-shop-page--account .mhb-shop-woo .u-columns::after {
    display: none;
}

.mhb-shop-page--account .mhb-shop-woo .u-column1,
.mhb-shop-page--account .mhb-shop-woo .u-column2 {
    float: none;
    width: 100%;
}

.mhb-shop-page--account .mhb-shop-woo .u-column1 > h2,
.mhb-shop-page--account .mhb-shop-woo .u-column2 > h2 {
    color: #fff;
}

.mhb-shop-page--account .mhb-shop-woo .woocommerce-EditAccountForm .form-row-wide,
.mhb-shop-page--account .mhb-shop-woo .woocommerce-EditAccountForm fieldset,
.mhb-shop-page--account .mhb-shop-woo .woocommerce-EditAccountForm > p:last-child,
.mhb-shop-page--account .mhb-shop-woo form.woocommerce-address-fields .form-row-wide,
.mhb-shop-page--account .mhb-shop-woo form.woocommerce-address-fields > p:last-child {
    grid-column: 1 / -1;
}

.mhb-shop-page--account .mhb-shop-woo .form-row-first,
.mhb-shop-page--account .mhb-shop-woo .form-row-last,
.mhb-shop-page--account .mhb-shop-woo .form-row-wide {
    float: none;
    width: 100%;
}

.mhb-shop-page--account .mhb-shop-woo .woocommerce-EditAccountForm .clear,
.mhb-shop-page--account .mhb-shop-woo form.woocommerce-address-fields .clear {
    display: none;
}

.mhb-shop-page--account .mhb-shop-woo .woocommerce-EditAccountForm fieldset {
    display: grid;
    gap: 16px;
    margin: 8px 0 0;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: var(--mhb-radius-sm, 8px);
}

.mhb-shop-page--account .mhb-shop-woo .woocommerce-EditAccountForm legend {
    padding: 0 8px;
    color: var(--mhb-text-white, #fff);
    font-family: var(--mhb-font-display);
    font-size: 24px;
    text-transform: uppercase;
}

.mhb-shop-page--account .mhb-shop-woo .woocommerce-Address {
    padding: 0;
    border-radius: 0;
    background: transparent;
    color: var(--mhb-text-white, #fff);
}

.mhb-shop-page--account .mhb-shop-woo .woocommerce-Address-title {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 14px;
}

.mhb-shop-page--account .mhb-shop-woo .woocommerce-Address-title h2 {
    margin: 0;
    color: var(--mhb-text-white, #fff);
}

.mhb-shop-page--account .mhb-shop-woo .woocommerce-Address-title .edit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 12px 18px;
    border-radius: var(--mhb-radius-sm, 8px);
    background: var(--mhb-secondary, #007AC1);
    color: #fff;
    font-family: var(--mhb-font-display, 'Formula Condensed', sans-serif);
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
}

.mhb-shop-page--account .mhb-shop-woo table.shop_table thead th {
    color: var(--mhb-text-white, #fff);
}

.mhb-shop-page--account .mhb-shop-woo table.shop_table tbody td,
.mhb-shop-page--account .mhb-shop-woo table.shop_table tfoot td,
.mhb-shop-page--account .mhb-shop-woo table.shop_table tfoot th {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    background: transparent;
    color: rgba(255, 255, 255, 0.82);
}

.mhb-shop-page--account .mhb-shop-woo table.shop_table a {
    color: var(--mhb-secondary, #007AC1);
    font-weight: 700;
}

.mhb-shop-page--account .mhb-shop-woo .woocommerce-info {
    border: 0;
    border-radius: var(--mhb-radius-sm, 8px);
    background: rgba(255, 255, 255, 0.08);
    color: var(--mhb-text-white, #fff);
    box-shadow: none;
}

.mhb-shop-orders-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 0;
}

.mhb-shop-order-card {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px 25px;
    border-radius: var(--mhb-radius-sm, 8px);
    background: #fff;
    box-shadow: var(--mhb-shadow-sm, 0 2px 8px rgba(0, 0, 0, 0.1));
    transition: transform var(--mhb-transition-base, 0.3s ease), box-shadow var(--mhb-transition-base, 0.3s ease);
}

.mhb-shop-order-card:hover {
    transform: translateY(-2px);
    box-shadow: var(--mhb-shadow-md, 0 8px 32px rgba(0, 0, 0, 0.18));
}

.mhb-shop-order-card__icon {
    display: flex;
    flex: 0 0 50px;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: var(--mhb-radius-sm, 8px);
    background: #eef6fc;
    color: var(--mhb-secondary, #007AC1);
}

.mhb-shop-order-card__body {
    flex: 1;
    min-width: 0;
}

.mhb-shop-order-card__head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 6px;
}

.mhb-shop-order-card__title {
    margin: 0;
    color: #1a1a1a;
    font-size: 1.1rem;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 1.3;
    text-transform: none;
}

.mhb-shop-page--account .mhb-shop-woo .mhb-shop-order-card__title {
    margin: 0 0 6px;
    color: #1a1a1a;
    font-family: var(--mhb-font-primary, 'DM Sans', sans-serif);
    font-size: 1.05rem;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 1.3;
    text-transform: none;
}

.mhb-shop-page--account .mhb-shop-woo .mhb-shop-order-card__title a,
.mhb-shop-order-card__title a {
    color: inherit;
    text-decoration: none;
}

.mhb-shop-order-card__status {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(0, 122, 193, 0.1);
    color: var(--mhb-secondary, #007AC1);
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

.mhb-shop-order-card__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0 15px;
    color: #666;
    font-size: 0.85rem;
    font-weight: 400;
}

.mhb-shop-order-card__meta .amount,
.mhb-shop-order-card__meta bdi {
    font-weight: 500;
}

.mhb-shop-order-card__meta span + span::before {
    content: "•";
    margin-right: 8px;
    color: #ccc;
}

.mhb-shop-order-card__actions {
    display: flex;
    flex: 0 0 auto;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
}

.mhb-shop-order-card__button,
.mhb-shop-order-card__button.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 12px 20px;
    border: 0;
    border-radius: var(--mhb-radius-sm, 8px);
    background: var(--mhb-accent, #E95323) !important;
    color: #fff !important;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    text-transform: none;
}

.mhb-shop-order-card__button:hover,
.mhb-shop-order-card__button.button:hover {
    background: var(--mhb-accent-hover, #e55a2b) !important;
    transform: none;
}

.mhb-shop-page--account .mhb-shop-woo .mhb-shop-order-card__button,
.mhb-shop-page--account .mhb-shop-woo .mhb-shop-order-card__button.button {
    min-height: 40px;
    padding: 11px 18px 7px;
    border-radius: var(--mhb-radius-sm, 8px);
    background: var(--mhb-accent, #E95323) !important;
    color: #fff !important;
    font-family: var(--mhb-font-primary, 'DM Sans', sans-serif);
    font-size: 0.88rem;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1;
    text-decoration: none;
    text-transform: none;
}

.mhb-shop-page--account .mhb-shop-woo .mhb-shop-order-card__button:hover,
.mhb-shop-page--account .mhb-shop-woo .mhb-shop-order-card__button.button:hover {
    background: var(--mhb-accent-hover, #e55a2b) !important;
    color: #fff !important;
    transform: none;
}

.mhb-shop-page--account .mhb-shop-woo .woocommerce-order-details,
.mhb-shop-page--account .mhb-shop-woo .woocommerce-customer-details {
    margin-top: 34px;
}

.mhb-shop-page--account .mhb-shop-woo .mhb-shop-order-detail {
    display: grid;
    gap: 18px;
}

.mhb-shop-order-detail__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
}

.mhb-shop-order-detail__eyebrow {
    margin: 0 0 6px !important;
    color: var(--mhb-accent, #E95323) !important;
    font-family: var(--mhb-font-display);
    font-size: 18px !important;
    letter-spacing: 1.2px;
    line-height: 1;
    text-transform: uppercase;
}

.mhb-shop-page--account .mhb-shop-woo .mhb-shop-order-detail__title {
    margin: 0;
    color: #fff;
    font-family: var(--mhb-font-display);
    font-size: clamp(34px, 4vw, 54px);
    letter-spacing: 1px;
    line-height: 0.95;
    text-transform: uppercase;
}

.mhb-shop-order-detail__status {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(0, 122, 193, 0.14);
    color: #72c9ff;
    font-size: 0.86rem;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

.mhb-shop-order-detail__summary {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.mhb-shop-order-detail__summary-item,
.mhb-shop-order-detail__product,
.mhb-shop-order-detail__totals,
.mhb-shop-order-detail__purchase-note {
    border-radius: var(--mhb-radius-sm, 8px);
    background: #fff;
    box-shadow: var(--mhb-shadow-sm, 0 2px 8px rgba(0, 0, 0, 0.1));
}

.mhb-shop-order-detail__summary-item {
    padding: 18px 20px;
}

.mhb-shop-order-detail__summary-item > span,
.mhb-shop-order-detail__total-row > span,
.mhb-shop-order-detail__product-meta {
    display: block;
    color: #666;
    font-size: 0.85rem;
    line-height: 1.4;
}

.mhb-shop-order-detail__summary-item strong,
.mhb-shop-order-detail__total-row strong {
    display: block;
    margin-top: 5px;
    color: #1a1a1a;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.35;
}

.mhb-shop-order-detail__products {
    display: grid;
    gap: 12px;
}

.mhb-shop-order-detail__product {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 20px;
    padding: 20px 25px;
}

.mhb-shop-page--account .mhb-shop-woo .mhb-shop-order-detail__product-name {
    margin: 0 0 7px;
    color: #1a1a1a;
    font-family: var(--mhb-font-primary, 'DM Sans', sans-serif);
    font-size: 1.05rem;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 1.3;
    text-transform: none;
}

.mhb-shop-order-detail__product-name a {
    color: inherit;
    text-decoration: none;
}

.mhb-shop-order-detail__product-meta strong {
    color: #1a1a1a;
    font-weight: 600;
}

.mhb-shop-order-detail__product-total {
    color: #1a1a1a;
    font-size: 1rem;
    font-weight: 700;
    white-space: nowrap;
}

.mhb-shop-order-detail__product .wc-item-meta {
    margin: 10px 0 0;
    padding: 0;
    color: #666;
    font-size: 0.85rem;
}

.mhb-shop-order-detail__product .wc-item-meta li {
    margin: 3px 0 0;
}

.mhb-shop-order-detail__purchase-note {
    padding: 16px 20px;
    color: #1a1a1a;
}

.mhb-shop-order-detail__totals {
    padding: 8px 25px;
}

.mhb-shop-order-detail__total-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 14px 0;
    border-bottom: 1px solid #e8eef4;
}

.mhb-shop-order-detail__total-row:last-child {
    border-bottom: 0;
}

.mhb-shop-order-detail__total-row strong {
    margin-top: 0;
    text-align: right;
}

.mhb-shop-order-detail__total-row--note {
    align-items: flex-start;
}

.mhb-shop-order-detail__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
}

.mhb-shop-page--account .mhb-shop-woo .mhb-shop-order-detail__button,
.mhb-shop-page--account .mhb-shop-woo .mhb-shop-order-detail__button.button {
    min-height: 42px;
    padding: 12px 18px;
    background: var(--mhb-accent, #E95323) !important;
    font-family: var(--mhb-font-primary, 'DM Sans', sans-serif);
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: none;
}

.mhb-shop-page--account .mhb-shop-woo .woocommerce-order-details__title,
.mhb-shop-page--account .mhb-shop-woo .woocommerce-column__title {
    margin: 0 0 16px;
    color: #fff;
    font-family: var(--mhb-font-display);
    font-size: 34px;
    line-height: 1;
    text-transform: uppercase;
}

.mhb-shop-page--account .mhb-shop-woo .woocommerce-table--order-details {
    overflow: hidden;
    border-radius: var(--mhb-radius-sm, 8px);
    background: #fff;
    color: #1a1a1a;
}

.mhb-shop-page--account .mhb-shop-woo .woocommerce-table--order-details thead th {
    padding: 18px 20px 12px;
    color: #1a1a1a;
}

.mhb-shop-page--account .mhb-shop-woo .woocommerce-table--order-details tbody td,
.mhb-shop-page--account .mhb-shop-woo .woocommerce-table--order-details tfoot td,
.mhb-shop-page--account .mhb-shop-woo .woocommerce-table--order-details tfoot th {
    padding: 16px 20px;
    border-bottom: 1px solid #e8eef4;
    background: #fff;
    color: #1a1a1a;
}

.mhb-shop-page--account .mhb-shop-woo .woocommerce-table--order-details tfoot tr:last-child td,
.mhb-shop-page--account .mhb-shop-woo .woocommerce-table--order-details tfoot tr:last-child th {
    border-bottom: 0;
}

.mhb-shop-page--account .mhb-shop-woo .woocommerce-table--order-details a {
    color: var(--mhb-secondary, #007AC1);
    font-weight: 700;
}

.mhb-shop-page--account .mhb-shop-woo .product-quantity,
.mhb-shop-page--account .mhb-shop-woo .wc-item-meta {
    color: #666;
}

.mhb-shop-page--account .mhb-shop-woo .woocommerce-customer-details .woocommerce-columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.mhb-shop-page--account .mhb-shop-woo .woocommerce-customer-details .woocommerce-columns::before,
.mhb-shop-page--account .mhb-shop-woo .woocommerce-customer-details .woocommerce-columns::after {
    content: none;
    display: none;
}

.mhb-shop-page--account .mhb-shop-woo .woocommerce-customer-details .woocommerce-column {
    float: none;
    width: 100%;
}

.mhb-shop-page--account .mhb-shop-woo .woocommerce-customer-details address {
    min-height: 100%;
    margin: 0;
    padding: 22px 25px;
    border: 0;
    border-radius: var(--mhb-radius-sm, 8px);
    background: #fff;
    color: #1a1a1a;
    font-style: normal;
    line-height: 1.65;
    box-shadow: var(--mhb-shadow-sm, 0 2px 8px rgba(0, 0, 0, 0.1));
}

.mhb-shop-page--account .mhb-shop-woo .woocommerce-customer-details address p {
    margin: 10px 0 0;
    color: #666;
}

.mhb-shop-page--account .mhb-shop-woo label {
    display: block;
    min-height: 23px;
    margin-bottom: 8px;
    color: var(--mhb-text-white, #fff);
    font-size: 0.95rem;
    font-weight: 500;
}

.mhb-shop-page--account .mhb-shop-woo form.woocommerce-address-fields #shipping_address_2_field::before,
.mhb-shop-page--account .mhb-shop-woo form.woocommerce-address-fields #billing_address_2_field::before {
    content: none;
}

.mhb-shop-page--account .mhb-shop-woo form.woocommerce-address-fields #shipping_address_2_field label,
.mhb-shop-page--account .mhb-shop-woo form.woocommerce-address-fields #billing_address_2_field label {
    position: static !important;
    display: block !important;
    clip: auto !important;
    clip-path: none !important;
    width: auto !important;
    height: auto !important;
    min-height: 23px;
    margin: 0 0 8px !important;
    overflow: visible !important;
    white-space: normal !important;
    color: transparent !important;
}

.mhb-shop-page--account .mhb-shop-woo input[type="text"],
.mhb-shop-page--account .mhb-shop-woo input[type="email"],
.mhb-shop-page--account .mhb-shop-woo input[type="password"],
.mhb-shop-page--account .mhb-shop-woo input[type="tel"],
.mhb-shop-page--account .mhb-shop-woo input[type="url"],
.mhb-shop-page--account .mhb-shop-woo input[type="number"],
.mhb-shop-page--account .mhb-shop-woo select,
.mhb-shop-page--account .mhb-shop-woo textarea {
    box-sizing: border-box;
    width: 100%;
    min-height: 48px;
    padding: 12px 16px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: var(--mhb-radius-sm, 8px);
    background-color: rgba(255, 255, 255, 0.08);
    color: var(--mhb-text-white, #fff);
    font-family: var(--mhb-font-primary, 'DM Sans', sans-serif);
    font-size: 1rem;
    transition: border-color var(--mhb-transition-fast, 0.2s ease);
}

.mhb-shop-page--account .mhb-shop-woo input:focus,
.mhb-shop-page--account .mhb-shop-woo select:focus,
.mhb-shop-page--account .mhb-shop-woo textarea:focus {
    outline: none;
    border-color: var(--mhb-secondary, #007AC1);
}

.mhb-shop-page--account .mhb-shop-woo select {
    appearance: none;
    padding-right: 36px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='%23a0aec0'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    background-position: right 12px center;
    background-repeat: no-repeat;
}

.mhb-shop-page--account .mhb-shop-woo select option {
    background: var(--mhb-bg-dark, #001025);
    color: var(--mhb-text-white, #fff);
}

.mhb-shop-page--account .mhb-shop-woo .select2-container {
    width: 100% !important;
}

.mhb-shop-page--account .mhb-shop-woo .select2-container .select2-selection--single {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 48px;
    padding: 12px 42px 12px 16px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: var(--mhb-radius-sm, 8px);
    background-color: rgba(255, 255, 255, 0.08);
    color: var(--mhb-text-white, #fff);
    font-family: var(--mhb-font-primary, 'DM Sans', sans-serif);
    font-size: 1rem;
    transition: border-color var(--mhb-transition-fast, 0.2s ease);
}

.mhb-shop-page--account .mhb-shop-woo .select2-container--open .select2-selection--single,
.mhb-shop-page--account .mhb-shop-woo .select2-container .select2-selection--single:focus {
    outline: none;
    border-color: var(--mhb-secondary, #007AC1);
}

.mhb-shop-page--account .mhb-shop-woo .select2-container .select2-selection__rendered {
    padding: 0;
    color: var(--mhb-text-white, #fff);
    line-height: 24px;
}

.mhb-shop-page--account .mhb-shop-woo .select2-container .select2-selection__placeholder {
    color: rgba(255, 255, 255, 0.55);
}

.mhb-shop-page--account .mhb-shop-woo .select2-container .select2-selection__arrow {
    top: 50%;
    right: 12px;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
}

.mhb-shop-page--account .mhb-shop-woo .select2-container .select2-selection__arrow b {
    border-color: #a0aec0 transparent transparent transparent;
}

.select2-container--open .select2-dropdown {
    border-color: rgba(255, 255, 255, 0.15);
    background: var(--mhb-bg-dark, #001025);
    color: var(--mhb-text-white, #fff);
}

.select2-container--open .select2-search__field {
    border-color: rgba(255, 255, 255, 0.15) !important;
    background: rgba(255, 255, 255, 0.08);
    color: var(--mhb-text-white, #fff);
}

.select2-container--open .select2-results__option {
    color: var(--mhb-text-white, #fff);
}

.select2-container--open .select2-results__option--highlighted[aria-selected],
.select2-container--open .select2-results__option--highlighted[data-selected] {
    background: var(--mhb-secondary, #007AC1);
}

.mhb-shop-page--account .mhb-shop-woo textarea {
    min-height: 80px;
    resize: vertical;
}

.mhb-shop-page--account .mhb-shop-woo .form-row {
    margin: 0;
}

.mhb-shop-page--account .mhb-shop-woo form > p:last-child,
.mhb-shop-page--account .mhb-shop-woo .woocommerce-EditAccountForm > p:last-child,
.mhb-shop-page--account .mhb-shop-woo form.woocommerce-address-fields > p:last-child {
    margin-top: 24px;
}

.mhb-shop-page--account .mhb-shop-woo form button[type="submit"],
.mhb-shop-page--account .mhb-shop-woo form .button[type="submit"] {
    margin-top: 24px;
}

.mhb-shop-page--account .mhb-shop-woo .woocommerce-info .button,
.mhb-shop-page--account .mhb-shop-woo .woocommerce-button,
.mhb-shop-page--account .mhb-shop-woo .button {
    width: auto;
    min-height: 52px;
    padding: 16px 26px;
    border: 0;
    border-radius: var(--mhb-radius-sm, 8px);
    background: var(--mhb-secondary, #007AC1) !important;
    color: #fff !important;
    font-family: var(--mhb-font-display, 'Formula Condensed', sans-serif);
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 1;
    text-transform: uppercase;
    transition: background var(--mhb-transition-base, 0.3s ease);
}

.mhb-shop-page--account .mhb-shop-woo .woocommerce-info .button:hover,
.mhb-shop-page--account .mhb-shop-woo .woocommerce-button:hover,
.mhb-shop-page--account .mhb-shop-woo .button:hover {
    background: #0069a8 !important;
    transform: none;
}

.mhb-shop-page--account .mhb-shop-woo .woocommerce-lost-password a {
    color: var(--mhb-secondary, #007AC1);
    font-weight: 700;
}

.mhb-shop-thankyou-actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 22px;
    margin-bottom: 16px;
}

.mhb-shop-thankyou-button {
    min-width: 220px;
    min-height: 52px;
    border-radius: 10px;
}

.mhb-shop-woo .cart-collaterals,
.mhb-shop-woo .woocommerce-checkout-review-order,
.mhb-shop-woo .woocommerce-MyAccount-navigation,
.mhb-shop-woo .woocommerce-MyAccount-content {
    margin-top: 24px;
}

.mhb-shop-woo .woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 10px;
}

.mhb-shop-woo .woocommerce-MyAccount-navigation a {
    display: block;
    padding: 14px 18px;
    border-radius: 12px;
    background: #f6f9fc;
    color: var(--mhb-text-dark);
    text-decoration: none;
}

.mhb-shop-woo .woocommerce-MyAccount-navigation .is-active a,
.mhb-shop-woo .woocommerce-MyAccount-navigation a:hover {
    background: var(--mhb-secondary);
    color: #fff;
}

/* =============================================================================
   NOTICES
   ============================================================================= */

.mhb-shop-notices {
    position: fixed;
    top: auto;
    right: 24px;
    bottom: 104px;
    z-index: 1200;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    width: min(440px, calc(100vw - 32px));
    margin: 0;
    padding: 0;
    pointer-events: none;
}

body.admin-bar .mhb-shop-notices {
    top: auto;
}

.mhb-shop-notices .woocommerce-message,
.mhb-shop-notices .woocommerce-error,
.mhb-shop-notices .woocommerce-info {
    position: relative;
    margin: 0;
    padding: 17px 54px 17px 66px;
    border: 1px solid rgba(0, 35, 75, 0.12);
    border-left: 4px solid var(--mhb-secondary);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 22px 50px rgba(0, 19, 45, 0.2);
    color: var(--mhb-text-dark);
    line-height: 1.5;
    list-style: none;
    opacity: 0;
    transform: translate3d(0, -12px, 0) scale(0.98);
    transition: opacity 0.28s ease, transform 0.28s ease;
    pointer-events: auto;
    overflow: hidden;
}

.mhb-shop-notices .woocommerce-message::before,
.mhb-shop-notices .woocommerce-error::before,
.mhb-shop-notices .woocommerce-info::before {
    content: "";
    position: absolute;
    top: 16px;
    left: 18px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.14);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 17px 17px;
}

.mhb-shop-notices .woocommerce-message::after,
.mhb-shop-notices .woocommerce-error::after,
.mhb-shop-notices .woocommerce-info::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: var(--mhb-secondary);
    opacity: 0.8;
    transform-origin: left center;
    animation: mhb-shop-notice-progress 5.8s linear forwards;
}

.mhb-shop-notices .woocommerce-error::after {
    animation-duration: 7.8s;
}

.mhb-shop-notices .woocommerce-message ul,
.mhb-shop-notices .woocommerce-error ul,
.mhb-shop-notices .woocommerce-info ul,
.mhb-shop-notices .woocommerce-message li,
.mhb-shop-notices .woocommerce-error li,
.mhb-shop-notices .woocommerce-info li,
.mhb-shop-notices .woocommerce-message p,
.mhb-shop-notices .woocommerce-error p,
.mhb-shop-notices .woocommerce-info p {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mhb-shop-notices .woocommerce-message a:not(.mhb-shop-notice__action),
.mhb-shop-notices .woocommerce-error a:not(.mhb-shop-notice__action),
.mhb-shop-notices .woocommerce-info a:not(.mhb-shop-notice__action) {
    color: inherit;
    font-weight: 700;
    text-decoration: underline;
}

.mhb-shop-notices .woocommerce-message {
    background: rgba(255, 255, 255, 0.98);
    color: var(--mhb-text-dark);
    border-color: rgba(0, 35, 75, 0.12);
    border-left-color: var(--mhb-accent);
}

.mhb-shop-notices .woocommerce-message::before {
    background-color: var(--mhb-accent);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12.5l4.2 4.2L19 7.4'/%3E%3C/svg%3E");
}

.mhb-shop-notices .woocommerce-info {
    background: rgba(255, 255, 255, 0.98);
    color: var(--mhb-text-dark);
    border-color: rgba(0, 35, 75, 0.12);
    border-left-color: var(--mhb-secondary);
}

.mhb-shop-notices .woocommerce-info::before {
    background-color: var(--mhb-secondary);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 10v6'/%3E%3Cpath d='M12 7.2h.01'/%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3C/svg%3E");
}

.mhb-shop-notices .woocommerce-error {
    background: rgba(255, 255, 255, 0.98);
    color: var(--mhb-text-dark);
    border-color: rgba(118, 20, 33, 0.18);
    border-left-color: #ba2c2c;
}

.mhb-shop-notices .woocommerce-error::before {
    background-color: #ba2c2c;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 7v6'/%3E%3Cpath d='M12 16.7h.01'/%3E%3Cpath d='M10.3 3.8L2.6 17a2 2 0 001.7 3h15.4a2 2 0 001.7-3L13.7 3.8a2 2 0 00-3.4 0z'/%3E%3C/svg%3E");
}

.mhb-shop-notices .mhb-shop-notice--cart {
    display: grid;
    grid-template-columns: 66px minmax(0, 1fr) auto;
    align-items: center;
    gap: 13px;
    padding: 11px 46px 11px 11px;
}

.mhb-shop-notices .mhb-shop-notice--cart::before {
    display: none;
}

.mhb-shop-notice__visual {
    display: flex;
    width: 66px;
    height: 66px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 12px;
    background: #edf2f7;
}

.mhb-shop-notice__visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mhb-shop-notice__content {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 2px;
}

.mhb-shop-notice__eyebrow {
    color: var(--mhb-accent);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.mhb-shop-notice__product {
    overflow: hidden;
    color: var(--mhb-primary);
    font-size: 15px;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mhb-shop-notice__meta {
    color: #647184;
    font-size: 12px;
}

.mhb-shop-notices .mhb-shop-notice__action {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    border-radius: 6px;
    background: var(--mhb-secondary);
    color: #fff;
    font-family: var(--mhb-font-display, sans-serif);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.35px;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}

.mhb-shop-notices .mhb-shop-notice__action:hover {
    background: #006ba9;
    color: #fff;
    text-decoration: none;
}

.mhb-shop-notices .mhb-shop-notice__action:focus-visible {
    outline: 3px solid rgba(0, 122, 193, 0.32);
    outline-offset: 3px;
}

.mhb-shop-notices .is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
}

.mhb-shop-notices .is-fading {
    opacity: 0;
    transform: translate3d(0, -8px, 0) scale(0.97);
}

.mhb-shop-notice__close {
    position: absolute;
    top: 12px;
    right: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: none;
    border-radius: 50%;
    background: #edf2f7;
    color: inherit;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
}

.mhb-shop-notice__close:hover {
    background: #dfe7f0;
    transform: scale(1.04);
}

@keyframes mhb-shop-notice-progress {
    from {
        transform: scaleX(1);
    }

    to {
        transform: scaleX(0);
    }
}

@keyframes mhb-shop-cart-bump {
    50% {
        transform: translateY(-2px) scale(1.16) rotate(-5deg);
    }
}

@keyframes mhb-shop-count-bump {
    50% {
        transform: scale(1.24);
    }
}

@keyframes mhb-shop-success-pop {
    0% {
        opacity: 0;
        transform: scale(0.55) rotate(-8deg);
    }

    100% {
        opacity: 1;
        transform: scale(1) rotate(0);
    }
}

/* =============================================================================
   FOOTER BOUTIQUE
   ============================================================================= */

.mhb-shop-footer__services {
    margin-top: 54px;
    padding: 0 0 58px;
    background: #fff;
    color: var(--mhb-text-dark);
}

.mhb-shop-footer__heading {
    margin-bottom: 22px;
    text-align: center;
}

.mhb-shop-footer__services-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 216px));
    justify-content: center;
    gap: 16px;
}

.mhb-shop-footer__service {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    min-height: 148px;
    padding: 22px 16px;
    border: 1px solid rgba(9, 23, 37, 0.12);
    border-radius: 12px;
    background: #fff;
    text-decoration: none;
    color: var(--mhb-text-dark);
    text-align: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.mhb-shop-footer__service:hover {
    transform: translateY(-3px);
    border-color: rgba(233, 83, 35, 0.4);
    box-shadow: 0 18px 36px rgba(9, 23, 37, 0.08);
}

.mhb-shop-footer__service-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 76px;
    height: 76px;
}

.mhb-shop-footer__service-icon img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.mhb-shop-footer__service-label {
    max-width: 108px;
    font-family: var(--mhb-font-display);
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.mhb-shop-footer__baseline {
    padding: 24px 0 26px;
    background: #041224;
    color: #fff;
}

.mhb-shop-footer__baseline-inner {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 28px;
}

.mhb-shop-footer__baseline-left {
    display: flex;
    align-items: center;
    gap: 28px;
}

.mhb-shop-footer__baseline-logo img {
    width: 58px;
    height: auto;
}

.mhb-shop-footer__menu-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px 22px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.mhb-shop-footer__menu-list a {
    color: rgba(255, 255, 255, 0.72);
    text-decoration: none;
    font-size: 14px;
}

.mhb-shop-footer__menu-list a:hover {
    color: #fff;
}

.mhb-shop-footer__baseline-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
}

.mhb-shop-footer__site-name {
    font-family: var(--mhb-font-body);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.3px;
}

.mhb-shop-footer__site-name-accent {
    color: var(--mhb-accent);
}

.mhb-shop-footer__socials {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
}

.mhb-shop-footer__socials .social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin: 0;
}

.mhb-shop-footer__socials .social-link img {
    width: 16px;
    height: 16px;
    filter: brightness(0) invert(1);
}

/* =============================================================================
   RESPONSIVE
   ============================================================================= */

@media (max-width: 1200px) {
    .mhb-shop-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mhb-shop-product__layout {
        gap: 40px;
    }
}

@media (max-width: 1024px) {
    .mhb-shop-floating-cart {
        display: none;
    }

    .mhb-shop-header__topbar-inner {
        grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
        gap: 14px;
        padding: 0 var(--mhb-content-padding-x);
    }

    .mhb-shop-header__utility-list {
        justify-content: flex-start;
    }

    .mhb-shop-header__utility--right {
        justify-self: end;
    }

    .mhb-shop-header__utility--right .mhb-shop-header__utility-list {
        justify-content: flex-end;
    }

    .mhb-shop-header__mainbar-inner {
        grid-template-columns: auto minmax(0, 1fr) auto;
        gap: 14px;
    }

    .mhb-shop-header__nav-list {
        flex-wrap: wrap;
        gap: 18px 22px;
    }

    .mhb-shop-header__actions {
        justify-content: flex-end;
    }

    .mhb-shop-product__layout {
        grid-template-columns: 1fr;
    }

    .mhb-shop-product__summary {
        padding-top: 0;
    }

    .mhb-shop-footer__services-grid {
        grid-template-columns: repeat(2, minmax(0, 216px));
    }

    .mhb-shop-footer__baseline-inner,
    .mhb-shop-footer__baseline-left {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .mhb-shop-footer__baseline-right {
        align-items: center;
    }

    .mhb-shop-page--checkout .mhb-shop-woo .checkout.woocommerce-checkout {
        grid-template-columns: 1fr;
    }

    .mhb-shop-page--checkout .mhb-shop-woo .mhb-shop-checkout-review,
    .mhb-shop-page--checkout .mhb-shop-woo #order_review_heading,
    .mhb-shop-page--checkout .mhb-shop-woo #order_review {
        grid-column: 1;
    }

    .mhb-shop-page--checkout .mhb-shop-woo .mhb-shop-checkout-review {
        grid-row: auto;
    }

    .mhb-shop-page--checkout .mhb-shop-woo--receipt .order_details {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mhb-shop-page--checkout .mhb-shop-woo .woocommerce-order h2,
    .mhb-shop-page--account .mhb-shop-woo .woocommerce h2,
    .mhb-shop-page--account .mhb-shop-woo .woocommerce-Address-title h2 {
        font-size: 34px;
    }
}

@media (max-width: 768px) {
    .mhb-shop-page--checkout .mhb-shop-woo .woocommerce-billing-fields__field-wrapper,
    .mhb-shop-page--checkout .mhb-shop-woo .woocommerce-shipping-fields__field-wrapper {
        grid-template-columns: 1fr;
    }

    .mhb-shop-page--checkout .mhb-shop-woo .woocommerce-billing-fields__field-wrapper .form-row-wide,
    .mhb-shop-page--checkout .mhb-shop-woo .woocommerce-shipping-fields__field-wrapper .form-row-wide {
        grid-column: 1;
    }

    .mhb-shop-header {
        position: relative;
        z-index: 960;
    }

    .mhb-shop-header__topbar {
        border-bottom-color: rgba(255, 255, 255, 0.06);
    }

    .mhb-shop-header__topbar-inner {
        display: grid;
        grid-template-columns: auto minmax(0, 1fr);
        align-items: center;
        justify-content: stretch;
        gap: 12px;
        min-height: 54px;
        padding: 7px var(--mhb-content-padding-x) 6px;
    }

    .mhb-shop-header__title {
        font-size: 16px;
        letter-spacing: 1px;
        text-align: left;
    }

    .mhb-shop-header__utility {
        display: none;
    }

    .mhb-shop-header__universes {
        display: block;
        width: 100%;
        max-width: 100%;
        overflow: hidden;
    }

    .mhb-shop-header__universes-list {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 0;
        width: 100%;
        margin: 0;
        padding: 0 12px;
        overflow-x: auto;
        overflow-y: hidden;
        list-style: none;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .mhb-shop-header__universes-list::-webkit-scrollbar {
        display: none;
    }

    .mhb-shop-header__universes-list li {
        display: inline-flex;
        align-items: center;
        flex: 0 0 auto;
    }

    .mhb-shop-header__universes-list li:not(:last-child)::after {
        content: "|";
        margin: 0 9px;
        color: rgba(255, 255, 255, 0.42);
    }

    .mhb-shop-header__universes-list a {
        color: rgba(255, 255, 255, 0.78);
        font-family: var(--mhb-font-display);
        font-size: 13px;
        letter-spacing: 0.75px;
        line-height: 1;
        text-decoration: none;
        text-transform: uppercase;
        white-space: nowrap;
    }

    .mhb-shop-header__utility-list a {
        font-size: 13px;
    }

    .mhb-shop-header__mainbar {
        padding: 8px 0 18px;
    }

    .mhb-shop-header__mainbar-inner {
        grid-template-columns: auto auto;
        grid-template-areas: "brand actions";
        justify-content: space-between;
        justify-items: stretch;
        align-items: center;
        gap: 14px;
    }

    .mhb-shop-header__brand {
        grid-area: brand;
    }

    .mhb-shop-header__logo {
        width: 62px;
    }

    .mhb-shop-header__nav {
        display: none;
    }

    .mhb-shop-nav-float,
    body.mhb-scrolled .mhb-shop-nav-float {
        position: fixed !important;
        left: 50% !important;
        right: auto !important;
        bottom: 18px !important;
        top: auto !important;
        z-index: 9999;
        display: flex;
        transform: translateX(-50%) !important;
    }

    body.woocommerce-cart .mhb-shop-nav-float,
    body.woocommerce-checkout .mhb-shop-nav-float {
        display: none !important;
    }

    .mhb-shop-nav-float__box,
    body.mhb-scrolled .mhb-shop-nav-float__box {
        width: min(calc(100vw - 24px), 520px);
        height: auto !important;
        min-height: 48px;
        padding: 13px 14px 11px !important;
        background: #fff;
        border-radius: 14px;
        gap: 0;
        justify-content: space-between;
        box-shadow:
            0 1px 1px rgba(0, 0, 0, 0.29),
            0 5px 14px rgba(0, 0, 0, 0.18),
            0 14px 28px rgba(0, 0, 0, 0.16);
    }

    .mhb-shop-nav-float__nav {
        width: auto;
        min-width: 0;
        flex: 1 1 auto;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .mhb-shop-nav-float__nav::-webkit-scrollbar {
        display: none;
    }

    .mhb-shop-nav-float__list {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 18px;
        width: max-content;
        min-width: 100%;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .mhb-shop-nav-float__list li {
        display: inline-flex;
        align-items: center;
    }

    .mhb-shop-nav-float__list li:not(:last-child)::after {
        content: "";
        width: 1px;
        height: 16px;
        margin-left: 18px;
        background: rgba(18, 25, 41, 0.18);
    }

    .mhb-shop-nav-float__list a {
        display: flex;
        align-items: center;
        min-height: 22px;
        color: var(--mhb-text-dark);
        font-family: var(--mhb-font-display);
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 0.7px;
        line-height: 1.15;
        text-decoration: none;
        text-transform: uppercase;
        white-space: nowrap;
        transition: color 0.2s ease, transform 0.2s ease;
    }

    .mhb-shop-nav-float__list a:hover,
    .mhb-shop-nav-float__list .current-menu-item > a,
    .mhb-shop-nav-float__list .current-menu-ancestor > a {
        color: var(--mhb-accent);
        transform: translateY(-1px);
    }

    .mhb-shop-nav-float__cart {
        position: relative;
        display: inline-flex;
        flex: 0 0 48px;
        width: 48px;
        height: 32px;
        align-items: center;
        justify-content: center;
        margin-left: 12px;
        padding-left: 12px;
        border-left: 1px solid rgba(18, 25, 41, 0.18);
        color: var(--mhb-primary);
        text-decoration: none;
    }

    .mhb-shop-nav-float__cart .mhb-shop-cart-count {
        top: -7px;
        right: -5px;
        min-width: 19px;
        height: 19px;
        padding: 0 5px;
        background: var(--mhb-accent);
        color: #fff;
        font-size: 10px;
        line-height: 19px;
    }

    .mhb-shop-nav-float__cart .mhb-shop-cart-count.is-empty {
        background: #dce4ed;
        color: #647184;
    }

    .mhb-shop-notices {
        right: 12px;
        bottom: calc(92px + env(safe-area-inset-bottom));
        left: 12px;
        width: auto;
    }

    .mhb-shop-notices .mhb-shop-notice--cart {
        grid-template-columns: 56px minmax(0, 1fr);
        gap: 10px 12px;
        padding: 10px 42px 10px 10px;
    }

    .mhb-shop-notice__visual {
        width: 56px;
        height: 56px;
        grid-row: 1 / span 2;
    }

    .mhb-shop-notices .mhb-shop-notice__action {
        grid-column: 2;
        width: max-content;
        min-height: 34px;
        padding: 0 13px;
    }

    .mhb-shop-header__actions {
        grid-area: actions;
        width: auto;
        gap: 8px;
        transform: none;
    }

    .mhb-shop-header__icon-link {
        width: 38px;
        height: 38px;
    }

    .mhb-shop-page--home .mhb-slider {
        border-radius: 0 0 20px 20px;
    }

    .mhb-shop-page--home .mhb-shop-slider-wrap {
        margin-top: 0;
        padding-top: 0;
    }

    .mhb-shop-page--checkout .mhb-shop-woo--receipt .order_details {
        grid-template-columns: 1fr;
    }

    .mhb-shop-page--checkout .mhb-shop-woo--receipt {
        min-height: auto;
        padding: 28px 0;
    }

    .mhb-shop-page--checkout .mhb-shop-woo .woocommerce-order > .woocommerce-notice--success,
    .mhb-shop-page--checkout .mhb-shop-woo .woocommerce-order .woocommerce-notice--success.woocommerce-thankyou-order-received {
        font-size: 20px;
    }

    .mhb-shop-page--checkout .mhb-shop-woo .woocommerce-order h2,
    .mhb-shop-page--account .mhb-shop-woo .woocommerce h2,
    .mhb-shop-page--account .mhb-shop-woo .woocommerce-Address-title h2 {
        font-size: 28px;
    }

    .mhb-shop-account-hero .mhb-hero__media {
        height: 390px;
    }

    .mhb-shop-account {
        padding: 42px 0;
    }

    .mhb-shop-page--account .mhb-shop-woo .woocommerce-EditAccountForm,
    .mhb-shop-page--account .mhb-shop-woo form.woocommerce-address-fields,
    .mhb-shop-page--account .mhb-shop-woo .woocommerce-address-fields__field-wrapper,
    .mhb-shop-page--account .mhb-shop-woo .woocommerce-customer-details .woocommerce-columns,
    .mhb-shop-page--account .mhb-shop-woo .u-columns {
        grid-template-columns: 1fr;
    }

    .mhb-shop-order-card {
        align-items: flex-start;
        flex-direction: column;
        padding: 18px;
    }

    .mhb-shop-order-card__head {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .mhb-shop-order-card__meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }

    .mhb-shop-order-card__meta span + span::before {
        display: none;
    }

    .mhb-shop-order-card__actions {
        justify-content: stretch;
        width: 100%;
    }

    .mhb-shop-order-card__button,
    .mhb-shop-order-card__button.button {
        width: 100%;
    }

    .mhb-shop-order-detail__header {
        align-items: flex-start;
        flex-direction: column;
    }

    .mhb-shop-order-detail__summary {
        grid-template-columns: 1fr;
    }

    .mhb-shop-order-detail__product {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 18px;
    }

    .mhb-shop-order-detail__product-total {
        white-space: normal;
    }

    .mhb-shop-order-detail__totals {
        padding: 6px 18px;
    }

    .mhb-shop-order-detail__total-row {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
    }

    .mhb-shop-order-detail__total-row strong {
        text-align: left;
    }

    .mhb-shop-order-detail__actions {
        justify-content: stretch;
    }

    .mhb-shop-page--account .mhb-shop-woo .mhb-shop-order-detail__button,
    .mhb-shop-page--account .mhb-shop-woo .mhb-shop-order-detail__button.button {
        width: 100%;
    }

    .mhb-shop-thankyou-actions {
        justify-content: stretch;
    }

    .mhb-shop-thankyou-button {
        width: 100%;
    }

    .mhb-shop-section__title {
        font-size: 40px;
    }

    .mhb-shop-page--home .mhb-shop-slider--visual-only {
        aspect-ratio: 2 / 1;
    }

    .mhb-shop-section__frame {
        width: 100%;
    }

    .mhb-shop-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .mhb-shop-product__gallery {
        grid-template-columns: 1fr;
    }

    .mhb-shop-product__purchase table.variations tbody {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .mhb-shop-flocking__heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
    }

    .mhb-shop-flocking__options {
        grid-template-columns: 1fr;
        padding-left: 16px;
    }

    .mhb-shop-flocking__summary {
        justify-self: start;
    }

    .mhb-shop-product__thumbs {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 10px;
        overflow: visible;
    }

    .mhb-shop-product__thumb {
        width: auto;
        min-width: 0;
    }

    .mhb-shop-product__stage {
        min-height: 0;
    }

    .mhb-shop-product__title {
        font-size: 44px;
    }

    .mhb-shop-product__purchase .single_add_to_cart_button,
    .mhb-shop-product__purchase .single_add_to_cart_button.button,
    .mhb-shop-product__purchase button.single_add_to_cart_button.alt,
    .mhb-shop-product__purchase .button.alt.single_add_to_cart_button,
    .mhb-shop-woo .checkout-button,
    .mhb-shop-woo #place_order {
        width: 100% !important;
        min-width: 0;
    }

    .mhb-shop-woo .mhb-shop-cart-actions,
    .mhb-shop-woo .woocommerce-cart-form .coupon {
        flex-direction: column;
        align-items: stretch;
    }

    .mhb-shop-woo .woocommerce-cart-form .coupon .input-text,
    .mhb-shop-woo .woocommerce-cart-form .coupon .button,
    .mhb-shop-woo .woocommerce-cart-form button[name="update_cart"] {
        width: 100% !important;
        min-width: 0;
    }

    .mhb-shop-woo .cart-collaterals,
    .mhb-shop-woo .wc-proceed-to-checkout {
        justify-content: stretch;
    }

    .mhb-shop-article .mhb-content__inner {
        padding: 30px 24px;
    }

    .mhb-shop-woo .woocommerce {
        padding: 20px 18px;
        border-radius: 18px;
    }

    .mhb-shop-woo table.shop_table {
        border-spacing: 0 10px;
    }

    .mhb-shop-notices {
        top: 138px;
        right: 16px;
        width: min(340px, calc(100vw - 24px));
    }
}

@media (max-width: 560px) {
    .mhb-shop-header__utility-list {
        justify-content: center;
    }

    .mhb-shop-header__utility-list li:not(:last-child)::after {
        margin: 0 9px;
    }

    .mhb-shop-footer__services-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    body.mhb-shop-context,
    body.mhb-shop-theme {
        padding-top: 0;
    }

    body.admin-bar.mhb-shop-context,
    body.admin-bar.mhb-shop-theme {
        padding-top: 0;
    }

    .admin-bar .mhb-shop-header {
        top: 0;
    }

    body.admin-bar .mhb-shop-notices {
        top: calc(138px + var(--mhb-admin-bar-height-mobile));
    }
}

@media (max-width: 480px) {
    .mhb-shop-page--checkout .mhb-shop-woo .checkout.woocommerce-checkout {
        gap: 34px;
    }

    .mhb-shop-page--checkout .mhb-shop-woo #order_review {
        padding: 20px 16px;
        border-radius: 14px;
    }

    .mhb-shop-page--checkout .mhb-shop-woo #ship-to-different-address label {
        align-items: flex-start;
    }

    .mhb-shop-page--checkout .mhb-shop-woo #ship-to-different-address-checkbox {
        margin-top: 1px;
    }

    .mhb-shop-page--checkout .mhb-shop-woo .form-row-first,
    .mhb-shop-page--checkout .mhb-shop-woo .form-row-last {
        width: 100%;
        float: none;
    }

    .mhb-main--shop {
        margin-top: -78px;
    }

    .mhb-shop-header__mainbar {
        padding-bottom: 16px;
    }

    .mhb-shop-header__title {
        font-size: 14px;
    }

    .mhb-shop-header__topbar-inner {
        gap: 8px;
    }

    .mhb-shop-header__universes-list {
        padding: 0;
    }

    .mhb-shop-header__universes-list li:not(:last-child)::after {
        margin: 0 6px;
    }

    .mhb-shop-header__universes-list a {
        font-size: 12px;
        letter-spacing: 0.45px;
    }

    .mhb-shop-header__logo {
        width: 56px;
    }

    .mhb-shop-nav-float__box,
    body.mhb-scrolled .mhb-shop-nav-float__box {
        width: min(calc(100vw - 16px), 430px);
        min-height: 46px;
        padding: 12px 12px 10px !important;
    }

    .mhb-shop-nav-float__list {
        gap: 10px;
    }

    .mhb-shop-nav-float__list li:not(:last-child)::after {
        margin-left: 10px;
    }

    .mhb-shop-nav-float__list a {
        font-size: 16px;
        letter-spacing: 0.35px;
    }
}

@media (max-width: 360px) {
    .mhb-shop-nav-float__list {
        gap: 12px;
    }

    .mhb-shop-nav-float__list li:not(:last-child)::after {
        margin-left: 12px;
    }

    .mhb-shop-nav-float__list a {
        font-size: 18px;
        letter-spacing: 0.2px;
    }
}

/* =============================================================================
   PARCOURS WOOCOMMERCE UNIFIE
   Panier, commande et compte partagent les memes champs et rythmes.
   ============================================================================= */

.mhb-shop-page,
.mhb-shop-cart-modal {
    --mhb-shop-field-height: 52px;
    --mhb-shop-control-radius: 8px;
    --mhb-shop-panel-radius: 16px;
    --mhb-shop-border-light: rgba(255, 255, 255, 0.16);
    --mhb-shop-field-bg: rgba(255, 255, 255, 0.085);
    --mhb-shop-field-bg-focus: rgba(255, 255, 255, 0.12);
    --mhb-shop-surface: #f5f8fb;
    --mhb-shop-surface-strong: #fff;
    --mhb-shop-ink: #091725;
    --mhb-shop-muted: #637083;
}

.mhb-shop-page--cart .mhb-shop-woo,
.mhb-shop-page--checkout .mhb-shop-woo {
    padding: clamp(44px, 6vw, 74px) 0 clamp(72px, 8vw, 110px);
}

.mhb-shop-page--cart .mhb-shop-woo .woocommerce,
.mhb-shop-page--checkout .mhb-shop-woo .woocommerce {
    width: min(100%, 1180px);
    margin-right: auto;
    margin-left: auto;
}

.mhb-shop-page--account .mhb-shop-woo label,
.mhb-shop-page--checkout .mhb-shop-woo .form-row label {
    display: block;
    min-height: 0;
    margin: 0 0 9px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.45;
}

.mhb-shop-page--account .mhb-shop-woo .required,
.mhb-shop-page--checkout .mhb-shop-woo .required {
    color: var(--mhb-accent);
    text-decoration: none;
}

.mhb-shop-page--account .mhb-shop-woo input[type="text"],
.mhb-shop-page--account .mhb-shop-woo input[type="email"],
.mhb-shop-page--account .mhb-shop-woo input[type="password"],
.mhb-shop-page--account .mhb-shop-woo input[type="tel"],
.mhb-shop-page--account .mhb-shop-woo input[type="url"],
.mhb-shop-page--account .mhb-shop-woo input[type="number"],
.mhb-shop-page--account .mhb-shop-woo select,
.mhb-shop-page--account .mhb-shop-woo textarea,
.mhb-shop-page--checkout .mhb-shop-woo input.input-text,
.mhb-shop-page--checkout .mhb-shop-woo select,
.mhb-shop-page--checkout .mhb-shop-woo textarea {
    box-sizing: border-box;
    width: 100%;
    min-height: var(--mhb-shop-field-height);
    margin: 0;
    padding: 13px 16px;
    border: 1px solid var(--mhb-shop-border-light);
    border-radius: var(--mhb-shop-control-radius);
    outline: 0;
    background-color: var(--mhb-shop-field-bg);
    color: #fff;
    font-family: var(--mhb-font-primary, sans-serif);
    font-size: 16px;
    line-height: 1.45;
    box-shadow: none;
    transition: border-color 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease;
}

.mhb-shop-page--account .mhb-shop-woo textarea,
.mhb-shop-page--checkout .mhb-shop-woo textarea {
    min-height: 108px;
    resize: vertical;
}

.mhb-shop-page--account .mhb-shop-woo input::placeholder,
.mhb-shop-page--account .mhb-shop-woo textarea::placeholder,
.mhb-shop-page--checkout .mhb-shop-woo input::placeholder,
.mhb-shop-page--checkout .mhb-shop-woo textarea::placeholder {
    color: rgba(255, 255, 255, 0.48);
    opacity: 1;
}

.mhb-shop-page--account .mhb-shop-woo input:focus,
.mhb-shop-page--account .mhb-shop-woo select:focus,
.mhb-shop-page--account .mhb-shop-woo textarea:focus,
.mhb-shop-page--checkout .mhb-shop-woo input.input-text:focus,
.mhb-shop-page--checkout .mhb-shop-woo select:focus,
.mhb-shop-page--checkout .mhb-shop-woo textarea:focus {
    border-color: #42aee9;
    background-color: var(--mhb-shop-field-bg-focus);
    box-shadow: 0 0 0 3px rgba(0, 122, 193, 0.2);
}

.mhb-shop-page--account .mhb-shop-woo .woocommerce-invalid input.input-text,
.mhb-shop-page--account .mhb-shop-woo .woocommerce-invalid select,
.mhb-shop-page--checkout .mhb-shop-woo .woocommerce-invalid input.input-text,
.mhb-shop-page--checkout .mhb-shop-woo .woocommerce-invalid select {
    border-color: #f27070;
    box-shadow: 0 0 0 3px rgba(242, 112, 112, 0.14);
}

.mhb-shop-page--account .mhb-shop-woo .select2-container,
.mhb-shop-page--checkout .mhb-shop-woo .select2-container {
    width: 100% !important;
}

.mhb-shop-page--account .mhb-shop-woo .select2-container .select2-selection--single,
.mhb-shop-page--checkout .mhb-shop-woo .select2-container .select2-selection--single {
    box-sizing: border-box;
    height: var(--mhb-shop-field-height);
    min-height: var(--mhb-shop-field-height);
    padding: 13px 44px 13px 16px;
    border: 1px solid var(--mhb-shop-border-light);
    border-radius: var(--mhb-shop-control-radius);
    background: var(--mhb-shop-field-bg);
    transition: border-color 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease;
}

.mhb-shop-page--account .mhb-shop-woo .select2-container--open .select2-selection--single,
.mhb-shop-page--checkout .mhb-shop-woo .select2-container--open .select2-selection--single {
    border-color: #42aee9;
    background: var(--mhb-shop-field-bg-focus);
    box-shadow: 0 0 0 3px rgba(0, 122, 193, 0.2);
}

.mhb-shop-page--account .mhb-shop-woo .select2-container .select2-selection__rendered,
.mhb-shop-page--checkout .mhb-shop-woo .select2-container .select2-selection__rendered {
    padding: 0;
    color: #fff;
    line-height: 24px;
}

.mhb-shop-page--account .mhb-shop-woo .select2-container .select2-selection__arrow,
.mhb-shop-page--checkout .mhb-shop-woo .select2-container .select2-selection__arrow {
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
}

.mhb-shop-page--account .mhb-shop-woo .form-row,
.mhb-shop-page--checkout .mhb-shop-woo .form-row {
    margin: 0;
    padding: 0;
}

.mhb-shop-page--account .mhb-shop-woo .woocommerce-password-strength,
.mhb-shop-page--account .mhb-shop-woo .woocommerce-password-hint,
.mhb-shop-page--account .mhb-shop-woo .description,
.mhb-shop-page--checkout .mhb-shop-woo .description {
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.66);
    font-size: 13px;
    line-height: 1.55;
}

.mhb-shop-page--account .mhb-shop-woo .button,
.mhb-shop-page--account .mhb-shop-woo button,
.mhb-shop-page--checkout .mhb-shop-woo .button,
.mhb-shop-page--checkout .mhb-shop-woo button,
.mhb-shop-page--cart .mhb-shop-woo .button,
.mhb-shop-page--cart .mhb-shop-woo button {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    padding: 14px 24px 12px;
    border: 0;
    border-radius: var(--mhb-shop-control-radius);
    font-family: var(--mhb-font-display, sans-serif);
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.45px;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    box-shadow: none;
}

.mhb-shop-page--account .mhb-shop-woo .button,
.mhb-shop-page--account .mhb-shop-woo button,
.mhb-shop-page--cart .mhb-shop-woo .coupon .button {
    background: var(--mhb-secondary) !important;
    color: #fff !important;
}

.mhb-shop-page--account .mhb-shop-woo .button:hover,
.mhb-shop-page--account .mhb-shop-woo button:hover,
.mhb-shop-page--cart .mhb-shop-woo .coupon .button:hover {
    background: #006ba9 !important;
    transform: none;
}

.mhb-shop-page--account .mhb-shop-woo .button:focus-visible,
.mhb-shop-page--account .mhb-shop-woo button:focus-visible,
.mhb-shop-page--checkout .mhb-shop-woo .button:focus-visible,
.mhb-shop-page--checkout .mhb-shop-woo button:focus-visible,
.mhb-shop-page--cart .mhb-shop-woo .button:focus-visible,
.mhb-shop-page--cart .mhb-shop-woo button:focus-visible {
    outline: 3px solid rgba(66, 174, 233, 0.48);
    outline-offset: 3px;
}

/* Panier complet */

.mhb-shop-page--cart .mhb-shop-woo .woocommerce {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 370px);
    align-items: start;
    gap: 34px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #fff;
    box-shadow: none;
}

.mhb-shop-page--cart .mhb-shop-woo .woocommerce::before,
.mhb-shop-page--cart .mhb-shop-woo .woocommerce::after {
    content: none;
    display: none;
}

.mhb-shop-page--cart .mhb-shop-woo--empty-cart .woocommerce {
    display: block;
    width: min(100%, 760px);
    text-align: center;
}

.mhb-shop-cart-heading {
    margin: 0 0 22px;
}

.mhb-shop-cart-heading__eyebrow {
    margin: 0 0 6px;
    color: var(--mhb-accent);
    font-family: var(--mhb-font-display);
    font-size: 17px;
    letter-spacing: 1px;
    line-height: 1;
    text-transform: uppercase;
}

.mhb-shop-cart-heading h2,
.mhb-shop-page--cart .mhb-shop-woo .cart_totals h2 {
    margin: 0;
    color: #fff;
    font-family: var(--mhb-font-display);
    font-size: clamp(34px, 4vw, 48px);
    line-height: 0.95;
    text-align: left;
    text-transform: uppercase;
}

.mhb-shop-page--cart .mhb-shop-woo .woocommerce-cart-form {
    grid-column: 1;
    grid-row: 1;
    min-width: 0;
}

.mhb-shop-page--cart .mhb-shop-woo table.shop_table.cart {
    margin: 0;
    border: 0;
    border-collapse: separate;
    border-spacing: 0 10px;
}

.mhb-shop-page--cart .mhb-shop-woo table.shop_table.cart thead th {
    padding: 0 12px 8px;
    color: rgba(255, 255, 255, 0.62);
    font-family: var(--mhb-font-primary, sans-serif);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.8px;
}

.mhb-shop-page--cart .mhb-shop-woo table.shop_table.cart tr.cart_item td {
    padding: 14px 12px;
    border: 0;
    background: rgba(255, 255, 255, 0.075);
    color: #fff;
    vertical-align: middle;
}

.mhb-shop-page--cart .mhb-shop-woo table.shop_table.cart tr.cart_item td:first-child {
    border-radius: 12px 0 0 12px;
}

.mhb-shop-page--cart .mhb-shop-woo table.shop_table.cart tr.cart_item td:last-child {
    border-radius: 0 12px 12px 0;
}

.mhb-shop-page--cart .mhb-shop-woo td.product-thumbnail {
    width: 84px;
}

.mhb-shop-page--cart .mhb-shop-woo td.product-thumbnail img {
    display: block;
    width: 68px;
    height: 68px;
    border-radius: 9px;
    background: #fff;
    object-fit: contain;
}

.mhb-shop-page--cart .mhb-shop-woo td.product-name a {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
    text-decoration: none;
}

.mhb-shop-page--cart .mhb-shop-woo td.product-name a:hover {
    color: #65c4f4;
}

.mhb-shop-page--cart .mhb-shop-woo .product-name .variation {
    margin: 7px 0 0;
    color: rgba(255, 255, 255, 0.62);
    font-size: 12px;
}

.mhb-shop-page--cart .mhb-shop-woo .product-name .variation dt,
.mhb-shop-page--cart .mhb-shop-woo .product-name .variation dd {
    margin: 0 4px 0 0;
    padding: 0;
}

.mhb-shop-page--cart .mhb-shop-woo td.product-price,
.mhb-shop-page--cart .mhb-shop-woo td.product-subtotal {
    font-weight: 700;
    white-space: nowrap;
}

.mhb-shop-page--cart .mhb-shop-woo td.product-remove a.remove {
    width: 34px !important;
    height: 34px !important;
    border: 1px solid rgba(255, 255, 255, 0.11);
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.72) !important;
}

.mhb-shop-page--cart .mhb-shop-woo td.product-remove a.remove:hover {
    border-color: rgba(233, 83, 35, 0.45);
    background: rgba(233, 83, 35, 0.16);
    color: #fff !important;
}

.mhb-shop-page--cart .mhb-shop-woo .quantity .qty {
    width: 70px;
    min-height: 44px;
    padding: 9px;
    border-color: var(--mhb-shop-border-light);
    border-radius: var(--mhb-shop-control-radius);
    background: var(--mhb-shop-field-bg);
    color: #fff;
    text-align: center;
}

.mhb-shop-page--cart .mhb-shop-woo .mhb-shop-cart-actions-row,
.mhb-shop-page--cart .mhb-shop-woo .mhb-shop-cart-actions-row td.actions {
    background: transparent !important;
}

.mhb-shop-page--cart .mhb-shop-woo .mhb-shop-cart-actions {
    justify-content: flex-start;
    padding-top: 8px;
}

.mhb-shop-page--cart .mhb-shop-woo .woocommerce-cart-form .coupon,
.mhb-shop-page--cart .mhb-shop-woo .mhb-shop-cart-actions__coupon {
    flex: 1 1 100%;
    justify-content: flex-start;
    margin: 0;
}

.mhb-shop-page--cart .mhb-shop-woo .woocommerce-cart-form .coupon .input-text {
    flex: 1 1 220px;
    width: auto !important;
    min-width: 0;
    min-height: 50px;
    padding: 13px 16px;
    border: 1px solid var(--mhb-shop-border-light);
    border-radius: var(--mhb-shop-control-radius);
    background: var(--mhb-shop-field-bg);
    color: #fff;
}

.mhb-shop-page--cart .mhb-shop-woo .woocommerce-cart-form .coupon .input-text:focus {
    border-color: #42aee9;
    outline: 0;
    background: var(--mhb-shop-field-bg-focus);
    box-shadow: 0 0 0 3px rgba(0, 122, 193, 0.2);
}

.mhb-shop-page--cart .mhb-shop-woo .woocommerce-cart-form .coupon .button {
    flex: 0 0 auto;
    min-width: 190px;
}

.mhb-shop-page--cart .mhb-shop-woo .cart-collaterals {
    display: block;
    grid-column: 2;
    grid-row: 1;
    margin: 0;
}

.mhb-shop-page--cart .mhb-shop-woo .cart-collaterals::before,
.mhb-shop-page--cart .mhb-shop-woo .cart-collaterals::after {
    content: none;
}

.mhb-shop-page--cart .mhb-shop-woo .cart_totals {
    position: sticky;
    top: 28px;
    width: 100%;
    padding: 26px;
    border-radius: var(--mhb-shop-panel-radius);
    background: var(--mhb-shop-surface);
    color: var(--mhb-shop-ink);
    box-shadow: 0 18px 50px rgba(0, 12, 30, 0.18);
}

.mhb-shop-page--cart .mhb-shop-woo .cart_totals h2 {
    margin-bottom: 20px;
    color: var(--mhb-shop-ink);
    font-size: 36px;
}

.mhb-shop-page--cart .mhb-shop-woo .cart_totals table.shop_table {
    margin: 0 0 22px;
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
}

.mhb-shop-page--cart .mhb-shop-woo .cart_totals table.shop_table th,
.mhb-shop-page--cart .mhb-shop-woo .cart_totals table.shop_table td {
    padding: 14px 0;
    border-bottom: 1px solid #dfe6ed;
    border-radius: 0;
    background: transparent;
    color: var(--mhb-shop-ink);
    font-size: 14px;
    line-height: 1.5;
    vertical-align: top;
}

.mhb-shop-page--cart .mhb-shop-woo .cart_totals table.shop_table th {
    width: 40%;
    padding-right: 14px;
    font-weight: 700;
    text-align: left;
}

.mhb-shop-page--cart .mhb-shop-woo .cart_totals table.shop_table td {
    text-align: right;
}

.mhb-shop-page--cart .mhb-shop-woo .cart_totals .order-total th,
.mhb-shop-page--cart .mhb-shop-woo .cart_totals .order-total td {
    padding-top: 17px;
    border-bottom: 0;
    font-size: 18px;
}

.mhb-shop-page--cart .mhb-shop-woo .cart_totals .woocommerce-shipping-methods,
.mhb-shop-page--cart .mhb-shop-woo .cart_totals .woocommerce-shipping-destination {
    margin: 0;
    color: var(--mhb-shop-muted);
    font-size: 13px;
    line-height: 1.45;
}

.mhb-shop-theme .mhb-shop-shipping-summary td {
    text-align: right;
}

.mhb-shop-theme .mhb-shop-shipping-summary .woocommerce-shipping-destination {
    margin: 0;
    color: var(--mhb-shop-muted);
    font-size: 13px;
    line-height: 1.5;
}

.mhb-shop-theme .mhb-shop-shipping-summary .woocommerce-shipping-calculator {
    margin: 0;
}

.mhb-shop-theme .mhb-shop-shipping-methods-row > td {
    width: 100%;
    padding-top: 0 !important;
    text-align: left !important;
}

.mhb-shop-theme .mhb-shop-shipping-methods-row .woocommerce-shipping-methods {
    display: grid;
    width: 100%;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.mhb-shop-theme .mhb-shop-shipping-methods-row .woocommerce-shipping-methods li {
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    align-items: center;
    gap: 11px;
    width: 100%;
    margin: 0;
    padding: 11px 13px 9px;
    border: 1px solid #d7e0e8;
    border-radius: 10px;
    background: #f7f9fb;
    color: var(--mhb-shop-ink);
}

.mhb-shop-theme .mhb-shop-shipping-methods-row .woocommerce-shipping-methods li:has(input:checked) {
    border-color: var(--mhb-secondary);
    background: rgba(0, 122, 193, 0.08);
}

.mhb-shop-theme .mhb-shop-shipping-methods-row .shipping_method[type="radio"] {
    width: 18px;
    height: 18px;
    margin: 0;
    accent-color: var(--mhb-secondary);
    cursor: pointer;
}

.mhb-shop-theme .mhb-shop-shipping-methods-row .woocommerce-shipping-methods label {
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 0;
    color: var(--mhb-shop-ink);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
    cursor: pointer;
}

.mhb-shop-theme .mhb-shop-shipping-methods-row .woocommerce-shipping-methods .amount {
    flex: 0 0 auto;
    font-weight: 700;
}

.mhb-shop-page--cart .mhb-shop-woo .cart_totals .shipping-calculator-button {
    display: inline-block;
    margin-top: 8px;
    color: var(--mhb-secondary);
    font-size: 13px;
    font-weight: 700;
}

.mhb-shop-page--cart .mhb-shop-woo .wc-proceed-to-checkout {
    display: block;
    padding: 0;
}

.mhb-shop-page--cart .mhb-shop-woo .checkout-button {
    width: 100% !important;
    min-width: 0;
    margin: 0;
    background: var(--mhb-accent) !important;
}

.mhb-shop-page--cart .mhb-shop-woo .checkout-button:hover {
    background: #d9481d !important;
    transform: none;
}

.mhb-shop-page--cart .mhb-shop-woo--empty-cart .cart-empty {
    margin: 0 0 20px;
    padding: 24px;
    border: 1px solid var(--mhb-shop-border-light);
    border-radius: var(--mhb-shop-panel-radius);
    background: rgba(255, 255, 255, 0.07);
    color: #fff;
}

.mhb-shop-page--cart .mhb-shop-woo--empty-cart .return-to-shop {
    margin: 0;
}

/* Commande */

.mhb-shop-page--checkout .mhb-shop-woo .checkout.woocommerce-checkout {
    grid-template-columns: minmax(0, 1.08fr) minmax(350px, 0.82fr);
    gap: 48px 58px;
}

.mhb-shop-page--checkout .mhb-shop-woo .woocommerce-NoticeGroup-checkout {
    grid-column: 1 / -1;
}

.mhb-shop-page--checkout .mhb-shop-woo .checkout.woocommerce-checkout:has(> .woocommerce-NoticeGroup-checkout) #customer_details,
.mhb-shop-page--checkout .mhb-shop-woo .checkout.woocommerce-checkout:has(> .woocommerce-NoticeGroup-checkout) .mhb-shop-checkout-review {
    grid-row: 2;
}

.mhb-shop-page--checkout .mhb-shop-woo #customer_details {
    gap: 42px;
}

.mhb-shop-page--checkout .mhb-shop-woo .woocommerce-billing-fields h3,
.mhb-shop-page--checkout .mhb-shop-woo .woocommerce-additional-fields h3,
.mhb-shop-page--checkout .mhb-shop-woo #order_review_heading {
    margin-bottom: 26px;
    font-size: clamp(32px, 3.4vw, 44px);
}

.mhb-shop-page--checkout .mhb-shop-woo .woocommerce-billing-fields__field-wrapper,
.mhb-shop-page--checkout .mhb-shop-woo .woocommerce-shipping-fields__field-wrapper {
    gap: 20px 22px;
}

.mhb-shop-page--checkout .mhb-shop-woo #billing_address_2_field label,
.mhb-shop-page--checkout .mhb-shop-woo #shipping_address_2_field label,
.mhb-shop-page--account .mhb-shop-woo #billing_address_2_field label,
.mhb-shop-page--account .mhb-shop-woo #shipping_address_2_field label {
    min-height: 20px;
    margin-bottom: 9px !important;
}

.mhb-shop-page--checkout .mhb-shop-woo #ship-to-different-address {
    margin: 4px 0 28px;
}

.mhb-shop-page--checkout .mhb-shop-woo #ship-to-different-address label,
.mhb-shop-page--checkout .mhb-shop-woo .woocommerce-form__label-for-checkbox,
.mhb-shop-page--account .mhb-shop-woo .woocommerce-form__label-for-checkbox {
    display: inline-flex;
    min-height: 24px;
    align-items: center;
    gap: 11px;
    margin: 0;
    cursor: pointer;
}

.mhb-shop-page--checkout .mhb-shop-woo #ship-to-different-address span {
    font-size: clamp(24px, 2.4vw, 30px);
    line-height: 1.05;
}

.mhb-shop-page--checkout .mhb-shop-woo input[type="checkbox"],
.mhb-shop-page--account .mhb-shop-woo input[type="checkbox"] {
    appearance: none;
    flex: 0 0 22px;
    width: 22px;
    min-width: 22px;
    height: 22px;
    min-height: 22px;
    margin: 0;
    padding: 0;
    border: 2px solid rgba(255, 255, 255, 0.48);
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.07);
    cursor: pointer;
}

.mhb-shop-page--checkout .mhb-shop-woo input[type="checkbox"]:checked,
.mhb-shop-page--account .mhb-shop-woo input[type="checkbox"]:checked {
    border-color: var(--mhb-secondary);
    background-color: var(--mhb-secondary);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.2' d='m3 8 3 3 7-7'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 15px;
}

.mhb-shop-page--checkout .mhb-shop-woo .mhb-shop-checkout-review {
    position: sticky;
    top: 28px;
}

.mhb-shop-page--checkout .mhb-shop-woo #order_review {
    padding: 28px;
    border-radius: var(--mhb-shop-panel-radius);
    background: var(--mhb-shop-surface);
    color: var(--mhb-shop-ink);
    box-shadow: 0 18px 50px rgba(0, 12, 30, 0.18);
}

.mhb-shop-page--checkout .mhb-shop-woo #order_review table.shop_table {
    margin: 0 0 24px;
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
}

.mhb-shop-page--checkout .mhb-shop-woo #order_review table.shop_table th,
.mhb-shop-page--checkout .mhb-shop-woo #order_review table.shop_table td {
    padding: 13px 0;
    border-bottom: 1px solid #dfe6ed;
    border-radius: 0;
    background: transparent;
    color: var(--mhb-shop-ink);
    font-size: 14px;
    line-height: 1.45;
    vertical-align: top;
}

.mhb-shop-page--checkout .mhb-shop-woo #order_review table.shop_table th:last-child,
.mhb-shop-page--checkout .mhb-shop-woo #order_review table.shop_table td:last-child {
    text-align: right;
}

.mhb-shop-page--checkout .mhb-shop-woo #order_review table.shop_table thead th {
    color: var(--mhb-shop-muted);
    font-size: 12px;
}

.mhb-shop-page--checkout .mhb-shop-woo #order_review table.shop_table .order-total th,
.mhb-shop-page--checkout .mhb-shop-woo #order_review table.shop_table .order-total td {
    padding-top: 17px;
    border-bottom: 0;
    font-size: 17px;
}

.mhb-shop-page--checkout .mhb-shop-woo #payment ul.payment_methods {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
}

.mhb-shop-page--checkout .mhb-shop-woo #payment li.wc_payment_method {
    margin: 0;
    padding: 18px 0;
    border-top: 1px solid #dfe6ed;
}

.mhb-shop-page--checkout .mhb-shop-woo #payment li.wc_payment_method > label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    color: var(--mhb-shop-ink);
    font-weight: 700;
}

.mhb-shop-page--checkout .mhb-shop-woo #payment input[type="radio"] {
    appearance: none;
    width: 20px;
    min-width: 20px;
    height: 20px;
    min-height: 20px;
    margin: 0 8px 0 0;
    border: 2px solid #9aa8b8;
    border-radius: 50%;
    background: #fff;
}

.mhb-shop-page--checkout .mhb-shop-woo #payment input[type="radio"]:checked {
    border-color: var(--mhb-secondary);
    box-shadow: inset 0 0 0 4px #fff;
    background: var(--mhb-secondary);
}

.mhb-shop-page--checkout .mhb-shop-woo #payment div.payment_box {
    margin: 14px 0 0;
    padding: 14px 16px;
    border-radius: 8px;
    background: #e8eef4;
    color: var(--mhb-shop-ink);
    font-size: 13px;
    line-height: 1.55;
}

.mhb-shop-page--checkout .mhb-shop-woo #payment div.payment_box::before {
    border-bottom-color: #e8eef4;
}

.mhb-shop-page--checkout .mhb-shop-woo #payment .place-order {
    align-items: stretch;
    gap: 20px;
    margin: 0;
    padding: 22px 0 0;
    border-top: 1px solid #dfe6ed;
}

.mhb-shop-page--checkout .mhb-shop-woo #order_review .woocommerce-terms-and-conditions-wrapper,
.mhb-shop-page--checkout .mhb-shop-woo #order_review .woocommerce-privacy-policy-text {
    color: var(--mhb-shop-muted);
    font-size: 13px;
    line-height: 1.55;
}

.mhb-shop-page--checkout .mhb-shop-woo #order_review .woocommerce-form__label-for-checkbox {
    align-items: flex-start;
    color: var(--mhb-shop-ink);
    font-size: 13px;
    font-weight: 500;
}

.mhb-shop-page--checkout .mhb-shop-woo #order_review input[type="checkbox"] {
    border-color: #93a0af;
    background-color: #fff;
}

.mhb-shop-page--checkout .mhb-shop-woo #order_review input[type="checkbox"]:checked {
    border-color: var(--mhb-secondary, #007ac1);
    background-color: var(--mhb-secondary, #007ac1);
}

.mhb-shop-page--checkout .mhb-shop-woo #order_review input[type="checkbox"]:focus-visible {
    outline: 3px solid rgba(0, 122, 193, 0.28);
    outline-offset: 3px;
}

.mhb-shop-page--checkout .mhb-shop-woo #place_order {
    width: 100% !important;
    min-height: 54px;
    margin: 0;
    background: var(--mhb-accent) !important;
}

.mhb-shop-page--checkout .mhb-shop-woo #place_order:hover {
    background: #d9481d !important;
    transform: none;
}

.mhb-shop-page--checkout .mhb-shop-woo .woocommerce-form-coupon {
    max-width: 620px;
    margin: 0 0 34px;
    padding: 20px;
    border: 1px solid var(--mhb-shop-border-light);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.05);
}

/* Mon compte */

.mhb-shop-page--account .mhb-shop-account__intro {
    margin-bottom: 34px;
}

.mhb-shop-page--account .mhb-shop-woo .woocommerce-EditAccountForm,
.mhb-shop-page--account .mhb-shop-woo .woocommerce-address-fields__field-wrapper {
    gap: 22px;
}

.mhb-shop-page--account .mhb-shop-woo .woocommerce-EditAccountForm fieldset {
    gap: 18px;
    margin-top: 12px;
    padding: 24px;
    border-color: var(--mhb-shop-border-light);
    border-radius: 12px;
}

.mhb-shop-page--account .mhb-shop-woo .woocommerce-EditAccountForm legend {
    padding: 0 10px;
    font-size: 25px;
    letter-spacing: 0.6px;
}

.mhb-shop-page--account .mhb-shop-woo form > p:last-child,
.mhb-shop-page--account .mhb-shop-woo .woocommerce-EditAccountForm > p:last-child,
.mhb-shop-page--account .mhb-shop-woo form.woocommerce-address-fields > p:last-child {
    margin: 8px 0 0;
}

.mhb-shop-page--account .mhb-shop-woo form button[type="submit"],
.mhb-shop-page--account .mhb-shop-woo form .button[type="submit"] {
    margin-top: 20px;
}

.mhb-shop-page--account .mhb-shop-woo .woocommerce-form-login,
.mhb-shop-page--account .mhb-shop-woo .woocommerce-form-register,
.mhb-shop-page--account .mhb-shop-woo .woocommerce-ResetPassword {
    display: grid;
    gap: 18px;
    max-width: 640px;
}

.mhb-shop-page--account .mhb-shop-woo .woocommerce-form-login > p,
.mhb-shop-page--account .mhb-shop-woo .woocommerce-form-register > p,
.mhb-shop-page--account .mhb-shop-woo .woocommerce-ResetPassword > p {
    margin: 0;
}

.mhb-shop-page--account .mhb-shop-woo .woocommerce-form-login__rememberme {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    gap: 10px;
    margin: 20px 18px 0 0;
    vertical-align: top;
}

.mhb-shop-page--account .mhb-shop-woo .password-input {
    position: relative;
    display: block;
}

.mhb-shop-page--account .mhb-shop-woo button.show-password-input {
    position: absolute;
    top: 50%;
    right: 7px;
    z-index: 2;
    display: block;
    width: 38px;
    min-width: 38px;
    height: 38px;
    min-height: 38px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 6px;
    background: var(--mhb-accent) !important;
    color: var(--mhb-shop-ink) !important;
    transform: translateY(-50%);
}

.mhb-shop-page--account .mhb-shop-woo button.show-password-input:hover,
.mhb-shop-page--account .mhb-shop-woo button.show-password-input:focus-visible {
    background: #d9481d !important;
    transform: translateY(-50%);
}

.mhb-shop-page--account .mhb-shop-woo .woocommerce-LostPassword {
    margin-top: 2px !important;
}

.mhb-shop-page--account .mhb-shop-woo .woocommerce-Addresses {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 44px;
}

.mhb-shop-page--account .mhb-shop-woo .woocommerce-Addresses::before,
.mhb-shop-page--account .mhb-shop-woo .woocommerce-Addresses::after {
    content: none;
}

.mhb-shop-page--account .mhb-shop-woo .woocommerce-Address {
    float: none;
    width: 100%;
    padding-top: 22px;
    border-top: 2px solid rgba(255, 255, 255, 0.14);
}

.mhb-shop-page--account .mhb-shop-woo .woocommerce-Address-title {
    align-items: center;
    margin-bottom: 18px;
}

.mhb-shop-page--account .mhb-shop-woo .woocommerce-Address-title .edit {
    min-height: 46px;
    padding: 12px 18px;
    border-radius: var(--mhb-shop-control-radius);
    background: var(--mhb-secondary);
    font-size: 17px;
}

.mhb-shop-page--account .mhb-shop-woo .woocommerce-Address address {
    color: rgba(255, 255, 255, 0.76);
    font-style: normal;
    line-height: 1.7;
}

.mhb-shop-page--account .mhb-shop-woo .woocommerce-info {
    display: flex;
    min-height: 68px;
    align-items: center;
    gap: 18px;
    margin: 0 0 18px;
    padding: 16px 18px 16px 58px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    line-height: 1.5;
}

.mhb-shop-page--account .mhb-shop-woo .woocommerce-info::before {
    top: 50%;
    left: 20px;
    color: #42aee9;
    transform: translateY(-50%);
}

.mhb-shop-page--account .mhb-shop-woo .woocommerce-info .button {
    order: 2;
    flex: 0 0 auto;
    min-height: 44px;
    margin: 0 0 0 auto;
    padding: 12px 18px;
    font-size: 17px;
}

.mhb-shop-page--account .mhb-shop-woo table.shop_table {
    overflow: hidden;
    border-radius: 10px;
}

.mhb-shop-page--account .mhb-shop-woo .mhb-shop-order-card,
.mhb-shop-page--account .mhb-shop-woo .mhb-shop-order-detail__summary-item,
.mhb-shop-page--account .mhb-shop-woo .mhb-shop-order-detail__product,
.mhb-shop-page--account .mhb-shop-woo .mhb-shop-order-detail__totals,
.mhb-shop-page--account .mhb-shop-woo .woocommerce-customer-details address {
    border: 1px solid rgba(0, 35, 75, 0.08);
    border-radius: 10px;
    background: var(--mhb-shop-surface-strong);
    box-shadow: 0 12px 34px rgba(0, 12, 30, 0.12);
}

.mhb-shop-page--account .mhb-shop-woo .mhb-shop-order-card {
    padding: 20px 22px;
}

.mhb-shop-page--account .mhb-shop-woo .mhb-shop-order-card__button,
.mhb-shop-page--account .mhb-shop-woo .mhb-shop-order-card__button.button,
.mhb-shop-page--account .mhb-shop-woo .mhb-shop-order-detail__button,
.mhb-shop-page--account .mhb-shop-woo .mhb-shop-order-detail__button.button {
    min-height: 42px;
    padding: 11px 18px 7px;
    background: var(--mhb-accent) !important;
    font-family: var(--mhb-font-primary, sans-serif);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
}

/* Panier flottant et mini-panier */

.mhb-shop-floating-cart {
    min-height: 62px;
    padding: 8px 12px 6px 8px;
    border-color: rgba(255, 255, 255, 0.2);
    background: rgba(0, 38, 82, 0.98);
    box-shadow: 0 18px 44px rgba(0, 12, 30, 0.32);
}

.mhb-shop-floating-cart__icon {
    width: 44px;
    height: 44px;
}

.mhb-shop-floating-cart__label {
    max-width: 74px;
    font-size: 18px;
    line-height: 0.94;
    text-align: center;
}

.mhb-shop-floating-cart:focus-visible,
.mhb-shop-header__cart-link:focus-visible,
.mhb-shop-nav-float__cart:focus-visible {
    outline: 3px solid rgba(66, 174, 233, 0.72);
    outline-offset: 3px;
}

.mhb-shop-cart-modal {
    z-index: 12000;
    padding: 24px;
}

.mhb-shop-cart-modal__backdrop {
    background: rgba(0, 15, 38, 0.74);
    backdrop-filter: blur(5px);
}

.mhb-shop-cart-modal__dialog {
    width: min(100%, 470px);
    max-height: min(760px, calc(100dvh - 48px));
    padding: 26px;
    border-radius: 18px;
    overscroll-behavior: contain;
    transform: translateY(12px) scale(0.985);
    transition: transform 0.2s ease;
}

.mhb-shop-cart-modal.is-open .mhb-shop-cart-modal__dialog {
    transform: translateY(0) scale(1);
}

.mhb-shop-cart-modal__header {
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e2e8ee;
}

.mhb-shop-cart-modal__header h2 {
    font-size: 34px;
}

.mhb-shop-cart-modal__close {
    width: 40px;
    height: 40px;
    border: 1px solid #dce4ec;
    background: #f3f6f9;
}

.mhb-shop-cart-modal__content .woocommerce-mini-cart {
    display: grid;
    max-height: min(390px, calc(100dvh - 330px));
    gap: 10px;
    margin: 0;
    padding: 0 4px 0 0;
    overflow-x: hidden;
    overflow-y: auto;
    list-style: none;
}

.mhb-shop-cart-modal .mhb-shop-cart-modal__content ul.woocommerce-mini-cart li.woocommerce-mini-cart-item {
    position: relative;
    min-height: 92px;
    margin: 0;
    padding: 10px 38px 10px 0;
    border-bottom: 1px solid #e2e8ee;
}

.mhb-shop-cart-modal .mhb-shop-cart-modal__content ul.woocommerce-mini-cart li.woocommerce-mini-cart-item > a:not(.remove) {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    align-items: center;
    gap: 14px;
    color: var(--mhb-primary);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    text-decoration: none;
}

.mhb-shop-cart-modal .mhb-shop-cart-modal__content ul.woocommerce-mini-cart li.woocommerce-mini-cart-item img {
    display: block;
    width: 72px;
    height: 72px;
    margin: 0;
    border: 1px solid #e2e8ee;
    border-radius: 9px;
    background: #f4f7fa;
    object-fit: contain;
    float: none;
}

.mhb-shop-cart-modal__content .woocommerce-mini-cart-item .quantity {
    display: block;
    margin: -22px 0 0 86px;
    color: var(--mhb-shop-muted);
    font-size: 13px;
}

.mhb-shop-cart-modal__content .woocommerce-mini-cart-item dl.variation {
    margin: 6px 0 0 86px;
    padding: 0;
    border: 0;
    color: var(--mhb-shop-muted);
    font-size: 12px;
    line-height: 1.45;
}

.mhb-shop-cart-modal__content .woocommerce-mini-cart-item dl.variation dt,
.mhb-shop-cart-modal__content .woocommerce-mini-cart-item dl.variation dd {
    float: none;
    margin: 0;
    padding: 0;
}

.mhb-shop-cart-modal__content .woocommerce-mini-cart-item dl.variation dt {
    font-weight: 600;
}

.mhb-shop-cart-modal__content .woocommerce-mini-cart-item dl.variation dd p {
    margin: 0 0 4px;
}

.mhb-shop-cart-modal__content .woocommerce-mini-cart-item dl.variation + .quantity {
    margin-top: 6px;
}

.mhb-shop-cart-modal__content .woocommerce-mini-cart-item .remove {
    position: absolute;
    top: 50%;
    right: 0;
    display: inline-grid;
    width: 30px;
    height: 30px;
    place-items: center;
    border-radius: 50%;
    background: #edf2f6;
    color: var(--mhb-primary) !important;
    font-size: 23px;
    line-height: 1;
    text-decoration: none;
    transform: translateY(-50%);
}

/* Linked add-on: shared mini-cart variant requested for jersey flocking. */
.mhb-shop-cart-modal .mhb-shop-cart-modal__content ul.woocommerce-mini-cart li.mhb-cart-addon-parent {
    border-bottom: 0;
    padding-bottom: 0;
}

.mhb-shop-cart-modal .mhb-shop-cart-modal__content ul.woocommerce-mini-cart li.mhb-cart-addon {
    min-height: 0;
    margin-left: 24px;
    padding: 10px 38px 10px 12px;
    border: 0;
    border-left: 2px solid #cbdde9;
    border-radius: 0 8px 8px 0;
    background: #f4f7fa;
}

.mhb-shop-cart-modal .mhb-shop-cart-modal__content ul.woocommerce-mini-cart li.woocommerce-mini-cart-item.mhb-cart-addon > a:not(.remove) {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 10px;
    font-size: 12px;
    font-weight: 400;
}

.mhb-shop-cart-modal .mhb-shop-cart-modal__content ul.woocommerce-mini-cart li.woocommerce-mini-cart-item.mhb-cart-addon img {
    width: 36px;
    height: 36px;
    border-radius: 5px;
}

.mhb-shop-cart-modal .mhb-shop-cart-modal__content li.mhb-cart-addon dl.variation,
.mhb-shop-cart-modal .mhb-shop-cart-modal__content li.mhb-cart-addon .quantity {
    margin-top: 6px;
    margin-left: 46px;
    font-size: 11px;
}

.mhb-shop-cart-modal .mhb-shop-cart-modal__content li.mhb-cart-addon .remove {
    right: 5px;
}

.mhb-shop-cart-modal__content .woocommerce-mini-cart-item .remove:hover {
    background: rgba(233, 83, 35, 0.13);
    color: var(--mhb-accent) !important;
}

.mhb-shop-cart-modal__content .woocommerce-mini-cart__total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin: 18px 0 0;
    padding: 16px 0 0;
    border-top: 0;
    color: var(--mhb-shop-ink);
    font-size: 17px;
}

.mhb-shop-cart-modal__content .woocommerce-mini-cart__buttons {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 18px 0 0;
}

.mhb-shop-cart-modal__content .woocommerce-mini-cart__buttons .button {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 13px 14px 11px;
    border-radius: var(--mhb-shop-control-radius);
    background: var(--mhb-secondary);
    color: #fff;
    font-family: var(--mhb-font-display);
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0.35px;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.mhb-shop-cart-modal__content .woocommerce-mini-cart__buttons .checkout {
    background: var(--mhb-accent);
}

.mhb-shop-cart-modal__content .woocommerce-mini-cart__empty-message {
    margin: 4px 0 8px;
    padding: 24px 18px;
    border-radius: 10px;
    background: #f4f7fa;
    color: var(--mhb-shop-muted);
    text-align: center;
}

.mhb-shop-cart-modal__continue-link {
    display: inline-flex;
    width: 100%;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    margin-top: 14px;
    color: var(--mhb-secondary) !important;
    font-size: 13px;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}

body.mhb-cart-modal-open .mhb-shop-nav-float {
    opacity: 0;
    pointer-events: none;
}

@media (max-width: 1100px) {
    .mhb-shop-page--cart .mhb-shop-woo .woocommerce {
        grid-template-columns: minmax(0, 1fr) 330px;
        gap: 26px;
    }

    .mhb-shop-page--checkout .mhb-shop-woo .checkout.woocommerce-checkout {
        gap: 42px;
    }
}

@media (max-width: 1024px) {
    .mhb-shop-page--cart .mhb-shop-woo .woocommerce,
    .mhb-shop-page--checkout .mhb-shop-woo .checkout.woocommerce-checkout {
        grid-template-columns: 1fr;
    }

    .mhb-shop-page--cart .mhb-shop-woo .cart_totals,
    .mhb-shop-page--checkout .mhb-shop-woo .mhb-shop-checkout-review {
        position: static;
    }

    .mhb-shop-page--cart .mhb-shop-woo .woocommerce-cart-form,
    .mhb-shop-page--cart .mhb-shop-woo .cart-collaterals {
        grid-column: 1;
        grid-row: auto;
    }

    .mhb-shop-page--checkout .mhb-shop-woo .checkout.woocommerce-checkout:has(> .woocommerce-NoticeGroup-checkout) #customer_details {
        grid-row: 2;
    }

    .mhb-shop-page--checkout .mhb-shop-woo .checkout.woocommerce-checkout:has(> .woocommerce-NoticeGroup-checkout) .mhb-shop-checkout-review {
        grid-row: 3;
    }

    .mhb-shop-page--cart .mhb-shop-woo .cart_totals {
        width: min(100%, 620px);
        margin-left: auto;
    }

    .mhb-shop-page--checkout .mhb-shop-woo .mhb-shop-checkout-review {
        width: min(100%, 680px);
    }
}

@media (max-width: 768px) {
    .mhb-shop-notices {
        right: 12px;
        left: 12px;
        width: auto;
    }

    .mhb-shop-page--cart .mhb-shop-woo,
    .mhb-shop-page--checkout .mhb-shop-woo {
        padding-top: 38px;
        padding-bottom: 76px;
    }

    .mhb-shop-page--account .mhb-shop-account__intro {
        margin-bottom: 28px;
    }

    .mhb-shop-page--account .mhb-shop-woo .woocommerce-Addresses {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .mhb-shop-page--account .mhb-shop-woo .woocommerce-info {
        align-items: flex-start;
        flex-direction: column;
        padding: 18px 18px 18px 52px;
    }

    .mhb-shop-page--account .mhb-shop-woo .woocommerce-info::before {
        top: 22px;
        left: 18px;
        transform: none;
    }

    .mhb-shop-page--account .mhb-shop-woo .woocommerce-info .button {
        width: 100%;
        margin: 2px 0 0;
    }

    .mhb-shop-page--account .mhb-shop-woo .woocommerce-Address-title {
        align-items: flex-start;
    }

    .mhb-shop-page--cart .mhb-shop-woo table.shop_table.cart,
    .mhb-shop-page--cart .mhb-shop-woo table.shop_table.cart tbody {
        display: block;
        width: 100%;
    }

    .mhb-shop-page--cart .mhb-shop-woo table.shop_table.cart thead {
        display: none;
    }

    .mhb-shop-page--cart .mhb-shop-woo table.shop_table.cart tbody {
        display: grid;
        gap: 14px;
    }

    .mhb-shop-page--cart .mhb-shop-woo table.shop_table.cart tr.cart_item {
        position: relative;
        display: grid;
        grid-template-columns: 76px minmax(0, 1fr);
        grid-template-areas:
            "image name"
            "image price"
            "image quantity"
            "subtotal subtotal";
        gap: 5px 14px;
        padding: 16px;
        border: 1px solid var(--mhb-shop-border-light);
        border-radius: 12px;
        background: rgba(255, 255, 255, 0.075);
    }

    .mhb-shop-page--cart .mhb-shop-woo table.shop_table.cart tr.cart_item td {
        min-height: 0;
        padding: 4px 0;
        border-radius: 0;
        background: transparent;
        text-align: left !important;
    }

    .mhb-shop-page--cart .mhb-shop-woo td.product-remove {
        position: absolute;
        top: 10px;
        right: 10px;
        z-index: 2;
        display: block !important;
        width: auto;
        max-width: none;
        padding: 0 !important;
    }

    .mhb-shop-page--cart .mhb-shop-woo td.product-thumbnail {
        display: block !important;
        grid-area: image;
        width: auto;
        padding-top: 2px !important;
    }

    .mhb-shop-page--cart .mhb-shop-woo td.product-thumbnail::before,
    .mhb-shop-page--cart .mhb-shop-woo td.product-name::before {
        display: none;
    }

    .mhb-shop-page--cart .mhb-shop-woo td.product-thumbnail img {
        width: 76px;
        height: 76px;
    }

    .mhb-shop-page--cart .mhb-shop-woo td.product-name {
        display: block !important;
        grid-area: name;
        padding: 2px 38px 7px 0 !important;
    }

    .mhb-shop-page--cart .mhb-shop-woo td.product-price,
    .mhb-shop-page--cart .mhb-shop-woo td.product-quantity,
    .mhb-shop-page--cart .mhb-shop-woo td.product-subtotal {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        gap: 14px;
    }

    .mhb-shop-page--cart .mhb-shop-woo td.product-price {
        grid-area: price;
    }

    .mhb-shop-page--cart .mhb-shop-woo td.product-quantity {
        grid-area: quantity;
    }

    .mhb-shop-page--cart .mhb-shop-woo td.product-subtotal {
        grid-area: subtotal;
        margin-top: 10px;
        padding-top: 14px !important;
        border-top: 1px solid rgba(255, 255, 255, 0.12) !important;
    }

    .mhb-shop-page--cart .mhb-shop-woo td.product-price::before,
    .mhb-shop-page--cart .mhb-shop-woo td.product-quantity::before,
    .mhb-shop-page--cart .mhb-shop-woo td.product-subtotal::before {
        color: rgba(255, 255, 255, 0.58);
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 0.55px;
        text-transform: uppercase;
    }

    .mhb-shop-page--cart .mhb-shop-woo .mhb-shop-cart-actions-row,
    .mhb-shop-page--cart .mhb-shop-woo .mhb-shop-cart-actions-row td.actions {
        display: block;
        width: 100%;
        height: auto;
        padding: 0;
    }

    .mhb-shop-page--cart .mhb-shop-woo .mhb-shop-cart-actions {
        padding: 0;
    }

    .mhb-shop-page--cart .mhb-shop-woo .woocommerce-cart-form .coupon {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 10px;
        width: 100%;
    }

    .mhb-shop-page--cart .mhb-shop-woo .woocommerce-cart-form .coupon > label.screen-reader-text {
        position: absolute !important;
        width: 1px !important;
        height: 1px !important;
        margin: -1px !important;
        padding: 0 !important;
        overflow: hidden !important;
        clip: rect(0, 0, 0, 0) !important;
        white-space: nowrap !important;
    }

    .mhb-shop-page--cart .mhb-shop-woo .woocommerce-cart-form .coupon .input-text {
        flex: none;
        grid-column: 1;
        grid-row: 1;
        width: 100% !important;
        min-height: 50px;
    }

    .mhb-shop-page--cart .mhb-shop-woo .woocommerce-cart-form .coupon .button {
        grid-column: 2;
        grid-row: 1;
        min-width: 168px;
    }

    .mhb-shop-page--cart .mhb-shop-woo .cart_totals {
        width: 100%;
        margin: 4px 0 0;
        padding: 22px;
    }

    .mhb-shop-page--checkout .mhb-shop-woo .woocommerce-billing-fields__field-wrapper,
    .mhb-shop-page--checkout .mhb-shop-woo .woocommerce-shipping-fields__field-wrapper {
        gap: 18px;
    }

    .mhb-shop-page--checkout .mhb-shop-woo #order_review {
        padding: 24px;
    }

    .mhb-shop-cart-modal {
        align-items: end;
        padding: 10px 8px calc(10px + env(safe-area-inset-bottom));
    }

    .mhb-shop-cart-modal__dialog {
        width: 100%;
        max-height: calc(100dvh - 20px - env(safe-area-inset-bottom));
        padding: 22px 18px 18px;
        border-radius: 20px 20px 14px 14px;
        transform: translateY(24px);
    }

    .mhb-shop-cart-modal__content .woocommerce-mini-cart {
        max-height: calc(100dvh - 350px);
    }

    body.mhb-shop-theme:has(.mhb-shop-woo input:focus) .mhb-shop-nav-float,
    body.mhb-shop-theme:has(.mhb-shop-woo select:focus) .mhb-shop-nav-float,
    body.mhb-shop-theme:has(.mhb-shop-woo textarea:focus) .mhb-shop-nav-float {
        opacity: 0;
        pointer-events: none;
        transform: translate(-50%, 28px) !important;
    }
}

@media (max-width: 520px) {
    .mhb-shop-page--cart .mhb-shop-woo .woocommerce-cart-form .coupon {
        grid-template-columns: 1fr;
    }

    .mhb-shop-page--cart .mhb-shop-woo .woocommerce-cart-form .coupon .button {
        grid-column: 1;
        grid-row: 2;
        width: 100%;
        min-width: 0;
    }

    .mhb-shop-page--cart .mhb-shop-woo .cart_totals,
    .mhb-shop-page--checkout .mhb-shop-woo #order_review {
        padding: 20px 17px;
        border-radius: 13px;
    }

    .mhb-shop-page--checkout .mhb-shop-woo #order_review table.shop_table th,
    .mhb-shop-page--checkout .mhb-shop-woo #order_review table.shop_table td {
        font-size: 13px;
    }

    .mhb-shop-page--account .mhb-shop-woo .woocommerce-EditAccountForm fieldset {
        padding: 20px 14px;
    }

    .mhb-shop-page--account .mhb-shop-woo .woocommerce-Address-title {
        flex-direction: column;
    }

    .mhb-shop-page--account .mhb-shop-woo .woocommerce-Address-title .edit {
        width: 100%;
    }

    .mhb-shop-page--account .mhb-shop-woo .woocommerce-form-login__rememberme {
        min-height: 36px;
        margin-top: 12px;
    }

    .mhb-shop-cart-modal__content .woocommerce-mini-cart__buttons {
        grid-template-columns: 1fr;
    }

    .mhb-shop-cart-modal .mhb-shop-cart-modal__content ul.woocommerce-mini-cart li.woocommerce-mini-cart-item > a:not(.remove) {
        grid-template-columns: 64px minmax(0, 1fr);
        gap: 12px;
    }

    .mhb-shop-cart-modal .mhb-shop-cart-modal__content ul.woocommerce-mini-cart li.woocommerce-mini-cart-item img {
        width: 64px;
        height: 64px;
    }

    .mhb-shop-cart-modal__content .woocommerce-mini-cart-item dl.variation,
    .mhb-shop-cart-modal__content .woocommerce-mini-cart-item .quantity {
        margin-left: 76px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .mhb-shop-cart-modal,
    .mhb-shop-cart-modal__dialog,
    .mhb-shop-floating-cart {
        transition: none;
    }
}

@media (max-width: 768px) {
    .mhb-shop-theme > .woocommerce-store-notice,
    body.admin-bar.mhb-shop-theme > .woocommerce-store-notice {
        position: relative;
        top: auto;
        min-height: 0;
    }

    body.mhb-shop-theme:has(> .woocommerce-store-notice:not([style*="display: none"])) {
        padding-top: 0;
    }

    body.mhb-shop-theme:has(> .woocommerce-store-notice:not([style*="display: none"])) .mhb-shop-header,
    body.admin-bar.mhb-shop-theme:has(> .woocommerce-store-notice:not([style*="display: none"])) .mhb-shop-header {
        top: 0;
        margin-top: 0;
    }
}

/* =============================================================================
   COMPOSANTS DU COMPTE BOUTIQUE
   ============================================================================= */

.mhb-shop-page--checkout .mhb-shop-woo #order_review .woocommerce-terms-and-conditions-wrapper .form-row.validate-required {
    margin: 18px 0 0;
    padding-top: 17px;
    border-top: 1px solid #d7e0e8;
}

.mhb-shop-page--account .mhb-shop-woo .mhb-shop-account-lead {
    max-width: 720px;
    margin: 0 0 24px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    line-height: 1.65;
}

.mhb-shop-page--account .mhb-shop-woo .mhb-shop-account-card {
    box-sizing: border-box;
    border: 1px solid rgba(0, 35, 75, 0.09);
    border-radius: 12px;
    background: var(--mhb-shop-surface-strong, #fff);
    color: var(--mhb-shop-ink, #121929);
    box-shadow: 0 14px 36px rgba(0, 12, 30, 0.13);
}

.mhb-shop-account-card__header {
    display: flex;
    align-items: center;
    gap: 15px;
}

.mhb-shop-account-card__icon {
    display: inline-grid;
    flex: 0 0 50px;
    width: 50px;
    height: 50px;
    place-items: center;
    border-radius: 10px;
    background: #edf6fc;
    color: var(--mhb-secondary, #007ac1);
}

.mhb-shop-page--account .mhb-shop-woo .mhb-shop-account-card__eyebrow {
    margin: 0 0 5px;
    color: var(--mhb-accent, #e95323);
    font-family: var(--mhb-font-display, sans-serif);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.65px;
    line-height: 1;
    text-transform: uppercase;
}

.mhb-shop-page--account .mhb-shop-woo .mhb-shop-account-card__title {
    margin: 0;
    color: var(--mhb-shop-ink, #121929);
    font-family: var(--mhb-font-display, sans-serif);
    font-size: 27px;
    font-weight: 500;
    letter-spacing: 0.3px;
    line-height: 1;
    text-transform: uppercase;
}

.mhb-shop-account-overview {
    display: grid;
    gap: 18px;
}

.mhb-shop-page--account .mhb-shop-woo .mhb-shop-account-welcome {
    position: relative;
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr) auto;
    align-items: center;
    gap: 20px;
    padding: 28px 30px;
    overflow: hidden;
    border-color: rgba(255, 255, 255, 0.13);
    background:
        radial-gradient(circle at 86% 20%, rgba(0, 151, 221, 0.28), transparent 34%),
        linear-gradient(135deg, #06274a 0%, #003b70 100%);
    color: #fff;
}

.mhb-shop-page--account .mhb-shop-woo .mhb-shop-account-welcome::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 5px;
    background: var(--mhb-accent, #e95323);
}

.mhb-shop-account-welcome__icon {
    width: 58px;
    height: 58px;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
}

.mhb-shop-page--account .mhb-shop-woo .mhb-shop-account-welcome .mhb-shop-account-card__eyebrow {
    color: #66c8ff;
}

.mhb-shop-page--account .mhb-shop-woo .mhb-shop-account-welcome h3 {
    margin: 0;
    color: #fff;
    font-family: var(--mhb-font-display, sans-serif);
    font-size: clamp(30px, 3vw, 40px);
    font-weight: 500;
    letter-spacing: 0.45px;
    line-height: 1;
    text-transform: uppercase;
}

.mhb-shop-page--account .mhb-shop-woo .mhb-shop-account-welcome__content > p:last-child {
    margin: 9px 0 0;
    color: rgba(255, 255, 255, 0.74);
    font-size: 14px;
    line-height: 1.5;
}

.mhb-shop-account-welcome__logout {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    padding: 11px 16px 9px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 6px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: background-color 0.18s ease, border-color 0.18s ease;
}

.mhb-shop-account-welcome__logout:hover {
    border-color: rgba(255, 255, 255, 0.42);
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.mhb-shop-account-links {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.mhb-shop-page--account .mhb-shop-woo .mhb-shop-account-link-card {
    display: grid;
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 14px;
    min-height: 176px;
    align-content: start;
    padding: 20px;
    color: var(--mhb-shop-ink, #121929);
    text-decoration: none;
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.mhb-shop-page--account .mhb-shop-woo .mhb-shop-account-link-card:hover {
    border-color: rgba(0, 122, 193, 0.25);
    color: var(--mhb-shop-ink, #121929);
    box-shadow: 0 18px 42px rgba(0, 12, 30, 0.18);
    transform: translateY(-3px);
}

.mhb-shop-account-link-card__content {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 7px;
    padding-top: 3px;
}

.mhb-shop-account-link-card__content strong {
    color: var(--mhb-primary, #00234b);
    font-family: var(--mhb-font-display, sans-serif);
    font-size: 23px;
    font-weight: 500;
    letter-spacing: 0.25px;
    line-height: 1;
    text-transform: uppercase;
}

.mhb-shop-account-link-card__content > span {
    color: var(--mhb-shop-muted, #627083);
    font-size: 13px;
    line-height: 1.5;
}

.mhb-shop-account-link-card__arrow {
    grid-column: 1 / -1;
    align-self: end;
    justify-self: end;
    margin-top: auto;
    color: var(--mhb-secondary, #007ac1);
}

.mhb-shop-page--account .mhb-shop-woo .mhb-shop-order-card.mhb-shop-account-card {
    display: grid;
    grid-template-columns: 50px minmax(0, 1fr) auto;
    align-items: center;
    gap: 20px;
    padding: 20px 22px;
}

.mhb-shop-order-card__actions .mhb-shop-order-card__button {
    gap: 6px;
}

.mhb-shop-page--account .mhb-shop-woo .mhb-shop-order-card__button,
.mhb-shop-page--account .mhb-shop-woo .mhb-shop-order-card__button.button {
    border-radius: 6px;
    font-family: var(--mhb-font-display, sans-serif);
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.25px;
    text-transform: uppercase;
}

.mhb-shop-page--account .mhb-shop-woo .woocommerce-Addresses.mhb-shop-addresses-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.mhb-shop-page--account .mhb-shop-woo .woocommerce-Address.mhb-shop-address-card {
    display: flex;
    min-height: 330px;
    flex-direction: column;
    float: none;
    width: 100%;
    padding: 24px;
    border: 1px solid rgba(0, 35, 75, 0.09);
    background: var(--mhb-shop-surface-strong, #fff);
    color: var(--mhb-shop-ink, #121929);
}

.mhb-shop-page--account .mhb-shop-woo .mhb-shop-address-card__address {
    min-height: 138px;
    margin: 22px 0;
    padding: 18px 20px;
    border: 1px solid #e1e8ef;
    border-radius: 9px;
    background: #f5f8fa;
    color: #3f4b5a;
    font-style: normal;
    line-height: 1.7;
}

.mhb-shop-page--account .mhb-shop-woo .woocommerce-Address.mhb-shop-address-card .mhb-shop-address-card__address {
    color: #3f4b5a;
}

.mhb-shop-address-card__empty {
    color: var(--mhb-shop-muted, #627083);
}

.mhb-shop-page--account .mhb-shop-woo .mhb-shop-account-card__action {
    display: inline-flex;
    width: max-content;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: auto;
    padding: 11px 16px 9px;
    border-radius: 6px;
    background: var(--mhb-secondary, #007ac1);
    color: #fff;
    font-family: var(--mhb-font-display, sans-serif);
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.25px;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
}

.mhb-shop-page--account .mhb-shop-woo .mhb-shop-account-card__action:hover {
    background: #006ba9;
    color: #fff;
}

.mhb-shop-payment-methods {
    display: grid;
    gap: 14px;
}

.mhb-shop-page--account .mhb-shop-woo .mhb-shop-payment-card {
    display: grid;
    grid-template-columns: 50px minmax(0, 1fr) auto;
    align-items: center;
    gap: 18px;
    padding: 22px;
}

.mhb-shop-payment-card__content {
    display: flex;
    min-width: 0;
    flex-wrap: wrap;
    gap: 12px 30px;
}

.mhb-shop-payment-card__field {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.mhb-shop-payment-card__field > span {
    color: var(--mhb-shop-muted, #627083);
    font-size: 12px;
}

.mhb-shop-payment-card__field strong {
    color: var(--mhb-shop-ink, #121929);
    font-size: 15px;
}

.mhb-shop-payment-card__default {
    display: inline-flex;
    min-height: 26px;
    align-items: center;
    padding: 5px 10px;
    border-radius: 999px;
    background: rgba(0, 122, 193, 0.1);
    color: var(--mhb-secondary, #007ac1);
    font-size: 12px;
    font-weight: 700;
}

.mhb-shop-payment-card__actions {
    display: flex;
    grid-column: 2 / -1;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
}

.mhb-shop-page--account .mhb-shop-woo .mhb-shop-payment-card--empty {
    grid-template-columns: 58px minmax(0, 1fr);
    min-height: 170px;
    padding: 28px;
}

.mhb-shop-payment-card--empty .mhb-shop-account-card__icon {
    width: 58px;
    height: 58px;
}

.mhb-shop-page--account .mhb-shop-woo .mhb-shop-payment-card--empty .mhb-shop-payment-card__content {
    display: block;
}

.mhb-shop-page--account .mhb-shop-woo .mhb-shop-payment-card--empty .mhb-shop-payment-card__content > p:last-child {
    margin: 10px 0 0;
    color: var(--mhb-shop-muted, #627083);
    font-size: 14px;
    line-height: 1.55;
}

.mhb-shop-page--account .mhb-shop-woo .mhb-shop-payment-methods__add {
    margin-top: 18px;
}

.mhb-shop-page--account .mhb-shop-woo .mhb-shop-order-updates {
    margin-bottom: 20px;
    padding: 22px;
}

.mhb-shop-page--account .mhb-shop-woo .woocommerce-info::before {
    content: "";
    width: 22px;
    height: 22px;
    background: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2342aee9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 11v5M12 8h.01'/%3E%3C/svg%3E");
    font-family: inherit;
}

.mhb-shop-order-updates .woocommerce-OrderUpdates {
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
}

.mhb-shop-order-updates .woocommerce-OrderUpdate {
    padding: 14px 0;
    border-top: 1px solid #e1e8ef;
}

.mhb-shop-page--account .mhb-shop-woo .woocommerce-order-details.mhb-shop-order-detail {
    display: grid;
    gap: 22px;
    margin-top: 0;
}

.mhb-shop-page--account .mhb-shop-woo .mhb-shop-order-detail__sheet {
    padding: 28px;
    border: 1px solid rgba(0, 35, 75, 0.09);
    border-radius: 14px;
    background: var(--mhb-shop-surface-strong, #fff);
    color: var(--mhb-shop-ink, #121929);
    box-shadow: 0 16px 42px rgba(0, 12, 30, 0.15);
}

.mhb-shop-page--account .mhb-shop-woo .mhb-shop-order-detail__header {
    align-items: center;
}

.mhb-shop-order-detail__identity {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 16px;
}

.mhb-shop-order-detail__icon {
    flex-basis: 58px;
    width: 58px;
    height: 58px;
}

.mhb-shop-page--account .mhb-shop-woo .mhb-shop-order-detail__eyebrow {
    margin-bottom: 5px !important;
    font-size: 16px !important;
}

.mhb-shop-page--account .mhb-shop-woo .mhb-shop-order-detail__title {
    margin: 0;
    color: var(--mhb-shop-ink, #121929);
    font-size: clamp(34px, 3.2vw, 44px);
    line-height: 1;
}

.mhb-shop-order-detail__subtitle {
    margin: 7px 0 0 !important;
    color: var(--mhb-shop-muted, #627083);
    font-size: 13px;
}

.mhb-shop-order-detail__header-actions {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    gap: 10px;
}

.mhb-shop-page--account .mhb-shop-woo .mhb-shop-order-detail__status {
    min-height: 28px;
    padding: 6px 11px;
    background: rgba(0, 122, 193, 0.1);
    color: var(--mhb-secondary, #007ac1);
}

.mhb-shop-order-detail__back {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: var(--mhb-secondary, #007ac1);
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

.mhb-shop-order-detail__back:hover {
    color: #005f99;
}

.mhb-shop-page--account .mhb-shop-woo .mhb-shop-order-detail__summary {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    margin: 26px 0;
    padding: 20px 0;
    border-top: 1px solid #e1e8ef;
    border-bottom: 1px solid #e1e8ef;
}

.mhb-shop-page--account .mhb-shop-woo .mhb-shop-order-detail__summary-item {
    min-width: 0;
    padding: 0 22px;
    border: 0;
    border-right: 1px solid #e1e8ef;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.mhb-shop-page--account .mhb-shop-woo .mhb-shop-order-detail__summary-item:first-child {
    padding-left: 0;
}

.mhb-shop-page--account .mhb-shop-woo .mhb-shop-order-detail__summary-item:last-child {
    padding-right: 0;
    border-right: 0;
}

.mhb-shop-order-detail__section + .mhb-shop-order-detail__section {
    margin-top: 28px;
}

.mhb-shop-order-detail__section-heading {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.mhb-shop-order-detail__section-icon {
    display: inline-grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 8px;
    background: #edf6fc;
    color: var(--mhb-secondary, #007ac1);
}

.mhb-shop-page--account .mhb-shop-woo .mhb-shop-order-detail__section-heading h3 {
    margin: 0;
    color: var(--mhb-shop-ink, #121929);
    font-family: var(--mhb-font-display, sans-serif);
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 0.25px;
    line-height: 1;
    text-transform: uppercase;
}

.mhb-shop-page--account .mhb-shop-woo .mhb-shop-order-detail__products {
    display: grid;
    gap: 0;
    border-top: 1px solid #e1e8ef;
}

.mhb-shop-page--account .mhb-shop-woo .mhb-shop-order-detail__product {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr) auto;
    gap: 16px;
    padding: 18px 0;
    border: 0;
    border-bottom: 1px solid #e1e8ef;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.mhb-shop-order-detail__product-visual {
    display: flex;
    width: 72px;
    height: 72px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid #e1e8ef;
    border-radius: 9px;
    background: #f4f7fa;
}

.mhb-shop-order-detail__product-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.mhb-shop-page--account .mhb-shop-woo .mhb-shop-order-detail__product-name {
    margin-bottom: 6px;
    color: var(--mhb-shop-ink, #121929);
    font-size: 15px;
    font-weight: 700;
}

.mhb-shop-page--account .mhb-shop-woo .mhb-shop-order-detail__totals {
    width: min(100%, 590px);
    margin-left: auto;
    padding: 8px 20px;
    border: 1px solid #e1e8ef;
    border-radius: 10px;
    background: #f5f8fa;
    box-shadow: none;
}

.mhb-shop-page--account .mhb-shop-woo .mhb-shop-order-detail__actions {
    margin-top: 22px;
}

.mhb-shop-page--account .mhb-shop-woo .woocommerce-customer-details.mhb-shop-order-addresses {
    margin-top: 0;
}

.mhb-shop-page--account .mhb-shop-woo .woocommerce-customer-details .mhb-shop-order-addresses-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
}

.mhb-shop-page--account .mhb-shop-woo .woocommerce-customer-details .mhb-shop-order-addresses-grid.has-shipping {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mhb-shop-page--account .mhb-shop-woo .mhb-shop-order-address-card {
    min-width: 0;
    padding: 24px;
}

.mhb-shop-page--account .mhb-shop-woo .mhb-shop-order-address-card .woocommerce-column__title {
    margin: 0;
    color: var(--mhb-shop-ink, #121929);
    font-size: 27px;
}

.mhb-shop-page--account .mhb-shop-woo .woocommerce-customer-details .mhb-shop-order-address-card address {
    min-height: 0;
    margin: 21px 0 0;
    padding: 18px 20px;
    border: 1px solid #e1e8ef;
    border-radius: 9px;
    background: #f5f8fa;
    color: #3f4b5a;
    box-shadow: none;
}

@media (max-width: 1024px) {
    .mhb-shop-account-links {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mhb-shop-page--account .mhb-shop-woo .mhb-shop-account-link-card {
        min-height: 150px;
    }
}

@media (max-width: 768px) {
    .mhb-shop-page--account .mhb-shop-woo .mhb-shop-account-welcome {
        grid-template-columns: 58px minmax(0, 1fr);
        padding: 24px;
    }

    .mhb-shop-account-welcome__logout {
        grid-column: 2;
        justify-self: start;
    }

    .mhb-shop-page--account .mhb-shop-woo .woocommerce-Addresses.mhb-shop-addresses-grid,
    .mhb-shop-page--account .mhb-shop-woo .woocommerce-customer-details .mhb-shop-order-addresses-grid.has-shipping {
        grid-template-columns: 1fr;
    }

    .mhb-shop-page--account .mhb-shop-woo .mhb-shop-order-card.mhb-shop-account-card {
        grid-template-columns: 50px minmax(0, 1fr);
    }

    .mhb-shop-page--account .mhb-shop-woo .mhb-shop-order-card__head {
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 7px 10px;
    }

    .mhb-shop-page--account .mhb-shop-woo .mhb-shop-order-card__meta {
        flex-direction: row;
        align-items: center;
        gap: 4px 12px;
    }

    .mhb-shop-order-card__actions {
        grid-column: 1 / -1;
        justify-content: flex-start;
    }

    .mhb-shop-page--account .mhb-shop-woo .mhb-shop-order-detail__sheet {
        padding: 22px;
    }

    .mhb-shop-page--account .mhb-shop-woo .mhb-shop-order-detail__header {
        align-items: flex-start;
        flex-direction: column;
    }

    .mhb-shop-order-detail__header-actions {
        align-items: flex-start;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .mhb-shop-page--account .mhb-shop-woo .mhb-shop-order-detail__summary {
        grid-template-columns: 1fr;
        padding: 0;
    }

    .mhb-shop-page--account .mhb-shop-woo .mhb-shop-order-detail__summary-item,
    .mhb-shop-page--account .mhb-shop-woo .mhb-shop-order-detail__summary-item:first-child,
    .mhb-shop-page--account .mhb-shop-woo .mhb-shop-order-detail__summary-item:last-child {
        padding: 15px 0;
        border-right: 0;
        border-bottom: 1px solid #e1e8ef;
    }

    .mhb-shop-page--account .mhb-shop-woo .mhb-shop-order-detail__summary-item:last-child {
        border-bottom: 0;
    }
}

@media (max-width: 560px) {
    .mhb-shop-account-links {
        grid-template-columns: 1fr;
    }

    .mhb-shop-page--account .mhb-shop-woo .mhb-shop-account-link-card {
        min-height: 132px;
    }

    .mhb-shop-page--account .mhb-shop-woo .mhb-shop-account-welcome {
        grid-template-columns: 48px minmax(0, 1fr);
        gap: 14px;
        padding: 20px;
    }

    .mhb-shop-account-welcome__icon {
        width: 48px;
        height: 48px;
    }

    .mhb-shop-account-welcome__logout {
        grid-column: 1 / -1;
        width: 100%;
    }

    .mhb-shop-page--account .mhb-shop-woo .woocommerce-Address.mhb-shop-address-card,
    .mhb-shop-page--account .mhb-shop-woo .mhb-shop-order-address-card,
    .mhb-shop-page--account .mhb-shop-woo .mhb-shop-payment-card--empty {
        padding: 20px;
    }

    .mhb-shop-page--account .mhb-shop-woo .mhb-shop-account-card__action {
        width: 100%;
    }

    .mhb-shop-page--account .mhb-shop-woo .mhb-shop-payment-card,
    .mhb-shop-page--account .mhb-shop-woo .mhb-shop-payment-card--empty {
        grid-template-columns: 50px minmax(0, 1fr);
    }

    .mhb-shop-payment-card__actions,
    .mhb-shop-payment-card__default {
        grid-column: 1 / -1;
        justify-self: start;
    }

    .mhb-shop-order-detail__identity {
        align-items: flex-start;
    }

    .mhb-shop-order-detail__icon {
        flex-basis: 48px;
        width: 48px;
        height: 48px;
    }

    .mhb-shop-page--account .mhb-shop-woo .mhb-shop-order-detail__title {
        font-size: 32px;
    }

    .mhb-shop-page--account .mhb-shop-woo .mhb-shop-order-detail__product {
        grid-template-columns: 60px minmax(0, 1fr);
        gap: 13px;
    }

    .mhb-shop-order-detail__product-visual {
        width: 60px;
        height: 60px;
    }

    .mhb-shop-order-detail__product-total {
        grid-column: 2;
    }

    .mhb-shop-page--account .mhb-shop-woo .mhb-shop-order-detail__totals {
        padding: 6px 16px;
    }
}

/* Mobile shop: plain category links and the site's shared button for the cart. */
@media (max-width: 768px) {
    .mhb-shop-section .mhb-btn--voir-tout {
        padding-bottom: 4px;
    }

    .mhb-shop-nav-float__box,
    body.mhb-scrolled .mhb-shop-nav-float__box {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 80px;
        width: min(calc(100vw - 32px), 540px);
        min-height: 68px;
        padding: 6px !important;
        gap: 7px;
        border-radius: 12px;
        background: rgba(255, 255, 255, 0.97);
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    }

    .mhb-shop-nav-float__nav {
        grid-column: 1;
        overflow: visible;
    }

    .mhb-shop-nav-float__list {
        display: grid;
        grid-auto-flow: column;
        grid-auto-columns: max-content;
        justify-content: center;
        width: 100%;
        padding-inline: 6px;
        gap: clamp(6px, calc(10vw - 26px), 12px);
    }

    .mhb-shop-nav-float__list li {
        display: block;
        min-width: 0;
    }

    .mhb-shop-nav-float__list li::after {
        display: none;
    }

    .mhb-shop-nav-float__list a.quick-link {
        min-height: 56px;
        padding: 6px 0;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 0.25px;
        line-height: 1;
        background: none;
        border: 0;
        transform: none;
    }

    .mhb-shop-nav-float__list a.quick-link::before {
        display: none;
    }

    .mhb-shop-nav-float__cart.quick-link {
        grid-column: 2;
        width: auto;
        height: 56px;
        min-height: 56px;
        margin: 0;
        padding: 6px 4px 4px;
        border: 0;
    }

    .mhb-shop-nav-float__cart > svg {
        width: 26px;
        height: 26px;
        flex-shrink: 0;
        margin-bottom: 4px;
    }

    .mhb-shop-nav-float__cart .mhb-shop-cart-count {
        position: absolute;
        top: -3px;
        right: -3px;
    }
}

/* MHB_ORDER_DETAILS_SHARED_V1
   One order-detail component for account history and checkout confirmation. */
.mhb-shop-page--checkout .mhb-shop-woo .woocommerce-order > .woocommerce-notice--success,
.mhb-shop-page--checkout .mhb-shop-woo .woocommerce-order .woocommerce-notice--success.woocommerce-thankyou-order-received {
    display: flex;
    align-items: center;
    min-height: 72px;
    margin-bottom: 28px;
    padding: 18px 24px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 14px;
    background: linear-gradient(135deg, #188b52 0%, #08713f 100%);
    color: #fff;
    font-size: clamp(18px, 2vw, 22px);
    font-weight: 700;
    line-height: 1.35;
    box-shadow: 0 12px 30px rgba(5, 77, 42, 0.2);
}

.mhb-shop-page--checkout .mhb-shop-woo .woocommerce-order .woocommerce-order-overview {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(145px, 1fr));
    gap: 0;
    margin: 0 0 30px;
    padding: 0;
    overflow: hidden;
    border: 1px solid rgba(0, 35, 75, 0.09);
    border-radius: 14px;
    background: var(--mhb-shop-surface-strong, #fff);
    box-shadow: 0 12px 34px rgba(0, 12, 30, 0.1);
}

.mhb-shop-page--checkout .mhb-shop-woo .woocommerce-order .woocommerce-order-overview::before,
.mhb-shop-page--checkout .mhb-shop-woo .woocommerce-order .woocommerce-order-overview::after {
    content: none;
}

.mhb-shop-page--checkout .mhb-shop-woo .woocommerce-order .woocommerce-order-overview li {
    width: auto;
    min-width: 0;
    float: none;
    margin: 0;
    padding: 17px 20px;
    border: 0;
    border-right: 1px solid #e1e8ef;
    color: var(--mhb-shop-muted, #637083);
    font-size: 12px;
    line-height: 1.35;
}

.mhb-shop-page--checkout .mhb-shop-woo .woocommerce-order .woocommerce-order-overview li:last-child {
    border-right: 0;
}

.mhb-shop-page--checkout .mhb-shop-woo .woocommerce-order .woocommerce-order-overview strong {
    display: block;
    margin-top: 5px;
    overflow-wrap: anywhere;
    color: var(--mhb-shop-ink, #091725);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
}

.mhb-shop-page--checkout .mhb-shop-woo .woocommerce-order .woocommerce-order-details.mhb-shop-order-detail,
.mhb-shop-page--checkout .mhb-shop-woo .woocommerce-order .woocommerce-customer-details.mhb-shop-order-addresses {
    padding: 0;
    border-radius: 0;
    background: transparent;
}

.mhb-shop-page--checkout .mhb-shop-woo .woocommerce-order .woocommerce-order-details.mhb-shop-order-detail {
    margin-top: 30px;
}

:is(.mhb-shop-page--account, .mhb-shop-page--checkout) .mhb-shop-woo .woocommerce-order-details.mhb-shop-order-detail {
    display: grid;
    gap: 24px;
}

:is(.mhb-shop-page--account, .mhb-shop-page--checkout) .mhb-shop-woo .mhb-shop-order-detail__sheet {
    padding: clamp(24px, 3vw, 32px);
    border: 1px solid rgba(0, 35, 75, 0.09);
    border-radius: 16px;
    background: var(--mhb-shop-surface-strong, #fff);
    color: var(--mhb-shop-ink, #121929);
    box-shadow: 0 16px 42px rgba(0, 12, 30, 0.14);
}

:is(.mhb-shop-page--account, .mhb-shop-page--checkout) .mhb-shop-woo .mhb-shop-order-detail__header {
    align-items: center;
}

.mhb-shop-order-detail__identity > div {
    display: grid;
    min-width: 0;
    align-content: center;
}

:is(.mhb-shop-page--account, .mhb-shop-page--checkout) .mhb-shop-woo .mhb-shop-order-detail__eyebrow {
    margin: 0 0 6px !important;
    font-size: 15px !important;
}

:is(.mhb-shop-page--account, .mhb-shop-page--checkout) .mhb-shop-woo .mhb-shop-order-detail__title {
    margin: 0;
    color: var(--mhb-secondary, #007ac1);
    font-size: clamp(30px, 3vw, 40px);
    line-height: 0.95;
}

:is(.mhb-shop-page--account, .mhb-shop-page--checkout) .mhb-shop-woo .mhb-shop-order-detail__status {
    min-height: 28px;
    padding: 6px 11px 5px;
    background: rgba(0, 122, 193, 0.1);
    color: var(--mhb-secondary, #007ac1);
}

:is(.mhb-shop-page--account, .mhb-shop-page--checkout) .mhb-shop-woo .mhb-shop-order-detail__summary {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    margin: 28px 0 0;
    padding: 20px 0;
    border-top: 1px solid #e1e8ef;
    border-bottom: 1px solid #e1e8ef;
}

:is(.mhb-shop-page--account, .mhb-shop-page--checkout) .mhb-shop-woo .mhb-shop-order-detail__summary-item {
    min-width: 0;
    padding: 0 22px;
    border: 0;
    border-right: 1px solid #e1e8ef;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

:is(.mhb-shop-page--account, .mhb-shop-page--checkout) .mhb-shop-woo .mhb-shop-order-detail__summary-item:first-child {
    padding-left: 0;
}

:is(.mhb-shop-page--account, .mhb-shop-page--checkout) .mhb-shop-woo .mhb-shop-order-detail__summary-item:last-child {
    padding-right: 0;
    border-right: 0;
}

.mhb-shop-order-detail__summary + .mhb-shop-order-detail__section {
    margin-top: 30px;
}

:is(.mhb-shop-page--account, .mhb-shop-page--checkout) .mhb-shop-woo .mhb-shop-order-detail__section-heading {
    margin-bottom: 16px;
}

:is(.mhb-shop-page--account, .mhb-shop-page--checkout) .mhb-shop-woo .mhb-shop-order-detail__section-heading h3 {
    margin: 0;
    color: var(--mhb-secondary, #007ac1);
    font-family: var(--mhb-font-display, sans-serif);
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.25px;
    line-height: 1;
    text-transform: uppercase;
}

:is(.mhb-shop-page--account, .mhb-shop-page--checkout) .mhb-shop-woo .mhb-shop-order-detail__products {
    display: grid;
    gap: 0;
    border-top: 1px solid #e1e8ef;
}

:is(.mhb-shop-page--account, .mhb-shop-page--checkout) .mhb-shop-woo .mhb-shop-order-detail__product {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr) auto;
    gap: 16px;
    padding: 18px 0;
    border: 0;
    border-bottom: 1px solid #e1e8ef;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

:is(.mhb-shop-page--account, .mhb-shop-page--checkout) .mhb-shop-woo .mhb-shop-order-detail__product-name {
    margin: 0 0 6px;
    color: var(--mhb-shop-ink, #121929);
    font-family: var(--mhb-font-primary, sans-serif);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.35;
    text-transform: none;
}

:is(.mhb-shop-page--account, .mhb-shop-page--checkout) .mhb-shop-woo .mhb-shop-order-detail__totals {
    width: min(100%, 590px);
    margin-left: auto;
    padding: 8px 20px;
    border: 1px solid #e1e8ef;
    border-radius: 10px;
    background: #f5f8fa;
    box-shadow: none;
}

:is(.mhb-shop-page--account, .mhb-shop-page--checkout) .mhb-shop-woo .woocommerce-customer-details.mhb-shop-order-addresses {
    margin-top: 0;
}

:is(.mhb-shop-page--account, .mhb-shop-page--checkout) .mhb-shop-woo .woocommerce-customer-details .mhb-shop-order-addresses-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

:is(.mhb-shop-page--account, .mhb-shop-page--checkout) .mhb-shop-woo .woocommerce-customer-details .mhb-shop-order-addresses-grid.has-shipping {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

:is(.mhb-shop-page--account, .mhb-shop-page--checkout) .mhb-shop-woo .mhb-shop-order-address-card {
    min-width: 0;
    padding: 24px;
    border: 1px solid rgba(0, 35, 75, 0.09);
    border-radius: 14px;
    background: var(--mhb-shop-surface-strong, #fff);
    color: var(--mhb-shop-ink, #121929);
    box-shadow: 0 14px 36px rgba(0, 12, 30, 0.12);
}

:is(.mhb-shop-page--account, .mhb-shop-page--checkout) .mhb-shop-woo .mhb-shop-order-address-card .mhb-shop-account-card__eyebrow {
    margin: 0 0 5px;
    color: var(--mhb-accent, #e95323);
    font-family: var(--mhb-font-display, sans-serif);
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
}

:is(.mhb-shop-page--account, .mhb-shop-page--checkout) .mhb-shop-woo .mhb-shop-order-address-card .woocommerce-column__title {
    margin: 0;
    color: var(--mhb-secondary, #007ac1);
    font-family: var(--mhb-font-display, sans-serif);
    font-size: 26px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
}

:is(.mhb-shop-page--account, .mhb-shop-page--checkout) .mhb-shop-woo .woocommerce-customer-details .mhb-shop-order-address-card address {
    min-height: 0;
    margin: 20px 0 0;
    padding: 18px 20px;
    border: 1px solid #e1e8ef;
    border-radius: 10px;
    background: #f5f8fa;
    color: #3f4b5a;
    font-style: normal;
    line-height: 1.65;
    box-shadow: none;
}

@media (max-width: 768px) {
    .mhb-shop-page--checkout .mhb-shop-woo .woocommerce-order .woocommerce-order-overview {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mhb-shop-page--checkout .mhb-shop-woo .woocommerce-order .woocommerce-order-overview li {
        border-right: 1px solid #e1e8ef;
        border-bottom: 1px solid #e1e8ef;
    }

    .mhb-shop-page--checkout .mhb-shop-woo .woocommerce-order .woocommerce-order-overview li:nth-child(2n) {
        border-right: 0;
    }

    .mhb-shop-page--checkout .mhb-shop-woo .woocommerce-order .woocommerce-order-overview li:nth-last-child(-n + 2) {
        border-bottom: 0;
    }

    :is(.mhb-shop-page--account, .mhb-shop-page--checkout) .mhb-shop-woo .mhb-shop-order-detail__header {
        align-items: flex-start;
        flex-direction: column;
    }

    :is(.mhb-shop-page--account, .mhb-shop-page--checkout) .mhb-shop-woo .mhb-shop-order-detail__summary {
        grid-template-columns: 1fr;
        padding: 0;
    }

    :is(.mhb-shop-page--account, .mhb-shop-page--checkout) .mhb-shop-woo .mhb-shop-order-detail__summary-item,
    :is(.mhb-shop-page--account, .mhb-shop-page--checkout) .mhb-shop-woo .mhb-shop-order-detail__summary-item:first-child,
    :is(.mhb-shop-page--account, .mhb-shop-page--checkout) .mhb-shop-woo .mhb-shop-order-detail__summary-item:last-child {
        padding: 14px 0;
        border-right: 0;
        border-bottom: 1px solid #e1e8ef;
    }

    :is(.mhb-shop-page--account, .mhb-shop-page--checkout) .mhb-shop-woo .mhb-shop-order-detail__summary-item:last-child {
        border-bottom: 0;
    }

    :is(.mhb-shop-page--account, .mhb-shop-page--checkout) .mhb-shop-woo .woocommerce-customer-details .mhb-shop-order-addresses-grid.has-shipping {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 560px) {
    .mhb-shop-page--checkout .mhb-shop-woo .woocommerce-order > .woocommerce-notice--success,
    .mhb-shop-page--checkout .mhb-shop-woo .woocommerce-order .woocommerce-notice--success.woocommerce-thankyou-order-received {
        min-height: 0;
        padding: 16px 18px;
        font-size: 17px;
    }

    .mhb-shop-page--checkout .mhb-shop-woo .woocommerce-order .woocommerce-order-overview {
        grid-template-columns: 1fr;
    }

    .mhb-shop-page--checkout .mhb-shop-woo .woocommerce-order .woocommerce-order-overview li,
    .mhb-shop-page--checkout .mhb-shop-woo .woocommerce-order .woocommerce-order-overview li:nth-child(2n),
    .mhb-shop-page--checkout .mhb-shop-woo .woocommerce-order .woocommerce-order-overview li:nth-last-child(-n + 2) {
        border-right: 0;
        border-bottom: 1px solid #e1e8ef;
    }

    .mhb-shop-page--checkout .mhb-shop-woo .woocommerce-order .woocommerce-order-overview li:last-child {
        border-bottom: 0;
    }

    :is(.mhb-shop-page--account, .mhb-shop-page--checkout) .mhb-shop-woo .mhb-shop-order-detail__sheet,
    :is(.mhb-shop-page--account, .mhb-shop-page--checkout) .mhb-shop-woo .mhb-shop-order-address-card {
        padding: 20px;
    }

    .mhb-shop-order-detail__identity {
        align-items: center;
        gap: 12px;
    }

    :is(.mhb-shop-page--account, .mhb-shop-page--checkout) .mhb-shop-woo .mhb-shop-order-detail__title {
        font-size: 30px;
    }

    :is(.mhb-shop-page--account, .mhb-shop-page--checkout) .mhb-shop-woo .mhb-shop-order-detail__product {
        grid-template-columns: 60px minmax(0, 1fr);
        gap: 13px;
    }

    :is(.mhb-shop-page--account, .mhb-shop-page--checkout) .mhb-shop-woo .mhb-shop-order-detail__product-total {
        grid-column: 2;
    }

    :is(.mhb-shop-page--account, .mhb-shop-page--checkout) .mhb-shop-woo .mhb-shop-order-address-card .woocommerce-column__title {
        font-size: 23px;
    }
}
