.filter__price .range{
  display: flex;
  align-items: center;
}
.filter__price .range__dot{
  padding: 0px;
  opacity: 0;
}
.announcement__wrapper{
  height: 40px;
  background: #D49098;
}
.announcement__bar{
  height: 40px;
}
.drawer__menu{
  font-family: 'NEXT_ART_Regular';
}
.parent__items .sliderow__title.parent__items_links{
  border-bottom: 1px solid #313439;
}

.help-acc-heading::after {
  content: "";
  background: url('https://cdn.shopify.com/s/files/1/0639/7630/8904/files/downmenu.svg?v=1710703292');
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  background-position: center;
}
.help-acc-heading.show-acc::after {
  content: "";
  background: url('https://cdn.shopify.com/s/files/1/0639/7630/8904/files/upmenu.svg?v=1710703291');
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  background-position: center;
}
.drawer__bottom__left{
  min-height: 30px;
  margin-bottom: 10px;
}
.drawer__bottom .social__links{
  flex-wrap: inherit;
}
.header__mobile__button{
  gap: 20px;
}
.footer__social__text p::before{
  content: '( ';
}
.footer__social__text p::after{
  content: ') ';
}
.be__beautiful img {
  padding-right: 10px;
}
.footer__social{
  align-items: center;
}
.copyright img {
  max-width: 60px;
}
@media only screen and (max-width: 749px) {
  .drawer__bottom .social__links svg {
    width: 30px;
    height: 20px;
  }
  .header__mobile {
    display: inline-flex;
    width: 100%;
  }
  .header__mobile__left{
    width: 10vw;
  }
   .header__logo.header__logo--image {
     width: 50vw;
     justify-content: flex-start;
  }
  .theme__header{
    box-shadow: none;
  }
  .be__beautiful img {
    max-width: 40px;
    padding-right: 10px;
  }
   .be__beautiful h6 {
    font-size: 12px;
    text-align: left;
  }
  ul.inline-list li{
    margin-left: auto;
  }
  .footer__social{
    gap: 14px;
  }
  .social_quick_link {
    padding-bottom: 5px;
    font-size: 12px;
  }
  .social.footer__block {
    font-size: 12px;
  }
  .social.footer__block p {
    /* font-size: 12px; */
  }
  .footer-legal-menu{
    display: none;
  }
  .desktop-social{
    display: none;
  }
  .footer__quicklinks li{
    font-size: 12px;
    margin: 0 0 5px 0;
  }
  .copyright img {
    max-width: 40px;
  }
}