@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: 450px;
  position: relative;
  display: flex;
  flex-direction: column;
  border: none;
  outline: none;
}
.cover .content .slide.slide1 {
  background: #162411;
}
.cover .content .slide.slide1 .overlay {
  background: linear-gradient(10.49deg, #162411 39.15%, rgba(227, 105, 39, 0) 57.74%);
}
.cover .content .slide.slide2 {
  height: 500px;
  background: #FD8851;
}
.cover .content .slide.slide2 .text {
  top: 185px;
}
.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: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  z-index: 9;
  filter: brightness(92%);
}
.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: 160px;
  z-index: 10;
}
.cover .content .slide .text {
  position: absolute;
  top: 150px;
  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 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%);
  }
}

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

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

.featured-products {
  padding-block: 60px;
  margin-top: 0;
  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 !important;
  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);
}

/* FILTER WRAPPER */
.filterbox {
  width: 100%;
  padding-inline: 20px;
  margin-top: 25px;
  max-width: 800px;
  margin-inline: auto;
}

/* === MOBIL FILTER SOM SELECT === */
.filterbar {
  position: relative;
  padding: 6px 14px;
  background: #fff;
  border-radius: 999px;
  box-shadow: 0 0 0 1px #f1e8e3 inset;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

/* Mobil-trigger (pill med tekst + chevron) */
.filterbar__trigger {
  border: 1px solid #e7b9a0;
  background: #fff6f1;
  border-radius: 999px;
  padding: 8px 16px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-size: 15px;
  font-weight: 500;
  color: #1f1f1f;
  cursor: pointer;
}

/* Chevron-ikon */
.filterbar__chevron {
  width: 14px;
  height: 14px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}

/* Roter chevron når åpen */
.filterbar.is-open .filterbar__chevron {
  transform: rotate(-135deg);
}

/* På mobil er selve chip-listen skjult til man åpner */
.filterbar__controls {
  display: none;
}

/* Når åpen – vis chips som dropdown */
.filterbar.is-open .filterbar__controls {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 0;
  right: 0;
  top: 105%;
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  padding: 8px 6px;
  z-index: 20;
}

/* Chips i dropdown blir “fulle linjer” */
.filterbar.is-open .chip {
  width: 100%;
  justify-content: flex-start;
  padding: 8px 14px;
  border-radius: 12px;
}

/* Skjul produkt-teller på mobil (du har .des til desktop) */
.filterbar__meta {
  display: none;
}

@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: 560px;
    position: relative;
    display: flex;
    flex-direction: column;
    border: none;
    outline: none;
  }
  .cover .content .slide.slide1 {
    background: #162411;
  }
  .cover .content .slide.slide1 .overlay {
    background: linear-gradient(10.49deg, #162411 39.15%, rgba(227, 105, 39, 0) 57.74%);
  }
  .cover .content .slide.slide2 {
    height: 610px;
    background: #FD8851;
  }
  .cover .content .slide.slide2 .text {
    top: 295px;
  }
  .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: 600px;
    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;
  }
  .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%);
    }
  }
  .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;
  }
  .featured-products {
    padding-block: 85px;
    margin-top: 0;
    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 !important;
    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;
  }
  .filterbar {
    padding: 8px 14px;
    justify-content: space-between;
  }
  /* Skjul mobil-trigger på desktop */
  .filterbar__trigger {
    display: none;
  }
  /* Vanlig horisontal chip-rad på desktop */
  .filterbar__controls {
    display: flex !important;
    position: static;
    flex-direction: row;
    gap: 18px;
    box-shadow: none;
    background: transparent;
    padding: 0;
  }
  .filterbar__meta {
    display: block;
  }
  /* FILTER WRAPPER */
  .filterbox {
    width: 100%;
    padding-inline: 20px;
    margin-top: 25px;
    max-width: 800px;
    margin-inline: auto;
  }
  /* MAIN BAR */
  .filterbar {
    background: white;
    border-radius: 40px;
    padding: 12px 18px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 14px 18px;
    box-shadow: 0 0 0 1px #f1e8e3 inset;
    font-family: inherit;
  }
  /* CHIP CONTAINER */
  .filterbar__controls {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 18px;
    flex: 1 1 100%;
  }
  /* SINGLE CHIP */
  .chip {
    border: none;
    font-size: 15px;
    padding: 6px 14px 6px 10px;
    border-radius: 40px;
    color: #333;
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    transition: all 0.25s ease;
    font-weight: 500;
    background: rgba(246, 237, 232, 0.4666666667);
  }
  .chip .chip__dot {
    width: 6px;
    height: 6px;
    background: transparent;
    border-radius: 50%;
    border: 1.5px solid transparent;
    transition: all 0.25s ease;
  }
  .chip:hover {
    background: #f6ede8;
  }
  /* ACTIVE CHIP */
  .chip.is-active {
    background: #fff6f1;
    border: 1px solid #e7b9a0;
    color: #000;
  }
  .chip.is-active .chip__dot {
    background: #e18d5e;
    border-color: #e18d5e;
  }
  /* PRODUCT COUNT (moves to bottom right on wrap) */
  .filterbar__meta {
    font-size: 15px;
    color: #333;
    white-space: nowrap;
    /* FORCE TOP RIGHT POSITION */
    margin-left: auto;
    align-self: flex-start;
    flex-shrink: 0;
    position: absolute;
    right: 22px;
    top: 18px;
  }
}/*# sourceMappingURL=category.css.map */