/** Shopify CDN: Minification failed

Line 310:0 Unexpected "}"
Line 316:2 Unexpected "}"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:ts-featured-collection (INDEX:57) */
body .shopify-section .page-width.custom-collection-wrapper {
    padding: 95px 0 100px 50px;
    max-width: 1660px!important;
    margin-right: 0;
    overflow-x: hidden;
    display: grid;
    grid-template-columns: 25% 75%;
    align-items: start;
    gap: 100px;
  }
  .custom-collection-left h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 0;
    line-height: normal;
    max-width: 91%;
  }
  .custom-collection-left p {
    color: #011323;
    max-width: 380px;
    font-size: 19px;
    font-weight: 400;
    line-height: 32px;
    margin: 17px 0 71px;
  }
  .custom-collection-grid{
    gap:20px;
  }
  .custom-collection-card {
    min-width: 250px;
    background: #fff;
    border-radius: 30px;
    overflow: hidden;
    border: 1px solid #C3C3C3;
  }
  .custom-collection-card img{
    width:100%;
    object-fit:cover;
  }
  .custom-collection-content {
    padding: 23px 25px 24px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
  }
  a.custom-collection-arrow {
    height: 50px;
  }
  a.custom-collection-arrow:hover svg circle{
      fill: #1E85D3!important;
  }
  a.custom-collection-arrow:hover svg path{
      fill: #fff!important;
  }
  .inner-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: space-between;
  }
  .custom-collection-content h4 {
    margin: 0;
    font-weight: 500;
    font-size: 19px;
    line-height: 100%;
    letter-spacing: 0;
  }
  button.arrow-btn {
    padding: 0;
    border: 0;
    background: #fff;
    height: 50px;
  }
  .custom-collection-content small {
    color: #011323;
    font-weight: 400;
    font-size: 17px;
    line-height: 100%;
    letter-spacing: 0;
  }
  .custom-slider-arrows{
    margin-top:25px;
    display:flex;
    gap:14px;
  }
  .custom-collection-grid .slick-slide{
    margin: 0 30px 0 0;
    text-decoration: none;
  }
  .custom-slider-arrows.mobile {
    display: none;
  }

  @media screen and (max-width: 1440px){
    body .shopify-section .page-width.custom-collection-wrapper {
      padding: 80px 0 80px 50px;
      gap: 50px;
    }
    .custom-collection-left h2 {
      font-size: 36px;
      max-width: 100%;
      line-height: 40px;
    }
    .custom-collection-left p {
      font-size: 16px;
      line-height: 27px;
      margin: 15px 0 30px;
    }
  }
  @media screen and (max-width: 1199px){
    body .shopify-section .page-width.custom-collection-wrapper {
      padding: 50px 0 50px 15px;
      gap: 30px;
    }
    .custom-collection-left h2 {
      font-size: 34px;
      line-height: 38px;
    }
    button.arrow-btn svg {
      width: 100%;
      height: 100%;
    }
    a.custom-collection-arrow svg {
      width: 100%;
      height: 100%;
    }
    .custom-collection-content {
      padding: 15px;
    }
    .custom-collection-content h4 {
      font-size: 17px;
    }
    button.arrow-btn {
      width: 40px;
    }
  }
  @media screen and (max-width: 1024px){}
  @media screen and (max-width: 989px){
    body .shopify-section .page-width.custom-collection-wrapper {
      grid-template-columns: 100%;
      padding: 50px 15px;
      gap: 20px;
    }
    body .shopify-section .page-width.custom-collection-wrapper .custom-collection-left {
      width: 100%;
      text-align: center;
    }
    .custom-collection-left p {
      width: 100%;
      max-width: 100%;
      line-height: 24px;
      margin: 15px 0 20px;
    }
    .custom-collection-left h2 {
      font-size: 32px;
      line-height: 36px;
    }
    .custom-slider-arrows {
      margin-top: 15px;
    }
  }
@media screen and (max-width: 767px){
  .custom-slider-arrows.desktop {
    display: none !important;
  }
  .custom-slider-arrows.mobile.slick-slide {
    z-index: 1;
    bottom: -60px;
    position: absolute;
    width: 100% !important;
    margin: 0;
    left: 50%;
    overflow: hidden;
    transform: translateX(-50%);
  }
  body .custom-slider-arrows {
    justify-content: center;
    display: flex !important;
  }

}
  @media screen and (max-width: 500px){
    .custom-collection-grid .slick-slide {
      margin: 0;
    }
  }
/* END_SECTION:ts-featured-collection */

