@charset "UTF-8";
.mob {
  display: block;
}

.des {
  display: none;
}

.cover {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cover .content .slides {
  display: flex;
  transition: transform 0.6s ease;
}
.cover .content .slide {
  min-width: 100%;
  height: 780px;
  position: relative;
  display: flex;
  flex-direction: column;
  border: none;
  outline: none;
}
.cover .content .slide.slide1 {
  background: #162411;
}
.cover .content .slide.slide1 .sub-categories {
  transform: translateY(350px);
}
.cover .content .slide.slide1 .image img {
  height: 110%;
}
.cover .content .slide.slide1 .image .overlay {
  height: 140px;
  background: linear-gradient(10.49deg, #162411 39.15%, rgba(227, 105, 39, 0) 57.74%);
}
.cover .content .slide.slide2 {
  background: #FD8851;
}
.cover .content .slide.slide2 .image img {
  filter: brightness(84%);
}
.cover .content .slide.slide2 .overlay {
  background: linear-gradient(10.49deg, #FD8851 39.15%, rgba(35, 112, 128, 0) 57.74%);
}
.cover .content .slide.slide3 {
  background: #C95F3F;
}
.cover .content .slide.slide3 .overlay {
  background: linear-gradient(10.49deg, #C95F3F 39.15%, rgba(201, 95, 63, 0) 57.74%);
}
.cover .content .slide.slide4 {
  background: #ddb443;
}
.cover .content .slide.slide4 .overlay {
  background: linear-gradient(10.49deg, #ddb443 39.15%, rgba(249, 205, 86, 0) 57.74%);
}
.cover .content .slide.slide4 .image img {
  filter: brightness(80%);
}
.cover .content .slide .image {
  position: relative;
}
.cover .content .slide .image img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  z-index: 9;
  filter: brightness(88%);
}
.cover .content .slide .image img.mob {
  display: block;
}
.cover .content .slide .image img.des {
  display: none;
}
.cover .content .slide .image .overlay {
  position: absolute;
  bottom: -5px;
  width: 100%;
  height: 370px;
  z-index: 10;
}
.cover .content .slide .text {
  position: absolute;
  top: 220px;
  width: 100%;
  text-align: center;
  padding-inline: 20px;
  z-index: 11;
}
.cover .content .slide .text h2 {
  color: white;
  font-size: 48px;
  font-weight: 600;
}
.cover .content .slide .text h2 .new {
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 16px;
  border: 1px solid white;
  padding: 7px 12px;
  color: white;
  text-transform: uppercase;
  border-radius: 30px;
  background: rgba(100, 100, 100, 0.2);
}
.cover .content .slide .text p {
  color: white;
  font-size: 16px;
  margin-top: 18px;
  padding-inline: 8px;
}
.cover .content .slide .text a {
  margin-top: 15px;
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  color: white;
  text-decoration: none;
}
.cover .content .slide .text a span {
  border-bottom: 1px solid white;
}
.cover .content .slide .text a i {
  margin-left: 10px;
}
.cover .content .slide .text .bubbles {
  margin-top: 35px;
  display: flex;
  justify-content: center;
  gap: 8px;
}
.cover .content .slide .text .bubbles .bubble {
  width: 15px;
  height: 15px;
  background: white;
  border-radius: 50px;
  opacity: 0.4;
  transition: all 0.3s ease;
}
.cover .content .slide .text .bubbles .bubble.active {
  width: 40px;
  opacity: 1;
  border-radius: 50px;
}
.cover .content .slide .sub-categories {
  width: 100%;
  height: 50px;
  background: rgba(0, 0, 0, 0.21);
  position: relative;
  z-index: 15;
  transform: translateY(140px);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cover .content .slide .sub-categories .track {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: -moz-max-content;
  width: max-content;
  animation: scroll 18s linear infinite;
}
.cover .content .slide .sub-categories .sub-category {
  color: white;
  text-transform: uppercase;
  font-size: 16px;
  margin: 0;
  margin-block: auto;
  border-right: 1px solid white;
  padding-inline: 18px;
  white-space: nowrap;
}
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.cards-section {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-inline: 20px;
  padding-top: 60px;
  padding-bottom: 20px;
  gap: 20px;
  border: none;
  transform: translateY(-2px);
  overflow: hidden;
}
.cards-section .button {
  height: 48px;
  width: 280px;
  justify-content: space-between;
  padding-inline: 4px;
  padding-left: 18px;
  border-radius: 30px;
  background: #e18d5e;
  color: white;
  text-align: left;
  margin-inline: auto;
  text-decoration: none;
  padding-block: 4px;
  display: flex;
  flex-direction: row;
  gap: 25px;
  margin-top: 25px;
}
.cards-section .button i {
  border-radius: 30px;
  padding: 10px 12px;
  color: #1F1F1F;
  background: white;
}
.cards-section .text {
  text-align: center;
  position: relative;
  margin-bottom: 22px;
}
.cards-section .text .stripe {
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  opacity: 0.04;
}
.cards-section .text .headingp {
  color: #1F1F1F;
  font-size: 16px;
}
.cards-section .text h2 {
  font-size: 24px;
  color: #1F1F1F;
}
.cards-section .cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cards-section .card {
  border: none;
  display: flex;
  flex-direction: column;
  text-align: left;
  padding: 20px;
  border-radius: 10px;
  background: rgba(255, 238, 228, 0.8274509804);
}
.cards-section .card svg {
  stroke: #1F1F1F;
  width: 40px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.cards-section .card svg path, .cards-section .card svg circle, .cards-section .card svg rect, .cards-section .card svg line {
  stroke: #1F1F1F;
  stroke-width: 3px;
}
.cards-section .card h3 {
  font-size: 19px;
  color: #1F1F1F;
  margin-top: 18px;
  margin-bottom: 18px;
  font-weight: 600;
}
.cards-section .card p {
  color: #1F1F1F;
  font-size: 15px;
  opacity: 0.7;
}

.featured-products {
  padding-block: 50px;
  margin-top: 40px;
  background: #F8F2EE;
}
.featured-products .button {
  height: 48px;
  width: 280px;
  justify-content: space-between;
  padding-inline: 4px;
  padding-left: 18px;
  border-radius: 30px;
  background: #e18d5e;
  color: white;
  text-align: left;
  margin-inline: auto;
  text-decoration: none;
  padding-block: 4px;
  display: flex;
  flex-direction: row;
  gap: 25px;
  margin-top: 65px;
}
.featured-products .button i {
  border-radius: 30px;
  padding: 10px 12px;
  color: #1F1F1F;
  background: white;
}
.featured-products .content {
  padding-inline: 20px;
}
.featured-products .content .text {
  text-align: center;
}
.featured-products .content .text h2 {
  color: #1F1F1F;
  font-size: 24px;
  font-weight: 600;
}
.featured-products .content .text .headingp {
  font-weight: 600;
  color: #e18d5e;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.featured-products .content .products {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 25px;
  margin-top: 25px;
  width: 100%;
  overflow-x: scroll;
  /* Chrome, Safari, Edge */
  /* Firefox */
  scrollbar-width: none;
}
.featured-products .content .products::-webkit-scrollbar {
  display: none;
}
.featured-products .content .products .product {
  position: relative;
  min-width: 81%;
  max-width: 81%;
  height: -moz-max-content;
  height: max-content;
  border-radius: 6px;
}
.featured-products .content .products .product .image {
  background: white;
  padding: 30px;
  border-radius: 6px;
  position: relative;
}
.featured-products .content .products .product .image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.featured-products .content .products .product h4 {
  font-size: 20px;
  color: #1F1F1F;
  font-weight: 600;
  padding-right: 20px;
}
.featured-products .content .products .product a {
  display: block;
  margin-top: 18px;
  color: #e18d5e;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid #e18d5e;
  padding-bottom: 3px;
  width: -moz-max-content;
  width: max-content;
}
.featured-products .content .products .product .color-options {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 18px;
}
.featured-products .content .products .product .color-options p {
  color: #1F1F1F;
  font-size: 16px;
  margin: 0;
  margin-right: 15px;
}
.featured-products .content .products .product .color-dot {
  width: 18px;
  height: 18px;
  border-radius: 4px;
  display: inline-block;
  border: 2px solid rgba(0, 0, 0, 0.1);
}

.sell {
  padding-block: 60px;
}
.sell .button {
  height: 48px;
  width: -moz-max-content;
  width: max-content;
  padding-inline: 4px;
  padding-left: 18px;
  border-radius: 30px;
  background: #e18d5e;
  color: white;
  text-align: left;
  margin-inline: auto;
  text-decoration: none;
  padding-block: 4px;
  display: flex;
  flex-direction: row;
  gap: 25px;
  margin-top: 65px;
}
.sell .button i {
  border-radius: 30px;
  padding: 10px 12px;
  color: #1F1F1F;
  background: white;
}
.sell .content {
  padding-inline: 20px;
}
.sell .content .text {
  text-align: center;
}
.sell .content .text h2 {
  color: #1F1F1F;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 14px;
}
.sell .content .text .headingp {
  font-weight: 600;
  color: #e18d5e;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.sell .content .text p {
  color: #1F1F1F;
  font-size: 16px;
}
.sell .content .flex {
  display: flex;
  flex-direction: column;
  gap: 35px;
  margin-top: 35px;
}
.sell .content .flex .reasons {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.sell .content .flex .reasons .reason {
  background: #fff4ed;
  border-radius: 6px;
  padding: 18px;
}
.sell .content .flex .reasons .reason.two {
  background: rgb(238, 253, 255);
}
.sell .content .flex .reasons .reason.three {
  background: #fff1ed;
}
.sell .content .flex .reasons .reason.four {
  background: #fffaeb;
}
.sell .content .flex .reasons .reason h4 {
  color: #1F1F1F;
  font-size: 17px;
  margin: 0;
}
.sell .content .flex .reasons .reason p {
  margin: 0;
  margin-top: 14px;
  color: #1F1F1F;
  font-size: 15px;
}
.sell .content .flex img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.sell .content .flex img.mob {
  display: block;
}
.sell .content .flex img.des {
  display: none;
}

.new-collection {
  padding-block: 50px;
  background: #F8F2EE;
}
.new-collection .button {
  height: 48px;
  width: -moz-max-content;
  width: max-content;
  padding-inline: 4px;
  padding-left: 18px;
  border-radius: 30px;
  background: #e18d5e;
  color: white;
  text-align: left;
  margin-inline: auto;
  text-decoration: none;
  padding-block: 4px;
  display: flex;
  flex-direction: row;
  gap: 25px;
  margin-top: 65px;
}
.new-collection .button i {
  border-radius: 30px;
  padding: 10px 12px;
  color: #1F1F1F;
  background: white;
}
.new-collection .content {
  padding-inline: 20px;
}
.new-collection .content .text {
  text-align: center;
}
.new-collection .content .text h2 {
  color: #1F1F1F;
  font-size: 24px;
  font-weight: 600;
}
.new-collection .content .text .headingp {
  font-weight: 600;
  color: #e18d5e;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.new-collection .content .products {
  position: relative;
  display: flex;
  gap: 25px;
  margin-top: 25px;
  width: 100%;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: 15%;
  /* Hide scrollbar */
  scrollbar-width: none;
}
.new-collection .content .products::-webkit-scrollbar {
  display: none;
}
.new-collection .content .products .product {
  flex: 0 0 70%;
  max-width: 70%;
  scroll-snap-align: center;
  scroll-snap-stop: always;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform-origin: center center;
  position: relative;
  transform: scale(0.9);
  opacity: 0.8;
}
.new-collection .content .products .product .offer {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: none;
  border-radius: 12px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.6s;
}
.new-collection .content .products .product .offer .button {
  height: 48px;
  width: -moz-max-content;
  width: max-content;
  padding-inline: 4px;
  padding-left: 18px;
  border-radius: 30px;
  background: white;
  color: #e18d5e;
  text-align: left;
  text-decoration: none;
  padding-block: 4px;
  display: flex;
  flex-direction: row;
  gap: 25px;
  margin: 0;
}
.new-collection .content .products .product .offer .button i {
  border-radius: 30px;
  padding: 10px 12px;
  color: white;
  background: #e18d5e;
}
.new-collection .content .products .product.active {
  transform: scale(1);
  opacity: 1;
  z-index: 2;
}
.new-collection .content .products .product.active .offer {
  opacity: 1;
  background: rgba(255, 238, 228, 0.2039215686);
}
.new-collection .content .products .product .image {
  background: white;
  padding: 20px;
  border-radius: 12px;
  position: relative;
}
.new-collection .content .products .product .image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.quality {
  padding-block: 60px;
}
.quality .button {
  height: 48px;
  width: -moz-max-content;
  width: max-content;
  padding-inline: 4px;
  padding-left: 18px;
  border-radius: 30px;
  background: #e18d5e;
  color: white;
  text-align: left;
  margin-inline: auto;
  text-decoration: none;
  padding-block: 4px;
  display: flex;
  flex-direction: row;
  gap: 25px;
  margin-top: 65px;
}
.quality .button i {
  border-radius: 30px;
  padding: 10px 12px;
  color: #1F1F1F;
  background: white;
}
.quality .content {
  padding-inline: 20px;
}
.quality .content .text {
  text-align: center;
}
.quality .content .text h2 {
  color: #1F1F1F;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 14px;
}
.quality .content .text .headingp {
  font-weight: 600;
  color: #e18d5e;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.quality .content .text p {
  color: #1F1F1F;
  font-size: 16px;
}
.quality .content .flex {
  display: flex;
  flex-direction: column;
  gap: 35px;
  margin-top: 35px;
}
.quality .content .flex img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.quality .content .flex img.mob {
  display: block;
}
.quality .content .flex img.des {
  display: none;
}
.quality .content .flex .card {
  background: #F8F2EE;
  padding: 20px;
  border-radius: 8px;
  border: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.quality .content .flex .card .card-div {
  display: flex;
  align-items: center;
  gap: 18px;
  justify-content: space-between;
}
.quality .content .flex .card .card-div:first-child {
  border-bottom: 1px solid #e18d5e;
  padding-bottom: 16px;
}
.quality .content .flex .card .card-div p {
  font-size: 16px;
  color: #1F1F1F;
  margin: 0;
}
.quality .content .flex .card .card-div p i {
  background: white;
  color: #e18d5e;
  padding: 9px;
  font-size: 22px;
  border-radius: 30px;
  margin-right: 15px;
}
.quality .content .flex .card .card-div span {
  font-size: 18px;
  font-weight: 600;
  color: #1F1F1F;
}
.quality .content .flex .card .difference {
  margin-top: 20px;
  background: white;
  border-radius: 6px;
  padding: 18px;
  text-align: center;
}
.quality .content .flex .card .difference p {
  color: #1F1F1F;
  font-size: 16px;
  margin: 0;
  font-weight: 500;
}

.quantity {
  position: relative;
  width: 100%;
  height: auto;
  padding-block: 60px;
  padding-top: 0;
  height: 540px;
  overflow: hidden;
}
.quantity img, .quantity video {
  width: 100%;
  height: 540px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  filter: brightness(88%);
}
.quantity .content {
  width: calc(100% - 40px);
  height: auto;
  padding: 0;
  padding-inline: 20px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  background: #F8F2EE;
  z-index: 10;
  padding: 30px 20px;
  border-radius: 8px;
}
.quantity .content .text {
  text-align: center;
}
.quantity .content .text h2 {
  font-size: 24px;
  color: #1F1F1F;
  font-weight: 600;
  margin-bottom: 14px;
}
.quantity .content .text p {
  color: #1F1F1F;
  font-size: 16px;
}
.quantity .content .text .button {
  height: 48px;
  width: 100%;
  padding-inline: 6px;
  padding-left: 18px;
  border-radius: 30px;
  background: #e18d5e;
  color: white;
  text-align: left;
  margin-inline: auto;
  text-decoration: none;
  padding-block: 4px;
  display: flex;
  flex-direction: row;
  gap: 25px;
  margin-top: 65px;
  justify-content: space-between;
}
.quantity .content .text .button i {
  border-radius: 30px;
  padding: 10px 12px;
  color: #1F1F1F;
  background: white;
}

.leverandører {
  padding-block: 50px;
  margin-top: 0;
}
.leverandører .content {
  padding-inline: 20px;
}
.leverandører .content .flex {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
  align-items: center;
}
.leverandører .content .flex .logo {
  min-width: 45%;
  max-width: 45%;
  position: relative;
}
.leverandører .content .flex .logo img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (min-device-width: 1140px) {
  .only-mob {
    display: none;
  }
  .mob {
    display: none;
  }
  .des {
    display: block;
  }
  img.mob {
    display: none;
  }
  img.des {
    display: block;
  }
  img.mob {
    display: none;
  }
  img.des {
    display: block;
  }
  .cover {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .cover .content .slides {
    display: flex;
    transition: transform 0.6s ease;
  }
  .cover .content .slide {
    min-width: 100%;
    height: 760px;
    position: relative;
    display: flex;
    flex-direction: column;
    border: none;
    outline: none;
  }
  .cover .content .slide.slide1 {
    background: #162411;
  }
  .cover .content .slide.slide1 .sub-categories {
    transform: translateY(50px);
  }
  .cover .content .slide.slide1 .image img {
    height: 600px;
  }
  .cover .content .slide.slide1 .image .overlay {
    height: 200px;
    background: linear-gradient(10.49deg, #162411 39.15%, rgba(227, 105, 39, 0) 57.74%);
  }
  .cover .content .slide.slide2 {
    background: #FD8851;
  }
  .cover .content .slide.slide2 .overlay {
    background: linear-gradient(10.49deg, #FD8851 39.15%, rgba(35, 112, 128, 0) 57.74%);
  }
  .cover .content .slide.slide3 {
    background: #C95F3F;
  }
  .cover .content .slide.slide3 .overlay {
    background: linear-gradient(10.49deg, #C95F3F 39.15%, rgba(201, 95, 63, 0) 57.74%);
  }
  .cover .content .slide.slide4 {
    background: #ddb443;
  }
  .cover .content .slide.slide4 .overlay {
    background: linear-gradient(10.49deg, #ddb443 39.15%, rgba(249, 205, 86, 0) 57.74%);
  }
  .cover .content .slide.slide4 .image img {
    filter: brightness(78%);
  }
  .cover .content .slide .image {
    position: relative;
  }
  .cover .content .slide .image img {
    width: 100%;
    height: 600px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: unset;
       object-position: unset;
    z-index: 9;
    filter: brightness(85%);
  }
  .cover .content .slide .image img.mob {
    display: none;
  }
  .cover .content .slide .image img.des {
    display: block;
  }
  .cover .content .slide .image .overlay {
    position: absolute;
    bottom: -5px;
    width: 100%;
    height: 460px;
    z-index: 10;
  }
  .cover .content .slide .text {
    position: absolute;
    top: 240px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: left;
    padding-inline: 50px;
    z-index: 11;
    display: flex;
    flex-direction: row;
    max-width: 1390px;
    justify-content: space-between;
    align-items: center;
  }
  .cover .content .slide .text .right {
    max-width: 450px;
    text-align: left;
  }
  .cover .content .slide .text h2 {
    color: white;
    font-size: 92px;
    font-weight: 600;
    max-width: 720px;
    position: relative;
  }
  .cover .content .slide .text h2 .new {
    left: unset;
    transform: translateX(0);
    position: absolute;
    top: -70px;
    font-size: 20px;
    border: 1px solid white;
    padding: 10px 20px;
    color: white;
    text-transform: uppercase;
    border-radius: 30px;
    background: rgba(100, 100, 100, 0.2);
  }
  .cover .content .slide .text p {
    color: white;
    font-size: 20px;
    margin-top: 0;
    padding-inline: 0;
  }
  .cover .content .slide .text a {
    margin-top: 15px;
    display: inline-flex;
    align-items: center;
    font-size: 18px;
    color: white;
    text-decoration: none;
  }
  .cover .content .slide .text a span {
    border-bottom: 1px solid white;
  }
  .cover .content .slide .text a i {
    margin-left: 10px;
  }
  .cover .content .slide .text .bubbles {
    margin-top: 35px;
    display: flex;
    justify-content: center;
    gap: 8px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -90px;
  }
  .cover .content .slide .text .bubbles .bubble {
    width: 15px;
    height: 15px;
    background: white;
    border-radius: 50px;
    opacity: 0.4;
    transition: all 0.3s ease;
  }
  .cover .content .slide .text .bubbles .bubble.active {
    width: 40px;
    opacity: 1;
    border-radius: 50px;
  }
  .cover .content .slide .sub-categories {
    width: 100%;
    height: 50px;
    background: rgba(0, 0, 0, 0.21);
    position: relative;
    z-index: 15;
    transform: translateY(50px);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cover .content .slide .sub-categories .track {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: -moz-max-content;
    width: max-content;
    animation: scroll 18s linear infinite;
  }
  .cover .content .slide .sub-categories .sub-category {
    color: white;
    text-transform: uppercase;
    font-size: 16px;
    margin: 0;
    margin-block: auto;
    border-right: 1px solid white;
    padding-inline: 18px;
    white-space: nowrap;
  }
  @keyframes scroll {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-50%);
    }
  }
  .cards-section {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding-inline: 20px;
    padding-top: 75px;
    padding-bottom: 40px;
    gap: 20px;
    border: none;
    transform: translateY(-2px);
    overflow: hidden;
  }
  .cards-section .button {
    height: 48px;
    width: 280px;
    justify-content: space-between;
    padding-inline: 4px;
    padding-left: 18px;
    border-radius: 30px;
    background: #e18d5e;
    color: white;
    text-align: left;
    margin-inline: auto;
    text-decoration: none;
    padding-block: 4px;
    display: flex;
    flex-direction: row;
    gap: 25px;
    margin-top: 25px;
    transition: 0.6s;
  }
  .cards-section .button i {
    transition: 0.6s;
    border-radius: 30px;
    padding: 10px 12px;
    color: #1F1F1F;
    background: white;
  }
  .cards-section .button:hover {
    background: transparent;
    color: #e18d5e;
    border: 1px solid #e18d5e;
  }
  .cards-section .button:hover i {
    background: #e18d5e;
    color: white;
    margin-left: 60px;
  }
  .cards-section .text {
    text-align: center;
    position: relative;
    margin-bottom: 22px;
    max-width: 670px;
    margin-inline: auto;
  }
  .cards-section .text .stripe {
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    opacity: 0.04;
  }
  .cards-section .text .headingp {
    color: #1F1F1F;
    font-size: 17px;
  }
  .cards-section .text h2 {
    font-size: 40px;
    color: #1F1F1F;
  }
  .cards-section .cards {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 1060px;
    margin-inline: auto;
  }
  .cards-section .card {
    border: none;
    display: flex;
    flex-direction: column;
    text-align: left;
    padding: 20px;
    border-radius: 10px;
    background: rgba(255, 238, 228, 0.8274509804);
    min-width: calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
  .cards-section .card svg {
    stroke: #1F1F1F;
    width: 40px;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .cards-section .card svg path, .cards-section .card svg circle, .cards-section .card svg rect, .cards-section .card svg line {
    stroke: #1F1F1F;
    stroke-width: 3px;
  }
  .cards-section .card h3 {
    font-size: 19px;
    color: #1F1F1F;
    margin-top: 18px;
    margin-bottom: 18px;
    font-weight: 600;
  }
  .cards-section .card p {
    color: #1F1F1F;
    font-size: 15px;
    opacity: 0.7;
  }
  .featured-products {
    padding-block: 70px;
    margin-top: 40px;
    background: #F8F2EE;
  }
  .featured-products .button {
    height: 48px;
    width: 280px;
    justify-content: space-between;
    padding-inline: 4px;
    padding-left: 18px;
    border-radius: 30px;
    background: #e18d5e;
    color: white;
    text-align: left;
    margin-inline: auto;
    text-decoration: none;
    padding-block: 4px;
    display: flex;
    flex-direction: row;
    gap: 25px;
    margin-top: 65px;
    transition: 0.6s;
  }
  .featured-products .button i {
    transition: 0.6s;
    border-radius: 30px;
    padding: 10px 12px;
    color: #1F1F1F;
    background: white;
  }
  .featured-products .button:hover {
    background: transparent;
    color: #e18d5e;
    border: 1px solid #e18d5e;
  }
  .featured-products .button:hover i {
    background: #e18d5e;
    color: white;
    margin-left: 60px;
  }
  .featured-products .content {
    padding-inline: 50px;
    max-width: 1390px;
    margin-inline: auto;
  }
  .featured-products .content .text {
    text-align: center;
  }
  .featured-products .content .text h2 {
    color: #1F1F1F;
    font-size: 40px;
    font-weight: 600;
  }
  .featured-products .content .text .headingp {
    font-weight: 600;
    color: #e18d5e;
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 8px;
  }
  .featured-products .content .products {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 25px;
    margin-top: 35px;
    width: 100%;
    overflow-x: none;
    /* Chrome, Safari, Edge */
    /* Firefox */
    scrollbar-width: none;
  }
  .featured-products .content .products::-webkit-scrollbar {
    display: none;
  }
  .featured-products .content .products .product {
    position: relative;
    min-width: 33%;
    max-width: 33%;
    height: -moz-max-content;
    height: max-content;
    border-radius: 6px;
  }
  .featured-products .content .products .product .image {
    background: white;
    padding: 60px;
    border-radius: 6px;
    position: relative;
  }
  .featured-products .content .products .product .image img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .featured-products .content .products .product h4 {
    font-size: 24px;
    color: #1F1F1F;
    font-weight: 600;
    padding-right: 20px;
  }
  .featured-products .content .products .product a {
    display: block;
    margin-top: 24px;
    color: #e18d5e;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
    border-bottom: 1px solid #e18d5e;
    padding-bottom: 3px;
    width: -moz-max-content;
    width: max-content;
  }
  .featured-products .content .products .product .color-options {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 24px;
  }
  .featured-products .content .products .product .color-options p {
    color: #1F1F1F;
    font-size: 16px;
    margin: 0;
    margin-right: 15px;
  }
  .featured-products .content .products .product .color-dot {
    width: 18px;
    height: 18px;
    border-radius: 4px;
    display: inline-block;
    border: 2px solid rgba(0, 0, 0, 0.1);
  }
  .sell {
    padding-block: 80px;
  }
  .sell .button {
    height: 48px;
    width: -moz-max-content;
    width: max-content;
    padding-inline: 4px;
    padding-left: 18px;
    border-radius: 30px;
    background: #e18d5e;
    color: white;
    text-align: left;
    margin-inline: auto;
    text-decoration: none;
    padding-block: 4px;
    display: flex;
    flex-direction: row;
    gap: 25px;
    margin-top: 65px;
  }
  .sell .button i {
    border-radius: 30px;
    padding: 10px 12px;
    color: #1F1F1F;
    background: white;
  }
  .sell .content {
    padding-inline: 50px;
    max-width: 1390px;
    margin-inline: auto;
  }
  .sell .content .text {
    text-align: center;
    max-width: 600px;
    margin-inline: auto;
  }
  .sell .content .text h2 {
    color: #1F1F1F;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 14px;
  }
  .sell .content .text .headingp {
    font-weight: 600;
    color: #e18d5e;
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 8px;
  }
  .sell .content .text p {
    color: #1F1F1F;
    font-size: 18px;
  }
  .sell .content .flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 85px;
    margin-top: 65px;
  }
  .sell .content .flex .reasons {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 50%;
  }
  .sell .content .flex .reasons .reason {
    background: #fff4ed;
    border-radius: 6px;
    padding: 25px;
  }
  .sell .content .flex .reasons .reason.two {
    background: rgb(238, 253, 255);
  }
  .sell .content .flex .reasons .reason.three {
    background: #fff1ed;
  }
  .sell .content .flex .reasons .reason.four {
    background: #fffaeb;
  }
  .sell .content .flex .reasons .reason h4 {
    color: #1F1F1F;
    font-size: 20px;
    margin: 0;
  }
  .sell .content .flex .reasons .reason p {
    margin: 0;
    margin-top: 16px;
    color: #1F1F1F;
    font-size: 15px;
  }
  .sell .content .flex img {
    width: 50%;
    height: -moz-max-content;
    height: max-content;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sell .content .flex img.mob {
    display: none;
  }
  .sell .content .flex img.des {
    display: block;
  }
  .new-collection {
    padding-block: 80px;
    background: #F8F2EE;
  }
  .new-collection .button {
    height: 48px;
    width: 280px;
    justify-content: space-between;
    padding-inline: 4px;
    padding-left: 18px;
    border-radius: 30px;
    background: #e18d5e;
    color: white;
    text-align: left;
    margin-inline: auto;
    text-decoration: none;
    padding-block: 4px;
    display: flex;
    flex-direction: row;
    gap: 25px;
    margin-top: 65px;
    transition: 0.6s;
  }
  .new-collection .button i {
    transition: 0.6s;
    border-radius: 30px;
    padding: 10px 12px;
    color: #1F1F1F;
    background: white;
  }
  .new-collection .button:hover {
    background: transparent;
    color: #e18d5e;
    border: 1px solid #e18d5e;
  }
  .new-collection .button:hover i {
    background: #e18d5e;
    color: white;
    margin-left: 60px;
  }
  .new-collection .content {
    padding-inline: 50px;
    max-width: 1390px;
    margin-inline: auto;
  }
  .new-collection .content .text {
    text-align: center;
  }
  .new-collection .content .text h2 {
    color: #1F1F1F;
    font-size: 40px;
    font-weight: 600;
  }
  .new-collection .content .text .headingp {
    font-weight: 600;
    color: #e18d5e;
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 8px;
  }
  .new-collection .content .products {
    position: relative;
    display: flex;
    gap: 25px;
    margin-top: 55px;
    width: 100%;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 15%;
    /* Hide scrollbar */
    scrollbar-width: none;
  }
  .new-collection .content .products::-webkit-scrollbar {
    display: none;
  }
  .new-collection .content .products .product {
    flex: 0 0 33%;
    max-width: 33%;
    scroll-snap-align: center;
    scroll-snap-stop: always;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transform-origin: center center;
    position: relative;
    transform: scale(1);
    opacity: 1;
  }
  .new-collection .content .products .product .offer {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: none;
    border-radius: 12px;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.6s;
    cursor: pointer;
  }
  .new-collection .content .products .product .offer .button {
    height: 48px;
    width: -moz-max-content;
    width: max-content;
    padding-inline: 4px;
    padding-left: 18px;
    border-radius: 30px;
    background: white;
    color: #e18d5e;
    text-align: left;
    text-decoration: none;
    padding-block: 4px;
    display: flex;
    flex-direction: row;
    gap: 25px;
    margin: 0;
  }
  .new-collection .content .products .product .offer .button i {
    border-radius: 30px;
    padding: 10px 12px;
    color: white;
    background: #e18d5e;
  }
  .new-collection .content .products .product .offer .button:hover {
    background: #e18d5e;
    color: white;
  }
  .new-collection .content .products .product .offer .button:hover i {
    background: white;
    color: #1F1F1F;
  }
  .new-collection .content .products .product.active {
    transform: scale(unset);
    opacity: unset;
    z-index: unset;
  }
  .new-collection .content .products .product.active .offer {
    display: none;
  }
  .new-collection .content .products .product:hover {
    transform: scale(1);
    opacity: 1;
    z-index: 2;
  }
  .new-collection .content .products .product:hover .offer {
    opacity: 1;
    background: rgba(255, 185, 144, 0.3843137255);
  }
  .new-collection .content .products .product .image {
    background: white;
    padding: 20px;
    border-radius: 12px;
    position: relative;
  }
  .new-collection .content .products .product .image img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
  .quality {
    padding-block: 80px;
  }
  .quality img.mob {
    display: none !important;
  }
  .quality .button {
    height: 48px;
    width: -moz-max-content;
    width: max-content;
    padding-inline: 4px;
    padding-left: 18px;
    border-radius: 30px;
    background: #e18d5e;
    color: white;
    text-align: left;
    margin-inline: auto;
    text-decoration: none;
    padding-block: 4px;
    display: flex;
    flex-direction: row;
    gap: 25px;
    margin-top: 65px;
  }
  .quality .button i {
    border-radius: 30px;
    padding: 10px 12px;
    color: #1F1F1F;
    background: white;
  }
  .quality .content {
    padding-inline: 50px;
    max-width: 1390px;
    margin-inline: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 100px;
  }
  .quality .content .text {
    text-align: left;
  }
  .quality .content .text h2 {
    color: #1F1F1F;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 14px;
  }
  .quality .content .text .headingp {
    font-weight: 600;
    color: #e18d5e;
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 8px;
  }
  .quality .content .text p {
    color: #1F1F1F;
    font-size: 16px;
  }
  .quality .content .flex {
    display: flex;
    flex-direction: column;
    gap: 35px;
    margin-top: 35px;
  }
  .quality .content .flex img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .quality .content .flex img.mob {
    display: b;
  }
  .quality .content .flex img.des {
    display: block;
  }
  .quality .content .flex .card {
    background: #F8F2EE;
    padding: 20px;
    border-radius: 8px;
    border: none;
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 400px;
  }
  .quality .content .flex .card .card-div {
    display: flex;
    align-items: center;
    gap: 18px;
    justify-content: space-between;
  }
  .quality .content .flex .card .card-div:first-child {
    border-bottom: 1px solid #e18d5e;
    padding-bottom: 16px;
  }
  .quality .content .flex .card .card-div p {
    font-size: 16px;
    color: #1F1F1F;
    margin: 0;
  }
  .quality .content .flex .card .card-div p i {
    background: white;
    color: #e18d5e;
    padding: 9px;
    font-size: 22px;
    border-radius: 30px;
    margin-right: 15px;
  }
  .quality .content .flex .card .card-div span {
    font-size: 18px;
    font-weight: 600;
    color: #1F1F1F;
  }
  .quality .content .flex .card .difference {
    margin-top: 20px;
    background: white;
    border-radius: 6px;
    padding: 18px;
    text-align: center;
  }
  .quality .content .flex .card .difference p {
    color: #1F1F1F;
    font-size: 16px;
    margin: 0;
    font-weight: 500;
  }
  .quantity {
    position: relative;
    width: 100%;
    height: auto;
    padding-block: 80px;
    padding-top: 0;
    height: 490px;
    overflow: hidden;
  }
  .quantity img, .quantity video {
    width: 100%;
    height: 490px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 4px;
    filter: brightness(88%);
  }
  .quantity .content {
    width: calc(100% - 40px);
    height: auto;
    padding: 0;
    padding-inline: 20px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    background: #F8F2EE;
    z-index: 10;
    padding: 55px 50px;
    border-radius: 8px;
    max-width: 550px;
  }
  .quantity .content .text {
    text-align: center;
  }
  .quantity .content .text h2 {
    font-size: 40px;
    color: #1F1F1F;
    font-weight: 600;
    margin-bottom: 14px;
  }
  .quantity .content .text p {
    color: #1F1F1F;
    font-size: 18px;
  }
  .quantity .content .text .button {
    height: 48px;
    width: 100%;
    justify-content: space-between;
    padding-inline: 4px;
    padding-left: 18px;
    border-radius: 30px;
    background: #e18d5e;
    color: white;
    text-align: left;
    margin-inline: auto;
    text-decoration: none;
    padding-block: 4px;
    display: flex;
    flex-direction: row;
    gap: 25px;
    margin-top: 65px;
    transition: 0.6s;
    cursor: pointer;
  }
  .quantity .content .text .button i {
    transition: 0.6s;
    border-radius: 30px;
    padding: 10px 12px;
    color: #1F1F1F;
    background: white;
  }
  .quantity .content .text .button:hover {
    background: transparent;
    color: #e18d5e;
    border: 1px solid #e18d5e;
  }
  .quantity .content .text .button:hover i {
    background: #e18d5e;
    color: white;
    margin-left: 60px;
  }
  .leverandører {
    padding-block: 60px;
    margin-top: 0;
    background: rgba(229, 229, 229, 0.6);
    background: none;
  }
  .leverandører .content {
    padding-inline: 50px;
    max-width: 1390px;
    margin-inline: auto;
  }
  .leverandører .content .flex {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 55px;
    align-items: center;
  }
  .leverandører .content .flex .logo {
    min-width: auto;
    max-width: auto;
    width: auto;
    position: relative;
  }
  .leverandører .content .flex .logo img {
    width: 80%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}/*# sourceMappingURL=base.css.map */