/* Ascunde scrollbar-ul */
.scrlH::-webkit-scrollbar {
    width: 0;
    height: 0;
}
/* Track și Thumb transparente (păstrat din original) */
.scrlH::-webkit-scrollbar-track{background:transparent}
.scrlH::-webkit-scrollbar-thumb{background:transparent;border:none}

.navS {
    position: relative;
    display: flex;
    overflow: hidden;
    align-items: center;
    /* Fundal container navS - păstrăm transparent/implicit din original */
    /* Umbră - păstrăm complexitatea, dar ajustăm culorile */
    box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.08), 8px 4px 12px 0px rgba(0, 0, 0, 0.05); /* Umbre mai subtile */
    background: #000000; /* Fundal gri foarte deschis pentru containerul nav */
    border: 1px solid #DEE2E6; /* Bordură gri deschis */
}

.secIn1 {
    overflow-x: auto;
    scroll-behavior: smooth;
    display: flex;
    list-style: none;
    padding: 2px 2px;
    margin: 0 auto;
    width: calc(100% - 5px);
    height: 320px; /* Păstrăm înălțimea originală */
    /* Culoare fundal - implicită/transparentă */
}


.navS ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.scroll-btn {
    background-color: #b81717; /* CULOARE ACCENT (Turcoaz) */
    cursor: pointer;
    padding: 10px 20px;
    position: absolute;
    top: 50%; /* Repoziționat la centru vertical - ajustare minoră de layout permisă? Să păstrăm 93%? Ok, păstrăm 93% */
    top: 93%;
    transform: translateY(-50%);
    z-index: 20;
    color: #FFFFFF; /* Text Alb */
    font-size: 17px;
    border-radius: 12px;
    /* Umbră scroll-btn - păstrăm complexitatea, dar ajustăm culorile */
    box-shadow: rgba(23, 162, 184, 0.3) 0px 0px 22px 0px, rgba(0, 0, 0, 0.1) 8px 4px 12px 0px; /* Umbră turcoaz transparentă + gri */
    border: 1px solid rgba(255, 255, 255, 0.5); /* Bordură albă semitransparentă */
}

.left-btn {
    left: 10px;
}

.right-btn {
    right: 10px;
}

.hidden {
    display: none !important;
}


/* ---test scroll--- */
/* Nav */ --navW: $(nav.width); --navT: $(nav.text); --navI: $(nav.icon); --navB: $(nav.bg); --navL: $(nav.border); /* Search */ --srchI: $(search.icon); --srchB: $(search.bg);
/* Hide Scroll */ .scrlH::-webkit-scrollbar{width:0;height:0} .scrlH::-webkit-scrollbar-track{background:transparent} .scrlH::-webkit-scrollbar-thumb{background:transparent;border:none}
/* Widget Scroll Menu */ .HD-2 .navS{box-shadow:0 0 25px rgba(0,0,0,.07)}
.navS li {margin: 0 3px;}

/* Stilizare Item principal (.l) */
.navS .l {
    display: block; /* Modificat înapoi la block din flex - păstrăm originalul pe cât posibil */
    color: #212529; /* Text Gri Închis */
    padding: 8px 6px;
    background: #FFFFFF; /* Fundal Alb */
    border-radius: 7px;
    /* Umbră complexă item - păstrăm, dar ajustăm culorile */
    box-shadow: 0px 0px 0px 0px rgba(0, 63, 167, 0.1), 1px 1px 11px 0px rgba(23, 162, 184, 0.2); /* Umbră subtilă + accent transparent */
    border: 1px solid #DEE2E6; /* Bordură Gri Deschis */
    width: 240px;
    height: 380px;
    text-align: center;
    font-size: 16px;
    line-height: 23px;
    font-weight: 700;
    margin: 5px;
    /* Asigurăm că flex/wrap din stilul ulterior este aplicat dacă necesar */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; /* Păstrăm flex pentru aliniere conținut */
}

/* Hover pe item */
.navS a.l:hover, .navS .l.a {
    color: #17A2B8; /* Culoare text la hover - ACCENT Turcoaz */
}


