@import"https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap";:root{--Green-500: hsl(158, 36%, 37%);--Green-700: hsl(158, 42%, 18%);--Black: hsl(212, 21%, 14%);--Grey: hsl(228, 12%, 48%);--Cream: hsl(30, 38%, 92%);--White: hsl(0, 0%, 100%)}.montserrat{font-family:Montserrat,Arial,Helvetica,sans-serif}.fraunces{font-family:Fraunces,sans-serif}*{padding:0;box-sizing:border-box;margin:0}body{background-color:var(--Cream)}.container{display:flex;align-items:center;height:100vh;justify-content:center;width:100%}.product-preview{width:90%;background-color:#fff;display:grid;gap:1rem;border-radius:12px;overflow:hidden}.info{display:flex;gap:.5rem;flex-direction:column;padding:.5rem 1rem}.product-image{display:block;object-fit:cover;width:100%;height:250px}.letter-spacing{letter-spacing:3px;font-weight:500;font-size:13px;color:var(--Grey)}.heading{font-size:32px}.description{font-size:14px;color:var(--Grey);line-height:1.2rem}.price{display:flex;align-items:center;gap:1rem}.current-price{color:var(--Green-500);font-weight:700;font-size:2rem}.previous-price{font-size:16px;text-decoration:line-through;color:var(--Grey)}.add-to-cart{border-radius:8px;padding:1rem;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:1rem;font-weight:700;background-color:var(--Green-500);color:var(--White);border:0}.add-to-cart:hover{background-color:var(--Green-700)}@media (min-width: 540px){.product-preview{grid-template-columns:1fr 1fr;height:80vh;width:60%}.info{height:100%;justify-content:center;gap:1rem}.product-image{height:100%}.heading{font-size:2.5rem}.description{font-weight:500;line-height:1.4rem;font-size:1.1rem}}
