.section-wishlist{min-height:50vh;text-align:center}.section-wishlist .wishlist-container{max-width:var(--page-width);margin:0 auto;padding:0 5rem}.section-wishlist h1{text-align:center}.section-wishlist .thumbnail{width:100%;height:100%;object-fit:cover}.section-wishlist .thumbnail-wrapper{width:229px;height:278px;aspect-ratio:229 / 279}.section-wishlist .product-grid{display:grid;gap:32px;margin:0;padding:0;list-style:none;justify-content:center}.section-wishlist .grid__item{position:relative;aspect-ratio:229 / 279;width:100%;max-width:229px;height:auto}.product-grid .product-item{aspect-ratio:229 / 279;overflow:hidden;background-color:#4179ac;border-radius:16px;width:100%;max-width:229px;height:auto;max-height:279px;margin:auto;transition:transform .3s ease}.product-grid .product-item .product-image{width:100%;height:100%}.product-grid .product-item .product-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease;border-radius:16px}.product-grid .product-item:hover .product-image img{transform:scale(1.05)}.product-grid .product-item .product-content{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-between;color:#fff;padding:1rem;transition:opacity .3s ease;font-family:Montaga,serif;z-index:2}.product-grid .product-item .product-type{font-size:15px;background-color:#fff;padding:18px 13px;color:#000;border-radius:16px;width:fit-content}.product-grid .product-item .product-info{text-align:center}.product-grid .product-item .product-name{font-size:21px}.product-grid .product-item .product-price{font-size:15px}@media screen and (max-width: 900px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (min-width: 900px) and (max-width: 1160px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media screen and (min-width: 1161px){.product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/section-wishlist.css.map */