.secIn1 {
   overflow-x: auto;
    scroll-behavior: smooth;
    display: flex;
    list-style: none;
    padding: 2px 2px;
    margin: 0 auto;
    position: relative;
    width: calc(100% - 5px);
    height: 440px; /* Păstrăm înălțimea specifică de aici */
}


.navS ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    white-space: normal; /* Păstrăm din original */
}


/* .bBt pseudo-elemente - dacă imaginea e specifică, o lăsăm */
.bBt::before {
    content: "";
    position: absolute;
    left: 35%;
    top: -23px;
    width: 30px;
    height: 30px;
    background-image: url(https://produsein.top/wp-content/uploads/2024/07/mihai-achim-48x48-1.png); /* Imagine păstrată */
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
    z-index: 20000001;
    /* Umbră și bordură - ajustăm culorile */
    box-shadow: rgba(23, 162, 184, 0.3) 0px 0px 22px 0px, rgba(0, 0, 0, 0.1) 8px 4px 12px 0px; /* Umbră accent transparent + gri */
    border: 1px solid rgba(0, 0, 0, 0.2); /* Bordură neagră subtilă */
}
.bBt-txt{
margin-left: 1px;
}

/* Resetare stiluri listă - păstrăm originalul */
.post .secIn1 ul:not([class]) > li {
    list-style: none;
}
.post .secIn1 ul:not([class]) li,
.post .secIn1 ol:not([class]) li {
    margin: 0;
}

/* Stil specific li din secIn1 - era roșu, îl facem neutru */
.secIn1 li {
    color: #6C757D !important; /* Text Gri mediu */
    padding: 10px !important;
    border-bottom: 1px solid #E9ECEF !important; /* Bordură gri foarte deschis */
}

/* Titlu scrollabil */
.titlu-scroll {
    color: #FFFFFF; /* Text Alb */
    background: #b81717; /* Fundal ACCENT Turcoaz (înlocuiește roșu) */
    /* Umbră - ajustăm culorile */
    box-shadow: 0px 0px 22px 0px rgba(255, 255, 255, 0.2), 8px 4px 12px 0px rgba(23, 162, 184, 0.3); /* Umbră albă transparentă + accent */
    border-radius: 12px;
    padding: 3px 8px 3px 8px;
    border: 1px solid rgba(0, 0, 0, 0.1); /* Bordură neagră subtilă */
    text-align: center;
    font-weight: 900;
    text-transform: uppercase;
    display: inline-block;
    margin: 18px 2px 24px 2px;
	font-size: 24px;
    line-height: 33px;
}

/* Butonul "Call to Action" */
.buttom-faq {
    font-size: 19px;
    color: #FFFFFF; /* Text Alb */
    background: #b81717; /* Fundal ACCENT Turcoaz (înlocuiește roșu) */
    border: 1px solid rgba(255, 255, 255, 0.5); /* Bordură albă semitransparentă */
    /* Umbră - ajustăm culorile */
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 22px 0px, rgba(0, 0, 0, 0.1) 8px 4px 12px 0px; /* Umbre gri subtile */
    border-radius: 12px;
    padding: 5px 12px 5px 12px;
    margin-top: 14px;
    margin-bottom: 6px;
    display: block;
    text-align: center;
}
/* Link-uri în item */
.l li a {
    text-decoration: none;
    color: #17A2B8; /* Culoare ACCENT Turcoaz */
    font-weight: bold;
}
/* Fundal li din item */
.l li {
background-color: #FFFFFF; /* Fundal Alb */
}
/* Link din butonul CTA */
.l .buttom-faq a
{
color: #FFFFFF; /* Text Alb */
}

/* Element "Stars" */
.stars {
background: #E9ECEF; /* Fundal Gri Foarte Deschis (înlocuiește albastru închis) */
    font-size: 24px; /* Păstrăm stilurile non-culoare */
    width: 100%;
    height: 29px;
    /* Umbră - ajustăm */
    box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.05), 0px 0px 31px 0px rgba(0, 0, 0, 0.05); /* Umbre subtile */
border-radius: 10px;
}

