/** Shopify CDN: Minification failed

Line 150:2 "argin-left" is not a known CSS property
Line 151:2 "argin-right" is not a known CSS property
Line 303:23 Expected ":"
Line 330:2 "ox-shadow" is not a known CSS property
Line 331:2 "order-top" is not a known CSS property
Line 332:2 "order-bottom" is not a known CSS property
Line 333:2 "adding" is not a known CSS property
Line 358:8 "ext-align" is not a known CSS property
Line 491:4 "ight" is not a known CSS property
Line 493:4 "eft" is not a known CSS property
... and 4 more hidden warnings

**/
@font-face {
  font-family: 'avenir-book';
  src: url('/cdn/shop/files/avenir-book.woff?v=1744917324') format("woff");
  font-style: normal;
  }
@font-face {
  font-family: 'avenir-heavy';
    src: url('/cdn/shop/files/avenir-heavy.woff?v=1744920332') format("woff");
  font-style: normal;
  }
@font-face {
  font-family: 'avenir-black'; 
  src: url('/cdn/shop/files/avenir-black.woff?v=1744917726') format('woff');
  font-style: normal;
  }
.page-width {
    max-width: 143rem;
}
    .page-width--narrow {
        max-width: 72.6rem;
    }
body {
  font-size:18px;
  font-family: avenir-book, Assistant, sans-serif;
}
.rte ul, .rte ol {
    list-style-position: outside;
    padding-left: 4rem;
}
a, .rte a {
  color:#27a9e1;
}
strong {
  font-weight:700;
}
.header__menu-item {
  font-family: avenir-black, Assistant, sans-serif;
  padding: .6rem 1.8rem .5rem;
  font-size: 1.8rem;
}
.header__menu-item {
    font-family: avenir-heavy, Assistant, sans-serif;
    padding: .8rem 1.8rem .7rem;
    font-size: 1.9rem;
    font-weight: 700;
    letter-spacing: 1px;
}
.header__heading-logo {
   /* margin-bottom: -10px; */
}
.header__icon--account {
  min-width: 100px;
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
}

.header__icon,
.header__icon--cart .icon {
  height: auto;
  width: auto;
  padding: 0;
}
header-menu summary.list-menu__item {
  padding-right: 1.8rem;
}


.header__submenu .header__menu-item {
    font-family: 'avenir-book';
    font-weight: 400;
  font-weight: 500;
  padding: .8rem 1.8rem .7rem;
}

XXsummary.header__menu-item:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1.5rem;
    height: 0;
    width: 0;
    border: .5rem solid transparent;
    border-top: .7rem solid #fff;
    margin-top: -.30rem;
}


@media screen and (min-width: 750px) {
  .price--large {
    font-size: 3rem;
    display: inline-block;
    float: left;
  }
}
.buy-button {
  float: left;
  display: inline-block;
}
.footer-block__heading {
  color:#2ba7e4;
  font-weight:700;
}

h1, h2, h3, h4, h5, .h0, .h1, .h2, .h3, .h4, .h5 {
    line-height: calc(1 + .2 / max(1, var(--font-heading-scale))) !important;
}

nav li {
  background-color: #27a9e1;
  border-radius: 50px;
  color: #fff;
}
nav li:hover {
    background-color: #EE9605;
}
.header__menu-item li,
.header__menu-item,
.header__active-menu-item {
  color: #fff;
  text-decoration: none  !important;
}
.header__menu-item:hover,
.header__active-menu-item:hover {
  color: #fff;
  text-decoration: none  !important;
}
details[open] > .header__submenu {
  margin-top: 10px;
  border-radius: 10px;
}
details[open] > .header__submenu li:hover {
  background-color: #06223f;
  width: 101%;
  argin-left: -1px;
  argin-right: -2px;
  border-radius: 0;
}

