/************ Skandinavisk colors ***********/
/******* Aspect ratios *****/
/****** Transition *******/
.result-count {
  text-align: center;
  padding: 20px 0;
}

.search-list-button-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 40px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .search-list-button-wrapper {
    padding-top: 16px;
  }
}
@media only screen and (max-width: 560px) {
  .search-list-button-wrapper .nav-item {
    margin-top: 10px;
  }
}
.search-list-button-wrapper .nav-link-search {
  padding: 15px;
  border: 1px solid #000;
  font-size: 14px;
  color: #000;
  display: inline-block;
  width: 175px;
}
.search-list-button-wrapper .nav-link-search:first-child {
  margin-right: 4px;
}
.search-list-button-wrapper .nav-link-search:last-child {
  margin-left: 5px;
}
.search-list-button-wrapper .nav-link-search.active {
  border: 2px solid #000;
  font-family: "SkandinaviskBold", sans-serif;
  color: #000;
}
.search-list-button-wrapper .nav-link-search.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.grid-header-wrapper {
  margin-top: 0;
  margin-bottom: 0;
}

.search-nav {
  margin: 0 auto;
  margin-bottom: 0;
}

.grid-footer-tiles {
  display: flex;
  align-items: flex-end;
  font-size: 14px;
}

.nav-tabs-container {
  padding-bottom: 16px;
}

.search-results-headline {
  text-align: center;
  margin: 0 auto;
  font-size: 32px;
  font-family: "SkandinaviskBold", sans-serif;
}
@media only screen and (max-width: 767px) {
  .search-results-headline {
    font-size: 23px;
  }
}

.search-text-wrapper {
  text-align: center;
  padding: 10px 0 15px;
}

.search-result-count,
.search-keywords {
  font-size: 23px;
}
@media only screen and (max-width: 767px) {
  .search-result-count,
.search-keywords {
    font-size: 14px;
  }
}

.search-result-count {
  font-size: 12px;
  color: #606060;
}

.no-result-count {
  font-size: 23px;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .no-result-count {
    font-size: 14px;
  }
}

.search-helper-keyword {
  font-size: 16px;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .search-helper-keyword {
    font-size: 14px;
  }
}

.highlight-keywords {
  font-family: "SkandinaviskBold", sans-serif;
  font-size: 32px;
}
@media only screen and (max-width: 767px) {
  .highlight-keywords {
    font-size: 18px;
  }
}

.link-suggestion {
  font-family: "SkandinaviskBold", sans-serif;
  text-decoration: underline;
}

