@import url("https://fonts.googleapis.com/css?family=Raleway:300,400,700&display=swap");
body {
  font-family: "Raleway", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.7;
}

.h0 {
  font-size: 3.981rem;
  font-weight: 300;
  line-height: 1.3;
}
@media screen and (min-width: 48rem) {
  .h0 {
    font-size: calc(1.4020833333vw + 3.308rem);
  }
}
@media screen and (min-width: 192rem) {
  .h0 {
    font-size: 6rem;
  }
}

.h1 {
  font-size: 3.318rem;
  font-weight: 300;
  line-height: 1.5;
}
@media screen and (min-width: 48rem) {
  .h1 {
    font-size: calc(1.0868055556vw + 2.7963333333rem);
  }
}
@media screen and (min-width: 192rem) {
  .h1 {
    font-size: 4.883rem;
  }
}

.h2 {
  font-size: 2.765rem;
  font-weight: 800;
  line-height: 1.5;
}
@media screen and (min-width: 48rem) {
  .h2 {
    font-size: calc(0.7923611111vw + 2.3846666667rem);
  }
}
@media screen and (min-width: 192rem) {
  .h2 {
    font-size: 3.906rem;
  }
}

.h3 {
  font-size: 2.304rem;
  font-weight: 800;
  line-height: 1.7;
}
@media screen and (min-width: 48rem) {
  .h3 {
    font-size: calc(0.5701388889vw + 2.0303333333rem);
  }
}
@media screen and (min-width: 192rem) {
  .h3 {
    font-size: 3.125rem;
  }
}

.h4 {
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1.7;
}
@media screen and (min-width: 48rem) {
  .h4 {
    font-size: calc(0.4861111111vw + 1.5666666667rem);
  }
}
@media screen and (min-width: 192rem) {
  .h4 {
    font-size: 2.5rem;
  }
}

.para {
  font-size: 2rem;
}

.meta {
  font-size: 1.2rem;
}

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

html {
  font-size: 62.5%;
}
@media screen and (max-width: 64em) {
  html {
    font-size: 56.25%;
  }
}
@media screen and (max-width: 48em) {
  html {
    font-size: 50%;
  }
}

body {
  box-sizing: border-box;
}

::-moz-selection {
  background-color: #1E8FEB;
  color: #fff;
}

::selection {
  background-color: #1E8FEB;
  color: #fff;
}

.bold {
  font-weight: 700;
}

.normal {
  font-weight: 400;
}

.disabled {
  pointer-events: none;
  opacity: 0.7;
}

