.image-gallery{display:flex;flex-direction:column;gap:.5rem;width:100%}.gallery-empty{width:100%;aspect-ratio:16 / 9;background-color:#2a2a2a;display:flex;align-items:center;justify-content:center;color:#888;border-radius:8px;font-size:1.1rem}.main-image-container{position:relative;width:100%;aspect-ratio:16 / 9;border-radius:8px;overflow:hidden;background-color:#1a1a1a;display:flex;align-items:center;justify-content:center}.main-image{width:100%;height:100%;object-fit:cover;transition:opacity .3s ease}.nav-button{position:absolute;top:50%;transform:translateY(-50%);background-color:#0006;color:#fff;border:none;width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s,transform .2s;backdrop-filter:blur(4px);z-index:2}.nav-button:hover{background-color:#000c;transform:translateY(-50%) scale(1.05)}.nav-button svg{width:24px;height:24px}.prev-button{left:1rem}.next-button{right:1rem}.image-counter{position:absolute;bottom:1rem;left:50%;transform:translate(-50%);background-color:#0009;color:#fff;padding:.4rem 1rem;border-radius:20px;font-size:.9rem;font-weight:500;backdrop-filter:blur(4px);z-index:2}.thumbnails-wrapper{width:100%;position:relative}.thumbnails-container{display:flex;gap:.5rem;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;padding-bottom:.5rem}.thumbnails-container::-webkit-scrollbar{display:none}.thumbnail-btn{flex:0 0 calc(20% - .4rem);aspect-ratio:16 / 9;background:none;border:2px solid transparent;padding:0;border-radius:4px;cursor:pointer;overflow:hidden;transition:all .2s ease;scroll-snap-align:start;opacity:.6}.thumbnail-btn:hover{opacity:.9}.thumbnail-btn.active{border-color:var(--primary-color, #ad8445);opacity:1}.thumbnail-image{width:100%;height:100%;object-fit:cover;display:block}@media(max-width:768px){.nav-button{width:36px;height:36px}.nav-button svg{width:20px;height:20px}.prev-button{left:.5rem}.next-button{right:.5rem}.thumbnail-btn{flex:0 0 calc(25% - .375rem)}}.coche-detalle-container{max-width:1360px;margin:0 auto;padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem}.home-icon{width:16px;height:16px}.coche-breadcrumbs{display:flex;align-items:center;gap:.5rem;color:#adb5bd;font-size:.9rem}.coche-breadcrumbs a{color:var(--primary-color, #ad8445);text-decoration:none;transition:color .2s}.coche-breadcrumbs a:hover{text-decoration:underline}.coche-breadcrumbs .separator{color:#6c757d;font-size:.8rem}.coche-breadcrumbs .current{color:#fff;font-weight:500}.coche-layout{display:grid;grid-template-columns:1fr 350px;gap:2rem;align-items:start}.coche-main-col{display:flex;flex-direction:column;gap:2rem}.coche-header-mobile{display:none}.coche-specs-section{background-color:#1a1a1a;border-radius:8px;padding:2rem;border:1px solid rgba(255,255,255,.05)}.coche-specs-section h2{font-size:1.5rem;margin-bottom:1.5rem;color:#fff;border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:.8rem}.specs-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.5rem}.spec-item{display:flex;flex-direction:column;gap:.4rem}.spec-label{color:#a0a0a0;font-size:.85rem;display:flex;align-items:center;gap:.4rem}.spec-label svg{width:16px;height:16px;color:var(--primary-color, #ad8445)}.spec-value{color:#fff;font-size:1.1rem;font-weight:500}.coche-sidebar{position:sticky;top:6rem;display:flex;flex-direction:column;gap:1rem}.price-card{background-color:#fff;color:#222;border-radius:8px;padding:1.5rem;box-shadow:0 4px 20px #0003}.price-card-header{border-bottom:1px solid #eee;padding-bottom:1rem;margin-bottom:1rem}.price-card-title{font-size:1.8rem;font-weight:700;margin:0 0 .5rem;line-height:1.2}.price-card-subtitle{color:#555;font-size:1rem;margin:0}.price-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.price-tag{background-color:#f1f5f9;color:#334155;padding:.3rem .6rem;border-radius:4px;font-size:.8rem;font-weight:600;display:flex;align-items:center;gap:.3rem}.price-tag svg{width:14px;height:14px}.pricing-section{display:flex;justify-content:space-between;margin-bottom:1.5rem}.price-block{display:flex;flex-direction:column;gap:.2rem}.price-block.primary{border-right:1px solid #eee;padding-right:1rem;flex:1}.price-block.secondary{padding-left:1rem;flex:1}.price-label{color:#666;font-size:.85rem}.price-amount{font-size:1.8rem;font-weight:800;color:#111}.price-amount.financed{color:var(--primary-color, #ad8445)}.finance-promo{display:block;color:#16a34a;font-weight:600;text-decoration:none;font-size:1.1rem;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #eee}.finance-promo:hover{text-decoration:underline}.guarantees-list{list-style:none;padding:0;margin:0 0 1.5rem;background-color:#f8fafc;padding:1rem;border-radius:6px;display:flex;flex-direction:column;gap:.8rem}.guarantees-list li{display:flex;align-items:flex-start;gap:.5rem;font-size:.9rem;color:#334155}.guarantees-list svg{width:18px;height:18px;color:#16a34a;flex-shrink:0;margin-top:2px}.btn-me-interesa{display:block;width:100%;background-color:#65a30d;color:#fff;border:none;padding:1rem;border-radius:6px;font-size:1.2rem;font-weight:700;text-align:center;cursor:pointer;transition:background-color .2s;text-decoration:none}.btn-me-interesa:hover{background-color:#4d7c0f}@media(max-width:1024px){.coche-layout{grid-template-columns:1fr 300px;gap:1.5rem}}@media(max-width:768px){.coche-detalle-container{padding:1rem}.coche-layout{grid-template-columns:1fr;display:flex;flex-direction:column}.coche-header-mobile{display:block;margin-bottom:.5rem}.coche-header-mobile .price-card-title{color:#fff}.coche-header-mobile .price-card-subtitle{color:#ccc}.coche-sidebar .price-card-header,.coche-sidebar .price-tags{display:none}.coche-sidebar{position:fixed;bottom:0;left:0;top:auto;width:100%;z-index:100;padding:0;margin:0}.price-card{border-radius:12px 12px 0 0;padding:1rem;box-shadow:0 -4px 20px #0000004d}.pricing-section{margin-bottom:.8rem}.price-amount{font-size:1.4rem}.guarantees-list{display:none}.btn-me-interesa{padding:.8rem;font-size:1.1rem}.coche-main-col{padding-bottom:120px}}
