.ta-shop-page{padding-bottom:8vw}.ta-shop-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:34px 18px;max-width:1500px;margin:0 auto}.ta-shop-grid .ta-product-card{grid-column:auto;min-width:0}.ta-shop-grid .ta-product-card__image{position:relative;aspect-ratio:4/5;background:#fff;overflow:hidden}.ta-product-card__front,.ta-product-card__back{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#fff;transition:opacity .28s ease}.ta-product-card__front{opacity:1}.ta-product-card__back{opacity:0}.ta-shop-grid .ta-product-card__image img,.ta-shop-grid .ta-product-card__image svg{display:block;width:100%;height:100%;object-fit:contain;object-position:center;transform:none;transition:transform .35s ease}.ta-shop-grid .ta-product-card:hover .ta-product-card__front{opacity:0}.ta-shop-grid .ta-product-card:hover .ta-product-card__back{opacity:1}.ta-shop-grid .ta-product-card:hover .ta-product-card__back img{transform:scale(1.018)}.ta-shop-grid .ta-product-card__meta{padding:13px 2px 15px}.ta-shop-grid .ta-product-card__meta h3{line-height:1.35}@media(min-width:1500px){.ta-shop-grid{grid-template-columns:repeat(4,minmax(0,1fr));max-width:1600px}}@media(max-width:1000px){.ta-shop-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 12px}}@media(max-width:800px){.ta-shop-page{padding-left:16px;padding-right:16px}.ta-shop-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 8px}.ta-shop-grid .ta-product-card__image{aspect-ratio:4/5}.ta-product-card__back{display:none}.ta-shop-grid .ta-product-card__image img{object-fit:contain}.ta-shop-grid .ta-product-card__meta{display:block;padding:10px 1px 14px}.ta-shop-grid .ta-product-card__meta h3{font-size:9px;margin-bottom:5px}.ta-shop-grid .ta-product-card__meta p{font-size:9px}}@media(max-width:380px){.ta-shop-grid{gap:16px 7px}.ta-shop-grid .ta-product-card__meta h3,.ta-shop-grid .ta-product-card__meta p{font-size:8px}}