.list-menu--inline {
  column-gap: 30px;
  font-weight: 700;
}

  .breadcrumbs {
    margin: 0 0 2em;
  }
  .breadcrumbs__list {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

  .breadcrumbs__item {
    display: inline-block;
  }

  .breadcrumbs__item:not(:last-child):after {
    border-style: solid;
    border-width: .10em .10em 0 0;
    content: '';
    display: inline-block;
    height: .20em;
    margin: 0 .50em 0 .20em;
    position: relative;
    transform: rotate(45deg);
    vertical-align: middle;
    width: .20em;
  }

  .breadcrumbs__link,.breadcrumbs__link:visited {
    text-decoration: none;
    color:#333;
  }

  .breadcrumbs__link[aria-current="page"] {
    color: inherit;
    font-weight: normal;
    text-decoration: none;
  }

  .breadcrumbs__link[aria-current="page"]:hover,
  .breadcrumbs__link[aria-current="page"]:focus {
    text-decoration: underline;
  }
  nav.breadcrumbs li.breadcrumbs__item {
    background-color: #fff; 
    border-radius: 0px;
    color: #333;
}


.product-price-block .product-form {
  margin: 0;
}
x.product-price-block {
  display: grid;
  grid-template-areas: "price buybutton findlocation";
  grid-template-columns: auto auto auto;
  column-gap: 1rem;
  text-align: center;
}
.product-price-block {
display: flex;
    column-gap: 2rem;
    text-align: center;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: flex-start;
    align-items: center;
}
.price {
  grid-area: price;
  align-content: center;
}
.buy-button {
  grid-area: buybutton;
  align-content: center;
}
.findlocation {
  grid-area: findlocation;
  align-content: center;
}
.findlocation a,
.product-price-block .price {
  color: #27a9e1;
}
.product-price-block .product-form__submit {
  font-size: 2rem;
  text-transform: uppercase;
}
.product-price-block .price.price--large {
  font-family:"avenir-heavy";
  font-size: 5rem;
  font-weight: 700;
}
.product__description {
  font-size:16px;
}
.product__description h3 {
    color: #345595;
    font-weight: 700;
    font-size: calc(var(--font-heading-scale) * 2rem);
    margin-bottom: -5px;
  margin-top:3rem;
}

.accordion {
  margin-bottom: 20px;
  border: 0;
  padding: 0rem 2rem !important;
}
.accordion h3.h4 {
  text-transform: uppercase;
  color: #2ba7e4;
  font-weight: 500;
  font-size: 2.6rem;
  letter-spacing: 3px;
}
.accordion summary {
  background-color: #e9f6fc;
  padding: 1rem 2rem;
}
#shopify-section-template--21496921587735__main .accordion {
    padding: 0rem;
}
.collapsible-content .accordion.content-container {
  padding:0 !important;
}
h3.topUses {
color: #2ba7e4;
    font-weight: 500;
    font-size: 2.6rem;
    letter-spacing: 3px;
}

.metafield-rich_text_field h3
{    color: #2ba7e4;
    font-weight: 700;
         margin-top: 2em;
}

