/** Shopify CDN: Minification failed

Line 1158:18 Expected identifier but found whitespace
Line 1158:20 Unexpected "{"
Line 1158:29 Expected ":"
Line 1158:55 Expected ":"
Line 1159:21 Expected identifier but found whitespace
Line 1159:23 Unexpected "{"
Line 1159:32 Expected ":"
Line 1159:61 Expected ":"

**/
@font-face {
  font-family: Unica77;
  src: url(/cdn/shop/files/Unica77LLTT-Regular.ttf) format("truetype"),
    url(/cdn/shop/files/Unica77LL-Regular.otf) format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Unica77;
  src: url(/cdn/shop/files/Unica77LLTT-Bold.ttf) format("truetype"),
    url(/cdn/shop/files/Unica77LL-Bold.otf) format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Unica77;
  src: url(/cdn/shop/files/Unica77LLTT-Italic.ttf) format("truetype"),
    url(/cdn/shop/files/Unica77LL-Italic.otf) format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Unica77;
  src: url(/cdn/shop/files/Unica77LLTT-BoldItalic.ttf) format("truetype"),
    url(/cdn/shop/files/Unica77LL-BoldItalic.otf) format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
       .met-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 2px;
  column-gap: 2px;
}

@media screen and (max-width: 540px) {
  .product-popup-modal__content {
    width: 100% !important;
    padding: 16px !important;
  }
}

body{
  height: fit-content !important;
}

.header__inline-menu {
  /* width: 90vw !important; */
}

.grid-item {
  align-items: center;
  position: relative;
z-index: 1;
  display: flex;
  height: auto;
  justify-content: center;
  padding: 0;
  text-align: center;
}
.grid-item img{
  width:100%;
  background: #eeeeee;
}
.item-content{
  display:block;
  width:100%;
}
.item-details{
  width: 100%;
  box-sizing: border-box;
  padding: 16px 30px;
}
.item-title{
  text-align: left;
  font-family: 'Unica', Helvetica;
font-size: 15px;
font-style: normal;
font-weight: 700;
line-height: 130%; /* 19.5px */
letter-spacing: 0.2px;
text-transform: capitalize;
color: #000;
}
.item-feature{
  width: 100%;
  font-family: 'Unica', Helvetica;
font-size: 15px;
font-style: normal;
font-weight: 700;
line-height: 130%; /* 19.5px */
letter-spacing: 0.2px;
text-transform: capitalize;
color:#D2D2D2;
 text-align: left;
 
 margin: 0;
}
.item-price{
   width: 100%;
  font-family: 'Unica', Helvetica;
  text-align: left;
  font-size: 15px;
font-style: normal;
font-weight: 700;
line-height: 130%; /* 19.5px */
letter-spacing: 0.2px;
text-transform: capitalize;
margin-top: 10px;
color: #000;
}
.grid-item a{
  display: block;
  text-decoration: none;
  width: 100%;
}

.item-tags-container{
  display: block;
  position: absolute;
  left: 30px;
  top: 20px;
}
.item-tag{
  display: inline-block;
  margin-right: 1px;
  background: #D2D2D2;
  padding: 8px;
  color:#000!important;
  font-size: 15px;
font-style: normal;
font-weight: 700;
line-height: 130%; /* 19.5px */
letter-spacing: 0.2px;
text-transform: capitalize;
 font-family: 'Unica', Helvetica;
}
.item-tag a{
  color:#000!important;
}

 .m-container {
            display: flex;
            flex-wrap: wrap;
        }

        .m-column {
            flex: 1; 
            padding: 0;
            box-sizing: border-box;
            
            margin: 0;
        }

        .m-grid{
           display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 2px;
  column-gap: 2px;
        }
        .m-sub-grid{
          display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 2px;
  column-gap: 2px;
  margin:60px 20px;
        }
         .m-sub-grid .item-title{
          font-size: 15px;
font-style: normal;
font-weight: 700;
line-height: 130%;
letter-spacing: 0.2px;
text-transform: capitalize;
font-family: 'Unica', Helvetica;
        }
       .m-sub-grid  .item-details{
        padding:0;
        }

        .m-imagebkg{
          background-position: center;
          background-size: cover;
          background-repeat: no-repeat;
          justify-content: flex-end;
    align-items: center;
    display: flex;
    flex-direction: column;

        }
        .m-bigtext {
    display: block;
    font-size: 0;
    letter-spacing: 0;
    width: 90%;
    min-height: 40%;
    position: sticky;
    bottom: 0;
          padding-top:100px;
}

