/* 1. Blocare pentru browsere bazate pe Chromium (Samsung / Mi Browser) */
:root {
  color-scheme: light !important;
  supported-color-schemes: light !important;
  forced-color-adjust: none !important;
}

html, body {
  color-scheme: light !important;
  forced-color-adjust: none !important;
  -webkit-print-color-adjust: exact !important;
}

/* 2. Neutralizare forcing din media query */
@media (prefers-color-scheme: dark) {
  :root, html, body {
    color-scheme: light !important;
    background-color: #ffffff !important;
    color: #000000 !important;
  }
}
body, header, footer, #content, .container {
  background-color: #ffffff !important;
  background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%) !important;
}

/* ==========================================================================
   HEADER COMPLET CURAT, STICKY ȘI ULTRA-SUBȚIRE
   ========================================================================== */

/* Ascundere totală elemente antet vechi */
body:has(.fc-custom-landing-header) header.menu_sa, 
body:has(.fc-custom-landing-header) .sticky-wrapper,
body:has(.fc-custom-landing-header) .top_bar_blue {
    display: none !important;
    height: 0 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    position: absolute !important;
}

/* Evităm ca produsele să sară sub meniu */
body:has(.fc-custom-landing-header) {
    padding-top: 30px !important;
}

/* Container principal Header Fix */
.fc-custom-landing-header.fc-sticky-header {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 999999 !important;
    background: #ffffff !important;
    border-bottom: 1px solid #e2e8f0 !important;
    padding: 6px 0 !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.04) !important;
    height: auto !important;
}

.fc-header-wrap {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
}

.fc-header-logo img {
    max-height: 34px !important;
    width: auto !important;
    display: block !important;
}

/* Zona de Butoane Centru */
.fc-header-nav {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
}

.fc-nav-link {
    font-size: 12px !important;
    font-weight: 700 !important;
    color: #334155 !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 5px !important;
    padding: 5px 10px !important;
    border-radius: 4px !important;
    background: #f8fafc !important;
    transition: all 0.15s ease !important;
}

.fc-nav-link:hover {
    color: #ff6a3d !important;
    background: #fff5f2 !important;
}

/* Butonul portocaliu CUMPĂRĂ din meniu */
.fc-nav-btn-checkout {
    background: #ff6a3d !important;
    color: #fff !important;
    border: none !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    padding: 5px 12px !important;
    border-radius: 4px !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 4px !important;
    cursor: pointer !important;
    box-shadow: 0 2px 6px rgba(255,106,61,0.2) !important;
}

.fc-nav-btn-checkout:hover {
    background: #e05328 !important;
}

/* Zona Badges Dreapta */
.fc-header-badges {
    display: flex !important;
    align-items: center !important;
    gap: 16px !important;
}

.fc-badge-item {
    display: inline-flex !important;
    align-items: center !important;
    gap: 5px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #475569 !important;
    cursor: pointer !important;
}

.fc-badge-item i {
    color: #ff6a3d !important;
    font-size: 13px !important;
}

/* ==========================================================================
   OPTIMIZARE PENTRU TELEFON (LOGO MAI MARE, BUTOANE REGLATE FIN)
   ========================================================================== */
@media (max-width: 767px) {
    /* Menținem spațiul de sus pentru antetul generos */
    body:has(.fc-custom-landing-header) {
        padding-top: 64px !important;
    }

    /* Padding optim pentru o bandă stabilă și clară */
    .fc-custom-landing-header.fc-sticky-header {
        padding: 10px 12px !important;
    }

    .fc-header-wrap {
        flex-direction: row !important;
        justify-content: space-between !important;
        align-items: center !important;
        gap: 0 !important;
    }

    /* 1. LOGO MAI MARE: Am urcat de la 28px la 34px pentru o vizibilitate excelentă */
    .fc-header-logo img {
        max-height: 34px !important;
        display: block !important;
    }

    /* Distanța dintre butoane */
    .fc-header-nav {
        gap: 5px !important;
    }

    /* 2. BUTOANE PUȚIN MAI MICI: Am reglat fontul la 11px (fin și elegant) */
    .fc-nav-link {
        font-size: 11px !important;
        font-weight: 700 !important;
        padding: 5px 8px !important;
        border-radius: 5px !important;
    }

    /* Butonul de Cumpără: Reglat fin pentru echilibru vizual */
    .fc-nav-btn-checkout {
        font-size: 11px !important;
        font-weight: 800 !important;
        padding: 5px 10px !important;
        border-radius: 5px !important;
    }

    /* Păstrăm ascunse pictogramele de trust pe mobil */
    .fc-header-badges {
        display: none !important;
    }
}


/* ==========================================================================
   DESCRIERE LANDING PAGE RAZAL - MODERN & MINIMALIST DESIGN
   ========================================================================== */
.descriere-lp-wrapper {
    max-width: 1100px;
    margin: 60px auto;
    padding: 0 20px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    display: flex;
    flex-direction: column;
    gap: 70px; /* Spațiu generos între secțiuni pentru un aspect aerisit */
}

.lp-row {
    display: flex;
    align-items: center;
    gap: 50px; /* Spațiu stabil între imagine și text */
}

/* Inversarea secțiunii 2 */
.lp-row.reverse {
    flex-direction: row-reverse;
}

/* COLOANA IMAGINE - Stil curat, finisat, margini discrete */
.lp-col-img {
    flex: 1;
    min-width: 45%;
}

.lp-img-responsive {
    width: 100%;
    height: auto;
    max-height: 340px;
    object-fit: cover;
    border-radius: 18px; /* Colțuri rotunjite elegante */
    box-shadow: 0 8px 30px rgba(15, 23, 42, 0.04); /* Umbră discretă de adâncime */
    border: 1px solid #f1f5f9;
}

