/* ====== Listă coș ====== */
.basket .cart-items-header {
    border-bottom: 1px solid #00CFE8
}

.basket .cart-items-body {
    padding-top: 14px
}

/* imagine produs */
.basket .cart-items-image img {
    width: 120px;
    height: auto
}

@media (min-width:1200px) {
    .basket .cart-items-image img {
        width: 140px
    }
}

/* titlu + meta */
.basket .cart-items-name {
    font-weight: 700;
    font-size: 14px;
    display: block;
    margin-bottom: 4px;
    text-decoration: none !important;
}

.basket .cart-brand {
    font-weight: 600;
    margin-bottom: 2px
}

.basket .cart-meta li {
    font-size: .9rem;
    color: #6b7280;
    margin-bottom: 2px
}

.basket .cart-meta li strong {
    font-weight: 600;
    color: #6b7280
}

.basket .cart-meta .delivery-status {
    color: #28c76f;
    font-weight: 600
}

/* qty: minus | input | plus, inline, 2px radius */
.basket .form-counter.input-group {
    display: inline-flex !important;
    align-items: center;
    flex-wrap: nowrap;
    gap: 4px;
    width: auto
}

.basket .form-counter .btn-qty2 {
    border: 0.75px solid #00CFE8 !important;
    border-radius: 6px !important;
    background: #fff !important;
    color: #00CFE8 !important;
    transition: background .2s, color .2s, border-color .2s;
    padding: 2px 8px;
    height: 32px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.basket .form-counter .btn-qty2:hover,
.basket .form-counter .btn-qty2:focus {
    background: #00CFE8 !important;
    color: #fff !important;
    border-color: #00CFE8 !important
}

.basket .form-counter .btn-qty2 .fas,
.basket .form-counter .btn-qty2 .fa {
    color: currentColor;
    font-size: 14px
}

.basket .form-counter .quantity {
    border: 1px solid #d1d5db98 !important;
    border-radius: 6px !important;
    background: #fff !important;
    box-shadow: none !important;
    outline: none !important;
    text-align: center;
    width: 40px;
    height: 32px;
    line-height: 32px;
    padding: 0;
    margin: 0;
    flex: 0 0 auto;
    -moz-appearance: textfield;
    appearance: textfield;
}

.basket .form-counter .quantity::-webkit-outer-spin-button,
.basket .form-counter .quantity::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

/* preț total bold */
.basket .cart-items-price .price_overall {
    font-weight: 700
}

/* acțiuni: wishlist + delete aliniate cu textul */
.basket .cart-item-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-left: 0;
    padding-left: 0
}

.basket .cart-item-actions>* {
    margin: 0 !important
}

/* delete roșu (28x28) */
.basket .cart-items-delete-button {
    width: 28px;
    height: 28px;
    padding: 0;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ef4444;
    border-radius: 6px;
    background: #fff;
    color: #ef4444;
}

.basket .cart-items-delete-button:hover {
    background: #ef4444;
    color: #fff;
    border-color: #ef4444
}

.basket .cart-items-delete-button i,
.basket .cart-items-delete-button .fa,
.basket .cart-items-delete-button .far,
.basket .cart-items-delete-button .fas,
.basket .cart-items-delete-button .fa-regular,
.basket .cart-items-delete-button .fa-solid {
    display: inline-block !important;
    color: currentColor;
    font-size: 14px
}

/* wishlist albastru (28x28, aceleași dimensiuni) */
.basket .cart-item-actions form[class*="wishlist"] button,
.basket .cart-item-actions button[class*="wishlist"],
.basket .cart-item-actions a[class*="wishlist"] {
    width: 28px;
    height: 28px;
    padding: 0;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #00CFE8;
    border-radius: 6px;
    background: #fff;
    color: #00CFE8;
    font-size: 0;
}

.basket .cart-item-actions [class*="wishlist"]:hover {
    background: #00CFE8;
    color: #fff;
    border-color: #00CFE8
}

.basket .cart-item-actions [class*="wishlist"] i,
.basket .cart-item-actions [class*="wishlist"] .fa,
.basket .cart-item-actions [class*="wishlist"] .far,
.basket .cart-item-actions [class*="wishlist"] .fas,
.basket .cart-item-actions [class*="wishlist"] .fa-regular,
.basket .cart-item-actions [class*="wishlist"] .fa-solid {
    display: inline-block !important;
    color: currentColor;
    font-size: 14px
}

.basket .cart-item-actions [class*="wishlist"] svg {
    width: 14px;
    height: 14px;
    fill: currentColor
}

/* linia de jos identică cu header */
.basket .cart-items-body hr {
    border: 0;
    border-top: 1px solid #c6f9ff;
    opacity: 1;
    margin-top: 12px
}

/* ====== Card sumar dreapta ====== */
.cart-summary .card-gray {
    border: 1px solid #00CFE8;
    border-radius: 12px;
    padding: 4px
}

.cart-summary .basket-heading {
    font-weight: 700
}

.cart-summary .price_label,
.cart-summary .tax_label {
    color: #6b7280
}

.cart-summary .basket-summary-total .total-sum {
    font-weight: 700
}

.cart-summary #cart-checkout-btn.btn.btn-primary {
    background: #00CFE8;
    border-color: #00CFE8;
    border-radius: 10px;
    font-weight: 600
}

.cart-summary #cart-checkout-btn.btn.btn-primary:hover {
    filter: brightness(.95)
}

/* cupon inline */
#basket-coupon-form {
    display: flex;
    gap: 8px;
    align-items: center
}

#basket-coupon-form .form-group,
#basket-coupon-form .form-group .form-control {
    width: 100%;
    margin: 0
}

#basket-coupon-form .btn {
    height: 40px;
    border-radius: 10px;
    background: #00CFE8;
    border-color: #00CFE8;
    color: #fff
}

#basket-coupon-form .btn:hover {
    filter: brightness(.95)
}

.cart-summary #cart-checkout-btn.btn.btn-primary {
    color: white !important;
    border-radius: 6px !important;
}

/* titlul warenkorb + bestellungubrich */

.basket-heading {
    font-size: 20px !important;
    color: black !important;
}


/* Hint container pentru mesajul de livrare (și varianta cu greutate) */
.cart-summary .basket-summary-notice.row,
.cart-summary .basket-summary-notice-weight-wrapper.row {
    margin: 16px 0 0;
    padding: 12px 14px;
    border: 1px solid #E6EEF5;
    border-radius: 16px;
    background: #F9FBFD;
    align-items: flex-start;
    /* top, nu centru */
    margin-left: 0;
    margin-right: 0;
}

/* col icon sus */
.cart-summary .basket-summary-notice .col-1,
.cart-summary .basket-summary-notice-weight-wrapper .col-1 {
    flex: 0 0 auto;
    align-self: flex-start;
    padding-top: 2px;
}

/* icon necentrat vertical */
.cart-summary .basket-summary-notice i,
.cart-summary .basket-summary-notice-weight-wrapper i {
    display: inline-block;
    line-height: 1;
    margin-top: 2px;
    background: #E6FAFF;
    color: #00CFE8;
    font-size: 16px;
}

/* textul din dreapta */
.cart-summary .basket_notice {
    font-size: 14px;
    color: #374151;
    line-height: 1.4;
}

/* variantă compactă pe mobil */
@media (max-width: 576px) {

    .cart-summary .basket-summary-notice.row,
    .cart-summary .basket-summary-notice-weight-wrapper.row {
        padding: 10px 12px;
    }
}


/* Default: text negru, fundal alb, contur turcoaz */
.cart-summary #cart-checkout-btn.btn.btn-primary {
    background: #fff !important;
    color: #02b8cc !important;
    border: 1px solid #00CFE8 !important;
    border-radius: 10px;
    /* păstrează colțurile */
    font-weight: 600;
}

/* Hover/Focus: ca acum, turcoaz cu text alb */
.cart-summary #cart-checkout-btn.btn.btn-primary:hover,
.cart-summary #cart-checkout-btn.btn.btn-primary:focus {
    background: #00CFE8 !important;
    color: #fff !important;
    border-color: #00CFE8 !important;
}




/* === Login: scoped styles === */
:root {
    --login-bg: #f6f8fa;
    --login-card-bg: #ffffff;
    --login-text: #55CCFF !important;
    --login-sub: #475569;
    --login-border: #e2e8f0;
    --login-shadow: 0 6px 24px rgba(2, 6, 23, .08), 0 2px 8px rgba(2, 6, 23, .06);
    --login-focus: #2AAEE6 !important;
    /* align with brand primary if needed */
}

/* container */
.login-form {
    min-height: min(720px, calc(100vh - 200px));
    padding: 2rem 1rem;
    background: var(--login-bg);
}

/* card */
.login-card-col #login_form {
    background: var(--login-card-bg);
    border: 1px solid var(--login-border);
    border-radius: 20px;
    padding: clamp(1.25rem, 2vw + .5rem, 2rem);
    box-shadow: var(--login-shadow);
}

/* head */
.login-title,
.login-card-head .login-title {
    font-size: clamp(1.5rem, .9rem + 1.5vw, 2rem);
    line-height: 1.2;
    color: var(--login-text) !important;
    font-weight: 700;
}

.login-sub {
    margin-top: .5rem;
    color: var(--login-sub) !important;
    font-size: .95rem;
}

/* alerts */
#no-cookies-warning,
.alert-info {
    border-radius: 12px;
}

/* form controls (Bootstrap-friendly) */
#login_form .form-group {
    margin-bottom: 1rem;
}

#login_form .form-control {
    border-radius: 12px;
    border: 1px solid var(--login-border);
    padding: .75rem .9rem;
    font-size: 1rem;
    transition: box-shadow .15s ease, border-color .15s ease, background-color .15s ease;
    background-color: #fff;
}

#login_form .form-control:focus {
    outline: 0;
    border-color: var(--login-focus);
    box-shadow: 0 0 0 4px color-mix(in srgb, var(--login-focus) 20%, transparent);
}

/* validation */
#login_form .is-invalid,
#login_form .form-control.is-invalid {
    border-color: #ef4444;
    box-shadow: 0 0 0 4px color-mix(in srgb, #ef4444 20%, transparent);
}

/* captcha */
.simple-captcha-wrapper {
    margin: .5rem 0 1rem;
    padding: .5rem 0;
}

/* submit */
.login-form-submit {
    margin-top: .5rem;
}

#login_form .btn.btn-primary {
    width: 100%;
    padding: .85rem 1rem;
    font-weight: 700;
    border-radius: 10px !important;
}

/* secondary links */
.register-wrapper,
.resetpw-wrapper {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    font-size: .95rem;
    color: var(--login-sub);
}

.register-wrapper .register,
.resetpw-wrapper .resetpw {
    color: var(--login-focus);
    text-decoration: none;
    font-weight: 600;
}

.register-wrapper .register:hover,
.resetpw-wrapper .resetpw:hover {
    text-decoration: underline;
}

/* layout tweaks */
.login-card-head {
    margin-bottom: 1rem;
}

.login-card-col {
    padding: .5rem;
}

/* small screens */
@media (max-width: 576px) {
    .login-form {
        padding: 1.25rem .75rem;
    }

    .login-card-col #login_form {
        padding: 1rem;
        border-radius: 16px;
    }

    #login_form .btn.btn-primary {
        padding: .9rem;
    }
}

/* reduced motion */
@media (prefers-reduced-motion: reduce) {
    * {
        animation: none !important;
        transition: none !important;
    }
}

/* === Login overrides (scoped) === */

/* 1) Elimină fundalul gri */
.login-form {
    background: transparent !important;
    min-height: auto;
    padding-block: 0 1.5rem;
    /* fără spațiu sus, un pic jos */
}

/* 2) Urcă boxul imediat sub navigație */
:root {
    --login-offset: -28px;
}

/* ajustează după temă: -20…-48px */
@media (min-width:992px) {
    :root {
        --login-offset: -36px;
    }
}

.login-form {
    margin-top: var(--login-offset);
}

.login-card-col {
    margin-top: 0 !important;
}

.login-card-col #login_form {
    margin-top: 0;
}

/* Dacă tema are breadcrumb cu gap mare, compactează doar aici */
.login-form .breadcrumb,
.login-form .breadcrumb-wrapper {
    margin-bottom: .5rem !important;
}

/* 3) “Anmelden” albastru ca în tema ta */
.login-card-col #login_form .btn.btn-primary {
    background-color: var(--primary, #0dd9fd) !important;
    /* folosește var(--primary) dacă există în temă */
    border-color: var(--primary, #0dd9fd) !important;
    color: #fff;
}

.login-card-col #login_form .btn.btn-primary:hover {
    filter: brightness(.95);
}

/* Păstrează cardul curat */
.login-card-col #login_form {
    border-radius: 20px;
    box-shadow: 0 6px 24px rgba(2, 6, 23, .08), 0 2px 8px rgba(2, 6, 23, .06);
    border: 1px solid #e2e8f0;
}

.account-data-item.account-data-item-address .card-header {
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    background: none !important;
}



/* doar în pagina my_account, cardheader custom */
.my-account .myaccount-cardheader {
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 200px !important;
}




/* ===== Registrare / Billing form – stil Nova scoped ===== */
.inc-billing-address-form,
.inc-billing-address-form fieldset {
    --field-radius: .5rem;
    --field-border: 1px solid #dee2e6;
    --field-border-focus: 1px solid #2aaee6;
    --field-shadow-focus: 0 0 0 .2rem rgba(42, 174, 230, .25);
    --label-color: #212529;
    --muted: #6c757d;
    --error: #dc3545;
    --bg: #fff;
}

/* Titluri */
.inc-billing-address-form .h2,
.inc-billing-address-form .h3 {
    font-weight: 600;
    line-height: 1.2;
    margin: .25rem 0 1rem;
}

/* Separatoare */
.inc-billing-address-form hr {
    border: 0;
    border-top: 1px solid #edf1f4;
    margin: .75rem 0 1.25rem;
}

/* Grupuri */
.inc-billing-address-form .form-group,
.inc-billing-address-form [class*="formgroup"],
.inc-billing-address-form .form-row>[class^="col"] .form-group {
    margin-bottom: .9rem;
}

/* Etichete */
.inc-billing-address-form label {
    display: block;
    margin-bottom: .4rem;
    font-size: .95rem;
    color: var(--label-color);
}

.inc-billing-address-form .optional {
    color: var(--muted);
    font-weight: 400;
    font-size: .9rem;
}

/* Câmpuri: input/select/textarea */
.inc-billing-address-form input[type="text"],
.inc-billing-address-form input[type="email"],
.inc-billing-address-form input[type="tel"],
.inc-billing-address-form input[type="date"],
.inc-billing-address-form input[type="number"],
.inc-billing-address-form .custom-select,
.inc-billing-address-form select,
.inc-billing-address-form textarea {
    display: block;
    width: 100%;
    background: var(--bg);
    border: var(--field-border);
    border-radius: var(--field-radius);
    padding: .625rem .75rem;
    line-height: 1.5;
    font-size: .95rem;
    color: #212529;
    transition: border-color .15s ease, box-shadow .15s ease;
}

/* Placeholder */
.inc-billing-address-form input::placeholder,
.inc-billing-address-form textarea::placeholder {
    color: #adb5bd;
}

/* Focus */
.inc-billing-address-form input:focus,
.inc-billing-address-form select:focus,
.inc-billing-address-form .custom-select:focus,
.inc-billing-address-form textarea:focus {
    outline: 0;
    border: var(--field-border-focus);
    box-shadow: var(--field-shadow-focus);
}

/* Select Bootstrap-like */
.inc-billing-address-form .custom-select,
.inc-billing-address-form select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%236c757d' viewBox='0 0 16 16'%3E%3Cpath d='M3.2 5.5l4.8 4.9 4.8-4.9.8.8-5.6 5.7L2.4 6.3z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right .6rem center;
    background-size: 16px 16px;
    padding-right: 2rem;
}

/* Erori */
.inc-billing-address-form .has-error input,
.inc-billing-address-form .has-error select,
.inc-billing-address-form .has-error .custom-select,
.inc-billing-address-form .has-error textarea {
    border-color: var(--error);
    box-shadow: none;
}

.inc-billing-address-form .form-error-msg {
    margin-top: .35rem;
    font-size: .875rem;
    color: var(--error);
    display: flex;
    align-items: center;
    gap: .4rem;
}

/* Counter */
.inc-billing-address-form .form-counter {
    display: flex;
    align-items: stretch;
}

.inc-billing-address-form .form-counter input[type="number"] {
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    text-align: center;
    max-width: 7rem;
}

.inc-billing-address-form .form-counter .input-group-prepend button,
.inc-billing-address-form .form-counter .input-group-append button,
.inc-billing-address-form .form-counter [data-count-down],
.inc-billing-address-form .form-counter [data-count-up] {
    border: var(--field-border);
    background: #f8f9fa;
    padding: .5rem .65rem;
    line-height: 1;
    cursor: pointer;
}

.inc-billing-address-form .form-counter .input-group-prepend button {
    border-top-left-radius: var(--field-radius);
    border-bottom-left-radius: var(--field-radius);
}

.inc-billing-address-form .form-counter .input-group-append button {
    border-top-right-radius: var(--field-radius);
    border-bottom-right-radius: var(--field-radius);
}

/* Mobile helpers */
@media (max-width:767.98px) {
    .inc-billing-address-form .w-100-util {
        height: 0;
    }
}

/* Spacing */
.inc-billing-address-form .section-header__title,
.inc-billing-address-form .h3.mb-3 {
    margin-bottom: .75rem !important;
}

/* City/PLZ tweaks */
.inc-billing-address-form .city_input,
.inc-billing-address-form .postcode_input {
    letter-spacing: .02em;
}

/* Captcha */
.simple-captcha-wrapper {
    margin-top: .5rem;
}

