body {
    font-family: ui-sans-serif, -apple-system, system-ui, "Segoe UI", Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}

.brandLogo {
    height: 40px;
}

.cart-container {
    position: relative;
    padding-bottom: 1px;
    justify-content: flex-end;
    -webkit-box-align: start;
    align-items: flex-start;
}

.text-right {
    text-align: right;
}

.cart-count {
    display: flex;
    float: none;
    -webkit-box-align: center;
    position: absolute;
    left: 16px;
    right: auto;
    top: 0px;
    align-items: center;
    padding: 0;
    margin: 0;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 16px;
    width: 19px;
    font-weight: 700;
    color: #ff7300;
}

.cart-img {
    display: flex;
    position: static;
    float: none;
    align-items: center;
    padding: 0;
    margin: 0;
    width: 43px;
    height: 36px;
    background-image: url(../img/cart.png);
}

.cart-container-text {
    display: flex;
    position: static;
    float: none;
    flex-flow: column nowrap;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    align-items: flex-start;

}

.border-welcome {
    border: 0px solid black;
    background-color: transparent !important;
}

.lh-normal {
    line-height: normal;
}

.cart-nav-one {
    color: white;
    display: flex;
    position: static;
    float: none;
    -webkit-box-align: center;
    align-items: center;
    padding: 0;
    margin: 0;
    margin-top: 17px;
}

.cart-nav-two {
    display: flex;
    position: static;
    float: none;
    -webkit-box-align: center;
    align-items: center;
    padding: 0;
    margin-left: -2px;
    color: #ff7300 !important;
}

.mt5px {
    margin-top: 5px;
}

.text-orange {
    color: #ff7300 !important;
}

.font-13 {
    font-size: 13px;
    font-weight: 600;
}

.font-14 {
    font-size: 14px;
    font-weight: 500;
}

.font-15 {
    font-size: 15px;
    font-weight: 600;
}

.separatorMenu {
    background-color: rgb(196, 196, 196);
    height: 25px;
    width: 2px;
}

/* PROMPT */
.searchC {
    z-index: 2;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
}

.n-logo-viewport {
    height: 48px;
    overflow: hidden;
    position: relative;
}

.n-logo-sec-inner-cu {
    display: flex;
    flex-direction: column;
    gap: 0;
    will-change: transform;
}

.c-n-slider-text {
    height: 48px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    color: #000000;
    font-weight: 500;
    font-size: 25px;
    letter-spacing: .5px;
}

.n-logo-sec-inner-cu {
    transform: translate3d(0, 0, 0);
}

.c-n-slider-text {
    line-height: 48px;
}

.fixed-hello {
    height: 48px;
    line-height: 48px;
    color: #212529;
    display: inline-flex;
    align-items: center;
    font-weight: 500;
    letter-spacing: .5px;
    font-size: 25px;
}

.chatPrompt {
    width: 100%;
    max-width: 750px;
    padding-top: 14px;
    margin: 0 auto;
}

.chatPromptBox {
    display: flex;
    align-items: center;
    gap: 10px;

    background: #fff;
    border: 1px solid rgba(0, 0, 0, .10);
    border-radius: 14px;
    padding: 6px 12px;

    box-shadow: 0 6px 18px rgba(0, 0, 0, .06);
}

.chatPromptInput {
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;

    font-size: 16px;
    line-height: 1.2;
    padding: 8px 6px;
}

.chatPromptInput::placeholder {
    color: rgba(0, 0, 0, .45);
}