/* COLOANA TEXT - Ierarhie clară de marketing */
.lp-col-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

/* Eticheta mică de deasupra titlului (Benefit Tag) */
.lp-benefit-tag {
    font-size: 11.5px;
    font-weight: 700;
    color: #059669; /* Verde emerald premium */
    background: #ecfdf5;
    padding: 4px 12px;
    border-radius: 30px;
    letter-spacing: 0.5px;
    margin-bottom: 14px;
}

/* Titlul principal al secțiunii */
.lp-col-text h2 {
    font-size: 24px;
    font-weight: 800;
    color: #0f172a; /* Slate 900 proaspăt */
    margin: 0 0 14px 0;
    letter-spacing: -0.5px;
    line-height: 1.25;
}

/* Paragraful descriptiv */
.lp-col-text p {
    font-size: 14.5px;
    line-height: 1.65; /* Interlinie mai mare pentru a fi extrem de ușor de citit */
    color: #475569; /* Gri rafinat (Slate 600) */
    margin: 0;
}

/* Optimizare Mobile (Imaginile trec automat deasupra textului pe ecrane mici) */
@media (max-width: 768px) {
    .descriere-lp-wrapper {
        gap: 50px;
    }
    .lp-row, .lp-row.reverse {
        flex-direction: column;
        gap: 20px;
    }
    .lp-col-img {
        width: 100%;
    }
    .lp-col-text {
        align-items: center;
        text-align: center;
        padding: 0 10px;
    }
    .lp-col-text h2 {
        font-size: 21px;
    }
    .lp-img-responsive {
        max-height: 260px;
    }
}

/* ==========================================================================
   FIX CORECTURĂ ALINIERE (ANULARE CONFLICT MX-0 OPENCART)
   ========================================================================== */

/* 1. Resetăm comportamentul rândului doar în interiorul containerului regal din pagina de produs */
.container_regal > .row.mx-0 {
    display: flex !important;
    justify-content: center !important; /* Centrează perfect tot conținutul pe orizontală */
    margin-left: auto !important;       /* Suprascrie acel '0 !important' din Bootstrap */
    margin-right: auto !important;      /* Suprascrie acel '0 !important' din Bootstrap */
    width: 100% !important;
}

/* 2. Ne asigurăm că ambele containere dinamice ocupă tot spațiul alocat și se lasă centrate */
#descriere-dinamica-landing,
#zona-recenzii-custom {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
}

/* 3. Ajustăm wrapper-ul descrierii pentru o centrare perfectă în noul context */
.descriere-lp-wrapper {
    max-width: 1100px;
    width: 100%;
    margin: 40px auto !important; /* Resetează orice aliniere parțială */
    padding: 0 20px;
    box-sizing: border-box;
}









@media (min-width: 992px) {
    /* Identificăm div-ul imediat de sub coloana stângă (cel evidențiat în poza ta cu clasa mb-3) */
    #product .row.mx-0 > .col-lg-6:first-child > .mb-3 {
        position: sticky !important;
        position: -webkit-sticky !important;
        top: 20px; /* Distanța de sus unde îngheață poza pe ecran */
        z-index: 100;
    }
}
/* ==========================================================================
   2. STILIZARE ACORDIOANE DINAMICE (STIL MINIMALIST ȘI CURAT)
   ========================================================================== */
.custom-accordion-section {
    margin-top: 30px;
    border-top: 1px solid #e5e7eb;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    width: 100%;
}

.acc-item {
    border-bottom: 1px solid #e5e7eb;
    width: 100%;
}

.acc-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    cursor: pointer;
    user-select: none;
    transition: background-color 0.2s ease;
}

/* Titlul din acordion (ex: Detalii Produs) */
.acc-header span:first-child {
    font-size: 16px;
    font-weight: 700;
    color: #0f172a;
    letter-spacing: -0.2px;
}

/* Săgeata minimalistă din dreapta (Chevron jos) */
.acc-icon {
    width: 8px;
    height: 8px;
    border-right: 2px solid #64748b;
    border-bottom: 2px solid #64748b;
    transform: rotate(45deg);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    margin-right: 8px;
}

/* Când acordionul este deschis, săgeata se rotește în sus */
.acc-item.active .acc-icon {
    transform: rotate(-135deg);
    border-right: 2px solid #10b981; /* Se schimbă opțional în verde când e activ */
    border-bottom: 2px solid #10b981;
}

/* Zona de conținut - Ascunsă implicit cu animație fluidă */
.acc-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s cubic-bezier(0, 1, 0, 1);
}

/* Când acordionul devine activ, extindem înălțimea maximă */
.acc-item.active .acc-content {
    max-height: 1000px; /* Valoare destul de mare pentru a cuprinde texte lungi */
    transition: max-height 0.3s cubic-bezier(1, 0, 1, 0);
}

/* Spațierea textului din interiorul acordionului (preluat din admin) */
.acc-inner-padding {
    padding-bottom: 0px;
    font-size: 14px;
    line-height: 1.6;
    color: #475569;
}

/* Resetăm marginile și padding-urile adăugate automat de editorul vizual OpenCart */
.acc-inner-padding p {
    margin: 0 0 12px 0 !important;
    padding: 0 !important;
    line-height: 1.6 !important;
    color: #475569 !important;
}

.acc-inner-padding p:last-child {
    margin-bottom: 0 !important;
}

/* Stilizare liste (dacă pui puncte/bife în admin) */
.acc-inner-padding ul {
    margin: 10px 0 !important;
    padding-left: 20px !important;
}

.acc-inner-padding li {
    margin-bottom: 6px !important;
    color: #475569 !important;
}