.blue-title {
  text-transform: uppercase;
    color: #2ba7e4;
    font-weight: 500;
    font-size:3rem; was 2.6rem;
    letter-spacing: 3px;
}
.card__media {
  filter: drop-shadow(0 0 .75rem #ddd);
  background-color: #fff;
}
.card__heading.h5 {
  font-size:1.8rem;
  padding:0 20px;
}
.related-products div.card__information {
        padding-bottom: 1.7rem;
        padding-top: 0rem;
    }
.button {
  font-family: avenir-heavy;
  font-size:1.6rem; was:1.8rem;
  min-height: calc(3.5rem + var(--buttons-border-width)* 2);
      padding: 2px 2rem 0;
}


#findusinstores {
  background: transparent;
  min-width: 100%;
  min-height: 200px;
  ox-shadow: inset 0 0 100px 1px #2ba7e4;
  order-top:1px solid #2ba7e4;
  order-bottom:1px solid #2ba7e4;
  adding:50px;
      padding: 20px 50px 0;
  background: linear-gradient(to top, #aacdf3, #ecf1fa 25%, #ecf1fa 75%, #aacdf3 100%);
  background: linear-gradient(to top, #e1edfb, #ecf1fa 25%, #fff 50%, #ecf1fa 75%, #e1edfb);
  background: linear-gradient(to top, #d5e6fa, #f9fafe 25% 75%, #d5e6fa);
}
#findusinstores .inside {
  margin:auto;
  max-width:1200px;
  text-align:center;
      padding-bottom: 20px;
}

.announcement-bar__message.h5 {
  /*font-family: avenir-black;*/
  font-family: 'avenir-book';
  /* font-size: 1.5rem; */
  font-weight: 700;
}
@media screen and (min-width: 990px) {
    .announcement-with-logos {
        display: grid;
        grid-template-areas: "header-logos announcements";
        grid-template-columns: 2fr auto;
        column-gap: 2rem;
        ext-align: center;
    }
}

.announcement-with-logos .header-logos {grid-area: header-logos;align-content: center;}
.announcement-with-logos .header-logos img {max-height:20px;margin-right:2rem;align-content: center;vertical-align: middle;margin: 1rem 4rem 0.5rem 0;}
.announcement-with-logos .announcements {grid-area: announcements;}

@media screen and (max-width: 990px) {
    .announcement-with-logos {
        text-align: center;
    }
  .announcement-with-logos .header-logos img {
    margin: 1rem 1rem;
  }
}

@media screen and (max-width: 699px) {
  .announcement-with-logos .header-logos img {
    margin: 1rem 1rem;
    max-height:15px
  }
}
@media screen and (max-width: 549px) {
  .announcement-with-logos .header-logos img {
    margin: .5rem 1rem;
    max-height:12px
  }
  /*
  body:has(.section-header .header:not(.drawer-menu)) .utility-bar .page-width {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
  */
}

@media screen and (max-width: 449px) {
    .announcement-with-logos .header-logos img {
        margin: .5rem .5rem;
        max-height: 12px;
    }
} 
#MainContent .shopify-section h2.h1{
  font-family:avenir-book;
  text-transform: uppercase;
    color: #2ba7e4;
    font-weight: 500;
    font-size: 3.5rem;
    letter-spacing: 3px;
  letter-spacing:0.2em;
  text-align:center;
    width: 100%;
   margin: 20px auto;
}
@media screen and (max-width: 449px) {
  
    #MainContent .shopify-section h2.h1{
  letter-spacing:0.1em;
  }
}
#MainContent .shopify-section h2.h1 strong{
  font-family:avenir-black;
}
.header-wrapper {
    box-shadow: 0 -6px 10px 5px rgba(0, 0, 0, 0.5);
}
.pagination__item {
    color: #ffffff;
    font-weight: 700;
    font-size: 2rem;
}
.pagination__item link{
    color: #ffffff;
  
}
.pagination__list a {
      color: #ffffff;
}
.pagination__item--current:after, .pagination__item:hover:after {
    background-color: transparent!important;
}
.pagination__item .icon-caret {
    height: 0.8rem !important;
}
.button svg {
    max-height: 15px;
    max-width: 15px;
    padding: 0;
    margin: 0px 0 0 5px;
}

.bigger-button {
    font-family: avenir-heavy;
    font-size: 2rem;
    was: 1.8rem;
    min-height: calc(4.5rem + var(--buttons-border-width) * 2);
    padding: 2px 2.6rem 0;
}
@media screen and (min-width: 750px) {
    .image-with-text--overlap .image-with-text__content {
         margin-left: 0; 
        padding-right: 2rem;
    }
}

.list-menu:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    left: 35px;
    border-width: 0 8px 8px 8px;
    border-style: solid;
    border-color: #2ba7e4 transparent;
}
header-menu .header__menu-item.link {
    text-decoration: none !important;
}

.cart-count-bubble {
    position: absolute;
    color: #fff;
    background-color: #2ba7e4;
    border: 1px solid #2ba7e4;
    height: 2rem;
    width: 2rem;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    top: 0rem;
    ight: 5rem;
    bottom: unset;
    eft: unset;
    left: 2rem;
    line-height: 1;
}
@media screen and (max-width: 989px) {
  .cart-count-bubble {

    background-color: #fff;
    color: #2ba7e4;
    border: 1px solid #2ba7e4;
    height: 2rem;
    width: 2rem;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    top: -.8rem;
    right: -.8rem;
    bottom: unset;
    left: unset;
    line-height: 1;
}
}
.header__icon--cart {
    position: relative;
    margin-right: -1.2rem;
    margin-left: 1.2rem;
}

.header__icons {
    display: flex;
    grid-area: icons;
    justify-self: end;
    padding-right: 2rem;
}