.product-badges {
  position: absolute;
  left: 25px;
  top: 25px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (max-width: 560px) {
  .product-badges {
    left: 10px;
    top: 10px;
    font-size: 10px;
  }
}
.product-badges .product-badge-volume_discount,
.product-badges .product-badge-resource {
  padding: 8px;
  width: auto !important;
}
@media only screen and (max-width: 560px) {
  .product-badges .product-badge-exclusive,
.product-badges .product-badge-volume_discount,
.product-badges .product-badge-resource {
    height: 50px;
    width: 50px;
    padding: 4px;
  }
}
.product-badges .product-badge-new,
.product-badges .product-badge-sale,
.product-badges .product-badge-volume_discount .product-badge-resource,
.product-badges .product-badge-discount,
.product-badges .product-badge-exclusive {
  display: table-cell;
  vertical-align: middle;
  background-color: #000;
  border-radius: 50%;
  height: 75px;
  width: 75px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media only screen and (max-width: 560px) {
  .product-badges .product-badge-new,
.product-badges .product-badge-sale,
.product-badges .product-badge-volume_discount .product-badge-resource,
.product-badges .product-badge-discount,
.product-badges .product-badge-exclusive {
    height: 50px;
    width: 50px;
  }
}

.small-product-badges {
  margin-left: 10px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (max-width: 560px) {
  .small-product-badges {
    margin-left: 10px;
    font-size: 10px;
  }
}
.small-product-badges .small-product-badge-new,
.small-product-badges .small-product-badge-sale,
.small-product-badges .small-product-badge-volume_discount,
.small-product-badges .small-product-badge-resource,
.small-product-badges .small-product-badge-discount,
.small-product-badges .small-product-badge-exclusive {
  display: table-cell;
  vertical-align: middle;
  background-color: #000;
  width: 100px;
  height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media only screen and (max-width: 560px) {
  .small-product-badges .small-product-badge-new,
.small-product-badges .small-product-badge-sale,
.small-product-badges .small-product-badge-volume_discount,
.small-product-badges .small-product-badge-resource,
.small-product-badges .small-product-badge-discount,
.small-product-badges .small-product-badge-exclusive {
    height: 30px;
    width: 100px;
  }
}
.small-product-badges .small-product-badge-volume_discount,
.small-product-badges .small-product-resource {
  width: 126px;
}
@media only screen and (max-width: 560px) {
  .small-product-badges .small-product-badge-volume_discount,
.small-product-badges .small-product-resource {
    width: 100px;
  }
}

.add-to-cart-wrapper .btn-plp-cart {
  font-size: 10px;
  min-width: 120px;
}
.add-to-cart-wrapper:not(.add-to-cart-wrapper--tablet-mobile) {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -40px;
  opacity: 0;
  z-index: -5;
  transition: 0.3s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.add-to-cart-wrapper:not(.add-to-cart-wrapper--tablet-mobile) .btn-plp-cart {
  border: 0;
}
.add-to-cart-wrapper.add-to-cart-wrapper--tablet-mobile {
  display: none;
}
.add-to-cart-wrapper.add-to-cart-wrapper--set {
  margin-top: auto;
}
.add-to-cart-wrapper .animated-btn-text {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  transition: 0.5s cubic-bezier(0.4, 0.8, 0.5, 1);
}
@media only screen and (max-width: 1366px) {
  .add-to-cart-wrapper {
    display: none;
  }
  .add-to-cart-wrapper.add-to-cart-wrapper--tablet-mobile {
    display: block;
    margin-bottom: 10px;
  }
  .add-to-cart-wrapper .animated-btn-text {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.product-tile-container {
  position: relative;
}
@media only screen and (min-width: 1200px) {
  .product-tile-container:hover .add-to-cart-wrapper {
    opacity: 1;
    z-index: 5;
    bottom: 10px;
  }
  .product-tile-container:hover .add-to-cart-wrapper .animated-btn-text {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.product-tile-container .image-wrapper {
  display: block;
  line-height: 0;
  position: relative;
  padding-bottom: 106%;
}
.product-tile-container .image-tile {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.product-tile-container.product-tile-container--set {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .product-tile-container.product-tile-container--set {
    height: 100%;
  }
}

.tile-body-wrapper {
  padding: 16px 0;
  font-size: 14px;
  text-align: center;
}
.tile-body-wrapper .price {
  padding-top: 5px;
}
.tile-body-wrapper .reduced-value {
  font-family: "SkandinaviskBold", sans-serif;
}
.tile-body-wrapper .pdp-link {
  display: block;
  padding-top: 5px;
}
.tile-body-wrapper.tile-body-wrapper--set {
  padding: 16px 30px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.tile-body-wrapper .product-badges {
  top: 13px;
  left: 13px;
}
@media only screen and (min-width: 1200px) {
  .tile-body-wrapper .product-badges {
    top: 26px;
    left: 26px;
  }
}
.tile-body-wrapper .product-badges span {
  border-radius: 0;
  height: 26px;
}

.strike-through {
  text-decoration: line-through;
  opacity: 0.5;
  font-family: "Skandinavisk", sans-serif;
}

.product-grid-container {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 0 0 65px;
}

.rendered-product-wrapper {
  width: 25%;
  flex-basis: 25%;
}
@media only screen and (max-width: 992px) {
  .rendered-product-wrapper {
    width: 50%;
    flex-basis: 50%;
  }
}

.show-more-wrapper {
  position: absolute;
  left: calc(50% - 87px);
}
.show-more-wrapper.products {
  bottom: -25px;
}
.show-more-wrapper.content {
  bottom: 15px;
}
.show-more-wrapper .show-more-btn {
  width: 174px;
  background-color: #000;
  color: #fff;
  padding: 16px 0;
  font-size: 14px;
}
.show-more-wrapper .show-more-btn:hover {
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
}

/************ Skandinavisk colors ***********/
/******* Aspect ratios *****/
/****** Transition *******/
/************ Skandinavisk colors ***********/
/******* Aspect ratios *****/
/****** Transition *******/
.article-tile__image {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease-in-out;
}

.article-tile {
  width: 100%;
  transition: background-color 0.3s ease-in-out;
}
@media only screen and (min-width: 1200px) {
  .article-tile {
    width: 33.3333%;
    flex-basis: 33.3333%;
  }
}
.article-tile:hover {
  background-color: #f4f4f4;
}
.article-tile:hover .article-tile__image {
  opacity: 0.7;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .article-tile {
    width: 50%;
    flex-basis: 50%;
  }
}

.article-tile__image-container {
  position: relative;
  padding-bottom: 66.66%;
}

.article-tile__content {
  padding: 30px 30px 100px 30px;
}
@media only screen and (max-width: 767px) {
  .article-tile__content {
    padding: 16px 16px 50px 16px;
  }
}

.article-tile__date {
  font-size: 11px;
}

.article-tile__text {
  padding: 10px 0;
}

.article-tile__link {
  font-size: 13px;
  text-decoration: underline;
}
.article-tile__link:hover {
  text-decoration: none;
}

.article-page-wrapper {
  margin-top: 92px;
}
@media only screen and (max-width: 1199px) {
  .article-page-wrapper {
    margin-top: 62px;
  }
}

@media only screen and (min-width: 768px) {
  .article-container {
    display: flex;
    flex-wrap: wrap;
  }
}

@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-container {
  display: block;
  height: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 992px) {
  .swiper-container {
    width: 100%;
  }
}
.swiper-container .swiper-wrapper {
  height: 100%;
  width: 100%;
  max-width: 100%;
}
.swiper-container .swiper-slide {
  position: relative;
  flex-shrink: 0;
  display: inline-block;
}
.swiper-container .swiper-button {
  color: #000;
  position: absolute;
  z-index: 5;
  top: 50%;
  margin-top: -25px;
  -webkit-transform: none;
          transform: none;
}
.swiper-container .swiper-button.swiper-button-next {
  right: 45px;
  padding: 45px 25px 45px 5px;
}
.swiper-container .swiper-button.swiper-button-next::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border-top: 1.5px solid;
  border-left: 1.5px solid;
  vertical-align: middle;
  -webkit-transform: translate(50%, -50%) rotate(135deg);
          transform: translate(50%, -50%) rotate(135deg);
}
.swiper-container .swiper-button.swiper-button-prev {
  left: 35px;
  padding: 45px 15px;
}
.swiper-container .swiper-button.swiper-button-prev::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border-top: 1.5px solid;
  border-left: 1.5px solid;
  vertical-align: middle;
  -webkit-transform: translate(50%, -50%) rotate(-45deg);
          transform: translate(50%, -50%) rotate(-45deg);
}
.swiper-container .swiper-button.swiper-button-prev:focus {
  outline: none;
}
.swiper-container.swiper-container-initialized .swiper-wrapper {
  display: flex;
}

.img-fluid {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.img-fluid:hover {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  z-index: 10;
  bottom: 30px;
  left: 0;
  right: 0;
}

.swiper-pagination-bullet {
  margin: 0 4px;
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

.recommendation-container {
  position: relative;
}
.recommendation-container .swiper-slide {
  box-sizing: border-box;
}
.recommendation-container .swiper-container .swiper-button-lock {
  display: none;
}
.recommendation-container .swiper-container .swiper-button {
  color: #8a8a8b;
  top: 30%;
}
@media only screen and (min-width: 1024px) {
  .recommendation-container .swiper-container .swiper-button {
    top: 43%;
  }
}
.recommendation-container .swiper-container .swiper-button::before, .recommendation-container .swiper-container .swiper-button::after {
  border-width: 2px;
  width: 12px;
  height: 12px;
}
.recommendation-container .swiper-container .swiper-button-prev {
  left: 0;
}
@media only screen and (min-width: 1024px) {
  .recommendation-container .swiper-container .swiper-button-prev {
    left: 7px;
  }
}
.recommendation-container .swiper-container .swiper-button-next {
  right: 0;
}
@media only screen and (min-width: 1024px) {
  .recommendation-container .swiper-container .swiper-button-next {
    right: 7px;
  }
}

.recommendation-title {
  font-size: 14px;
  margin-bottom: 12px;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .recommendation-title {
    font-size: 30px;
    margin-bottom: 20px;
  }
}

.search-results-container {
  padding-bottom: 25px;
  padding-top: 30px;
}
.search-results-container .search-nav {
  border-bottom: 0;
  margin-bottom: 0;
}

.no-results-banner-container {
  width: 100%;
  text-align: center;
  padding: 80px 0 55px;
  border-top: 1px solid #f4f4f4;
}
@media only screen and (max-width: 1199px) {
  .no-results-banner-container {
    padding: 35px 0 55px;
  }
}
.no-results-banner-container .banner-center {
  display: inline-block;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .no-results-banner-container .banner-center .image-container-wrapper {
    width: 100%;
  }
}
.no-results-banner-container .banner-center .image-container-wrapper .dropdown-nav-image {
  position: relative;
}
.no-results-banner-container .banner-center .image-container-wrapper .image-holder {
  padding-bottom: 0;
}

.page-title--center {
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 30px;
}
@media only screen and (max-width: 1199px) {
  .page-title--center {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.recommendation-content {
  padding: 20px 0 40px;
}
@media only screen and (min-width: 1024px) {
  .recommendation-content {
    padding: 40px 0 60px;
  }
}
/*# sourceMappingURL=search.css.map*/