@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%);
  margin-top: 50px;
}

.collection-desc {
  text-align: center;
}

.grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 18px;
}

.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;
}

.product-cont {
  position: relative;
}
.product-cont .like-btn {
  z-index: 2;
  position: absolute;
  right: 15px;
  top: 15px;
  width: 40px;
  height: 40px;
  background-color: white;
  color: hsl(0, 0%, 0%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  cursor: pointer;
}
.product-cont .like-btn span {
  font-size: 20px;
}
.product-cont .like-btn.selected {
  font-variation-settings: "FILL" 1;
}

.search-bar {
  min-width: 300px;
}
.search-bar input[type=search]::-webkit-search-decoration,
.search-bar input[type=search]::-webkit-search-cancel-button,
.search-bar input[type=search]::-webkit-search-results-button,
.search-bar input[type=search]::-webkit-search-results-decoration {
  display: none;
}

.product {
  display: block;
  text-decoration: none;
  color: hsl(0, 0%, 0%);
}
.product .image {
  position: relative;
  width: 100%;
  aspect-ratio: 1.5;
  overflow: hidden;
  border-radius: 20px;
}
.product .image .base {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
}
.product .image .overlay {
  opacity: 0;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  transition: all 0.3s;
}
.product .image:hover .overlay {
  opacity: 1;
}
.product .row-title {
  justify-content: space-between;
}
.product .row-title .title {
  font-weight: 600;
}
.product .row-title .price {
  white-space: nowrap;
  margin-left: 15px;
}
.product .row-title .price span {
  font-size: 0.8em;
}

.chip-filter {
  background-color: hsl(0, 0%, 90%);
  border-radius: 20px;
  padding: 4px 12px;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
}
.chip-filter .icon {
  cursor: pointer;
}
.chip-filter select {
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  padding: 0 10px;
  padding-right: 30px;
}
.chip-filter .select-icon {
  position: absolute;
  top: calc(50% - 10px);
  font-size: 20px;
  right: 10px;
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  h1 {
    font-size: 3em;
  }
  .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }
}/*# sourceMappingURL=wallcoverings.css.map */