 /* --- EL MARCO RUDO --- */
    .gallery-frame {
        border: 1px solid rgba(203,168,106,.15);
        padding: 10px;
        background: #0f0f10;
        border-radius: 18px;

        box-shadow:
            0 0 0 1px rgba(203,168,106,.05),
            0 20px 50px rgba(0,0,0,.5);
    }

    .swiper {
        text-align: center;
    }

    .thumb-swiper {
        background: #0f0f10;
        padding: 10px;
        border-radius: 12px;
        height: 80px;
    }

    .thumb-swiper .swiper-slide {
        border: 1px solid rgba(203,168,106,.10);
        border-radius: 10px;
        overflow: hidden;
    }

    .swiper-slide img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .price-tag { font-size: 1.5rem; margin-bottom: 20px;}
    @media (min-width: 768px) {
        .price-tag { font-size: 2rem; padding: 5px 20px; }
    }
    .status-overlay.main-gallery-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5); /* Un poco menos oscuro para que se aprecie el detalle del auto */
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 10; /* Por encima de las imágenes del swiper */
        pointer-events: none; /* Permite que el click pase a través del overlay hacia el Fancybox si se desea */
    }
    /* Si quieres que NO puedan abrir el Fancybox cuando está reservado, quita 'pointer-events: none' */
    .status-text {
        color: #ffcc00;
        font-family: 'Archivo Black', sans-serif;
        font-size: clamp(1.5rem, 5vw, 3rem); /* Tamaño responsivo para el detalle */
        font-weight: 900;
        text-transform: uppercase;
        letter-spacing: 3px;
        border: 6px solid #ffcc00;
        padding: 15px 30px;
        transform: rotate(-10deg);
        text-shadow: 3px 3px 6px rgba(0,0,0,0.6);
        box-shadow: 0 0 20px rgba(0,0,0,0.2);
        white-space: nowrap;
    }
    /* Ajuste para miniaturas para que no se vean opacas por error */
    .thumb-swiper .swiper-slide img {
        opacity: 0.6;
        transition: opacity 0.3s;
    }
    .thumb-swiper .swiper-slide-thumb-active img {
        opacity: 1;
    }
    .main-swiper .swiper-slide {
        aspect-ratio: 16 / 9;
    }
    .main-swiper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /* Mobile */
    @media (max-width: 640px) {
        .main-swiper {
            height: 320px !important;
        }
    }

    /* Tablet */
    @media (min-width: 641px) and (max-width: 1024px) {
        .main-swiper {
            height: 300px;
        }
    }

    .product-description-card{
        background: linear-gradient(
            180deg,
            rgba(255,255,255,.03),
            rgba(255,255,255,.01)
        );

        border: 1px solid rgba(203,168,106,.15);

        border-radius: 16px;

        backdrop-filter: blur(10px);
    }

    .product-description-card h5{
        color: var(--gold-primary);
        letter-spacing: 2px;
        text-transform: uppercase;
    }

    .product-description-card p{
        color: rgba(255,255,255,.75) !important;
        line-height: 1.8;
    }

    .spec-item{
        background: rgba(255,255,255,.02);

        border: 1px solid rgba(203,168,106,.10);

        border-radius: 12px;

        padding: 18px;

        display:flex;
        align-items:center;
        gap:15px;

        height:100%;
    }

    .spec-item i{
        color: var(--gold-primary);
        font-size:1.2rem;
    }

    .spec-label{
        color: rgba(255,255,255,.45);
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size:.75rem;
        margin-bottom:3px;
        line-height: 15px;
    }

    .spec-value{
        color:#fff;
        font-weight:600;
        margin:0;
    }

    .btn-presentacion{
        border:1px solid rgba(203,168,106,.25);
        background:#111;
        color:#fff;
        border-radius:10px;
        padding:12px 18px;
        transition:.25s;
    }

    .btn-presentacion:hover{
        border-color:var(--gold-primary);
        background:var(--gold-primary);
        color:#111;
    }

    .btn-presentacion.active{
        background:var(--gold-primary);
        color:#111;
        border-color:var(--gold-primary);
        font-weight:600;
        box-shadow: 0 0 0 .2rem rgba(238, 161, 18, 0.5) !important;
    }

    .price-tag{
        font-size:3rem;
        font-weight:700;
        color:var(--gold-primary);
        margin-bottom:5px;
        line-height:1;
    }

    .promo-text {
        width: fit-content;
        align-items: center;
        gap: 8px;
        background: rgba(203,168,106,.10);
        border: 1px solid rgba(203,168,106,.20);
        color: #e5c07b;
        padding: 10px 14px;
        border-radius: 999px;
        font-weight: 600;
        margin-bottom: 20px;
    }

    .btn-buy{
        background:var(--gold-primary);
        color:#111;
        border:none;
        border-radius:12px;
        font-weight:700;
        height:52px;
        transition:.3s;
    }

    .btn-buy:hover{
        background:#e3c07a;
        transform: translateY(-1px);
    }

    .product-info-panel{
        background: linear-gradient(
            180deg,
            rgba(255,255,255,.02),
            rgba(255,255,255,.01)
        );
        border:1px solid rgba(203,168,106,.10);
        border-radius:18px;
        padding:30px;
    }

    .product-divider{
        border-color: rgba(203,168,106,.15);
        margin: 20px 0;
    }

/* Controles de carrito */
    .qty-selector{
        display:flex;
        align-items:center;
        overflow:hidden;
        border-radius:14px;
        border:1px solid rgba(203,168,106,.15);
        width:220px;
        background:#111;
    }

    .qty-btn{
        width:60px;
        height:56px;
        border:none;
        background:transparent;
        color:var(--gold-primary);
        font-size:1.5rem;
        font-weight:700;
        transition:.25s;
    }

    .qty-btn:hover{
        background:rgba(203,168,106,.15);
    }

    .qty-input{
        width:100%;
        height:56px;
        border:none;
        background:rgba(255,255,255,.03);
        color:#fff;
        text-align:center;
        font-size:1.3rem;
        font-weight:600;
    }

    .qty-input:focus{
        outline:none;
        box-shadow:none;
    }

    .qty-btn:first-child{
        border-right:1px solid rgba(203,168,106,.10);
    }

    .qty-btn:last-child{
        border-left:1px solid rgba(203,168,106,.10);
    }
