*,:before,:after{box-sizing:border-box}*{margin:0}:focus-visible{outline-offset:4px;outline:3px solid #854632}body{color:#6c7289;background:#f2eae2;justify-content:center;align-items:center;min-height:100dvh;margin:0 auto;font-family:Montserrat,sans-serif;font-size:.875rem;line-height:1.5;display:flex}img{width:100%;display:block}main{place-items:center;min-height:100vh;padding:1rem;display:grid}.card{background:#fff;border-radius:8px;flex-direction:column;width:100%;max-width:clamp(21.875rem,90vw,37.5rem);display:flex;overflow:hidden}.card__image{aspect-ratio:1}.card__image img{object-fit:cover;height:100%}@media (width>=768px){.card{flex-direction:row}.card .card__image,.card .card__content{width:50%}}.card__content{flex-direction:column;align-items:flex-start;gap:2rem;padding:2rem;display:flex}.card__description{flex-direction:column;gap:1.5rem;display:flex}.card__category{letter-spacing:.3125rem;font-size:.75rem;font-weight:500;line-height:1.2}.card__title{color:#1c232b;font-family:Fraunces,serif;font-size:2rem;font-weight:700;line-height:1}.card__text{font-weight:500;line-height:1.6}.card__price{justify-content:flex-start;align-items:center;gap:1rem;max-width:191px;display:flex}.card__price strong{color:#3d8168;font-family:Fraunces,serif;font-size:2rem;font-weight:700;line-height:1}.card__price span{color:#6c7289;font-size:.8125rem;font-weight:500;line-height:1.1;text-decoration:line-through}.card__button{appearance:none;color:#fff;cursor:pointer;background:#3d8168;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;width:100%;max-width:286px;padding:1rem;font-family:inherit;font-size:.875rem;font-weight:700;line-height:1;display:flex}.card__button img{width:15.75px}.card__button{transition:background-color .2s,transform .15s}.card__button:hover{background:#1a4032;transform:translateY(-1px)}.card__button:active{transform:scale(.98)}
