/** Shopify CDN: Minification failed

Line 15:1 Unexpected "*"

**/
:root {
  /* Define your color variables here */
  --heading-color: #000; /* Replace with your preferred color */
  --secondary-background: #000; /* Replace with your preferred color */
  --border-color: #000; /* Replace with your preferred color */
  --range-min: 20%; /* Example for minimum range fill */
  --range-max: 80%; /* Example for maximum range fill */
}

*** FILTER  PRICE ***/
  .facets__price .field-currency{
    display: none;
  }
  .range {
    -webkit-appearance: none;
    appearance: none;
    background: none;
    width: 100%;
  }
  
  .range::-webkit-slider-thumb {
    -webkit-appearance: none;
  }
  
  .range::-webkit-slider-thumb {
    background: var(--heading-color);
    cursor: pointer;
    z-index: 1;
    box-shadow: 0 0 0 0.125rem var(--secondary-background);
    border: none;
    border-radius: 100%;
    width: 0.625rem;
    height: 0.625rem;
    margin-top: -0.1875rem;
    position: relative;
  }
  
  .range::-webkit-slider-runnable-track {
    cursor: pointer;
    background: var(--heading-color);
    border: none;
    border-radius: 0.25rem;
    width: 100%;
    height: 0.25rem;
  }
  
  .range::-moz-range-thumb {
    background: var(--heading-color);
    cursor: pointer;
    box-shadow: 0 0 0 0.125rem var(--secondary-background);
    border: none;
    border-radius: 100%;
    width: 0.0625rem;
    height: 0.6875rem;
  }
  
  .range::-moz-range-progress {
    cursor: pointer;
    border: none;
    border-radius: 0.25rem;
    width: 100%;
    height: 0.25rem;
  }
  
  .range::-moz-range-track {
    cursor: pointer;
    border: none;
    border-radius: 0.25rem;
    width: 100%;
    height: 0.25rem;
  }
  
  .range::-moz-range-progress {
    background-color: var(--heading-color);
  }
  
  .range::-moz-range-track {
    background-color: var(--border-color);
  }
  
  @media screen and not (any-hover: hover) {
    .range::-webkit-slider-thumb {
      width: 0.0625rem;
      height: 0.6875rem;
      margin-top: -0.5rem;
    }
  
    .range::-moz-range-thumb {
      width: 0.0625rem;
      height: 0.6875rem;
    }
  }
  
  .range-group {
      background: linear-gradient(to right, var(--border-color) var(--range-min), var(--heading-color) var(--range-min), var(--heading-color) var(--range-max), var(--border-color) var(--range-max));
      border-radius: 0.25rem;
      height: 0.25rem;
      margin-top: 1rem;
  }
  
  .range-group .range {
    pointer-events: none;
    vertical-align: top;
    height: 0.25rem;
  }
  
  .range-group .range::-webkit-slider-runnable-track {
    background: none;
  }
  
  .range-group .range::-webkit-slider-thumb {
    pointer-events: auto;
  }
  
  .range-group .range::-moz-range-progress {
    background: none;
  }
  
  .range-group .range::-moz-range-track {
    background: none;
  }
  
  .range-group .range::-moz-range-thumb {
    pointer-events: auto;
  }
  
  .range-group .range:last-child {
      position: absolute;
      top: -2px;
      left: 0;
  }
  price-range1.price-range {
      position: relative;
  }
  
  .facets__header-vertical {
      display: none;
  }
  .price-range__input-group {
      display: flex;
      width: 100%;
  }
  .price-range__input {
      flex: 1 0 0;
      min-width: 0;
  }
  .price-range__input.input-prefix {
      border: 0.0625rem solid var(--border-color);
      background-color: #fff;
      justify-content: space-between;
      align-items: center;
      padding: 0.3125rem 0.625rem;
      font-size: 0.875rem;
      display: flex;
  }
  .price-range__input-group {
      display: flex;
      width: 100%;
      margin-top: 1rem;
  }
  input.input-prefix__field {
      -webkit-appearance: none;
      appearance: none;
      -moz-appearance: textfield;
      text-align: end;
      border: none;
      width: 100%;
      min-width: 0;
      font-size: 1rem;
  }
  .price-range__delimiter {
      margin: 0 0.75rem;
  }
  input.range {
      position: relative;
      top: -2px;
  }
  input[type="number"]::-webkit-inner-spin-button,
  input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  
  /* For Firefox */
  input[type="number"] {
    -moz-appearance: textfield;
  }
  input.input-prefix__field {
      color: #000;
  }
  input.input-prefix__field:placeholder{
    color:#000;
  }
