/** Shopify CDN: Minification failed

Line 350:1 Expected identifier but found whitespace
Line 374:0 All "@import" rules must come first

**/
/* -----------------------------Custom CSS - Copy for theme updates---------------------------------------*/
.shopify-policy__container {
  max-width: calc(var(--max-width) + calc(var(--space-outer) * 2))!important;
}
  
.product-item__hover-container {
  display:none!important;
}

.product__option+.product__option {
  margin-top:8px!important;
}
.select-wrapper select {
  height:42px!important;
}
/* -------------------------------------Start USP section------------------------------------------------ */
.usp_container {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}



.usp_item {
    position: relative;
    margin-bottom: 20px;
    line-height: 1;
    padding-left: 70px; /* Make space for the icon */
    display: flex;
    align-items: center;
}

.usp_icon_wrapper {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%); /* Center the wrapper vertically */
    background-color: #eee;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center; /* Vertically center the icon within the wrapper */
    justify-content: center; /* Horizontally center the icon within the wrapper */
}

.usp_icon {
    font-size: 17px; 
}

.usp_text {
    display: flex;
    flex-direction: column;
}

.usp_title {
    font-weight: 600;
    color: #242424;
    margin-bottom: 5px;
}

.usp_description {
    color: #242424;
    font-weight: 400;
}

.usp_highlight {
    font-weight: 600;
    color: #66bb6a;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .usp_container {
        flex-direction: column;
    }
}
/* -------------------------------------End USP section-------------------------------------------------- */
section[id*="collection_list_slider"] {
    /* Add your styles here */
    background-color: #F5F5F5!important;
}

/* --------------------------------------Start KS section------------------------------------------------ */
.klnt_row {
    display: flex;
    justify-content: space-between;
    align-items: stretch; /* making both columns of the same height */
    flex-wrap: wrap;
}

.klnt_col {
    flex-basis: 50%;
    box-sizing: border-box;
    display: flex; /* for stretching the children */
    flex-direction: column;
}

.klnt_leftCol {
    padding-right: 15px;
    margin-bottom: 30px;
}

.klnt_rightCol {
    padding-left: 15px;
    margin-bottom: 30px;
}

.klnt_album {
    position: relative;
    display: flex;
    flex-direction: column;
    background-size: cover;
    background-position: center;
    color: white;
    padding: 15px;
    text-decoration: none;
    flex-grow: 1; /* make it fill available space */
}

.klnt_overlay {
    /* Define styles for the overlay if required */
}

.klnt_smallTitle {
    margin-bottom: 15px;
}

.klnt_service {
    background-color: #eee;
    padding: 15px;
    display: flex;
    flex-direction: column;
    flex-grow: 1; /* make it fill available space */
    background-image: url(https://www.landsend-nl.com/images/beeldmerk.png);
    background-position: right 30px bottom -1px;
    background-repeat: no-repeat;
}

.klnt_chip_group {
    display: flex;
    justify-content: start;
    gap: 10px;
    margin-top: 10px;
}

.klnt_chip {
    display: inline-flex;
    align-items: center;
    margin: 5px; 
    padding: 8px 12px;
    border-radius: 20px;
    background-color: #fff;
    text-decoration: none;
    width:fit-content;
    color: #333;
    transition: background-color 0.2s, color 0.2s;
}
.klnt_content {
  margin-top:10px;
}
.klnt_chip:hover {
    background-color: #333;
    color: white;
}

.klnt_chip i {
    margin-right: 5px;
}
.klnt_button {
    display: block;
    padding: 10px 20px;
    border: 2px solid white;
    color: white;
    width: fit-content;
    text-decoration: none;
    margin-top: 10px;  /* Added a margin for separation from the image */
    transition: background-color 0.3s, color 0.3s;
}

.klnt_button:hover {
    background-color: white;
    color: black;
}

@media (max-width: 768px) {
    .klnt_col {
        flex-basis: 100%;
    }
    .klnt_chip_group {
        flex-direction: column;
    }
    .collection-list-slider__content {
      margin-bottom:15px;
    }
  .rich-text__inner {
    margin-bottom:15px;
  }
}
/* --------------------------------------Start Rekenmodule section------------------------------------------------ */

@media (max-width: 768px) {
  .rekenmodule-var {
    display:none;
  }
  #rekenmodulediv {
    display:none;
  }
  .rekenmodulemobile_noom {
    display:none!important;
  }
}
/* --------------------------------------Start product info------------------------------------------------ */
.t-opacity-70 {
  display: none;
}
.product__policies {
  display: none;
}
.quantity-input {
  width: 100%;
}
.product__vendor_and_sku {
  margin-bottom:0px;
}
.product__price {
  font-weight:600;
  font-size:22px!important;
  color:#00674c;
}
.product__block.product__block--medium {
  margin-bottom: 5px;
}
.product__primary-right,
.bar-left {
  box-shadow: 0 7px 17px 0 rgba(0, 0, 0, 0.18);
  padding: 35px;
}
@media (max-width: 768px) {
  .product__primary-right, .bar-left {
  box-shadow: 0 7px 17px 0 rgba(0, 0, 0, 0.0);
  padding: 0px;
  }
}
.quantity-input {
  justify-content: space-between;
}