.nav {
  padding: 0 3rem;
  background-color: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 3;
}
.nav--expanded .nav__hamburger-line {
  background-color: transparent;
}
.nav--expanded .nav__hamburger-line::before {
  transform: translateY(0) rotate(-45deg);
}
.nav--expanded .nav__hamburger-line::after {
  transform: translateY(0) rotate(45deg);
}
.nav--expanded .nav__background {
  transform: scaleX(1);
}
.nav--expanded .nav__list {
  opacity: 1;
  pointer-events: initial;
}
.nav__background {
  position: absolute;
  top: 0;
  right: 0;
  height: 100vh;
  width: 100vw;
  background-color: #1E8FEB;
  opacity: 0.9;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.3s;
}
.nav__hamburger {
  position: absolute;
  z-index: 4;
  top: 2rem;
  right: 4rem;
  width: 6rem;
  height: 5rem;
  border: none;
  background: none;
  display: none;
}
@media screen and (max-width: 45em) {
  .nav__hamburger {
    display: block;
  }
}
.nav__hamburger-line {
  height: 4px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #68B4F3;
  transition: background-color 0.3s;
}
.nav__hamburger-line::before, .nav__hamburger-line::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #68B4F3;
  transition: transform 0.3s;
}
.nav__hamburger-line::before {
  transform: translateY(-1.5rem);
}
.nav__hamburger-line::after {
  transform: translateY(1.5rem);
}
.nav__logo-wrapper {
  text-decoration: none;
  z-index: 5;
  transition: filter 0.3s;
  padding: 3px;
}
.nav__logo {
  display: block;
  height: 8rem;
  width: auto;
}
.nav__list {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 45em) {
  .nav__list {
    flex-direction: column;
    align-items: flex-end;
    padding-top: 5rem;
    padding-right: 3rem;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 40rem;
    height: 100vh;
    max-height: 100vh;
    overflow-y: auto;
    background-color: #fff;
    z-index: 3;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
  }
}
.nav__list-item--dropdown {
  position: relative;
  overflow: hidden;
}
.nav__list-item--dropdown:hover {
  overflow: initial;
}
.nav__list-item--dropdown:hover .nav__dropdown {
  max-height: 100rem;
  opacity: 1;
}
.nav__dropdown-text {
  display: block;
  padding: 2rem;
  color: #242424;
}
@media screen and (max-width: 45em) {
  .nav__dropdown-text {
    text-align: right;
  }
}
.nav__dropdown {
  list-style: none;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(7rem);
  width: -moz-max-content;
  width: max-content;
  background-color: #fff;
  max-height: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s, max-height 0.6s ease-out;
}
@media screen and (max-width: 45em) {
  .nav__dropdown {
    text-align: right;
    position: static;
    top: unset;
    right: unset;
    transform: unset;
    width: auto;
    max-height: unset;
    opacity: 1;
  }
}
.nav__dropdown-icon {
  height: 1rem;
}
.nav__link {
  display: block;
  text-decoration: none;
  padding: 2rem;
  color: #242424;
  transition: color 0.3s;
}
.nav__link:hover {
  color: #68B4F3;
}
.nav__link--active {
  pointer-events: none;
  color: #68B4F3;
  font-weight: 700;
}

.header {
  margin: 0 0 7rem;
  padding: 3rem 5vw;
  text-align: center;
  background-color: #68B4F3;
  color: #fff;
}
.header--half .h1 {
  max-width: 136.9rem;
  margin: 0 auto;
  margin-bottom: 2rem;
}
.header--small .h1 {
  max-width: 95rem;
  margin: 0 auto;
  margin-bottom: 2rem;
}

.footer {
  background-color: #f9f9f9;
  padding: 1rem 3rem;
  margin: 0 3rem 2rem;
  border-radius: 15px;
  text-align: center;
}