.m-title{
   font-family: 'Unica', Helvetica;
  color:#fff;
  text-align: left;
  font-size: 45px;
font-style: normal;
font-weight: 700;
line-height: 100%; /* 72px */
letter-spacing: 0.2px;
display: table-cell;
width: 70%;
vertical-align: middle;
}
.m-price{
   font-family: 'Unica', Helvetica;
  color:#fff;
  text-align: right;
  font-size: 72px;
font-style: normal;
font-weight: 700;
line-height: 100%; /* 72px */
letter-spacing: 0.2px;
display: table-cell;
width: 30%;
vertical-align: middle;
}
.m-price p{
   font-family: 'Unica', Helvetica;
  font-size: 40px;
  text-align: right;
font-style: normal;
font-weight: 700;
line-height: 100%; /* 40px */
letter-spacing: 0.2px;
margin:0;
}
.m-header{
  width:100%;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
  margin-top:40px;
}
.m-header h1{
  font-family: 'Unica', Helvetica;
  text-align: left;
  font-size: 72px;
font-style: normal;
font-weight: 700;
line-height: 100%; /* 72px */
letter-spacing: 0.2px;
display: block;
width: 90%;
max-width:650px;
margin-left: 0;
margin-bottom: 5px;
margin-top: 20px;
}
.m-header p{
  font-family: 'Unica', Helvetica;
  text-align: left;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 130%; /* 19.5px */
letter-spacing: 0.2px;
display: block;
width: 90%;
max-width:650px;
margin-left: 0;
margin-bottom:0;
}

.m-breadcrumbs{
  width: 100%;
  position: relative;
}
.m-breadcrumbs div{
  display: inline-block;
    font-family: 'Unica', Helvetica;
  margin-right:3px;
  font-size: 15px;
font-style: normal;
font-weight: 700;
line-height: 130%; /* 19.5px */
letter-spacing: 0.2px;
}
.m-breadcrumbs a{
  text-decoration: none;
  color: inherit;
}

.m-pagination{
  width: 100%;
  text-align: left;
  padding: 40px 20px;
  box-sizing: border-box;
}
.m-newsletter-form label{
font-size: 15px;
font-style: normal;
font-weight: 700;
line-height: 130%; /* 19.5px */
letter-spacing: 0.2px;
font-family: 'Unica', Helvetica;
color:#fff;

}
.m-pagination-text{
  width: 100%;
   font-family: 'Unica', Helvetica;
  font-size: 15px;
font-style: normal;
font-weight: 700;
line-height: 130%; /* 19.5px */
letter-spacing: 0.2px;
display:block;
margin: 40px 0;

}
.m-load-more{
  display:inline-block;
  padding: 15px 20px;
  font-size: 15px;
font-style: normal;
font-weight: 700;
line-height: 130%; /* 19.5px */
letter-spacing: 0.2px;
text-transform: capitalize;
border:none;
border-radius: 0;
background: #eeeeee;
}

.m-newsletter-form{
  width: 100%;
  padding: 10px 30px 30px;
  background: #000;
  font-size: 0;
  letter-spacing: 0;
  box-sizing: border-box;
}

.m-email::placeholder {
    color: #fff; 
}
.m-input{
  display: inline-block;
  width: calc(100% - 145px);
  margin-bottom:80px;
}
.m-button{
  width:145px;
  display: inline-block;
}
.m-button button{
  background-color: transparent;
  border: none;

}

@media screen and (min-width: 700px) and (max-width: 1400px) {
  .m-email {
    font-size: 40px !important;
  }
  
}

