@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700&family=Fraunces:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700&family=Fraunces:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700&family=Fraunces:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700&family=Fraunces:wght@700&display=swap");
.attribution {
  font-size: 11px; }
  .attribution a {
    color: #3e52a3; }

body {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500; }

h1, h3, h4, h5, h6 {
  font-family: "Fraunces", serif;
  font-weight: 700; }

/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box; }

/* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none; }

/* Remove default margin in favour of better control in authored CSS */
body, h1, h2, h3, h4, p,
figure, blockquote, dl, dd {
  margin-block-end: 0; }

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role='list'],
ol[role='list'] {
  list-style: none; }

/* Set core body defaults */
body {
  min-height: 100vh;
  line-height: 1.5; }

/* Set shorter line heights on headings and interactive elements */
h1, h2, h3, h4,
button, input, label {
  line-height: 1.1; }

/* Balance text wrapping on headings */
h1, h2,
h3, h4 {
  text-wrap: balance; }

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor; }

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
  margin: 0; }

/* Inherit fonts for inputs and buttons */
input, button,
textarea, select {
  font: inherit; }

/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
  min-height: 10em; }

/* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 5ex; }

footer {
  text-align: center;
  margin: 2rem 0; }

.main-container {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #f2ebe3; }

main {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 375px;
  border-radius: 0.9rem;
  overflow: hidden; }

@media (min-width: 700px) {
  main {
    max-width: 600px;
    height: 450px;
    flex-direction: row; } }

.img-desktop {
  display: none; }

@media (min-width: 700px) {
  .img-desktop {
    display: block;
    max-height: 450px;
    object-fit: contain; }
  .img-mobile {
    display: none; }
  .product-image {
    background-image: url("../images/image-product-desktop.jpg"); } }

.attribution {
  font-size: 11px; }
  .attribution a {
    color: #3e52a3; }

body {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500; }

h1, h3, h4, h5, h6 {
  font-family: "Fraunces", serif;
  font-weight: 700; }

.product-details {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.7rem;
  background-color: white; }

h1 {
  font-size: 2rem;
  margin: 1rem 0; }

h2 {
  color: #6c7289;
  font-size: 0.9rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  /* Transform text to uppercase */
  letter-spacing: 0.2em;
  /* Increase space between letters */ }

p {
  font-size: 0.9rem;
  color: #6c7289;
  margin: 1rem 0; }

@media (min-width: 700px) {
  .product-details {
    height: 100%; }
  p {
    font-size: 1rem;
    color: #6c7289;
    margin: 1rem 0; } }

.attribution {
  font-size: 11px; }
  .attribution a {
    color: #3e52a3; }

body {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500; }

h1, h3, h4, h5, h6 {
  font-family: "Fraunces", serif;
  font-weight: 700; }

.price {
  display: flex;
  flex-direction: row;
  align-items: center; }
  .price .current-price {
    font-family: "Fraunces", serif;
    font-size: 2rem;
    font-weight: 700;
    color: #3c8067;
    margin-right: 1rem; }
  .price .old-price {
    font-family: "Montserrat", sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    color: #6c7289;
    text-decoration: line-through; }

@media (min-width: 700px) {
  .price {
    margin: 1.2rem 0; } }

.attribution {
  font-size: 11px; }
  .attribution a {
    color: #3e52a3; }

body {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500; }

h1, h3, h4, h5, h6 {
  font-family: "Fraunces", serif;
  font-weight: 700; }

.cart-button {
  padding: 1rem;
  width: 100%;
  background-color: #3c8067;
  color: white;
  font-size: 1rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 0.5rem;
  margin-bottom: 1.5rem; }
  .cart-button * {
    margin-right: 0.5rem; }