/* ==========================================================================
   RAZAL PREMIUM REVIEWS - CLEAN & INTEGRATED CRO DESIGN
   ========================================================================== */
.site-reviews-section {
    margin: 60px auto;
    padding: 0 20px;
    max-width: 1200px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.site-reviews-title {
    font-size: 24px;
    font-weight: 800;
    color: #0f172a;
    text-align: center;
    margin-bottom: 40px;
    letter-spacing: -0.5px;
}

.site-reviews-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
    gap: 25px;
}

.site-review-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* Împinge footerul automat jos pentru aliniere perfectă */
    min-height: 250px; /* Asigură înălțimi relativ egale pentru simetria gridului */
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02), 0 2px 4px -1px rgba(0, 0, 0, 0.01);
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.site-review-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px -4px rgba(15, 23, 42, 0.08);
    border-color: #cbd5e1;
}

/* Antet: Stele + Badge */
.site-rev-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.site-rev-stars {
    color: #ffb703;
    font-size: 13px;
    letter-spacing: 2px;
}

.verified-badge {
    font-size: 11px;
    font-weight: 600;
    color: #16a34a;
    background: #f0fdf4;
    padding: 3px 10px;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

/* Corp text recenzie */
.site-rev-headline {
    font-size: 16px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 8px 0;
    line-height: 1.4;
}

.site-rev-text {
    font-size: 13.5px;
    line-height: 1.6;
    color: #475569;
    margin: 0 0 24px 0; /* Spațiu curat până la zona de jos */
}

/* ZONA DE JOS INTEGRATĂ (Fără linii punctate, aliniere orizontală perfectă) */
.site-rev-footer {
    display: flex;
    justify-content: space-between;
    align-items: center; /* Aliniază vertical textul cu centrul pozei */
    margin-top: auto; /* Împinge elementul complet la baza cardului */
}

.site-rev-user {
    font-size: 14px;
    font-weight: 600;
    color: #1e293b;
    margin: 0;
}

/* Caseta Foto - Acum integrată în fluxul profilului */
.site-rev-img-wrapper {
    width: 75px;  /* Dimensiune optimă balansată: destul de mare să se vadă detalii, destul de mică să rămână ultra-clară */
    height: 75px;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    background: #f8fafc;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
}

.site-rev-main-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    image-rendering: -webkit-optimize-contrast;
}

/* Optimizare Mobile */
@media (max-width: 480px) {
    .site-reviews-grid {
        grid-template-columns: 1fr;
    }
}









/* ==========================================================================
   OPTIMIZARE GALERIE FOTO STARFLY (DESKTOP MAXIMIZAT + MOBIL EDGE-TO-EDGE)
   ========================================================================== */

/* --- 1. SETĂRI PENTRU MOBIL (Ecran mai mic de 768px) --- */
@media (max-width: 767.98px) {
    /* Eliminăm marginile și padding-ul pe containerele părinte doar în zona pozei pe mobil */
    .feiduit, 
    #product-product,
    .detalii_produs_product .row.mx-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    /* Forțăm coloana care conține slider-ul să devină 100% full-screen stânga-dreapta */
    .detalii_produs_product .col-12:first-of-type {
        padding-left: 0 !important;
        padding-right: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    /* Ne asigurăm că sliderul principal (Fancybox/Carousel) se lipește complet de ecran */
    #mainCarousel,
    #mainCarousel .carousel__slide,
    #mainCarousel .carousel__slide img {
        width: 100% !important;
        margin: -18px 0px 0px 0px !important;
        padding: 0 !important;
        border-radius: 0 !important; /* Elimină marginile rotunjite pe mobil, dacă există */
    }
    
    /* Păstrăm totuși o distanță mică pentru sliderul secundar de miniaturi sub poză */
    #thumbCarousel {
        padding: 0 10px !important;
    }
}

/* --- 2. SETĂRI PENTRU DESKTOP (Ecran mare) --- */
@media (min-width: 992px) {
    /* Schimbăm proporția: oferim pozei mai mult spațiu (~58%) și îngustăm discret coloana de text */
    .detalii_produs_product .row.mx-0 > .col-lg-6:first-of-type {
        flex: 0 0 58.333333% !important;
        max-width: 58.333333% !important;
    }
    
    .detalii_produs_product .row.mx-0 > .col-lg-6:last-of-type {
        flex: 0 0 41.666667% !important;
        max-width: 41.666667% !important;
        padding-left: 30px !important; /* Adăugăm un spațiu curat între poză și text */
    }

    /* Mărim imaginea în interiorul sliderului pe desktop pentru a elimina spațiile goale de sus/jos */
    #mainCarousel .carousel__slide img {
        width: 100% !important;
        height: auto !important;
        object-fit: contain !important;
    }
}

/* --- FIX SPAȚIERE TEXT PE MOBIL (STARFLY) --- */
@media (max-width: 767.98px) {
    /* Adăugăm spațiu în stânga și în dreapta pentru blocul de text, titlu și preț pe mobil */
    .detalii_produs_product .col-lg-6:last-of-type,
    .detalii_produs_product .coco,
    .mobile-price-review-wrapper {
        padding-left: 5px !important;
        box-sizing: border-box !important;
    }
    
    
}

/* ==========================================================================
   MAXIMIZARE ULTRA FULL-SCREEN DESKTOP (SPAȚIERE 5PX & ELIMINARE GOLURI)
   ========================================================================== */