/*banner collection*/
body.gradient.collection .utility-bar {
    background: #004381;
}
body.gradient.collection .section-header:not(.scrolled-past-header) .header-wrapper.default-header {
    background-color: #004381 !important;
}
body.gradient.collection .section-header:not(.scrolled-past-header) .header-wrapper.default-header .header__menu-item{
    color: #fff;
}
body.gradient.collection .section-header:not(.scrolled-past-header) img.black-logo.hidden {
    display: none!important;
}
body.gradient.collection .section-header:not(.scrolled-past-header) img.black-logo.hidden+img {
    display: block!important;
}
body.gradient.collection .section-header:not(.scrolled-past-header) .header-wrapper.default-header .header__icon span.svg-wrapper {
    filter: none;
}
body.gradient.collection .section-header:not(.scrolled-past-header) .header-wrapper.default-header div#cart-total {
    color: #fff;
}
body.gradient.collection .section-header:not(.scrolled-past-header) .header-wrapper.default-header .header.header--middle-left:after {
    background-color: #fff;
}
.wave-container.wave-down {
    transform: scaleY(-1);
    margin-top: -1px;
    margin-bottom: 0px;
}
#product-grid.grid.product-grid {
           column-gap: 1.875rem;
        row-gap: 1.875rem;
}
#product-grid.grid.product-grid .grid__item {
    width: calc(25% - 1.875rem * 3 / 4);
    max-width: calc(25% - 1.875rem * 3 / 4);
}
.collection-hero__title {
    margin: 0 !important;
    text-align: center;
    font-size: 1.875rem;
    line-height: 2.5rem;
}
.collection-hero .breadcrumbs {
    margin-top: 3rem;
    margin-bottom: .5rem;
}
.collection-hero .breadcrumbs ol {
    justify-content: center;
}
.collection-hero__description p {
    font-size: 1rem;
    line-height: 1.875rem;
    margin: 0;
    font-family: var(--text-medium);
    font-weight: normal;
}
.collection-hero {
    margin-top: 2rem !important;
}
.collection-hero__description.rte {
    text-align: center;
    max-width: 100%;
    margin: 0 !important;
}
.header__search__collections predictive-search {
    position: relative;
}
.header__search__collections .reset__button {
    display: none;
}
.header__search.header__search__collections {
    max-width: 30rem;
    margin: 0 auto -1.75rem;
    display: flex; 
    margin-bottom: 1.5rem;
}
.header__search__collections predictive-search .spinner {
    width: 1rem;
    height: 1rem;
    line-height: 0;
}
.header__search__collections form.search.search-modal__form input {
    min-width: 27rem;
}
.header__search__collections button.search__button.field__button {
    display: none;
}
.nt__breadcrumbs_shop .breadcrumbs li,
.nt__breadcrumbs_shop .breadcrumbs a {
    color: rgb(74 50 31 / 30%);
}
.nt__breadcrumbs_shop .breadcrumbs li:last-child a {
    color: rgb(74 50 31 / 60%);
}
.nt__list__shop .icon-text a {
    color: #000;
    font-size: .813rem;
    text-decoration: none;
}
.nt__list__shop .icon-text a:hover {
    color: #5C957F;
    font-weight: 600;
}
.nt__list__shop .static-items.col-4 {
    max-width: 35rem;
    margin: 0 auto;
}
.nt__list__shop .icon-with-text-wrapper .icon-text {
    min-width: auto !important;
}
/*banner collection*/
/*main collection*/
#ProductGridContainer li.grid__item {
    margin-bottom: 0.5rem;
}
.facets-vertical .facets-wrapper {
    padding-right: 0 !important;
    max-width: 10.313rem;
    width: 100%;
}
.facets-vertical .product-grid-container {
    width: 100%;
    max-width: calc(100% - 10.313rem);
    padding-left: 2.5rem;
}
select#SortBy {
    text-transform: uppercase;
    border: 0;
    color: #000000;
    font-size: 1rem;
    letter-spacing: 0;
    font-family: var(--font-body-family);
    background-image: url(/cdn/shop/files/arrow-down.svg);
    -webkit-appearance: none;
    appearance: none;
    background-position: right;
    background-repeat: no-repeat;
    padding-right: 1.25rem;
    outline: none;
    box-shadow: none;
    text-align: right;
    text-transform: capitalize;
    background-size: .75rem;
}
select#SortBy+.svg-wrapper {
    display: none;
}
ul.menu-collection-filter {
    width: 100%;
    background-color: #CCECFF;
    border-radius: 1.125rem;
    list-style: none;
    padding: 1.5rem 1.875rem;
    margin: 0;
}
ul.menu-collection-filter .list-menu__item--link {
    font-size: 1rem;
    line-height: 1.875rem;
    padding: 0;
    display: flex;
    justify-content: space-between;
}
ul.menu-collection-filter .list-menu__item--link:hover{
    color: #19AAF5;
}