.simple-captcha-wrapper.visually-hidden {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

/* Checkbox list */
.inc-billing-address-form .form-check,
.inc-billing-address-form .custom-control {
    margin-bottom: .5rem;
}

.inc-billing-address-form .form-check-input,
.inc-billing-address-form .custom-control-input {
    cursor: pointer;
}

.inc-billing-address-form .form-check-label,
.inc-billing-address-form .custom-control-label {
    cursor: pointer;
    user-select: none;
}

/* Butoane locale */
.inc-billing-address-form .btn,
.inc-billing-address-form button {
    font-weight: 600;
    border-radius: 999px;
    padding: .5rem 1rem;
}

/* ===== Registrare: "Registrierung abschließen" (fieldset 2) ===== */
.inc-billing-address-form+fieldset {
    --field-radius: .5rem;
    --focus: #2aaee6;
    --muted: #6c757d;
}

/* Heading local */
.inc-billing-address-form+fieldset .h3 {
    margin: .25rem 0 1rem;
    font-weight: 600;
}

/* Grupuri + etichete */
.inc-billing-address-form+fieldset .form-group {
    margin-bottom: .9rem;
}

.inc-billing-address-form+fieldset label {
    display: block;
    margin-bottom: .4rem;
    font-size: .95rem;
    color: #212529;
}

.inc-billing-address-form+fieldset .optional {
    color: var(--muted);
    font-weight: 400;
    font-size: .9rem;
}

/* Câmpuri: email, telefon, data, parolă */
.inc-billing-address-form+fieldset input[type="email"],
.inc-billing-address-form+fieldset input[type="tel"],
.inc-billing-address-form+fieldset input[type="date"],
.inc-billing-address-form+fieldset input[type="password"] {
    display: block;
    width: 100%;
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: var(--field-radius);
    padding: .625rem .75rem;
    line-height: 1.5;
    font-size: .95rem;
    color: #212529;
    transition: border-color .15s ease, box-shadow .15s ease;
}

.inc-billing-address-form+fieldset input:focus {
    outline: 0;
    border-color: var(--focus);
    box-shadow: 0 0 0 .2rem rgba(42, 174, 230, .25);
}

.inc-billing-address-form+fieldset input::placeholder {
    color: #adb5bd;
}

.inc-billing-address-form+fieldset input[type="date"] {
    padding-right: 2.25rem;
}

/* Passwort row */
@media (min-width:768px) {
    .inc-billing-address-form+fieldset .password-row {
        display: flex;
        gap: .75rem;
    }

    .inc-billing-address-form+fieldset .password-row .form-group {
        flex: 1 1 0;
        margin-bottom: .9rem;
    }
}

/* Nota GDPR */
.inc-billing-address-form+fieldset .privacy-note {
    text-align: right;
    margin: 1rem 0 .75rem;
    font-size: .95rem;
}

.inc-billing-address-form+fieldset .privacy-note a {
    text-decoration: underline;
}

/* Submit local */
.inc-billing-address-form+fieldset .btn-submit {
    display: inline-block;
    border: 0;
    border-radius: 999px;
    padding: .65rem 1.25rem;
    font-weight: 600;
    background: #2aaee6;
    color: #fff;
    transition: transform .06s ease, filter .15s ease;
}

.inc-billing-address-form+fieldset .btn-submit:hover {
    filter: brightness(.95);
}

.inc-billing-address-form+fieldset .btn-submit:active {
    transform: translateY(1px);
}

/* ===== Passwort fields – Register form ===== */
.register-form-account .register-form-account-password .form-control,
.register-form-account .register-form-account-password-repeat input[type="password"] {
    display: block;
    width: 100%;
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: .5rem;
    padding: .625rem .75rem;
    line-height: 1.5;
    font-size: .95rem;
    color: #212529;
    transition: border-color .15s ease, box-shadow .15s ease;
}

.register-form-account .register-form-account-password .form-control::placeholder,
.register-form-account .register-form-account-password-repeat input[type="password"]::placeholder {
    color: #adb5bd;
}

.register-form-account .register-form-account-password .form-control:focus,
.register-form-account .register-form-account-password-repeat input[type="password"]:focus {
    outline: 0;
    border-color: #2aaee6;
    box-shadow: 0 0 0 .2rem rgba(42, 174, 230, .25);
}

/* etichete */
.register-form-account .register-form-account-password .col-form-label,
.register-form-account .register-form-account-password-repeat>label {
    display: block;
    margin: .4rem 0 .25rem;
    font-size: .95rem;
    color: #212529;
}

/* erori */
.register-form-account .register-form-account-password.has-error .form-control,
.register-form-account .register-form-account-password-repeat.has-error input[type="password"] {
    border-color: #dc3545;
    box-shadow: none;
}

.register-form-account .form-error-msg {
    margin-top: .35rem;
    font-size: .875rem;
    color: #dc3545;
    display: flex;
    align-items: center;
    gap: .4rem;
}

/* layout două coloane pe md+ */
@media (min-width:768px) {
    .register-form-account #create_account_data {
        display: flex;
        gap: .75rem;
        flex-wrap: wrap;
    }

    .register-form-account #create_account_data>[class*="col-"] {
        flex: 1 1 0;
        max-width: calc(50% - .375rem);
    }
}

@media (max-width:767.98px) {
    .register-form-account #create_account_data>[class*="col-"] {
        max-width: 100%;
    }
}


/* Align "Bitte beachten Sie …" la stânga, indiferent de stilurile temei */
.checkout-button-row .checkout-register-form-buttons-privacy {
    text-align: left !important;
    display: flex;
    justify-content: flex-start !important;
    align-items: center;
    text-decoration: none;
    color: #adb5bd;
}

/* dacă linkul este centrat prin margini */
.checkout-button-row .checkout-register-form-buttons-privacy a.popup {
    display: inline-block;
    margin: 0 !important;
}


.text-muted-util {
    color: rgb(81, 81, 81) !important;
}

/* === FIX KLAVIYO POPUP MOBIL - CLOSE BUTTON === */
@media (max-width: 768px) {

    /* Body lock când popup este deschis */
    body.needsclick {
        overflow: hidden !important;
        position: fixed !important;
        width: 100% !important;
        height: 100% !important;
    }

    /* Toate elementele din popup trebuie să fie interactive */
    .needsclick.klaviyo-form,
    .needsclick.klaviyo-form * {
        pointer-events: auto !important;
        touch-action: manipulation !important;
    }



    /* Copiii butonului (SVG, span, etc) NU trebuie să intercepteze touch-ul */
    button.needsclick.klaviyo-close-form *,
    .needsclick.klaviyo-close-form * {
        pointer-events: none !important;
        user-select: none !important;
    }

    /* Asigură că butonul este DEASUPRA a orice */
    form.needsclick.klaviyo-form {
        position: relative !important;
    }
}



/*Versandart*/

/* Override flex pe label */
.checkout-shipping-form #checkout-shipping-payment .checkout-shipping-form-options .custom-control.custom-radio .custom-control-input+.custom-control-label {
    display: block !important;
}

/* Layout conținut în label - FIX PRINCIPAL */
.checkout-shipping-form-options .custom-control-label .form-row.content {
    margin: 0 !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    justify-content: space-between !important;
    width: 100% !important;
}

/* Radio buttons - container și styling */
.checkout-shipping-form-options .custom-control.custom-radio.custom-control-inline {
    margin-bottom: 1rem !important;
    padding: 0 !important;
    border: none !important;
}

.checkout-shipping-form-options .custom-control-label {
    border: 1.5px solid #00bcd4 !important;
    border-radius: 8px !important;
    padding: 1rem 1.5rem 0rem 3rem !important;
    transition: all 0.2s ease !important;
    background-color: #ffffff !important;
    width: 100% !important;
    cursor: pointer !important;
    margin-bottom: 0 !important;
    display: flex !important;
    align-items: center !important;
}

.checkout-shipping-form-options .custom-control-label:hover {
    border-color: #00bcd4 !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05) !important;
}

/* Radio button styling */
.checkout-shipping-form-options .custom-control-label::before {
    width: 20px !important;
    height: 20px !important;
    left: 1rem !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    border: 1.5px solid #00bcd4 !important;
}

.checkout-shipping-form-options .custom-control-label::after {
    width: 20px !important;
    height: 20px !important;
    left: 1rem !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
}

/* Când e selectat - border albastru */
.checkout-shipping-form-options .custom-control-input:checked~.custom-control-label {
    border-color: #00bcd4 !important;
}

.checkout-shipping-form-options .custom-control-input:checked~.custom-control-label::before {
    background-color: #00bcd4 !important;
    border-color: #00bcd4 !important;
}

/* Forțează coloanele Bootstrap să fie inline */
.checkout-shipping-form-options .form-row.content>[class*="col-"] {
    flex: 0 1 auto !important;
    max-width: none !important;
    width: auto !important;
    display: flex !important;
    align-items: center !important;
}

/* Logo și titlu - FIX pentru a fi pe aceeași linie */
.checkout-shipping-form-options .col.title {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 0.5rem !important;
    font-size: 0.90rem !important;
    font-weight: 500 !important;
    flex-wrap: nowrap !important;
    white-space: nowrap !important;
}

.checkout-shipping-form-options .col.title img {
    max-height: 30px !important;
    max-width: 70px !important;
    flex-shrink: 0 !important;
}

/* Asigură că elementele din title rămân inline */
.checkout-shipping-form-options .col.title>div {
    display: inline !important;
}

/* Preț verde */
.checkout-shipping-form-options .price-col {
    font-size: 0.90rem !important;
    font-weight: 700 !important;
    color: #05bd0e !important;
    text-align: right !important;
}

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

/* Pentru mobile și tablete mici (< 768px) */
@media (max-width: 767px) {

    /* Pe mobile, permite wrap pentru elementele să treacă pe linii separate */
    .checkout-shipping-form-options .custom-control-label .form-row.content {
        flex-wrap: wrap !important;
    }

    /* Coloanele devin 100% width pe mobile */
    .checkout-shipping-form-options .form-row.content>[class*="col-"] {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100% !important;
        margin-bottom: 0.5rem !important;
    }

    /* Ultima coloană (prețul) fără margin-bottom */
    .checkout-shipping-form-options .form-row.content>[class*="col-"]:last-child {
        margin-bottom: 0 !important;
    }

    /* Prețul rămâne aliniat la dreapta pe mobile */
    .checkout-shipping-form-options .price-col {
        text-align: right !important;
    }

    /* Padding mai mic pe mobile pentru a economisi spațiu */
    .checkout-shipping-form-options .custom-control-label {
        padding: 0.75rem 1rem 0.75rem 2.5rem !important;
    }

    /* Radio button poziționat mai la stânga pe mobile */
    .checkout-shipping-form-options .custom-control-label::before,
    .checkout-shipping-form-options .custom-control-label::after {
        left: 0.75rem !important;
    }

    /* Logo și text mai compact pe mobile */
    .checkout-shipping-form-options .col.title {
        gap: 0.4rem !important;
        font-size: 12px !important;
    }

    .checkout-shipping-form-options .col.title img {
        max-height: 25px !important;
        max-width: 60px !important;
    }
}

/* Pentru tablete (768px - 991px) */
@media (min-width: 768px) and (max-width: 991px) {

    /* Font și spacing mai mic pentru tablete */
    .checkout-shipping-form-options .col.title {
        gap: 0.5rem !important;
        font-size: 12px !important;
    }

    .checkout-shipping-form-options .price-col {
        font-size: 1rem !important;
    }

    /* Padding ajustat pentru tablete */
    .checkout-shipping-form-options .custom-control-label {
        padding: 0.875rem 1.25rem 0.875rem 2.75rem !important;
    }

    .checkout-shipping-form-options .col.title::after {
        content: "\A" !important;
        /* Line break */
        white-space: pre !important;
    }

    .checkout-shipping-form-options .col.title {
        font-size: 12px !important;
        white-space: normal !important;
    }
}

.availability-notification-form fieldset {
    border-radius: 6px;
    padding: 1.5rem;
    border: 1px solid #dee2e6;
}

#checkout {
    position: relative;
}

/* ========== FIX PADDING CARDS - SOLUȚIE CORECTĂ ========== */

/* Elimină padding-ul DOAR de pe wrapper-ul principal și container imagini */
.productbox {
    padding: 0 !important;
    border-radius: 24px;
    overflow: hidden;
}

/* Container imagini - fără padding */
.productbox-image-container {
    padding: 6px !important;
    margin: 6px !important;
}

/* Container intern - păstrează padding DOAR pentru conținutul text */
.productbox-inner {
    padding: 0.8rem !important;
    /* Padding uniform pentru tot conținutul text */
    padding-top: 0.5rem !important;
    /* Mai mic sus, lângă imagine */
    padding-bottom: 1rem !important;
    /* Spațiu jos pentru butoane */
}

/* Elimină padding suplimentar de pe elemente individuale 
   (vor moșteni padding-ul de la .productbox-inner) */
.productbox-header,
.productbox-title-wrapper,
.price-wrapper,
.form-row {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Mobil - ajustare specifică */
@media (max-width: 575.98px) {
    .productbox-inner {
        padding: 0.6rem !important;
        padding-top: 0.4rem !important;
        padding-bottom: 0.8rem !important;
    }

    /* Container imagini pe mobil - ZERO padding */
    .productbox-image-container {
        padding: 0 !important;
        margin: 0 !important;
    }

    .productbox .productbox-ribbon,
    .productbox:hover .productbox-ribbon,
    .productbox .productbox-ribbon:hover,
    .productbox-hover .productbox-ribbon,
    .productbox-hover:hover .productbox-ribbon {
        top: 0.75rem !important;
        left: 10px !important;
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
        pointer-events: none !important;
    }
}


/*Optimizare imagini hompepage*/

.opc-image-priority-high {
    content-visibility: auto;
    will-change: transform;
}


/*section DER CUBAR */
.cubar-container {
    width: 100%;
    box-sizing: border-box;
    padding: 40px 20px !important;
    font-family: 'Poppins', sans-serif;
}

.cubar-inner {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    border: 2px solid #cceeff;
    border-radius: 16px;
    padding: 40px;
    position: relative;
    overflow: visible;
}

.cubar-text {
    flex: 1 1 60%;
    min-width: 280px;
    padding-right: 30px !important;
    z-index: 2;


}

.cubar-text h2 {
    font-size: 2.4rem;
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;
    line-height: 1.3;
    margin-left: 20px !important;
    margin-top: 20px;
}

.cubar-text p {
    font-size: 1.125rem;
    line-height: 1.6;
    color: #555;
    margin-bottom: 20px;
    width: auto;
    margin-left: 20px !important;
    margin-bottom: 20px !important;
   
}

.cubar-text p:last-child {
    font-size: 1rem;
    font-weight: 600;
    color: #444;
    margin-bottom: 0;
}

.cubar-image-wrapper {
    flex: 1 1 40%;
    min-width: 280px;
    position: relative;
    z-index: 1;
}

.cubar-image-abs {
    position: absolute;
    right: -40px;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    max-width: 500px;
}

.cubar-image-abs img {
    width: 100%;
    height: auto;
    display: block;
}



/* Mobile & Tablet */
@media (max-width: 576px) {
    .cubar-container {
        padding: 20px 15px;
    }

    .cubar-inner {
        padding: 20px;
        flex-direction: column;
    }

    .cubar-text {
        padding-right: 0;
        margin-bottom: 20px;
    }

    .cubar-text h2 {
        font-size: 1.6rem;
        margin-bottom: 16px;
        line-height: 1.3;
    }

    .cubar-text p {
        font-size: 1rem;
        line-height: 1.5;
    }

    .cubar-text p:last-child {
        font-size: 0.95rem;
    }

    .cubar-image-wrapper {
        text-align: center;
    }

    .cubar-image-abs {
        position: static;
        transform: none;
        max-width: 100%;
        margin: 0 auto;
    }

    .cubar-image-abs img {
        max-width: 100%;
        height: auto;
    }
}

.cubar-hero-section {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 0 0 1px #c6f0ff;
    margin-top: 2rem;
}

.cubar-hero-section h1 {
    font-size: 2rem;
    line-height: 1.3;
    color: #111;
}

.cubar-hero-section p {
    font-size: 1rem;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .cubar-hero-section {
        padding: 2rem 1rem;
    }

    .cubar-hero-section h1 {
        font-size: 1.5rem;
    }

    .cubar-hero-section img {
        max-width: 80%;
        height: auto;
    }
}

/* === OPTIMIZARE IMAGINI LCP === */
.opc-image-priority-high img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    aspect-ratio: 738 / 427 !important; /* ajustează proporția exactă pentru fiecare */
    transition: none !important;
    animation: none !important;
    object-fit: cover !important;
}


@media (max-width: 989px) {
 
  #shop-nav.nav.nav-right {
    display: flex;
    align-items: center;
    justify-content: center; 
    gap: 10px; 
  }

  /* Iconul de profil și coșul – dimensiuni uniforme */
  #shop-nav .account-icon-dropdown img,
  #shop-nav .cart-icon-wrapper img {
    width: auto;
    height: 20px;
    object-fit: contain;
  }

  /* Elimină efectele de deplasare verticale */
  #shop-nav .nav-item {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
  }

  /* Corectează alinierea badge-ului peste icon */
  .cart-badge {
    position: absolute;
    top: -5px;
    right: -5px;
    transform: scale(0.9);
  }

  /* Asigură poziție relativă pentru wrapperul iconului */
  .cart-icon-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

/* Wishlist only: scoate flex-ul care strică randarea imaginilor */
.snippets-wishlist .productbox-images {
  display: block !important;          /* în loc de flex */
  align-items: normal !important;     /* reset */
  justify-content: normal !important; /* reset */
  height: auto;                       /* lasă conținutul să-și dea înălțimea */
}

/* Normalizează imaginile din wishlist */
.snippets-wishlist .productbox-images img {
  width: 100%;
  height: auto;
  object-fit: contain;
  opacity: 1 !important;
  visibility: visible !important;
}

/* Optional: dacă wrapperul absolut colapsează înălțimea pe wishlist */
.snippets-wishlist .productbox-inner.pos-abs {
  position: static !important;
}


/*container MEGA RABATTE - COUNTDOWN - */
.blackdeals-container{
    background-color: #f5f5f5!important;
    padding: 20px;
    border-radius: 20px !important;
}




/* Eliminarea fundalului transparent pe imaginea de produs pe hover (fundal alb) */
/* 1. Containerul pentru imaginea de produs */
.productbox-image-container,
.productbox-image-container:hover {
    background-color: #fff !important;
    border-radius: 20px; 
    /* alb */
}

/* 2. Ambele imagini din card (prima și a doua) */
.productbox-images img.first,
.productbox-images img.second {
    background-color: #fff !important;
    /* dacă png-ul este transparent, se vede acest alb */
}

/* 3. Doar imaginea de hover (dacă vrei să afectezi strict a doua poză) */
.productbox-images img.second {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
    background-color: #fff !important;
    /* important pentru hover */
}

/* 4. Rămâne efectul tău de hover */
.productbox-image-container:hover img.second {
    opacity: 1;
}




/* ATRIBUT FUR BATTERIEKAPAZITAT - REGELN 2026 */

.elektrog-wrap {
    display: flex;
    flex-direction: column;   /* CHEIA */
    align-items: flex-start;  /* sau center dacă vrei */
    gap: 8px;
    text-decoration: none;
    color: inherit;
}

.elektrog-image {
    width: 48px;
    height: auto;
    object-fit: contain;
}