/* Imagine Autor */
.author-img22 {
    text-align: center;
}
.author-img22 img {
   display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid #17A2B8; /* Bordură ACCENT Turcoaz */
}


/* Container principal widget */
.custom-ads
   {
    background: #F8F9FA; /* Fundal Gri Foarte Deschis (înlocuiește albastru) */
    border-radius: 10px;
    /* Umbră - ajustăm */
    box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.08), 8px 4px 12px 0px rgba(0, 0, 0, 0.05); /* Umbre subtile */
    margin-bottom: 66px;
}


/* Stiluri .credius - păstrăm textul, ajustăm culorile */
.credius::before {
    content: "10 masinute recomandate";
    font-size: 40px;
}
.credius::after {
    content: "Cele mai cumparate si apreciate 10 masinute pentru fete si baieti";
font-size: 15px;
    line-height: 22px;
}
.credius{
    text-align: center;
    font-weight: 900;
    display: flex;
    align-items: center;
    margin: 1px auto;
    padding: 12px 15px;
    outline: 0;
    border: 0;
    border-radius: 3px;
    color: #FFFFFF; /* Text Alb */
    /* Gradient - folosim accentul */
    background: linear-gradient(to right, #138496, #17A2B8, #138496, #17A2B8); /* Gradient Turcoaz */
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.2); /* Umbră mai pronunțată */
    font-size: 30px;
    font-family: var(--fontB);
    overflow: hidden;
    width: 300px;
    line-height: 35px;
    flex-direction: column;
    flex-wrap: nowrap;
    height: 222px;
    justify-content: space-around;
    border: 1px solid rgba(255, 255, 255, 0.3); /* Bordură albă subtilă */
}

/* Buton recomandare */
.buttom-rec {
    font-size: 15px;
    color: #FFFFFF; /* Text Alb */
    background: #17A2B8; /* Fundal ACCENT Turcoaz (înlocuiește roșu) */
    border: 1px solid rgba(255, 255, 255, 0.5); /* Bordură albă semitransparentă */
    /* Umbră - ajustăm */
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 22px 0px, rgba(0, 0, 0, 0.1) 8px 4px 12px 0px; /* Umbre gri subtile */
    border-radius: 12px;
    padding: 5px 12px 5px 12px;
    margin-top: 6px;
    margin-bottom: 6px;
}
.buttom-rec::before {
    content: "👉Vezi Aici Detalii👈";
    font-size: 16px;
}

/* Navigare produs (next/prev) */
.product-navigation {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
    width: 100%;
font-size: 11px;
    line-height: 17px;
}

/* Buton Anterior */
.previous-button {
    display: inline-block;
    padding: 10px 3px;
    color: #212529; /* Text Gri Închis */
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s;
    margin-right: auto;
}

.previous-button:hover {
    background-color: #E9ECEF; /* Fundal hover Gri Foarte Deschis */
    color: #17A2B8; /* Text hover ACCENT Turcoaz */
}

/* Buton Următor */
.next-button {
    display: inline-block;
    padding: 10px 3px;
    color: #212529; /* Text Gri Închis */
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s;
    margin-left: auto;
}

.next-button:hover {
    background-color: #E9ECEF; /* Fundal hover Gri Foarte Deschis */
    color: #17A2B8; /* Text hover ACCENT Turcoaz */
}

/* Atribute produs - tabel */
.product-attributes ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    border: 2px dotted #DEE2E6; /* Bordură punctată Gri Deschis */
}

.product-attributes li {
    padding: 10px;
    color: #212529; /* Text Gri Închis */
    border: 1px dotted #E9ECEF; /* Bordură punctată Gri Foarte Deschis */
}

.product-attributes li:nth-child(odd) {
    background-color: #FFFFFF; /* Fundal Alb */
}

.product-attributes li:nth-child(even) {
    background-color: #F8F9FA; /* Fundal Gri Foarte Deschis Alternant */
    border: 1px dotted #E9ECEF; /* Asigurăm bordura și aici */
}