@media (min-width: 992px) {
    /* 1. Facem containerul principal aproape 100% full screen pe desktop */
    #product-product.container_regal,
    .container_regal {
        max-width: 98% !important;
        width: 98% !important;
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    /* 2. Eliminăm marginile rândului ca să lăsăm coloanele să se întindă la maxim */
    .detalii_produs_product .row.mx-0 {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    /* 3. Poza ocupă 50% din ecran fără niciun fel de padding în dreapta */
    .detalii_produs_product .row.mx-0 > .col-lg-6:first-of-type {
        flex: 0 0 50% !important;
        max-width: 50% !important;
        padding-left: 0 !important;
        padding-right: 5px !important; /* Doar 5px spațiu între poză și text (Săgeata din mijloc) */
    }
    
    /* 4. Textul ocupă restul de 50%, lipit la 5px de poză și extins la maxim în dreapta */
    .detalii_produs_product .row.mx-0 > .col-lg-6:last-of-type {
        flex: 0 0 50% !important;
        max-width: 50% !important;
        padding-left: 5px !important;  /* Doar 5px spațiu față de poză */
        padding-right: 0 !important;   /* Elimină complet golul din dreapta textului (Săgeata din dreapta) */
    }

    /* 5. Forțăm containerul intern al textului (.coco) să folosească 100% din spațiul coloanei sale */
    .detalii_produs_product .coco {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    /* 6. Eliminăm eventuale limitări de lățime pe rândurile de preț, butoane sau titlu */
    .detalii_produs_product h1,
    .mobile-price-review-wrapper,
    .price-badge-row,
    .coco .row {
        width: 100% !important;
        max-width: 100% !important;
    }

    /* 7. Facem poza din galerie să se întindă nativ pe tot ecranul alocat, fără benzi albe */
    #mainCarousel .carousel__slide img {
        width: 100% !important;
        max-height: 600px !important;
        object-fit: cover !important; /* Umple perfect toată cutia din stânga */
    }
}

/* ==========================================================================
   STRUCTURĂ ZIG-ZAG: TEXT STÂNGA + VIDEO VERTICAL DREAPTA
   ========================================================================== */

.section-text-video {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
    padding: 0 15px;
}

/* Aliniere și stilizare text din stânga */
.section-text-video .text-column {
    padding-right: 40px !important;
}

.section-text-video h2 {
    font-size: 28px;
    font-weight: 800;
    color: #111827;
    margin-top: 10px;
    margin-bottom: 20px;
    line-height: 1.2;
}

.section-text-video p {
    font-size: 16px;
    line-height: 1.6;
    color: #4b5563;
    margin-bottom: 15px;
}

/* Containerul video-ului - Strâns suplimentar cu încă 10px sus/jos */
.video-wrapper-side {
    position: relative;
    /* Redus la 116% pentru a elimina complet restul de margini de sus și jos */
    padding-bottom: 116% !important; 
    height: 0;
    overflow: hidden;
    background-color: transparent !important;
    border-radius: 16px; 
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    max-width: 360px; 
    margin: 0 auto;  
}

.video-wrapper-side iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    border: none;
    object-fit: cover !important; 
}

/* ==========================================================================
   ULTRA-REPARARE SPAȚIU ȘI OPTIMIZARE MOBIL
   ========================================================================== */
@media (max-width: 991.98px) {
    /* Forțăm elementele anterioare să nu mai împingă această secțiune în jos */
    .detalii_produs_product, 
    .detalii_produs_product .coco,
    #accordion,
    .accordion-container {
        margin-bottom: 0px !important;
        padding-bottom: 10px !important;
    }

    /* Resetăm complet spatiul gol de dinaintea textului STARFLY */
    .section-text-video {
        margin-top: -10px !important; /* Folosim margine negativă dacă elementul de sus refuză să urce */
        margin-bottom: 20px !important;
        padding-top: 0 !important;
    }

    .section-text-video .text-column {
        padding-right: 15px !important;
        margin-top: 0 !important;
        padding-top: 0 !important;
        margin-bottom: 20px; 
        text-align: center;
    }
    
    .video-wrapper-side {
        max-width: 100%; 
        border-radius: 12px;
    }
    
    .section-text-video h2 {
        font-size: 22px;
        margin-top: 0 !important;
    }
}



/* ==========================================================================
   ELIMINARE SPAȚIU ALB DEASUPRA IMAGINII PE MOBIL
   ========================================================================== */
@media (max-width: 767.98px) {
    /* Resetează padding-ul de sus pe containerul principal */
    #product-product.container_regal {
        padding-top: 0px !important;
        margin-top: 0px !important;
    }
    
    /* Resetează marginea de sus pe al doilea sub-container */
    #product-product .container_regal.mt-3 {
        margin-top: 0px !important;
        padding-top: 0px !important;
    }

    /* Scoate spațiile inutile de deasupra caruselului foto */
    #product-product .col-lg-6 {
        margin-top: 0px !important;
        padding-top: 0px !important;
    }
    
    /* Lipește caruselul perfect de marginea de sus 
    #mainCarousel {
        margin-top: 0px !important;
    }*/
}



/* ==========================================================================
   RAZAL PREMIUM HEADER - UNIFICAT ȘI CURĂȚAT CHIRURGICAL (2026)
   ========================================================================== */

