.local-products{background:#faf8f5;padding:80px 0}.local-products__head{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:28px;display:flex}.local-products__eyebrow{letter-spacing:2px;text-transform:uppercase;color:#a86a3d;align-items:center;gap:8px;margin-bottom:8px;font-size:12px;font-weight:600;display:inline-flex}.local-products__eyebrow:before{content:"";background:#a86a3d;border-radius:2px;width:24px;height:2px;display:block}.local-products__title{color:#1a1a1a;letter-spacing:-1px;margin:0;font-size:32px;font-weight:700;line-height:1.1}.local-products__title em{color:#a86a3d;font-style:italic;font-weight:400}@media (max-width:768px){.local-products__title{font-size:26px}}.local-products__see-all{color:#a86a3d;white-space:nowrap;align-items:center;gap:6px;font-size:14px;font-weight:600;text-decoration:none;transition:gap .2s;display:inline-flex}.local-products__see-all:hover{gap:10px}.local-products__grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}@media (max-width:1024px){.local-products__grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:640px){.local-products__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.local-products{padding:60px 0}}.lp-card{background:#fff;border:1px solid #f0ede8;border-radius:14px;text-decoration:none;transition:transform .25s,box-shadow .25s;display:block;overflow:hidden}.lp-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #a86a3d1a}.lp-card__img{background:#f5f0eb;height:160px;position:relative;overflow:hidden}.lp-card__img img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.lp-card__img:hover img{transform:scale(1.04)}.lp-card__img-empty{background:linear-gradient(135deg,#f0ede8,#e8e4de);width:100%;height:100%}.lp-card__img--skeleton{background:linear-gradient(90deg,#f0ede8 25%,#e8e4de 50%,#f0ede8 75%) 0 0/200% 100%;animation:1.5s infinite lp-shimmer}.lp-card__body{padding:12px}.lp-card__name{color:#1a1a1a;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 4px;font-size:13px;font-weight:700;display:-webkit-box;overflow:hidden}.lp-card__price{color:#a86a3d;margin:0 0 4px;font-size:13px;font-weight:700}.lp-card__seller{color:#bbb;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:11px;overflow:hidden}.lp-card__skeleton-line{background:linear-gradient(90deg,#f0ede8 25%,#e8e4de 50%,#f0ede8 75%) 0 0/200% 100%;border-radius:6px;height:12px;margin-bottom:8px;animation:1.5s infinite lp-shimmer}.lp-card__skeleton-line--short{width:60%}.lp-card--skeleton{pointer-events:none}@keyframes lp-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}