ul.menu-collection-filter > li:nth-child(1) {
    margin-bottom: .5rem;
}
ul.menu-collection-filter > li:not(:nth-child(1)) {
    padding-left: .5rem;
}
ul.menu-collection-filter .product-count {
    align-self: center;
    position: relative;
    text-align: right;
    color: #7C7C7C;
    font-size: .813rem;
    font-family: var(--text-light);
    line-height: 1;
}
.facets-vertical .facets__form-vertical {
    width: 100%;
}
body .facets-vertical .facets__summary {
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    color: #000000;
    font-size: 1rem;
    line-height: 1.625rem;
    letter-spacing: 0;
}
.facets__disclosure-vertical[open] .facets__summary {
     font-family: var(--text-semibold);
}
body .facets__heading--vertical {
    margin: -3.6rem 0 0;
    font-size: 1.5rem;
    color: #000000;
    font-size: 1rem;
    letter-spacing: 0;
    font-family: var(--font-body-family);
    white-space: nowrap;
    /* width: calc(100% + 7rem); */
    position: absolute;
}
body .facets__disclosure-vertical {
    border-top: 0;
    margin-right: 0;
    background-color: #fff;
    padding: 0 0 1.25rem;
    border-bottom: .1px solid #000;
}
.pagination-wrapper {
    margin-top: 2rem !important;
}
/* div#ProductGridContainer .grid.product-grid {
    justify-content: flex-end;
} */
body .facets__disclosure-vertical + .facets__disclosure-vertical {
    padding-top: 1.25rem;
}
.collection .underline-links-hover a {
    text-decoration: none !important;
    text-underline-offset: 0 !important;
}
.facets__price .field__input#Filter-Preis-LTE + label {
    display: block !important;
    color: #959595;
    font-size: .813rem !important;
    font-weight: normal;
    left: -1.75rem;
    letter-spacing: 0;
    top: .75rem;
}
/*main collection*/
/*facets*/
.facet-filters.sorting.caption h2.facet-filters__label.caption-large.text-body {
    display: none;
}

body:not(.transparent) .header>.header__heading-link {
    filter: unset;
}
.mobile-facets__open>*+* {
    margin-left: 0;
}
.facets__form {
    margin-bottom: 0;
}
.mobile-facets__open-label {
    transition: unset;
    font-size: 1rem !important;
    color: #1E252B;
    cursor: pointer;
    font-weight: 400 !important;
    font-family: var(--font-body-family) !important;
    line-height:1.25rem;
}
.facets-container-drawer .mobile-facets__wrapper {
    margin-right: 0;
    flex-grow: unset;
    margin-left: auto;
}
.facet-filters__sort:focus-visible {
    outline: unset;
    outline-offset: 0;
    box-shadow: unset;
}
.mobile-facets__open .svg-wrapper {
    width: 1rem !important;
    margin-left: 0;
}
.facet-filters {
    padding-left: 2.5rem;
}
.mobile-facets__open:hover .mobile-facets__open-label {
    text-decoration: unset;
}
.mobile-facets__inner {
    background-color: #FFFFFF !important;
}
.mobile-facets__footer facet-remove {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    text-decoration: unset;
}
details.menu-opening[open]  > .mobile-facets__summary span.mobile-facets__arrow .icon-arrow {
    transform: rotate(-90deg);
}
h2.mobile-facets__heading {
    color: #161615;
    font-size: .813rem;
    letter-spacing: .098rem;
    font-family: var(--text-font-medium);
    text-align: left;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}
