/* Split source. Edit this file, then rebuild the matching .min.css file. */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
    scroll-behavior: smooth;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #f1698b #f5f5f5;
}

html::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

html::-webkit-scrollbar-track {
    background: #f5f5f5;
}

html::-webkit-scrollbar-thumb {
    min-height: 48px;
    border: 3px solid #f5f5f5;
    border-radius: 999px;
    background: #f1698b;
}

html::-webkit-scrollbar-thumb:hover {
    background: #b93661;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background-color: #ffffff;
    background:
        linear-gradient(180deg, #fffefe 0%, #fff9fb 32%, #ffffff 74%),
        radial-gradient(circle at 86% 10%, rgba(241, 105, 139, 0.06), transparent 28%),
        radial-gradient(circle at 12% 12%, rgba(255, 138, 0, 0.05), transparent 24%);
    color: #050505;
    line-height: 1.6;
    padding-top: 0;
    overflow-x: clip;
    overflow-y: visible;
    cursor: url("../images/curseur/cursor-nutrivolta.webp") 16 16, auto;
}

html body:not(.has-popup-open):not(.newsletter-popup-open) {
    overflow-x: clip;
    overflow-y: visible;
}

main {
    flex: 1;
    width: 100%;
}

img,
video {
    max-width: 100%;
    height: auto;
}

a {
    color: inherit;
    text-decoration: none;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: visible;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.promo-bar {
    background: #efefef;
    color: #050505;
    padding: 0.5rem 0.9rem;
    font-size: 0.8rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    position: sticky;
    top: 0;
    z-index: 20;
    border-bottom: 1px solid rgba(5, 5, 5, 0.08);
}

/* The compact account icon remains available; remove the redundant text CTA globally. */
.header-dashboard-btn {
    display: none !important;
}

.promo-bar strong {
    font-weight: 800;
}

.promo-bar-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(100%, 760px);
    min-height: 1.75rem;
    margin: 0 auto;
    gap: 0.35rem;
    padding: 0 0.75rem;
}

.promo-bar-message {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    color: #050505;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
    white-space: normal;
    transition: opacity 0.16s ease, transform 0.16s ease;
}

.promo-bar-item {
    white-space: nowrap;
}

.promo-bar-separator {
    margin: 0 0.75rem;
    color: rgba(0, 0, 0, 0.42);
    font-weight: 500;
}

.promo-bar-message.is-switching {
    opacity: 0;
    transform: translateY(-3px);
}

.promo-bar-toggle {
    flex: 0 0 auto;
    width: auto;
    height: auto;
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    color: #050505;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: opacity 0.18s ease, transform 0.18s ease;
}

.promo-bar-toggle:hover,
.promo-bar-toggle:focus-visible {
    opacity: 0.72;
    transform: translateY(-1px);
    outline: none;
}

.promo-bar-toggle-icon {
    position: relative;
    width: 0.72rem;
    height: 0.42rem;
    display: block;
}

.promo-bar-toggle-icon::before,
.promo-bar-toggle-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 0.42rem;
    height: 1.5px;
    background: currentColor;
    border-radius: 999px;
    transition: transform 0.18s ease;
}

.promo-bar-toggle-icon::before {
    left: 0;
    transform: translateY(-50%) rotate(45deg);
    transform-origin: right center;
}

.promo-bar-toggle-icon::after {
    right: 0;
    transform: translateY(-50%) rotate(-45deg);
    transform-origin: left center;
}

.promo-bar[data-promo-index="1"] .promo-bar-toggle-icon::before {
    transform: translateY(-50%) rotate(-45deg);
}

.promo-bar[data-promo-index="1"] .promo-bar-toggle-icon::after {
    transform: translateY(-50%) rotate(45deg);
}

@media (prefers-reduced-motion: reduce) {
    .promo-bar-message,
    .promo-bar-toggle,
    .promo-bar-toggle-icon::before,
    .promo-bar-toggle-icon::after {
        transition: none;
    }
}

