@font-face {
  font-family: "Geist";
  src: url("GeistVF.woff2") format("woff2"), url("GeistVF.woff") format("woff");
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
html, body {
  margin: 0;
  background-color: white;
  font-family: "Geist", sans-serif;
}

.container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}

.grecaptcha-badge {
  display: none;
}

.modal-side .modal-dialog {
  position: fixed;
  margin: auto;
  width: 30%;
  height: 100%;
  transform: translate3d(0%, 0, 0);
}

.modal-side .modal-content {
  height: 100%;
}

.modal-side.fade .modal-dialog {
  right: -30%;
  transition: opacity 0.2s linear, right 0.2s ease-out;
}

.modal-side.fade.show .modal-dialog {
  right: 0;
}

.modal-side.fade.hide .modal-dialog {
  right: -30%;
}

.nav-spacing {
  height: 80px;
}

nav {
  border-bottom: 1px solid hsl(0, 0%, 90%);
  color: hsl(0, 0%, 0%);
  position: fixed;
  top: 0;
  width: 100%;
  transition: top 0.3s;
  z-index: 999;
  background-color: white;
}
nav #open_sidebar {
  cursor: pointer;
}
nav #open_sidebar .material-symbols-outlined {
  font-variation-settings: "wght" 600;
  display: block;
}
nav #logo img {
  height: 35px;
}
nav .nav-dropdown {
  display: none;
  align-items: center;
  font-weight: 800;
  font-size: 1.1em;
  line-height: 1.1em;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: black;
  text-decoration: none;
}
nav .nav-dropdown span {
  font-weight: 600;
  font-variation-settings: "wght" 600;
  display: block;
}
nav .nav-btn {
  cursor: pointer;
  display: block;
  text-decoration: none;
  color: hsl(0, 0%, 0%);
  position: relative;
}
nav .nav-btn .icon {
  position: absolute;
  bottom: -10px;
  right: -10px;
  background-color: hsl(0, 0%, 0%);
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75em;
  color: white;
  border-radius: 100%;
}
nav .right-content span {
  font-variation-settings: "wght" 600;
  display: block;
}
nav .nav-container {
  height: 80px;
}

footer {
  background-color: white;
  border-top: 1px solid hsl(0, 0%, 90%);
  padding: 40px 0;
}
footer .logo {
  display: block;
  max-width: 200px;
}
footer .socials a {
  display: block;
}
footer .socials a img {
  width: 32px;
}
footer .newsletter form {
  display: flex;
  width: 100%;
  border: 1px solid hsl(0, 0%, 90%);
  border-radius: 50px;
  height: 50px;
  padding: 0 30px;
}
footer .newsletter form input[type=email] {
  border: none;
  outline: none;
  flex-grow: 1;
}
footer .newsletter form input[type=submit] {
  border: none;
  outline: none;
  background-color: transparent;
  color: hsl(0, 0%, 0%);
  font-weight: 700;
}
footer .newsletter form.error {
  border-color: hsl(0, 80%, 50%);
}
footer .links {
  display: flex;
  flex-direction: column;
}
footer .links .title {
  font-size: 1.2em;
  font-weight: 800;
}
footer .links a {
  display: block;
  text-decoration: none;
  color: hsl(0, 0%, 0%);
  line-height: 1.6em;
}
footer .payments {
  align-items: center;
  justify-content: center;
}
footer .payments .payment {
  display: block;
  flex-grow: 1;
  padding: 0 5px;
  max-width: 55px;
}
footer .payments .payment img {
  width: 100%;
}

.btn-primary {
  width: -moz-fit-content;
  width: fit-content;
  color: white;
  background-color: black;
  padding: 0 3em;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border-radius: 50px;
  outline: none;
  border: none;
  font-weight: 600;
}
.btn-primary:hover {
  background-color: hsl(0, 0%, 10%);
}

.btn-secondary {
  width: -moz-fit-content;
  width: fit-content;
  color: black;
  background-color: white;
  padding: 0 3em;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid hsl(0, 0%, 90%);
  text-decoration: none;
  cursor: pointer;
  border-radius: 100px;
  font-weight: 600;
}
.btn-secondary:hover {
  background-color: hsl(0, 0%, 95%);
}