.showcase {
  max-width: 95%;
  margin: 0 auto;
}
@media screen and (max-width: 64em) {
  .showcase {
    max-width: 98%;
  }
}
.showcase__grid {
  margin: 0 10rem 8rem;
  display: grid;
}
@media screen and (max-width: 48em) {
  .showcase__grid {
    margin: 0 3rem;
  }
}
@media screen and (max-width: 28.75em) {
  .showcase__grid {
    margin: 0 1rem;
  }
}
.showcase__grid--2 {
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1.6rem;
}
.showcase__grid--3 {
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.6rem;
}
@media screen and (max-width: 71em) {
  .showcase__grid--3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 33.75em) {
  .showcase__grid--3 {
    grid-template-columns: 1fr;
  }
}
.showcase__grid--3-rooms {
  grid-template-rows: 33rem;
  grid-auto-rows: 33rem;
}
.showcase__grid--4 {
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1.6rem;
}
@media screen and (max-width: 66.625em) {
  .showcase__grid--4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 22.5em) {
  .showcase__grid--4 {
    grid-template-columns: 1fr;
  }
}
.showcase__grid--rooms {
  grid-template-columns: 1.4fr repeat(2, 1fr);
  grid-template-rows: 33rem;
  grid-auto-rows: 33rem;
  grid-gap: 16px;
}
@media screen and (max-width: 71.25em) {
  .showcase__grid--rooms {
    grid-template-rows: 30rem;
    grid-auto-rows: 30rem;
  }
}
@media screen and (max-width: 56.25em) {
  .showcase__grid--rooms {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 26.875em) {
  .showcase__grid--rooms {
    grid-template-columns: 1fr;
  }
}
.showcase__grid--rooms .room-card:nth-child(1) {
  grid-column: 1/2;
  grid-row: 1/3;
}
@media screen and (max-width: 30em) {
  .showcase__grid--rooms .room-card:nth-child(1) {
    grid-column: 1/3;
    grid-row: 1/2;
  }
}
@media screen and (max-width: 26.875em) {
  .showcase__grid--rooms .room-card:nth-child(1) {
    grid-column: unset;
    grid-row: unset;
  }
}
.showcase__grid--inspirations {
  grid-template-columns: 1fr;
  grid-template-rows: 36rem;
  grid-auto-rows: 36rem;
  grid-gap: 4rem;
}
.showcase__view-all-wrapper {
  display: grid;
  grid-template-columns: 1fr max-content 1fr;
  grid-gap: 17px;
  align-items: center;
  margin: 0 10rem 10rem;
}
@media screen and (max-width: 30em) {
  .showcase__view-all-wrapper {
    margin: 0 3rem 10rem;
  }
}
.showcase__view-all-wrapper::before, .showcase__view-all-wrapper::after {
  content: "";
  display: block;
  width: 100%;
  height: 11px;
  border-radius: 8px;
  background-color: #68B4F3;
}

.sidebar {
  background-color: #fff;
  max-width: 55.3rem;
  padding: 5.5rem 0;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  border-radius: 50px;
}
@media screen and (max-width: 82.5em) {
  .sidebar {
    max-width: 40rem;
  }
}
@media screen and (max-width: 64em) {
  .sidebar {
    display: none;
  }
}
.sidebar__header {
  padding: 0 10rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2rem;
}
.sidebar__icon {
  margin-left: 1rem;
}
.sidebar__wrapper:not(:last-child) {
  margin-bottom: 5rem;
}
.sidebar__title-wrapper {
  width: -moz-max-content;
  width: max-content;
  padding: 1.5rem 8.5rem 1.5rem 10rem;
  background-color: #dedede;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  margin-bottom: 2rem;
}
@media screen and (max-width: 82.5em) {
  .sidebar__title-wrapper {
    padding: 1.5rem 6rem 1.5rem 3rem;
  }
}
.sidebar__checkboxes-wrapper {
  padding: 0 10rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 5rem;
}
@media screen and (max-width: 82.5em) {
  .sidebar__checkboxes-wrapper {
    padding: 0 3rem;
  }
}
.sidebar__colors-wrapper {
  padding: 0 10rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 82.5em) {
  .sidebar__colors-wrapper {
    padding: 0 3rem;
  }
}

.form__wrapper {
  width: 100%;
  max-width: 80rem;
  margin: 0 auto 3rem;
  border-radius: 15px;
  background-color: #fff;
}
.form__form {
  padding: 5rem 5rem 1rem;
  border-radius: 15px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
.form__form:not(:last-child) {
  margin-bottom: 3rem;
}
.form__logo {
  display: block;
  margin: 0 auto 5rem;
  height: 15rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.form__preview {
  max-width: 100%;
  height: auto;
}
.form__btn-wrapper {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.form__btn-wrapper--dual {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1rem;
}
@media screen and (max-width: 35em) {
  .form__btn-wrapper--dual {
    grid-template-columns: 1fr;
  }
}
.form__section {
  padding: 3rem;
  background-color: #f9f9f9;
  margin-bottom: 3rem;
}
.form__section-btn-wrapper {
  text-align: right;
}
.form__table-wrapper {
  overflow-x: auto;
}
.form__table-wrapper {
  margin-top: 3rem;
}

.selector {
  padding: 3rem;
}
.selector__header {
  text-align: center;
  margin-bottom: 4rem;
}
.selector__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1.6rem;
}
@media screen and (max-width: 66.625em) {
  .selector__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 22.5em) {
  .selector__grid {
    grid-template-columns: 1fr;
  }
}
.selector__grid-item {
  position: relative;
}
.selector__checkbox {
  display: none;
}
.selector__checkbox:checked + .selector__label {
  background-color: #68B4F3;
  color: #fff;
}
.selector__checkbox:checked + .selector__label .painting-card__img {
  opacity: 0.3;
}
.selector__label {
  cursor: pointer;
  display: block;
  transition: background-color 0.3s, color 0.3s;
}
.selector__btn-wrapper {
  max-width: 60rem;
  margin: 8rem auto;
}

table {
  border-collapse: collapse;
}
table tr:first-child {
  font-weight: bold;
}
table tr:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.1);
}
table td {
  padding: 2rem;
  border: 1px solid black;
}
table td:first-child {
  font-weight: bold;
}
table td button {
  padding: 1rem;
}
table th,
table td {
  min-width: 15rem;
}

.table__btn {
  text-align: center;
}

.link {
  text-decoration: none;
  color: #68B4F3;
  font-weight: 700;
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 0 3px;
  transition: color 0.3s;
}
.link:hover {
  color: #fff;
}
.link:hover::after {
  transform: scaleY(1);
}
.link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #68B4F3;
  z-index: -1;
  transform-origin: bottom;
  transform: scaleY(0.1);
  transition: transform 0.3s;
}

