.farenheite-product-section{padding:clamp(2.5rem,5vw,4rem) 1.25rem}.farenheite-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}.farenheite-product-section-title{font-size:clamp(1.6rem,3vw,2.2rem);font-family:var(--font-display);letter-spacing:.06em;text-transform:uppercase;color:var(--fh-text);margin:0;font-weight:600}.farenheite-product-section-subtitle{color:var(--fh-text-muted);margin:.25rem 0 0;font-size:.9rem}.farenheite-product-section-link{color:var(--fh-text);white-space:nowrap;border-bottom:1px solid var(--fh-ink);flex-shrink:0;padding-bottom:2px;font-size:.85rem;font-weight:500;text-decoration:none;transition:opacity .2s}.farenheite-product-section-link:hover{opacity:.6}.farenheite-product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.25rem;max-width:1200px;margin:0 auto;display:grid}.farenheite-product-card{background:var(--fh-surface);border:1px solid var(--fh-border-2);border-radius:var(--fh-radius);cursor:pointer;color:inherit;flex-direction:column;text-decoration:none;transition:box-shadow .2s,transform .2s;display:flex;overflow:hidden}.farenheite-product-card:hover{transform:translateY(-3px);box-shadow:0 14px 30px #00000014}.farenheite-product-card-image{aspect-ratio:1;background:#fff;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.farenheite-product-card-badge{background:var(--fh-sale);color:#fff;letter-spacing:.08em;text-transform:uppercase;padding:.3rem .6rem;font-size:.68rem;font-weight:600;position:absolute;top:.6rem;left:0}.farenheite-product-card-image img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.farenheite-product-card:hover .farenheite-product-card-image img{transform:scale(1.04)}.farenheite-product-card-body{flex-direction:column;flex:1;gap:.25rem;padding:1rem;display:flex}.farenheite-product-card-category{color:var(--fh-text-muted);text-transform:uppercase;letter-spacing:.14em;font-size:.72rem;font-weight:500}.farenheite-product-card-name{color:var(--fh-text);margin:0;font-size:.95rem;font-weight:600;line-height:1.35}.farenheite-product-card-desc{color:var(--fh-text-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.82rem;line-height:1.4;display:-webkit-box;overflow:hidden}.farenheite-product-card-footer{justify-content:space-between;align-items:center;gap:.5rem;padding:0 1rem 1rem;display:flex}.farenheite-product-card-prices{flex-direction:column;gap:1px;display:flex}.farenheite-product-card-price{color:var(--fh-text);font-size:1rem;font-weight:700}.farenheite-product-card-price-old{color:var(--fh-text-muted);font-size:.72rem;font-weight:500;text-decoration:line-through}.farenheite-product-card-price-alt{color:var(--fh-text-muted);font-size:.72rem;font-weight:500;line-height:1.2}.farenheite-product-card-add{background:var(--fh-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}.farenheite-product-card-add:hover{background:#2d2d2f}.farenheite-product-card-add.added{background:var(--fh-success)}.farenheite-product-loading,.farenheite-product-error{text-align:center;max-width:1200px;color:var(--fh-text-muted);margin:0 auto;padding:2rem}@media (max-width:1024px){.farenheite-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:640px){.farenheite-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}}@media (max-width:380px){.farenheite-product-grid{grid-template-columns:1fr}}