.elektrog-text {
    font-size: 14px;
    line-height: 1.4;
}

.elektrog-link {
    margin-left: 6px;
    font-size: 13px;
    text-decoration: underline;
    white-space: nowrap;
}







/* carduri categorie */

/* carduri categorie */
/* ============================================
   BRAND COLORS & GENERAL UTILITIES
   ============================================ */

.text-cubar-blue {
    color: #07CCFF !important;
    font-weight: 600;
    letter-spacing: -1px;
}

.cubar-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 22px;
    border-radius: 999px;
    font-weight: 600;
    font-size: 16px;
    background-color: #FFFFFF;
    border: 2px solid transparent;
    background-clip: padding-box;
    position: relative;
    transition: 0.3s ease-in-out;
    white-space: nowrap;

    /* Gradient text */
    background-image: linear-gradient(90deg, #09ECFD, #07CDFD);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.cubar-btn::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 999px;
    padding: 0.75px;
    background: linear-gradient(135deg, #09ECFD 0%, #07CDFD 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.cubar-btn:hover {
    background: linear-gradient(135deg, #09ECFD 0%, #07CDFD 100%);
    color: #FFFFFF;
    border: 2px solid transparent;
}

.cubar-btn:hover::before {
    display: none;
}

/* ============================================
   CARD BASE STYLING
   ============================================ */

.card.category-card {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: clamp(1.25rem, 3vw, 2rem);
    width: 100%;
    border-radius: clamp(16px, 2vw, 20px);
    background: linear-gradient(140deg,
            rgba(230, 245, 255, 0.01) 0%,
            rgba(255, 19, 176, 0.01) 10%,
            rgba(255, 255, 255, 0.01) 20%,
            rgba(245, 240, 255, 0.1) 30%,
            rgba(240, 245, 255, 0.1) 40%);
    border: 1px solid rgba(200, 220, 240, 0.1);
    box-shadow: 0 2px 12px rgba(150, 180, 220, 0.08);
    gap: clamp(1rem, 2vw, 1.5rem);
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.card.category-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(135deg,
            rgba(180, 220, 255, 0.15) 0%,
            rgba(255, 200, 240, 0.1) 25%,
            transparent 50%,
            rgba(220, 200, 255, 0.1) 75%,
            rgba(200, 220, 255, 0.15) 100%);
    pointer-events: none;
}

.card-text-content,
.card-image-wrapper {
    flex: 0 0 50%;
    max-width: 50%;
}

.background-cards {
    background-color: #F9F9F9 !important;
    border-radius: 24px;
}

/* ============================================
   IMAGE
   ============================================ */

.card-image-wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.card-image {
    width: 100%;
    max-height: clamp(150px, 20vw, 200px);
    object-fit: contain;
    position: static;
}

/* ============================================
   TITLES
   ============================================ */

.card-title {
    font-size: clamp(28px, 4vw, 48px);
    font-weight: 800;
    line-height: 1;
    margin: 0;
    color: #A6A6A6 !important;
}

.card-subtitle {
    font-size: clamp(14px, 2vw, 20px);
    font-weight: 600;
    margin: 0;
}

.super-bold-text {
    font-weight: 800;
}

.second-title2,
.second-title3,
.second-title4 {
    font-size: clamp(20px, 3vw, 28px) !important;
}

/* ============================================
   EXTRA LARGE DESKTOP (1400px+)
   ============================================ */

@media (min-width: 1400px) {
    .card-title {
        font-size: 48px;
    }

    .card-subtitle {
        font-size: 28px;
    }

    .card-image {
        max-height: 230px;
    }

    .cubar-btn {
        font-size: 18px;
        padding: 10px 26px;
    }
}

/* ============================================
   LARGE DESKTOP (1200px - 1399px)
   ============================================ */

@media (min-width: 1200px) and (max-width: 1399px) {
    .card-title {
        font-size: 42px;
    }

    .card-subtitle {
        font-size: 18px;
    }

    .card-image {
        max-height: 210px;
    }
}

/* ============================================
   DESKTOP (992px - 1199px)
   ============================================ */

@media (min-width: 992px) and (max-width: 1199px) {
    .card-title {
        font-size: 36px;
    }

    .card-subtitle {
        font-size: 16px;
    }

    .card-image {
        max-height: 190px;
    }

    .cubar-btn {
        font-size: 15px;
        padding: 7px 18px;
    }
}

/* ============================================
   TABLET (768px - 991px)
   ============================================ */

@media (min-width: 768px) and (max-width: 991px) {
    .card.category-card {
        padding: 1.5rem;
    }

    .card-title {
        font-size: 32px;
    }

    .card-subtitle {
        font-size: 15px;
    }

    .card-image {
        max-height: 180px;
    }

    .cubar-btn {
        font-size: 14px;
        padding: 6px 16px;
    }
}

/* ============================================
   MOBILE: 2 COLUMNS LAYOUT (max 767px)
   ============================================ */

@media (max-width: 767px) {

    .cubar-home-cards.row {
        display: flex;
        flex-wrap: wrap;
        margin-left: -8px;
        margin-right: -8px;
    }

    .cubar-home-cards.row>[class^="col-"],
    .cubar-home-cards.row>[class*=" col-"] {
        flex: 0 0 50% !important;
        max-width: 50% !important;
        padding: 0 8px !important;
        margin-bottom: 16px;
    }

    /* ========================================
       CARD LAYOUT PE MOBIL
       TEXT CENTRAT → IMAGINE MARE → BUTON JOS CENTRAT
       ======================================== */

    .card.category-card {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: flex-start !important;
        padding: 1.5rem 1rem !important;
        padding-bottom: 4rem !important;
        border-radius: 20px !important;
        min-height: 340px !important;
        height: auto !important;
        max-height: none !important;
        overflow: visible !important;
        gap: 0 !important;
        position: relative !important;
    }

    /* Text content - CENTRAT */
    .card.category-card .card-text-content {
        flex: none !important;
        max-width: 100% !important;
        width: 100% !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        margin-bottom: 0.5rem !important;
        z-index: 2;
    }

    /* Subtitle - CENTRAT */
    .card.category-card .card-subtitle {
        font-size: clamp(16px, 4.5vw, 20px) !important;
        line-height: 1.2 !important;
        margin: 0 0 4px 0 !important;
        white-space: normal !important;
        word-break: break-word !important;
    }

    /* Title - CENTRAT, MAI MARE */
    .card.category-card .card-title {
        font-size: clamp(32px, 8vw, 48px) !important;
        line-height: 1 !important;
        margin: 0 !important;
        white-space: normal !important;
        word-break: break-word !important;
    }

    /* Imaginea - CENTRATĂ și MAI MARE */
    .card.category-card .card-image-wrapper {
        flex: 1 1 auto !important;
        max-width: 100% !important;
        width: 100% !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        overflow: visible !important;
        min-height: 140px !important;
        padding: 0.5rem 0 !important;
    }

    .card.category-card .card-image {
        max-height: clamp(140px, 35vw, 180px) !important;
        width: auto !important;
        max-width: 90% !important;
        object-fit: contain !important;
    }

    /* Butonul - ABSOLUT JOS CENTRAT */
    .card.category-card .cubar-btn {
        position: absolute !important;
        bottom: 1.5rem !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        padding: clamp(8px, 2vw, 10px) clamp(20px, 5vw, 28px) !important;
        font-size: clamp(14px, 3.5vw, 16px) !important;
        white-space: nowrap !important;
        margin: 0 !important;
        z-index: 2;
    }

    /* Resetăm margin-urile bootstrap */
    .card.category-card .cubar-btn.mt-4,
    .card.category-card .cubar-btn.mt-3,
    .card.category-card .cubar-btn.mt-2 {
        margin-top: 0 !important;
    }

    /* Titluri speciale mobile */
    .second-title2,
    .second-title3,
    .second-title4 {
        font-size: clamp(32px, 8vw, 48px) !important;
    }

    /* Badge pentru mobile - ascuns */
    .opc-banner15k__pills {
        display: none !important;
    }
}

/* ============================================
   EXTRA SMALL MOBILE (max 400px)
   ============================================ */

@media (max-width: 400px) {
    .card.category-card {
        padding: 1.25rem 0.875rem !important;
        padding-bottom: 3.75rem !important;
        min-height: 270px !important;
    }

    .card.category-card .card-subtitle {
        font-size: 14px !important;
        margin-bottom: 2px !important;
    }

    .card.category-card .card-title {
        font-size: 28px !important;
    }

    .card.category-card .card-image {
        max-height: 120px !important;
    }

    .card.category-card .cubar-btn {
        font-size: 13px !important;
        padding: 7px 18px !important;
        bottom: 1.25rem !important;
    }

    .second-title2,
    .second-title3,
    .second-title4 {
        font-size: 28px !important;
    }
}

/* ============================================
   HOVER EFFECTS (doar desktop)
   ============================================ */

@media (min-width: 768px) {
    .card.category-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 24px rgba(150, 180, 220, 0.15);
    }
}




 /* =========================
      Banner 15K 
     ========================= */
 .opc-hero15k {
     width: 100%;
     padding: 8px 0;
 }

 .opc-hero15k__card {
     width: 100%;
     border: 1px solid #d7e9ff;
     border-radius: 26px;
     background: #fff;
     overflow: hidden;
     padding: 26px 28px;
 }

 @media (min-width: 992px) {
     .opc-hero15k__card {
         padding: 28px 40px;
         min-height: 220px;
     }
 }

 .opc-hero15k__left {
     position: relative;
     max-width: 680px;
 }

 /* Pills */
 .opc-hero15k__pills {
     display: flex;
     flex-wrap: wrap;
     gap: 12px;
     margin-bottom: 18px;
 }

 .opc-hero15k__pill {
     display: inline-flex;
     align-items: center;
     padding: 10px 16px;
     border-radius: 8px;
     background: #fff;
     border: 1px solid #e7eef9;
     font-weight: 800;
     font-size: 13px;
     letter-spacing: .02em;
     white-space: nowrap;
 }

 .opc-hero15k__pill.is-violet {
     color: #7970ffce;
 }

 .opc-hero15k__pill.is-purple {
     color: #8a5cf6bb;
 }

 .opc-hero15k__pill.is-pink {
     color: #ff4bd8ac;
 }


 .opc-hero15k__title {
     margin: 0 0 10px 0;
     font-weight: 900;
     letter-spacing: .02em;
     line-height: 1.05;
     color: #18c7f7;
     font-size: clamp(44px, 3.4vw, 54px);
 }

 @media (min-width: 992px) {
     .opc-hero15k__title {
         white-space: nowrap;
     }
 }


 .opc-hero15k__subtitle {
     margin: 0;
     font-weight: 500;
     line-height: 1.35;
     font-size: clamp(18px, 1.5vw, 24px);
     color: #6f7f95;
 }

 @media (min-width: 992px) {
     .opc-hero15k__subtitle {
         white-space: nowrap;
     }
 }

 .opc-hero15k__dash {
     color: #c2c9d6;
     padding: 0 .35rem;
 }

 .opc-hero15k__accent {
     color: #c47aa7;
     font-weight: 500;
 }


 .opc-hero15k__media {
     margin-top: 18px;
     margin-bottom: 18px;
 }

 .opc-hero15k__products {
     width: 100%;
     display: flex;
     align-items: center;
     justify-content: center;
     gap: 16px;
     flex-wrap: wrap;
 }

 .opc-hero15k__prod {
     width: auto;
     height: 160px;
     object-fit: contain;
     display: block;

 }

 .opc-hero15k__prod.is-center {
     height: 170px;
 }

 /* CTA */
 .opc-hero15k__btn {
     display: inline-flex;
     align-items: center;
     justify-content: center;
     padding: 14px 30px;
     border-radius: 999px;
     font-weight: 300;
     font-size: 16px;
     text-decoration: none;
     color: #fff !important;
     background: linear-gradient(90deg, #14b8ff 0%, #ff49d7 100%);
     margin-top: 20px;
 }

 .opc-hero15k__btn:hover {
     filter: brightness(.98);
     text-decoration: none;
 }

 /* =========================
     Desktop behavior:
     ========================= */


 .opc-hero15k__rightSlot {
     position: relative;
     min-height: 240px;
 }

 @media (min-width: 992px) {
     .opc-hero15k__media {
         position: absolute;
         left: calc(100% + 120px);
         top: 50%;
         transform: translateY(-50%);
         width: min(680px, 48vw);
         margin: 0;
     }

     .opc-hero15k__products {
         justify-content: flex-end;
         gap: clamp(18px, 2.2vw, 36px);
         flex-wrap: nowrap;
     }

     .opc-hero15k__prod {
         height: clamp(140px, 14vw, 210px);
     }

     .opc-hero15k__prod.is-center {
         height: clamp(150px, 15.2vw, 225px);
         transform: translateY(6px);
     }
 }

 /* Safety: if title/subtitle risk overflow on very narrow desktop widths */
 @media (min-width: 992px) and (max-width: 1100px) {
     .opc-hero15k__title {
         font-size: 48px;
     }

     .opc-hero15k__subtitle {
         font-size: 20px;
     }
 }


 /* MOBILE: 3 imagini inline */
 @media (max-width: 991.98px) {
     .opc-hero15k__products {
         flex-wrap: nowrap;
         justify-content: center;
         gap: 12px;
     }

     .opc-hero15k__prod {
         width: calc((100% - 24px) / 3);
         height: auto;
         max-width: 160px;
     }

     .opc-hero15k__prod.is-center {
         height: auto;
     }
 }

 /* MOBILE: pills inline pe un singur rând */
 @media (max-width: 575.98px) {
     .opc-hero15k__pills {
         flex-wrap: nowrap;
         gap: 8px;
         overflow-x: auto;
         -webkit-overflow-scrolling: touch;
     }

     .opc-hero15k__pill {
         flex: 0 0 auto;
         font-size: 12px;
         padding: 8px 12px;
         white-space: nowrap;
     }
 }




 /* =========================
   VAPE BUNDLES BANNER (FINAL)
   ========================= */

 .vb-banner {
     --banner-bg: url("https://cubar-club.meintestsystem.com/media/kategorien_img/bgblue.png");
 }

 .vb-banner .container-fluid {
     padding-left: 0;
     padding-right: 0;
 }

 .vb-card {
     width: 100%;
     max-width: 1600px;
     margin: 0 auto;
     padding: 0;
 }

 /* frame = NU taie overflow (ca să iasă packshot-ul) */
 .vb-frame {
     position: relative;
     border: 1px solid #d7e9ff;
     border-radius: 26px;
    /* box-shadow: 0 8px 24px rgba(15, 23, 42, .06); */
     overflow: visible;
     /* IMPORTANT */
     background: transparent;
 }

 /* clip = taie DOAR fundalul pe radius */
 .vb-clip {
     position: relative;
     border-radius: 26px;
     overflow: hidden;
     /* background:#fff;  <-- REMOVE */
 }


 /* BG REAL (va apărea sigur) */
 .vb-bg {
     position: absolute;
     inset: 0;
     background-image: var(--banner-bg);
     background-repeat: no-repeat;
     background-size: cover;
     background-size: 55% auto;
     background-position: left center;
     z-index: 0;
 }

 /* conținut peste bg */
 .vb-inner {
     position: relative;
     z-index: 1;
     display: grid;
     grid-template-columns: 1.25fr 0.75fr;
     align-items: center;
     min-height: clamp(180px, 16vw, 330px);
     padding: clamp(18px, 2.2vw, 34px);
 }

 /* TEXT */
 .vb-kicker {
     font-family: "Argentum Sans", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
     margin: 0 0 clamp(6px, 1vw, 12px) 0;
     font-weight: 400;
     letter-spacing: .02em;
     text-transform: uppercase;
     line-height: 1;
     background: linear-gradient(130deg, #6e7ee1 0%, #b878b0 55%, #c39a6e 100%);
     -webkit-background-clip: text;
     background-clip: text;
     color: transparent;
     font-size: clamp(18px, 2.6vw, 58px);
 }

 .vb-title {
     margin: 0;
     font-family: "Argentum Sans", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
     font-weight: 900;
     text-transform: uppercase;
     letter-spacing: -.02em;
     line-height: .92;
     background: linear-gradient(130deg, #4f6cff 0%, #b36bff 46%, #ff7aa1 76%, #caa06c 100%);
     -webkit-background-clip: text;
     background-clip: text;
     color: transparent;
     font-size: clamp(32px, 6.2vw, 120px);
     white-space: nowrap;
 }

 /* PACKSHOT (iese din cadru) */
 .vb-packshot {
     position: absolute;
     right: clamp(-30px, -1.6vw, -14px);
     bottom: clamp(-100px, -1.6vw, -80px);
     /* +6px față de înainte */
     width: clamp(270px, 36vw, 560px);
     height: auto;
     filter: drop-shadow(0 18px 26px rgba(0, 0, 0, .22));
     z-index: 2;
     pointer-events: none;
 }



 /* responsive */
 @media (max-width: 991.98px) {
     .vb-card {
         max-width: 1100px;
     }

     .vb-inner {
         grid-template-columns: 1fr 0.9fr;
     }

     .vb-title {
         white-space: normal;
     }

     .vb-packshot {
         width: clamp(240px, 44vw, 520px);
     }
 }

 @media (max-width: 767.98px) {

     /* banner mai "strip", ca imaginea 1 */
     .vb-card {
         max-width: 100%;
         padding: 0 12px;
     }

     /* păstrează card-ul scund și elegant */
     .vb-frame {
         border-radius: 18px;
     }

     .vb-clip {
         border-radius: 18px;
     }

     /* IMPORTANT: facem bannerul scund (nu "poster") */
     .vb-inner {
         grid-template-columns: 1fr;
         align-items: center;
         min-height: 0;
         padding: 14px 14px 14px 14px;

         /* control direct al înălțimii */
         aspect-ratio: 16 / 5;
         /* ajustezi 16/5 -> 16/6 dacă vrei puțin mai înalt */
     }

     /* waves vizibile discret, nu uriașe */
     .vb-bg {
         background-position: left center;
         background-size: 80% auto;
         /* pe mobil îl facem mai mare ca să se vadă */
         opacity: 1;
     }

     /* text: compact, ca în bannerul 1 */
     .vb-kicker {
         font-size: 14px;
         margin: 0 0 6px 0;
         line-height: 1.05;
     }

     .vb-title {
         font-size: clamp(18px, 10vw, 24px);
         line-height: 0.92;
         white-space: nowrap;
         /* păstrează "VAPE BUNDLES" într-un rând */
     }

     /* packshot: mic, lipit de dreapta, iese ușor din cadru */
     .vb-packshot {
         right: -14px;
         bottom: -20px;
         width: clamp(130px, 34vw, 190px);
     }
 }


 /* =========================
   CUBAR CRAZY DEALS BANNER - 1:1 EXACT
   ========================= */

 .cc-banner {
     --radius: 30px;
     --border: rgba(7, 204, 255, .35);
     --shadow: 0 12px 30px rgba(15, 23, 42, .10);
     width: 100%;
     border: 1px solid var(--border);
     border-radius: var(--radius);
     background: #fff;
    /* box-shadow: var(--shadow); */
     overflow: hidden;
 }

 .cc-max {
     max-width: 1800px;
     margin: 0 auto;
 }

 .cc-banner__inner {
     padding: 32px 40px;
 }

 /* TYPOGRAPHY */
 .cc-brand,
 .cc-title,
 .cc-btn {
     font-family: "Argentum Sans", "Montserrat", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
 }

 .cc-brand {
     font-size: 28px;
     letter-spacing: .52em;
     font-weight: 300;
     margin: 0;
     padding-left: 10px;
     line-height: 1;

     /* GRADIENT TEXT */
     background: linear-gradient(90deg,
             #6ccfff 0%,
             #8f8cff 45%,
             #c59bff 70%,
             #f1058f 100%);

     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;

     /* fallback very old browsers */
     color: #6c72c6;
 }

 .cc-title {
     font-size: 88px;
     line-height: .95;
     font-weight: 800;
     margin: 8px 0 20px;
     letter-spacing: 0;

     /* GRADIENT TEXT */
     background: linear-gradient(90deg,
             #19d2ff 0%,
             #18c9ff 35%,
             #1ab0ff 65%,
             #6bb0ff 100%);

     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;

     /* fallback */
     color: #17c9ff;
 }

 .cc-btn {
     display: inline-flex;
     align-items: center;
     justify-content: center;
     padding: 14px 38px;
     border-radius: 999px;
     font-weight: 400;
     font-size: 16px;
     text-transform: uppercase;
     letter-spacing: .06em;

     /* DEFAULT STATE */
     background: transparent;
     color: #18caff;
     border: 1px solid #00d5ff;
     box-shadow: none;

     text-decoration: none;
     transition:
         background .25s ease,
         color .25s ease,
         box-shadow .25s ease,
         transform .2s ease;
 }



 /* HOVER STATE */
 .cc-btn:hover {
     background: linear-gradient(90deg, #18caff 0%, #1aa8ff 100%);
     color: #ffffff;
     border-color: transparent;
     transform: translateY(-1px);
     
 }

 /* Optional: focus/keyboard accessibility */
 .cc-btn:focus-visible {
     outline: none;
     
 }

 /* PRODUCTS GRID */
 .cc-products {
     display: flex;
     align-items: center;
     justify-content: flex-end;
     gap: 16px;
 }

 /* PRODUCT CARDS - 240x240px exact */
 .cc-pcard {
     width: 240px;
     height: 240px;
     background: #fff;
     border-radius: 22px;
    
     border: 1px solid rgba(0, 0, 0, .04);
     overflow: hidden;
     text-decoration: none;
     color: inherit;
     display: block;
     position: relative;
     transition: transform .2s ease, box-shadow .2s ease;
 }

 .cc-pcard:hover {
     transform: translateY(-3px);
     box-shadow: 0 18px 34px rgba(15, 23, 42, .22);
 }

 .cc-pcard__imgwrap {
     width: 100%;
     height: 100%;
     padding: 0;
     margin: 0;
     background: #fff;
     position: relative;
 }

 .cc-pcard img {
     position: absolute;
     inset: 0;
     width: 100%;
     height: 100%;
     display: block;
     object-fit: cover;
 }


 main section.cc-banner {
     padding: 0 !important;
 }

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

 /* Tablet */
 @media (max-width: 1400px) {
     .cc-title {
         font-size: 76px;
     }

     .cc-brand {
         font-size: 36px;
     }

     .cc-pcard {
         width: 220px;
         height: 220px;
     }
 }

 /* Mobile Layout */
 @media (max-width: 991px) {
     .cc-banner__inner {
         padding: 24px;
     }

     .cc-title {
         font-size: 64px;
         margin: 12px 0 16px;
     }

     .cc-brand {
         font-size: 32px;
     }

     /* Products move between title and button */
     .cc-products {
         justify-content: flex-start;
         margin: 16px 0 20px;
         gap: 12px;
     }

     .cc-pcard {
         width: 140px;
         height: 140px;
         border-radius: 18px;
     }

     /* Reorder elements */
     .col-12.col-lg-6:first-child {
         display: flex;
         flex-direction: column;
     }

     .col-12.col-lg-6:last-child {
         order: -1;
     }
 }

 /* Small Mobile */
 @media (max-width: 576px) {
     .cc-banner__inner {
         padding: 20px;
     }

     .cc-title {
         font-size: 52px;
     }

     .cc-brand {
         font-size: 26px;
         letter-spacing: .2em;
     }

     .cc-products {
         gap: 10px;
         margin: 14px 0 18px;
     }

     .cc-pcard {
         width: calc(33.333% - 7px);
         height: auto;
         aspect-ratio: 1;
         border-radius: 16px;
     }

     .cc-btn {
         padding: 12px 28px;
         font-size: 14px;
     }
 }



 /* =========================
   ELFA-STYLE BANNER
   ========================= */

 .cc-elfa {
     --radius: 30px;
     --border: rgba(7, 204, 255, .25);
     --shadow: 0 14px 34px rgba(15, 23, 42, .10);
     --cyan: #10c7ff;
     --cyan-dark: #00b8f2;
     --card-shadow: 0 16px 30px rgba(15, 23, 42, .12);
     --card-border: rgba(15, 23, 42, .06);
     --pill-border: rgba(15, 23, 42, .10);
     width: 100%;
     border: 1px solid var(--border);
     border-radius: var(--radius);
     background: #fff;
    /* box-shadow: var(--shadow); */
     overflow: hidden;
 }

 .cc-elfa {
     box-shadow: none !important;
 }

 .cc-max {
     max-width: 1800px;
     margin: 0 auto;
 }

 .cc-elfa .cc-banner__inner {
     padding: 32px 40px;
 }

 /* Remove theme padding that causes "main section has 4rem" */
 main section.cc-banner {
     padding: 0 !important;
 }

 /* LEFT */
 .cc-elfa .cc-kicker {
     display: inline-flex;
     align-items: center;
     padding: 4px 16px;
     border-radius: 6px;
     font-weight: 100;
     letter-spacing: .02em;
     text-transform: uppercase;
     color: #fff;
     background: linear-gradient(90deg, #39b7ff 0%, #9a6bff 45%, #ff2aa2 100%);
 }

 .cc-elfa .cc-title,
 .cc-elfa .cc-btn {
     font-family: "Argentum Sans", "Montserrat", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
 }

 .cc-elfa .cc-title {
     margin: 22px 0 22px;
     font-size: 86px;
     line-height: .92;
     font-weight: 900;
     letter-spacing: -0.02em;
     color: var(--cyan);
 }

/* =========================
   CTA – OUTLINED → SOLID
   ========================= */

.cc-elfa .cc-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 30px;
    border-radius: 999px;

    font-family: "Argentum Sans", "Montserrat", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    font-weight: 300;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: .06em;
    text-decoration: none;

    /* 🔵 DEFAULT */
    background: transparent;
    color: var(--cyan-dark);
    border: 1px solid var(--cyan);

    transition:
        background .2s ease,
        color .2s ease,
        border-color .2s ease,
        transform .2s ease,
        box-shadow .2s ease;
}

/* HOVER / ACTIVE */
.cc-elfa .cc-btn:hover,
.cc-elfa .cc-btn:focus-visible {
    background: var(--cyan-dark);
    /* solid */
    color: #fff;
    /* contrast bun */
    border-color: var(--cyan-dark);
    transform: translateY(-1px);
    box-shadow: 0 10px 22px rgba(16, 199, 255, .28);
}

/* CLICK */
.cc-elfa .cc-btn:active {
    transform: translateY(0);
    box-shadow: 0 6px 14px rgba(16, 199, 255, .22);
}

/* ACCESSIBILITY */
.cc-elfa .cc-btn:focus-visible {
    outline: none;
}

 /* RIGHT: products */
 .cc-elfa .cc-products {
     display: flex;
     align-items: flex-end;
     justify-content: flex-end;
     gap: 18px;
 }

 /* =========================
   ELFA cards: image fills + glow is the card shadow
   ========================= */

 .cc-products--elfa {
     display: flex;
     justify-content: flex-end;
     align-items: flex-end;
     gap: 26px;
 }

 /* component wrapper */
 .cc-elfaCard {
     width: 300px;
     display: block;
     position: relative;
     text-decoration: none;
     color: inherit;
     padding-top: 54px;
 }

 /* label (pill) — stays attached */
 .cc-elfaCard__pill {
     position: absolute;
     top: 8px;
     left: 50%;
     transform: translateX(-50%);
     width: 78%;
     height: 36px;
     border-radius: 10px;
     background: #fff;
     border: 1px solid rgba(15, 23, 42, .10);
     display: flex;
     align-items: center;
     justify-content: center;
     font-weight: 800;
     font-size: 13px;
     letter-spacing: .04em;
     text-transform: uppercase;
     user-select: none;
     white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
 }

 /* card = container simplu; glow is REAL shadow of the card */
 .cc-elfaCard__media {
     border-radius: 26px;
     overflow: hidden;
     background: #fff;
     border: 1px solid rgba(15, 23, 42, .06);
     box-shadow: 0 8px 16px rgba(15, 23, 42, .10);
    
     transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
     height: 240px;
 }

 /* image fills FULL container (because image has the design) */
 .cc-elfaCard__media img {
     width: 100%;
     height: 100%;
     display: block;
     object-fit: cover;
     object-position: center;
 }

 /* hover */
 .cc-elfaCard:hover .cc-elfaCard__media {
     transform: translateY(-3px);
     box-shadow: 0 20px 38px rgba(15, 23, 42, .14);
    filter: drop-shadow(0 8px 16px var(--glow, rgba(125, 92, 255, .35)));
 }

 /* per-card colors */
 .cc-elfaCard--pink {
     --glow: rgba(209, 75, 155, .45);
 }

 .cc-elfaCard--violet {
     --glow: rgba(125, 92, 255, .45);
 }

 .cc-elfaCard--blue {
     --glow: rgba(75, 137, 209, .45);
 }

 /* pill accents */
 .cc-elfaCard--pink .cc-elfaCard__pill {
     color: #d14b9b;
     border-color: rgba(209, 75, 155, .22);
 }

 .cc-elfaCard--violet .cc-elfaCard__pill {
     color: #7d5cff;
     border-color: rgba(125, 92, 255, .22);
 }

 .cc-elfaCard--blue .cc-elfaCard__pill {
     color: #4b89d1;
     border-color: rgba(75, 137, 209, .22);
 }

 /* =========================
   TABLET: Smaller adjustments
   ========================= */

 @media (max-width: 991px) {
     .cc-elfa .cc-banner__inner {
         padding: 28px 32px;
     }

     .cc-elfa .cc-title {
         font-size: 64px;
         margin: 18px 0;
     }

     .cc-products--elfa {
         justify-content: flex-start;
         gap: 16px;
     }

     .cc-elfaCard {
         width: 240px;
         padding-top: 48px;
     }

     .cc-elfaCard__pill {
         width: 86%;
         height: 34px;
         font-size: 12px;
     }

     .cc-elfaCard__media {
         height: 210px;
         border-radius: 22px;
     }
 }

 /* =========================
   MOBILE: Product cards are STARS 
   Compact badge, smaller title, smaller button
   ========================= */

 @media (max-width: 576px) {
     .cc-elfa {
         --radius: 20px;
     }

     .cc-elfa .cc-banner__inner {
         padding: 20px 16px 24px;
     }

     /* Badge MULT mai mic și compact */
     .cc-elfa .cc-kicker {
         padding: 6px 12px;
         border-radius: 8px;
         font-size: 9px;
         font-weight: 800;
         letter-spacing: .03em;
         display: inline-flex;
         width: auto;
     }

     /* Titlu mai mic, mai compact */
     .cc-elfa .cc-title {
         font-size: 32px;
         line-height: 1;
         margin: 12px 0 0px;
         letter-spacing: -0.01em;
     }

     /* Buton mai mic și mai puțin imposant */
     .cc-elfa .cc-btn {
         padding: 10px 20px;
         font-size: 12px;
         font-weight: 800;
         letter-spacing: .04em;
         
     }

     .cc-elfa .cc-btn:hover {
        
     }

     /* CARDURILE = STARS - Mai MARI și mai vizibile */
     .cc-products-mobile {
         margin: 0px 0 16px;
     }

     .cc-products--elfa {
         gap: 8px;
         flex-wrap: nowrap;
     }

     .cc-elfaCard {
         width: calc(33.333% - 5.5px);
         min-width: 0;
         padding-top: 32px;
     }

     /* Pills mai mici dar încă citibile */
     .cc-elfaCard__pill {
         top: 4px;
         width: 90%;
         height: 24px;
         font-size: 8px;
         font-weight: 800;
         border-radius: 7px;
         padding: 0 4px;
         letter-spacing: .02em;
     }

     /*  CARDURILE mai mari - aspect ratio pătrat pentru max vizibilitate */
     .cc-elfaCard__media {
         height: auto;
         aspect-ratio: 1 / 1;
         border-radius: 14px;
        /* filter: drop-shadow(0 8px 12px var(--glow, rgba(125, 92, 255, .28)));
         box-shadow: 0 4px 12px rgba(15, 23, 42, .08); */
     }

     .cc-elfaCard:hover .cc-elfaCard__media {
       /*  transform: translateY(-2px);
         filter: drop-shadow(0 10px 16px var(--glow, rgba(125, 92, 255, .35))); */
     }

     /* Ajustare glow pentru mobil - mai subtil dar vizibil */
     .cc-elfaCard--pink {
       /*  --glow: rgba(209, 75, 155, .32); */
     }

     .cc-elfaCard--violet {
        /* --glow: rgba(125, 92, 255, .32); */
     }

     .cc-elfaCard--blue {
        /* --glow: rgba(75, 137, 209, .32); */
     }
 }

 /* =========================
   VERY SMALL MOBILE (<400px)
   ========================= */

 @media (max-width: 400px) {
     .cc-elfa .cc-title {
         font-size: 28px;
     }

     .cc-elfa .cc-kicker {
         font-size: 8px;
         padding: 5px 10px;
     }

     .cc-elfaCard__pill {
         font-size: 7px;
         height: 22px;
     }

     .cc-products--elfa {
         gap: 6px;
     }

     .cc-elfaCard {
         width: calc(33.333% - 4px);
     }
 }

 



   .cc-elfa .cc-type {
       display: inline-block;
       min-width: 16ch;
       /* stabilizează layout-ul */
       white-space: nowrap;
       position: relative;
   }

   .cc-elfa .cc-type::after {
       content: "";
       display: inline-block;
       width: .12em;
       height: .9em;
       margin-left: .12em;
       background: currentColor;
       transform: translateY(.08em);
       animation: ccBlink 1s steps(1, end) infinite;
   }

   @keyframes ccBlink {
       50% {
           opacity: 0;
       }
   }

   @media (max-width:576px) {
       .cc-elfa .cc-type {
           min-width: 14ch;
       }
   }

   @media (prefers-reduced-motion: reduce) {
       .cc-elfa .cc-type::after {
           animation: none;
       }
   }

   /* ===== TYPEWRITER – SAME GRADIENT AS TITLE ===== */

   .cc-elfa .cc-title {
       /* gradientul tău EXISTENT (îl repetăm ca variabilă) */
       --title-gradient: linear-gradient(90deg,
               #39b7ff 0%,
               #9a6bff 45%,
               #ff2aa2 100%);
   }

   /* textul care se scrie */
   .cc-elfa .cc-type {
       display: inline-block;
       min-width: 16ch;
       white-space: nowrap;
       position: relative;

       /* 🔥 ACELAȘI GRADIENT */
       background: var(--title-gradient);
       -webkit-background-clip: text;
       background-clip: text;
       -webkit-text-fill-color: transparent;
       color: transparent;
   }

   /* caret în aceeași culoare percepută */
   .cc-elfa .cc-type::after {
       content: "";
       display: inline-block;
       width: .12em;
       height: .9em;
       margin-left: .12em;
       background: #ff2aa2;
       /* ultimul stop din gradient (arată corect vizual) */
       transform: translateY(.08em);
       animation: ccBlink 1s steps(1, end) infinite;
   }

   @keyframes ccBlink {
       50% {
           opacity: 0;
       }
   }

   /* mobile */
   @media (max-width:576px) {
       .cc-elfa .cc-type {
           min-width: 14ch;
       }
   }

   /* reduced motion */
   @media (prefers-reduced-motion: reduce) {
       .cc-elfa .cc-type::after {
           animation: none;
       }
   }


   /* fix pentru cuvinte lungi */
   .cc-elfa .cc-type {
       font-size: 0.78em;
       /* 👈 cheia problemei */
       line-height: 1;
   }




   /* =========================================
   WISHLIST: show full product card (no hover)
   + fix clipping / fixed height
   Scoped to wishlist page
   ========================================= */

   /* 1) Remove the fixed equal-height that clips content */
   .snippets-wishlist .wishlist-item[style] {
       height: auto !important;
   }

   .snippets-wishlist .wishlist-item,
   .snippets-wishlist .wishlist-item>[data-wrapper="true"] {
       height: auto !important;
       min-height: 0 !important;
   }

   /* 2) The inner wrapper is positioned absolute in NOVA (pos-abs).
      Make it normal flow so it can grow with content. */
   .snippets-wishlist .productbox-inner.pos-abs {
       position: static !important;
       top: auto !important;
       right: auto !important;
       bottom: auto !important;
       left: auto !important;
       height: auto !important;
   }

   /* 3) Disable "hover-only" reveal: show everything always */
   .snippets-wishlist .productbox-onhover {
       opacity: 1 !important;
       visibility: visible !important;
       pointer-events: auto !important;
       max-height: none !important;
       height: auto !important;
   }

   /* 4) Prevent border/radius from cutting inner content */
   .snippets-wishlist .productbox,
   .snippets-wishlist .productbox-inner,
   .snippets-wishlist .productbox-column {
       overflow: visible !important;
   }

   /* 5) Optional: remove hover visual effects (keep layout stable) */
   .snippets-wishlist .productbox-hover:hover {
       transform: none !important;
   }

   /* 6) Optional: if quick-actions (X remove) were also hover-based, keep them visible */
   .snippets-wishlist .productbox-quick-actions {
       opacity: 1 !important;
       visibility: visible !important;
       transform: none !important;
   }

   .snippets-wishlist textarea.js-update-wl {
       max-height: 110px;
       overflow: auto;
   }




/* === Placeholder premium (skeleton + icon) === */
.productbox .cf-placeholder{
    display: block;
    width: 100%;
    height: 100%;
    min-height: 100%;
    border-radius: 12px;
    position: relative;
    overflow: hidden;

    /* skeleton */
    background: linear-gradient(100deg,
        #f3f4f6 40%,
        #e5e7eb 50%,
        #f3f4f6 60%);
    background-size: 200% 100%;
    animation: skeleton-loading 2.2s ease-in-out infinite;

    /* mic polish */
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.03);
}

/* icon premium (NU o dezactiva mai jos) */
.productbox .cf-placeholder::after{
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    width: 64px;
    height: 64px;
    opacity: .25;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%239CA3AF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='3' width='18' height='18' rx='3'/%3E%3Ccircle cx='8.5' cy='8.5' r='1.5'/%3E%3Cpath d='M21 15l-5-5L5 21'/%3E%3C/svg%3E");
}

@keyframes skeleton-loading{
    to { background-position: -200% 0; }
}

/* dacă <a> e flex (cum ai la desktop), fă placeholder-ul să se întindă */
.productbox .productbox-images > a{
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.productbox .productbox-images > a .cf-placeholder{
    flex: 1 1 auto;
}



/* Mobile nu are hover real; rămâne ok (nu trebuie reguli separate) */

/* === Fundal alb pentru imagini cu transparență === */
.productbox .productbox-images {
    background-color: #ffffff;
}



/* ========== SLIDER ========== */
/* containerul (butonul) – cerc perfect */
.slick-arrow {
    box-sizing: border-box !important;
    /* border inclus în dimensiune */
    width: 40px !important;
    height: 40px !important;
    aspect-ratio: 1 / 1 !important;
    /* păstrează 1:1 chiar dacă alt CSS umblă */
    border-radius: 50% !important;
    /* „cerc”, nu număr mare arbitrar */
    padding: 0 !important;
    /* evită deformarea */
    line-height: 0 !important;
    /* fără împingeri din font */
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    /* stilurile tale */
    border: 0.75px solid #00bcd4;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(5px);
    color: #00bcd4;
    z-index: 10;
    cursor: pointer;
    transition: all .2s ease-in-out;
}

/* „cercul” interior (icon) – tot perfect rotund */
.slick-arrow i,
.slick-arrow svg {
    width: 24px !important;
    height: 24px !important;
    aspect-ratio: 1 / 1 !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* dacă folosești SVG, dă-i background ca la <i> */
.slick-arrow svg {
    background-color: #00bcd4;
    color: #fff;
    /* path cu stroke: currentColor */
    padding: 2px;
    /* „cerc” interior */
}


/* (opțional) dacă vezi margină stânga mai mare, elimină padding-ul pe track */
.slick-track {
    padding-left: 0 !important;
}

/* Hover pe buton */
.slick-arrow:hover {
    background-color: #00bcd4;
    color: #fff;
    border-color: #00bcd4;
}

/* Hover pe iconiță (opțional, pentru feedback vizual) */
.slick-arrow:hover i {
    background-color: #fff;
    color: #00bcd4;
}

/* ======================== FINAL ======================== */


/* ======================== card pagina mein konto cu actualizarea update-urilor ======================== */
  .ccu-card {
    background: #fff;
    border: 1px solid #DCDCDC;
    border-radius: 14px;
    overflow: hidden;
  }

  .ccu-card__head {
    background: #F6FAFD;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
  }

  .ccu-card__btn {
    border-radius: 20px;
    font-size: 0.875rem;
    padding: 4px 14px;
    border: 1px solid currentColor;
  }

  .ccu-card__body {
    padding: 18px;
  }

  .ccu-title {
    font-weight: 600;
    margin-bottom: 6px;
  }

  .ccu-list {
    padding-left: 1.2rem;
    margin: 0 0 16px 0;
  }

  .ccu-list li {
    margin-bottom: 6px;
    line-height: 1.45;
  }

  .ccu-divider {
    border-top: 1px solid #E6E6E6;
    margin: 16px 0;
  }

  .ccu-muted {
    opacity: 0.95;
  }


/*Doofinder Recomandations slider title*/

/* Doofinder – setări prin CSS variables (safe, nu rupe sliderul) */
.dfwidget-host {
  --card-border-radius: 20px !important;
  --card-border-width: 0.75px !important;
  --card-border-color: #00b8f2 !important;

  --font-size: 16px; /* afectează titlurile dacă Doofinder folosește var(--font-size) */
}


/* Title (fallback dacă nu ia din variabile) */
.dfwidget-host .card-title.line-clamp {
  font-size: 16px !important;
  line-height: 1.2 !important;
  color: #000 !important;

}

/* custom.css — minimal styling for the toggle button */
.cc-passField__wrap { position: relative; }

.cc-passField__btn {
  position: absolute;
  right: .5rem;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  background: transparent;
  padding: .25rem;
  cursor: pointer;
  opacity: .85;
  line-height: 0;
}

.cc-passField__btn:hover { opacity: 1; }

.cc-passField__wrap input[type="password"],
.cc-passField__wrap input[type="text"] {
  padding-right: 2.5rem;
}

/*banner lateral */

  .promo-card {
    border: 1px solid #07CCFF;
    border-radius: 20px;
    background: #fff;
    height: auto;
  }

  .promo-eyebrow {
    color: #07CCFF;
    font-weight: 700;
    font-size: 28px;
    line-height: 1.1;
  }

  .promo-heading {
    color: #9c9fa3;
    font-weight: 800;
    font-size: 60px;
    line-height: 1.05;
  }

  .card-image-promo {
    width: 100%;
    object-fit: contain;
    position: static;
  }

 .promo-heading2{
    color: #9c9fa3;
    font-weight: 800;
    font-size: 36px;
    line-height: 1.05;

 }

  .promo-heading2_1 {
      color: #9c9fa3;
      font-weight: 800;
      font-size: 28px;
      line-height: 1.05;

  }

/* === MOBILE VERSION === */
@media (max-width: 576px) {

    .promo-card-mobile {
        flex-direction: row !important;
        align-items: center !important;
        gap: 10px !important;
        padding: 16px !important;
    }

    /* TEXT */
    .promo-eyebrow {
        font-size: 16px !important;
        margin-bottom: 2px !important;
    }

    .promo-heading {
        font-size: 22px !important;
        font-weight: 800;
        line-height: 1.1;
        color: #9c9fa3;
    }

    .promo-heading div {
        font-size: 22px !important;
        line-height: 1.05;
    }

    /* IMAGE */
    .promo-card-mobile .card-image-promo {
        padding-bottom: 0 !important;
        margin-left: auto;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        max-width: 120px !important;
    }

    .promo-card-mobile .card-image-promo img {
        width: 100% !important;
        max-width: 120px !important;
    }
}


/* =========================================================
   Design nou - 2026
   ========================================================= */

/* =========================================================
   Kategorien Karten 
   ========================================================= */

:root {
    --card-blue: #09CCFD;
    --card-light: #F5F5F5;
    --card-gray: #E8E8E8;
    --card-border: #09CCFD;
    --shadow-card: 0 4px 20px rgba(0, 0, 0, 0.08);
    --transition-smooth: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

/* =========================================================
   CONTAINER - MAX WIDTH 1600px
   ========================================================= */
.vape-cards-container {
    margin: 0 auto;
    max-width: 1600px;
    width: 100%;
    padding: 0 1rem;
}

.vape-cards-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
    width: 100%;
}

/* =========================================================
   CARD BASE STYLES - COMPACT & UNIFORM
   ========================================================= */
.vape-card {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: var(--shadow-card);
    display: flex;
    flex-direction: column;
    height: 480px; /* Fixed height for uniformity */
}

/* Card Background Gradients */
.vape-card.card-blue {
    background: linear-gradient(125deg, #074583 0%, #0C75C6 100%);
}

.vape-card.card-light-1 {
    background: radial-gradient(circle at 30% 25%, #FFFFFF 25%, #F8F8F8 45%, #F2F2F2 70%, #EDEDED 100%);
}

.vape-card.card-light-2 {
    background: radial-gradient(circle at 30% 25%, #FFFFFF 25%, #F5F5F5 40%, #ECECEC 70%, #E2E2E2 100%);
}

.vape-card.card-white {
    background: radial-gradient(circle at 30% 25%, #FFFFFF 0%, #FAFAFA 50%, #F0F0F0 80%, #E8E8E8 100%);
}

/* =========================================================
   HEADER SECTION - COMPACT
   ========================================================= */
.vape-card-header {
    padding: 1.5rem 1.5rem 0.25rem;
    z-index: 3;
    position: relative;
}

.vape-card-title {
    font-family: "Argentum Sans", Arial, Helvetica, sans-serif;
    font-size: 1.75rem;
    font-weight: 800;
    margin: 0 0 0.2rem 0;
    letter-spacing: 0.3px;
    line-height: 1;
    text-transform: uppercase;
}

.vape-card-subtitle {
    font-family: "Argentum Sans", Arial, Helvetica, sans-serif;
    font-size: 1.3rem;
    font-weight: 500;
    margin: 0;
    opacity: 0.88;
    line-height: 1.1;
}

/* Text Colors */
.card-blue .vape-card-title,
.card-blue .vape-card-subtitle {
    color: #FFFFFF;
}

.card-light-1 .vape-card-title,
.card-light-2 .vape-card-title,
.card-white .vape-card-title {
    color: #07CCFF;
}

.card-light-1 .vape-card-subtitle,
.card-light-2 .vape-card-subtitle,
.card-white .vape-card-subtitle {
    color: #555555;
}

/* =========================================================
   IMAGE CONTAINER - COMPACT, FILLS REMAINING SPACE
   ========================================================= */
.vape-card-image-container {
    position: relative;
    flex: 1;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 0 1rem 0.75rem;
    overflow: visible;

    /* ADDED: rezervă spațiu stabil pentru imagini -> reduce CLS */
    min-height: 240px;
}

/* CHANGED: setăm o înălțime minimă clară pentru wrapper-ul imaginilor */
.vape-card-images {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;

    /* ADDED: previne "collapse" înainte să vină imaginile */
    min-height: 220px;
}

/* =========================================================
   PRODUCT IMAGES - COMPACT
   ========================================================= */
.vape-product-img {
    max-height: 320px;
    height: auto;
    width: auto;
    max-width: 34%;
    object-fit: contain;

    /* CHANGED: transition limitat (evită relayout scump + micro-shifts) */
    transition: transform var(--transition-smooth), filter var(--transition-smooth);

    filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.15));
    transform-origin: bottom center;

    /* ADDED: izolează elementul pentru performanță (nu schimbă layout) */
    will-change: transform;

    /* ADDED: dacă lipsește înălțimea inițială pe unele device-uri, stabilizează */
    display: block;
}

/* =========================================================
   CUSTOM IMAGE SIZES PER CARD
   ========================================================= */

/* CARD 1 - Sofort Nutzbar (3 images) */
.card-blue .vape-product-img:nth-child(1) {
    max-width: 30%;
    z-index: 2;
}

.card-blue .vape-product-img:nth-child(2) {
    max-width: 42%;
    z-index: 5;
}

.card-blue .vape-product-img:nth-child(3) {
    max-width: 30%;
    z-index: 1;
}

/* CARD 2 - Pods Vorbefüllt (3 images) */
.card-light-1 .vape-product-img:nth-child(1) {
    max-width: 30%;
    z-index: 2;
}

.card-light-1 .vape-product-img:nth-child(2) {
    max-width: 42%;
    z-index: 5;
}

.card-light-1 .vape-product-img:nth-child(3) {
    max-width: 30%;
    z-index: 1;
}

/* CARD 3 - Wiederbefüllbar (3 images) */
.card-light-2 .vape-product-img:nth-child(1) {
    max-width: 45%;
    z-index: 2;
}

.card-light-2 .vape-product-img:nth-child(2) {
    max-width: 20%;
    z-index: 2;
}

.card-light-2 .vape-product-img:nth-child(3) {
    max-width: 40%;
    z-index: 2;
}

/* CARD 4 - E-Liquids (3 images) */
.card-white .vape-product-img:nth-child(1) {
    max-width: 30%;
    z-index: 2;
}

.card-white .vape-product-img:nth-child(2) {
    max-width: 42%;
    z-index: 5;
}

.card-white .vape-product-img:nth-child(3) {
    max-width: 30%;
    z-index: 1;
}

/* =========================================================
   HOVER EFFECTS - DESKTOP
   ========================================================= */
.vape-card-images:hover .vape-product-img:nth-child(1) {
    transform: translateY(-15px) scale(1.08) rotate(-3deg);
    filter: drop-shadow(0 12px 30px rgba(0, 0, 0, 0.25));
}

.vape-card-images:hover .vape-product-img:nth-child(2) {
    transform: translateY(-20px) scale(1.12);
    filter: drop-shadow(0 15px 35px rgba(0, 0, 0, 0.3));
    z-index: 10;
}

.vape-card-images:hover .vape-product-img:nth-child(3) {
    transform: translateY(-15px) scale(1.08) rotate(3deg);
    filter: drop-shadow(0 12px 30px rgba(0, 0, 0, 0.25));
}

.vape-product-img:hover {
    transform: translateY(-25px) scale(1.15) rotate(0deg) !important;
    filter: drop-shadow(0 18px 40px rgba(0, 0, 0, 0.35)) brightness(1.08) !important;
    z-index: 15 !important;
}

/* =========================================================
   FOOTER SECTION - COMPACT, MINIMAL SPACING
   ========================================================= */
.vape-card-footer {
    padding: 0 1.5rem 1.5rem;
    z-index: 4;
    position: relative;
}

.vape-card-button {
    display: block;
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
    padding: 0.85rem 1.5rem;
    background: #FFFFFF;
    color: #333333;
    border: 2px solid transparent;
    border-radius: 100px;
    font-size: 0.95rem;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all var(--transition-smooth);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-family: "Argentum Sans", Arial, Helvetica, sans-serif;
}

.vape-card-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.18);
}

.card-blue .vape-card-button {
    background: #FFFFFF;
    border: 2px solid var(--card-border);
}

.card-blue .vape-card-button:hover {
    background: #F8FBFF;
}

.card-light-1 .vape-card-button,
.card-light-2 .vape-card-button,
.card-white .vape-card-button {
    background: #FFFFFF;
    color: #333333;
    border: 2px solid #D0D0D0;
}

.card-light-1 .vape-card-button:hover,
.card-light-2 .vape-card-button:hover,
.card-white .vape-card-button:hover {
    background: #FAFAFA;
    border: 2px solid var(--card-border);
}

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

/* Large Desktop (1400px+) */
@media (min-width: 1400px) {
    .vape-cards-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 1.5rem;
    }

    .vape-card {
        height: 520px;
    }

    .vape-card-header {
        padding: 1.75rem 1.75rem 0.35rem;
    }

    .vape-card-title {
        font-size: 1.9rem;
    }

    .vape-card-subtitle {
        font-size: 1.45rem;
    }

    .vape-product-img {
        max-height: 340px;
    }

    /* ADDED: ajustează rezervarea pe ecrane mari */
    .vape-card-image-container { min-height: 260px; }
    .vape-card-images { min-height: 240px; }

    .vape-card-button {
        max-width: 220px;
        font-size: 1rem;
    }
}

/* Desktop (1024px - 1399px) */
@media (min-width: 1024px) and (max-width: 1399px) {
    .vape-cards-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 1.25rem;
    }

    .vape-card {
        height: 480px;
    }

    .vape-card-header {
        padding: 1.5rem 1.5rem 0.25rem;
    }

    .vape-card-title {
        font-size: 1.75rem;
    }

    .vape-card-subtitle {
        font-size: 1.3rem;
    }

    .vape-product-img {
        max-height: 320px;
    }

    /* ADDED */
    .vape-card-image-container { min-height: 240px; }
    .vape-card-images { min-height: 220px; }

    .vape-card-button {
        max-width: 200px;
        font-size: 0.95rem;
    }
}

/* Tablet Landscape (768px - 1023px) - 2 columns */
@media (min-width: 768px) and (max-width: 1023px) {
    .vape-cards-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.25rem;
    }

    .vape-card {
        height: 460px;
    }

    .vape-card-header {
        padding: 1.5rem 1.5rem 0.25rem;
    }

    .vape-card-title {
        font-size: 1.7rem;
    }

    .vape-card-subtitle {
        font-size: 1.25rem;
    }

    .vape-product-img {
        max-height: 300px;
    }

    /* ADDED */
    .vape-card-image-container { min-height: 220px; }
    .vape-card-images { min-height: 200px; }

    .vape-card-button {
        max-width: 200px;
        font-size: 0.72rem;
    }
}

/* Mobile Landscape & Small Tablets (480px - 767px) - 2 columns */
@media (min-width: 480px) and (max-width: 767px) {
    .vape-cards-container {
        padding: 0 0.70rem;
    }

    .vape-cards-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .vape-card {
        border-radius: 16px;
        height: auto;
        min-height: 380px;
    }

    .vape-card-header {
        padding: 1.25rem 1.25rem 0.25rem;
    }

    .vape-card-title {
        font-size: 1.35rem;
        line-height: 1.05;
        margin: 0 0 0.2rem 0;
    }

    .vape-card-subtitle {
        font-size: 1.05rem;
        line-height: 1.15;
    }

    .vape-card-image-container {
        padding: 0.5rem 0.75rem 0.75rem;

        /* ADDED */
        min-height: 200px;
    }

    .vape-card-images {
        /* ADDED */
        min-height: 180px;
    }

    .vape-product-img {
        max-height: 240px;
    }

    .vape-card-footer {
        padding: 0 1.25rem 1.25rem;
    }

    .vape-card-button {
        width: 100%;
        max-width: 180px;
        padding: 0.75rem 1.25rem;
        font-size: 0.85rem;
    }

    .vape-card-images:hover .vape-product-img,
    .vape-product-img:hover {
        transform: none !important;
        filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.15)) !important;
    }
}

/* Mobile Portrait (under 480px) - 2 columns compact */
@media (max-width: 479px) {
    .vape-cards-container {
        padding: 0 0.5rem;
    }

    .vape-cards-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }

    .vape-card {
        border-radius: 14px;
        height: auto;
        min-height: 250px;
    }

    .vape-card-header {
        padding: 1rem 1rem 0.25rem;
    }

    .vape-card-title {
        font-size: 1.1rem;
        line-height: 1.05;
        margin: 0 0 0.15rem 0;
    }

    .card-light-2 .vape-card-title {
        font-size: 0.8rem;
    }

    .vape-card-subtitle {
        font-size: 0.85rem;
        line-height: 1.15;
    }

    .vape-card-image-container {
        padding: 0.5rem 0.75rem 0.5rem;
        margin-top: -0.05rem;

        /* ADDED */
        min-height: 170px;
    }

    .vape-card-images {
        /* ADDED */
        min-height: 150px;
    }

    .vape-product-img {
        max-height: 200px;
    }

    .vape-card-footer {
        padding: 0 1rem 1rem;
    }

    .vape-card-button {
        width: 100%;
        max-width: none;
        padding: 0.7rem 1rem;
        font-size: 0.70rem;
        border-radius: 999px;
    }

    .vape-card-images:hover .vape-product-img,
    .vape-product-img:hover {
        transform: none !important;
        filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.15)) !important;
    }
}

@media (max-width: 359px) {
    .vape-cards-grid {
        grid-template-columns: 1fr;
    }

    .vape-card {
        min-height: 420px;
        height: auto;
    }

    .vape-card-title {
        font-size: 1.4rem;
    }

    .vape-card-subtitle {
        font-size: 1.05rem;
    }

    .vape-product-img {
        max-height: 260px;
    }

    /* ADDED */
    .vape-card-image-container { min-height: 220px; }
    .vape-card-images { min-height: 200px; }
}

/* =========================================================
   ACCESSIBILITY
   ========================================================= */
.vape-card:focus-within {
    outline: 0.75px solid #0066B8;
    outline-offset: 2px;
}

.vape-card-button:focus-visible {
    outline: 0.75px solid #0066B8;
    outline-offset: 2px;
}

/* =========================================================
   ENTRANCE ANIMATIONS
   ========================================================= */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.vape-card.animate {
    animation: fadeInUp 0.5s ease-out forwards;
    opacity: 0;
}

.vape-card.animate:nth-child(1) { animation-delay: 0.05s; }
.vape-card.animate:nth-child(2) { animation-delay: 0.1s; }
.vape-card.animate:nth-child(3) { animation-delay: 0.15s; }
.vape-card.animate:nth-child(4) { animation-delay: 0.2s; }

/* =========================================================
   TOUCH DEVICES
   ========================================================= */
@media (hover: none) and (pointer: coarse) {
    .vape-product-img:active {
        transform: scale(0.97);
    }

    .vape-card-button:active {
        transform: translateY(-1px) scale(0.98);
    }
}

/* =========================================================
   DESKTOP ONLY – SUBTLE PULSE EFFECT ON IMAGES
   ========================================================= 
@media (min-width: 1024px) {

    @keyframes vapePulse {
        0% { transform: translateY(0) scale(1); }
        50% { transform: translateY(-6px) scale(1.03); }
        100% { transform: translateY(0) scale(1); }
    }

    /* Pulse doar pentru imaginea centrală (cea dominantă) 
    .vape-card .vape-product-img:nth-child(2) {
        animation: vapePulse 2.2s ease-in-out infinite;
    }

    /* Oprim pulse când există hover pe container 
    .vape-card-images:hover .vape-product-img:nth-child(2),
    .vape-product-img:hover {
        animation: none;
    }

    /* ADDED: nu porni pulse imediat la load (reduce riscul de "perceived" LCP jank) 
    .vape-card .vape-product-img:nth-child(2) {
        animation-delay: 0.6s;
    }
}
*/









/*Titluri homepage*/
.pf-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

/* H1 Badge */
/* slot care stabilizează layout-ul chiar dacă OPC aplică CSS mai târziu */
.vape-shop-badge-slot{
  min-height: 32px;   /* ajustează 28–40px după cum arată pe site */
}

/* H1 Badge */
.vape-shop-badge{
  display: inline-block;
  background: #00BDFF;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 20px;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  line-height: 1;
}
/* Produkt Finder Title */
#produkt-finder-title {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.2;
    margin: 0;
    margin-bottom: 20px !important;
}

/* Tablet */
@media (max-width: 992px) {
    #produkt-finder-title {
        font-size: 26px;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .vape-shop-badge {
        font-size: 0.7rem;
        padding: 5px 12px;
        margin-bottom: 8px;
    }

    #produkt-finder-title {
        font-size: 22px;
    }
}