.btn {
  padding: 1rem 5rem;
  font-weight: 700;
  border-radius: 100px;
  border: none;
  font-family: inherit;
  font-size: inherit;
  cursor: pointer;
  text-align: center;
}
.btn--full {
  width: 100%;
}
.btn--small {
  padding: 1rem 2rem;
  border-radius: 7px;
  font-size: 1.4rem;
}
.btn--primary {
  color: #fff;
  background-color: #68B4F3;
  transition: background-color 0.3s;
}
.btn--primary:hover {
  background-color: #1E8FEB;
}
.btn--secondary {
  color: #fff;
  background-color: #1E8FEB;
  transition: background-color 0.3s;
}
.btn--secondary:hover {
  background-color: #1482dc;
}
.btn--danger {
  color: #fff;
  background-color: #f30000;
  transition: background-color 0.3s;
}
.btn--danger:hover {
  background-color: #da0000;
}
.btn--ghost {
  background-color: transparent;
  padding: 0.7rem 5rem;
  color: #68B4F3;
  border: 3px solid #68B4F3;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}
.btn--ghost:hover {
  border-color: #1E8FEB;
  background-color: #1E8FEB;
  color: #fff;
}
.btn--link {
  text-decoration: none;
}

.product-card {
  color: #242424;
  text-decoration: none;
  padding: 7px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}
.product-card:hover .painting-card__img {
  filter: saturate(120%) brightness(110%);
}
.product-card:hover .painting-card__link--text::after {
  background-color: 0.3s;
  transform: scaleX(1);
}
.product-card__img {
  display: block;
  border-radius: 10px;
  height: 35rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: filter 0.3s;
}
@media screen and (max-width: 71.25em) {
  .product-card__img {
    height: 30rem;
  }
}
.product-card__content-wrapper {
  padding: 1rem 2rem;
}
.product-card__content-wrapper .btn {
  margin-top: 2rem;
  width: 100%;
}
.product-card__link {
  text-decoration: none;
  color: inherit;
}
.product-card__link--img:hover .painting-card__img {
  filter: saturate(130%) brightness(120%);
}
.product-card__link--text {
  display: block;
  position: relative;
  transition: color 0.3s;
}
.product-card__link--text:hover {
  color: #68B4F3;
}
.product-card__link--text:hover::after {
  background-color: #68B4F3;
}
.product-card__link--text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 100%;
  background-color: #000;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s, background-color 0.3s;
}
.product-card__wishlist-btn {
  margin-top: 1rem;
  display: block;
  cursor: pointer;
  background-color: transparent;
  border: none;
  transition: transform 0.3s;
}
.product-card__wishlist-btn:hover {
  transform: rotate(10deg);
}
.product-card__heart-icon {
  display: block;
  width: 100%;
  height: auto;
}
.product-card__category {
  color: #dedede;
}
.product-card__price-wrapper {
  margin-top: 1rem;
}

