@charset "UTF-8";
.cover {
  position: relative;
  width: 100%;
  height: 330px;
}
.cover img {
  height: 330px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  filter: brightness(80%);
}
.cover .content {
  padding-top: 0;
  padding-inline: 0;
  position: relative;
  width: 100%;
  height: auto;
}
.cover .content .text {
  padding-top: 115px;
  padding-bottom: 40px;
  padding-inline: 20px;
  text-align: center;
  position: relative;
}
.cover .content .text.slide-1 {
  background: #122f1d;
}
.cover .content .text.slide-2 {
  background: #F2E5BF;
}
.cover .content .text.slide-2 h1, .cover .content .text.slide-2 p {
  color: #1F1F1F;
}
.cover .content .text.slide-3 {
  background: #01467e;
}
.cover .content .text.slide-3 h1, .cover .content .text.slide-3 p {
  color: white;
}
.cover .content .text h1 {
  font-size: 24px;
  color: white;
}
.cover .content .text p {
  color: white;
  opacity: 0.9;
  margin-top: 15px;
  font-size: 16px;
}

.history {
  position: relative;
  padding-top: 50px;
  padding-bottom: 60px;
  padding-inline: 20px;
  text-align: center;
}
.history h2 {
  color: #1F1F1F;
  font-size: 20px;
  line-height: 160%;
  font-weight: 500;
}
.history h2 span {
  color: #e18d5e;
}
.history img {
  margin-top: 35px;
  height: 320px;
  width: 100%;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}

.fordeler {
  padding-block: 50px;
  background: #F8F2EE;
}
.fordeler .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;
}
.fordeler .button i {
  border-radius: 30px;
  padding: 10px 12px;
  color: #1F1F1F;
  background: white;
}
.fordeler .content {
  padding-inline: 20px;
}
.fordeler .content .text {
  text-align: center;
}
.fordeler .content .text h2 {
  color: #1F1F1F;
  font-size: 24px;
  font-weight: 600;
}
.fordeler .content .text .headingp {
  font-weight: 600;
  color: #e18d5e;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.fordeler .content .reasons {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-top: 25px;
}
.fordeler .content .reasons.mob {
  display: flex;
}
.fordeler .content .reasons.des {
  display: none;
}
.fordeler .content .reasons .reason {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  height: 155px;
  position: relative;
  background: white;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 20px;
}
.fordeler .content .reasons .reason img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.fordeler .content .reasons .reason h4 {
  color: #1F1F1F;
  font-size: 18px;
  margin: 0;
}
.fordeler .content .reasons .reason p {
  margin: 0;
  color: #1F1F1F;
  font-size: 15px;
}

.reviews-section {
  padding-block: 65px;
}
.reviews-section .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;
}
.reviews-section .button i {
  border-radius: 30px;
  padding: 10px 12px;
  color: #1F1F1F;
  background: white;
}
.reviews-section .content {
  padding-inline: 20px;
}
.reviews-section .content .text {
  text-align: center;
}
.reviews-section .content .text h2 {
  color: #1F1F1F;
  font-size: 24px;
  font-weight: 600;
}
.reviews-section .content .text .headingp {
  font-weight: 600;
  color: #e18d5e;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.reviews-section .content .reviews {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 25px;
  margin-top: 25px;
  overflow-x: scroll;
  /* Chrome, Safari, Edge */
  /* Firefox */
  scrollbar-width: none;
}
.reviews-section .content .reviews::-webkit-scrollbar {
  display: none;
}
.reviews-section .content .reviews .review {
  border-radius: 10px;
  overflow: hidden;
  min-width: 79%;
  max-width: 79%;
  height: 215px;
  position: relative;
  background: #F8F2EE;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 20px;
  text-align: center;
}
.reviews-section .content .reviews .review img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.reviews-section .content .reviews .review h4 {
  color: #1F1F1F;
  font-size: 18px;
  margin: 0;
}
.reviews-section .content .reviews .review p {
  margin: 0;
  color: #1F1F1F;
  font-size: 15px;
}