/* --------------------------------------Start product usp------------------------------------------------ */
.product_usps_container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; /* Adjust the space between items */
}

.product_usp_item {
    flex: 1 1 100%; /* Full width on mobile */
    display: flex;
    align-items: center;
    gap: 15px; /* Space between image and text */
}

.product_usp_image {
    width: 30px; /* Fixed width as requested */
    height: auto; /* Maintain aspect ratio */
}

.product_usp_content strong {
    display: block; /* Ensure the title is on its own line */
    font-size: 16px; /* Smaller title text */
}

.product_usp_content span, .product_usp_content .product_usp_highlight {
    font-size: 14px; /* Smaller description text */
}

.product_usp_highlight {
    font-weight: bold;
    color: green; /* Example style for highlights */
}

/* Two columns on desktop */
@media (min-width: 1040px) {
    .product_usp_item {
        flex: 1 1 calc(50% - 15px); /* Adjust for gap to get 2 columns */
    }
  .product__primary-right {
    width:512px!important;
  }
}
/* --------------------------------------Give filter headings correct heading font------------------------------------------------ */
.filter-drawer__group-toggle-label {
   font-family:var(--font-heading);
  font-size:22px;
  font-weight:var(--font-heading-weight);
  font-style:var(--font-heading-style);
  line-height:var(--line-height-subheading);
  letter-spacing:var(--font-body-base-letter-spacing);
}
/* ---------------------------------------------------Make up filter options------------------------------------------------------ */
.filter-drawer__list {
  max-height:275px;
  overflow-y:auto;
}

.filter-drawer__list::-webkit-scrollbar-track
{
  
  border-radius: 2px;
  background-color: #F5F5F5;
}

.filter-drawer__list::-webkit-scrollbar
{
  width: 8px;
  background-color: #F5F5F5;
}

.filter-drawer__list::-webkit-scrollbar-thumb
{
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: #D9D9D9;
}
.filter-drawer__group-toggle-label {
    font-family: var(--font-heading);
    font-size: 22px;
    font-weight: var(--font-heading-weight);
    font-style: var(--font-heading-style);
    line-height: var(--line-height-subheading);
    letter-spacing: var(--font-body-base-letter-spacing);
}
.filter-item__count {
  width: 90px;
}
.filter-sidebar {
  width: 350px !important;
}
.filter-item__label {
  font-size: 14px;
}

. slider_logo-image{
  width:200px!important;
  height:auto!important;
}

@media (max-width: 768px) {
  .grid_desktop {
    display:none;
  }
  .rekmod {
     display:none;
  }
}