.category-card {
  color: #242424;
  background-color: #fff;
  border-radius: 10px;
}
.category-card:hover .category-card__img {
  filter: saturate(120%) brightness(110%);
}
.category-card:hover .category-card__link--text::after {
  background-color: 0.3s;
  transform: scaleX(1);
}
.category-card__img {
  display: block;
  border-radius: 10px;
  height: 28.6rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: filter 0.3s;
}
@media screen and (max-width: 71.25em) {
  .category-card__img {
    height: 24rem;
  }
}
.category-card__content-wrapper {
  padding: 1rem 2rem;
}
.category-card__title {
  width: -moz-max-content;
  width: max-content;
}
.category-card__link {
  display: block;
  padding: 7px;
  text-decoration: none;
  color: inherit;
}
.category-card__link--img {
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}
.category-card__link--img:hover .painting-card__img {
  filter: saturate(130%) brightness(120%);
}
.category-card__link--text {
  position: relative;
  transition: color 0.3s;
}
.category-card__link--text:hover {
  color: #68B4F3;
}
.category-card__link--text:hover::after {
  background-color: #68B4F3;
}
.category-card__link--text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 100%;
  background-color: #000;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s, background-color 0.3s;
}

.room-card {
  display: block;
  height: 100%;
  color: #242424;
  background-color: #fff;
  border-radius: 10px;
  padding: 7px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  position: relative;
  text-decoration: none;
}
.room-card:hover .room-card__img {
  filter: saturate(120%) brightness(110%);
}
.room-card__img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  height: calc(100% - 14px);
  width: calc(100% - 14px);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: filter 0.3s;
}
.room-card__content-wrapper {
  padding: 1rem 2rem;
  position: relative;
  z-index: 2;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(to top, #000, transparent);
  border-radius: 7px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  color: #fff;
}
.room-card__title {
  width: -moz-max-content;
  width: max-content;
}

.inspiration-card {
  display: block;
  height: 100%;
  color: #242424;
  background-color: #fff;
  border-radius: 50px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  position: relative;
  text-decoration: none;
}
.inspiration-card:hover .inspiration-card__img {
  filter: saturate(120%) brightness(110%);
}
.inspiration-card:hover .inspiration-card__title {
  color: #68B4F3;
}
.inspiration-card__img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: filter 0.3s;
}
.inspiration-card__content-wrapper {
  padding: 5rem 6rem;
  position: relative;
  z-index: 2;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(to top, #000, transparent);
  border-radius: 7px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  color: #fff;
}
.inspiration-card__title {
  width: -moz-max-content;
  width: max-content;
  transition: color 0.3s;
}

.address__card {
  padding: 3rem 3.5rem;
  border-radius: 25px;
  border: 1px solid #68B4F3;
  background-color: #fff;
  transition: background-color 0.3s, color 0.3s;
  margin-bottom: 3rem;
  max-width: 80%;
}
.address__card:hover {
  background-color: #68B4F3;
  color: #fff;
}

.checkbox {
  position: relative;
  display: inline-block;
  width: -moz-max-content;
  width: max-content;
  margin: 5px;
}
.checkbox__control {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  opacity: 0.1;
  opacity: 0;
  cursor: pointer;
}
.checkbox__control:checked + .checkbox__label {
  color: #fff;
  background-color: #68B4F3;
}
.checkbox__control:checked + .checkbox__label .checkbox__box::after {
  opacity: 1;
}
.checkbox__label {
  display: inline-block;
  padding: 0.5rem 1rem;
  border-radius: 100px;
  background-color: #dedede;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transition: color 0.3s;
}
.checkbox__box {
  display: block;
  height: 2rem;
  width: 2rem;
  margin-right: 1rem;
  position: relative;
  background-color: #dedede;
}
.checkbox__box::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 0.9rem;
  width: 1.5rem;
  border-left: 4px solid #68B4F3;
  border-bottom: 4px solid #68B4F3;
  transform: translate(-50%, -70%) rotate(-45deg);
  opacity: 0;
  transition: opacity 0.3s;
}
.colorbox {
  position: relative;
  display: inline-block;
}
.colorbox__control {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  opacity: 0.1;
  opacity: 0;
  cursor: pointer;
}
.colorbox__control:checked + .colorbox__label {
  color: #68B4F3;
}
.colorbox__control:checked + .colorbox__label .colorbox__color::after {
  opacity: 1;
}
.colorbox__label {
  display: inline-block;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transition: color 0.3s;
}
.colorbox__color {
  display: block;
  height: 4.4rem;
  width: 4.4rem;
  margin-right: 1rem;
  position: relative;
  background-color: #dedede;
  border-radius: 50%;
  border: 1px solid #f9f9f9;
}
.colorbox__color::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 0.9rem;
  width: 1.5rem;
  border-left: 4px solid #fff;
  border-bottom: 4px solid #fff;
  transform: translate(-50%, -70%) rotate(-45deg);
  opacity: 0;
  transition: opacity 0.3s;
}