:root {
    --brand-orange: #FF5722;
    --brand-dark: #1A1A1A;
    --brand-light: #FFFFFF;
    --transition-fast: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

body {
    font-family: 'Jost', system-ui, -apple-system, sans-serif !important;
}

/* 1. TOP BAR STRUCTURĂ ȘI DIMENSIUNE TEXT (MAI MARE ȘI LIZIBIL) */
.top_bar_blue {
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    box-shadow: none !important;
}

.top_bar_blue .container-fluid {
    padding: 0 !important;
    margin: 0 !important;
}

.luxury-ticker-wrapper {
    background: linear-gradient(90deg, #0b0b0f 0%, #3a1406 50%, #0b0b0f 100%) !important;
    background-size: 200% auto !important;
    color: #ffffff !important;
    font-family: 'Jost', sans-serif !important;
    font-size: 14px !important; /* Mărit pentru o lizibilitate excelentă */
    font-weight: 500;
    letter-spacing: 0.5px;
    
    padding: 10px 0 !important; /* Ajustat pentru textul mai mare */
    margin: 0 !important; 
    line-height: 1.3 !important;
    overflow: hidden !important;
    position: relative;
    width: 100%;
    
    border: none !important;
    box-shadow: none !important;
    animation: gradientShift 8s ease infinite !important;
}

.luxury-ticker {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    width: max-content !important; 
    margin: 0 !important;
    padding: 0 !important;
    animation: tickerLoop 15s linear infinite !important;
}

.luxury-ticker:hover {
    animation-play-state: paused !important;
    cursor: pointer;
}

.ticker-item {
    padding: 0 60px !important; 
    white-space: nowrap !important;
    display: inline-block !important;
    margin: 0 !important;
}

.ticker-item b {
    color: var(--brand-orange) !important;
    font-weight: 700;
    text-shadow: 0 0 8px rgba(255, 87, 34, 0.3);
}

/* 2. HEADER CONTAINER STRUCTURĂ */
.menu_sa {
    background: var(--brand-light) !important;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.04) !important;
    border: none !important;
    padding: 4px 0 !important;
    transition: var(--transition-fast) !important;
}

.afisare_inline {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}

#logo img {
    max-height: 90px !important;
    width: auto !important;
}

/* 3. BARĂ DE CĂUTARE PREMIUM (ASCUNSĂ COMPLET PE MOBIL/TABLETĂ) */
.header-search-container {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.search-box-wrapper {
    width: 100%;
    max-width: 580px;
    position: relative !important;
}

.search-box-wrapper input, 
.search-box-wrapper .form-control {
    width: 100% !important;
    height: 44px !important;
    background: #f5f5f7 !important;
    border: 1px solid transparent !important;
    border-radius: 30px !important;
    padding: 0 25px 0 50px !important;
    font-family: 'Jost', sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: var(--brand-dark) !important;
    transition: var(--transition-fast) !important;
}

.search-box-wrapper input:focus,
.search-box-wrapper .form-control:focus {
    background: #ffffff !important;
    border-color: var(--brand-orange) !important;
    box-shadow: 0 0 0 4px rgba(255, 87, 34, 0.12) !important;
    outline: none !important;
}

.search-box-wrapper button,
.search-box-wrapper .btn-search {
    position: absolute !important;
    left: 18px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    background: none !important;
    border: none !important;
    color: #888888 !important;
    padding: 0 !important;
    z-index: 5 !important;
    transition: var(--transition-fast);
}

.search-box-wrapper input:focus + button,
.search-box-wrapper input:focus ~ .btn-search {
    color: var(--brand-orange) !important;
}

/* 4. ICONIȚE UTILIȚĂȚI ȘI CERCULEȚE (BADGES) DREAPTA SUS */
.cont_client_box {
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
}

.utilities-wrapper {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 14px !important;
}

.cont_client {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 44px !important;
    height: 44px !important;
    border-radius: 50% !important;
    background: transparent !important;
    position: relative !important; 
    padding: 0 !important;
    margin: 0 !important;
    transition: var(--transition-fast) !important;
}

.cont_client a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 100% !important;
    position: relative !important;
}

.cont_client:hover {
    background: #f5f5f7 !important;
}

.cont_client svg {
    display: block !important;
    transition: var(--transition-fast);
}

.cont_client:hover svg path,
.cont_client:hover svg circle {
    stroke: var(--brand-orange) !important;
}

.badge-number, 
.badge-number-cart, 
.total_fav,
.cont_client .badge,
#wishlist-total .total_fav {
    position: absolute !important;
    top: -2px !important;     
    right: -2px !important;   
    background: var(--brand-orange) !important;
    color: #ffffff !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    font-family: 'Jost', sans-serif !important;
    
    min-width: 18px !important;
    height: 18px !important;
    border-radius: 50% !important;
    
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
    padding: 0 2px !important;
    
    border: 2px solid var(--brand-light) !important;
    box-shadow: 0 2px 5px rgba(255, 87, 34, 0.25) !important;
    z-index: 10 !important;
    margin: 0 !important;
}

/* 5. MOD STICKY FLUID DESKTOP */
@media (min-width: 1200px) {
    header.menu_sa.sticky-active {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        z-index: 99999 !important;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06) !important;
        padding: 8px 0 !important;
    }
}

/* 6. RESPONSIVITATE MOBIL & TABLETĂ (FĂRĂ CĂUTARE, STRICT UN SINGUR RÂND) */
@media (max-width: 991px) {
    .menu_sa {
        padding: 0px 0 !important;
    }
    
    /* Ascunde complet bara de cautare pe mobil si tableta */
    .header-search-container {
        display: none !important;
    }
    
    /* Fortam logo-ul si utilitatile sa stea pe acelasi rand (50/50) fara al doilea rand */
    .path_logo {
        flex: 0 0 50% !important;
        max-width: 50% !important;
        width: 50% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        padding-left:0px !important;
    }
    
    .cont_client_box {
        flex: 0 0 50% !important;
        max-width: 50% !important;
        width: 50% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: flex-end !important;
    }

    .utilities-wrapper {
        gap: 8px !important;
    }
    
    .cont_client {
        width: 40px !important;
        height: 40px !important;
    }
    
    .cont_client svg {
        transform: scale(0.88);
    }
    
    #logo img {
        max-height: 50px !important;
    }
    
    .badge-number, .badge-number-cart, .total_fav {
        top: -3px !important;
        right: -3px !important;
    }
}

