:root{--color-base-text: 18, 18, 18;--color-base-background: 255, 255, 255;--font-body-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-heading-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-body-family);color:rgb(var(--color-base-text));background:rgb(var(--color-base-background));line-height:1.6}.container{max-width:1200px;margin:0 auto;padding:0 20px}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:30px;margin:40px 0}.product-card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a;transition:transform .3s}.product-card:hover{transform:translateY(-4px);box-shadow:0 4px 16px #00000026}.product-card img{width:100%;aspect-ratio:1;object-fit:cover;display:block}.product-card__info{padding:16px}.product-card__title{font-size:16px;font-weight:600;margin-bottom:8px;color:rgb(var(--color-base-text))}.product-card__price{font-size:18px;font-weight:700}
/*# sourceMappingURL=/cdn/shop/t/15/assets/base.css.map */
