.shop{width:1100px;max-width:calc(100% - 2em)}.shop .intro{text-align:center;max-width:720px;margin:0 auto 2.5rem}.shop .intro h1{margin-bottom:.5rem}.shop .intro p{color:#555;font-size:1.05rem}.shop .filters{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:2.5rem}.shop .filter{padding:.5rem 1.1rem;border:1px solid rgb(var(--gray-light));background:#fff;border-radius:999px;font:inherit;font-size:.95rem;color:rgb(var(--gray-dark));cursor:pointer;transition:background .2s ease,border-color .2s ease,color .2s ease}.shop .filter:hover{border-color:var(--accent)}.shop .filter.active{background:#222;border-color:#222;color:#fff}.shop .grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));grid-auto-rows:1fr;gap:1.75rem;list-style:none;margin:0;padding:0}.shop .product.hidden{display:none}.shop .card{display:flex;flex-direction:column;height:100%;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 2px 10px rgba(var(--black),6%);text-decoration:none;color:inherit;transition:transform .2s ease,box-shadow .2s ease}.shop .card:hover,.shop .card:focus-visible{transform:translateY(-4px);box-shadow:var(--box-shadow)}.shop .carousel{position:relative}.shop .photo{display:block;width:100%;aspect-ratio:4 / 3;object-fit:cover;border-radius:0}.shop .placeholder{display:flex;align-items:center;justify-content:center}.shop .car-nav{position:absolute;top:50%;transform:translateY(-50%);width:32px;height:32px;border:none;border-radius:999px;background:#ffffffd9;color:#222;font-size:1.25rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 4px rgba(var(--black),18%);opacity:0;transition:opacity .2s ease,background .2s ease}.shop .card:hover .car-nav,.shop .card:focus-within .car-nav{opacity:1}.shop .car-nav:hover{background:#fff}.shop .car-nav.prev{left:8px}.shop .car-nav.next{right:8px}.shop .dots{position:absolute;left:0;right:0;bottom:8px;display:flex;justify-content:center;gap:6px}.shop .dot{width:7px;height:7px;border-radius:999px;background:#ffffffa6;box-shadow:0 0 2px rgba(var(--black),35%);cursor:pointer}.shop .dot.active{background:#fff;transform:scale(1.25)}.shop .swatches{display:flex;flex-wrap:wrap;gap:.4rem;margin:0 0 .9rem}.shop .swatch{padding:.3rem .8rem;border:1px solid rgb(var(--gray-light));background:#fff;border-radius:999px;font:inherit;font-size:.82rem;color:rgb(var(--gray-dark));cursor:pointer;transition:background .2s ease,border-color .2s ease,color .2s ease}.shop .swatch:hover{border-color:var(--accent)}.shop .swatch.active{background:#222;border-color:#222;color:#fff}.shop .stock{font-size:.8rem;font-weight:600;color:#2e7d32}.shop .stock.sold-out{color:#c62828}.shop .btn.add-to-cart:disabled{background:rgb(var(--gray-light));border-color:rgb(var(--gray-light));color:rgb(var(--gray));cursor:not-allowed}.shop .emoji{font-size:3.5rem;line-height:1}.shop .body{display:flex;flex-direction:column;flex:1;padding:1.25rem}.shop .tag{align-self:flex-start;font-size:.72rem;letter-spacing:.05em;text-transform:uppercase;color:rgb(var(--gray));margin-bottom:.4rem}.shop .body h3{font-size:1.25rem;margin:0 0 .25rem}.shop .maker{margin:0 0 .6rem;font-size:.9rem;color:rgb(var(--gray))}.shop .desc{margin:0 0 .5rem;font-size:.95rem;line-height:1.55;color:#555;white-space:pre-line;display:-webkit-box;-webkit-line-clamp:4;line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.shop .desc.expanded{display:block;-webkit-line-clamp:unset;line-clamp:unset;overflow:visible}.shop .read-more{align-self:flex-start;margin:0 0 1rem;padding:0;background:none;border:none;cursor:pointer;font:inherit;font-size:.9rem;font-weight:600;color:var(--accent)}.shop .read-more:hover,.shop .read-more:focus-visible{text-decoration:underline}.shop .meta{display:flex;align-items:center;justify-content:space-between;margin-top:auto;margin-bottom:1rem}.shop .price{font-weight:700;color:rgb(var(--black))}.shop .actions{display:flex;align-items:stretch;gap:1rem}.shop .btn{flex:1;padding:.6rem .9rem;border-radius:999px;font:inherit;font-size:.9rem;font-weight:600;text-align:center;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background .2s ease,border-color .2s ease,color .2s ease}.shop .btn.inquire{border:1px solid var(--accent);background:#fff;color:var(--accent);text-decoration:none}.shop .btn.inquire:hover,.shop .btn.inquire:focus-visible{background:var(--accent);color:#fff}.shop .btn.add-to-cart{border:1px solid #222;background:#222;color:#fff}.shop .btn.add-to-cart:hover,.shop .btn.add-to-cart:focus-visible{background:#000;border-color:#000}.shop .empty{text-align:center;color:rgb(var(--gray));margin-top:3rem}.shop .status{grid-column:1 / -1;text-align:center;color:rgb(var(--gray));padding:3rem 1rem;list-style:none}@media(max-width:720px){.shop .grid{grid-template-columns:1fr;gap:1.25rem}}