.cookie-banner {
    position: fixed;
    left: clamp(0.5rem, 2vw, 1rem);
    right: clamp(0.5rem, 2vw, 1rem);
    bottom: max(clamp(0.5rem, 2vw, 1rem), env(safe-area-inset-bottom));
    z-index: 2600;
    width: auto;
    max-width: 1160px;
    margin: 0 auto;
    border: 1px solid #d8d8d8;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.14);
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.cookie-banner.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.cookie-banner.is-hiding {
    opacity: 0;
    transform: translateY(12px);
}

.cookie-banner__panel {
    padding: 1rem 1.1rem 1.05rem;
}

.cookie-banner__title {
    margin: 0 0 0.55rem;
    font-size: clamp(1.2rem, 2vw, 1.45rem);
    font-weight: 500;
    line-height: 1.08;
    letter-spacing: -0.02em;
}

.cookie-banner__text {
    max-width: 78ch;
    margin: 0;
    color: #222222;
    font-size: 0.98rem;
    line-height: 1.55;
}

.cookie-banner__text a,
.cookie-banner__details {
    color: #4a4a4a;
    text-decoration: underline;
    text-underline-offset: 0.16em;
}

.cookie-banner__text a:hover,
.cookie-banner__text a:focus-visible,
.cookie-banner__details:hover,
.cookie-banner__details:focus-visible {
    color: #050505;
    outline: none;
}

.cookie-banner__controls {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem 1.25rem;
    margin-top: 1.15rem;
}

.cookie-banner__options {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.95rem 1.3rem;
    min-width: 0;
}

.cookie-banner__option {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    min-height: 20px;
    color: #050505;
    font-size: 0.98rem;
    line-height: 1.3;
    cursor: pointer;
}

.cookie-banner__option input {
    width: 16px;
    height: 16px;
    margin: 0;
    accent-color: #050505;
    cursor: pointer;
}

.cookie-banner__option input[disabled] {
    cursor: not-allowed;
}

.cookie-banner__option--required {
    color: #787878;
}

.cookie-banner__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.9rem 1rem;
}

.cookie-banner__button-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 0.75rem;
}

.cookie-banner__button {
    min-height: 48px;
    padding: 0.8rem 1.2rem;
    border: 1px solid #050505;
    border-radius: 6px;
    background: #ffffff;
    color: #050505;
    font: inherit;
    font-size: 0.95rem;
    cursor: pointer;
    transition: background 0.18s ease, color 0.18s ease, transform 0.12s ease, box-shadow 0.18s ease;
}

.cookie-banner__button:hover,
.cookie-banner__button:focus-visible {
    transform: translateY(-1px);
    outline: none;
}

.cookie-banner__button--secondary:hover,
.cookie-banner__button--secondary:focus-visible {
    background: #f5f5f5;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.cookie-banner__button--primary {
    background: #050505;
    color: #ffffff;
}

.cookie-banner__button--primary:hover,
.cookie-banner__button--primary:focus-visible {
    background: #111111;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18);
}

.site-header {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    padding: clamp(0.55rem, 1vw, 0.8rem) clamp(1rem, 3.5vw, 3.5rem);
    gap: clamp(0.35rem, 0.7vw, 0.7rem);
    border-bottom: none;
    position: sticky !important;
    top: var(--nv-header-offset, 0px) !important;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(12px);
    z-index: 2000;
}

.logo {
    font-weight: 700;
    letter-spacing: 0.25em;
    font-size: 0.85rem;
    text-transform: uppercase;
}

.logo span {
    background: #f5f5f5;
    color: #050505;
    padding: 0.1rem 0.3rem;
    margin-left: 0.3rem;
}

.logo img {
    height: clamp(72px, 7vw, 92px);
    width: auto;
    display: block;
}

.cart-link,
.account-link {
      margin-left: 0.2rem;
      color: #050505;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 40px;
      height: 40px;
      border-radius: 999px;
      border: 1px solid #e5e5e5;
      background: #f7f7f7;
      box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
      transition: background 0.18s ease, border-color 0.18s ease,
          color 0.18s ease, transform 0.12s ease, box-shadow 0.18s ease;
  }
  
.cart-link svg,
.account-link svg {
      width: 18px;
      height: 18px;
  }

.cart-link {
    position: relative;
}

.cart-count-badge {
    position: absolute;
    top: -6px;
    right: -4px;
    min-width: 18px;
    height: 18px;
    padding: 0 4px;
    border-radius: 999px;
    background: #050505;
    color: #ffffff;
    font-size: 0.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #ffffff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.18);
}
  
.cart-link:hover,
.account-link:hover {
      background: #050505;
      border-color: #050505;
      color: #ffffff;
      transform: translateY(-1px);
      box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
  }

.site-header--shop .account-link {
    margin-left: auto;
}

.site-header--cart .account-link {
    margin-left: 0.55rem;
}