.btn-icon {
  height: 30px;
  width: -moz-fit-content;
  width: fit-content;
  color: black;
  display: flex;
  align-items: center;
  line-height: 0;
  cursor: pointer;
}

.notification-add-to-cart {
  position: fixed;
  right: 15px;
  top: -100px;
  border-radius: 20px;
  background-color: white;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 2;
  overflow: hidden;
  outline: 1px solid hsl(0, 0%, 90%);
  height: 0;
}
.notification-add-to-cart .text {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px 20px;
}
.notification-add-to-cart .text span {
  color: hsl(120, 85%, 45%);
  margin-right: 15px;
  display: block;
}
.notification-add-to-cart .bar {
  height: 3px;
  background-color: hsl(0, 0%, 30%);
  width: 100%;
}

#popup-language .modal-content {
  border: none;
  border-radius: 20px;
}
#popup-language .modal-content .modal-body {
  padding: 15px;
}
#popup-language .modal-content .modal-body .title {
  text-align: center;
  font-weight: 700;
  font-size: 1.2em;
}

.input-container label {
  font-size: 0.9em;
  font-weight: 600;
  margin-left: 10px;
}
.input-container .bar-container {
  flex-grow: 1;
  position: relative;
}
.input-container .bar-container select {
  border: 1px solid hsl(0, 0%, 90%);
  outline: none;
  background-color: white;
  height: 45px;
  border-radius: 25px;
  width: 100%;
  padding: 0 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}
.input-container .bar-container input {
  border: 1px solid hsl(0, 0%, 90%);
  outline: none;
  background-color: white;
  height: 45px;
  border-radius: 25px;
  width: 100%;
  padding: 0 20px;
}
.input-container .bar-container textarea {
  border: 1px solid hsl(0, 0%, 90%);
  outline: none;
  background-color: white;
  border-radius: 25px;
  width: 100%;
  padding: 10px 20px;
}
.input-container .bar-container span {
  position: absolute;
  bottom: 12px;
  right: 25px;
  pointer-events: none;
}
.input-container .bar-container .place-shipping-container, .input-container .bar-container .place-billing-container {
  position: absolute;
  bottom: -10px;
  transform: translateY(100%);
  border: 1px solid hsl(0, 0%, 90%);
  border-radius: 20px;
  background-color: white;
  width: calc(100% - 20px);
  z-index: 100;
  left: 0;
  margin-left: 10px;
  display: none;
  overflow: hidden;
}
.input-container .bar-container .place-shipping-container .place, .input-container .bar-container .place-billing-container .place {
  padding: 10px 15px;
  cursor: pointer;
}
.input-container .bar-container .place-shipping-container .place:hover, .input-container .bar-container .place-billing-container .place:hover {
  background-color: hsl(0, 0%, 95%);
}
.input-container .bar-container .loading {
  display: flex;
  align-items: center;
  justify-content: center;
}
.input-container .bar-container .loading span {
  display: block;
  color: hsl(0, 0%, 50%);
  animation: rotate 1s infinite linear;
}
.input-container .bar-container .loading.hidden {
  display: none;
}
.input-container .bar-container.error input, .input-container .bar-container.error select {
  border-color: hsl(0, 80%, 50%);
}
.input-container .info {
  display: flex;
}
.input-container .info span {
  color: hsl(0, 0%, 50%);
  font-size: 1.3em;
  cursor: pointer;
}
.input-container .hint {
  display: none;
  font-size: 0.8em;
  color: hsl(0, 0%, 50%);
  padding: 0 10px;
}

.liked-designs {
  padding: 10px 20px 20px;
  border-radius: 12px;
  border: 1px solid hsl(0, 0%, 90%);
}
.liked-designs .title {
  font-size: 1.3em;
  font-weight: 600;
}
.liked-designs .title span {
  font-variation-settings: "FILL" 1;
}
.liked-designs .liked-slider {
  overflow-x: scroll;
}
.liked-designs .liked-slider .liked-slide {
  display: block;
  text-decoration: none;
}
.liked-designs .liked-slider .liked-slide img {
  border-radius: 8px;
  max-width: 200px;
}