/* Responsive: pe mobil badge-ul cade sub titlu */
@media (max-width: 576px) {
    .pf-container {
        flex-direction: column;
        align-items: flex-start;
    }
}


/* =========================================================
   Banner - 1
   ========================================================= */

   .cc-af-banner {
  width: 100%;
  display: flex;
  justify-content: center;
  background: transparent;
}

.cc-af-container {
  width: 100%;
  max-width: 1600px;
  border-radius: 26px;
  padding: 30px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  background: radial-gradient(circle at 30% 40%, #015B9F 0%, #002753 70%);
}

.cc-af-content {
  max-width: 650px;
  z-index: 2;
}

.cc-af-badges {
  display: flex;
  gap: 12px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.cc-badge {
  background: #FFFFFF;
  color: #015B9F;
  font-size: 12px;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 8px;
  letter-spacing: 0.5px;
}

.cc-af-title {
  font-size: 52px;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 10px;
  background: linear-gradient(90deg, #09ECFD, #17D2FF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


.cc-af-subtitle {
  font-size: 22px;
  color: #FFFFFF;
  margin-bottom: 40px;
  font-weight: 400;
}


.cc-af-btn {
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 999px;
  text-decoration: none;
  color: white;

  background: linear-gradient(-130deg, #17D2FF, #648FF1);


  transition:
    transform 180ms cubic-bezier(.2,.8,.2,1),
    box-shadow 180ms cubic-bezier(.2,.8,.2,1),
    filter 180ms cubic-bezier(.2,.8,.2,1);
}

.cc-af-btn:hover {
  transform: translateY(-1px);
  filter: saturate(1.05) brightness(1.02);
  color:#002753; 

box-shadow:
        0 14px 28px rgba(0, 0, 0, 0.22),
        0 0 28px rgba(0, 39, 83, 0.35);
}


.cc-af-products {
  display: flex;
  align-items: center;
  gap: 0px;
}

.cc-product {
  max-height: 280px;
  object-fit: contain;
  transition: transform 0.4s ease;
}

.cc-product:hover {
  transform: translateY(-10px) scale(1.05);
}

@media (max-width: 1200px) {
  .cc-af-container {
    padding: 50px 40px;
  }

  .cc-af-title {
    font-size: 48px;
  }
}

@media (max-width: 992px) {

    .cc-af-container {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
        padding: 34px 22px;
        gap: 18px;
    }

    .cc-af-content {
        max-width: 100%;
        width: 100%;
    }

    .cc-af-badges {
        justify-content: flex-start;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        gap: 10px;
        margin-bottom: 18px;
        padding-bottom: 6px;
    }

    .cc-af-badges::-webkit-scrollbar {
        height: 6px;
    }

    .cc-af-badges::-webkit-scrollbar-thumb {
        background: rgba(255, 255, 255, 0.18);
        border-radius: 99px;
    }

    .cc-badge {
        white-space: nowrap;
        font-size: 11px;
        padding: 8px 14px;
        border-radius: 10px;
    }

    .cc-af-title {
        font-size: 40px;
        line-height: 1.05;
        margin-bottom: 10px;
    }

    .cc-af-subtitle {
        font-size: 18px;
        margin-bottom: 22px;
        max-width: 34ch;
    }

    .cc-af-products {
        width: 100%;
        margin-top: 6px;
        justify-content: space-between;
        gap: 12px;
        flex-wrap: nowrap;
    }

    .cc-product {
        max-height: 120px;
        width: auto;
    }

    /* Button centered */
    .cc-af-btn {
        align-self: center;
        margin-top: 18px;
        padding: 14px 34px;
    }
}

@media (max-width: 576px) {

    .cc-af-container {
        border-radius: 22px;
        padding: 28px 18px;
    }

    .cc-af-title {
        font-size: 48px;
    }

    .cc-af-subtitle {
        font-size: 17px;
        margin-bottom: 18px;
        max-width: 32ch;
    }

    .cc-af-products {
        gap: 10px;
    }

    .cc-product {
        max-height: 110px;
    }

    .cc-af-btn {
        padding: 14px 32px;
        font-size: 16px;
    }
}

@media (max-width: 992px) {

    .cc-af-container {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
        gap: 0px;
    }

    .cc-af-content {
        display: contents;
    }

    .cc-af-badges {
        order: 1;
    }

    .cc-af-title {
        order: 2;
    }

    .cc-af-subtitle {
        order: 3;
    }

    .cc-af-products {
        order: 4;
    }

    .cc-af-btn {
        order: 5;
        align-self: center;
        margin-top: 14px;
    }

    .cc-af-badges {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        gap: 6px;
        margin-bottom: 10px;
        padding-bottom: 6px;
    }

    .cc-badge {
        white-space: nowrap;
    }

    .cc-af-products {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap;
        gap: 10px;
        margin: 12px 0 6px 0;
    }

    .cc-product {
        flex: 0 0 auto;
        max-width: 30%;
        height: auto;
        max-height: 110px;
        object-fit: contain;
    }

        .cc-af-badges {
            order: 1;
    
            display: flex;
            flex-wrap: nowrap;
            gap: 10px;
            width: 100%;
            max-width: 100%;
            overflow-x: auto;
            overflow-y: hidden;
            -webkit-overflow-scrolling: touch;
            padding-bottom: 6px;
            margin-bottom: 10px;
            touch-action: pan-x;
        }
    
        .cc-badge {
            white-space: nowrap;
            flex: 0 0 auto;
        }
    
        .cc-af-badges::-webkit-scrollbar {
            height: 6px;
        }
    
        .cc-af-badges::-webkit-scrollbar-thumb {
            background: rgba(255, 255, 255, 0.18);
            border-radius: 999px;
        }
        
}


/* =========================================================
   Banner – Smooth "drift" effect on ONE product image (Desktop only)
   Not the same as pulse: it's a slow float + tiny tilt
   ========================================================= */

@media (min-width: 1024px) {

    @keyframes ccDriftFloat {
        0% {
            transform: translate3d(0, 0, 0) rotate(-1deg);
        }

        35% {
            transform: translate3d(0, -10px, 0) rotate(0.6deg);
        }

        70% {
            transform: translate3d(0, -4px, 0) rotate(-0.4deg);
        }

        100% {
            transform: translate3d(0, 0, 0) rotate(-1deg);
        }
    }

    /* Apply ONLY to one image (2nd). Change nth-child if you want. */
    .cc-af-products .cc-product:nth-child(1) {
        animation: ccDriftFloat 3.5s ease-in-out infinite;
        transform-origin: 50% 90%;
        will-change: transform;
    }

    /* Stop the drift when user interacts */
    .cc-af-products:hover .cc-product:nth-child(1),
    .cc-af-products .cc-product:nth-child(1):hover {
        animation: none;
    }
}

/* Accessibility: respect reduced motion */
@media (prefers-reduced-motion: reduce) {
    .cc-af-products .cc-product:nth-child(1) {
        animation: none !important;
    }
}




/* =========================================================
   Banner - 2
   ========================================================= */

.cc-bundles {
    width: 100%;
    display: flex;
    justify-content: center;
    background: transparent;
}

.cc-bundles__wrap {
    --bg1: #0b6c6f;
    --bg2: #064c52;
    width: 100%;
    max-width: 1600px;
    border-radius: 26px;
    background: radial-gradient(circle at 30% 45%, var(--bg1) 0%, var(--bg2) 75%);
    overflow: hidden;
    display: grid;
    grid-template-columns: 520px 520px 1fr;
    align-items: center;
    column-gap: 30px;
    padding: 0px 40px;
    position: relative;
}


.cc-bundles__left {
    position: relative;
    z-index: 2;
}

.cc-bundles__title {
    margin: 0 0 14px;
    font-weight: 900;
    letter-spacing: 0.4px;
    line-height: 1.02;
    color: #fff;
    font-size: 70px;
}

.cc-bundles__title-accent {
    color: #09ECFD;
}

.cc-bundles__line1 {
    margin: 0 0 8px;
    font-weight: 800;
    letter-spacing: 0.2px;
    color: rgba(255, 255, 255, 0.92);
    font-size: 20px;
}

.cc-bundles__line2 {
    margin: 0 0 26px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.92);
    font-size: 24px;
}


.cc-bundles__btn {
    display: inline-block;
    padding: 14px 34px;
    font-size: 16px;
    font-weight: 800;
    border-radius: 999px;
    text-decoration: none;
    color: #ffffff;


    background: #00E6FE;

    transition:
        transform 160ms ease,
        background 160ms ease;
}


.cc-bundles__btn:hover {
    transform: translateY(-1px);
    background: #00d4ea;
    color:#0B6C6F; 

}


.cc-bundles__cards {
    display: flex;
    justify-content: flex-end;
    gap: 26px;
    position: relative;
    z-index: 2;
}

.cc-bundles__card {
    width: 240px;
    height: 240px;
    border-radius: 22px;
    background: #fff;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.22);
    transform: translateZ(0);
    transition:
        transform 220ms cubic-bezier(.2, .8, .2, 1),
        box-shadow 220ms cubic-bezier(.2, .8, .2, 1),
        filter 220ms cubic-bezier(.2, .8, .2, 1);
}


.cc-bundles__card:hover {
    transform: translateY(-2px);
    filter: saturate(1.02);

    box-shadow:
        0 22px 46px rgba(0, 0, 0, 0.28),
        0 0 32px rgba(0, 230, 254, 0.35),
        0 0 60px rgba(0, 230, 254, 0.22);
}

.cc-bundles__card-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
}


.cc-bundles__hero {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    z-index: 3;
}


.cc-bundles__hero-img {
    width: 430px;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 18px 30px rgba(0, 0, 0, 0.35));
    transform: translateY(-4px);
}


@media (min-width: 1100px) {
    .cc-bundles__wrap {
        overflow: visible;
        
    }

    .cc-bundles__hero-img {
        position: relative;
        right: -12px;
    }
}

/* ===== Responsive ===== */
@media (max-width: 1400px) {
    .cc-bundles__wrap {
        grid-template-columns: 480px 500px 1fr;
        padding: 32px 44px;
        column-gap: 34px;
    }

    .cc-bundles__title {
        font-size: 64px;
    }

    .cc-bundles__hero-img {
        width: 400px;
        right: 0;
        position: relative;
    }
}

@media (max-width: 1200px) {
    .cc-bundles__wrap {
        grid-template-columns: 1fr 520px 1fr;
    }

    .cc-bundles__hero-img {
        width: 380px;
    }
}

/* Mobile/tablet: stacked */
@media (max-width: 992px) {
    .cc-bundles__wrap {
        overflow: hidden;
        /* clip clean */
        grid-template-columns: 1fr;
        row-gap: 0px;
        padding: 34px 22px;
    }

    .cc-bundles__title {
        font-size: 45px;
    }

    .cc-bundles__cards {
        justify-content: center;
        gap: 14px;
    }

    .cc-bundles__card {
        width: 46%;
        height: auto;
        aspect-ratio: 1 / 1;
        border-radius: 20px;
    }

    .cc-bundles__hero {
        justify-content: center;
    }

    .cc-bundles__hero-img {
        width: min(520px, 100%);
        right: 0;
        transform: none;
    }

    .cc-bundles__btn {
        padding: 14px 32px;

    }
}

@media (max-width: 992px) {

    .cc-bundles__left {
        display: contents;
    }

    .cc-bundles__title {
        order: 1;
    }

    .cc-bundles__line1 {
        order: 2;
    }

    .cc-bundles__line2 {
        order: 3;
    }

    .cc-bundles__cards {
        order: 4;
    }

    .cc-bundles__hero {
        order: 5;
    }

    .cc-bundles__btn {
        order: 6;
        justify-self: center;
        margin-top: 10px;
    }
}

@media (max-width: 576px) {
    .cc-bundles__wrap {
        border-radius: 22px;
        padding: 28px 18px;
    }

    .cc-bundles__title {
        font-size: 38px;
    }

    .cc-bundles__line1 {
        font-size: 16px;
    }

    .cc-bundles__line2 {
        font-size: 18px;
    }
}

/* =========================================================
   Bundles – Smooth breathing glow on FIRST card (Desktop only)
   (safe: animates box-shadow + transform very subtly)
   ========================================================= */

@media (min-width: 1024px) {

    @keyframes ccCardBreath {
        0% {
            transform: translateY(0) scale(1);
            box-shadow: 0 16px 36px rgba(0, 0, 0, 0.22);
        }

        50% {
            transform: translateY(-2px) scale(1.01);
            box-shadow:
                0 22px 46px rgba(0, 0, 0, 0.26),
                0 0 26px rgba(0, 230, 254, 0.22);
        }

        100% {
            transform: translateY(0) scale(1);
            box-shadow: 0 16px 36px rgba(0, 0, 0, 0.22);
        }
    }

    /* IMPORTANT: the animation is on the CARD, not the image */
    .cc-bundles__cards .cc-bundles__card:first-child {
        animation: ccCardBreath 1.8s ease-in-out infinite;
        will-change: transform, box-shadow;
    }

    /* Don’t fight with your hover state */
    .cc-bundles__cards .cc-bundles__card:first-child:hover {
        animation: none;
    }
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
    .cc-bundles__cards .cc-bundles__card:first-child {
        animation: none !important;
    }
}
/* =========================================================
   LCP / INP OPTIMIZATIONS (generated)
   Goal: reduce expensive paint/compositing during first render,
   especially on mobile. Visual effects remain on desktop/hover.
   ========================================================= */

/* 1) Avoid heavy effects during initial mobile paint */
@media (max-width: 767.98px) {
  /* Drop expensive filters on large images/cards */
  .cc-product,
  .cc-bundles__hero-img,
  .vape-product-img,
  .cc-elfaCard__media,
  .cc-pcard img,
  .cc-pcard,
  .cc-bundles__card,
  .cc-af-container,
  .cc-bundles__wrap {
    filter: none !important;
    box-shadow: none !important;
  }

  /* Backdrop-filter is costly on mobile */
  .slick-arrow {
    backdrop-filter: none !important;
  }

  /* Disable hover transitions on touch devices */
  .cc-pcard,
  .cc-bundles__card,
  .cc-elfaCard__media,
  .cc-af-btn,
  .cc-bundles__btn,
  .vape-product-img,
  .vape-card-button {
    transition: none !important;
  }
}

/* 2) Only enable hover effects where hover is real */
@media (hover: hover) and (pointer: fine) {
  /* Keep your hover effects (no change) */
}

/* 3) Respect reduced motion (also improves CPU during paint) */
@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}

/* 4) Containment hints for large sections (helps render pipeline)
   NOTE: safe because it doesn't change layout; contain-intrinsic-size
   provides an estimated size to prevent jumps. */
.cc-banner,
.cc-elfa,
.cc-bundles,
.vape-cards-container,
.cubar-container,
.basket,
.cart-summary,
.login-form,
.snippets-wishlist {
  content-visibility: auto;
  contain-intrinsic-size: 800px 600px;
}

/* 5) Force stable image sizing for known hero/priority wrappers */
.opc-image-priority-high img,
.cc-product,
.cc-bundles__hero-img,
.vape-product-img {
  height: auto;
  max-width: 100%;
}

/* 6) Avoid layout thrash from will-change unless really needed */
.opc-image-priority-high {
  will-change: auto !important;
}


/* =========================================================
   PRODUCTBOX – din productlist-item-box.tpl
   Mutat în custom.css – se încarcă O SINGURĂ DATĂ
   În loc de ~293KB CSS duplicat (20 carduri × 14KB)
   ========================================================= */

/* =========================================================
   PRODUCTBOX – BASE LAYOUT
   ========================================================= */
.productbox .form-control.quantity-input {
  color: #111 !important;
  -webkit-text-fill-color: #111;
  background: #fff !important;
  caret-color: #111;
  text-align: center;
  font-size: 16px;
  height: 44px;
  line-height: 44px;
  padding: 0 .5rem;
  min-width: 3.8rem;
}
.productbox input[type=number]::-webkit-outer-spin-button,
.productbox input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.productbox input[type=number] { -moz-appearance: textfield; }

.productbox .form-counter .btn {
  height: 44px;
  min-width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.productbox.text-white .form-control.quantity-input,
.productbox .text-white .form-control.quantity-input {
  color: #111 !important;
  -webkit-text-fill-color: #111;
  background: #fff !important;
}
.productbox .form-control.quantity-input:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(13, 110, 253, .25);
}
.productbox .form-counter { min-width: 180px; }
.productbox .form-counter .input-group-prepend,
.productbox .form-counter .input-group-append { flex: 0 0 auto; }
.productbox .form-counter .form-control { flex: 1 1 auto; }
.productbox .input-group.form-counter {
  flex-wrap: nowrap;
  gap: 0;
  align-items: center;
}

/* Desktop – ascunde butonul de cart din input-group */
.productbox .input-group.form-counter .btn.add-to-cart-ajax {
  display: none !important;
}

/* =========================================================
   RESPONSIVE IMAGE SIZES
   ========================================================= */
@media (max-width: 576px) {
  .productbox .form-counter {
    min-width: 100% !important;
    max-width: 100%;
  }
  .productbox .input-group.form-counter {
    width: 100% !important;
    display: flex !important;
    max-width: 100%;
  }
  .productbox .input-group.form-counter .btn.add-to-cart-ajax {
    display: inline-flex !important;
    min-width: 44px !important;
    max-width: 44px !important;
    width: 44px !important;
    height: 44px !important;
    padding: 0 !important;
    flex-shrink: 0 !important;
    margin-left: 4px !important;
  }
  .productbox .form-control.quantity-input {
    min-width: 2rem !important;
    max-width: 2.5rem !important;
    width: 2.5rem !important;
    padding: 0 0.15rem !important;
    font-size: 16px !important;
  }
  .productbox .form-counter .btn[data-count-up],
  .productbox .form-counter .btn[data-count-down] {
    min-width: 36px !important;
    max-width: 36px !important;
    width: 36px !important;
    height: 44px !important;
    padding: 0 !important;
    flex-shrink: 0 !important;
  }
  .productbox .input-group-prepend,
  .productbox .input-group-append { flex: 0 0 36px !important; }

  .productbox .productbox-image-container {
    height: 180px !important;
    max-height: 180px !important;
    min-height: 180px !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding: 0 !important;
    margin-bottom: .5rem !important;
  }
  .productbox .productbox-images {
    width: 180px !important;
    height: 180px !important;
    max-width: 180px !important;
    max-height: 180px !important;
    aspect-ratio: 1/1;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
  }
  .productbox .productbox-images img.first,
  .productbox .productbox-images img.second {
    width: 180px !important;
    height: 180px !important;
    max-width: none !important;
    object-fit: contain !important;
    display: block;
  }
  .productbox .productbox-images img.second {
    position: absolute;
    top: 0;
    left: 0;
  }
  .productbox .nicotine-badge { top: 10rem !important; }
}

@media (min-width: 577px) and (max-width: 991.98px) {
  .productbox .productbox-image-container {
    height: 240px !important;
    max-height: 240px !important;
    min-height: 240px !important;
  }
  .productbox .productbox-images {
    width: 240px !important;
    height: 240px !important;
    max-width: 240px !important;
    max-height: 240px !important;
  }
  .productbox .productbox-images img.first,
  .productbox .productbox-images img.second {
    width: 240px !important;
    height: 240px !important;
    object-fit: contain !important;
  }
}

@media (min-width: 992px) {
  .productbox .productbox-image-container {
    height: 320px !important;
    max-height: 320px !important;
    min-height: 320px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
  }
  .productbox .productbox-images {
    width: 320px !important;
    height: 320px !important;
    max-width: 320px !important;
    max-height: 320px !important;
    margin: auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  .productbox .productbox-images > a {
    display: flex !important;
    width: 100% !important;
    height: 100% !important;
    align-items: center !important;
    justify-content: center !important;
  }
  .productbox .productbox-images img {
    width: 320px !important;
    height: 320px !important;
    object-fit: contain !important;
    margin: auto !important;
  }
}

/* =========================================================
   CRO RIBBONS – Obere linke Ecke
   ========================================================= */
.cro-ribbon {
  position: absolute;
  top: 0.55rem;
  left: 0.55rem;
  z-index: 20;
  padding: 0.3rem 0.75rem;
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  line-height: 1.4;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 0.3rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
  transition: transform 0.15s ease;
}
.cro-ribbon:hover { transform: scale(1.04); }

.ribbon-bestseller {
  background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
  color: #492912;
}
.ribbon-bestseller::before { content: ""; font-size: 0.75rem; line-height: 1; }

.ribbon-top-angebot {
  background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
  color: #fff;
}
.ribbon-top-angebot::before { content: ""; font-size: 0.75rem; line-height: 1; }

.ribbon-angebot {
  background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
  color: #fff;
}
.ribbon-angebot::before { content: ""; font-size: 0.7rem; line-height: 1; }

.ribbon-neu {
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
  color: #fff;
}
.ribbon-neu::before { content: ""; font-size: 0.7rem; line-height: 1; }

/* =========================================================
   CRO PRICE BADGES
   ========================================================= */
.cro-price-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  padding: 0.2rem 0.55rem;
  border-radius: 50px;
  font-size: 0.72rem;
  font-weight: 800;
  white-space: nowrap;
  line-height: 1.3;
  letter-spacing: 0.02em;
}
.cro-price-badge.save-eur {
  background-color: #fef2f2;
  color: #dc2626;

}
.cro-price-badge.save-pct {
  background-color: #f0fdf4;
  color: #16a34a;
  border: 1.5px solid #86efac;
}
.cro-price-badge.popular {
  background-color: #fffbeb;
  color: #92400e;
  border: 1.5px solid #fcd34d;
}

/* =========================================================
   CRO URGENCY
   ========================================================= */
.cro-urgency-inline {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.1rem 0.45rem;
  background: #fff7ed;
  border: 1.5px solid #fed7aa;
  border-radius: 50px;
  font-size: 0.65rem;
  font-weight: 700;
  color: #c2410c;
  white-space: nowrap;
  line-height: 1.4;
}
.cro-urgency-inline .cro-urgency-dot {
  width: 6px;
  height: 6px;
  background: #f97316;
  border-radius: 50%;
  flex-shrink: 0;
  animation: cro-blink 1.2s ease-in-out infinite;
}
@keyframes cro-blink {
  0%, 100% { opacity: 1; }
  50%       { opacity: 0.3; }
}
@media (prefers-reduced-motion: reduce) {
  .cro-urgency-inline .cro-urgency-dot { animation: none; }
}

/* =========================================================
   PRICE LAYOUT
   ========================================================= */
.price-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  margin-bottom: 0.4rem;
  min-width: 0;
}
.price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 0.3rem;
  flex-wrap: nowrap;
}
.price-row .price-left {
  display: flex;
  align-items: baseline;
  gap: 0.3rem;
  flex-wrap: nowrap;
  min-width: 0;
  flex-shrink: 1;
}
.price-row .price-left .old-price {
  white-space: nowrap;
  flex-shrink: 0;
}