/* Mesaj custom link */
.custom-message-woo a {
    background-position: top 3px left 1px, top 33px left 5px; /* Păstrăm poziționare */
    background-size: 25px 25px; /* Păstrăm mărime */
    padding: 0px 4px 0px 30px;
    color: #138496; /* Culoare ACCENT Turcoaz Închis */
    background-image: url(https://magazin-cauciucuri.eu/wp-content/uploads/2023/08/2345.png); /* Păstrăm imaginea */
    background-color: #E8F6F8; /* Fundal un turcoaz foarte pal */
    background-repeat: no-repeat;
    border: 2px dotted #17A2B8; /* Bordură punctată ACCENT Turcoaz */
    white-space: nowrap;
    margin-left: 4px;
    margin-right: 4px;
    font-weight: 500;
    /* Umbră - ajustăm */
    box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.05), 1px 1px 11px 0px rgba(23, 162, 184, 0.2); /* Umbre subtile */
    border-radius: 6px;
    line-height: 32px;
    font-size: 19px;
    display: inline-block;
    overflow-wrap: break-word;
    white-space: normal;
}


/* ================================================== */
/* == Stiluri Popup Independent (MCSP) - Culori Ajustate == */
/* ================================================== */

/* Overlay General */
.mcsp-popup-overlay {
    /* ... păstrăm la fel ... */
    background: rgba(0, 0, 0, 0.75);
    /* ... restul proprietăților ... */
    position: fixed; top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; z-index: 100000; overflow: hidden; padding: 20px; box-sizing: border-box;
}

/* Container Conținut Popup */
.mcsp-popup-content {
    /* ... păstrăm la fel ... */
    background-color: #ffffff;
    border: 1px solid #DEE2E6; /* Bordură Gri Deschis */
    /* ... restul proprietăților ... */
    position: relative; padding: 25px 30px; box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2); border-radius: 8px; width: 95%; max-width: 750px; max-height: 90vh; overflow-y: auto; color: #333;
}

/* Buton de Închidere (Fix, Dreapta Sus) */
.mcsp-fixed-close-button {
    /* ... păstrăm poziționarea etc ... */
    background: #ff0000; /* Culoare ACCENT Turcoaz */
    color: white;
    border: none;
    /* ... restul proprietăților ... */
    position: fixed; top: 15px; right: 15px; z-index: 100001; border-radius: 5%; max-width: 365px; font-size: 16px; line-height: 38px; text-align: center; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); transition: background-color 0.2s ease; padding: 0; font-family: sans-serif; padding: 3px 8px 3px 6px;
}
.mcsp-fixed-close-button:hover {
    background-color: #138496; /* Culoare ACCENT Turcoaz Închis */
}
.mcsp-fixed-close-button b { font-weight: bold; }


/* Imaginea din Popup */
.mcsp-popup-image-wrapper { text-align: center; margin-bottom: 20px; }
.mcsp-popup-featured-image {
    /* ... păstrăm dimensiuni etc ... */
    border-radius: 6px;
    border: 1px solid #E9ECEF; /* Bordură Gri Foarte Deschis */
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    /* ... restul proprietăților ... */
    display: inline-block; width: 300px; max-width: 100%; height: auto;
}

/* Titlu Popup */
.mcsp-popup-title {
    /* ... păstrăm font etc ... */
    color: #212529; /* Text Gri Închis */
    /* ... restul proprietăților ... */
    font-size: 1.9em; margin-top: 0; margin-bottom: 15px; text-align: center; font-weight: 600;
}

/* Conținut Principal (Text) */
.mcsp-popup-post-content {
    /* ... păstrăm font etc ... */
    color: #343A40; /* Text Gri puțin mai închis decât #555 */
    /* ... restul proprietăților ... */
     margin-bottom: 25px; line-height: 1.7;
}
.mcsp-popup-post-content p:last-child { margin-bottom: 0; }
/* Stiluri JS - ajustăm culorile dacă e posibil */
.mcsp-popup-post-content .nume12 {
    color:#FFFFFF; /* Text Alb */
    background: #212529; /* Fundal Gri Închis (înlocuiește albastru) */
    border-radius:10px; padding:3px;
    border: dotted;
    border-color: #17A2B8; /* Bordură ACCENT Turcoaz */
    display: inline-block; margin-right: 5px;
}
.mcsp-popup-post-content strong {
    color: #000; /* Negru pentru strong - ok */
    font-weight: 600;
}