/* KEYFRAMES */
@keyframes tickerLoop {
    0% { transform: translate3d(0, 0, 0); }
    100% { transform: translate3d(-50%, 0, 0); }
}

@keyframes gradientShift {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}


/* Animație fluidă pentru Header Smart Hide */
.menu_sa {
    transition: transform 0.4s cubic-bezier(0.2, 0, 0.2, 1), opacity 0.4s ease-in-out !important;
    opacity: 1;
    transform: translateY(0);
}

/* Când este ascuns: dispare prin glisare în sus și fade-out */
.menu_sa.header-hidden {
    transform: translateY(-100%) !important;
    opacity: 0 !important;
    pointer-events: none; /* Previne click-urile accidentale pe un header invizibil */
}

/* Când este activ (fixat): apare prin glisare în jos și fade-in */
header.menu_sa.sticky-active {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 99999 !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08) !important;
    transform: translateY(0%) !important;
    opacity: 1 !important;
}

/* 1. TOP BAR - Rămâne în fluxul normal al paginii (dispare la scroll) */
.top_bar_blue {
    position: relative !important;
    z-index: 100 !important;
    width: 100% !important;
}

/* 2. HEADER - Se va fixa doar când e cazul */
header.menu_sa {
    position: relative !important; /* Default, stă sub top bar */
    width: 100% !important;
    z-index: 9999 !important;
    transition: transform 0.6s cubic-bezier(0.2, 0, 0.2, 1), opacity 0.6s ease-in-out !important;
    opacity: 1;
    transform: translateY(0);
}

/* Când este activ (sticky + vizibil) */
header.menu_sa.sticky-active {
    position: fixed !important;
    top: 0 !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08) !important;
}

/* Header ascuns (când dai scroll în jos) */
header.menu_sa.header-hidden {
    transform: translateY(-100%) !important;
    opacity: 0 !important;
    pointer-events: none;
}

/* Eliminăm padding-ul forțat pe body */
body {
    padding-top: 0 !important;
}



/* ==========================================================================
   RAZAL FUTURISTIC ANIMATED FOOTER ARCHITECTURE (MAGAZIN JUCĂRII PREMIUM)
   ========================================================================== */

:root {
    --brand-orange: #FF5722;
    --brand-dark: #1A1A1A;
    --neon-glow: rgba(255, 87, 34, 0.15);
    --bezier-smooth: cubic-bezier(0.25, 1, 0.5, 1);
}

/* Stiluri Comune Curate pe Fundal Alb */
.premium-footer {
    background: #ffffff !important;
    color: var(--brand-dark) !important;
    font-family: 'Jost', sans-serif !important;
    padding: 70px 0 0 0 !important;
    border-top: 1px solid #f0f0f4 !important;
    position: relative;
    overflow: hidden;
}

.premium-footer::before {
    content: '';
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: radial-gradient(circle at 85% 15%, rgba(255, 87, 34, 0.03) 0%, transparent 60%);
    pointer-events: none;
}

/* Titluri Secțiuni */
.premium-footer .footer-title {
    font-size: 15px !important;
    font-weight: 800 !important;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: #111111 !important;
    margin-bottom: 25px !important;
    position: relative;
    display: inline-block;
}

.premium-footer .footer-title::after {
    content: '';
    position: absolute;
    bottom: -6px; left: 0;
    width: 35px; height: 3px;
    background: var(--brand-orange);
    border-radius: 2px;
    transition: width 0.4s var(--bezier-smooth);
}

.footer-col-interactive:hover .footer-title::after {
    width: 60px;
}

