/** Shopify CDN: Minification failed

Line 12:0 All "@import" rules must come first

**/
@font-face {
  font-family: "sunset";
  src: url("https://quizzes-assets.nyc3.digitaloceanspaces.com/monday-swim.myshopify.com/fonts/sunset-gothic-medium-pro.otf")
    format("truetype");
}

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap");

.fit-quiz-response-container {
  min-height: 100vh;
  display: flex;
  align-items: center;
  background: #faf5e1;
  position: relative;
}

.fit-quiz-response-size-container,
.fit-quiz-response-product-container {
  width: 50%;
}

.fit-quiz-response-size-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: fit-content;
  background: radial-gradient(
    100px 100px at center center,
    #ffff50,
    transparent
  );
}

.fit-quiz-response-size-container h2 {
  font-family: "sunset", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 55px;
  line-height: 70px;
  margin: 10px 0;
  text-align: center;
}

.fit-quiz-response-size-container span {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 55px;
  line-height: 67px;
}

.fit-quiz-response-product__heading {
  font-family: "sunset", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 51px;
}

.fit-quiz-response-products {
  display: flex;
  justify-content: space-evenly;
}

.fit-quiz-response-product {
  width: 45%;
}

.fit-quiz-response-product a {
  text-decoration: none;
  color: #000;
}

.fit-quiz-response-product img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.fit-quiz-response-product__title {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  width: fit-content;
  margin: 10px 0;
}

.fit-quiz-response-product__price {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  margin: 10px 0;
}

.fit-quiz-response-product__quantity-box {
  display: flex;
  height: 40px;
  width: 80px;
  margin-bottom: 10px;
  border: 1px solid #dfe1e6;
  border-radius: 5px;
}

/* Chrome, Safari, Edge, Opera */
.qtyvalue::-webkit-outer-spin-button,
.qtyvalue::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.qtyvalue {
  -moz-appearance: textfield;
}

.qtyplus,
.qtyminus {
  border: none;
  background: #fff;
  font-size: 22px;
}

.qtyplus:hover,
.qtyminus:hover {
  cursor: pointer;
}

.qtyvalue {
  border: none;
  width: 60%;
  text-align: center;
}

.qtyvalue:focus-visible {
  outline: none;
}

.fit-quiz-response-product__atc {
  width: 150px;
  height: 40px;
  background: #000000;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  border: none;
}

.fit-quiz-response-product__atc:hover {
  cursor: pointer;
}

/* Media Query */
@media only screen and (max-width: 1058px) {
  .fit-quiz-response-container {
    flex-direction: column;
    padding: 80px 0;
  }

  .fit-quiz-response-size-container,
  .fit-quiz-response-product-container {
    width: 100%;
  }

  .fit-quiz-response-size-container h2 {
    font-size: 36px;
    line-height: 46px;
  }

  .fit-quiz-response-size-container span {
    font-size: 32px;
    line-height: 39px;
  }

  .fit-quiz-response-product {
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
  }

  .fit-quiz-response-product__heading {
    font-size: 36px;
    line-height: 46px;
    text-align: center;
    margin-top: 50px;
  }

  .fit-quiz-response-product a {
    width: 80%;
  }

  .fit-quiz-response-products {
    flex-direction: column;
    align-items: center;
  }

  .fit-quiz-response-product img {
    width: 100%;
    height: auto;
  }

  .fit-quiz-response-product__title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 0;
    width: 200px;
    margin: 0 auto;
  }

  .fit-quiz-response-product__price {
    font-size: 18px;
    line-height: 22px;
  }
}

@media only screen and (max-width: 768px){
  .fit-quiz-response-size-container h2 {
    font-size: 60px;
    line-height: 82px;
  }

  .fit-quiz-response-size-container span {
    font-size: 60px;
    line-height: 82px;
  }
  .fit-quiz-response-product__title {
    font-size: 50px;
    line-height: 62px;
    width: 100%;
    margin: 10px auto 0 auto;
  }

  .fit-quiz-response-product__quantity-box {
    width: 180px;
    height: 60px;
  }

  .fit-quiz-response-product__quantity-box input {
    font-size: 30px;
  }

  .qtyplus, .qtyminus {
    width: 20%;
  }

  .fit-quiz-response-product__atc {
    width: 350px;
    height: 80px;
    margin-top: 15px;
    font-weight: 600;
    font-size: 36px;
  }
}