/* =========================================================
   SHAKE ANIMATION
   ========================================================= */
.productbox.productbox-shake,
.productbox.productbox-shake .productbox-inner {
  will-change: transform;
  backface-visibility: hidden;
  transform: translateZ(0);
}
.productbox.productbox-shake .productbox-inner {
  animation: productbox-shake .4s cubic-bezier(.36, .07, .19, .97) both;
}
@keyframes productbox-shake {
  10%, 90% { transform: translateX(-2px); }
  20%, 80% { transform: translateX(3px); }
  30%, 50%, 70% { transform: translateX(-6px); }
  40%, 60% { transform: translateX(6px); }
}
@media (max-width: 576px) {
  .productbox.productbox-shake .productbox-inner {
    animation: productbox-shake-mobile .32s cubic-bezier(.36, .07, .19, .97) both;
  }
  @keyframes productbox-shake-mobile {
    15%, 85% { transform: translateX(-3px); }
    30%, 70% { transform: translateX(5px); }
    45%, 55% { transform: translateX(-8px); }
  }
}
@media (prefers-reduced-motion: reduce) {
  .productbox.productbox-shake .productbox-inner {
    animation-duration: .2s;
    animation-iteration-count: 1;
  }
}

/* =========================================================
   NICOTINE BADGE
   ========================================================= */
