/** Shopify CDN: Minification failed

Line 15:25 Expected identifier but found "!"
Line 28:9 Expected ":"

**/
.header{
    max-width:100% !important;
}
.header-top__wrap{
    /* padding:0px; */
    /* height:15vh !important; */
}
#shopify-section-header img{
    padding-bottom: 0px; !important;
}

.col-menu{
    
    width:100% !important;
    padding:-10px !important;
    background:#E59AB7 !important;
    margin:0 !important;
    /* margin-right:-2px !important; */
gap:10px;
} 
.container{
    width 90%; 
    max-width:1500px !important;
}
.site-nav__title{
    font-size:16px;
    padding:0px;
}

/* Move logo slightly upward on phone screens */
@media (max-width: 768px) {
  .site-header__logo img {
    width: 300px; /* keep your width */
    position: relative;
    top: -6px; /* adjust this value to move it up or down */
  }
}
