.shop-page{padding-top:6rem;padding-bottom:6rem}.shop-header{margin-bottom:3rem}.shop-eyebrow{display:block;font-size:.7rem;font-weight:600;letter-spacing:2.5px;text-transform:uppercase;color:var(--text-secondary);margin-bottom:1rem}.shop-title{font-size:3.2rem;font-weight:700;letter-spacing:-2px;line-height:1.05;color:var(--text-primary);margin-bottom:.75rem}.shop-subtitle{font-size:.95rem;color:var(--text-secondary);margin-bottom:1.25rem}.shop-count{font-size:.72rem;font-weight:600;letter-spacing:1px;text-transform:uppercase;color:rgba(0,0,0,.25)}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1px;gap:1px;background:rgba(0,0,0,.07);border:1px solid rgba(0,0,0,.07);border-radius:18px;overflow:hidden}.product-card{background:var(--bg-color);padding:1.75rem;display:flex;flex-direction:column;gap:1.25rem;transition:background .2s ease}.product-card:hover{background:#fff}.product-preview{height:160px;background:rgba(0,0,0,.02);border:1px solid rgba(0,0,0,.05);border-radius:12px;display:flex;align-items:center;justify-content:center;transition:border-color .2s ease}.product-card:hover .product-preview{border-color:rgba(0,0,0,.1)}.product-letter{font-size:5rem;font-weight:700;letter-spacing:-2px;color:var(--text-primary);font-family:Georgia,serif;line-height:1}.product-meta{display:flex;justify-content:space-between;align-items:flex-end}.product-info{display:flex;flex-direction:column;gap:.2rem}.product-name{font-size:.9rem;font-weight:600;color:var(--text-primary);letter-spacing:-.2px}.product-style{font-size:.75rem;color:var(--text-secondary);font-weight:500}.product-price{font-size:1rem;font-weight:700;color:var(--text-primary);letter-spacing:-.3px}.product-btn{width:100%;padding:.65rem 1rem;border-radius:100px;font-size:.8rem;font-weight:600;background:transparent;color:var(--text-primary);border:1px solid rgba(0,0,0,.12);cursor:pointer;transition:background .2s ease,border-color .2s ease}.product-btn:hover{background:var(--text-primary);color:var(--bg-color);border-color:var(--text-primary)}@media (max-width:900px){.product-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.product-grid{grid-template-columns:1fr}.shop-title{font-size:2.4rem}}