/* START_SECTION:ts-hero-slider (INDEX:58) */
.hero-peek {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .hero-peek__viewport {
    overflow: visible;
  }
  .hero-peek__track {
    display: flex;
    gap: 30px;
    transition: transform 0.6s ease;
    will-change: transform;
  }
  .hero-peek__track {
    touch-action: pan-y;
    user-select: none;
    cursor: grab;
  }
  .hero-peek__track:active {
    cursor: grabbing;
  }
  .hero-peek__slide {
    flex: 0 0 70%;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    transition: transform 0.4s ease;
  }
  .hero-peek__slide.is-active {
    transform: scale(1);
  }
  .hero-peek__image {
    position: absolute;
    inset: 0;
  }
  .hero-peek__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .hero-peek__content {
    position: relative;
    z-index: 2;
    padding: 80px 60px;
    height: 700px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    max-width: 550px;
    margin: auto;
    padding: 0;
  }
  .hero-peek__dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 30px;
  }
  .hero-peek__dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d6d6d6;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .hero-peek__dot.is-active {
    height: 10px;
    border-radius: 5px;
    width: 50px;
    background: #000;
  }
  .hero-peek__content h2 {
  font-family: Quicksand;
  font-weight: 600;
  font-size: 52px;
  line-height: 68px;
  letter-spacing: 0;
  text-align: left;
  margin: 0;
}
.hero-peek__slide.slide-3 .hero-peek__content h2 {
  text-align: center;
}
  .hero-peek__content strong{
    color: #1E85D3;
    font-size: 60px;
    display: block;
  }
  .hero-peek__slide .hero-peek__content  {
    max-width: 100%;
  }