.cro-nicotine-badge {
  position: absolute;
  left: 0.55rem;
  bottom: 0.55rem;
  top: auto;
  z-index: 15;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.22rem 0.6rem;
  border-radius: 50px;
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.3;
  white-space: nowrap;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.13);
  transition: transform 0.15s ease;
}
.cro-nicotine-badge:hover { transform: scale(1.04); }
.cro-nicotine-badge.nicotine-mg {
  background-color: rgb(255, 255, 255);
  color: #008ba3;
  border: 1.5px solid #05c2fc;
}
.cro-nicotine-badge.nicotine-free {
  background-color: #ecfdf5;
  color: #008ba3;
  border: 1.5px solid #05c2fc;
}

/* =========================================================
   WISHLIST GUEST BUTTON
   ========================================================= */
.wishlist-guest-btn {
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
  line-height: 0;
  color: inherit;
}
.wishlist-guest-btn:focus { outline: none; }
.wishlist-guest-btn:focus-visible {
  outline: 2px solid rgba(13, 110, 253, .55);
  outline-offset: 3px;
  border-radius: 6px;
}


/* =========================================================
   DHL Badge
   ========================================================= */

:root{
    --cc-fob-accent: #00BFEA;
    --cc-fob-card-bg: #FFFFFF;
    --cc-fob-text: #111111;
    --cc-fob-shadow: 0 10px 30px rgba(0,0,0,.12);
    --cc-fob-radius: 14px;
  }

  /* IMPORTANT: !important ca să nu fie suprascris de CSS-ul temei */
