@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;
  font-weight: 800;
  color: hsl(0, 0%, 0%);
}

.description {
  font-size: 0.9em;
  color: hsl(0, 0%, 30%);
}

.titlesmall {
  font-weight: 700;
  color: hsl(0, 0%, 0%);
  font-size: 1.1em;
}

.configure-parent {
  width: 100%;
  flex-direction: column;
}
.configure-parent .left {
  padding: 20px;
}
.configure-parent .left .previews {
  display: none;
}
.configure-parent .left .slider {
  height: 100%;
  width: 100%;
}
.configure-parent .left .slider .slick-list {
  border-radius: 20px;
}
.configure-parent .left .slider .slick-list .image {
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  aspect-ratio: 1;
}
.configure-parent .right {
  padding: 10px 20px;
}
.configure-parent .right .breadcrumb {
  font-size: 0.9em;
  color: hsl(0, 0%, 50%);
}
.configure-parent .right .breadcrumb a {
  text-decoration: none;
  color: #2c61ff;
}
.configure-parent .right .variants {
  display: flex;
}
.configure-parent .right .variants .variant {
  width: 40px;
  height: 40px;
  margin-right: 12px;
  background-position: center;
  background-size: cover;
  border-radius: 100%;
  border: 2px solid white;
}
.configure-parent .right .variants .variant.selected {
  outline: 1px solid hsl(0, 0%, 0%);
}
.configure-parent .right .row {
  margin-left: -8px;
  margin-right: -8px;
}
.configure-parent .right .row > * {
  padding-left: 8px;
  padding-right: 8px;
}

.download-link {
  display: flex;
  align-items: center;
  color: black;
  text-decoration: none;
}
.download-link span {
  display: flex;
}

.btn-container {
  width: 100%;
  display: flex;
  align-items: center;
}
.btn-container .btn-black {
  width: 100%;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: hsl(0, 0%, 0%);
  color: white;
  font-weight: 600;
  border-radius: 60px;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s, font-size 0.3s;
}
.btn-container .btn-black:hover {
  background-color: hsl(0, 0%, 10%);
  font-size: 1.05em;
}
.btn-container .btn-white {
  flex-grow: 1;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: hsl(0, 0%, 0%);
  font-weight: 600;
  border-radius: 60px;
  border: 1px solid hsl(0, 0%, 70%);
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s, font-size 0.3s;
}
.btn-container .btn-white:not(.disabled):hover {
  background-color: hsl(0, 0%, 95%);
  font-size: 1.05em;
}
.btn-container .btn-white.disabled {
  background-color: hsl(0, 0%, 90%);
  opacity: 0.4;
  cursor: not-allowed;
}
.btn-container .price .result {
  display: none;
}
.btn-container .price .result .fullprice {
  font-weight: 700;
  font-size: 1.1em;
}
.btn-container .price .result .fullprice .vat {
  font-size: 0.8em;
  font-weight: normal;
}
.btn-container .price .result .shipping {
  font-size: 0.9em;
  color: hsl(0, 0%, 50%);
}

.loading {
  display: flex;
  align-items: center;
  justify-content: center;
}
.loading span {
  display: block;
  animation: rotate 1s infinite linear;
}

.productcode {
  font-size: 0.8em;
  border: 1px solid black;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 10px;
}

.material {
  cursor: pointer;
  position: relative;
}
.material .image {
  border-radius: 10px;
  outline: 1px solid hsl(0, 0%, 90%);
  overflow: hidden;
}
.material .image img {
  width: 100%;
}
.material .check {
  display: none;
  font-variation-settings: "FILL" 1;
}
.material.selected .image {
  outline: 2px solid hsl(0, 0%, 0%);
}
.material.selected .check {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  color: hsl(0, 0%, 0%);
  top: 5px;
  right: 5px;
  z-index: 1;
}

