.prodv2_page { 
    background: #f6f7f9;
    padding-bottom: 40px;
}
.prodv2_wrapper {
    background: #fff;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.05);
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}
.prodv2_wrapper + .prodv2_wrapper {
    margin-top: 8px;
    background: transparent;
    box-shadow: none; 
    padding-left: 0;
    padding-right: 0;
    max-width: 1200px;
}
.prodv2_hero {
    display: grid;
    grid-template-columns: minmax(360px, 520px) 1fr;
    gap: 28px;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid #eee;
}
.prodv2_gallery_main img {
    max-width: 100%;
    max-height: 470px;
    width: auto;
    height: auto;
    object-fit: contain;
}  
.prodv2_gallery_main {
    aspect-ratio: 1 / 1;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    border: 1px solid #eee;
    background: #fff;
    position: relative;
    cursor: zoom-in;
}
.prodv2_gallery_overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.7);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 7000;
}
.prodv2_gallery_overlay.open {
    display: flex;
}
.prodv2_gallery_overlay_img {
    max-width: 90vw;
    max-height: 90vh;
    object-fit: contain;
    background: #fff;
    border-radius: 10px;
    padding: 8px;
}
.prodv2_gallery_close {
    position: absolute;
    top: 20px;
    right: 24px;
    background: #fff;
    border: 0;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    font-size: 18px;
    cursor: pointer;
}
.prodv2_crosssell {
    clear: both;
    margin-top: 24px;
    padding: 18px 0 8px;
    background: #fff;
}
.prodv2_gallery_nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255,255,255,0.9);
    border: 0;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    font-size: 24px;
    cursor: pointer;
}
.prodv2_gallery_nav.prev { left: 20px; }
.prodv2_gallery_nav.next { right: 20px; }
.prodv2_gallery {
    position: relative;
    padding-top: 10px;
}
.prodv2_badges {
    position: absolute;
    top: 26px;
    left: 0px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    z-index: 2;
}
.prodv2_badges .prodv2_badge + .prodv2_badge {
    margin-top: -6px;
}
.prodv2_badge {
    display: inline-flex;
    padding: 5px 12px;
    border-radius: 0 8px 8px 0;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    line-height: 1.1;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
.prodv2_badge-special {
    min-width: 88px;
    background: linear-gradient(90deg, #da0404 0%, #b80303 100%);
}
.prodv2_badge-discount {
    background: linear-gradient(90deg, #545454 0%, #0a0a0a 100%);
}
.prodv2_badge-discount-alt {
    background: linear-gradient(90deg, #ff6b1f 0%, #d84210 100%);
}
.prodv2_badge-campaign {
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-size: 11px;
    animation: prodv2_campaign_pulse 2s ease-in-out infinite;
} 
@keyframes prodv2_campaign_pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.85; }
}
.prodv2_badge-unavail {
    background: #f6a623;
    color: #5a3a00;
}
.prodv2_badge-hidden {
    background: #444;
    color: #ffffff;
}
.prodv2_badge-dark { 
    background: #333;
}
.prodv2_badge-warn {
    background: #ee6225;
}
.prodv2_gallery_main .prodv2_brand_logo {
    position: absolute;
    bottom: 12px;
    right: 16px;
    max-width: 35%;
    max-height: 40px;
    width: auto;
    height: auto;
    padding: 4px 6px;
    background: transparent;
    border-radius: 8px;
    z-index: 1;
    object-fit: contain;
}
.prodv2_icon_list,
.prodv2_badge_list {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 4px;
}
.prodv2_feature_stack {
    display: flex;
    flex-direction: column;
    align-items: left;
    padding: 20px 20px 20px 40px;
    margin: 6px 0;
    gap: 8px;
}
.prodv2_feature_stack_inner {
    display: flex;
    flex-direction: column;
    align-items: left;
    gap: 2px;
}
.prodv2_icon_item,
.prodv2_badge_item {
    background: #3b3b3b;
    color: #fff;
    border-radius: 8px;
    padding: 6px 8px;
    font-size: 10px;
    line-height: 1.2;
}
.prodv2_icon_item {
    background: #3a3a3a;
    border-radius: 10px;
    padding: 6px 10px;
    font-weight: 400;
}
.prodv2_icon_item i {
    margin-right: 4px;
}
.prodv2_badge_item {
    background: #2f2f2f;
}
.prodv2_badge_list .prodv2_badge_item {
    background: rgba(255,255,255,0.9);
    color: #111;
    border: 1px solid #eee;
    border-radius: 8px;
    font-weight: 500;
    min-height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 8px; 
} 
.prodv2_stock {
    font-weight: 600;
    margin-top: 6px;
}
.prodv2_meta .prodv2_stock {
    margin-top: 0;
}
.prodv2_stock_qty {
    margin-left: 4px;
}
.prodv2_stock_split {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}
.prodv2_stock_tooltip {
    position: absolute;
    left: 0;
    top: calc(100% + 6px);
    background: #1f1f1f;
    color: #fff;
    padding: 8px 10px;
    border-radius: 8px;
    font-size: 12px;
    line-height: 1.4;
    box-shadow: 0 8px 18px rgba(0,0,0,0.2);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-4px);
    transition: opacity 0.15s ease, transform 0.15s ease, visibility 0.15s ease;
    white-space: nowrap;
    z-index: 5;
}
.prodv2_stock_tip_line {
    display: flex;
    align-items: center;
    gap: 6px;
}
.prodv2_stock_tip_line + .prodv2_stock_tip_line {
    margin-top: 4px;
}
.prodv2_stock_split:hover .prodv2_stock_tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.prodv2_stock .stock_green {
    color: #2a9147;
}
.prodv2_stock .stock_orange {
    color: #d96b0d;
}
.prodv2_stock_delivery {
    margin-top: 4px;
    color: #666;
    font-size: 13px;
}
.prodv2_stock_block {
    display: grid;
    gap: 4px;
}
.prodv2_stock_actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    align-items: center;
    margin: 20px 40px;
}
.prodv2_stock_actions .prodv2_actions {
    justify-content: flex-end;
}
.prodv2_admin_badge--img {
    position: static;
    z-index: 2;
    margin-top: 2px;
}
.prodv2_admin_badge {
    position: relative;
}
.prodv2_admin_info {
    display: none;
    position: absolute;
    left: 0;
    top: calc(100% + 1px);
    background: #fff;
    color: #333;
    border: 1px solid #eee;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 6px 16px rgba(0,0,0,0.12);
    padding: 25px;
    min-width: 650px;
    z-index: 3;
}
.prodv2_admin_badge:hover .prodv2_admin_info {
    display: block;
}
.prodv2_admin_badge--img .prodv2_admin_label {
    font-weight: 500;
}
.prodv2_gallery_thumbs {
    margin-top: 12px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(70px, 1fr));
    gap: 8px;
}
.prodv2_gallery_thumb {
    width: 100%;
    height: 70px;
    border-radius: 8px;
    border: 1px solid #eee;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    cursor: pointer;
}
.prodv2_gallery_thumb img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}
.prodv2_title {
    font-size: 20px;
    font-weight: 500;
    color: #1b1b1b;
    margin-bottom: 8px;
    margin-top: 20px;
}
.prodv2_rating {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    color: #555;
}
.prodv2_rating_left {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.prodv2_rating_right {
    margin-left: auto;
}
.prodv2_reviews_meta {
    color: #555;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
}
.prodv2_reviews_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    margin: 12px 0 20px;
    padding-bottom: 14px;
    border-bottom: 1px solid #eee;
}
.prodv2_reviews_score {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}
.prodv2_reviews_score_value {
    font-size: 24px;
    font-weight: 600;
    color: #1b1b1b;
}
.prodv2_reviews_add_btn {
    white-space: nowrap;
}
.prodv2_reviews_list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 20px;
}
.prodv2_review_card {
    background: #fafafa;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 14px 16px;
}
.prodv2_review_top {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.prodv2_review_meta {
    color: #666;
    font-size: 12px;
}
.prodv2_admin_edit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 6px;
    color: #777;
    text-decoration: none;
    font-size: 12px;
    gap: 3px;
} 
.prodv2_admin_edit:hover {
    color: #c40000;
}
.prodv2_admin_links {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-left: 8px;
    vertical-align: middle;
}
.prodv2_admin_links .prodv2_admin_edit {
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 2px 6px;
    font-size: 11px;
    white-space: nowrap;
}
.prodv2_admin_links .prodv2_admin_edit:hover {
    background: #fff0f0;
    border-color: #c40000;
}
.prodv2_admin_edit--gallery {
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 5;
    background: rgba(255,255,255,.9);
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 3px 8px;
    font-size: 11px;
}
.prodv2_review_message {
    margin-top: 10px;
    color: #333;
    line-height: 1.6;
}
.prodv2_reply_toggle {
    margin-top: 10px;
}
.prodv2_reply_form {
    margin-top: 10px;
    padding-top: 12px;
    border-top: 1px dashed #e3e3e3;
}
.prodv2_questions_section {
    margin-top: 24px;
    padding-top: 18px;
    border-top: 1px solid #eee;
}
.prodv2_question_answers {
    margin-top: 12px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.prodv2_review_card--answer {
    margin-left: 12px;
    background: #fff;
    border-style: dashed;
}
.prodv2_review_empty {
    color: #666;
    background: #fafafa;
    border: 1px dashed #e3e3e3;
    border-radius: 10px;
    padding: 12px 14px;
}
.prodv2_review_form {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid #eee;
}
.prodv2_review_form_inner {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.prodv2_review_rating {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}
.prodv2_review_rating_label {
    font-weight: 600;
    color: #333;
}
.prodv2_review_fields {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 12px;
}
.prodv2_review_field input,
.prodv2_review_textarea {
    width: 100%;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    padding: 10px 12px;
    font-size: 14px;
    box-sizing: border-box;
}
.prodv2_review_textarea {
    min-height: 120px;
    resize: vertical;
}
.prodv2_review_actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}
.prodv2_review_checkbox {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #555;
}
.prodv2_review_checkbox input {
    margin: 0;
}
.prodv2_review_actions #buton_rating {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.prodv2_review_actions #buton_rating .btn_spinner {
    display: none;
}
.prodv2_review_actions #buton_rating.is-loading {
    opacity: 0.9;
    pointer-events: none;
}
.prodv2_review_actions #buton_rating.is-loading .btn_spinner {
    display: inline-block;
    animation: prodv2-spin 0.9s linear infinite;
}
@keyframes prodv2-spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
.prodv2_review_login {
    background: #fff3f3;
    border: 1px solid #f2c9c9;
    border-radius: 10px;
    padding: 12px 14px;
    color: #8f1e1e;
}
.prodv2_review_login_action {
    margin-top: 12px;
}
.prodv2_stars {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    color: #d6d6d6;
    letter-spacing: 1px;
}
.prodv2_stars::before {
    content: "★★★★★";
}
.prodv2_stars_full {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    color: #f6c343;
}
.prodv2_stars_full::before {
    content: "★★★★★";
}
.prodv2_icon_list, .prodv2_logo_list {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 4px;
}
.prodv2_icon_item, .prodv2_logo_list img {
    background: #f2f2f2;
    border-radius: 8px;
    padding: 6px 8px;
    font-size: 10px;
}
.prodv2_logo_item {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    width: 86px;
    height: 32px;
    padding: 2px 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.prodv2_logo_item img {
    background: transparent;
    border: 0;
    box-shadow: none;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
}
.prodv2_icon_list .prodv2_icon_item {
    background: #3a3a3a;
    color: #fff;
    font-weight: 300;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #eee;
}
.prodv2_icon_list .prodv2_icon_item .font-icon,
.prodv2_icon_list .prodv2_icon_item b {
    color: #fff;
    font-size: 14px !important;
    text-align: center;
    font-weight: 600;
}
.prodv2_icon_list .prodv2_icon_item b {
    display: inline-block;
}
.prodv2_logo_list img {
    background: #fff;
    min-height: 30px;
    padding: 0px 0px;
    max-height: 29px;
}
.prodv2_meta {
    display: grid;
    gap: 6px;
    margin-bottom: 12px;
    color: #444;
}
.prodv2_meta_stack {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.prodv2_meta_line {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
}
.prodv2_meta_item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.prodv2_prices {
    background: #fafafa;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 12px;
    margin-bottom: 12px;
}
.prodv2_price_row {
    font-size: 14px;
    color: #333;
    margin-bottom: 6px;
    position: relative;
}
.prodv2_price_fara_tva {
    display: inline;
    font-size: 12px;
    color: #666;
    font-weight: 600;
}
.prodv2_price_main {
    font-size: 22px;
    font-weight: 700;
    color: #c40000;
}
.prodv2_price_old {
    color: #888;
    text-decoration: line-through;
}
.prodv2_actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 14px;
}
.prodv2_actions_row {
    display: flex;
    align-items: center;
    gap: 10px;
}
.prodv2_actions .prodv2_add_to_cart {
    align-self: flex-start;
    width: 100%;
    max-width: 320px;
    min-height: 50px;
    padding: 0 22px;
    font-size: 15px;
    letter-spacing: 0.2px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border-radius: 10px;
}
.prodv2_actions .prodv2_add_to_cart i {
    font-size: 16px;
}
.prodv2_qty {
    display: flex;
    align-items: center;
    gap: 6px;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 6px 10px;
}
.prodv2_qty .qty_btn {
    width: 28px;
    height: 32px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fff;
    cursor: pointer;
}
.prodv2_qty .qty_input {
    height: 32px;
}
.prodv2_qty_compact {
    padding: 4px 8px;
}
.prodv2_qty_compact .qty_input {
    width: 44px;
}
.prodv2_qty input {
    width: 50px;
    border: 0;
    text-align: center;
}
.prodv2_btn_primary {
    background: #d40000;
    color: #fff;
    border: 0;
    padding: 10px 16px;
    border-radius: 10px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}
.prodv2_btn_primary:link,
.prodv2_btn_primary:visited {
    color: #fff;
    text-decoration: none;
}
.prodv2_btn_primary:hover,
.prodv2_btn_primary:focus {
    color: #fff;
    background: #b80303;
    box-shadow: 0 6px 16px rgba(212, 0, 0, 0.18);
}
.prodv2_btn_primary:active {
    transform: translateY(1px);
}
.prodv2_btn_primary.disabled,
.prodv2_btn_primary[disabled] {
    background: #c4c4c4;
    cursor: not-allowed;
    box-shadow: none;
}
.prodv2_btn_primary.disabled:hover,
.prodv2_btn_primary[disabled]:hover {
    background: #c4c4c4;
    transform: none;
    box-shadow: none;
}
.prodv2_btn_icon {
    background: #fff;
    border: 1px solid #ddd;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    cursor: pointer;
    transition: color 0.2s, border-color 0.2s;
} 
.prodv2_btn_icon.slide_fav_btn {
    font-size: 18px;
    color: #bbb;
}
.prodv2_btn_icon.slide_fav_btn:hover {
    color: #da0404;
    border-color: #da0404;
}
.prodv2_btn_icon.slide_fav_btn.is-fav {
    color: #da0404;
    border-color: #da0404;
}
.prodv2_benefits {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}
.prodv2_benefits--full {
    margin-top: 14px;
    gap: 14px;
}
.prodv2_benefit {
    position: relative;
    min-height: 86px;
    background: #f7f8fb;
    border: 1px solid #e5e8ef;
    border-radius: 14px;
    padding: 14px 38px 14px 14px;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-sizing: border-box;
    overflow: hidden;
    cursor: pointer;
    transition: background 0.15s ease, border-color 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
    outline: none;
}
.prodv2_benefits--full .prodv2_benefit {
    min-height: 76px;
    padding: 16px 44px 16px 18px;
    gap: 14px;
}
.prodv2_benefits--full .prodv2_benefit_icon {
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
    font-size: 20px;
}
.prodv2_benefits--full .prodv2_benefit_text strong {
    font-size: 14px;
    margin-bottom: 4px;
}
.prodv2_benefits--full .prodv2_benefit_text small {
    font-size: 12.5px;
    line-height: 1.4;
    white-space: normal;
}
.prodv2_benefits--full .prodv2_benefit_chevron {
    right: 16px;
}
.prodv2_benefit:hover,
.prodv2_benefit:focus-visible {
    background: #fff;
    border-color: #d2d6e0;
    box-shadow: 0 6px 18px rgba(0,0,0,0.06);
}
.prodv2_benefit:focus-visible {
    outline: 2px solid #0b63ce;
    outline-offset: 2px;
}
.prodv2_benefit:active {
    transform: translateY(1px);
}
.prodv2_benefit_icon {
    position: relative;
    z-index: 1;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    pointer-events: none;
}
.prodv2_benefit_text {
    position: relative;
    z-index: 1;
    min-width: 0;
    flex: 1 1 auto;
    pointer-events: none;
}
.prodv2_benefit_text strong {
    display: block;
    color: #1f1f1f;
    font-size: 13px;
    line-height: 1.25;
    margin-bottom: 3px;
    font-weight: 600;
}
.prodv2_benefit_text small {
    display: block;
    color: #777;
    font-size: 12px;
    line-height: 1.35;
}
.prodv2_benefit_chevron {
    position: absolute;
    z-index: 2;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 22px;
    line-height: 1;
    color: #b5bac6;
    pointer-events: none;
    transition: color 0.15s ease, transform 0.15s ease;
}
.prodv2_benefit:hover .prodv2_benefit_chevron,
.prodv2_benefit:focus-visible .prodv2_benefit_chevron {
    color: #555;
    transform: translate(2px, -50%);
}
.prodv2_benefit--transport,
.prodv2_benefit--transport.prodv2_benefit--active {
    background: #f7f8fb;
    border-color: #e5e8ef;
}
.prodv2_benefit--transport .prodv2_benefit_icon {
    color: #555;
}
.prodv2_benefit--rates {
    background: #f7f8fb;
    border-color: #e5e8ef;
}
.prodv2_benefit--rates .prodv2_benefit_icon {
    color: #d90429;
}
.prodv2_benefit--seap {
    background: #f7f8fb;
    border-color: #e5e8ef;
}
.prodv2_benefit--seap .prodv2_benefit_icon {
    color: #555;
}
.prodv2_link {
    background: none;
    border: 0;
    color: #0b63ce;
    cursor: pointer;
    font-weight: 600;
}
.prodv2_body {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 0;
    margin-top: 0;
}
.prodv2_side {
    padding-top: 30px;
}
.prodv2_side_sticky {
    position: sticky;
    top: 90px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    cursor: pointer;
}
.prodv2_side_sticky a { 
    display: block;
    padding: 10px 16px; 
    border-radius: 12px 8px 8px 12px;
    background: #fff;
    border: 1px solid #e7e7e7;
    border-right: 0;
    color: #333;
    text-decoration: none;
    font-weight: 400;
    box-shadow: 0 6px 14px rgba(0,0,0,0.06);
    position: relative;
    width: calc(100% - 30px);
    margin-right: -14px;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}
.prodv2_side_sticky a * {
    cursor: pointer;
}
.prodv2_side_sticky a.is-active {
    background: #d90429;
    color: #fff;
    box-shadow: 0 6px 14px rgba(217,4,41,0.25);
    position: relative;
    z-index: 2;
    border-radius: 12px 0 0 12px;
    width: calc(100% - 22px);
    margin-right: -18px;
}
.prodv2_side_sticky a:hover {
    background: #fbe6ea;
    color: #b90522;
    box-shadow: 0 8px 16px rgba(217,4,41,0.15);
}
.prodv2_side_sticky a.is-active:hover {
    background: #d90429;
    color: #fff;
}
.prodv2_side_sticky a::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 18px;
    height: 100%;
    background: transparent;
    border-radius: 0 0 0 0;
    opacity: 0;
    transition: opacity 0.2s ease;
}
.prodv2_side_sticky a.is-active::after {
    background: #d90429;
    box-shadow: 6px 0 14px rgba(217,4,41,0.2);
    opacity: 1;
}
.prodv2_side_sticky a i {
    margin-right: 8px;
    width: 14px;
    text-align: center;
}
.prodv2_section {
    padding: 22px 38px;
    border: 1px solid #eee;
    border-left: 4px solid #d9d9d9;
    border-radius: 12px;
    background: #fff;
    margin-bottom: 24px;  
} 
.prodv2_prospect_note {
    margin: 12px 0 8px;
    color: #555;
    font-size: 14px;
    line-height: 1.5;
}
.prodv2_prospect_actions {
    margin-top: 12px;
    display: flex;
    justify-content: center;
}
.prodv2_prospect_producator {
    margin-top: 18px;
    text-align: left; 
}  
.prodv2_prospect_actions .prodv2_btn_primary,
.prodv2_prospect_producator .prodv2_btn_primary {
    font-weight: 500;
}
.prodv2_prospect_preview {
    margin-top: 14px;
    margin-bottom: 20px;  
    border: 1px solid #e6e6e6;
    border-radius: 12px;
    background: #f8f9fb;
    overflow: hidden;
    min-height: 260px;
    position: relative;
    width: 60%;
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
}
.prodv2_prospect_overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.08), rgba(0,0,0,0.45));
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    pointer-events: none;
    transition: opacity 0.2s ease;
}
.prodv2_prospect_preview:hover .prodv2_prospect_overlay,
.prodv2_prospect_preview:focus-within .prodv2_prospect_overlay {
    opacity: 1;
}
.prodv2_prospect_open {
    box-shadow: 0 8px 20px rgba(0,0,0,0.25);
    pointer-events: auto;
}
.prodv2_prospect_preview.is-loaded {
    background: #fff;
}
.prodv2_prospect_placeholder {
    padding: 14px 16px;
    color: #666;
    font-size: 13px;
    background: #f1f3f7;
    border-bottom: 1px solid #e6e6e6;
}
.prodv2_prospect_iframe {
    width: 100%;
    height: 576px;
    border: 0;
    display: block;
    background: #fff;
    pointer-events: none;
} 
.prodv2_modal--fullscreen {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    height: 100vh;
    gap: 6px;
}
.prodv2_modal_inner--fullscreen {
    width: 1200px;
    height: 94%;
    max-width: 1200px;
    border-radius: 0;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 0 auto;
}
.prodv2_modal_title {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: #111;
    padding: 6px 12px;
    border-radius: 8px;
}
.prodv2_modal_iframe {
    flex: 1; 
    width: 100%;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    background: #fff;
}
.prodv2_modal--fullscreen .prodv2_modal_iframe {
    height: calc(100vh - 80px);
    max-height: none; 
    width: 1200px;
    max-width: calc(100% - 32px);
} 
.prodv2_modal--fullscreen .prodv2_modal_title {
    margin-top: 6px;
}
.prodv2_prospect_link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    margin-top: 8px; 
}
.prodv2_prospect_link:hover {
    text-decoration: none;
} 
.prodv2_section#prodv2_crosssell,
.prodv2_section#prodv2_compatibile,
.prodv2_section#prodv2_kituri,
.prodv2_section#prodv2_asemanatoare {
    max-width: 890px;
    width: 100%;
    overflow: hidden;
}
.prodv2_section#prodv2_crosssell .home-slider,
.prodv2_section#prodv2_compatibile .home-slider,
.prodv2_section#prodv2_kituri .home-slider,
.prodv2_section#prodv2_asemanatoare .home-slider { 
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}
.prodv2_section {
    scroll-margin-top: 90px;
}
.prodv2_section.is-active {
    box-shadow: 0 10px 22px rgba(217,4,41,0.12);
    border-left: 4px solid #d90429;
}
.prodv2_content {
    position: relative;
    padding-left: 10px;
}
.prodv2_sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 8px 16px rgba(0,0,0,0.08);
    z-index: 2000;
    transform: translateY(-110%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: transform 0.25s ease, opacity 0.2s ease;
}
.prodv2_sticky.is-visible {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.prodv2_sticky_inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 16px;
    display: grid;
    grid-template-columns: auto 1fr auto auto auto;
    gap: 12px;
    align-items: center;
}
.prodv2_sticky_actions {
    display: flex;
    align-items: center;
    gap: 10px;
}
.prodv2_sticky_actions .prodv2_btn_primary {
    height: 40px;
    padding: 0 16px;
    display: inline-flex;
    align-items: center;
}
.prodv2_qty_compact {
    height: 40px;
    align-items: center;
}
.prodv2_qty_compact .qty_btn {
    width: 28px;
    height: 28px;
}
.prodv2_qty_compact .qty_input {
    height: 28px;
    width: 44px;
}
.prodv2_sticky_media img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 8px;
}
.prodv2_admin_badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #5a0505;
    border: 1px solid #9b0000;
    padding: 6px 10px;
    border-radius: 0 8px 8px 0;
    font-size: 12px;
    color: #fff;
} 
.prodv2_badge-neverificat {
    background: #2da15f;
    color: #fff;
}
/* === Resigilate: card "savings" pozitiv (verde) === */
.prodv2_resigilate_box {
    border: 1px solid #cfe7d6;
    border-left: 4px solid #2e9d4d;
    border-radius: 12px;
    padding: 14px;
    background: linear-gradient(180deg, #f3faf5 0%, #ecf7f0 100%);
    color: #1f1f1f;
    min-width: 240px;
    margin-bottom: 12px;
}
.prodv2_resigilate_box--original {
    border-left-color: #2278b4;
    border-color: #cfe1f1;
    background: linear-gradient(180deg, #eef5fb 0%, #e8f1f9 100%);
}
.prodv2_resigilate_header {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 10px;
}
.prodv2_resigilate_icon {
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #2e9d4d;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    box-shadow: 0 4px 12px rgba(46, 157, 77, 0.28);
}
.prodv2_resigilate_box--original .prodv2_resigilate_icon {
    background: #2278b4;
    box-shadow: 0 4px 12px rgba(34, 120, 180, 0.28);
}
.prodv2_resigilate_titles {
    flex: 1 1 auto;
    min-width: 0;
}
.prodv2_resigilate_title {
    display: block;
    color: #1d6b34;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.25;
}
.prodv2_resigilate_box--original .prodv2_resigilate_title {
    color: #1c5e8c;
}
.prodv2_resigilate_title_amount {
    color: #1d6b34;
    font-weight: 800;
    white-space: nowrap;
}
.prodv2_resigilate_subtitle {
    display: block;
    color: #4d6655;
    font-size: 12.5px;
    line-height: 1.4;
    margin-top: 3px;
    font-weight: 400;
}
.prodv2_resigilate_box--original .prodv2_resigilate_subtitle {
    color: #4d667a;
}
.prodv2_resigilate_items {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.prodv2_resigilate_item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px 10px;
    padding: 9px 12px;
    background: #fff;
    border: 1px solid #d9ecdf;
    border-radius: 9px;
    text-decoration: none;
    color: #1f1f1f;
    transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}
.prodv2_resigilate_box--original .prodv2_resigilate_item {
    border-color: #d4e3ee;
}
.prodv2_resigilate_item:hover {
    border-color: #2e9d4d;
    box-shadow: 0 6px 16px rgba(46, 157, 77, 0.18);
    text-decoration: none;
    color: #1f1f1f;
    transform: translateY(-1px);
}
.prodv2_resigilate_box--original .prodv2_resigilate_item:hover {
    border-color: #2278b4;
    box-shadow: 0 6px 16px rgba(34, 120, 180, 0.18);
}
.prodv2_resigilate_item_name {
    flex: 1 1 100%;
    color: #1f1f1f;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;
    word-break: break-word;
}
.prodv2_resigilate_item_meta {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px 10px;
    width: 100%;
    margin-top: 2px;
}
.prodv2_resigilate_stock {
    color: #4d6655;
    font-size: 12px;
    font-weight: 600;
}
.prodv2_resigilate_box--original .prodv2_resigilate_stock {
    color: #4d667a;
}
.prodv2_resigilate_price {
    color: #d40000;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.2px;
}
.prodv2_resigilate_diff {
    display: inline-flex;
    align-items: center;
    padding: 2px 9px;
    background: #2e9d4d;
    color: #fff;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.3px;
}
.prodv2_admin_info {
    margin-left: 0px;
    color: #333;
}
.prodv2_modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.45);
    align-items: center;
    justify-content: center;
    z-index: 3000;
}
.prodv2_modal.open {
    display: flex;
}
.prodv2_modal_inner {
    background: #fff;
    padding: 20px;
    border-radius: 14px;
    width: min(520px, 92vw);
    position: relative;
}
.prodv2_modal_inner--rates {
    width: min(760px, 94vw);
    max-height: 88vh;
    overflow-y: auto;
}
.prodv2_modal.prodv2_modal--fullscreen .prodv2_modal_inner--fullscreen {
    width: 1200px;
    max-width: 1200px;
}
.prodv2_modal_close {
    position: absolute;
    right: 10px;
    top: 10px;
    border: 0;
    background: none;
    font-size: 18px;
    cursor: pointer;
}
.prodv2_form_grid {
    display: grid;
    gap: 10px;
    margin: 12px 0;
}
.prodv2_form_grid input,
.prodv2_form_grid textarea {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    font-family: inherit;
    box-sizing: border-box;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.prodv2_form_grid input:focus,
.prodv2_form_grid textarea:focus {
    outline: none;
    border-color: #d40000;
    box-shadow: 0 0 0 3px rgba(212,0,0,0.1);
}
.prodv2_form_grid textarea {
    min-height: 90px;
    resize: vertical;
}
.prodv2_seap_feedback {
    margin: 8px 0 12px;
    padding: 10px 12px;
    border-radius: 8px;
    font-size: 13px;
    line-height: 1.4;
}
.prodv2_seap_feedback[data-state="error"] {
    background: #fff5f5;
    border: 1px solid #f5c6cb;
    color: #c0392b;
}
.prodv2_seap_feedback[data-state="success"] {
    background: #f0f9f4;
    border: 1px solid #b6e2c4;
    color: #1e7e34;
}
.prodv2_seap_feedback[data-state="loading"] {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    color: #495057;
}
.prodv2_seap_submit {
    width: 100%;
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 15px;
}
.prodv2_seap_submit.is-loading {
    opacity: 0.7;
    cursor: progress;
}
.prodv2_rates_intro {
    margin: 4px 24px 14px 0;
    color: #555;
    line-height: 1.5;
}
.prodv2_rates_list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 14px 0;
}
.prodv2_rate_bank {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px;
    background: #fafafa;
    border: 1px solid #eee;
    border-radius: 12px;
}
.prodv2_rate_logo {
    flex: 0 0 64px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.2px;
    text-align: center;
}
.prodv2_rate_logo img {
    max-width: 54px;
    max-height: 28px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}