.cc-first-order-badge{
  position: fixed !important;
  right: 16px !important;

  /* IMPORTANT: bottom anchor (stabil) */
  bottom: 218px !important;   /* fallback: deasupra TS */
  top: auto !important;

  z-index: 25 !important;
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}


  .cc-fob-card{
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    background: var(--cc-fob-card-bg);
    color: var(--cc-fob-text);
    text-decoration: none;
    padding: 10px 12px;
    border-radius: var(--cc-fob-radius);
    box-shadow: var(--cc-fob-shadow);
    width: 100px;
    border: 1px solid rgba(0,0,0,.06);
    transition: transform .2s ease, box-shadow .2s ease;
  }

  .cc-fob-card:hover{
    transform: translateY(-2px);
    box-shadow: 0 14px 36px rgba(0,0,0,.16);
  }

  .cc-fob-text{ line-height: 1.05; }

  .cc-fob-line1{
    font-size: 12px;
    font-weight: 600;
    opacity: .85;
  }

  .cc-fob-line2{
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .2px;
  }

  .cc-fob-pill{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--cc-fob-accent);
    color: #fff;
    font-weight: 800;
    font-size: 12px;
    padding: 2px 4px;
    border-radius: 999px;
    width: 100%;
    text-align: center;
    box-shadow: 0 6px 14px rgba(0,191,234,.25);
  }

  @media (max-width: 767px){
@media (max-width: 767px){
  .cc-first-order-badge{
    right: 10px !important;
    bottom: 140px !important;   /* fallback mobile */
    top: auto !important;
  }
}

    .cc-fob-card{
      width: 108px;
      padding: 9px 10px;
    }
    .cc-fob-line1{ font-size: 11px; }
    .cc-fob-line2{ font-size: 13px; }
    .cc-fob-pill{ font-size: 11px; padding: 6px 9px; }
  }


  /* ============================
   ATTENTION EFFECTS (subtle)
   ============================ */

/* 1 un “breathing glow” discret pe container */
.cc-first-order-badge{
  animation: ccFobBreath 1.8s ease-in-out infinite;
  transform-origin: center right;
}

/* 2 ring/pulse soft în spate (fără să afecteze click-ul) */
.cc-first-order-badge::before{
  content: "";
  position: absolute;
  inset: -10px;
  border-radius: calc(var(--cc-fob-radius) + 14px);
  background: radial-gradient(
    circle at 70% 30%,
    rgba(0,191,234,0.28) 0%,
    rgba(0,191,234,0.14) 35%,
    rgba(0,191,234,0.00) 70%
  );
  filter: blur(10px);
  opacity: .55;
  z-index: -1;
  pointer-events: none;

  animation: ccFobPulse 2.8s ease-out infinite;
}

/* 3 pe hover: un mic “wiggle” + glow mai puternic */
.cc-first-order-badge:hover{
  animation: ccFobWiggle .55s ease-in-out 1;
}

.cc-first-order-badge:hover::before{
  opacity: .85;
  filter: blur(12px);
}

/* Keyframes */
@keyframes ccFobBreath{
  0%, 100% { transform: translateZ(0) scale(1); }
  50%      { transform: translateZ(0) scale(1.03); }
}

@keyframes ccFobPulse{
  0%   { transform: scale(0.92); opacity: .0; }
  15%  { opacity: .65; }
  100% { transform: scale(1.18); opacity: 0; }
}

@keyframes ccFobWiggle{
  0%   { transform: translateX(0) rotate(0deg); }
  25%  { transform: translateX(-2px) rotate(-0.6deg); }
  50%  { transform: translateX( 2px) rotate( 0.6deg); }
  75%  { transform: translateX(-1px) rotate(-0.3deg); }
  100% { transform: translateX(0) rotate(0deg); }
}

/* Respectă accesibilitatea: reduce motion */
@media (prefers-reduced-motion: reduce){
  .cc-first-order-badge,
  .cc-first-order-badge::before{
    animation: none !important;
  }
}


@media (max-width: 767px){
  .cc-first-order-badge{
    right: 10px !important;
    bottom: 140px !important;
  }
  
  .cc-first-order-badge.cc-fob-trust-hidden{
    bottom: 16px !important;
  }
}

/* Previne CLS de la widget-uri injectate dinamic */
.trustedshops-trustbadge,
#tsCustomReviews,
.etrusted-widget,
[data-etrusted],
.klaviyo-form-popup {
    contain: layout style;
}

/* Age verification popup — rezervă spațiu */
.age-verification-overlay {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}



/*info cards*/

