.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;max-width:1200px;margin:0 auto}.product-card{display:flex;flex-direction:column;gap:22px;border:1px solid #543b25;background:#fefbf2;max-width:calc(50vw - 8px);font-size:14px}.product-card .product-link{text-decoration:none;color:inherit;display:block}.product-card .product-link:hover .product-image{transform:scale(1.05)}.product-card .product-image-wrapper{width:100%;aspect-ratio:2/3;max-height:450px;overflow:hidden;background:#fff;position:relative}.product-card .product-image,.product-card .product-placeholder{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card .product-info{display:flex;flex-direction:column;gap:6px;padding:18px 18px 0;margin-top:0}.product-card .product-title{font-family:Inter,sans-serif;font-size:14px;font-weight:100;color:#543b25;letter-spacing:-.5px;line-height:1.2}.product-card .product-price{display:inline-flex;align-items:baseline;gap:8px;font-family:Inter,sans-serif;font-weight:100;color:#543b25;line-height:1.2}.product-card .product-price .price-current{font-size:14px;font-weight:100;letter-spacing:-.4px}.product-card .product-price .price-compare{font-size:14px;font-weight:100;color:#9c8b7f;text-decoration:line-through}.product-card .price-badge{position:absolute;top:0;left:0;right:0;height:28px;display:flex;align-items:center;justify-content:center;gap:8px;padding:0 12px;font-size:14px;font-weight:100;color:#000;background:#ff7a00;text-transform:uppercase;pointer-events:none;z-index:2}.product-card .price-badge-dot{width:6px;height:6px;border-radius:50%;background:#000;display:inline-block}.product-card .product-colors{display:flex;gap:12px;align-items:center;padding:0 18px 18px}.product-card .color-swatch-link{text-decoration:none;display:inline-block}.product-card .color-swatch{width:24px;height:24px;border-radius:50%;border:2px solid #543b25;cursor:pointer;transition:transform .2s,box-shadow .2s;display:block}.product-card .color-swatch:hover{transform:scale(1.1);box-shadow:0 2px 8px #543b254d}.product-card .sold-out-indicator{position:absolute;bottom:20px;right:20px;background-color:#000;color:#fff;padding:8px 16px;font-family:Inter,sans-serif;font-size:14px;font-weight:600;letter-spacing:.5px;text-transform:uppercase}@media screen and (max-width: 1200px){.products-grid{grid-template-columns:repeat(2,1fr);gap:60px}}@media screen and (min-width: 1024px){.products-grid{grid-template-columns:repeat(3,minmax(0,195px));justify-content:center;gap:18px;max-width:680px}.product-card{gap:18px}.product-card .product-image-wrapper{max-height:none}.product-card .product-info{padding:14px 14px 0}.product-card .product-title,.product-card .product-price .price-current{font-size:13px}.product-card .product-price .price-compare{font-size:12px}.product-card .price-badge{height:auto;padding:4px 6px;font-size:10px;gap:4px;flex-wrap:wrap;line-height:1.1;text-align:center}.product-card .price-badge-dot{width:4px;height:4px}}@media screen and (max-width: 768px){.products-grid{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:15px;row-gap:25px}.product-card .product-title,.product-card .product-price .price-current,.product-card .product-price .price-compare{font-size:14px}.product-card .price-badge{height:24px;padding:0 10px;font-size:12px;gap:6px}.product-card .color-swatch{width:20px;height:20px}}@media screen and (max-width: 480px){.product-card .price-badge{height:22px;padding:0 8px;font-size:11px;gap:5px}.product-card .price-badge-dot{width:4px;height:4px}}
/*# sourceMappingURL=/cdn/shop/t/25/assets/product-card.css.map */
