@charset "UTF-8";*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-montserrat)}:root{--font-montserrat: "Montserrat", sans-serif;--font-fraunces: "Fraunces", serif;--font-regular: 400;--font-bold: 700;--size-big-xxl: 50px;--size-big-xl: 40px;--size-big-l: 36px;--size-big-m: 32px;--size-xx-large: 28px;--size-x-large: 24px;--size-large: 20px;--size-medium: 16px;--size-small: 12px;--size-x-small: 8px;--size-xx-small: 4px;--color-green-500: hsl(158, 36%, 37%);--color-green-700: hsl(158, 42%, 18%);--color-black: hsl(212, 21%, 14%);--color-grey: hsl(228, 12%, 48%);--color-cream: hsl(30, 38%, 92%);--color-white: hsl(0, 0%, 100%);--space-big-xxl: 50px;--space-big-xl: 40px;--space-big-m: 30px;--space-xxl: 32px;--space-xl: 24px;--space-lg: 20px;--space-md: 16px;--space-sm: 12px;--space-xs: 8px;--space-xxs: 4px;--space-2: 2px;--space-1: 1px;--radius-xl: 20px;--radius-lg: 12px;--radius-md: 8px;--radius-sm: 4px;--radius-round: 50%}.app{height:100vh;width:100vw;background-color:var(--color-cream);display:flex;justify-content:center;align-items:center}.product-review-card-component{background-color:var(--color-white);display:flex;flex-direction:column;align-items:center;margin:var(--space-lg);border-radius:var(--radius-md);overflow:hidden;max-width:360px}.product-review-card-component .image-mobile{width:100%;max-width:700px;height:200px}.product-review-card-component .image-desktop{display:none}.product-review-card-component .content{padding:var(--space-big-m);font-family:var(--font-montserrat)}.product-review-card-component .content .categorie{padding-bottom:var(--space-md);text-transform:uppercase;color:var(--color-grey);letter-spacing:var(--space-2)}.product-review-card-component .content .title{font-family:var(--font-fraunces);font-size:var(--size-big-l);font-weight:var(--font-bold);padding-bottom:var(--space-md)}.product-review-card-component .content .description{padding-bottom:var(--space-md);color:var(--color-grey)}.product-review-card-component .content .price{font-family:var(--font-fraunces);padding-bottom:var(--space-md);display:flex;gap:var(--space-lg);align-items:center}.product-review-card-component .content .price .actual-price{font-size:var(--size-big-l);font-weight:var(--font-bold);color:var(--color-green-500)}.product-review-card-component .content .price .old-price{text-decoration:line-through;color:var(--color-grey)}.product-review-card-component .content .button{display:flex;align-items:center;justify-content:center;background-color:var(--color-green-500);gap:var(--space-sm);padding:var(--space-md);border-radius:var(--radius-md);color:var(--color-white);cursor:pointer}.product-review-card-component .content .btn-icon{width:var(--space-md);height:var(--space-md)}@media(min-width:768px){.product-review-card-component{flex-direction:row;max-width:700px}.product-review-card-component .image-mobile{display:none}.product-review-card-component .image-desktop{display:block;width:50%}.product-review-card-component .content{width:50%;padding:var(--space-big-xxl)}}