.cookie-button {
  color: black;
  text-align: center;
  text-decoration: underline;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  footer .logo {
    max-width: 250px;
  }
  footer .newsletter form {
    width: 500px;
  }
  .liked-designs .liked-slider .liked-slide img {
    max-width: 300px;
  }
}
@media screen and (min-width: 992px) {
  nav .nav-container {
    height: 95px;
    position: relative;
  }
  nav .nav-dropdown {
    display: flex;
  }
  nav #logo {
    left: calc(50% - 80px);
    position: absolute;
  }
  nav #logo img {
    width: 160px;
    height: auto;
  }
  .nav-spacing {
    height: 95px;
  }
}
@media screen and (min-width: 1440px) {
  .container-fluid {
    max-width: 1758px;
  }
}
h1 {
  font-size: 2em;
  text-align: center;
  font-weight: 700;
  color: hsl(0, 0%, 0%);
}

h2 {
  font-size: 1.8em;
  text-align: center;
  font-weight: 700;
  color: hsl(0, 0%, 0%);
}

.busy {
  position: fixed;
  z-index: 1099;
  width: 100%;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.4);
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.busy .loading span {
  font-size: 3em;
}
.busy.hidden {
  display: none;
}

#main_banner .home-banner .slide {
  margin: 0 5px;
}
#main_banner .home-banner .slide .content {
  background-position: center;
  background-size: cover;
  border-radius: 30px;
  position: relative;
  aspect-ratio: 4/5;
  display: block;
}
#main_banner .home-banner .slide .content .description {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 10px;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 18px 20px;
  color: white;
}
#main_banner .home-banner .slide .content .description .title {
  font-size: 3em;
  font-weight: 600;
  line-height: 1.3em;
}
#main_banner .home-banner .slide .content .description .subtitle {
  font-size: 1.2em;
}
#main_banner .home-banner .slide .content .description .cta {
  display: flex;
  text-decoration: none;
  color: white;
  align-items: center;
}
#main_banner .home-banner .slide .content .description .cta .desc {
  font-size: 1.2em;
  font-weight: 500;
}

#best-sellers {
  position: relative;
}
#best-sellers .bs-content {
  z-index: 1;
  position: relative;
}
#best-sellers .background {
  position: absolute;
  opacity: 0.1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-size: cover;
  z-index: 0;
}
#best-sellers .base-design {
  display: block;
  text-decoration: none;
  color: hsl(0, 0%, 0%);
}
#best-sellers .base-design .design-image {
  width: 100%;
  overflow: hidden;
  padding-top: 67%;
  position: relative;
  border-radius: 20px;
}
#best-sellers .base-design .design-image img {
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto;
  transition: transform 0.3s;
}
#best-sellers .base-design .design-image img:hover {
  transform: scale(1.1);
}
#best-sellers .base-design .design-title {
  font-weight: 700;
  font-size: 1.1em;
}
#best-sellers .base-design .design-title .smalltitle {
  font-size: 0.8em;
  font-weight: 400;
}
#best-sellers .btn-primary {
  margin: auto;
}

#materials {
  margin-bottom: 20px;
}
#materials .material {
  border: 1px solid hsl(0, 0%, 90%);
  border-radius: 20px;
  padding: 15px 15px 0 15px;
}
#materials .material img {
  width: 100%;
  border-radius: 10px;
}
#materials .material .name {
  font-size: 1.2em;
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  h1 {
    font-size: 3em;
  }
  #main_banner .home-banner .slide .content {
    aspect-ratio: 16/9;
  }
}
@media screen and (min-width: 992px) {
  #main_banner .home-banner .slide .content {
    aspect-ratio: 3/1;
  }
  #main_banner .home-banner .slide .content .description {
    margin: 40px;
    max-width: 35%;
    padding: 30px 40px;
  }
  #main_banner .home-banner .slide .content .description .title {
    font-size: 4em;
    font-weight: 700;
  }
}/*# sourceMappingURL=home.css.map */