/* Secțiunea Atributelor Produsului */
.mcsp-popup-product-attributes {
    margin-top: 25px; margin-bottom: 25px;
    border-top: 1px solid #E9ECEF; /* Linie Gri Foarte Deschis */
    border-bottom: 1px solid #E9ECEF; /* Linie Gri Foarte Deschis */
    padding: 20px 0;
}
.mcsp-popup-product-attributes table.shop_attributes { width: 100%; border-collapse: collapse; border: none; margin-bottom: 0; }
.mcsp-popup-product-attributes table.shop_attributes th,
.mcsp-popup-product-attributes table.shop_attributes td {
    padding: 10px 12px; border: none;
    border-bottom: 1px dotted #CED4DA; /* Linie punctată Gri mediu */
    text-align: left; font-size: 0.95em; vertical-align: top;
}
.mcsp-popup-product-attributes table.shop_attributes tr:last-child th,
.mcsp-popup-product-attributes table.shop_attributes tr:last-child td { border-bottom: none; }
.mcsp-popup-product-attributes table.shop_attributes th {
    background-color: transparent; font-weight: 600;
    color: #343A40; /* Text Gri Închis */
    width: 35%;
}
.mcsp-popup-product-attributes table.shop_attributes td {
     color: #495057; /* Text Gri mediu-închis */
}
.mcsp-popup-product-attributes table.shop_attributes td p:last-child { margin-bottom: 0; }


/* Container Buton Adaugă în Coș */
.mcsp-popup-add-to-cart { text-align: center; margin-top: 20px; margin-bottom: 20px; padding: 15px 0; }
.mcsp-popup-add-to-cart form.cart { margin-bottom: 0; }

