.product-grid-section{padding:48px 0;background:#fff}.product-grid-section__inner{max-width:1400px;margin:0 auto;padding:0 32px}.product-grid-section__title{font-size:clamp(24px,3vw,34px);font-weight:800;letter-spacing:-.01em;margin:0 0 28px;color:#111}.product-grid{--cols-desktop: 6;--cols-tablet: 3;--cols-mobile: 2;display:grid;grid-template-columns:repeat(var(--cols-desktop),1fr);gap:24px 16px}.product-card{display:flex;flex-direction:column;text-decoration:none;color:inherit;border-radius:12px;padding:8px;transition:box-shadow .2s ease,background-color .2s ease,transform .2s ease}.product-card:hover{background-color:#fff;box-shadow:0 4px 18px #0000001a;transform:translateY(-2px)}.product-card__media{position:relative;display:flex;align-items:center;justify-content:center;aspect-ratio:1 / 1;margin-bottom:14px;overflow:hidden;border-radius:8px}.product-card__image{max-width:100%;max-height:100%;width:100%;height:100%;object-fit:contain}.product-card__image--placeholder{opacity:.4}.product-card__badge{position:absolute;top:8px;left:8px;z-index:2;padding:5px 12px;border-radius:999px;font-size:12px;font-weight:700;white-space:nowrap}.product-card__badge--sale{background:#e0142c;color:#fff}.product-card__badge--soldout{background:#f2f2f2;color:#444;border:1px solid #e2e2e2}.product-card__info{display:flex;flex-direction:column;gap:4px}.product-card__title{margin:0;font-size:14px;font-weight:500;color:#111;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__price{margin:0;font-size:14px;display:flex;align-items:baseline;gap:8px}.product-card__price span{font-weight:800;color:#111}.product-card__price-from{font-weight:800}.product-card__price-sale{color:#e0142c}.product-card__price-compare{font-weight:500!important;color:#999;text-decoration:line-through;font-size:13px}.product-grid-section__footer{display:flex;justify-content:center;margin-top:36px}.product-grid-section__view-all{display:inline-block;padding:12px 28px;border:1px solid #111;border-radius:999px;font-weight:700;font-size:14px;text-decoration:none;color:#111;transition:background-color .2s ease,color .2s ease}.product-grid-section__view-all:hover{background:#111;color:#fff}.product-grid__empty{color:#777;font-size:14px}@media(max-width:989px){.product-grid{grid-template-columns:repeat(var(--cols-tablet),1fr)}}@media(max-width:599px){.product-grid-section__inner{padding:0 16px}.product-grid{grid-template-columns:repeat(var(--cols-mobile),1fr);gap:18px 10px}.product-card__title{font-size:12.5px}.product-card__price{font-size:13px}}
/*# sourceMappingURL=/cdn/shop/t/28/assets/product-grid.css.map */