.prodv2_rate_logo--image {
    background: #fff;
    border: 1px solid #e5e5e5;
}
.prodv2_rate_logo--bt { background: linear-gradient(135deg, #123d7c, #f58220); }
.prodv2_rate_logo--bcr { background: #0066b3; }
.prodv2_rate_logo--brd { background: linear-gradient(135deg, #004b93, #e30613); }
.prodv2_rate_logo--alpha { background: #c8102e; }
.prodv2_rate_logo--first { background: #173b57; }
.prodv2_rate_logo--garanti { background: #00a651; }
.prodv2_rate_info {
    min-width: 0;
}
.prodv2_rate_info strong {
    display: block;
    color: #222;
    font-size: 14px;
    margin-bottom: 2px;
}
.prodv2_rate_info > span {
    display: block;
    color: #666;
    font-size: 12px;
    margin-bottom: 7px;
}
.prodv2_rate_chips {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}
.prodv2_rate_chips span {
    min-width: 24px;
    padding: 3px 6px;
    border-radius: 7px;
    background: #fff;
    border: 1px solid #e4e4e4;
    color: #333;
    font-size: 12px;
    line-height: 1;
    text-align: center;
}
.prodv2_rates_info {
    display: grid;
    gap: 8px;
    margin: 12px 0 10px;
    padding: 12px;
    border-radius: 12px;
    background: #f7f9fc;
    border: 1px solid #e8edf5;
}
.prodv2_rates_info div {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    color: #444;
    font-size: 13px;
    line-height: 1.45;
}
.prodv2_rates_info i {
    width: 16px;
    margin-top: 2px;
    color: #d90429;
    text-align: center;
    flex: 0 0 16px;
}
.prodv2_rates_note {
    margin: 6px 0 10px;
    color: #777;
    font-size: 12px;
    line-height: 1.45;
}
@media (max-width: 980px) {
    .prodv2_hero {
        grid-template-columns: 1fr;
    }
    .prodv2_body {
        grid-template-columns: 1fr;
    }
    .prodv2_side_sticky {
        position: static;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .prodv2_rates_list {
        grid-template-columns: 1fr;
    }
    .prodv2_sticky_inner {
        grid-template-columns: auto 1fr auto;
        grid-auto-rows: auto;
    }
    .prodv2_brand_logo {
        max-width: 70px;
        max-height: 32px;
    }
    .prodv2_badge {
        font-size: 12px;
        padding: 5px 10px;
    }
}

/* ========================================================================
   BUTON "VEZI TOATE" + MODAL PRODUSE SECTIUNE
   ======================================================================== */
.prodv2_section_header {
    display: flex;
    align-items: baseline;
    gap: 10px;
    flex-wrap: wrap;
}
.prodv2_section_header h2 {
    margin: 0;
} 
.prodv2_vezi_toate_btn {
    font-family: "DIN Next LT Pro Regular", "DIN Next LT Pro", "Helvetica", Arial, sans-serif;
    font-size: 14px;
    color: #d90429;
    text-decoration: none;
    white-space: nowrap;
}
.prodv2_vezi_toate_btn:hover {
    color: #a3031f;
    text-decoration: underline;
}
 
.prodv2_products_modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 2147483646;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease;
}
.prodv2_products_modal.open {
    opacity: 1;
    visibility: visible;
}
.prodv2_products_modal_overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.65);
    cursor: pointer;
    z-index: 0;
}
.prodv2_products_modal_panel {
    position: relative;
    width: 100%;
    max-width: 1200px;
    height: calc(100% - 48px);
    transform: scale(0.92);
    transition: transform 0.25s ease;
    max-height: 90vh;
    background: #fff;
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,0.25);
    z-index: 1; 
}
.prodv2_products_modal.open .prodv2_products_modal_panel {
    transform: scale(1);
} 
.prodv2_products_modal_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    border-bottom: 1px solid #e5e5e5;
    background: #fafafa;
    flex-shrink: 0;
}
.prodv2_products_modal_header h3 {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
    font-family: "DIN Next LT Pro Regular", "DIN Next LT Pro", "Helvetica", Arial, sans-serif;
    color: #333;
}
.prodv2_products_modal_close {
    border: none;
    background: #f0f0f0;
    color: #555;
    font-size: 18px;
    width: 34px;
    height: 34px;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.15s ease;
    flex-shrink: 0;
}
.prodv2_products_modal_close:hover {
    background: #e0e0e0;
}
.prodv2_products_modal_body {
    padding: 16px 20px;
    overflow-y: auto;
    flex: 1 1 auto;
    -webkit-overflow-scrolling: touch;
}
.prodv2_products_modal_loading {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    gap: 12px;
    color: #888;
    font-family: "DIN Next LT Pro Regular", Arial, sans-serif;
    font-size: 14px;
}
.prodv2_products_modal_loading i {
    font-size: 20px;
    color: #d90429;
}

.prodv2_modal_grid .slider_track.listing_track {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 16px;
}

@media (max-width: 768px) {
    .prodv2_products_modal {
        padding: 0;
    }
    .prodv2_products_modal_panel {
        max-width: 100%;
        width: 100%;
        height: 100%;
        max-height: 100%;
        border-radius: 0;
        box-shadow: none;
    }
    .prodv2_products_modal_header {
        padding: 14px 16px;
    }
    .prodv2_products_modal_header h3 {
        font-size: 1rem;
    } 
    .prodv2_products_modal_body {
        padding: 10px 12px;
    }
    .prodv2_modal_grid .slider_track.listing_track {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
        gap: 10px;
    }
}

/* ===== Feature Modules ===== */
.prodv2_feature_modules {
    margin-bottom: 25px;
} 
.prodv2_feature_module {
    position: relative;
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 22px 0; 
    border-bottom: 1px solid #f0f0f0;
}
.prodv2_feature_module:last-child {
    border-bottom: none;
}
/* Layout: img_left (default) & img_right */
.prodv2_fm_img_left,
.prodv2_fm_img_right {
    flex-direction: row;
}
.prodv2_feature_img {
    flex: 0 0 65%;
    max-width: 65%; 
} 
.prodv2_feature_img img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    object-fit: cover;
}
/* Layout: img_top */
.prodv2_fm_img_top {
    flex-direction: column;
    gap: 12px;
}
.prodv2_fm_img_full {
    width: 100%;
}
.prodv2_fm_img_full img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    object-fit: cover;
    max-height: 320px;
}
/* Layout: no_img */
.prodv2_fm_no_img {
    flex-direction: row;
}
.prodv2_feature_text {
    flex: 1;
    min-width: 0;
}
.prodv2_feature_text--full {
    flex: 0 0 100%;
}
.prodv2_feature_title {
    margin: 0 0 6px;
    font-size: 1.05rem;
    font-weight: 700;
    color: #333;
}
.prodv2_feature_module p,
.prodv2_auto_description p {
    margin: 0;
    line-height: 1.62;
    color: #333;
    font-size: 14px;
}
.prodv2_auto_description {
    color: #333;
    font-size: 14px;
    line-height: 1.62;
}
.prodv2_auto_description p {
    margin-bottom: 14px;
}
.prodv2_auto_description p:last-child {
    margin-bottom: 0;
}
.prodv2_auto_description strong,
.prodv2_auto_description b,
.prodv2_feature_module strong,
.prodv2_feature_module b {
    color: #222;
    font-weight: 700;
}
/* Admin edit button */
.fm_admin_edit {
    position: absolute;
    top: 8px;
    right: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #5867dd;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    opacity: 0.15;
    transition: opacity .2s;
    z-index: 2;
}
.prodv2_feature_module:hover .fm_admin_edit {
    opacity: 0.85;
}
.fm_admin_edit:hover {
    opacity: 1 !important;
    background: #3d4db7;
    color: #fff;
}
@media (max-width: 600px) {
    .prodv2_feature_module {
        flex-direction: column;
        gap: 10px;
    }
    .prodv2_feature_img {
        flex: none;
        max-width: 100%;
    }
    .fm_admin_edit {
        opacity: 0.7;
    } 
}
 
/* === Variante Produs (lentila, rezolutie, culoare) === */
.prodv2_variante {
    margin: 6px 0 10px;
    padding-left: 40px;
}
.prodv2_variante_grup {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 5px;
}
.prodv2_variante_label {
    font-size: 13px;
    font-weight: 500;
    color: #555;
    min-width: 55px;
}
.prodv2_variante_optiuni {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}
.prodv2_varianta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 12px;
    border: 1px solid #d5d5d5;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 500;
    color: #444;
    text-decoration: none;
    cursor: pointer;
    transition: all .15s ease;
    background: #fff;
    min-width: 40px;
    text-align: center;
}
.prodv2_varianta:hover {
    border-color: #d90429;
    color: #d90429;
}
.prodv2_varianta.activ {
    border-color: #d90429;
    color: #d90429;
    background: #fff5f5;
    font-weight: 600;
    cursor: default;
}
.prodv2_varianta.indisponibil {
    color: #bbb;
    border-color: #eee;
    background: #fafafa;
    text-decoration: line-through;
}
.prodv2_varianta.indisponibil:hover {
    border-color: #ccc;
    color: #999;
}
.prodv2_variante_edit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 4px;
    background: #e0e0e0;
    color: #888;
    font-size: 10px;
    text-decoration: none;
    opacity: 0.3;
    transition: all .2s;
    margin-left: 4px;
    flex-shrink: 0;
}
.prodv2_variante_grup:hover .prodv2_variante_edit { opacity: 0.7; }
.prodv2_variante_edit:hover { opacity: 1 !important; background: #5c6bc0; color: #fff; }
@media (max-width: 768px) {
    .prodv2_variante_grup { gap: 6px; }
    .prodv2_varianta { padding: 3px 10px; font-size: 12px; }
    .prodv2_variante_edit { opacity: 0.6; }
}

/* === FAQ Auto-generat Acordeon === */
.prodv2_faq_list {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-bottom: 20px;
}
.prodv2_faq_item {
    border-bottom: 1px solid #e8e8e8;
}
.prodv2_faq_item:first-child {
    border-top: 1px solid #e8e8e8;
}
.prodv2_faq_question {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 4px;
    font-size: 15px;
    font-weight: 600;
    color: #222;
    cursor: pointer;
    list-style: none;
    user-select: none;
    transition: color .2s;
}
.prodv2_faq_question_text {
    flex: 1 1 auto;
    min-width: 0;
}
.prodv2_admin_edit--faq {
    flex: 0 0 auto;
    width: 26px;
    height: 26px;
    margin-left: auto;
    border-radius: 6px;
    background: #f5f5f5;
    border: 1px solid #ddd;
    color: #777;
}
.prodv2_admin_edit--faq:hover {
    background: #fff0f0;
    border-color: #c40000;
    color: #c40000;
}
.prodv2_faq_question::-webkit-details-marker {
    display: none;
}
.prodv2_faq_question::before {
    content: '\f105';
    font-family: 'Font Awesome 5 Free', 'Font Awesome 6 Free', FontAwesome;
    font-weight: 900;
    font-size: 14px;
    color: #d90429;
    flex-shrink: 0;
    width: 18px;
    text-align: center;
    transition: transform .25s ease;
}
.prodv2_faq_item[open] > .prodv2_faq_question::before {
    transform: rotate(90deg);
}
.prodv2_faq_question:hover {
    color: #d90429;
}
.prodv2_faq_answer {
    padding: 0 4px 16px 28px;
    font-size: 14px;
    line-height: 1.65;
    color: #444;
}
.prodv2_faq_answer p {
    margin: 0;
}
@media (max-width: 768px) {
    .prodv2_faq_question {
        font-size: 14px;
        padding: 12px 2px;
    }
    .prodv2_faq_answer {
        padding: 0 2px 14px 28px;
        font-size: 13px;
    }
}

/* ========================================================================
   MOBILE OPTIMIZATIONS (consolidated)
   - reduces large hardcoded paddings/margins on small viewports
   - touch-friendly quantity controls
   - prospect preview full-width
   - bottom mobile add-to-cart bar (hides top sticky on mobile)
   - tooltip-on-tap for stock split
   ======================================================================== */
@media (max-width: 768px) {
    /* wrapper / sectiuni: padding mai aerat, fara overflow */
    .prodv2_wrapper {
        padding: 12px;
        border-radius: 10px;
    }
    .prodv2_section {
        padding: 14px 12px;
        scroll-margin-top: 70px;
    }
    .prodv2_hero {
        gap: 16px;
        padding-bottom: 12px;
        margin-bottom: 16px;
    }
    .prodv2_title {
        font-size: 18px;
        margin-top: 12px;
    }

    /* feature stack si variante: scoatem padding-left 40px */
    .prodv2_feature_stack {
        padding: 12px 0;
    }
    .prodv2_variante {
        padding-left: 0;
    }

    /* stoc + actiuni: stack vertical, butonul Adauga in cos full-width */
    .prodv2_stock_actions {
        grid-template-columns: 1fr;
        margin: 12px 0;
        gap: 12px;
    }
    .prodv2_stock_actions .prodv2_actions {
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .prodv2_actions .prodv2_add_to_cart {
        width: 100%;
        order: 3;
    }

    /* quantity controls: touch-friendly 40x40 */
    .prodv2_qty {
        padding: 4px 8px;
    }
    .prodv2_qty .qty_btn {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
    .prodv2_qty .qty_input,
    .prodv2_qty input {
        height: 40px;
        width: 56px;
        font-size: 16px;
    }

    /* feature modules: stack vertical sub 768 (era 600) */
    .prodv2_feature_module {
        flex-direction: column;
        gap: 12px;
        padding: 16px 0;
    }
    .prodv2_feature_img,
    .prodv2_fm_img_left .prodv2_feature_img,
    .prodv2_fm_img_right .prodv2_feature_img {
        flex: none;
        max-width: 100%;
        width: 100%;
    }
    .prodv2_feature_img img {
        max-height: 280px;
        width: 100%;
        object-fit: contain;
    }

    /* prospect tehnic: full-width, inaltime mai mica */
    .prodv2_prospect_preview {
        width: 100%;
        max-width: 100%;
    }
    .prodv2_prospect_iframe {
        height: 360px;
    }

    /* sticky top: ascundem complet pe mobil (folosim bara fixa de jos) */
    .prodv2_sticky {
        display: none !important;
    }

    /* gallery main: max-height ajustat ca sa nu domine viewportul */
    .prodv2_gallery_main img {
        max-height: 360px;
    }

    /* Logo producator: vizibil pe mobil, dar fara sa concureze cu imaginea */
    .prodv2_gallery_main .prodv2_brand_logo {
        max-width: 46%;
        max-height: 46px;
        bottom: 10px;
        right: 10px;
    }

    /* Rating + cod produs: pe mobil separăm rândurile ca să nu pară înghesuite */
    .prodv2_rating {
        align-items: flex-start;
        flex-direction: column;
        gap: 7px;
        margin-bottom: 14px;
    }
    .prodv2_rating_left {
        width: 100%;
        gap: 7px;
    }
    .prodv2_rating_right {
        margin-left: 0;
        width: 100%;
    }
    .prodv2_reviews_meta {
        font-size: 12px;
        line-height: 1.3;
        color: #666;
        align-items: flex-start;
    }
    .prodv2_reviews_meta i {
        margin-top: 2px;
    }

    /* Butonul principal de cumparare: mai echilibrat ca touch target si proportie */
    .prodv2_actions .prodv2_add_to_cart {
        min-height: 48px;
        max-width: none;
        padding: 0 16px;
        border-radius: 10px;
        font-size: 16px;
        justify-content: center;
    }

    /* badge-uri pe galerie: pozitie mai compacta */
    .prodv2_badges {
        top: 8px;
        gap: 4px;
    }
    .prodv2_badges .prodv2_badge + .prodv2_badge {
        margin-top: -4px;
    }
    .prodv2_badge {
        font-size: 11px;
        padding: 4px 9px;
    }

    /* benefit cards mai compacte */
    .prodv2_benefits {
        grid-template-columns: 1fr;
    }
    .prodv2_benefit {
        min-height: auto;
        padding: 12px 36px 12px 12px;
        font-size: 12px;
        gap: 11px;
    }
    .prodv2_benefit_icon {
        flex: 0 0 38px;
        width: 38px;
        height: 38px;
        font-size: 17px;
    }
    .prodv2_benefit_chevron {
        right: 12px;
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .prodv2_wrapper {
        padding: 8px;
    }
    .prodv2_section {
        padding: 12px 10px;
    }
    .prodv2_title {
        font-size: 16px;
    }
    .prodv2_price_main {
        font-size: 20px;
    }
    .prodv2_gallery_main img {
        max-height: 320px;
    }
    .prodv2_prospect_iframe {
        height: 280px;
    }
    /* iconite/badge stack pe mobil mic ca sa nu sara linia */
    .prodv2_logo_item {
        width: 70px;
        height: 28px;
    }
}

/* === Bara fixa de jos pe mobil cu pret + Adauga in cos === */
.prodv2_mobile_bar {
    display: none;
}
@media (max-width: 768px) {
    .prodv2_mobile_bar {
        display: flex;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 2000;
        background: #fff;
        border-top: 1px solid #e5e5e5;
        box-shadow: 0 -6px 18px rgba(0,0,0,0.08);
        padding: 8px 10px env(safe-area-inset-bottom, 8px);
        align-items: center;
        gap: 7px;
        transform: translateY(110%);
        transition: transform .25s ease;
    }
    .prodv2_mobile_bar.is-visible {
        transform: translateY(0);
    }
    .prodv2_mobile_bar_price {
        flex: 0 0 auto;
        line-height: 1.1;
        min-width: 0;
    }
    .prodv2_mobile_bar_price .prodv2_mobile_bar_label {
        display: block;
        font-size: 11px;
        color: #888;
    }
    .prodv2_mobile_bar_price .prodv2_mobile_bar_value {
        font-weight: 700;
        font-size: 17px;
        color: #c40000;
        white-space: nowrap;
    }
    .prodv2_mobile_bar_price .prodv2_mobile_bar_value span {
        font-size: 13px;
        font-weight: 600;
    }
    .prodv2_mobile_bar_unauth {
        font-size: 12px;
        color: #555;
        line-height: 1.25;
    }
    .prodv2_mobile_bar_qty {
        flex: 0 0 auto;
    }
    .prodv2_mobile_bar_contact {
        display: inline-flex;
        flex: 0 0 auto;
        align-items: center;
        gap: 5px;
    }
    .prodv2_mobile_contact_btn {
        width: 36px;
        height: 36px;
        border-radius: 10px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        text-decoration: none;
        font-size: 16px;
        line-height: 1;
        box-shadow: 0 2px 8px rgba(0,0,0,0.12);
    }
    .prodv2_mobile_contact_btn:link,
    .prodv2_mobile_contact_btn:visited,
    .prodv2_mobile_contact_btn:hover,
    .prodv2_mobile_contact_btn:focus {
        color: #fff;
        text-decoration: none;
    }
    .prodv2_mobile_contact_call {
        background: #c52a2a;
    }
    .prodv2_mobile_contact_whatsapp {
        background: #25d366;
        font-size: 18px;
    }
    .prodv2_mobile_bar_qty .qty_btn {
        width: 36px;
        height: 36px;
    }
    .prodv2_mobile_bar_qty .qty_input {
        width: 38px;
        height: 36px;
        font-size: 15px;
    }
    .prodv2_mobile_bar_btn {
        flex: 1 1 auto;
        height: 44px;
        font-size: 15px;
        padding: 0 10px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
        white-space: nowrap;
        min-width: 130px;
    }
    /* offset pentru continut ca sa nu fie ascuns sub bara fixa */
    body.prodv2_has_mobile_bar {
        padding-bottom: 64px;
    }
}

/* === Tooltip stoc split: tap-toggle pe mobil === */
@media (hover: none), (max-width: 768px) {
    .prodv2_stock_split .prodv2_stock_tooltip {
        white-space: normal;
        max-width: 240px;
    }
    .prodv2_stock_split.is-open .prodv2_stock_tooltip {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
    .prodv2_stock_split {
        cursor: pointer;
    }
}

/* ========================================================================
   PRODUCT PAGE MOBILE UX POLISH
   Ajustari dupa test live pe telefon:
   - taburile devin chips orizontale compacte
   - eliminam linia rosie lunga de active section
   - prevenim overflow-ul pe descrieri/FAQ/slidere
   - bara globala Suna/WhatsApp nu se mai suprapune peste bara de cos
   ======================================================================== */
@media (max-width: 768px) {
    .prodv2_page {
        overflow-x: hidden;
        /* Compari.ro adauga o bara fixa jos ("Parerile cumparatorilor").
           Rezervam spatiu ca sectiunile/footerul sa nu ramana ascunse sub ea. */
        padding-bottom: 120px;
    }
    .prodv2_body {
        display: block;
        margin-top: 0;
    }
    .prodv2_content {
        min-width: 0;
        padding-left: 0;
        overflow: hidden;
    }

    /* Taburi: chips orizontale in loc de carduri verticale */
    .prodv2_side {
        position: sticky;
        top: 0;
        z-index: 1200;
        padding: 8px 0 6px;
        margin: 0 0 14px;
        overflow: hidden;
        background: rgba(246,247,249,0.96);
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
        border-bottom: 1px solid rgba(0,0,0,0.06);
    }
    .prodv2_side.is-mobile-fixed {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 4500;
        margin: 0;
        padding: 8px 12px 6px;
        box-shadow: 0 8px 18px rgba(0,0,0,0.10);
    }
    .prodv2_side_placeholder {
        display: none;
    }
    .prodv2_side::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 32px;
        pointer-events: none;
        background: linear-gradient(90deg, rgba(246,247,249,0), rgba(246,247,249,0.96) 70%);
    }
    .prodv2_side_sticky {
        position: static;
        display: flex;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        gap: 8px;
        overflow-x: auto;
        overflow-y: hidden;
        padding: 4px 32px 7px 0;
        margin: 0;
        cursor: default;
        scroll-snap-type: x proximity;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }
    .prodv2_side_sticky::-webkit-scrollbar {
        display: none;
    }
    .prodv2_side_sticky a,
    .prodv2_side_sticky a.is-active,
    .prodv2_side_sticky a:hover,
    .prodv2_side_sticky a.is-active:hover {
        flex: 0 0 auto;
        width: auto !important;
        min-width: 0;
        margin: 0 !important;
        border: 1px solid #e5e5e5;
        border-radius: 12px !important;
        padding: 9px 12px;
        background: #fff;
        box-shadow: none;
        color: #333;
        font-size: 13px;
        line-height: 1.15;
        white-space: nowrap;
        scroll-snap-align: start;
    }
    .prodv2_side_sticky a.is-active {
        background: #d90429;
        border-color: #d90429;
        color: #fff;
        box-shadow: 0 3px 10px rgba(217,4,41,0.16);
    }
    .prodv2_side_sticky a::after {
        display: none;
    }
    .prodv2_side_sticky a i {
        margin-right: 5px;
        width: auto;
    }

    /* Sections: fara bara rosie verticala lunga pe mobil */
    .prodv2_section,
    .prodv2_section.is-active {
        border-left: 1px solid #eee;
        border-radius: 14px;
        box-shadow: none;
        overflow: hidden;
        max-width: 100%;
        width: 100%;
        box-sizing: border-box;
        scroll-margin-top: 76px;
    }
    .prodv2_section h2 {
        font-size: 22px;
        line-height: 1.15;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 8px;
    }
    .prodv2_admin_links {
        margin-left: 0;
        flex-wrap: wrap;
        gap: 6px;
    }

    /* Conținut venit din descrieri vechi: nu mai iese din viewport */
    .prodv2_section img,
    .prodv2_section video,
    .prodv2_section iframe {
        max-width: 100% !important;
    }
    .prodv2_section img,
    .prodv2_section video {
        height: auto !important;
    }
    .prodv2_section table {
        display: block;
        max-width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .prodv2_section p,
    .prodv2_section li,
    .prodv2_section h3,
    .prodv2_section h4,
    .prodv2_review_message,
    .prodv2_review_empty,
    .prodv2_faq_question,
    .prodv2_faq_answer {
        max-width: 100%;
        overflow-wrap: break-word;
        word-break: normal;
    }

    /* FAQ: textul lung se rupe pe linii, nu se taie in dreapta */
    .prodv2_faq_question {
        align-items: flex-start;
        white-space: normal;
        line-height: 1.35;
    }
    .prodv2_faq_question::before {
        margin-top: 2px;
    }

    /* Sliderele de produse recomandate nu forteaza latime peste viewport */
    .prodv2_section#prodv2_crosssell,
    .prodv2_section#prodv2_compatibile,
    .prodv2_section#prodv2_kituri,
    .prodv2_section#prodv2_asemanatoare {
        max-width: 100%;
        overflow: hidden;
    }
    .prodv2_section_header {
        align-items: flex-start;
    }
    .prodv2_vezi_toate_btn {
        font-size: 13px;
        white-space: normal;
    }

    /* Pe pagina de produs folosim bara de cos, nu bara globala Suna/WhatsApp */
    body.prodv2_has_mobile_bar #bottom_bar,
    body.prodv2_has_mobile_bar #product_bottom_bar {
        display: none !important;
        visibility: hidden !important;
        pointer-events: none !important;
    }
    body.prodv2_has_mobile_bar {
        padding-bottom: 132px;
    }
    .prodv2_mobile_bar {
        z-index: 4000;
        min-height: 60px;
        bottom: 40px;
    }
}

@media (max-width: 420px) {
    .prodv2_mobile_bar {
        gap: 5px;
        padding-left: 6px;
        padding-right: 6px;
        bottom: 40px;
    }
    .prodv2_mobile_bar_price .prodv2_mobile_bar_label {
        font-size: 10px;
    }
    .prodv2_mobile_bar_price .prodv2_mobile_bar_value {
        font-size: 15px;
    }
    .prodv2_mobile_bar_qty .qty_btn {
        width: 32px;
        height: 36px;
    }
    .prodv2_mobile_bar_qty .qty_input {
        width: 32px;
    }
    .prodv2_mobile_contact_btn {
        width: 34px;
        height: 36px;
    }
    .prodv2_mobile_bar_btn {
        min-width: 108px;
        font-size: 14px;
        padding: 0 8px;
    }
    .prodv2_mobile_bar_btn_label {
        font-size: 0;
    }
    .prodv2_mobile_bar_btn_label::after {
        content: "Cos";
        font-size: 14px;
    }
}

@media (max-width: 520px) {
    .prodv2_mobile_bar_qty {
        display: none;
    }
    .prodv2_mobile_bar_price {
        flex: 0 0 auto;
        max-width: 86px;
    }
    .prodv2_mobile_bar_btn {
        min-width: 0;
        flex: 1 1 auto;
    }
}