.m-email{
  margin-left: 0;
  background-color: #000;
  color:#fff;
  border: none;
  border-bottom: solid 3.4px #fff;
  width: 90%;
  padding: 20px;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 72px */
  letter-spacing: 0.2px;
}

        /* nav bar */
svg[hidden] {
  display: none;
  position: absolute;
}

.site-navigation {
  width: 86%;
  max-width: max-content;
  margin: 20px;
 position: relative;
 z-index: 999;
  background-color: #fff;
  border-radius: 4px;
}

.clicky-menu {
  justify-content: stretch;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 540px) {
  .clicky-menu {
    display: flex;
  }
}


.clicky-menu a,
.clicky-menu button {
  margin: .25em;
  padding: 1em;
  background: transparent;
  color: #000;
  font-weight: bold;
  text-decoration: none;
  font-family: inherit;
  border-radius: 3px;
  font-family: 'Unica', Helvetica;
}

.clicky-menu a:hover,
.clicky-menu button:hover {
  background: #ededed;
}

.clicky-menu a:focus,
.clicky-menu button:focus {
  outline: .125em dotted purple;
  outline-offset: -.125em;
}


.clicky-menu > li {
  position: relative;
  flex: 1 1 auto;
  display: flex;
  justify-content: stretch;
  flex-wrap: wrap;

}
.clicky-menu > li:not(last-child) {
 
  border-left:solid 1.7px #ededed;
}

.clicky-menu > li > a,
.clicky-menu > li > button {
  flex: 1 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border: 0;
  
  line-height: 1.5;
  cursor: pointer;
  font-family: 'Unica', Helvetica;
  font-size: 15px;
font-style: normal;
font-weight: 700;

letter-spacing: 0.2px;
text-transform: capitalize;
}
@media (min-width: 540px) {
  .clicky-menu > li > a,
  .clicky-menu > li > button {
    justify-content: center;
  } 
}


.clicky-menu svg {
  width: 1em;
  height: 1em;
  margin-left: .5em;
}

.clicky-menu [aria-expanded="true"] svg {
  transform: scaleY(-1);
}


.clicky-menu ul {
  min-width: 100%;
  width: 12em;
  margin-top: .25em;
  padding: 0;
  list-style: none;
  background-color: #ffffff;
  border-radius: 3px;
}
@media (min-width: 540px) {
  .clicky-menu {
    box-shadow: 2px 4px 4px rgba(0,0,0,.2);
  }
}


.clicky-menu ul[aria-hidden="false"] {
  position: static;
  width: 100%;
  flex: 0 0 auto;
}

@media (min-width: 540px) {
  .clicky-menu ul[aria-hidden="false"] {
    position: absolute;
    width: auto;
  }
}


.clicky-menu ul a {
  display: block;
  padding-top: .375em;
  padding-bottom: .375em;
}
@media (min-width: 540px) {
  .clicky-menu ul a {
    padding: .375em 1em;
    white-space: nowrap;
  }
}

        @media screen and (max-width: 768px) {
            .m-container {
                flex-direction: column; 
            }

            .m-column {
                flex: 100%;
            }


.met-grid {
    
    grid-template-columns: repeat(2,1fr);
    
}
          .m-imagebkg{
            height:573px;
            min-height: 573px;
    max-height: initial;
          }
          .m-title{
            font-size:32px;
            width:100%;
            display:block;
          }
          .m-price{
            display:block;
            font-size:32px;
            width:100%;
            text-align:left;
          }
          .m-price p{
            text-align:left;
          }
          .m-header h1{
            width:100%;
            font-size:32px;
          }
          .m-header p{
            width:100%;
             font-size:14px;
          }
          .m-sub-grid{
            display:none;
          }
          .m-input{
            width:calc(100% - 50px);
          }
          .m-button button {
    
    display: inline-block;
    vertical-align: middle;
          }
          .m-email{
            font-size:32px;
            width:100%
          }
          .m-button{
            width:50px;
          }
          .m-button svg{
            width:40px;
          }
          .site-navigation{
            width:90%!important;
          }
          .item-tag a{
            font-size:12px;
          }
          .item-tags-container {
    display: block;
    position: absolute;
    right: 15px;
    top: 20px;
        text-align:right;  
          }
          .item-tag{
            padding:4px;
          }
          
        }


        svg[hidden] {
  display: none;
  position: absolute;
}