.vape-cards-wrapper * { margin: 0; padding: 0; box-sizing: border-box; }

    .vape-cards-wrapper {
        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
        background: #f5f5f5;
        min-height: 100vh;
        padding: 40px 20px;
        border-radius:2em;
    }

    .vape-cards-wrapper .container { max-width: 1400px; margin: 0 auto; }

    .vape-cards-wrapper .header { text-align: center; margin-bottom: 60px; }

    .vape-cards-wrapper .logo {
        width: 80px; height: 80px;
        margin: 0 auto 20px; display: flex; align-items: center; justify-content: center;
  
    }

    .vape-cards-wrapper .header h1 {
        font-size: 1.8rem; margin-bottom: 10px; color: #333; font-weight: 600;
    }

    .vape-cards-wrapper .header p { font-size: 1rem; color: #666; }

    .vape-cards-wrapper .cards-grid {
        display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 40px;
        /* important: nu mai întinde toate cardurile pe înălțimea rândului */
        align-items: start;
    }

    .vape-cards-wrapper .card {
        background: #fff; border-radius: 20px; padding: 30px; border: 1px solid #e0e0e0;
        transition: all 0.3s ease; cursor: pointer; position: relative; overflow: hidden;
        display: flex; flex-direction: column; align-items: center; text-align: center;
        /* fiecare card își păstrează înălțimea proprie */
        align-self: start;
    }

    .vape-cards-wrapper .card.expanded { grid-column: span 1; }

    .vape-cards-wrapper .card-icon {
        width: 60px; height: 60px; background: #f8f9fa; border-radius: 15px;
        display: flex; align-items: center; justify-content: center;
        margin-bottom: 20px; border: 1px solid #e9ecef; flex-shrink: 0;
    }

    .vape-cards-wrapper .card-icon img { width: 35px; height: 35px; }

    .vape-cards-wrapper .card-title {
        font-size: 1.1rem; font-weight: 600; color: #333; margin-bottom: 12px; line-height: 1.4;
    }

    .vape-cards-wrapper .card-subtitle {
        font-size: 0.9rem; color: #888; margin-bottom: 15px; font-weight: 400;
    }

    .vape-cards-wrapper .card-content {
        color: #555; line-height: 1.7; font-size: 0.9rem; overflow: hidden;
        transition: max-height 0.3s ease; text-align: left; width: 100%; display: none;
    }

    .vape-cards-wrapper .card-content p { margin-bottom: 15px; }
    .vape-cards-wrapper .card-content p:last-child { margin-bottom: 0; }

    .vape-cards-wrapper .card.expanded .card-content { display: block; }

    .vape-cards-wrapper .expand-indicator,
    .vape-cards-wrapper .collapse-indicator {
        display: none; color: #4A90E2; text-align: center; cursor: pointer; user-select: none;
        margin-top: 15px; justify-content: center; align-items: center;
    }

    .vape-cards-wrapper .expand-indicator svg,
    .vape-cards-wrapper .collapse-indicator svg { transition: transform 0.2s ease; }

    .vape-cards-wrapper .card:not(.expanded) .expand-indicator { display: flex; }
    .vape-cards-wrapper .card.expanded .collapse-indicator { display: flex; }

    /* Desktop hover effects */
    @media (hover: hover) and (pointer: fine) {
        .vape-cards-wrapper .expand-indicator,
        .vape-cards-wrapper .collapse-indicator { display: none !important; }

        .vape-cards-wrapper .card { transition: all 0.3s ease; }

        .vape-cards-wrapper .card:hover {
            transform: translateY(-3px);
            border-color: #00BDFF;
        }

        /* doar cardul hover își arată conținutul */
        .vape-cards-wrapper .card:hover .card-content { display: block !important; }
    }

    @media (max-width: 1200px) {
        .vape-cards-wrapper .cards-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
    }

    @media (max-width: 768px) {
        .vape-cards-wrapper .cards-grid { grid-template-columns: 1fr; gap: 15px; }
        .vape-cards-wrapper .header h1 { font-size: 1.5rem; }
        .vape-cards-wrapper .header p { font-size: 0.9rem; }
        .vape-cards-wrapper .card { padding: 25px; }
        .vape-cards-wrapper .card-title { font-size: 1.05rem; }
        .vape-cards-wrapper .card-icon { width: 55px; height: 55px; }
        .vape-cards-wrapper .card-icon img { width: 32px; height: 32px; }
        .vape-cards-wrapper .card-content { font-size: 0.88rem; }
          .vape-cards-wrapper .card{ min-height:auto !important; }
    }

    @media (max-width: 480px) {
        .vape-cards-wrapper { padding: 20px 15px; }
        .vape-cards-wrapper .header { margin-bottom: 30px; }
        .vape-cards-wrapper .logo { width: 60px; height: 60px; }
        .vape-cards-wrapper .card { padding: 20px; }
        .vape-cards-wrapper .card-title { font-size: 1rem; }
        .vape-cards-wrapper .card-content { font-size: 0.85rem; }
    }

    /* Scroll intern pentru content lung */
.vape-cards-wrapper .card-content {
  max-height: 220px; /* ajustezi cât vrei */
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding-right: 6px;
  scrollbar-gutter: stable both-edges;
}

/* Scrollbar discret */
.vape-cards-wrapper .card-content::-webkit-scrollbar {
  width: 6px;
}
.vape-cards-wrapper .card-content::-webkit-scrollbar-thumb {
  background: #dedede;
  border-radius: 4px;
}
.vape-cards-wrapper .card-content:hover::-webkit-scrollbar-thumb {
  background: #bbb;
}


/* --- UX hover: ascunde headerul cardului si afiseaza continutul scrollabil --- */

/* Permite copilului scroll sa se intinda corect in flex */
.vape-cards-wrapper .card { min-height: 0; }

/* Tranzitii fine pentru elementele din header */
.vape-cards-wrapper .card-icon,
.vape-cards-wrapper .card-title,
.vape-cards-wrapper .card-subtitle {
  transition: opacity .25s ease, max-height .25s ease, margin .25s ease, visibility .25s ease;
  will-change: opacity, max-height;
}

/* Continutul: pregatit de scroll intern */
.vape-cards-wrapper .card-content {
  max-height: 220px;               /* fallback pt. mobile/expanded; ajusteaza daca vrei */
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding-right: 6px;
  scrollbar-gutter: stable both-edges;
  min-height: 0;                   /* important pentru flex scrolling */
}

/* Scrollbar discret */
.vape-cards-wrapper .card-content::-webkit-scrollbar { width: 6px; }
.vape-cards-wrapper .card-content::-webkit-scrollbar-thumb {
  background: #dedede; border-radius: 4px;
}
.vape-cards-wrapper .card-content:hover::-webkit-scrollbar-thumb { background: #bbb; }

/* Doar pe desktop (dispozitive cu hover) schimbam comportamentul la hover */
@media (hover: hover) and (pointer: fine) {
  /* La hover, ascunde iconita + titlul + subtitlul (fara a rupe layoutul) */
  .vape-cards-wrapper .card:hover .card-icon,
  .vape-cards-wrapper .card:hover .card-title,
  .vape-cards-wrapper .card:hover .card-subtitle {
    opacity: 0;
    max-height: 0;
    margin: 0;
    visibility: hidden;
    pointer-events: none;
  }

  /* La hover, arata contentul si lasa-l sa ocupe spatiul ramas + scroll */
  .vape-cards-wrapper .card:hover .card-content {
    display: block !important;     /* pastreaza logica ta existenta */
    flex: 1 1 auto;
    max-height: 999px;             /* practic “full” in interiorul cardului */
    overflow-y: auto;
  }
}


/* always prepare content to scroll, hidden until hover on desktop */
.vape-cards-wrapper .card-content {
  max-height: 220px;
  overflow-y: auto;
  padding-right: 6px;
  -webkit-overflow-scrolling: touch;
  scrollbar-gutter: stable both-edges;
  display: none;
}

/* hover desktop: hide header and show text */
@media (hover: hover) and (pointer: fine) {
  .vape-cards-wrapper .card:hover .card-icon,
  .vape-cards-wrapper .card:hover .card-title,
  .vape-cards-wrapper .card:hover .card-subtitle {
    opacity: 0;
    max-height: 0;
    margin: 0;
    visibility: hidden;
    pointer-events: none;
  }

  .vape-cards-wrapper .card:hover .card-content {
    display: block !important;
    max-height: 220px;
    overflow-y: auto;
  }
}

/* mobile: content always visible, but same scroll area */
@media (hover: none) {
  .vape-cards-wrapper .card-content {
    display: block;
  }
}

/* desktop hover logic rămâne */

@media (hover: hover) and (pointer: fine) {
  .vape-cards-wrapper .card:hover .card-icon,
  .vape-cards-wrapper .card:hover .card-title,
  .vape-cards-wrapper .card:hover .card-subtitle {
    opacity: 0;
    max-height: 0;
    margin: 0;
    visibility: hidden;
    pointer-events: none;
  }

  .vape-cards-wrapper .card:hover .card-content {
    display: block !important;
    max-height: 220px;
    overflow-y: auto;
  }
}

/* mobil = revine la logica veche: display doar când cardul are .expanded */
@media (hover: none) {
  .vape-cards-wrapper .card-content {
    display: none;
  }

  .vape-cards-wrapper .card.expanded .card-content {
    display: block;
    max-height: 220px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}


  /* =========================================================
   PRODUCT DETAILS – MOBILE ORDER FIX (Nova / Bootstrap)
   Target: < 992px (lg breakpoint)
   Order mobile: Gallery -> Title -> Offer -> (rest) -> Tabs
   ========================================================= */

@media (max-width: 991.98px) {
  #product-offer.product-detail { display:flex; flex-wrap:wrap; }
  #product-offer .product-gallery { order: 1; }
  #product-offer .product-info { order: 2; }

  #product-offer .product-info .product-info-inner { display:flex; flex-direction:column; }

  /* 1) Titlu */
  #product-offer .product-info .product-headline { order: 1; }

  /* 2) Tabel (atribute) imediat după titlu */
  #product-offer .product-info .product-attributes,
  #product-offer .product-info .product-attributes--headline {
    order: 2;
  }

  /* 3) Offer (pret + qty + add to cart etc.) după tabel */
  #product-offer .product-info .product-offer { order: 3; }

  /* Restul după offer */
  #product-offer .product-info .shortdesc,
  #product-offer .product-info .rating-wrapper,
  #product-offer .product-info .info-essential {
    order: 4;
  }

  #product-offer .product-info .shareNquestion,
  #product-offer .product-info .notify-me-back-in-stock,
  #product-offer .product-info .payment-icons,
  #product-offer .product-info .stock-information {
    order: 5;
  }
}


/* info_cards_e-liquids */

@import url('https://fonts.googleapis.com/css2?family=Syne:wght@600;700;800&family=DM+Sans:wght@300;400;500&display=swap');

.liq-section {
    --brand: #00BDFF;
    --brand-dim: rgba(0, 189, 255, 0.10);
    --brand-glow: rgba(0, 189, 255, 0.18);
    --bg: #f0f2f5;
    --card-bg: #ffffff;
    --border: #e2e6ec;
    --border-hover: rgba(0, 189, 255, 0.35);
    --text: #1a2332;
    --text-muted: #6b7a8d;
    --text-light: #9aa3b0;
    font-family: 'DM Sans', sans-serif;
    background: var(--bg);
    padding: 64px 0 72px;
    position: relative;
    border-radius:24px;
}

.liq-inner {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 24px;
}

/* ── HERO ── */
.liq-hero {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 28px;
    align-items: start;
    margin-bottom: 60px;
    padding-bottom: 48px;
    border-bottom: 1px solid var(--border);
}

.liq-hero-logo {
    width: 100px;
    height: 100px;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid var(--border);
    background: var(--card-bg);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 4px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.liq-hero-logo img {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.liq-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--brand);
    margin-bottom: 12px;
}

.liq-eyebrow::before {
    content: '';
    display: block;
    width: 18px;
    height: 1.5px;
    background: var(--brand);
    border-radius: 2px;
}

.liq-hero h2 {
    font-family: 'Syne', sans-serif;
    font-size: clamp(38px, 5.5vw, 64px);
    font-weight: 800;
    color: var(--text);
    line-height: 1.0;
    margin: 0 0 18px;
    letter-spacing: -0.02em;
}

.liq-hero h2 span { color: var(--brand); }

.liq-hero-desc {
    font-size: 15.5px;
    line-height: 1.75;
    color: var(--text-muted);
    max-width: 680px;
    font-weight: 300;
}

/* ── SECTION LABEL ── */
.liq-section-label {
    font-family: 'Syne', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    gap: 16px;
    
}

.liq-section-label::after {
    content: '';
    flex: 1;
    height: 1px;
    background: var(--border);
}

/* ── ACCORDION CARDS ── */
.liq-cards {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.liq-card {
    background: var(--card-bg);
    border: 1px solid var(--border);
    border-radius: 14px;
    overflow: hidden;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
    box-shadow: 0 1px 4px rgba(0,0,0,0.04);
}

.liq-card:hover {
    border-color: var(--border-hover);
    box-shadow: 0 4px 16px rgba(0, 189, 255, 0.08);
}

.liq-card[open] {
    border-color: rgba(0, 189, 255, 0.25);
    box-shadow: 0 4px 20px rgba(0, 189, 255, 0.10);
}

.liq-card-trigger {
    display: grid;
    grid-template-columns: 44px 1fr auto;
    align-items: center;
    gap: 18px;
    padding: 22px 24px;
    cursor: pointer;
    user-select: none;
    list-style: none;
}

.liq-card-trigger::-webkit-details-marker { display: none; }

.liq-card-icon {
    width: 44px;
    height: 44px;
    background: var(--brand-dim);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background 0.25s ease;
}

.liq-card[open] .liq-card-icon {
    background: var(--brand-glow);
}

.liq-card-head h3 {
    font-family: 'Syne', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: var(--text);
    margin: 0 0 3px;
    line-height: 1.3;
}

.liq-card-head p {
    font-size: 13px;
    color: var(--text-light);
    margin: 0;
}

.liq-chevron {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform 0.3s ease, background 0.25s ease, border-color 0.25s ease;
    color: var(--brand);
}

.liq-card[open] .liq-chevron {
    transform: rotate(180deg);
    background: var(--brand-dim);
    border-color: var(--brand);
}

.liq-card-body {
    padding: 4px 24px 24px 86px;
    animation: liq-fade-in 0.28s ease;
}

@keyframes liq-fade-in {
    from { opacity: 0; transform: translateY(-6px); }
    to   { opacity: 1; transform: translateY(0); }
}

.liq-divider {
    height: 1px;
    background: var(--border);
    margin: 0 24px 20px 86px;
}

.liq-card-body p {
    font-size: 14.5px;
    line-height: 1.8;
    color: var(--text-muted);
    margin: 0 0 14px;
    font-weight: 300;
}

.liq-card-body p:last-child { margin-bottom: 0; }

.liq-card-body strong {
    color: var(--brand);
    font-weight: 500;
}

/* ── BOTTOM BANNER ── */
.liq-banner {
    margin-top: 48px;
    border-radius: 16px;
    background: var(--card-bg);
    border: 1px solid var(--border);
    padding: 36px 44px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 32px;
    align-items: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    position: relative;
    overflow: hidden;
}

.liq-banner::before {
    content: '';
    position: absolute;
    left: 0; top: 0; bottom: 0;
    width: 4px;
    background: var(--brand);
    border-radius: 4px 0 0 4px;
}

.liq-banner h2 {
    font-family: 'Syne', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: var(--text);
    margin: 0 0 8px;
    line-height: 1.3;
}

.liq-banner p {
    font-size: 14px;
    color: var(--text-muted);
    margin: 0;
    line-height: 1.6;
    font-weight: 300;
}

.liq-banner-img img {
    width: 180px;
    height: auto;
    border-radius: 10px;
    display: block;
}

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
    .liq-hero { grid-template-columns: 1fr; gap: 16px; }
    .liq-hero-logo { display: none; }
    .liq-card-trigger { padding: 18px 18px; gap: 14px; }
    .liq-card-body { padding: 4px 18px 20px 18px; }
    .liq-divider { margin: 0 18px 16px 18px; }
    .liq-banner { grid-template-columns: 1fr; padding: 24px 20px; }
    .liq-banner-img { display: none; }
}


/* ===== Banner base ===== */
.cc-bestsellerHero{
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  margin: 14px 0;
  padding: clamp(10px, 1.2vw, 16px);
  background:
    radial-gradient(900px 240px at 28% 0%, rgba(0, 175, 255, .18), rgba(0,0,0,0) 55%),
    radial-gradient(650px 220px at 90% 65%, rgba(0, 210, 255, .14), rgba(0,0,0,0) 60%),
    linear-gradient(90deg, #0b4f84 0%, #0a3f73 45%, #0a3468 100%);

}
.cc-bestsellerHero::after{
  content:"";
  position:absolute;
  inset:-40% -20%;
  background: linear-gradient(115deg, rgba(255,255,255,.14), rgba(255,255,255,0) 55%);
  pointer-events:none;
  opacity:.35;
}
.cc-bestsellerHero__inner{ position: relative; z-index: 1; }

/* ===== Left ===== */
.cc-bestsellerHero__left{ padding-right: clamp(8px, 1.2vw, 14px); }
.cc-bestsellerHero__title{
  margin: 8px 0 10px 20px;
  font-weight: 900;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: #00e6ff;
  font-size: clamp(24px, 3vw, 42px);
  line-height: 1.05;
  text-shadow:
    0 2px 0 rgba(0,0,0,.12),
    0 0 24px rgba(0, 230, 255, .20);
}
.cc-bestsellerHero__subtitle{
  margin: 0 0 0 20px;
  max-width: 640px;
  font-size: clamp(14px, 1.1vw, 16px);
  line-height: 1.6;
  color: rgba(255,255,255,.88);
  font-weight: 400;
}

/* ===== Right ===== */
.cc-bestsellerHero__right{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  padding-left: clamp(8px, 1.2vw, 14px);
}

/* 3 cards row */
.cc-bestsellerHero__grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  max-width: 360px;
}

.cc-bestsellerHero__card{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  padding: 10px;
  text-decoration: none;
  background: rgba(255,255,255,.06);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.10);
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
  position: relative;
}

/* neon glow on hover */
.cc-bestsellerHero__card:hover{
  transform: translateY(-2px) scale(1.02);
  background: rgba(0, 230, 255, .10);
  box-shadow:
    0 0 0 1px rgba(0, 230, 255, .45),
    0 0 18px rgba(0, 230, 255, .45),
    0 0 34px rgba(0, 230, 255, .22),
    inset 0 0 0 1px rgba(255,255,255,.12);
}

.cc-bestsellerHero__img{
  width: 100%;
  height: auto;
  max-width: 110px;
  object-fit: contain;
  display:block;
  border-radius: 14px;
  background: transparent;
}

/* ===== Gold badge ===== */
.cc-bestsellerHero__pill1{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 16px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 11px;
  letter-spacing: .04em;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 1;
  margin: 0;

  background: linear-gradient(
    145deg,
    #fff6c2 0%,
    #f7d774 18%,
    #e6b84c 35%,
    #d4a017 50%,
    #b8860b 65%,
    #f7d774 82%,
    #fff6c2 100%
  );
  color: #4a3500;
  border: 1px solid rgba(255, 215, 0, 0.45);
  box-shadow:
    inset 0 2px 3px rgba(255,255,255,.5),
    inset 0 -2px 4px rgba(0,0,0,.15),
    0 6px 14px rgba(184, 134, 11, .35);
}

/* Responsive */
@media (max-width: 991.98px){
  .cc-bestsellerHero__right{ margin-top: 10px; }
  .cc-bestsellerHero__grid{ max-width: 420px; }
}

/* ===== Bestseller badge ===== */
.cc-bestsellerHero__badge{
  display: inline-block;
  margin: 0 0 10px 20px;
  padding: 6px 16px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  border-radius: 999px;

  color: #00f7ff;
  background: rgba(0, 247, 255, .08);
  border: 1px solid rgba(0, 247, 255, .35);

  box-shadow:
    0 0 8px rgba(0, 247, 255, .45),
    0 0 18px rgba(0, 247, 255, .25),
    inset 0 0 6px rgba(0, 247, 255, .15);

  backdrop-filter: blur(6px);
  transition: all .25s ease;
}

/* subtle hover glow */
.cc-bestsellerHero__badge:hover{
  box-shadow:
    0 0 12px rgba(0, 247, 255, .7),
    0 0 28px rgba(0, 247, 255, .45),
    inset 0 0 8px rgba(0, 247, 255, .25);
}



/* Fix: restore border on btn-qty21 increment/decrement buttons in basket on mobile */
@media (max-width: 575.98px) {
  .basket .form-counter .input-group-append:last-of-type .btn,
  .basket .form-counter .btn-qty21 {
    all: revert !important;
    border: 0.75px solid #00CFE8 !important;
    border-radius: 6px !important;
    background: #fff !important;
    color: #00CFE8 !important;
    width: 32px !important;
    height: 30px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 2px 8px !important;
    cursor: pointer !important;
  }
}


#logout-form .btn-danger {
    background-color: #dc3545;
    border-color: #dc3545;
    color: #fff;
}