#dims .title {
  font-size: 2.4em;
  font-weight: 700;
  color: hsl(0, 0%, 0%);
}
#dims .input-dim .titlesmall {
  text-align: center;
}
#dims .input-dim .input-container {
  height: 50px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  border: 1px solid hsl(0, 0%, 90%);
  border-radius: 50px;
}
#dims .input-dim .input-container input {
  flex-grow: 1;
  font-weight: 500;
  font-size: 1.05em;
  border: none;
  outline: none;
}
#dims .input-dim .input-container .unit {
  font-size: 0.9em;
  color: hsl(0, 0%, 50%);
  margin-left: 15px;
}
#dims .input-dim .hint {
  display: none;
  color: hsl(0, 80%, 50%);
  font-size: 0.85em;
}
#dims .input-dim.error .input-container {
  border: 1px solid hsl(0, 80%, 50%);
}
#dims .input-dim.error .hint {
  display: block;
}
#dims .hint {
  font-size: 0.9em;
  line-height: 1.5;
}
#dims .roll-selection {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#dims .roll-selection span {
  font-weight: 700;
}
#dims .roll-selection .buttons {
  display: flex;
  align-items: center;
}
#dims .roll-selection .buttons .btn-roll {
  padding: 10px 40px;
  color: hsl(0, 0%, 0%);
  border: 1px solid hsl(0, 0%, 90%);
  font-weight: 600;
  border-radius: 40px;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
#dims .roll-selection .buttons .btn-roll .bestvalue {
  position: absolute;
  top: -12px;
  right: 0;
  left: 0;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  font-size: 0.6em;
  font-weight: 400;
  text-transform: uppercase;
  background-color: rgb(255, 199, 136);
  border-radius: 20px;
  padding: 2px 8px;
  display: none;
  color: hsl(0, 0%, 0%);
}
#dims .roll-selection .buttons .btn-roll:hover {
  background-color: hsl(0, 0%, 95%);
}
#dims .roll-selection .buttons .btn-roll.selected {
  background-color: hsl(0, 0%, 0%);
  color: white;
}
#dims .roll-selection .buttons .btn-roll.selected:hover {
  background-color: hsl(0, 0%, 10%);
}
#dims .roll-selection.hidden {
  display: none;
}

#image-control {
  overflow: clip;
}
#image-control .cropper-line {
  display: none;
}
#image-control .cropper-view-box {
  outline: none;
}
#image-control .cropper-face {
  z-index: 1;
}
#image-control .cropper-container {
  overflow-x: clip;
}
#image-control #panels {
  border-collapse: collapse;
  border: 2px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#image-control #panels td {
  border: 2px dashed white;
}
#image-control .h-rule {
  position: absolute;
  bottom: -15px;
  height: 2px;
  background-color: hsl(0, 0%, 0%);
  width: 100%;
  left: 0;
  display: none;
}
#image-control .h-rule .arrow-right {
  width: 10px;
  height: 10px;
  border-left: 2px solid hsl(0, 0%, 0%);
  border-top: 2px solid hsl(0, 0%, 0%);
  transform: translateY(-4px) rotate(135deg);
  position: absolute;
  top: 0;
  right: 0;
}
#image-control .h-rule .arrow-left {
  width: 10px;
  height: 10px;
  border-left: 2px solid hsl(0, 0%, 0%);
  border-top: 2px solid hsl(0, 0%, 0%);
  transform: translateY(-4px) rotate(-45deg);
  position: absolute;
  top: 0;
  left: 0;
}
#image-control .h-rule .size {
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  color: hsl(0, 0%, 0%);
  font-size: 0.9rem;
}
#image-control .v-rule {
  position: absolute;
  right: -15px;
  width: 2px;
  background-color: white;
  top: 0;
  bottom: 0;
  display: none;
}
#image-control .v-rule .arrow-up {
  width: 10px;
  height: 10px;
  border-left: 2px solid white;
  border-top: 2px solid white;
  transform: translateX(-4px) rotate(45deg);
  position: absolute;
  top: 2px;
  left: 0;
}
#image-control .v-rule .arrow-down {
  width: 10px;
  height: 10px;
  border-left: 2px solid white;
  border-top: 2px solid white;
  transform: translateX(-4px) rotate(-135deg);
  position: absolute;
  left: 0;
  bottom: 2px;
}
#image-control .v-rule .size {
  position: absolute;
  right: -60px;
  top: calc(50% - 0.45rem);
  bottom: 0;
  margin: auto;
  color: white;
  font-size: 0.9rem;
  white-space: nowrap;
}
#image-control.hidden {
  opacity: 0;
}