@media screen and (max-width: 989px) {
header-drawer {
    justify-self: end !important;
    margin-left: 0 !important;
    argin-right: 2rem;
}
.header {
    display: grid;
    grid-template-areas: "heading icons left-icons";
    grid-template-columns: 2fr 2fr auto;
    align-items: center;
}
  .header {
    padding: 10px 1rem !important;
}
}

details[open]>.header__icon--menu .icon-hamburger-thick {
    visibility: hidden;
    opacity: 0;
    transform: scale(.8);
}

.header__icon--menu .icon {
    display: block;
    position: absolute;
    opacity: 1;
    transform: scale(1);
    transition: transform .15s ease, opacity .15s ease;
}
.header__icon .icon {
    height: 4rem;
    width: 4rem;
    fill: unset;
    vertical-align: middle;
}

.menu-drawer:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 30px;
    border-width: 0 12px 12px 12px;
    border-style: solid;
    border-color: #2ba7e4 transparent;
}
.menu-drawer    {
 overflow-x: visible !important; 
}
@media screen and (min-width: 750px) {
    .menu-drawer {
        width: 100% !important;
    }
}

@media screen and (max-width: 989px) {
.list-menu:before {
  display:none;
}
.image-with-text__media-item.image-with-text__media-item--small.image-with-text__media-item--top.grid__item {
  margin: 50px 0;
}
  .image-with-text.image-with-text--overlap.isolate.collapse-corners {
    margin:0 50px 50px;
  }
}


.header__icon--account {
    margin-right: 10px;
}
.header__icon--cart {
  font-family: 'avenir-black';
  font-size: 1.8rem;
  text-decoration:none
}
@media screen and (min-width: 989px) and (max-width:1099px) {
.header__menu-item span {
    font-size: 1.4rem;
}
  .list-menu--inline {
    column-gap: 20px;
}
  .header__icon--account,.header__icon--cart {
    font-size: 1.6rem;
}
  
}

  .icon-grid img {
    margin: 0 20px 10px;
}

@media screen and (max-width: 889px){
.icon-grid div {
    background: #01253d;
    color: #fff;
    text-align: center;
    padding: 25px 20px 20px;
    align-self: center;
    align-items: center;
    display: flex;
    margin: auto;
    text-align: center;
    width: 100%;
    justify-content: flex-start;
}
  .icon-grid img {
    argin: 0 20px;
}
}
.how-to-use p em {
    color: #2ba7e4;
  font-style:normal;
  font-weight:700;
}
.how-to-use p strong {
  color: #000;
}
.how-to-use p em strong {
    color: #2ba7e4;
  font-style:normal;
  font-weight:700;
}
.how-to-use a {
  color:#000;
}
  .collection .card--standard .card__media {
    filter: unset !important;
    background-color: #fff;
    border: 1px solid #eee;
}

@media (min-width: 750px) {
   #MainContent .shopify-section  .totals {
        justify-content: space-between;
    }
}
#MainContent .shopify-section .totals>h2 {
    font-size: calc(var(--font-heading-scale)* 1.6rem);
      width: auto;
      margin: unset;
}

.cart__checkout-button.button {
    min-height: calc(3.5rem + var(--buttons-border-width)* 2);
  font-size: 2.2rem;
    text-transform: uppercase;
  height: 52px;
        vertical-align: top;
        min-height: 52px;
        max-height: 52px;
}
.quick-add__submit {
    padding: .8rem;
    min-width: 100%;
    box-sizing: border-box;
    font-size: 1.8rem;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.header__menu-item:hover span {
    text-decoration: none;
}
@media screen and (min-width: 990px){
.header__icon .svg-wrapper {
    width: 44px;
    height: 44px;
    padding: 12px;
}
}
.product__info-wrapper .product__info-container>*+* {
    margin: 1rem 0;
}
.product__info-container .product__title {
    margin: 0.5rem 0 0;
}

@media screen and (min-width: 350px) {
    .product__info-container .caption {
        font-size: 1.5rem;
    }
}

div.multicolumn-card__info h3.inline-richtext {
        min-height: 47px; 
    }
.experts-in-ears div.multicolumn-card__info h3.inline-richtext {
    font-family: avenir-book;
    min-height: 58px;
    font-size: 2.4rem;
   font-weight:400;
}
.experts-in-ears .multicolumn-card__image-wrapper+.multicolumn-card__info {
    padding-top: 1rem !important;
    margin: 0 20px; 
}
@media screen and (max-width: 1180px) {
    div.multicolumn-card__info h3.inline-richtext {
        min-height: 53px; 
    }
}

div.card-information>.price {
    color: #27a9e1;
    font-weight: 700;
    font-size: 1.2em;
}
.uses ul {
  list-style: none;
}

.uses ul li::before {
  content: "• ";
  color: #2ba7e4;
  font-size:2rem;
  margin-right:0.5rem;
}
summary .icon-caret {
    transform: rotate(90deg);
}

/*
@media screen and (max-width: 990px) {
    body:has(.section-header .header:not(.drawer-menu)) .utility-bar .page-width {
        padding-left: .5rem;
        padding-right: .5rem;
    }
}
*/
.experts-in-ears .multicolumn-card__image-wrapper--full-width {
  margin:auto !important;
    width: 85%;
}

#menu-drawer nav li {
    background-color: #27a9e1;
    border-radius: 0px;
    color: #fff;
    border-bottom: 1px solid #fff;
    padding: 5px 20px 3px;
    margin: auto 30px;
      text-transform: uppercase;
}