.header-shop-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      white-space: nowrap;
      margin-left: auto;
      padding: 0.55rem clamp(0.8rem, 1.25vw, 1.15rem);
      border-radius: 999px;
      border: 1px solid #dedede;
      background: #f2f2f2;
      font-size: clamp(0.62rem, 0.68vw, 0.7rem);
      text-transform: uppercase;
      letter-spacing: 0.14em;
    cursor: pointer;
    transition: background 0.18s ease, border-color 0.18s ease,
        color 0.18s ease, transform 0.12s ease;
}

.header-actions {
    display: flex;
    align-items: center;
    gap: clamp(0.4rem, 0.75vw, 0.65rem);
    margin-left: auto;
}

.header-dashboard-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    margin-right: 0;
    padding: 0.55rem clamp(0.8rem, 1.25vw, 1.15rem);
    border-radius: 999px;
    border: 1px solid #050505;
    background: #050505;
    color: #ffffff;
    font-size: clamp(0.62rem, 0.68vw, 0.7rem);
    text-transform: uppercase;
    letter-spacing: 0.14em;
    cursor: pointer;
    transition: background 0.18s ease, box-shadow 0.18s ease, transform 0.12s ease;
}

.header-dashboard-btn:hover {
    background: #111111;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
    transform: translateY(-1px);
}

.header-shop-btn:hover {
    background: #e3e3e3;
    border-color: #cfcfcf;
    transform: translateY(-1px);
}
.main-nav {
    display: flex;
    justify-content: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 0;
    gap: clamp(0.65rem, 1.7vw, 1.75rem);
}

.main-nav a {
    white-space: nowrap;
    margin: 0;
    font-size: clamp(0.84rem, 1.08vw, 0.92rem);
    text-transform: uppercase;
    letter-spacing: clamp(0.1em, 0.13vw, 0.14em);
    opacity: 0.7;
    border-bottom: 1px solid transparent;
    padding-bottom: 0.25rem;
    position: relative;
}

.main-nav a:hover {
    opacity: 1;
    border-bottom-color: #d0d0d0;
}

.main-nav a.active {
    opacity: 1;
    color: #b93661;
    border-bottom-color: #f1698b;
}

@media (min-width: 1101px) and (max-width: 1400px) {
    .site-header {
        padding-inline: clamp(1rem, 2vw, 1.75rem);
    }

    .logo img {
        height: clamp(64px, 5.8vw, 78px);
    }

    .main-nav {
        gap: clamp(0.45rem, 1vw, 0.9rem);
    }

    .main-nav a {
        font-size: clamp(0.84rem, 1.08vw, 0.92rem);
        letter-spacing: clamp(0.065em, 0.1vw, 0.1em);
    }

    .header-actions {
        gap: clamp(0.2rem, 0.45vw, 0.4rem);
    }

    .header-shop-btn {
        padding-inline: clamp(0.65rem, 0.9vw, 0.9rem);
        font-size: clamp(0.58rem, 0.62vw, 0.66rem);
        letter-spacing: 0.1em;
    }
}

.mobile-nav-toggle {
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0.28rem;
    width: 44px;
    height: 44px;
    border-radius: 999px;
    border: 1px solid #e5e5e5;
    background: #f7f7f7;
    color: #050505;
    cursor: pointer;
    transition: background 0.18s ease, border-color 0.18s ease,
        color 0.18s ease, transform 0.12s ease, box-shadow 0.18s ease;
}

.mobile-nav-toggle span {
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transition: transform 0.18s ease, opacity 0.18s ease, background 0.18s ease;
}

.mobile-nav-toggle:hover {
    background: #050505;
    border-color: #050505;
    color: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.16);
}

.site-header.is-mobile-menu-open .mobile-nav-toggle {
    background: #050505;
    border-color: #050505;
    color: #ffffff;
}

.site-header.is-mobile-menu-open .mobile-nav-toggle span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
}

.site-header.is-mobile-menu-open .mobile-nav-toggle span:nth-child(2) {
    opacity: 0;
}

.site-header.is-mobile-menu-open .mobile-nav-toggle span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
}

