.product-cards{display:flex;flex-direction:row;flex-wrap:wrap;gap:4rem;height:100%}.product-card-wrapper{width:calc(25% - 3rem)}.product-card{display:flex;flex-direction:column;height:100%;row-gap:.5em}.product-card-wrapper .grid-item{list-style:none}.product-card-wrapper .item-a{display:flex;flex-direction:column;font-size:1.6rem}.product-card-img{overflow:hidden;aspect-ratio:1/1;width:100%}.product-card-img img{width:100%;height:100%;object-fit:cover;transition:scale .8s;will-change:scale}.product-card-img img:hover{scale:1.05}.product-card-ttl,.product-card-price{font-size:1.6rem;font-weight:700}.product-card-review{display:flex;gap:1em;font-size:1.3rem}.product-card-review .star{color:var(--Clr02)}.product-card .item-btn{margin-block-start:auto}.product-card .add-cart{position:relative;display:flex;justify-content:center;align-items:center;background-color:var(--Clr05, #fff);box-shadow:0 0 .5rem var(--ClrLgr, #eee);text-align:center;font-size:1.6rem;font-weight:700;width:100%;padding:.75em;cursor:pointer;border:none}.product-card .add-cart:before{display:none}.product-card .add-cart:after{content:"";position:absolute;border-bottom:solid .2rem var(--Clr04);bottom:0;left:0;width:100%}.product-card .add-cart:hover:after{animation:width01 linear both .3s 0s}.product-card .add-cart.sold-out{opacity:.5;cursor:not-allowed}.product-card .star{text-wrap:nowrap}.product-card-info{display:flex;flex-direction:column;gap:.5em}@media screen and (max-width:769px){.product-card-wrapper{width:calc(50% - 1rem)}.product-cards{gap:2rem}.product-card-review{flex-direction:column;gap:0;align-items:flex-start}}
/*# sourceMappingURL=/cdn/shop/t/29/assets/product-card.css.map */