#menu-drawer .list-menu__item {
    justify-content: space-around;
  font-size: 2.25rem;
}
#menu-drawer nav li:last-of-type {
    border-bottom: 0px solid #fff;
    font-size: 2.0rem;
}
#menu-drawer .menu-drawer__menu-item>.svg-wrapper {
  width:0;
  height:0;
    display: none;
}
#menu-drawer.menu-drawer summary.menu-drawer__menu-item {
    adding-right: 2.7rem;
    padding: .6rem 1.8rem .5rem;
}


#menu-drawer nav li:hover {
    background-color: #ee9605;
}

.js #menu-drawer.menu-drawer {
    box-shadow: 0 10px 15px 1px #00000080;
    height:auto;
     min-height: 450px;
}

#menu-drawer.menu-drawer__inner-container {
    height: auto;
    min-height: 450px;
}
.menu-drawer__navigation-container {
    min-height: 450px;
}

.modal__close-button .icon {
    width: 3rem !important;
    height: 3rem !important;
}
.drawer__close .svg-wrapper {
    height: 3rem !important;
    width: 3rem !important;
}
.drawer__close {
    display: inline-block;
    padding: 0;
    min-width: 4.4rem;
    min-height: 4.4rem;
    box-shadow: 0 0 0 .2rem rgba(var(--color-button), 0);
    position: absolute;
    top: 10px;
    right: -10px;
    color: rgb(40, 169, 226);
    background-color: transparent;
    border: none;
    cursor: pointer;
}

/*/product page /*/


 .stamped-main-badge .stamped-badge {
    font-size:14px;
    align-items: center;
    display: flex;
  margin-top:0.25rem;
}
 .product__info-wrapper div.rating-wrapper {
    margin: 0;
    margin-top: 0;
}
 button.cta-btn.disabled:hover {
    border: 1px solid #27A9E1;
    background: #fff;
    color: #27A9E1 !important;
    transition: all 0.25s ease;
     cursor: default;
}
 .rating-wrapper {
    margin:0;
  }
.product .rating-star {
    --letter-spacing: .2;
    --font-size: 1;
}
  .rating-star {
    --color-rating-star: #ffd200 !important;
    --percent: calc((var(--rating) / var(--rating-max) + var(--rating-decimal)* var(--font-size) /(var(--rating-max)*(var(--letter-spacing) + var(--font-size))))* 100%);
    letter-spacing: calc(var(--letter-spacing)* 1rem);
    font-size: calc(var(--font-size)* 2.0rem);
    font-weight: 700;
    line-height: 1;
    display: inline-block;
    font-family: Times;
    margin: 0;
}
product-info .bluefade {
      width: 100%;
    max-width: 100%;
    padding-top: 120px;
    margin-top:-60px;
    background: linear-gradient(1turn, #aacdf3, #ecf1fa, #ffffff);
  }
  .how-to-use .metafield-rich_text_field h3 a strong::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background: url('/cdn/shop/files/icon_download.png?v=1744129089') 0 0 no-repeat;
  background-size: contain;
    margin-left:10px;
}
 product-info span.trademark {
    vertical-align: super;
    font-size: 22px;
    line-height: 35px;
}
  .product-form__input .form__label {
    color: #ee9605;
    font-size: 1.5em;
    font-weight: 700;
    padding-left: 0;
}
product-info .slider-button .icon
 {
    height: 2rem;
}
product-info .slider-button[disabled] .icon {
    fill: #80808066;
}