@media (max-width: 1100px) {
    .site-header {
        top: var(--nv-header-offset, 1.9rem);
        padding: 0.85rem 1rem;
        gap: 0.5rem;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .logo {
        order: 1;
    }

    .logo img {
        height: clamp(58px, 9vw, 72px);
    }

    .mobile-nav-toggle {
        display: inline-flex;
        order: 2;
        margin-left: auto;
    }

    .account-link,
    .cart-link {
        order: 3;
        margin-left: 0;
    }

    .site-header--shop .account-link,
    .site-header--cart .account-link {
        margin-left: 0;
    }

    .main-nav {
        position: static;
        left: auto;
        top: auto;
        transform: none;
        margin-left: 0;
        order: 4;
        width: 100%;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        pointer-events: none;
        padding-top: 0;
        transition: max-height 0.24s ease, opacity 0.18s ease, padding-top 0.24s ease;
    }

    .site-header.is-mobile-menu-open .main-nav {
        max-height: 24rem;
        opacity: 1;
        pointer-events: auto;
        padding-top: 0.4rem;
    }

    .main-nav a {
        margin: 0;
        padding: 0.75rem 0;
        font-size: 0.76rem;
        border-bottom: 1px solid #ececec;
    }

    .header-actions {
        order: 5;
        width: 100%;
        margin-left: 0;
        gap: 0.75rem;
        flex-wrap: wrap;
        display: none;
        padding-top: 0.5rem;
    }

    .site-header.is-mobile-menu-open .header-actions {
        display: flex;
    }

    .header-dashboard-btn {
        margin-right: 0;
    }
}

@media (max-width: 520px) {
    .site-header {
        padding: 0.55rem 0.75rem;
    }

    .logo img {
        height: 54px;
    }

    .mobile-nav-toggle,
    .cart-link,
    .account-link {
        width: 40px;
        height: 40px;
    }

    .header-actions {
        display: none;
        flex-direction: column;
        align-items: stretch;
    }

    .site-header.is-mobile-menu-open .header-actions {
        display: flex;
    }

    .header-dashboard-btn,
    .header-shop-btn {
        width: 100%;
        min-height: 42px;
        justify-content: center;
        text-align: center;
    }
}

@media (max-width: 900px) {
    body {
        padding-top: 0;
    }

    .hero-media {
        max-width: min(100%, 560px);
    }

    .hero-bar {
        width: clamp(118px, 22vw, 168px);
    }

    .hero-bar-left {
        left: clamp(-9rem, -12vw, -5rem);
    }

    .hero-bar-right {
        right: clamp(-10rem, -13vw, -5.8rem);
        top: clamp(4.1rem, 11vw, 5.4rem);
        width: clamp(150px, 27vw, 210px);
    }

    .ia-how {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .volta-stack-section {
        padding: 0.85rem;
    }

    .volta-mosaic {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .volta-mosaic-card,
    .volta-mosaic-card--wide-left,
    .volta-mosaic-card--portrait-top,
    .volta-mosaic-card--portrait-bottom,
    .volta-mosaic-card--wide-right {
        grid-column: auto;
        min-height: 300px;
    }

    .ia-how-side {
        align-self: stretch;
    }

    .promo-bar {
        font-size: 0.72rem;
        letter-spacing: 0.11em;
    }

    .cookie-banner__controls {
        align-items: flex-start;
    }

    .cookie-banner__actions {
        width: 100%;
    }

    .promo-bar-inner {
        gap: 0.3rem;
        padding: 0 0.65rem;
    }

    .site-header {
        top: var(--nv-header-offset, 1.9rem);
        padding: 0.85rem 1rem;
        gap: 0.5rem;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .logo {
        order: 1;
    }

    .logo img {
        height: 78px;
    }

    .mobile-nav-toggle {
        display: inline-flex;
        order: 2;
        margin-left: auto;
    }

    .account-link,
    .cart-link {
        order: 3;
        margin-left: 0;
    }

    .site-header--shop .account-link,
    .site-header--cart .account-link {
        margin-left: 0;
    }

    .main-nav {
        position: static;
        left: auto;
        top: auto;
        transform: none;
        order: 4;
        width: 100%;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        pointer-events: none;
        padding-top: 0;
        transition: max-height 0.24s ease, opacity 0.18s ease, padding-top 0.24s ease;
    }

    .site-header.is-mobile-menu-open .main-nav {
        max-height: 24rem;
        opacity: 1;
        pointer-events: auto;
        padding-top: 0.4rem;
    }

    .main-nav a {
        margin: 0;
        padding: 0.9rem 0;
        border-bottom: 1px solid #ececec;
    }

    .header-actions {
        order: 5;
        width: 100%;
        margin-left: 0;
        gap: 0.75rem;
        flex-wrap: wrap;
        display: none;
        padding-top: 0.5rem;
    }

    .site-header.is-mobile-menu-open .header-actions {
        display: flex;
    }

    .header-dashboard-btn {
        margin-right: 0;
    }

    .hero {
        min-height: auto;
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .shop-hero {
        margin-top: 3rem;
        grid-template-columns: 1fr;
    }

    .shop-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}

@media (max-width: 640px) {
    .hero-media {
        max-width: 100%;
        margin-bottom: 1.4rem;
    }

    .hero-bar {
        width: clamp(96px, 28vw, 132px);
    }

    .hero-bar-left {
        left: -3rem;
        top: 4.6rem;
    }

    .hero-bar-right {
        right: -3.4rem;
        top: 4.8rem;
        width: clamp(122px, 36vw, 168px);
    }

    .ia-how {
        margin-left: 1rem;
        margin-right: 1rem;
        padding: 1.6rem;
    }

    .volta-stack-section {
        padding: 0.7rem;
    }

    .volta-mosaic-copy {
        padding: 1rem;
    }

    .volta-mosaic-copy h3 {
        font-size: 1.1rem;
    }

    .volta-mosaic-copy p {
        font-size: 0.9rem;
    }

    .ia-how h2 {
        font-size: 1rem;
        letter-spacing: 0.12em;
    }

    .ia-how-steps li,
    .ia-how-tags li {
        font-size: 1rem;
    }

    .ia-how-cta-wrap .btn-cta-ia {
        width: 100%;
    }

    body {
        padding-top: 0;
    }

    .promo-bar {
        padding: 0.45rem 0.9rem;
        font-size: 0.68rem;
        letter-spacing: 0.08em;
        line-height: 1.35;
    }

    .promo-bar-inner {
        min-height: 1.55rem;
        gap: 0.28rem;
        padding: 0 0.55rem;
    }

    .cookie-banner {
        left: 0.5rem;
        right: 0.5rem;
        bottom: max(0.5rem, env(safe-area-inset-bottom));
        border-radius: 6px;
    }

    .cookie-banner__panel {
        padding: 0.95rem 0.9rem;
    }

    .cookie-banner__text {
        font-size: 0.92rem;
        line-height: 1.5;
    }

    .cookie-banner__controls,
    .cookie-banner__actions,
    .cookie-banner__button-group {
        width: 100%;
    }

    .cookie-banner__controls,
    .cookie-banner__options,
    .cookie-banner__actions,
    .cookie-banner__button-group {
        flex-direction: column;
        align-items: stretch;
    }

    .cookie-banner__option {
        font-size: 0.92rem;
    }

    .cookie-banner__button {
        width: 100%;
    }

    .site-header {
        top: var(--nv-header-offset, 1.8rem);
        padding: 0.7rem 0.9rem;
        gap: 0.4rem;
        border-bottom: 1px solid #efefef;
        box-shadow: 0 12px 30px rgba(5, 5, 5, 0.06);
    }

    .logo img {
        height: 56px;
    }

    .mobile-nav-toggle,
    .account-link,
    .cart-link {
        width: 42px;
        height: 42px;
        background: #ffffff;
        box-shadow: none;
    }

    .mobile-nav-toggle {
        margin-left: auto;
    }

    .site-header--shop .account-link,
    .site-header--cart .account-link {
        margin-left: 0;
    }

    .header-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .header-dashboard-btn,
    .header-shop-btn,
    .hero-cta .btn {
        width: 100%;
        text-align: center;
        justify-content: center;
    }

    .hero {
        padding: 3rem 1rem 3.5rem;
    }

    .hero-cta {
        flex-direction: column;
        align-items: stretch;
        gap: 0.8rem;
    }

    .cart-perk-progress-markers {
        flex-direction: column;
    }

    .shop-grid {
        grid-template-columns: 1fr;
    }
}

.btn {
    border: 1px solid #050505;
    padding: 0.8rem 1.8rem;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    background: transparent;
    color: #050505;
    cursor: pointer;
    border-radius: 999px;
    transition: background 0.18s ease, color 0.18s ease, transform 0.12s ease,
        box-shadow 0.18s ease;
}

.btn-primary {
    background: #050505;
    color: #ffffff;
}

.btn-outline {
    background: transparent;
    color: #050505;
}

.btn-outline:hover {
    background: #050505;
    color: #ffffff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.btn-ia-main {
    padding: 1rem 2.6rem;
    font-size: 1rem;
}

.btn-ghost:hover,
.btn-primary:hover {
    transform: translateY(-1px);
    background: #050505;
    color: #ffffff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.btn-cta-ia:hover {
    transform: translateY(-2px) scale(1.04);
}

.js-ready .reveal-on-scroll {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    will-change: opacity, transform;
}

.js-ready .reveal-on-scroll.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.js-ready .reveal-on-scroll.is-visible.product-highlight:hover {
    transform: translateY(-6px) scale(1.04);
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.14);
}

.section-grid {
    padding: 3.5rem 7vw 4.5rem;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.8rem;
}

.card {
    border: 1px solid #e5e5e5;
    padding: 1.8rem 1.6rem;
    background: #ffffff;
    border-radius: 1rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.02);
    transition: transform 0.16s ease, box-shadow 0.16s ease;
}

.card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.06);
    border-color: #050505;
}

.page-main {
    padding: 3.25rem 7vw 2.5rem;
}

.page-header {
    max-width: 720px;
    margin-bottom: 3rem;
    border-left: 3px solid #050505;
    padding-left: 1.5rem;
}

.page-header h1 {
    font-size: 2rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    margin-bottom: 1rem;
}

.page-header p {
    color: #555555;
}

.page-account-create .page-main {
    padding-top: 8rem;
}

.page-account-create .page-header {
    margin-top: 1.9rem;
}

.site-footer {
    padding: 3rem 7vw 2rem;
    margin-bottom: 0;
    font-size: 0.85rem;
    color: #050505;
    background: transparent;
    border-top: 1px solid #f0f0f0;
}

.footer-main,
.footer-content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 5rem;
    margin-bottom: 3rem;
}