/* Link-uri Interactive */
.premium-footer .footer-links {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.premium-footer .footer-links li {
    margin-bottom: 12px !important;
}

.premium-footer .footer-links li a {
    color: #555555 !important;
    font-size: 14px !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center;
    transition: color 0.3s ease, transform 0.3s ease !important;
}

.premium-footer .link-dash {
    width: 0; height: 1.5px;
    background: var(--brand-orange);
    display: inline-block;
    margin-right: 0;
    transition: width 0.3s var(--bezier-smooth), margin 0.3s var(--bezier-smooth);
}

.premium-footer .footer-links li a:hover {
    color: var(--brand-orange) !important;
    transform: translateX(3px);
}

.premium-footer .footer-links li a:hover .link-dash {
    width: 10px;
    margin-right: 8px;
}

/* Formular Newsletter */
.footer-newsletter-box-futuristic {
    width: 100%;
    max-width: 340px;
}

.input-animation-group {
    display: flex;
    position: relative;
    background: #f4f4f8;
    border: 1px solid #e5e5ea;
    border-radius: 40px;
    padding: 4px;
    transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

.input-animation-group:focus-within {
    border-color: var(--brand-orange);
    box-shadow: 0 0 0 4px var(--neon-glow);
    background: #ffffff;
}

.futuristic-input {
    border: none !important;
    background: transparent !important;
    width: 100%;
    padding: 0 15px 0 20px !important;
    height: 40px;
    font-size: 13.5px;
    color: var(--brand-dark);
    outline: none !important;
}

.futuristic-send-btn {
    width: 40px; height: 40px;
    border-radius: 50%;
    background: var(--brand-dark);
    border: none;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease, transform 0.3s ease;
}

.input-animation-group:focus-within .futuristic-send-btn {
    background: var(--brand-orange);
}

.futuristic-send-btn:hover {
    transform: scale(1.05) rotate(-15deg);
}

/* Butoane Social */
.footer-social-magnetic {
    display: flex;
    gap: 12px;
}

.magnetic-btn {
    width: 38px; height: 38px;
    border-radius: 50%;
    background: #f4f4f8;
    color: var(--brand-dark) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    transition: all 0.4s var(--bezier-smooth);
}

.magnetic-btn:hover {
    transform: translateY(-4px) scale(1.1);
    color: #ffffff !important;
}

.magnetic-btn.fb:hover { background: #3b5998; }
.magnetic-btn.ig:hover { background: #e1306c; }
.magnetic-btn.tk:hover { background: #000000; }

/* Secțiune Sigle ANPC */
.anpc-mini-title {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    color: #888;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
}

.legal-badges-container.row-layout {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap;
    gap: 12px !important;
    width: 100%;
}

.anpc-badge-link {
    display: inline-block !important;
    max-width: 150px;
    cursor: pointer;
    transition: transform 0.3s var(--bezier-smooth);
}

.anpc-official-img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    border-radius: 4px !important;
    box-shadow: 0 2px 6px rgba(0,0,0,0.02) !important;
}

.anpc-badge-link:hover {
    transform: translateY(-3px);
}

/* Paragraf Text & Informații Informale */
.premium-footer .footer-about-text {
    font-size: 13.5px;
    line-height: 1.6;
    color: #666666;
}

.contact-info-list {
    list-style: none; padding: 0; margin: 20px 0 0 0;
}

.contact-info-list li {
    display: flex; align-items: center; gap: 12px; margin-bottom: 10px; font-size: 13.5px; color: #444;
}

.contact-info-list li i {
    color: var(--brand-orange);
    width: 16px;
}

/* Elemente Zonă Inferioară (Copyright & Carduri) */
.footer-bottom-glow {
    background: #fafafa;
    border-top: 1px solid #eeeeee;
    padding: 24px 0;
    margin-top: 50px;
}

.copyright-text {
    font-size: 13px; color: #777; margin: 0;
}

.footer-payment-cards {
    display: flex; gap: 15px; font-size: 24px; color: #b5b5bc;
}

/* ==========================================================================
   STRUCTURĂ MODALE (POP-UPS FUNCTIONALITY)
   ========================================================================== */
.footer-popup-overlay {
    position: fixed;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(17, 17, 17, 0.4);
    backdrop-filter: blur(4px);
    z-index: 999999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.footer-popup-content {
    background: #ffffff;
    padding: 35px;
    border-radius: 16px;
    width: 100%;
    max-width: 520px;
    position: relative;
    box-shadow: 0 25px 60px rgba(0,0,0,0.12);
}

.close-popup-btn {
    position: absolute;
    top: 15px; right: 20px;
    font-size: 28px;
    font-weight: bold;
    color: #aaa;
    cursor: pointer;
    transition: color 0.2s;
}

.close-popup-btn:hover { color: var(--brand-orange); }

.popup-scroll-text {
    max-height: 350px;
    overflow-y: auto;
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.6;
    color: #444;
    padding-right: 8px;
}

.animate-popup {
    animation: scaleUpIn 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* Formularele și Butoanele de Acțiune din Pop-up */
.contact-buttons-grid { display: flex; flex-direction: column; gap: 10px; margin: 15px 0; }
.contact-pop-btn {
    display: flex; align-items: center; justify-content: center; gap: 10px; padding: 12px;
    border-radius: 8px; font-weight: 700; font-size: 14px; text-decoration: none !important;
    color: #fff !important; transition: transform 0.2s ease, opacity 0.2s ease;
}
.contact-pop-btn:hover { transform: translateY(-2px); opacity: 0.9; }
.whatsapp-color { background-color: #25D366; }
.email-color { background-color: #1a1a1a; }

.popup-mini-form .form-control {
    border: 1px solid #e1e1e6 !important; border-radius: 6px !important;
    padding: 10px 15px !important; font-size: 13.5px !important;
}
.popup-mini-form .form-control:focus { border-color: var(--brand-orange) !important; box-shadow: none !important; }
.btn-send-message {
    width: 100%; background: var(--brand-orange); color: white; border: none; padding: 12px;
    font-weight: 700; border-radius: 6px; text-transform: uppercase; font-size: 13px; transition: background 0.2s;
}
.btn-send-message:hover { background: #e04c1b; }

@keyframes scaleUpIn {
    0% { transform: scale(0.93) translateY(6px); opacity: 0; }
    100% { transform: scale(1) translateY(0); opacity: 1; }
}

/* ==========================================================================
   RESPONSIVITATE COLOANE ȘI COMPATIBILITATE SMARTPHONE / TABLETE
   ========================================================================== */
@media (max-width: 991px) {
    .premium-footer { padding: 50px 0 0 0 !important; }
    .footer-title { margin-bottom: 15px !important; }
}

@media (max-width: 767px) {
    .footer-popup-content { padding: 25px 20px; width: 95%; }
    .legal-badges-container.row-layout { justify-content: flex-start !important; }
    .footer-payment-cards { justify-content: center !important; margin-top: 10px; }
}

/* Container Modal */
.modal-premium-v2 {
    border-radius: 25px !important;
    border: none !important;
    background: #ffffff !important;
    box-shadow: 0 30px 60px rgba(0,0,0,0.2) !important;
    overflow: hidden;
}

/* Header Succes */
.success-header {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
    margin-bottom: 10px !important;
}
.success-header h4 {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    margin: 0 !important;
}
.check-box-orange {
    width: 35px !important;
    height: 35px !important;
    background: #ff5722 !important;
    color: #fff !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* Produs */
.thumb-large img {
    width: 140px !important;
    height: 140px !important;
    object-fit: cover !important;
    border-radius: 15px !important;
    margin-bottom: 15px !important;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1) !important;
}
.prod-title-large { 
    font-weight: 800 !important; 
    font-size: 22px !important; 
    color: #1e293b !important; 
    margin: 0 0 5px 0 !important; 
}
.prod-price-large { 
    font-size: 22px !important; 
    font-weight: 800 !important; 
    color: #ff5722 !important; 
    margin: 0 !important; 
}

/* Butoane */
.btn-main-checkout {
    background: #ff5722 !important;
    color: #fff !important;
    padding: 16px !important;
    border-radius: 14px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    position: relative !important;
    overflow: hidden !important;
    animation: pulse-orange 1.5s infinite ease-in-out !important;
    border: none !important;
}
.btn-main-checkout::after {
    content: "";
    position: absolute;
    top: 0; left: -100%;
    width: 50%; height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    animation: shine 3s infinite;
}
.btn-ghost-continue {
    background: #f1f5f9 !important;
    color: #475569 !important;
    padding: 12px !important;
    border-radius: 12px !important;
    font-weight: 600 !important;
    border: none !important;
    cursor: pointer !important;
}

@keyframes pulse-orange {
    0% { 
        box-shadow: 0 0 0 0 rgba(255, 87, 34, 0.7); /* Puls mai intens la început */
        transform: scale(1);
    }
    50% { 
        box-shadow: 0 0 20px 10px rgba(255, 87, 34, 0.5); /* Shadow mai lat și mai vizibil */
        transform: scale(1.03); /* Un ușor zoom (efect de "beat") */
    }
    100% { 
        box-shadow: 0 0 0 0 rgba(255, 87, 34, 0); 
        transform: scale(1);
    }
}


@keyframes shine {
    0% { left: -100%; }
    20%, 100% { left: 150%; }
}

/* Forțăm modalul să aibă marjă sus suficientă să nu se lovească de header */
#addCart .modal-dialog {
    margin-top: 80px !important; /* Ajustează valoarea asta dacă header-ul tău e mai înalt */
    display: flex !important;
    align-items: center !important;
    min-height: calc(100% - 100px) !important;
}

/* Asigurăm centrarea pe ecrane mici */
@media (max-width: 768px) {
    #addCart .modal-dialog {
        margin-top: 70px !important;
        margin-left: 10px !important;
        margin-right: 10px !important;
    }
}


.btn-cart-premium {
    width: 100% !important; /* Aici forțăm full-width */
    display: block !important; /* Asigură comportamentul de element bloc */
    background: #ff5722 !important; 
    color: #ffffff !important;
    padding: 16px 0 !important; /* Am scos padding-ul orizontal fix pentru a permite expansiunea */
    border-radius: 14px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    border: none !important;
    position: relative !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    animation: pulse-orange 1.5s infinite ease-in-out !important;
    text-align: center !important; /* Centrare text */
}

/* Efectul de Luciu (Shine) - adaptat pentru lățime variabilă */
.btn-cart-premium::after {
    content: "";
    position: absolute;
    top: 0; left: -100%;
    width: 50%; height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
    animation: shine 3s infinite;
}

/* Hover-ul rămâne elegant */
.btn-cart-premium:hover {
    background: #e64a19 !important;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(255, 87, 34, 0.3) !important;
}

/* Animații */
@keyframes pulse-orange {
    0% { 
        box-shadow: 0 0 0 0 rgba(255, 87, 34, 0.4); /* Umbră discretă la start */
        transform: scale(1);
    }
    50% { 
        /* Zoom redus la 1.02 (foarte fin) și shadow mai natural */
        box-shadow: 0 0 15px 5px rgba(255, 87, 34, 0.3); 
        transform: scale(1.02); 
    }
    100% { 
        box-shadow: 0 0 0 0 rgba(255, 87, 34, 0); 
        transform: scale(1);
    }
}

@keyframes shine {
    0% { left: -100%; }
    20%, 100% { left: 150%; }
}

/* Carduri Produse Moderne */
.modern-product-card {
    background: #fff;
    padding: 20px;
    border-radius: 24px;
    margin-bottom: 16px;
    transition: transform 0.2s;
    border: 1px solid #f1f5f9;
}
.modern-product-card:hover { transform: translateY(-3px); box-shadow: 0 10px 20px rgba(0,0,0,0.05); }
.card-img { width: 80px; height: 80px; border-radius: 18px; object-fit: cover; }
.card-title { font-size: 16px; font-weight: 800; color: #0f172a; margin: 0; }
.card-price { font-size: 18px; font-weight: 800; color: #ff5722; }
.btn-delete-card { background: #fee2e2; color: #ef4444; border: none; padding: 10px; border-radius: 12px; margin-left: 15px; }

/* Sidebar Totaluri "Wow" */
.sticky-checkout-box {
    background: #0f172a;
    padding: 30px;
    border-radius: 30px;
    color: #fff;
    position: sticky;
    top: 20px;
}
.total-row { display: flex; justify-content: space-between; margin-bottom: 15px; font-size: 15px; color: #94a3b8; }
.total-row.total span:last-child { color: #ff5722; font-weight: 800; font-size: 20px; }

/* Butonul de Finalizare (Cu puls și luciu) */
.btn-main-pulse {
    width: 100%;
    background: #ff5722;
    color: #fff;
    padding: 20px;
    border-radius: 16px;
    text-align: center;
    font-weight: 900;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
    animation: pulse-orange 1.5s infinite ease-in-out;
    position: relative;
    overflow: hidden;
}
@keyframes pulse-orange {
    0% { box-shadow: 0 0 0 0 rgba(255, 87, 34, 0.4); }
    50% { box-shadow: 0 0 15px 5px rgba(255, 87, 34, 0.3); }
    100% { box-shadow: 0 0 0 0 rgba(255, 87, 34, 0); }
}