@media (min-width: 768px) {
  .slider_mobile {
    display:none;
  }
}
/* ---------------------------------------------------Font settings------------------------------------------------------ */
@font-face {
  font-family: LandsEnd;
  src: url(https://fonts.googleapis.com/css?family=Merriweather:400);
}
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

body {
  color: #555;
  font-family: 'Open Sans', sans-serif !important;
}
.filter-drawer__group-toggle-label {
  font-family: LandsEnd!important;
}
h1 {
  font-family: LandsEnd!important;
  font-size:26px!important;
  font-weight: 400!important;
  line-height: 1.18em!important;
  
}
h2 {
  font-family: LandsEnd!important;
  font-size:26px!important;
  font-weight: 400!important;
  line-height: 1em!important;
  margin-bottom:10px;
  margin-top:10px;
}
h4 {
  font-family: var(--font-body)!important;
}
h5 {
  font-family: var(--font-body)!important;
}
/* ---------------------------------------------------Custom image view------------------------------------------------------ */

@media (min-width: 768px) {
  .customImageTextClassRight {
     background-color: #fff;
    padding-top: 98px;
    padding-bottom: 98px;
    padding-right: 98px !important;
    margin-left: -98px;  
  }
  .customImageTextClassLeft {
     background-color: #fff;
    padding-top: 98px;
    padding-bottom: 98px;
    padding-left: 98px !important;
    margin-right: -98px;
    z-index:10;
  }
}
/* ---------------------------------------------------Service buttons------------------------------------------------------ */
.floating-buttons {
    position: fixed;
    bottom: 12px;
    right: 8px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 99;
}

.servicebutton {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-size: cover;
    cursor: pointer;
    
}

.whatsapp-button {
    background-image: url('/cdn/shop/files/whatsapp-icon-2048x2048-fkq33e7y.png?v=1713010496');
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.info-button {
    background-image: url('/cdn/shop/files/service_1.jpg?v=1732562691');
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.info-bubble {
    position: fixed;
    width: 200px;
    padding: 10px;
    background-color: #7e1b17;
    color: #fff;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    border-radius: 8px;
    font-size: 0.75em;
    display: none;
    z-index: 1301;
     cursor: pointer;
}
  .left-bubble {
    position: fixed;
    text-align:center;
    width: 140px;
    padding: 7px;
    background-color: #7e1b17;
    color: #fff;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    border-radius: 8px;
    font-size: 0.75em;
    z-index: 1301;
    bottom: 20px;
    right: 100px; /* Adjust this value based on actual layout */
    cursor: pointer;
}

.info-bubble {
    bottom: 20px;
    right: 100px;
}

.left-bubble {
    bottom: 20px;
    right: 100px; /* Adjust this value based on actual layout */
    display:block;
}

.info-bubble a {
    color: #fff;
    text-decoration: none;
}

/* ---------------------------------------------------FAQ------------------------------------------------------ */
.collapsible-row-list-item__trigger {
  padding:12px 0!important;
}
.collapsible-row-list-item__heading {
  font-size: var(--font-size-body-75)!important;
  font-family: var(--font-body)!important;
  font-weight: var(--font-body-weight)!important;
  font-style: var(--font-body-style)!important;
  line-height: var(--line-height-body)!important;
  letter-spacing: var(--font-body-base-letter-spacing)!important;
}
/* ------------------------------------------------Mobile fix---------------------------------------------------- */
@media (max-width: 768px) {
  .product__meta {
    padding-left:12px;
    padding-right:12px;
  }
}
/* ------------------------------------------------Sort & filter---------------------------------------------------- */
.filter-bar__button {
  background-color:#fff;
  padding:12px;
  box-shadow: rgba(0, 0, 0, 0.05) 1.95px 1.95px 2.6px;
}
.pagination__navigation-button {
  background-color:#7e1b17;
  color:#fff;
  border:0px solid white;
}
/* ------------------------------------------------Rounded corners website---------------------------------------------------- */
button,
.btn.btn--primary,
.btn.btn--secondary, .quantity-input, input, .input {
  border-radius: 4px !important;
}
.product__primary-right {
  border-radius: 0px 4px;
}
/* ------------------------------------------------Prijs pop-up---------------------------------------------------- */
.prijsPopUp-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.4);
        display: none;
        align-items: center;
        justify-content: center;
        z-index: 1000;
}
.prijsPopUp-content {
        width: 50%;
        background-color: white;
        padding: 20px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
        position: relative;
}
@media (max-width: 768px) {
  .prijsPopUp-content {
    width:95%;
  }
}
.prijsPopUp-close {
        position: absolute;
        top: 10px;
        right: 10px;
        cursor: pointer;
        font-size: 24px;
        color: #333;
}
.prijsPopUp-close1 {
        position: absolute;
        top: 10px;
        right: 10px;
        cursor: pointer;
        font-size: 24px;
        color: #333;
}
.prijsPopUp-close2 {
        position: absolute;
        top: 10px;
        right: 10px;
        cursor: pointer;
        font-size: 24px;
        color: #333;
}

.quick-cart__wrapper {
  z-index:1301!important;
}
/* ------------------------------------------------Product media thumbnail---------------------------------------------------- */
@media (max-width: 768px) {
  .product_thumbnail_desktop {
    display:none;
  }
}
.product__media-container[data-gallery-style=thumbnails] {
  grid-template-columns: auto!important;
}
.product-thumbnails__items {
  width:500px!important;
  flex-direction:row!important;
  margin-top:50px;
}
.product-thumbnails__item {
  padding-right:10px;
  width:150px;
}
.product-thumbnails__item:not(:first-child) {
  margin:0!important;
}

/* ------------------------------------------------Homepage grid section ---------------------------------------------------- */
@media (max-width: 768px) {
  .homepage_grid {
    display:none!important;
  }
}

.gallery-item {
  width:250px;
  
}
.gallery-carousel__item {
  width:250px!important;
}

/* ------------------------------------------------Homepage grid section ---------------------------------------------------- */

@media (max-width: 768px) {
  .header__inner2 {
    display:none;
  }
}
@media (min-width: 768px) {
  .search-bars {
     display:none!important;
  }
  .landingpage_mobile {
    display:none!important;
  }
}
.header__inner2{
  box-shadow:0px calc(var(--divider-width) * -1) 0px currentColor inset;
  max-width:1400px;
  max-width:var(--max-width);
  margin-right:auto;
  margin-left:auto;
}
@media (max-width: 1500px){
.header__inner2{
    max-width:calc(100vw - 3.3vw - 3.3vw);
    max-width:calc(100vw - var(--space-outer) - var(--space-outer))
}
  }
/* ------------------------------------------------Witte bovne balk header ---------------------------------------------------- */
.header__inner2 .social-icons{
    flex-wrap:nowrap;
  }
.header__inner2 .social-icons li .icon{
        display:flex;
      }
.header__inner2 .social-icons li,
      .header__inner2 .social-icons li .icon,
      .header__inner2 .social-icons li svg{
        width:18px;
        height:18px;
      }
.header__inner2 .social-icons .icon{
      color:currentColor;
    }
.header__inner2 [data-scroll-container],
  .header__inner2 [data-scroll-container][data-axis="horizontal"]{
    max-width:100%;
    overflow:visible;
    overflow:initial;
    overflow-x:auto;
  }
.header__inner2 [data-scroll-container] .scroll-button[data-position="end"],
    .header__inner2 [data-scroll-container] .scroll-button[data-position="start"],
    .header__inner2 [data-scroll-container][data-axis="horizontal"] .scroll-button[data-position="end"],
    .header__inner2 [data-scroll-container][data-axis="horizontal"] .scroll-button[data-position="start"]{
      position:relative;
      flex:0 0 30px;
      box-shadow:none;
      box-shadow:initial;
      background-color:transparent;
      overflow:hidden;
    }
.header__inner2 [data-scroll-container].scroll-container-initialized .scroll-button[data-position="end"],
      .header__inner2 [data-scroll-container].scroll-container-initialized .scroll-button[data-position="start"],
      .header__inner2 [data-scroll-container][data-axis="horizontal"].scroll-container-initialized .scroll-button[data-position="end"],
      .header__inner2 [data-scroll-container][data-axis="horizontal"].scroll-container-initialized .scroll-button[data-position="start"]{
        transition:width 500ms cubic-bezier(0.33, 0, 0, 1), flex-basis 500ms cubic-bezier(0.33, 0, 0, 1), opacity 500ms cubic-bezier(0.33, 0, 0, 1);
        transition:width var(--duration-normal) var(--easing), flex-basis var(--duration-normal) var(--easing), opacity var(--duration-normal) var(--easing);
      }
.header__inner2 [data-scroll-container] .scroll-overflow-indicator-wrap, .header__inner2 [data-scroll-container][data-axis="horizontal"] .scroll-overflow-indicator-wrap{
      position:relative;
      width:1px;
      height:100%;
      overflow:hidden;
    }
.header__inner2 [data-scroll-container] .scroll-overflow-indicator, .header__inner2 [data-scroll-container][data-axis="horizontal"] .scroll-overflow-indicator{
      width:1px;
      background:#;
      height:50%;
      top:25%;
      display:block;
      opacity:0.5;
      position:absolute;
    }
.header__inner2 [data-scroll-container] [data-scroll-container-viewport], .header__inner2 [data-scroll-container][data-axis="horizontal"] [data-scroll-container-viewport]{
      display:flex;
      width:100%;
    }
.header__inner2 [data-scroll-container][data-at-start="true"]
      .scroll-overflow-indicator-wrap[data-position="start"],
    .header__inner2 [data-scroll-container][data-at-end="true"] .scroll-overflow-indicator-wrap[data-position="end"],
    .header__inner2 [data-scroll-container][data-axis="horizontal"][data-at-start="true"]
      .scroll-overflow-indicator-wrap[data-position="start"],
    .header__inner2 [data-scroll-container][data-axis="horizontal"][data-at-end="true"] .scroll-overflow-indicator-wrap[data-position="end"]{
      opacity:0;
      width:0px;
    }
.header__inner2 [data-scroll-container][data-at-start="true"] .scroll-button[data-position="start"],
    .header__inner2 [data-scroll-container][data-at-end="true"] .scroll-button[data-position="end"],
    .header__inner2 [data-scroll-container][data-axis="horizontal"][data-at-start="true"] .scroll-button[data-position="start"],
    .header__inner2 [data-scroll-container][data-axis="horizontal"][data-at-end="true"] .scroll-button[data-position="end"]{
      opacity:0;
      pointer-events:none;
      width:0px;
      flex-basis:0px;
    }
/* ------------------------------------------------Neutsusps---------------------------------------------------- */
   .product_usps_container.small-usps {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #f9f9f9;
    padding: 10px 15px;
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    margin: 15px 0;
  }

  .product_usps_container.small-usps .product_usp_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 3px;
    font-size: 12px;
    color: #333;
  }

  .product_usps_container.small-usps .product_usp_image {
    width: 20px;
    height: auto;
  }

  .product_usps_container.small-usps strong {
    font-weight: 600;
    color: #00674c;
    font-size: 13px;
  }

  .product_usps_container.small-usps span {
    font-size: 11px;
    color: #555;
  }

  /* Add responsive behavior */
  @media (max-width: 768px) {
    .product_usps_container.small-usps {
      flex-direction: column; /* Stack items vertically */
    }
    .product_usps_container.small-usps .product_usp_item {
      margin-bottom: 10px; /* Add spacing between stacked items */
    }
  }