/* Butonul Adaugă în Coș (styling general) */
.mcsp-popup-add-to-cart .button,
.mcsp-popup-add-to-cart a.button {
    /* ... păstrăm layout etc ... */
    background-color: #17A2B8; /* Culoare ACCENT Turcoaz (înlocuiește verde) */
    color: white !important;
    /* ... restul proprietăților ... */
    display: inline-block; padding: 12px 30px; border-radius: 5px; text-decoration: none; font-size: 1.1em; font-weight: bold; border: none; cursor: pointer; transition: background-color 0.2s ease, box-shadow 0.2s ease; box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.mcsp-popup-add-to-cart .button:hover,
.mcsp-popup-add-to-cart a.button:hover {
    background-color: #138496; /* Culoare ACCENT Turcoaz Închis */
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

/* Stil pentru mesaj 'Indisponibil' */
.mcsp-popup-add-to-cart span.outofstock {
    /* ... păstrăm layout etc ... */
    background-color: #CED4DA; /* Gri mediu */
    color: #495057; /* Text Gri Închis */
    /* ... restul proprietăților ... */
    display: inline-block; padding: 12px 30px; border-radius: 5px; font-size: 1.1em; font-weight: bold;
}

/* Loader și Eroare */
.mcsp-loader { text-align: center; padding: 50px 20px; color: #6C757D; /* Text Gri Mediu */ }
.mcsp-spinner { border: 4px solid rgba(0,0,0,.1); width: 36px; height: 36px; border-radius: 50%; border-left-color: #17A2B8; /* Culoare ACCENT Turcoaz */ animation: mcsp-spin 1s ease infinite; margin: 0 auto 15px auto; }
@keyframes mcsp-spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }
.mcsp-error {
    color: #721c24; /* Text Roșu Închis Bootstrap */
    background-color: #F8D7DA; /* Fundal Roșu Deschis Bootstrap */
    border: 1px solid #F5C6CB; /* Bordură Roșu Mediu Bootstrap */
    padding: 15px 20px; border-radius: 5px; text-align: center; margin: 20px;
}

/* Mesaje Custom */
.mcsp-popup-custom-messages { margin-top: 20px; border-top: 1px dashed #CED4DA; /* Linie Gri Mediu */ padding-top: 15px; }
.mcsp-custom-message-item {
    margin-bottom: 33px;
}


/* Buton Woo - ajustăm culori */
.mcsp-popup-woo-button {
    padding: 10px 15px;
    font-size: 0.95em;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: opacity 0.3s ease;
    line-height: 1.4;
    max-width: 300px;
    text-align: center;
    display: inline-block;
	color: #FFFFFF; /* Text Alb */
    background-color: #17A2B8; /* Fundal ACCENT Turcoaz (înlocuiește negru) */
}
.mcsp-popup-woo-button:hover {
    background-color: #138496; /* Fundal ACCENT Turcoaz Închis */
}
/* ================================================== */
/* == Sfârșit Stiluri Popup Independent (MCSP) == */
/* ================================================== */


/* ================================================== */
/* == Stiluri Caseta "Top Produs" (NOU) == */
/* ================================================== */

.mcsp-top-product-box {
    border: 3px solid #ffcc00; /* Chenar galben mai vizibil */
    background-color: #ffffe0; /* Fundal galben foarte deschis */
    padding: 15px 6px;
    margin-top: 30px; /* Spatiu fata de continutul de deasupra */
    margin-bottom: 15px; /* Spatiu la final */
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    clear: both; /* Asigura ca e sub orice elemente float */
}

.mcsp-top-product-intro {
    font-size: 1.5em;
    font-weight: bold;
    color: #fff;
    margin-top: 0;
    margin-bottom: 15px;
    text-align: center;
    border-bottom: 1px dashed #ffcc00;
    padding-bottom: 10px;
    background: #000000;
    padding: 5px 15px;
    border-radius: 4px;
}

.mcsp-top-product-intro strong {
    color: #e65100; /* Culoare mai portocalie pentru accent */
}

.mcsp-top-product-content {
    display: flex; /* Folosim flexbox pentru layout */
    flex-wrap: wrap; /* Permite trecerea pe randul urmator pe ecrane mici */
    align-items: center; /* Aliniere verticala */
    gap: 15px; /* Spatiu intre elemente */
}

.mcsp-top-product-image {
    display: block;
    width: 300px;
    height: 300px;
    object-fit: cover; /* Decupeaza imaginea daca nu se incadreaza */
    border-radius: 5px;
    border: 1px solid #ddd;
    flex-shrink: 0; /* Impiedica micsorarea imaginii */
	    margin-left: auto;
    margin-right: auto;
}

.mcsp-top-product-details {
     flex-grow: 1; /* Permite detaliilor sa ocupe spatiul ramas */
}

.mcsp-top-product-title {
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 1.2em;
    color: #111;
}

.mcsp-top-product-description {
    font-size: 0.95em;
    line-height: 1.6;
    color: #444;
    margin-bottom: 15px; /* Spatiu inainte de buton */
    width: 100%; /* Ocupa toata latimea sub imagine/titlu daca flex wrap */
}
.mcsp-top-product-description p:last-child {
    margin-bottom: 0;
}


.mcsp-top-product-button-wrapper {
    text-align: center;
    width: 100%; /* Butonul sa ocupe toata latimea disponibila */
    margin-top: 10px;
}

.mcsp-top-product-button {
    display: inline-block;
    padding: 10px 25px;
    font-size: 1.6em;
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px;
    border: none; /* Scoatem bordura default */
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
    /* Culorile vor fi setate inline din JS/Admin */
    /* Stiluri default in caz ca nu se incarca cele din admin */
    background-color: #b81717;
    color: #ffffff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.mcsp-top-product-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.25);
    /* Putem adauga un filtru de brightness la hover */
    filter: brightness(110%);
}


/* Responsive mic pentru caseta top produs */
@media (max-width: 500px) {
    .mcsp-top-product-content {
        flex-direction: column; /* Elementele una sub alta */
        align-items: center; /* Centreaza tot */
        text-align: center;
    }
    .mcsp-top-product-image {
        margin-bottom: 10px;
        width: 100px; /* Putin mai mare pe mobil */
        height: 100px;
    }
}

/* ================================================== */
/* == Sfârșit Stiluri Caseta "Top Produs" == */
/* ================================================== */