h2.mobile-facets__heading span.svg-wrapper {
    margin-left: 0;
    width: 1rem;
    height: 1rem;
    margin-right: .5rem;
}
details.menu-opening .mobile-facets__close {
    display: flex;
    opacity: 1;
    width: 1rem;
    height: 1rem;
    top: 1.25rem;
    right: 1.5625rem;
}
p.mobile-facets__count {
    letter-spacing: 0.28px;
    color: #000000;
    width: 100%;
    font-size: .875rem;
    font-family:var(--text-font-light);
}
.mobile-facets__footer {
    flex-direction: row;
    padding: 1.875rem 1.5625rem 2.5rem 1.5625rem;
    flex-wrap: wrap;
    position: relative;
    margin-top: auto;
}
.mobile-facets__footer>* {
    width: 100% !important;
}
.mobile-facets__details:last-of-type {
    margin-bottom: 2rem;
}
.mobile-facets__summary {
    padding: .25rem 1.563rem !important;
    letter-spacing: 1.6px;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: .625rem; 
}
.mobile-facets__summary>div>span:not(.mobile-facets__arrow) {
    font-family: var(--font-body-family);
    font-size: 1rem;
    line-height: 1.25rem;
    letter-spacing: .02rem;
    text-transform: capitalize;
}
.mobile-facets__footer {
    border-top: 0 !important;
}
.mobile-facets__footer p.mobile-facets__count {
    font-size: 1rem;
    font-family: var(--text-font-light);
    margin-bottom: 1rem;
}
.facets-container-drawer .active-facets__button {
    padding-left: 0;
}
.facets-container-drawer .active-facets {
    margin-top: 0;
    align-items: center;
}
.facets-container-drawer .active-facets__button-wrapper {
    align-items: center;
    display: flex;
    justify-content: center;
    padding-top: 0;
}
.facets-container-drawer .active-facets__button--light .active-facets__button-inner {
    box-shadow: none;
}
.facets-container-drawer .active-facets__button {
    display: block;
    margin-right: 1.5rem;
    margin-top: 0;
    padding-left: .2rem;
    padding-right: .2rem;
    text-decoration: none;
}
.facets-container-drawer .active-facets__button-wrapper *,
.facets-container-drawer span.active-facets__button-inner {
    font-size: .938rem;
}
.mobile-facets__summary > div {
    border-bottom: 0.75px solid #747474;
    padding: 1.125rem .625rem;
}
.mobile-facets__header {
    border-bottom: .1rem solid rgba(var(--color-foreground),.08) !important;
    padding: .5rem 1.563rem;
    text-align: center;
    display: flex;
    position: sticky;
    top: 0;
    z-index: 2;
}
span.mobile-facets__arrow .icon-arrow {
    width: 1rem;
    transform: rotate(90deg);
}
span.mobile-facets__arrow {
    /* background: #f2f2f2; */
    width: 1rem;
    height: 1rem;
    padding: 0;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: .25s all ease-in-out;
}
.js .mobile-facets .submenu-open {
    visibility: visible !important;
}
.filter-p-t-category .facets-vertical .facet-checkbox input[type=checkbox]{
  display: none;
}
.facets__price .field__input {
    font-size: .75rem!important;
    border: .5px solid #000;
    min-width: auto;
    background-color: #fff;
    border-radius: 0 !important;
    height: 26px !important;
    line-height: 26px !important;
    padding: 0 .5rem !important;
    max-width: 60px;
}
.facets-vertical .facets__price {
    padding: .5rem 0 !important;
}
.facets__price .field {
    align-items: center;
    margin-bottom: 0 !important;
}
.facets__price .field__input::placeholder{
    color: #000 !important;
}
.facets-vertical .facets__price .field:last-of-type {
    margin-left: 2rem !important;
}
span.facet-checkbox__text {
    font-size: .938rem;
    line-height: 1.625rem;
    font-family: var(--font-body-family);
    letter-spacing: 0;
    color: #000000;
    margin-top: -.25rem;
}
.swatch-input-wrapper span.facet-checkbox__text {
    margin-top: 0;
}
.button-show-more, .button-show-less {
    margin-top: 0;
}
details .facet-checkbox .svg-wrapper {
    visibility: hidden;
    position: absolute;
    left: 1px;
    z-index: 5;
    top: 9px;
    width: .875rem;
    height: .5rem;
}
button.mobile-facets__close-button.link.link--text.focus-inset {
    display: none;
}
.js details[open].menu-opening>.mobile-facets__submenu .field__input:placeholder {
    color: #000000 !important;
}
.js details[open].menu-opening>.mobile-facets__submenu .field__input {
    color: #000000;
    border-bottom: 1px solid #000000;
}
.js details[open].menu-opening>.mobile-facets__submenu button.button.button--primary {
    display: none;
}
.js details[open].menu-opening>.mobile-facets__submenu {
    position: relative !important;
    padding: 0 1.5625rem;
}
.mobile-facets__label {
    padding: .625rem 1.25rem !important;
}
.js details[open].menu-opening>.mobile-facets__submenu .mobile-facets__footer {
    display: none;
}
.mobile-facets__submenu .mobile-facets__label>svg.icon.icon-checkmark {
    border: 0 !important;
    left: 1.45rem;
    top: .875rem;
    width: .875rem;
    height: .875rem;
}
/* .swatch-input__input+.swatch-input__label .swatch{
     display: none;
} */
.swatch-input__input+.swatch-input__label span.swatch {
    position: relative;
    left: 28px;
}
.facets-wrap-vertical {
    padding: 1rem 0 0 !important;
}
.facets-container .facets__display-vertical {
    padding-bottom: 0;
}
.facets-container .facet-checkbox {
    padding: .35rem 0 .35rem 0;
}
.swatch-input__input+.swatch-input__label {
    forced-color-adjust: none;
    background-color: transparent;
    margin-right: 1.5rem;
    width: 1.125rem;
    height: 1.125rem;
    border: 1px solid #000000;
    border-radius: 2px !important;
    position: relative;
}
.swatch-input__input:active+.swatch-input__label, .swatch-input__input:checked+.swatch-input__label {
    outline: none !important;
}
.mobile-facets__submenu .mobile-facets__label>svg {
    background-color: transparent;
    margin-right: .625rem;
    border: .5px solid #020202 !important;
    width: 1.25rem;
    height: 1.25rem;
}
.facets__label:hover, .facets__label.active, .facets__label:has(:focus-visible) {
    color: #000000;
}
.mobile-facets__label .swatch-input__label .icon-checkmark {
    top: 2px;
    left: 2px;
    visibility: hidden;
    border: 0!important;
    width: .875rem;
    height: .875rem;
}
.facets-layout-list--swatch .facets__label.active .swatch-input__label .icon-checkmark {
    visibility: visible;
}
.mobile-facets__info {
    padding: 0 1.25rem;
}
.facets__price {
    padding: 0 1.25rem;
}
.mobile-facets__main {
    padding: .9375rem 0 0 0 !important;
    visibility: inherit !important;
}
.mobile-facets__highlight {
    background-color: transparent !important;
}
.mobile-facets__footer facet-remove.mobile-facets__clear-wrapper {
    display: none;
}
.active-facets__button {
    padding-left: 0;
}
.active-facets__button--light .active-facets__button-inner {
    box-shadow: unset;
    padding: 0;
    font-size: .875rem;
}
.active-facets__button-wrapper *, span.active-facets__button-inner {
    font-size: .875rem;
}
.active-facets__button--light:hover .active-facets__button-inner {
    box-shadow: unset !important;
}
ul.menu-collection-filter + details {
    padding-top: 30px;
    margin-top: 20px;
    border-radius: 1.125rem 1.125rem 0 0;
}
body .facets__summary:hover .facets__summary-label {
    text-decoration: none;
    text-underline-offset: 0;
}
/* body .facets__disclosure-vertical:last-child {
    padding-bottom: 1.875rem;
    border-radius: 0 0 1.125rem 1.125rem;
} */
ul.menu-collection-filter + details::before {
    content: 'Filter';
    display: block;
    color: #1A1A1A;
    font-size: .875rem;
    font-family: var(--font-heading-family);
    margin-bottom: .5rem;
}
facet-remove.active-facets__button-wrapper {
    display: none !important;
}
body .active-facets__button--light .active-facets__button-inner {
    box-shadow: none;
}
body .active-facets__button-wrapper *,
body span.active-facets__button-inner {
    font-size: 1rem;
}
body .facet-checkbox>svg, body .facet-checkbox>.svg-wrapper {
    background-color: transparent;
    margin-right: .5rem;
    flex-shrink: 0;
    width: 1.125rem;
    height: 1.125rem;
    border: .1px solid #000000;
    border-radius: 50%;
}
details .facet-checkbox .svg-wrapper {
    left: 0;
    top: 6px;
    visibility: visible;
}
details .facet-checkbox:not(.active) .svg-wrapper {
    border: 0;
}
.facets-vertical.page-width {
    margin-top: 1rem;
}
.facet-checkbox .svg-wrapper::before, label.swatch-input__label::before {
    content: '';
    display: block;
    background-color: #000;
    width: 1rem;
    height: 1rem;
    position: absolute;
    border: 2px solid #fff;
    opacity: 0;
    border-radius: 50%;
}
.facet-checkbox .svg-wrapper svg{
    display: none;
}
.facet-checkbox.active .svg-wrapper::before,
.swatch-input-wrapper>input[type=checkbox]:checked + label.swatch-input__label::before {
    opacity: 1;
}