@media only screen and (min-width: 750px) {
   .how-to-use .metafield-rich_text_field h6 {
    color: #2ba7e4;
    font-weight: 700;
    margin-top: 2em;
    margin-left:auto;
    margin-right:auto;
   text-align:center;
    font-size: calc(var(--font-heading-scale) * 1.8rem);
}
}
.how-to-use .metafield-rich_text_field h6 {
    color: #2ba7e4;
    font-weight: 700;
    margin-top: 2em;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
  font-size: calc(var(--font-heading-scale) * 1.8rem);
}
  @media only screen and (min-width: 750px) {
.pro-home h3, .pro-home .h3,  {
        font-size: calc(var(--font-heading-scale) * 2.0rem);
    }
}
.pro-home h3, .pro-home .h3 {
    font-size: calc(var(--font-heading-scale) * 2.5rem);
  font-weight:700;
  color: #2ba7e4;
}
.pro-home p strong {
  font-weight: 700;
}



@media screen and (max-width: 749px) {
    .footer-block.grid__item.footer-block--menu {
        padding: 0;
        margin: 4rem 0;
        width: 100%;
        justify-items: unset;
    }
   .bottom-mobile .footer-block.grid__item.footer-block--menu 
  {
    justify-items: center;
  }
}
  .footerwave {
    max-width: 100%;
    vertical-align: bottom;
    width: 100%;
    margin: auto;
    margin-top: 30px;
  }



.footer__list-social.list-social:only-child {
     justify-content: flex-end; 
  max-width: 100%;
}
.footer__copyright {
    text-align: left;
}      
.footer__content-top .grid.no-border {
  border-bottom: 0px solid #2ba7e4;
  padding-top: 2rem;
  padding-bottom: 0;

}
.list-payment {
        justify-content: center;
        margin: -0.5rem;
        padding-top: 0;
    }

  .footer__content-bottom {
    border-top: solid .1rem rgba(var(--color-foreground), .08);
    padding-top: 0rem;
    text-align:center;
}     
.policies li:first-of-type::before {
    content: "";
    padding: 0 .8rem 0.8rem;
}     


@media screen and (min-width: 990px) {
    .grid--3-col-desktop .grid__item {
        width: calc(33.33% - var(--grid-desktop-horizontal-spacing)* 2 / 3);
        max-width: 33%;
    }
}
       .not-dd {
         font-size:1.4rem;
         margin-bottom: 8px;
         margin-top: 8px;
         border-bottom:0!important;
       }       
              
@media screen and (max-width: 749px) {
    .footer-block.grid__item {
        padding: 0;
        margin: 4rem 0;
        width: 100%;
        justify-items: center;
    }
    .footer-block.grid__item.footer-block--menu.lined.hsa-footer {
            margin-top:40px;
     }
  .footer-block--menu h2.footer-block__heading {
    font-size:2rem;
  }
         .show-desktop {
           display:none;
         } 
          .footer-logo_img {
            max-width: min(100%, 300px);
          }
  .footer-logo {
    text-align: center;
  }
   .footer .grid.bottom-mobile {
        display: grid;
    }
          .order-1 {
            order:-1;
          }
       .order1 {
            order:1;
          }
               .order2 {
            order:2;
          }
}
              
@media screen and (min-width: 750px) {
    .footer__content-top .grid {
        row-gap: 6rem;
        margin-bottom: 0;
        column-gap: 10px;
      border-bottom: 1px solid #2ba7e4;
    padding-bottom: 2rem;
    }
  .footer-logo.footer-block.grid__item:first-of-type {
    margin-right: 5rem;
    white-space: nowrap;
  }
    .lined.footer-block.grid__item:last-of-type {
    padding-left:2rem;
      text-align:center;
      border-left: 1px solid #2ba7e4;
      max-width: 200px;
      margin-bottom: 3rem;
  }
        .footer-logo_img {
            max-width: min(100%, 140px);
          }  
}