.hero-peek__slide.slide-3 .hero-peek__content .hero-peek__content-inner {
  margin: auto;
  max-width: calc(52% - 30px);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero-peek__slide.slide-3 .hero-peek__content .hero-peek__content-inner a {
  margin-top: 20px;
}
}
.slide-3 .hero-peek__content a {
  display: block;
  width: fit-content;
  margin: 0 auto;
}
  }
  .hero-peek__slide.slide-1 .hero-peek__content .hero-peek__content-inner {
    margin: auto auto auto 50px;
    max-width: calc(44% - 30px);
  }
  .hero-peek__slide.slide-1 .hero-peek__content .hero-peek__content-inner p {
    max-width: 475px;
  }
  .hero-peek__slide.slide-2 .hero-peek__content .hero-peek__content-inner {
    text-align: center;
    margin: auto;
    max-width: calc(52% - 30px);
  }
  .hero-peek__slide.slide-2 .hero-peek__content .hero-peek__content-inner h2 {
    text-align: center;
  }
  .hero-peek__slide.slide-2 .hero-peek__content .hero-peek__content-inner p {
    text-align: center;
    max-width: 476px;
  }
  .hero-peek__slide.slide-2 .hero-peek__content .hero-peek__content-inner .cardimg {
    justify-content: center;
  }
  .hero-peek__slide.slide-2 .hero-peek__content .hero-peek__content-inner p.rev-txt {
    justify-content: center;
  }
  .hero-peek__content p {
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 0;
    text-align: left;
    color: #011323;
    margin: 15px 0 20px;
  }
  .hero-peek__content a {
    background: #1e85d3;
    font-weight: 700;
    font-size: 19px;
    line-height: 100%;
    letter-spacing: 0;
    min-width: 210px;
    text-align: center;
    padding: 18px 10px;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    display: inline-block;
  }
  p.rev-txt {
    color: #000000;
    font-family: Quicksand;
    font-weight: 600;
    font-size: 12.21px;
    line-height: 18.57px;
    letter-spacing: 0;
    margin: 14.5px 0 0 0;
    display: flex;
    gap: 5px;
  }
  .cardimg {
    display: flex;
    align-items: center;
    margin-top: 15px;
  }
  /* NAV */
  .hero-peek__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 48px;
    height: 48px;
    background: rgba(0,0,0,0.5);
    color: #fff;
    border: none;
    cursor: pointer;
  }
  .hero-peek__nav--prev { left: 30px; }
  .hero-peek__nav--next { right: 30px; }
  .slide-3 .hero-peek__content a{
    background:#1E85D3;
    color:#fff !important;
    padding: 18px 27px;
  }
  .slide-3 .hero-peek__content h2{
    /* color: #fff !important; */
    font-size: 60px;
    font-weight: 600;
  }
  .hero-peek__slide.slide-3 .hero-peek__content * {
    color: #fff;
  }
  .cardimg + p.rev-txt img {
    height: 20px;
    width: 100px;
  }
  .cardimg+p.rev-txt {
    align-items: center;
  }
  /* .hero-peek__slide.slide-3 .hero-peek__content .hero-peek__content-inner .cardimg ,
  .hero-peek__slide.slide-3 .hero-peek__content .hero-peek__content-inner p.rev-txt {
    display: none;
  } */
  .hero-peek__slide .hero-peek__content .hero-peek__content-inner .cardimg img {
    max-width: 170px;
  }



  /* Media Query*/
  @media screen and (max-width: 1600px) {
    .hero-peek__slide.slide-1 .hero-peek__content .hero-peek__content-inner {
      max-width: calc(58% - 30px);
    }
  }
  @media screen and (max-width: 1440px) {
    body .hero-peek__track {
      gap: 25px;
    }
    .hero-peek__content h2 {
      font-size: 50px !important;
      line-height: 60px;
    }
    .hero-peek__content strong {
      font-size: 50px;
    }
    body .hero-peek__slide.slide-1 .hero-peek__content .hero-peek__content-inner {
      max-width: calc(58% - 30px);
    }
    body .hero-peek__content p {
      font-size: 20px;
      line-height: 26px;
    }
    .hero-peek__slide.slide-2 .hero-peek__content .hero-peek__content-inner {
      max-width: calc(55% - 30px);
    }
  }
  @media screen and (max-width: 1199px) {
    .hero-peek__content {
      height: 100%;
      min-height: 550px;
    }
    body .hero-peek__content h2 {
      font-size: 45px !important;
      line-height: 55px;
    }
    /* .hero-peek__slide.slide-3 .hero-peek__content {
      max-width: 320px;
    } */
    body .hero-peek__content strong {
      font-size: 45px;
    }
    body .hero-peek__slide.slide-1 .hero-peek__content .hero-peek__content-inner {
      max-width: 420px !important;
    }
    .hero-peek__slide.slide-2 .hero-peek__content .hero-peek__content-inner {
      max-width: calc(58% - 30px);
    }
  }
  @media screen and (max-width: 1024px) {
    body .hero-peek__content h2 {
      font-size: 40px !important;
      line-height: 50px;
    }
    .hero-peek__slide.slide-2 .hero-peek__content .hero-peek__content-inner {
      max-width: calc(60% - 30px);
    }
    .hero-peek__slide.slide-3 .hero-peek__content .hero-peek__content-inner {
      max-width: calc(46% - 30px);
    }
    .hero-peek__slide.slide-1 .hero-peek__content .hero-peek__content-inner p {
      max-width: 400px;
    }
    body .hero-peek__content strong {
      font-size: 40px;
    }
  }
  @media screen and (max-width: 989px) {
    .hero-peek__slide {
      flex: 0 0 100%;
      border-radius: 0;
    }
    body .hero-peek__track {
      gap: 0;
    }
    body .hero-peek__content h2 {
      font-size: 40px !important;
      line-height: 45px;
    }
    body .hero-peek__content strong {
        font-size: 40px;
    }
    body .hero-peek__content p {
      font-size: 17px;
      line-height: 26px;
      margin: 15px 0 25px;
    }
    .hero-peek__content a {
      font-size: 16px;
      min-width: 170px;
      padding: 15px 10px;
    }
    .cardimg + p.rev-txt {
      margin: 15px 0 0;
    }
    .hero-peek__content {
      min-height: 450px;
    }
  }
  @media screen and (max-width: 767px) {
    .hero-peek__content , body .hero-peek__slide.slide-1 .hero-peek__content {
      padding: 0 15px;
      max-width: 100% !important;
      margin: auto !important;
    }
    body .hero-peek__content h2 {
      font-size: 35px !important;
      line-height: 40px;
    }
    body .hero-peek__content strong {
      font-size: 35px;
    }
    body .hero-peek__content p {
      font-size: 15px;
      line-height: 20px;
      margin: 10px 0 15px;
    }
    .hero-peek__content a {
      font-size: 14px;
      min-width: 140px;
      padding: 12px 10px;
    }
    .slide-3 .hero-peek__content a {
      padding: 12px 10px;
    }
    body .hero-peek__slide.slide-1 .hero-peek__content .hero-peek__content-inner {
      margin: auto auto auto 0;
      max-width: 210px!important;
    }
    body .hero-peek__content h2 {
      font-size: 28px !important;
      line-height: 32px;
    }
    body .hero-peek__content strong {
      font-size: 28px;
    }
    .hero-peek__slide.slide-2 .hero-peek__content .hero-peek__content-inner {
      max-width: 250px !important;
      margin: auto;
    }
    .hero-peek__slide.slide-3 .hero-peek__content .hero-peek__content-inner {
      max-width: 320px;
      margin: auto;
    }
    /* HERO SLIDER – spacing mellem payment icons og "Fremragende" (reviews) */
    .cardimg + p.rev-txt {
      margin: 10px 0 0;
    }
    .hero-peek__slide.slide-3 .hero-peek__content .hero-peek__content-inner h2 {
      text-align: center;
    }
    .hero-peek__slide.slide-3 .hero-peek__content .hero-peek__content-inner h2 br {
      display: none;
    }
    .hero-peek__slide.slide-3 .hero-peek__content .hero-peek__content-inner p {
      text-align: center;
    }
    .hero-peek__slide.slide-3 .hero-peek__content .hero-peek__content-inner a {
      max-width: 190px;
      margin: 20px auto 0;
      display: flex;
    }
    .hero-peek__image img {
      object-position: top;
    }
    .hero-peek__slide {
      max-height: 450px;
    }
    .hero-peek__content {
      min-height: 390px;
    }
    .hero-peek__slide.slide-3 .hero-peek__content .hero-peek__content-inner .cardimg ,
    .hero-peek__slide.slide-3 .hero-peek__content .hero-peek__content-inner p.rev-txt {
      justify-content: center;
    }
  }
  @media screen and (max-width: 500px) {

  }
/* END_SECTION:ts-hero-slider */