.footer-newsletter {
    max-width: 420px;
}

.footer-logo img {
    height: 72px;
    width: auto;
    display: block;
    margin-bottom: 1.25rem;
}

.footer-newsletter h2 {
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    margin-bottom: 1.1rem;
}

.footer-newsletter p {
    color: #4a4a4a;
    margin-bottom: 1rem;
}

/* compact footer layout */
.footer-form {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.footer-input {
    flex: 1 1 240px;
    padding: 0.65rem 1rem;
    border-radius: 999px;
    border: 1px solid rgba(5, 5, 5, 0.18);
    font-size: 0.9rem;
    background: #ffffff;
    color: #050505;
}

.footer-input::placeholder {
    color: rgba(5, 5, 5, 0.5);
}

.footer-form .footer-btn {
    padding: 0.7rem 1.6rem;
}

.newsletter-privacy-notice {
    flex: 1 0 100%;
    margin: 0;
    max-width: 620px;
    color: #4b4b4b;
    font-size: 0.74rem;
    line-height: 1.45;
}

.newsletter-privacy-notice a {
    color: inherit;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.footer-note,
.footer-disclaimer {
    font-size: 0.78rem;
    color: rgba(5, 5, 5, 0.6);
    max-width: 380px;
}

.footer-socials {
    margin-top: 1.25rem;
    display: flex;
    gap: 0.75rem;
}

.footer-social-btn {
    width: 44px;
    height: 44px;
    border-radius: 999px;
    border: 1px solid rgba(5, 5, 5, 0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    background: #ffffff;
    color: #050505;
    cursor: pointer;
    transition: background 0.16s ease, color 0.16s ease, transform 0.12s ease,
        box-shadow 0.16s ease, border-color 0.16s ease;
}

.footer-social-btn svg,
.footer-social-btn img {
    width: 22px;
    height: 22px;
    object-fit: contain;
    filter: grayscale(1) brightness(0);
}

.footer-social-btn:hover {
    background: #f0f0f0;
    border-color: rgba(5, 5, 5, 0.3);
    transform: translateY(-1px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.14);
}

.footer-columns {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2.5rem;
}

.footer-col h3 {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    margin-bottom: 0.9rem;
    color: #050505;
}

.footer-col a,
.footer-col p {
    display: block;
    margin-bottom: 0.45rem;
    color: rgba(5, 5, 5, 0.75);
    font-size: 0.9rem;
}

.footer-bottom {
    border-top: 1px solid #efefef;
    padding-top: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    font-size: 0.78rem;
    color: rgba(5, 5, 5, 0.68);
}

.footer-bottom-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.footer-bottom-links a {
    color: rgba(5, 5, 5, 0.6);
    white-space: nowrap;
}

@media (max-width: 640px) {
    .footer-main,
    .footer-content {
        flex-direction: column;
        gap: 2rem;
    }

    .footer-newsletter {
        max-width: none;
        width: 100%;
    }

    .footer-columns {
        width: 100%;
        grid-template-columns: 1fr;
        gap: 1.2rem;
    }
}

body.has-mobile-menu-open {
    overflow-x: clip;
    overflow-y: visible;
}

.site-header.is-mobile-menu-open {
    max-height: calc(100vh - var(--nv-header-offset, 0px));
    max-height: calc(100dvh - var(--nv-header-offset, 0px));
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
}

body.has-cookie-banner .nutrivolta-assistant {
    bottom: calc(clamp(1rem, 3vw, 2rem) + var(--nv-cookie-banner-offset, 0px));
}

/* NutriVoltA assistant */
.nutrivolta-assistant {
    position: fixed;
    right: clamp(1rem, 3vw, 2rem);
    bottom: clamp(1rem, 3vw, 2rem);
    z-index: 2200;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: max-content;
    font-family: inherit;
}

.nutrivolta-assistant-panel {
    position: absolute;
    right: 0;
    bottom: calc(100% + 0.75rem);
    width: min(380px, calc(100vw - 2rem));
    max-height: min(640px, calc(100dvh - 7rem));
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 2px solid #050505;
    border-radius: 18px;
    background: #ffffff;
    color: #050505;
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.18);
    opacity: 0;
    transform: translateY(14px) scale(0.98);
    pointer-events: none;
    visibility: hidden;
    transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}

.nutrivolta-assistant.is-open .nutrivolta-assistant-panel {
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: auto;
    visibility: visible;
}

.nutrivolta-assistant-header {
    display: grid;
    grid-template-columns: 52px 1fr 44px;
    gap: 0.8rem;
    align-items: center;
    padding: 0.9rem;
    border-bottom: 1px solid #e8e8e8;
    background: #fbfbfb;
}

.nutrivolta-assistant-avatar {
    width: 52px;
    height: 52px;
    object-fit: contain;
    border: 2px solid #050505;
    border-radius: 50%;
    background: #ffffff;
}

.nutrivolta-assistant-header p {
    margin: 0;
    font-size: 0.88rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 1.2;
    text-transform: uppercase;
}

.nutrivolta-assistant-header span {
    display: block;
    margin-top: 0.12rem;
    color: #595959;
    font-size: 0.78rem;
    line-height: 1.3;
}

.nutrivolta-assistant-close {
    width: 44px;
    height: 44px;
    border: 1px solid #dcdcdc;
    border-radius: 50%;
    background: #ffffff;
    color: #050505;
    font-size: 1.4rem;
    line-height: 1;
    cursor: pointer;
    transition: background 0.16s ease, color 0.16s ease, border-color 0.16s ease;
}

.nutrivolta-assistant-close:hover,
.nutrivolta-assistant-close:focus-visible {
    border-color: #050505;
    background: #050505;
    color: #ffffff;
    outline: none;
}

.nutrivolta-assistant-messages {
    min-height: 210px;
    max-height: 320px;
    padding: 0.9rem;
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
    overflow-y: auto;
    background:
        linear-gradient(#ffffff, #ffffff) padding-box,
        repeating-linear-gradient(0deg, transparent 0, transparent 35px, rgba(5, 5, 5, 0.035) 36px);
}

.nutrivolta-assistant-message {
    width: fit-content;
    max-width: 92%;
    padding: 0.72rem 0.82rem;
    border: 1px solid #e2e2e2;
    border-radius: 14px;
    background: #ffffff;
    font-size: 0.88rem;
    line-height: 1.45;
}

.nutrivolta-assistant-message p {
    margin: 0;
}

.nutrivolta-assistant-message p + p {
    margin-top: 0.55rem;
}

.nutrivolta-assistant-message--bot {
    align-self: flex-start;
    border-top-left-radius: 4px;
}

.nutrivolta-assistant-message--user {
    align-self: flex-end;
    border-color: #050505;
    border-top-right-radius: 4px;
    background: #050505;
    color: #ffffff;
}

.nutrivolta-assistant-message a {
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 0.18em;
}

.nutrivolta-assistant-suggestions {
    display: flex;
    gap: 0.45rem;
    padding: 0 0.9rem 0.85rem;
    overflow-x: auto;
    border-bottom: 1px solid #e8e8e8;
}

.nutrivolta-assistant-suggestions button {
    flex: 0 0 auto;
    min-height: 34px;
    padding: 0.45rem 0.68rem;
    border: 1px solid #dcdcdc;
    border-radius: 999px;
    background: #ffffff;
    color: #050505;
    font-size: 0.75rem;
    font-weight: 700;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.16s ease, color 0.16s ease, border-color 0.16s ease;
}

.nutrivolta-assistant-suggestions button:hover,
.nutrivolta-assistant-suggestions button:focus-visible {
    border-color: #050505;
    background: #050505;
    color: #ffffff;
    outline: none;
}

.nutrivolta-assistant-form {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 0.5rem;
    padding: 0.85rem 0.9rem 0.65rem;
    background: #ffffff;
}

.nutrivolta-assistant-form input {
    min-width: 0;
    min-height: 44px;
    border: 1px solid #d8d8d8;
    border-radius: 999px;
    padding: 0 0.95rem;
    color: #050505;
    font: inherit;
    font-size: 0.9rem;
    background: #fafafa;
}

.nutrivolta-assistant-form input:focus {
    border-color: #050505;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(5, 5, 5, 0.08);
    outline: none;
}

.nutrivolta-assistant-form button {
    min-height: 44px;
    padding: 0 0.95rem;
    border: 1px solid #050505;
    border-radius: 999px;
    background: #050505;
    color: #ffffff;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    cursor: pointer;
    transition: transform 0.16s ease, box-shadow 0.16s ease;
}

.nutrivolta-assistant-form button:hover,
.nutrivolta-assistant-form button:focus-visible {
    transform: translateY(-1px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
    outline: none;
}

.nutrivolta-assistant-disclaimer {
    margin: 0;
    padding: 0 0.95rem 0.9rem;
    color: #666666;
    font-size: 0.74rem;
    line-height: 1.35;
}

.nutrivolta-assistant-toggle {
    position: relative;
    width: 80px;
    height: 80px;
    min-width: 80px;
    min-height: 80px;
    border: 2px solid #050505;
    border-radius: 999px;
    background: #ffffff;
    color: #050505;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.05rem;
    cursor: pointer;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.nutrivolta-assistant-toggle:hover,
.nutrivolta-assistant-toggle:focus-visible {
    background: #f7f7f7;
    box-shadow: 0 16px 38px rgba(0, 0, 0, 0.19);
    transform: translateY(-2px);
    outline: none;
}

.nutrivolta-assistant-toggle img {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.nutrivolta-assistant-toggle-text {
    font-size: 0.64rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    line-height: 1;
    text-transform: uppercase;
}

.nutrivolta-assistant-toggle-ring {
    position: absolute;
    inset: -5px;
    border: 1px solid rgba(5, 5, 5, 0.18);
    border-radius: inherit;
    pointer-events: none;
}

@media (max-width: 1200px) {
    .nutrivolta-assistant-toggle {
        width: 72px;
        height: 72px;
        min-width: 72px;
        min-height: 72px;
    }

    .nutrivolta-assistant-toggle img {
        width: 43px;
        height: 43px;
    }
}

@media (max-width: 640px) {
    .nutrivolta-assistant {
        right: 0.85rem;
        bottom: 0.85rem;
    }

    .nutrivolta-assistant-panel {
        width: calc(100vw - 1.7rem);
        max-height: min(560px, calc(100dvh - 6.5rem));
        border-radius: 16px;
    }

    .nutrivolta-assistant-header {
        grid-template-columns: 46px 1fr 44px;
        padding: 0.78rem;
    }

    .nutrivolta-assistant-avatar {
        width: 46px;
        height: 46px;
    }

    .nutrivolta-assistant-header p {
        font-size: 0.78rem;
        letter-spacing: 0.06em;
    }

    .nutrivolta-assistant-header span {
        font-size: 0.72rem;
    }

    .nutrivolta-assistant-messages {
        min-height: 185px;
        max-height: 280px;
    }

    .nutrivolta-assistant-form {
        grid-template-columns: 1fr;
    }

    .nutrivolta-assistant-form button {
        width: 100%;
    }

    .nutrivolta-assistant-suggestions button {
        min-height: 44px;
    }

    .nutrivolta-assistant-toggle {
        width: 64px;
        height: 64px;
        min-width: 64px;
        min-height: 64px;
    }

    .nutrivolta-assistant-toggle img {
        width: 38px;
        height: 38px;
    }

    .nutrivolta-assistant-toggle-text {
        font-size: 0.58rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .nutrivolta-assistant-panel,
    .nutrivolta-assistant-toggle,
    .nutrivolta-assistant-form button {
        transition: none;
    }
}

.footer-status {
    margin: 0.4rem 0 0;
    font-size: 0.9rem;
    color: #374151;
}

.footer-status--error {
    color: #b91c1c;
}