.chatPromptBtn {
    flex: 0 0 auto;
    width: 37px;
    height: 37px;
    border: 0;
    border-radius: 12px;

    background: #111;
    color: #fff;

    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.chatPromptBtn:active {
    transform: translateY(1px);
}

.chatPromptBox:focus-within {
    border-color: rgba(0, 0, 0, .22);
    box-shadow: 0 10px 24px rgba(0, 0, 0, .10);
}

.chatPromptHint {
    margin-top: 10px;
    font-size: 13px;
    color: rgba(0, 0, 0, .55);

    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.hintChip {
    border: 1px solid rgba(0, 0, 0, .12);
    background: #fff;
    border-radius: 8px;
    padding: 6px 10px;
    font-size: 13px;
    line-height: 1;
}

.hintChip:hover {
    background: rgba(0, 0, 0, .03);
}

.chatPromptInput::-webkit-search-cancel-button {
    -webkit-appearance: none;
    display: none;
}

/* Inizio contenuto home */

.text-animation {
    background-image: linear-gradient(120deg, #dddddd 0%, #313131 20%, #6d6d6d 40%, #383838 60%, #4d4d4d 80%, #000000 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    background-size: 300% 300%;
    animation: gradient-mix 10s ease-in-out infinite;
}


/* ================================
   SLIDER VIDEO - "Scopri nuove aziende"
   Dipende da Swiper (swiper-bundle.min.css)
   ================================ */

/* Sezione */
.products-slider {
    background-color: #f8f8f800;
    /* nel tuo file è trasparente */
    overflow-x: hidden;
}

/* Card base */
.product-card {
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* Wrapper video/immagine */
.products-slider .product-image-wrapper {
    position: relative;
    overflow: hidden;
}

/* Video */
.products-slider .product-video {
    width: 100%;
    display: block;
    height: 400px;
    /* nel tuo file: 400px */
    object-fit: cover;
}

/* Nasconde i controlli video (webkit) */
.product-video::-webkit-media-controls-enclosure {
    display: none !important;
}

.product-video::-webkit-media-controls {
    display: none !important;
}

/* Badge "Novità" (versione video: in alto a sinistra) */
.products-slider .product-badge {
    position: absolute;
    top: 20px;
    left: 0px;
    z-index: 9999999;

    height: 22px;
    border-radius: 0px;
    padding: 3px 8px;
    font-size: 0.7rem;
    font-weight: 500;
    color: #fff;
}

.product-badge-new {
    background-color: #e03131;
}

/* Overlay testo in basso */
.products-slider .product-info-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 12px;
    z-index: 9999999;

    color: #fff;
    background: linear-gradient(to top,
            rgba(0, 0, 0, 0.85) 0%,
            rgb(0 0 0 / 80%) 40%,
            rgba(0, 0, 0, 0.0) 100%);
}

/* Testi overlay */
.products-slider .product-info-overlay .product-brand {
    font-weight: 700;
    font-size: 0.9rem;
    margin: 0 0 2px 0;
}

.products-slider .product-info-overlay .product-title {
    font-size: 0.8rem;
    margin: 0;
}

/* Desktop refine */
@media (min-width: 992px) {
    .products-slider .product-info-overlay {
        padding: 14px 16px;
    }

    .products-slider .product-info-overlay .product-brand {
        font-size: 1rem;
    }

    .products-slider .product-info-overlay .product-title {
        font-size: 0.9rem;
    }
}

/* ================================
   Swiper - frecce e comportamento
   ================================ */

/* Lascia sbordare lo slider (come nel tuo) */
.products-slider .container {
    overflow: visible;
}

.products-swiper {
    overflow: visible;
    position: relative;

    /* trucco: nascondi finché Swiper non inizializza */
    opacity: 0;
}

.products-swiper.swiper-initialized {
    opacity: 1;
    transition: opacity 0.25s ease;
}

.products-swiper .swiper-slide {
    height: auto;
}

.products-swiper .swiper-wrapper {
    padding-right: 40px;
}

/* Frecce stile “pallino” */
.products-swiper .swiper-button-prev,
.products-swiper .swiper-button-next {
    width: 50px;
    height: 50px;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.products-swiper .swiper-button-prev::after,
.products-swiper .swiper-button-next::after {
    font-size: 16px;
    color: #000;
    font-weight: bold;
}

.products-swiper .swiper-button-prev {
    left: 0px;
    border: 1px solid black;
}

.products-swiper .swiper-button-next {
    right: 0px;
    border: 1px solid black;
}

/* Frecce disabilitate: invisibili e non cliccabili */
.products-swiper .swiper-button-disabled,
.products-swiper .swiper-button-hidden {
    opacity: 0 !important;
    pointer-events: none !important;
}

/* Mobile: frecce più piccole e poi nascoste */
@media (max-width: 575.98px) {

    .products-swiper .swiper-button-prev,
    .products-swiper .swiper-button-next {
        width: 32px;
        height: 32px;
    }
}

@media (max-width: 767.98px) {

    .products-swiper-prev,
    .products-swiper-next {
        display: none;
    }
}


/* Testo con gradiente "fluido" stile Gemini */
.text-gradient-anim {
    background-image: linear-gradient(120deg,
            #FF7300 0%,
            #FF9A1A 22%,
            #FFD36A 40%,
            #FF7300 55%,
            #FFB04A 72%,
            #FF4D1A 88%,
            #FF7300 100%);

    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    line-height: 27px;
    font-weight: 600;
    font-size: 25px;

    background-size: 450% 450%;
    animation: gradient-mix 14s ease-in-out infinite;


}

/* Animazione: il gradiente si muove in più direzioni, non solo da sx a dx */
@keyframes gradient-mix {
    0% {
        background-position: 0% 50%;
    }

    25% {
        background-position: 50% 0%;
    }

    50% {
        background-position: 100% 50%;
    }

    75% {
        background-position: 50% 100%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.customPadx {
    padding-top: 5rem;
    padding-bottom: 3rem;
}




.gradient-monitor {
    position: relative;
    background: #0f1419;
    color: rgba(120, 255, 120, .7);
    overflow: hidden;
    isolation: isolate;
    border-radius: 18px;
    /* evita blend strani fuori dal box */
}

/* SCANLINE ORIZZONTALI (come il tuo ::before) */
.gradient-monitor::before {
    background: repeating-linear-gradient(0deg,
            rgba(0, 0, 0, 0.15),
            rgba(0, 0, 0, 0.15) 1px,
            transparent 1px,
            transparent 2px);
    content: "";
    display: block;
    height: 100%;
    inset: 0;
    mix-blend-mode: multiply;
    opacity: .7;
    pointer-events: none;
    position: absolute;
    width: 100%;
    z-index: 100000;
    border-radius: 18px;
}

/* SCANLINE VERTICALI (come il tuo ::after) */
.gradient-monitor::after {
    background: repeating-linear-gradient(90deg,
            rgba(0, 0, 0, 0.105),
            rgba(0, 0, 0, 0.105) 1px,
            transparent 1px,
            transparent 2px);
    content: "";
    display: block;
    height: 100%;
    inset: 0;
    mix-blend-mode: multiply;
    opacity: .7;
    pointer-events: none;
    position: absolute;
    width: 100%;
    z-index: 100000;
    border-radius: 18px;
}

/* LAYER "GRADINATO" (posterize/banding finto ma credibile) */
.gradient-steps-layer {
    position: absolute;
    inset: 0;
    pointer-events: none;

    /* sta sotto alle scanline che sono a 100000 */
    z-index: 99999;

    /* intensità dell'effetto */
    opacity: 0.10;

    /* gradini: 10 step (puoi aumentare/diminuire) */
    background: repeating-linear-gradient(180deg,
            rgba(255, 255, 255, 0.10) 0,
            rgba(255, 255, 255, 0.10) calc(100% / 10),
            rgba(0, 0, 0, 0.10) calc(100% / 10),
            rgba(0, 0, 0, 0.10) calc(2 * (100% / 10)));

    mix-blend-mode: overlay;
}

/* =========================
   AUTH (LOGIN / SIGNUP / CHECK-SMS) - DEDUPLICATO
   ========================= */

/* INPUT (Bootstrap class usata nelle pagine) */
.form-control {
    box-shadow: none !important;
}

.form-control:focus {
    border-color: #000000;
}

/* BTN (Bootstrap class usata nelle pagine) */
.btn:hover {
    color: #000000;
    background-color: #e0e0e0;
    border-color: #000000;
}

/* Utilities custom usate nelle pagine */
.size07 {
    font-size: 0.7rem !important;
}

.size08 {
    font-size: 0.8rem !important;
}

.size09 {
    font-size: 0.9rem !important;
}

.size10 {
    font-size: 1rem !important;
}

.border-black1 {
    border: 1px solid black;
}

.width120 {
    width: 130px;
}

/* Classi aggiunte via JS sul label */
.label-attiva {
    background-color: #000;
    color: #fff;
}

.label-hover {
    background-color: #e9e9e9;
    color: #000000;
}

/* Toggle password (wrapper + bottone) */
.password-toggle-wrapper {
    position: relative;
}

.password-toggle-btn {
    position: absolute;
    top: 50%;
    right: 0.75rem;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    padding: 0;
    margin: 0;
    line-height: 1;
    cursor: pointer;
}

.password-toggle-btn svg,
.password-toggle-btn i {
    width: 18px;
    height: 18px;
}

.password-toggle-btn:focus {
    outline: none;
}

/* =========================
   SIGNUP - SOLO CSS NECESSARIO (specifico)
   ========================= */

.mt1px {
    margin-top: 1px;
}

.arrowSelect {
    width: 13px;
}

.border-right-0 {
    border-right: 0px !important;
}

/* =========================
   SIGNUP - PREFISSO TELEFONO
   ========================= */

.phone-input-group {
    display: flex;
    align-items: stretch;
}

.phone-prefix-wrapper {
    position: relative;
    flex: 0 0 90px;
    width: 90px;
    max-width: 90px;
}

.phone-prefix-btn {
    border: 1px solid #000 !important;
    border-right: 0px !important;
    border-radius: 0;
    background-color: #fff;
    height: 100%;
    width: 100%;
    font-size: 0.9rem;
    line-height: 1;
}

/* Bandierina nel bottone e nelle voci del menu */
.phone-prefix-btn .phone-flag,
.phone-dropdown-item .phone-flag {
    width: 20px;
    height: 14px;
    display: inline-block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Input numero (tel) dentro il gruppo telefono */
.phone-input-group>input[type="tel"] {
    flex: 1 1 auto;
}

/* Menu custom (d-none lo gestisce Bootstrap) */
.phone-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    min-width: 100%;
    background-color: #fff;
    border: 1px solid #000;
    border-top: 0;
    border-radius: 0;
    max-height: 150px;
    overflow-y: auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 91px;
    color: black;
}

.phone-dropdown-item {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 6px 8px;
    background-color: #f7f7f7;
    border: 0;
    border-bottom: 1px solid #bfbfbf;
    text-align: left;
    font-size: 0.9rem;
}

.phone-dropdown-item:last-child {
    border-bottom: none;
}

.phone-dropdown-item:hover,
.phone-dropdown-item:focus {
    background-color: #f5f5f5;
    outline: none;
}

/* Scrollbar (Chrome / Edge / Safari) */
.phone-dropdown-menu::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.phone-dropdown-menu::-webkit-scrollbar-track {
    background: #d4d4d4;
}

.phone-dropdown-menu::-webkit-scrollbar-thumb {
    background: #000000;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    border-radius: 0;
}

.phone-dropdown-menu::-webkit-scrollbar-thumb:hover {
    background: #000000;
}

.phone-dropdown-menu::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none;
}

/* Mobile */
@media (max-width: 576px) {
    .phone-prefix-btn {
        background-color: #ffffff;
        padding-inline: 8px;
        font-size: 1rem;
    }

    .phone-dropdown-item {
        padding: 10px 10px;
        font-size: 1rem;
    }
}

.boxBrand {
    display: block;
    margin: 0 auto;
    height: 40px;
}

/* CSS ACCOUNT */
/* Header sempre sopra */
header {
    position: relative;
    z-index: 1100;
}

/* Backdrop: parte SOTTO l'header (top lo settiamo via JS) */
#accountBackdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    /* JS lo cambia al volo */
    background: rgba(0, 0, 0, .45);
    z-index: 1000;
    display: none;
}

/* Evita micro-gap tra trigger e menu (gap = flicker) */
.account-menu {
    margin-top: 12px !important;
    z-index: 1200;
}

.account-menu {
    position: relative;
    /* serve per l'arrow assoluta */
}

.account-menu .arrowTop {
    border-style: solid;
    border-width: 9px;
    border-color: transparent;
    border-top-width: 0;
    border-bottom: 9px solid #bbbbbb;
    width: 0;
    height: 0;
    position: absolute;

    /* posiziona il triangolo sopra il menu */
    top: -9px;

    /* default: allineato verso sinistra */
    left: 22px;

    /* non deve catturare il mouse (anti-flicker) */
    pointer-events: none;
}

.dropdown-menu-end .arrowTop {
    left: auto;
    right: 22px;
}

.txt-orange {
    color: #ff7300 !important;
}