.faq {
  padding-block: 50px;
  background: #F8F2EE;
}
.faq .content {
  padding-inline: 20px;
}
.faq .content .text {
  text-align: center;
}
.faq .content .text h2 {
  color: #1F1F1F;
  font-size: 24px;
  font-weight: 600;
}
.faq .content .text .headingp {
  font-weight: 600;
  color: #e18d5e;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.faq .faq-wrapper {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.faq .faq-item {
  background: transparent;
  border-radius: 12px;
  padding: 10px 20px;
  overflow: hidden;
  transition: all 0.3s ease;
  border: 1px solid rgba(225, 142, 94, 0.5333333333);
}
.faq .faq-item.active {
  background: white;
  border: none;
}
.faq .faq-item.active .faq-answer {
  max-height: 300px;
  padding-top: 12px;
  padding-bottom: 18px;
}
.faq .faq-item.active .icon {
  transform: rotate(180deg);
  background: #e18d5e;
  color: white;
}
.faq .faq-question {
  width: 100%;
  background: none;
  border: none;
  padding: 18px 0;
  font-size: 17px;
  font-weight: 600;
  color: #1F1F1F;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  text-align: left;
}
.faq .faq-question .icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgb(255, 226, 206);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #1F1F1F;
  transition: all 0.3s ease;
  position: relative;
}
.faq .faq-question .icon::before {
  content: "+";
  font-size: 20px;
  line-height: 1;
}
.faq .faq-item.active .icon::before {
  content: "–";
  font-size: 26px;
  margin-top: -2px;
}
.faq .faq-answer {
  font-size: 15px;
  color: #1F1F1F;
  opacity: 0.9;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  line-height: 1.5;
}

.category-section {
  position: relative;
  margin-top: 45px;
}

.featured-products {
  padding-block: 50px;
  background: none;
}
.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 {
  border: 2px solid #F8F2EE;
  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);
}

