.souvenir-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:2.5rem}.souvenir-grid .image{box-shadow:0 3px 8px 0 #d9d9d9;margin-bottom:1rem;aspect-ratio:2/1.5;background-color:#f9f9f9;border-radius:.25rem;overflow:hidden;width:100%;display:flex;align-items:center;justify-content:center;position:relative}.souvenir-grid .image .price{position:absolute;right:10px;bottom:10px;padding:10px;padding-top:15px;line-height:22px;font-family:'Poppins',sans-serif;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-direction:column;aspect-ratio:1;width:110px;background-color:#de98af;font-weight:600;font-size:1.75rem}.souvenir-grid .image .price span{font-size:.75rem;font-weight:200}@media screen and (max-width:1474px){.souvenir-grid{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:1230px){.souvenir-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:600px) and (max-width:767px){.souvenir-grid .image .price{width:90px;font-size:1.25rem}.souvenir-grid .image .price span{text-align:center;line-height:16px}}@media screen and (max-width:600px){.souvenir-grid{grid-template-columns:1fr}}@media screen and (max-width:450px){.souvenir-grid .image .price{font-size:1.25rem;width:85px}.souvenir-grid .image .price span{font-size:.7rem;text-align:center;line-height:12px}}