.rule-spacing {
  height: 50px;
}

.disclaimer {
  text-align: center;
  color: hsl(0, 0%, 50%);
  font-size: 0.9em;
}

#price-bar {
  border-top: 1px solid hsl(0, 0%, 90%);
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: hsl(0, 0%, 95%);
  bottom: 0;
}
#price-bar .image-preview {
  width: 100%;
  height: 120px;
  position: relative;
}
#price-bar .image-preview img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
#price-bar .image-title {
  font-weight: 700;
}
#price-bar .image-specs {
  font-size: 0.9em;
  display: flex;
}
#price-bar .image-specs .spec-titles {
  font-weight: 600;
  margin-right: 15px;
}
#price-bar .cont-flex {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
}
#price-bar .cont-flex .price-row .price-cont {
  text-align: center;
}
#price-bar .cont-flex .price-row .price-cont .price {
  font-size: 1.8em;
  font-weight: 700;
}
#price-bar .cont-flex .price-row .price-cont .price-desc {
  font-size: 0.9em;
  color: hsl(0, 0%, 50%);
}
#price-bar #add-to-cart {
  width: 100%;
  font-weight: 600;
  transition: background-color 0.3s, font-size 0.3s;
}
#price-bar #add-to-cart .loading.hidden {
  display: none;
}
#price-bar #add-to-cart:hover {
  font-size: 1.05em;
}

.design-description h1 {
  font-size: 2.4em;
}
.design-description h2 {
  font-weight: 600;
}
.design-description h3 {
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  .col-md-custom {
    flex: 0 0 auto;
    width: 20%;
  }
}
@media screen and (min-width: 929px) {
  h1 {
    font-size: 3em;
  }
  .slick-dots {
    display: none !important;
  }
  .configure-parent {
    width: 100%;
    flex-direction: row;
  }
  .configure-parent .left {
    height: calc(100vh - 95px);
  }
  .configure-parent .left, .configure-parent .right {
    width: 50%;
  }
  .configure-parent .left {
    padding: 10px;
  }
  .configure-parent .left .previews {
    margin-right: 10px;
    display: grid;
    grid-template-rows: repeat(5, auto);
    gap: 10px;
  }
  .configure-parent .left .previews .preview {
    width: 120px;
    background-position: center;
    background-size: cover;
    border-radius: 20px;
    opacity: 0.5;
    cursor: pointer;
    outline: 2px solid transparent;
    transition: outline 0.3s;
  }
  .configure-parent .left .previews .preview.selected {
    opacity: 1;
    outline: 2px solid hsl(0, 0%, 0%);
  }
  .configure-parent .left .slider {
    height: 100%;
    width: calc(100% - 130px);
  }
  .configure-parent .left .slick-list, .configure-parent .left .slick-track {
    height: 100%;
  }
  .configure-parent .left .slick-list {
    border-radius: 20px;
  }
  .configure-parent .left .slick-arrow {
    display: none;
  }
  .configure-parent .left .image {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .configure-parent .right {
    padding: 20px 15px;
  }
  .btn-container {
    width: 50%;
  }
  #dims .roll-selection {
    flex-direction: row;
  }
  #image-control {
    overflow-y: visible;
  }
  #image-control .h-rule, #image-control .v-rule {
    display: block;
  }
  #price-bar .cont-flex {
    align-items: center;
  }
  .notification-add-to-cart {
    right: 80px;
  }
}/*# sourceMappingURL=configure.css.map */