.nextmobile-product-section{padding:clamp(2.5rem,5vw,4rem) 1.25rem}.nextmobile-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}.nextmobile-product-section-title{letter-spacing:-.03em;color:var(--nm-text);margin:0;font-size:clamp(1.5rem,3vw,2rem);font-weight:700}.nextmobile-product-section-subtitle{color:var(--nm-text-muted);margin:.25rem 0 0;font-size:.9rem}.nextmobile-product-section-link{color:var(--nm-primary);white-space:nowrap;flex-shrink:0;font-size:.9rem;font-weight:600;text-decoration:none}.nextmobile-product-section-link:hover{text-decoration:underline}.nextmobile-product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.25rem;max-width:1200px;margin:0 auto;display:grid}.nextmobile-product-card{background:var(--nm-surface);border:1px solid var(--nm-border-2);border-radius:var(--nm-radius);cursor:pointer;color:inherit;flex-direction:column;text-decoration:none;transition:box-shadow .2s,transform .2s;display:flex;overflow:hidden}.nextmobile-product-card:hover{box-shadow:var(--nm-shadow-md);transform:translateY(-3px)}.nextmobile-product-card-image{aspect-ratio:1;background:#fff;justify-content:center;align-items:center;display:flex;overflow:hidden}.nextmobile-product-card-image img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.nextmobile-product-card:hover .nextmobile-product-card-image img{transform:scale(1.04)}.nextmobile-product-card-body{flex-direction:column;flex:1;gap:.25rem;padding:1rem;display:flex}.nextmobile-product-card-category{color:var(--nm-text-muted);text-transform:uppercase;letter-spacing:.08em;font-size:.75rem;font-weight:600}.nextmobile-product-card-name{color:var(--nm-text);margin:0;font-size:.95rem;font-weight:600;line-height:1.35}.nextmobile-product-card-desc{color:var(--nm-text-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.82rem;line-height:1.4;display:-webkit-box;overflow:hidden}.nextmobile-product-card-footer{justify-content:space-between;align-items:center;gap:.5rem;padding:0 1rem 1rem;display:flex}.nextmobile-product-card-price{color:var(--nm-text);font-size:1.05rem;font-weight:700}.nextmobile-product-card-add{background:var(--nm-dark);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}.nextmobile-product-card-add:hover{background:#2d2d2f}.nextmobile-product-card-add.added{background:var(--nm-success)}.nextmobile-product-loading,.nextmobile-product-error{text-align:center;max-width:1200px;color:var(--nm-text-muted);margin:0 auto;padding:2rem}@media (max-width:1024px){.nextmobile-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:640px){.nextmobile-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}}@media (max-width:380px){.nextmobile-product-grid{grid-template-columns:1fr}}