.facets-vertical .product-grid-container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
}
.gf-left .gf-option-block .gf-block-title .h3:after, .gf-left .gf-option-block .gf-block-title h3:after, .gf-offcanvas .gf-option-block .gf-block-title .h3:after, .gf-offcanvas .gf-option-block .gf-block-title h3:after {
    float: right !important;
    font-size: 1.5rem;
}
form.gf-controls-search-form {
    display: none;
}
.gf-block-title .h3 {
    display: flex; 
    align-items: center;
    justify-content: space-between;
} 

.gf-Checkbox, .gf-RadioButton {
    border-radius: 50% !important;
}
div#ProductGridContainer .grid.product-grid.grid--4-col-desktop .grid__item {
    width: calc(25% - 30px);
    max-width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
}
.gf-filter-contents {
    margin-top: -0.5rem;
}
/* facet */
@media screen and (max-width: 990px){
  #ProductGridContainer li.grid__item {
    margin-bottom: 0 !important;
  }

  body   div#ProductGridContainer .grid.product-grid.grid--4-col-desktop .grid__item {
      width: calc(50% - 30px);
      max-width: calc(50% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
  }
  .spf-has-filter #gf-products {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }
  body.gradient.collection .section-header:not(.scrolled-past-header) .header-wrapper.default-header .header__icon svg.icon.icon-hamburger {
    filter: none;
  }
  body.gradient.collection .section-header:not(.scrolled-past-header) .header-wrapper.default-header .header.header--middle-left:before {
    background-color: #fff;
  }
  /*banner*/
  .collection-hero__title {
    font-size: 24px;
    line-height: 34px;
  }
  .collection-hero__text-wrapper {
    flex-basis: 100%;
    margin-top: 0;
    padding-bottom: 10px;
  }
  .icon-box-shop {
    padding-top: 10px !important;
    padding-bottom: 0 !important;
  }
  body .icon-with-text-item .icon-text p {
    margin: 0;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: .48px;
  }
  .icon-box-shop .icon {
    width: 100px;
    height: 100px;
    min-width: 100px;
  }
  .nt__list__shop .static-items.col-4 {
    margin: 0 auto;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
  }
  .collection-hero__description p {
    font-size: 15px;
    line-height: 25px;
    margin: 0 auto;
    max-width: 300px;
  }
  .nt__list__shop .icon-with-text-wrapper .icon-text {
    word-break: break-all;
  }
  /*banner*/
  /*facets*/
  .header__search.header__search__collections {
    max-width: 30rem;
    margin: 0 auto;
    display: flex;
  }
  .header__search__collections form.search.search-modal__form input {
    min-width: auto;
    width: 100%;
    font-size: 11px !important;
    padding: 0 10px !important;
  }
  .header__search__collections form.search.search-modal__form input::placeholder{
    font-size: 11px !important;
  }
  .mobile-facets__wrapper {
    opacity: 0;
  }
  .header__search__collections predictive-search {
    position: relative;
    width: 100%;
    padding: 0 20px;
  }
  span.mobile-facets__open > .svg-wrapper {
    display: none;
  }
  .mobile-facets__open-label {
    font-size: 15px !important;
    color: #000000;
    line-height: 1.25rem;
    letter-spacing: 0;
  }
  select#SortBy {
    font-size: 15px;
  }
  form#FacetSortForm {
    margin-top: 20px;
  }
  .facets-container {
    padding-top: 0 !important;
  }
  #product-grid.grid.product-grid .grid__item {
    width: calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
  .collection .card-information {
    width: 100%;
    margin-top: 0;
  }
  #product-grid.grid.product-grid {
    column-gap: 20px;
    row-gap: 20px;
  }
  .related-products .card__heading, .collection .card__heading {
    word-break: break-all;
  }
  .card__information .price {
    padding-top: 0;
  }
  body .mobile-facets__open>*+* {
    margin-left: 0;
  }
  .product-count.light.medium-hide.large-up-hide {
    display: none;
  }
  facet-filters-form.facets.facets-vertical-sort.page-width.small-hide {
    display: block !important;
  }
  .facets-vertical .facets-wrapper {
    padding-right: 0 !important;
    max-width: max-content;
    width: 100%;
    margin-top: -45px;
  }
  .mobile-facets__inner {
    background-color: #fff!important;
    width: 100% !important;
    padding: 20px;
  }
  .mobile-facets__summary>div>span:not(.mobile-facets__arrow) {
    letter-spacing: 0;
  }
  h2.mobile-facets__heading {
    color: #004381;
    font-size: 14px;
    letter-spacing: 0;
    font-family: var(--font-body-family);
    text-align: left;
    display: none;
    align-items: center;
    text-transform: inherit;
    line-height: 26px;
    margin-bottom: 15px;
  }
  body .mobile-facets__header {
    border-bottom: 0 !important;
    padding: 0;
  }
  .mobile-facets__header p.mobile-facets__count {
    display: none;
  }
  body #FacetsWrapperMobile {
    margin-top: 70px;
    padding: 0 !important;
    overflow-y: visible !important;
  }
  .mobile-facets__info {
    display: none;
  }
  .mobile-facets__label {
    padding: .625rem 0 !important;
  }
  .facets-vertical .facets__price .field:last-of-type {
    justify-content: flex-end;
  }
  /* body #FacetsWrapperMobile > details {
    background-color: #fff;
    padding: 20px;
    padding-bottom: 0;
  }
  body #FacetsWrapperMobile > details:nth-child(1){
    border-radius: 20px 20px 0 0;
  }
  body #FacetsWrapperMobile .mobile-facets__details:last-of-type,
  body #FacetsWrapperMobile > details[data-index="mobile-4"]{
    border-radius: 0 0 20px 20px;
    padding-bottom: 20px;
  } */
  #FacetsWrapperMobile .mobile-facets__summary {
    padding: 0 !important;
    margin-bottom: 0;
  }
  body #FacetsWrapperMobile > details {
    padding-bottom: 1rem;
    border-bottom: .1px solid #000;
    margin-bottom: 1rem;
  }
  #FacetsWrapperMobile .mobile-facets__summary > div {
    border-bottom: 0;
    padding: 0;
  }
  .mobile-facets__submenu .mobile-facets__label>svg.icon.icon-checkmark {
    left: 3px;
  }
  #FacetsWrapperMobile facet-remove.mobile-facets__clear-wrapper a {
    color: #5C957F;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 1.5;
    font-family: var(--text-medium);
  }
  #FacetsWrapperMobile .mobile-facets__footer {
    padding: 0;
    justify-content: space-between;
    align-items: center;
  }
  #FacetsWrapperMobile .mobile-facets__footer>* {
    width: auto !important;
  }
  .mobile-facets__footer facet-remove.mobile-facets__clear-wrapper {
    display: block;
  }
  .js #FacetsWrapperMobile details[open].menu-opening>.mobile-facets__submenu {
    position: relative !important;
    padding: 0;
    background-color: transparent;
  }
  /*facets*/
}