/** Shopify CDN: Minification failed

Line 113:20 Expected identifier but found whitespace
Line 113:22 Unexpected "{"
Line 113:31 Expected ":"
Line 113:46 Expected ":"

**/
.devFixedAnnouncement{
            position:fixed;
            width:100%;
            height:auto !important;
            background:#071321;
            color:white;
          }
          .announcement-bar__message{
            color:#C7D8ED;
          }
          .announcement-bar__message strong{
            color:#fff;
          }
          .devFixedAnnouncement .announcement-bar__link{
            width:fit-content;
          }
         .header__icon--menu{
              width: 80px;
              height: 40px;
              background: #F0F4FA;
              border-radius: 50px;
              text-transform: uppercase;
             text-decoration: none;
             font-size:12px;
         }
         .search__input.field__input {
            border: 1px solid #F0F4FA;
            border-radius: 24px;
            background: #F0F4FA;
        }
.search__input.field__input::placeholder{
  padding-left:9rem;
} 
          .search__input.field__input:after{
            box-shadow:none;
          }
          .search-modal__form .field{
            width:32rem;
          }
          .search-modal__form .field:after{
            box-shadow:none;
          }
         .search-modal__form .search__button {
              background-color: #1D4474 !important;
              color: white;
              border-top-left-radius: 24px;
              border-bottom-left-radius: 24px;
              width: 70px;
          }
        
          header-drawer[data-breakpoint="desktop"]{
            display:flex;
            gap:15px;
            align-items:center;
            flex-direction:row-reverse;
          }
         .search-modal__form .field:hover.field:after , .field:active.field:after{
             box-shadow:none;
          }
         
          .search-modal__form .field .field__label{
             color: #B4B4B4;
            font-size:14px;
            left:9rem;
          }

          img.header__heading-logo.mobile-logo {
              width: 60px;
              display:block
          }
         .header__search{
           display:none;
         }
         @media screen and (min-width:990px){
            a.header__icon.header__icon--account.link.focus-inset.small-hide {
                width: max-content;
                gap: 5px;
                background: #F0F4FA;
                border-radius: 40px;
                padding: 0 10px;
            }
            img.header__heading-logo.mobile-logo{
            display:none;
          }
          a#cart-icon-bubble span{
              font-size:12px;
               text-transform: uppercase;
             text-decoration: none;
            }
             a#cart-icon-bubble {
              width: 150px;
             text-transform: uppercase;
             text-decoration: none;
              gap:10px; 
          }
          }
          @media screen and (min-width:767px){
             .header__heading-logo {
              max-width: 360px;
              left: 50%;
              position: absolute;
              top: 61%;
              transform: translate(-50%, -50%);
              z-index: 9999;
              width: {{settings.logo_width}}px;
          }
        
          }
         @media screen and (max-width:767px){
           a.announcement-bar__link.link.link--text.focus-inset.animate-arrow:first-child {
              display: none;
              }
           .announcement-bar, .announcement-bar__announcement {
                  justify-content: center;
              }
            .header__search{
           display:block;
         }
           .search-modal__form {
                  border-bottom: 1px solid transparent;
              }
           .search-modal__form .search__button {
                border-top-right-radius: 0px;
                border-bottom-right-radius: 0px;
            }
           .search__input.field__input {
                border-radius: 0px;
            }
         }