.site-navigation {
  width: 100%;
  max-width: max-content;
  margin: 20px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
backdrop-filter: blur(7.5px);
  background-color: #fff;
  border-radius: 4px;
}

.clicky-menu {
  justify-content: stretch;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 540px) {
  .clicky-menu {
    display: flex;
  }
}


.clicky-menu a,
.clicky-menu button {
  margin: 0;
  padding: 15px;
  background: transparent;
  color: #000;
  font-weight: bold;
  text-decoration: none;
  font-family: inherit;
  border-radius: 3px;
}

.clicky-menu a:hover,
.clicky-menu button:hover {
  background: #ededed;
}

.clicky-menu a:focus,
.clicky-menu button:focus {
  outline: .125em dotted purple;
  outline-offset: -.125em;
}


.clicky-menu > li {
  position: relative;
  flex: 1 1 auto;
  display: flex;
  justify-content: stretch;
  flex-wrap: wrap;
}

.clicky-menu > li > a,
.clicky-menu > li > button {
  flex: 1 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border: 0;
  font-size: inherit;
  line-height: 1.5;
  cursor: pointer;
}
@media (min-width: 540px) {
  .clicky-menu > li > a,
  .clicky-menu > li > button {
    justify-content: center;
  } 
}


.clicky-menu svg {
  width: 1em;
  height: 1em;
  margin-left: .5em;
}

.clicky-menu [aria-expanded="true"] svg {
  transform: scaleY(-1);
}

/* Submenu Styles */
.clicky-menu ul {
  min-width: 100%;
  width: 12em;
  margin-top: .25em;
  padding: 0;
  list-style: none;
  background-color: #ffffff;
  border-radius: 3px;
}
@media (min-width: 540px) {
  .clicky-menu {
    box-shadow: 2px 4px 4px rgba(0,0,0,.2);
  }
}


.clicky-menu ul[aria-hidden="false"] {
  position: static;
  width: 100%;
  flex: 0 0 auto;
}

@media (min-width: 540px) {
  .clicky-menu ul[aria-hidden="false"] {
    position: absolute;
    width: auto;
  }
}


.clicky-menu ul a {
  display: block;
  padding-top: .375em;
  padding-bottom: .375em;
}
@media (min-width: 540px) {
  .clicky-menu ul a {
    padding: .375em 1em;
    white-space: nowrap;
  }
}

.clicky-menu ul {
  position: absolute;
  top: 100%;
  left: 0;
  visibility: hidden; /*[1]*/
}


.clicky-menu.no-js li:hover > ul {
  visibility: visible;
}
.clicky-menu.no-js li:focus-within > ul { /*[2]*/
  visibility: visible;
}


.clicky-menu ul[aria-hidden="false"] {
  visibility: visible;
}

.clicky-menu .sub-menu--right {
  left: auto !important;
  right: 0 !important;
}

/* sliding text */
.slider-container {
    width: 100%;
    overflow: hidden;
}
.slider-text p{
  margin-top: 0!important;
  padding-top: 0;
}
.slider-text {
   width: fit-content;
  color:#fff;
  font-size: 15px;
font-style: normal;
font-weight: 700;
line-height: 130%; /* 19.5px */
letter-spacing: 0.4px;
text-transform: uppercase;
    white-space: nowrap; 
    font-family: 'Unica', Helvetica;
}

@keyframes slideText {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}
    



