.quelevendo-product-section{padding:clamp(2.5rem,5vw,4rem) 1.25rem}.quelevendo-product-section-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1rem;max-width:1200px;margin:0 auto 2rem;display:flex}.quelevendo-product-section-title{letter-spacing:.02em;color:var(--qlv-text);margin:0;font-family:Krona One,Montserrat,sans-serif;font-size:clamp(1.5rem,3vw,2rem);font-weight:400}.quelevendo-product-section-subtitle{color:var(--qlv-text-muted);margin:.25rem 0 0;font-size:.9rem}.quelevendo-product-section-link{color:var(--qlv-primary);white-space:nowrap;flex-shrink:0;font-size:.9rem;font-weight:600;text-decoration:none}.quelevendo-product-section-link:hover{text-decoration:underline}.quelevendo-product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.25rem;max-width:1200px;margin:0 auto;display:grid}.quelevendo-product-card{background:var(--qlv-surface);border:1px solid var(--qlv-border-2);border-radius:var(--qlv-radius);cursor:pointer;flex-direction:column;text-decoration:none;transition:box-shadow .2s,transform .2s;display:flex;overflow:hidden;color:inherit!important}.quelevendo-product-card:hover{box-shadow:var(--qlv-shadow-md);transform:translateY(-3px)}.quelevendo-product-card-image{aspect-ratio:1;background:#fff;justify-content:center;align-items:center;display:flex;overflow:hidden}.quelevendo-product-card-image img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.quelevendo-product-card:hover .quelevendo-product-card-image img{transform:scale(1.04)}.quelevendo-product-card-body{flex-direction:column;flex:1;gap:.25rem;padding:1rem;display:flex}.quelevendo-product-card-category{color:var(--qlv-text-muted);text-transform:uppercase;letter-spacing:.08em;font-size:.75rem;font-weight:600}.quelevendo-product-card-name{color:var(--qlv-text);margin:0;font-size:.95rem;font-weight:600;line-height:1.35}.quelevendo-product-card-desc{color:var(--qlv-text-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.82rem;line-height:1.4;display:-webkit-box;overflow:hidden}.quelevendo-product-card-footer{justify-content:space-between;align-items:center;gap:.5rem;padding:0 1rem 1rem;display:flex}.quelevendo-product-card-prices{flex-direction:column;gap:1px;display:flex}.quelevendo-product-card-price{color:var(--qlv-text);font-size:1.05rem;font-weight:700}.quelevendo-product-card-price-alt{color:var(--qlv-text-muted);font-size:.72rem;font-weight:500;line-height:1.2}.quelevendo-product-card-add{background:var(--qlv-primary);color:#fff;cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:1.2rem;transition:background .2s;display:flex}.quelevendo-product-card-add:hover{background:var(--qlv-primary-hover)}.quelevendo-product-card-add.added{background:var(--qlv-success)}.quelevendo-product-loading,.quelevendo-product-error{text-align:center;max-width:1200px;color:var(--qlv-text-muted);margin:0 auto;padding:2rem}@media (max-width:1024px){.quelevendo-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:640px){.quelevendo-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}}@media (max-width:380px){.quelevendo-product-grid{grid-template-columns:1fr}}