.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) {
  .cover {
    position: relative;
    width: 100%;
    height: 430px;
  }
  .cover img {
    height: 430px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .cover .content {
    padding-top: 75px;
    position: relative;
    width: 100%;
    height: auto;
    padding-inline: 50px;
    max-width: 1390px;
    margin-inline: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-radius: 8px;
    overflow: hidden;
  }
  .cover .content .text {
    align-items: flex-end;
    text-align: center;
    position: relative;
    margin-inline: auto;
  }
  .cover .content .text h1 {
    margin-inline: auto;
    font-size: 36px;
    color: white;
    max-width: -moz-max-content;
    max-width: max-content;
  }
  .cover .content .text p {
    margin-inline: auto;
    max-width: 600px;
    color: white;
    opacity: 0.9;
    margin-top: 0;
    font-size: 18px;
  }
  .featured-products {
    padding-block: 70px;
    margin-top: 40px;
  }
  .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 {
    padding: 60px;
    border-radius: 6px;
    position: relative;
    border: 2px solid #F8F2EE;
  }
  .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);
  }
  .history {
    position: relative;
    padding-block: 80px;
    padding-inline: 50px;
    max-width: 1390px;
    margin-inline: auto;
  }
  .history h2 {
    color: #1F1F1F;
    font-size: 32px;
  }
  .history h2 span {
    color: #e18d5e;
  }
  .history img {
    margin-top: 45px;
    height: 600px;
    width: 100%;
    border-radius: 8px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .fordeler {
    padding-block: 85px;
    background: #F8F2EE;
  }
  .fordeler .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;
  }
  .fordeler .button i {
    border-radius: 30px;
    padding: 10px 12px;
    color: #1F1F1F;
    background: white;
  }
  .fordeler .content {
    padding-inline: 50px;
    max-width: 1390px;
    margin-inline: auto;
  }
  .fordeler .content .text {
    text-align: center;
  }
  .fordeler .content .text h2 {
    color: #1F1F1F;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 14px;
  }
  .fordeler .content .text .headingp {
    font-weight: 600;
    color: #e18d5e;
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 8px;
  }
  .fordeler .content .text p {
    color: #1F1F1F;
    font-size: 16px;
  }
  .fordeler .content .reasons {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 25px;
    margin-top: 45px;
  }
  .fordeler .content .reasons.mob {
    display: none;
  }
  .fordeler .content .reasons.des {
    display: flex;
  }
  .fordeler .content .reasons .reason {
    border-radius: 10px;
    overflow: hidden;
    min-width: calc(33% - 25px);
    max-width: calc(33% - 25px);
    height: 175px;
    position: relative;
    background: white;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 30px;
  }
  .fordeler .content .reasons .reason img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .fordeler .content .reasons .reason h4 {
    color: #1F1F1F;
    font-size: 24px;
    margin: 0;
  }
  .fordeler .content .reasons .reason p {
    margin: 0;
    color: #1F1F1F;
    font-size: 16px;
  }
  .reviews-section {
    padding-block: 85px;
  }
  .reviews-section .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;
  }
  .reviews-section .button i {
    border-radius: 30px;
    padding: 10px 12px;
    color: #1F1F1F;
    background: white;
  }
  .reviews-section .content {
    padding-inline: 50px;
    max-width: 1390px;
    margin-inline: auto;
  }
  .reviews-section .content .text {
    text-align: center;
  }
  .reviews-section .content .text h2 {
    color: #1F1F1F;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 14px;
  }
  .reviews-section .content .text .headingp {
    font-weight: 600;
    color: #e18d5e;
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 8px;
  }
  .reviews-section .content .text p {
    color: #1F1F1F;
    font-size: 16px;
  }
  .reviews-section .content .reviews {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 25px;
    margin-top: 45px;
    overflow-x: hidden;
  }
  .reviews-section .content .reviews .review {
    border-radius: 10px;
    overflow: hidden;
    min-width: calc(33% - 25px);
    max-width: calc(33% - 25px);
    height: 245px;
    position: relative;
    background: #F8F2EE;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 30px;
    text-align: center;
  }
  .reviews-section .content .reviews .review img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .reviews-section .content .reviews .review h4 {
    color: #1F1F1F;
    font-size: 20px;
    margin: 0;
  }
  .reviews-section .content .reviews .review p {
    margin: 0;
    color: #1F1F1F;
    font-size: 15px;
  }
  .faq {
    padding-block: 85px;
    background: #F8F2EE;
  }
  .faq .content {
    max-width: 1390px;
    margin-inline: auto;
    padding-inline: 50px;
  }
  .faq .content .text {
    text-align: center;
  }
  .faq .content .text h2 {
    color: #1F1F1F;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 14px;
  }
  .faq .content .text .headingp {
    font-weight: 600;
    color: #e18d5e;
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 8px;
  }
  .faq .content .text p {
    color: #1F1F1F;
    font-size: 16px;
  }
  .faq .faq-wrapper {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 700px;
    margin-inline: auto;
  }
  .faq .faq-item {
    background: transparent;
    border-radius: 12px;
    padding: 10px 20px;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid rgba(225, 142, 94, 0.5333333333);
  }
  .faq .faq-item.active {
    background: white;
    border: none;
  }
  .faq .faq-item.active .faq-answer {
    max-height: 300px;
    padding-top: 12px;
    padding-bottom: 18px;
  }
  .faq .faq-item.active .icon {
    transform: rotate(180deg);
    background: #e18d5e;
    color: white;
  }
  .faq .faq-question {
    width: 100%;
    background: none;
    border: none;
    padding: 18px 0;
    font-size: 20px;
    font-weight: 600;
    color: #1F1F1F;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    text-align: left;
  }
  .faq .faq-question .icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgb(255, 226, 206);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #1F1F1F;
    transition: all 0.3s ease;
    position: relative;
  }
  .faq .faq-question .icon::before {
    content: "+";
    font-size: 20px;
    line-height: 1;
  }
  .faq .faq-item.active .icon::before {
    content: "–";
    font-size: 26px;
    margin-top: -2px;
  }
  .faq .faq-answer {
    font-size: 16px;
    color: #1F1F1F;
    opacity: 0.9;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    line-height: 1.5;
  }
  .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=about.css.map */