@media screen and (min-width: 990px) {
  .header--middle-left {
  }
  .header--middle-left .header__heading-link,
  .header--top-left .header__heading-link {
    margin-left: 0;
    height: 50px;
  }

  .header {
    transform: translateX(-50%);
  }
}
.header {
  max-width: 95vw;
  position: absolute;
  background: trasparent;
  padding: 0;
  top: 25px;
  left: 50%;
  /* transform: translateX(-50%); */
}
.header__icons {
  /*background: #000;   */
  padding-right: 0;
  height: 52px;
}
.header__icon--cart {
  position: relative;
  margin-right: 0;
}
.ecco-search .search__input.field__input {
  background: #fff;
  color: #000;
  padding: 1rem;
  margin: 0;
  height: auto;
  padding-left: 3rem;
  outline: none !important;
}
.ecco-search form {
  position: relative;
}
.ecco-search .search__button {
  right: unset;
  top: 0;
  width: 2.4rem;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.ecco-search .field__label {
  left: 35px !important;
  font-style: normal;
  font-weight: 700;
  font-size: 15px !important;
  letter-spacing: 0.2px;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  top: calc(1rem + var(--inputs-border-width)) !important;
}
.list-menu__item {
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.2px;
  text-transform: capitalize;
  color: #000;
}
.header__icon:not([aria-label="Menu"]), .header__icon--cart .icon {
    background: #000;
}

.header__icon:is([aria-label="Menu"]) svg, .header__icon--cart .icon svg {
    fill: #fff;
}

@media screen and (min-width: 750px) and (max-width: 1000px) {

  .header__icon:not([aria-label="Menu"]),
  .header__icon--cart .icon {
    background: white;
  }
}

.header__heading a {
  padding: 0;
}

@media screen and (min-width: 750px) {
  .newsletter-form {
    max-width: 100%;
  }
  .newsletter__wrapper .newsletter-form__field-wrapper {
    max-width: 100%;
  }
}
/*********************** Main SLider *********************/

.swiper-container {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-progress-bar {
  position: relative;
  width: 100%;
  display: block;
  z-index: 1;
  height: 3px;
}
.swiper-progress-bar .slide_progress-bar {
  position: absolute;
  height: 3px;
  background: rgba(0, 0, 0, 0.3);
  width: auto;
  clear: both;
  opacity: 0;
  bottom: 0px;
  left: 0;
  right: 0;
}
.swiper-progress-bar .slide_progress-bar:after {
  position: absolute;
  top: 0;
  left: 0;
  background: #eeeeee;
  height: 100%;
  width: 0;
  content: "";
  transition: 0.1s width linear;
}
.swiper-progress-bar.active .slide_progress-bar {
  opacity: 1;
}
.swiper-progress-bar.animate .slide_progress-bar:after {
  transition: width linear;
  transition-delay: unset;
  width: 100%;
  transition-duration: 5s;
}
/*********************** Category *************************/
.category {
  padding: 1.5rem !important;
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}
.category a {
  width: 100%;
  background: #fff;
  padding: 10px 10px;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.2px;
  text-transform: capitalize;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.category .icon-wrap {
  display: flex;
  margin: 0 !important;
}
@media screen and (min-width: 750px) {
  .page-width {
    padding: 0 30px;
  }
  .footer__localization {
    justify-content: end;
  }
  :root {
    --grid-desktop-horizontal-spacing: 40px;
  }
  .grid--4-col-tablet .grid__item.footer-block {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
  }
}
.footer__column {
  width: 100%;
  display: flex;
  align-items: center;
}
.footer__content-bottom {
  padding-top: 0;
}
.copyright__content {
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 130%;
  letter-spacing: 0.2px;
  color: #000000;
}
.disclosure .localization-form__select {
  padding-top: 1.5rem;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 130%;
  letter-spacing: 0.2px;
  color: #000000;
}
.footer-block__details-content .list-menu__item--link {
  display: inline-block;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 130%;
  letter-spacing: 0.2px;
  text-transform: capitalize;
  color: #000000;
  text-decoration: none;
}
.footer-block__details-content > p {
  padding: 0;
  font-style: normal;
  font-size: 15px;
  letter-spacing: 0.2px;
  text-transform: capitalize;
  color: #000000;
}
.footer-block__details-content > p strong {
  text-transform: uppercase;
  color: #000;
}
.footer-block__heading {
  text-transform: uppercase;
}
.mt-shopall{
  position: absolute;
  right:20px;
  top:20px;
  font-size: calc(var(--font-heading-scale) * 1.3rem);
      font-family: var(--font-heading-family);
    font-style: var(--font-heading-style);
    font-weight: var(--font-heading-weight);
    letter-spacing: calc(var(--font-heading-scale) * .06rem);
    color: rgb(var(--color-foreground));
    line-height: calc(1 + .3/max(1,var(--font-heading-scale)));
    word-break: break-word;
  z-index:999;
}
.mt-shopall a{
 
 cursor:pointer;
  text-decoration:none;
  font-size: calc(var(--font-heading-scale) * 1.3rem);
      font-family: var(--font-heading-family);
    font-style: var(--font-heading-style);
    font-weight: var(--font-heading-weight);
    letter-spacing: calc(var(--font-heading-scale) * .06rem);
    color: rgb(var(--color-foreground));
    line-height: calc(1 + .3/max(1,var(--font-heading-scale)));
    word-break: break-word;
}

.shadow_overlay_behind_text::before {
	content: '';
	position: absolute;
	background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),color-stop(48.44%,rgba(0,0,0,.42)),to(rgba(0,0,0,.42)));
	background: linear-gradient(180deg,rgba(0,0,0,0) 0,rgba(0,0,0,.42) 48.44%,rgba(0,0,0,.42) 100%);
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

  .content-description-animation {
    opacity:0;
    transition: all 1s ease;
  }
  .content-description-animation.fade {
    opacity: 1;
  }
  span.reveal-sharply {
    opacity: 0;
    transition: all 0.4s ease;
}
  span.reveal-sharply.fade {
    opacity: 1;
  }
/************************************** Mobile *************************************/
@media screen and (max-width: 767px) {
  .ecco-search {
    display: none;
  }
  .header__icon,
  .header__icon--cart .icon {
    background: #fff;
  }
  .header__icon svg {
    fill: #000;
  }
  .header {
    max-width: 90%;
    padding: 0;
    top: 25px;
    left: 5%;
  }
  .multicolumn-list:not(.slider) {
    padding-left: 0;
    padding-right: 0;
  }
  .header__icons {
    padding-right: 0;
    gap: 3px;
  }
  .header {
    grid-template-columns: 1fr 3fr 7fr;
    align-items: center;
    width: 100%;
  }
  header-drawer {
    justify-self: start;
    margin-left: 0;
  }
}
a.tmenu_item_link {
    display: flex !important;
    flex-direction: row-reverse;
    gap: 10px;
    justify-content: flex-end;
  font-weight: bold;
}

 @media screen and (min-width: 990px) {
    .header {
      padding-top: {{ section.settings.padding_top }}px;
      padding-bottom: {{ section.settings.padding_bottom }}px;
      padding:0;
    }
    .header__icon, .header__icon--cart .icon {
    height: 5.2rem;
    width: 5.2rem;
    padding: 0;
}
    .header__icons {
      align-items: center;
    }
    .tmenu_wrapper.tmenu--fullwidth.tmenu--wrap {
    border-right: 1px solid #b2b2b2;
    border-left: 1px solid #b2b2b2;
}
   
    .field__input:not(:placeholder-shown)~.field__label {
    display: none;
}

      h1.header__heading {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
  padding: 0 1rem;
}
  nav.header__inline-menu {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    padding: 0 1.5rem;
}
  .ecco-search {
    height: 100%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3.7px 1rem;
}
  .header--middle-left {
    column-gap: 2px;
}
  }

  @media (max-width:750px) {

    h1.header__heading {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}
    .header {
    grid-template-columns: max-content 1fr max-content;
    align-items: center;
    width: 100%;
    background: transparent;
    gap: 3px;
    align-items: stretch;
}
    svg.icon.icon-cart rect {
    fill: white;
}
    svg.icon.icon-cart path {
    stroke: black;
}
    .header__icons {
      gap:0;
    }
  }


#slider-destock-tablet{
  display: none;
}

#fixed-text {
  width: 100%;
  height: fit-content;
  text-transform: uppercase;
}


@media screen and (min-width:600px) {
  #slider-destock-tablet{
    display: block;
  }
  #fixed-text{
    display: none;
  }
}