/** Shopify CDN: Minification failed

Line 127:34 Unterminated string token
Line 135:34 Unterminated string token

**/
/** Shopify CDN: Minification failed

Line 92:34 Unterminated string token
Line 100:34 Unterminated string token

**/
/** Shopify CDN: Minification failed

Line 86:34 Unterminated string token
Line 94:34 Unterminated string token

**/
/** Shopify CDN: Minification failed

Line 80:34 Unterminated string token
Line 88:34 Unterminated string token

**/
/** Shopify CDN: Minification failed

Line 74:34 Unterminated string token
Line 82:34 Unterminated string token

**/
/*
 * ------------------------------------------------------------
 * IMPORTANT: All Custom CSS sits here

 * ------------------------------------------------------------
 */

@media (min-width: 767px) {

  .header-wrapper{
  position: fixed;
  width:100%;
  top:0px;
  left: 0px;
  height: 70px;
  z-index: 1;
}
.header__heading-link{
  position: absolute;
  left: 60px;
  top: 30px;
  z-index: 100;
}
.header__icon--cart{
  position: absolute;
  right: 100px;
  top: 20px;
  width: 40px;
}
header-drawer{
  position: absolute;
  top: 20px;
  width: 40px;
  right: 50px;
}
#MainContent{
  margin-top: 60px;
}
#menu-drawer{
  border-left: 1px solid black;
 top: -20px;
  right: -50px;
  z-index: 10;
  position: absolute;
  
}
  
  .icon-close{
  z-index: 1000;
  position: fixed;
  cursor: pointer;
  top: 5px!important;
  left: 35px!important;

  
}

}

  .header__icon{
    margin-left: -20px;
    margin-top: 3px;
  }

#Details-menu-drawer-container{
  margin-left: 50%;
}

.icon-close{
  z-index: 1000;
  position: fixed;
  cursor: pointer;
  top: 25px;
  left: 20px;

  
}

 .thumbnail img{
  display: none;
}
ul.thumbnail-list{

}

li.slider__slide.thumbnail-list__item {
 width: 10px;
 height: 10px;
 margin-bottom: 10px;
}

.accordion__title{
  font-size: 9.5pt;
  text-transform: uppercase;
  color: black;
  font-weight: 600!important;
  font-family: 'Syne", sans-serif;
}      

.product__description p {
  font-size: 9.5pt;
  text-transform: uppercase;
  color: black;
  font-weight: 500!important;
  font-family: 'Syne", sans-serif;
}

.header__heading-logo-wrapper{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    transition: all 0.6s ease-in-out;
}

.header__heading-logo-wrapper.firstVisit {
    width: 80vw;
    top: 50%;
    left: 50%;
}

.header__heading-logo-wrapper.firstVisit img {
    width: 80vw;
    top: 50%;
    left: 50%;
}

.header__heading-logo-wrapper:not(.firstVisit) {
    width: 120px; /* Adjust to fit your header */
    top: 30px;
    left: 55px;
    transform: none;
}

.header__heading-logo-wrapper:not(.firstVisit) img {
    width: 100%; 

}