/* ------------------------------------------------Cart---------------------------------------------------- */

.cart__form .quantity-input {
  width:30%;
}
.quantity-input input {
  margin-left:auto;
  margin-right:auto;
}

.cb-opties {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: var(--spacing-2);
}
.quantity-input{
  justify-content: center !important;
}
.quantity-input__input{
  margin: 0 !important;
}
/* cb start tooltip */
.cb-tooltip-popup {
  visibility: hidden;
  position: absolute;
}
.cb-tooltip-popup-overlay {
  position: fixed;
  inset: 0;
  z-index: 1;
  background: rgba(0 0 0 / .4);
  cursor: pointer;
}
.cb-tooltip-popup-content {
  width: 50%;
  background-color: white;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.cb-tooltip-popup-close-icon{
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  font-size: 24px;
  color: #333;
}
.cb-tooltip-popup-content-images {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding-top: 20px;
  max-height: calc(20vw);
  overflow-y: auto;
}
@media screen and (max-width: 768px) {
  .cb-tooltip-popup-content {
    width: 95%;
  }
  .cb-tooltip-popup-content-images {
    grid-template-columns: 1fr;
    max-height: calc(100vw);
  }
}

/* cb end tooltip */
/* start 1211511238800337 */
.cb-variants-images-container, .cb-variants-thumbnails-container, .cb-variants-slides-container {
  display: none;
}
.cb-hidden {
  display: none;
}
@media screen and (max-width: 767px) {
  .product__media-container .swiper-wrapper{
    height: fit-content !important;
  }
}
/* end 1211511238800337 */