*{margin:0;padding:0}#back-screen{background-color:#f2ebe3;padding:1rem;display:flex;justify-content:center;align-items:center;height:100vh}#preview-card{border-radius:10px;background-color:#fff;display:flex;flex-direction:column;width:350px}#preview-card .product-image-desktop{display:none}#preview-card .product-image-mobile{width:100%;height:auto;border-radius:10px 10px 0 0}#preview-card .product-details{padding:20px;display:flex;flex-direction:column;gap:20px}#preview-card .product-details .product-type{font-size:14px;letter-spacing:5px;color:#6c7289}#preview-card .product-details .product-name{font-size:35px;line-height:35px;font-weight:700}#preview-card .product-details .description{font-size:14px;line-height:23px;color:#6c7289}#preview-card .price{display:flex;gap:17px;align-items:center}#preview-card .price .current-price{font-size:30px;color:#3c8067;font-weight:700;font-family:Fraunces,sans-serif}#preview-card .price .previous-price{font-size:13px;text-decoration:line-through;color:#6c7289}#preview-card button{padding:11px 20px;font-family:Montserrat,sans-serif;border-radius:10px;border:none;color:#fff;font-size:12px;font-weight:600;background-color:#3c8067;cursor:pointer}#preview-card button:hover{background-color:#1b4133}#preview-card button img{height:12px;width:auto;margin-right:7px}@media (min-width: 768px){#preview-card{flex-direction:row;height:420px;width:600px}#preview-card .product-image-desktop{display:block;width:100%;border-radius:10px 0 0 10px}#preview-card .product-image-mobile{display:none}#preview-card .product-details{width:80%}#preview-card .product-details .product-name{font-size:40px;line-height:40px}}