.input--margin {
  margin-bottom: 3rem;
}
.input--flex {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.input__label {
  display: block;
  font-weight: 700;
}
.input__control {
  display: block;
  width: 100%;
  padding: 1rem 1.6rem;
  border: none;
  outline: none;
  background-color: #f9f9f9;
  color: #242424;
  font-family: inherit;
  font-size: inherit;
  border-bottom: 4px solid #242424;
  transition: border-bottom-color 0.3s, background-color 0.3s;
}
.input__control:disabled {
  background-color: #dedede;
  cursor: not-allowed;
}
.input__control--editor .quill {
  height: 32rem;
}
.input__control--textarea {
  height: 20rem;
  resize: none;
}
.input__control--error {
  border-bottom-color: #f30000;
}
.input__control:hover {
  background-color: #ececec;
}
.input__control:focus {
  border-bottom-color: #68B4F3;
}

.toast {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 4;
  max-width: 800px;
  padding: 10px 20px;
  background: #cccccc;
  color: #333333;
  font-family: inherit;
  text-align: center;
  border-radius: 3px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s, bottom 0.2s, visibility 0.2s;
}
.toast--visible {
  bottom: 20px;
  opacity: 1;
  visibility: visible;
}
.toast--success {
  background: #00c02b;
  border-color: #009d23;
  color: #ffffff;
}
.toast--error {
  background: #d50000;
  border-color: #ba0000;
  color: #ffffff;
}

.dashboard {
  padding: 0 3rem;
}
.dashboard__grid {
  width: 100%;
  max-width: 164rem;
  margin: 0 auto 8rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 17.4rem;
  grid-auto-rows: 17.4rem;
  grid-gap: 1.6rem;
}
@media screen and (max-width: 51.875em) {
  .dashboard__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 28.75em) {
  .dashboard__grid {
    grid-template-columns: 1fr;
  }
}
.dashboard__grid-item {
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.dashboard__grid-item--single .dashboard__link {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dashboard__grid-item--double {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
}
.dashboard__grid-item--double .dashboard__link {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dashboard__grid-item--double .dashboard__link:nth-child(1) {
  border-bottom: 1px solid #dedede;
}
.dashboard__link {
  display: block;
  text-decoration: none;
  font-weight: 700;
  color: #68B4F3;
  transition: background-color 0.3s, color 0.3s;
}
.dashboard__link:hover {
  background-color: #68B4F3;
  color: #fff;
}

.products__container {
  display: grid;
  grid-template-columns: max-content 1fr;
  grid-column-gap: 5vw;
  margin: 8rem 5rem;
  align-items: start;
}
@media screen and (max-width: 85.625em) {
  .products__container {
    grid-column-gap: 3rem;
  }
}
@media screen and (max-width: 64em) {
  .products__container {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 28.75em) {
  .products__container {
    margin: 5rem 1rem;
  }
}
.products__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1.6rem;
}
@media screen and (max-width: 33.75em) {
  .products__grid {
    grid-template-columns: 1fr;
  }
}

.product {
  max-width: 136.9rem;
  margin: 8rem auto;
  display: grid;
  grid-template-columns: 1.3fr 2fr;
  grid-gap: 9rem;
}
@media screen and (max-width: 96.25em) {
  .product {
    margin: 8rem 5rem;
  }
}
@media screen and (max-width: 73.75em) {
  .product {
    grid-gap: 3rem;
  }
}
@media screen and (max-width: 58.75em) {
  .product {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 48em) {
  .product {
    margin: 8rem 3rem;
  }
}
@media screen and (max-width: 22.5em) {
  .product {
    margin: 8rem 1rem;
  }
}
.product__img-container {
  display: grid;
  grid-template-columns: 12.2rem 1fr;
  grid-gap: 1.6rem;
}
@media screen and (max-width: 30em) {
  .product__img-container {
    grid-template-columns: 1fr;
  }
}
.product__thumbnail-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}
@media screen and (max-width: 30em) {
  .product__thumbnail-container {
    grid-row: 2/3;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2rem;
  }
}
.product__thumbnail-wrapper {
  background-color: #000;
  border-radius: 15px;
  overflow: hidden;
  cursor: pointer;
}
.product__thumbnail-wrapper:hover .product__thumbnail {
  filter: brightness(120%) contrast(120%);
}
.product__thumbnail-wrapper--video {
  position: relative;
}
.product__thumbnail-wrapper--video .product__thumbnail-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.product__thumbnail-wrapper--video .product__thumbnail {
  opacity: 0.7;
}
.product__thumbnail-wrapper:not(:last-child) {
  margin-bottom: 1rem;
}
@media screen and (max-width: 30em) {
  .product__thumbnail-wrapper:not(:last-child) {
    margin-bottom: unset;
  }
}
.product__thumbnail {
  display: block;
  width: 100%;
  height: 12.2rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: filter 0.3s;
}
.product__img-wrapper {
  height: 54.4rem;
}
.product__img {
  display: block;
  height: 100%;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 25px;
}
@media screen and (max-width: 30em) {
  .product__img {
    width: 100%;
  }
}
.product__info-grid {
  margin-top: 4.6rem;
  margin-bottom: 6rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 2rem;
}
@media screen and (max-width: 72.5em) {
  .product__info-grid {
    grid-template-columns: 1fr;
  }
}
.product__colors-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.cart__grid {
  max-width: 154.5rem;
  margin: 8rem auto;
  display: grid;
  grid-template-columns: 90rem 1fr;
  grid-gap: 16rem;
}
@media screen and (max-width: 102.5em) {
  .cart__grid {
    grid-gap: 3rem;
    margin: 8rem 5rem;
  }
}
@media screen and (max-width: 96.875em) {
  .cart__grid {
    grid-template-columns: 1.5fr 1fr;
  }
}
@media screen and (max-width: 68.125em) {
  .cart__grid {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 48em) {
  .cart__grid {
    margin: 8rem 3rem;
  }
}
@media screen and (max-width: 28.75em) {
  .cart__grid {
    margin: 8rem 1rem;
  }
}
.cart__item {
  padding: 5rem 4rem;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  border-radius: 25px;
  margin-bottom: 5rem;
}
.cart__item-grid {
  display: grid;
  grid-template-columns: max-content 1fr;
  grid-gap: 3rem;
}
@media screen and (max-width: 28.75em) {
  .cart__item-grid {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 22.5em) {
  .cart__item-grid {
    text-align: center;
  }
}
.cart__img {
  height: 15.6rem;
  width: 12.2rem;
  border-radius: 25px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.cart__info {
  margin-bottom: 1rem;
}
.cart__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
  border-top: 1px solid #dedede;
  padding-top: 2rem;
}
@media screen and (max-width: 22.5em) {
  .cart__footer {
    flex-direction: column;
    justify-content: stretch;
  }
  .cart__footer .btn {
    margin-top: 1rem;
    width: 100%;
  }
}
.cart__total-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 6rem;
  padding-top: 3rem;
  border-top: 1px solid #dedede;
}
.cart__address-wrapper {
  border-left: 4px solid #68B4F3;
  border-bottom: 4px solid #68B4F3;
}
.cart__address-header {
  padding: 2rem 4rem;
  background-color: #68B4F3;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  color: #fff;
}
.cart__cards-wrapper {
  padding: 3rem 4rem;
}
@media screen and (max-width: 28.75em) {
  .cart__cards-wrapper {
    padding: 3rem 1rem;
  }
}
.cart__coupon-wrapper {
  padding: 2rem 4rem;
}
.cart__checkout-wrapper {
  margin-top: 6rem;
  text-align: right;
}

.login {
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.orders__items-wrapper {
  max-width: 95rem;
  margin: 8rem auto;
}
@media screen and (max-width: 64em) {
  .orders__items-wrapper {
    margin: 8rem 5rem;
  }
}
@media screen and (max-width: 32.5em) {
  .orders__items-wrapper {
    margin: 8rem 3rem 8rem 0;
  }
}
@media screen and (max-width: 22.5em) {
  .orders__items-wrapper {
    margin: 8rem 1rem 8rem 0;
  }
}
.orders__item {
  padding-left: 5rem;
  border-left: 4px solid #68B4F3;
}
@media screen and (max-width: 32.5em) {
  .orders__item {
    padding-left: 1rem;
  }
}
.orders__item:not(:last-child) {
  margin-bottom: 8rem;
}
.orders__header {
  display: grid;
  grid-template-columns: max-content 1fr;
  grid-gap: 7rem;
  justify-items: start;
  align-items: start;
  margin-bottom: 3rem;
}
@media screen and (max-width: 32.5em) {
  .orders__header {
    grid-template-columns: 1fr;
    grid-gap: 1rem;
  }
}
.orders__header .btn {
  margin-top: 1rem;
}
.address__grid {
  max-width: 136.4rem;
  margin: 8rem auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 3rem;
}
@media screen and (max-width: 96.25em) {
  .address__grid {
    margin: 8rem 5rem;
  }
}
@media screen and (max-width: 77.5em) {
  .address__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 48em) {
  .address__grid {
    margin: 8rem 3rem;
  }
}
@media screen and (max-width: 33.75em) {
  .address__grid {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 22.5em) {
  .address__grid {
    margin: 8rem 1rem;
  }
}
.address__form-wrapper {
  padding: 5rem;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  max-width: 136.9rem;
  margin: 8rem auto;
}
@media screen and (max-width: 22.5em) {
  .address__form-wrapper {
    padding: 5rem 3rem;
  }
}
.address__form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 3rem;
}
@media screen and (max-width: 32.5em) {
  .address__form-grid {
    grid-template-columns: 1fr;
  }
}
.address__form-btn-wrapper {
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px solid #dedede;
  text-align: right;
}
@media screen and (max-width: 32.5em) {
  .address__form-btn-wrapper .btn {
    width: 100%;
  }
}

.referral__container {
  max-width: 95rem;
  margin: 8rem auto;
}
@media screen and (max-width: 64em) {
  .referral__container {
    margin: 8rem 5rem;
  }
}
@media screen and (max-width: 48em) {
  .referral__container {
    margin: 8rem 3rem;
  }
}
@media screen and (max-width: 22.5em) {
  .referral__container {
    margin: 8rem 1rem;
  }
}
.referral__refer-wrapper {
  margin-bottom: 5rem;
  padding-bottom: 5rem;
  border-bottom: 1px solid #dedede;
}
.referral__coupons-header {
  margin-bottom: 3rem;
}
.referral__coupons-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 2rem;
}
@media screen and (max-width: 71.25em) {
  .referral__coupons-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (max-width: 70.625em) {
  .referral__coupons-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 53.75em) {
  .referral__coupons-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 31.25em) {
  .referral__coupons-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.time__container {
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 3rem;
}
.time__wrapper:not(:last-child) {
  border-bottom: 2px solid #dedede;
}
.time__wrapper--padded {
  padding: 3rem;
  background-color: #f9f9f9;
  border-radius: 15px;
}
.time__wrapper:not(:last-child) {
  margin-bottom: 3rem;
}
.time__therapist-wrapper {
  margin-bottom: 3rem;
}
.time__user-wrapper {
  padding: 1rem 0;
  margin-top: 1rem;
  border-top: 2px solid #dedede;
}
.time__delete-wrapper {
  text-align: right;
  margin-bottom: 3rem;
}
.time__date-wrapper {
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 27.5em) {
  .time__date-wrapper {
    flex-direction: column;
  }
}
.time__time-wrapper {
  padding: 3rem 0;
}
.time__time-single {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.time__time-single:not(:last-child) {
  margin-bottom: 1rem;
}/*# sourceMappingURL=main.css.map */