body {
  height: auto; }

.body-overlay {
  height: 100%;
  width: 100%;
  z-index: 899;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.15); }

.out-of-stock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 113px;
  width: 113px;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  font: 700 22px/25px Raleway, Arial, Helvetica Neue, Helvetica, sans-serif;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.8);
  transform: translate(-50%, -50%);
  border-radius: 100%;
  z-index: 1; }

.out-of-stock-disabled {
  opacity: .5;
  pointer-events: none; }

@media (min-width: 768px) {
  .tabs-products .swiper-slide .product-item__footer .btn.btn-disabled {
    padding-left: 2px;
    padding-right: 2px; } }

.shopify-section .collection-all-prod a:hover {
  filter: brightness(85%); }

@media (max-width: 767px) {
  #main #blog-article {
    padding: 0px 0px 20px; } }

@media (max-width: 767px) {
  #shopify-section-header #header .menu {
    display: none; } }
#shopify-section-header #header .menu-tm {
  background-color: #fff; }
  #shopify-section-header #header .menu-tm .menu-tm_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 65px;
    width: 100%;
    padding: 0 16px; }
    #shopify-section-header #header .menu-tm .menu-tm_container .hamburger_menu {
      height: 50px;
      width: 50px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: flex-start;
      -ms-flex-pack: flex-start;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      cursor: pointer; }
    #shopify-section-header #header .menu-tm .menu-tm_container .logo_menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      height: 27px;
      width: 66px;
      cursor: pointer; }
    #shopify-section-header #header .menu-tm .menu-tm_container .cart_menu {
      height: 50px;
      width: 50px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: flex-end;
      -ms-flex-pack: flex-end;
      -webkit-justify-content: flex-end;
      justify-content: flex-end;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      position: relative;
      cursor: pointer; }
      #shopify-section-header #header .menu-tm .menu-tm_container .cart_menu .cart_menu_bubble {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        position: absolute;
        right: -3px;
        top: 8px;
        width: 10px;
        height: 10px;
        color: #fff;
        font: 700 9px/1 Raleway, Arial, Helvetica Neue, Helvetica, sans-serif;
        text-align: center;
        background: #aa132d;
        border-radius: 100%; }
        @media (max-width: 767px) {
          #shopify-section-header #header .menu-tm .menu-tm_container .cart_menu .cart_menu_bubble {
            top: -8px; } }
  @media (max-width: 768px) {
    #shopify-section-header #header .menu-tm {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; } }
  @media (min-width: 769px) {
    #shopify-section-header #header .menu-tm {
      display: none; } }
#shopify-section-header #header .tm__drop {
  position: fixed;
  top: 0;
  left: 0;
  right: 40px;
  height: 100%;
  background: #ffffff;
  transform: translateX(-100%);
  transition: transform .5s ease;
  z-index: 1000;
  width: 100vw;
  font-family: Raleway,Arial,Helvetica Neue,Helvetica,sans-serif;
  overflow-y: scroll; }
  #shopify-section-header #header .tm__drop .tm__sign__in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100px;
    width: 100%;
    background-color: #fff;
    border-bottom: solid 1px #cccccc; }
    #shopify-section-header #header .tm__drop .tm__sign__in .tm-sign-in_left {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      padding: 10px 22px; }
      #shopify-section-header #header .tm__drop .tm__sign__in .tm-sign-in_left .tm-sign-in_left-logo {
        height: 33px;
        width: 33px;
        margin-right: 20px; }
      #shopify-section-header #header .tm__drop .tm__sign__in .tm-sign-in_left .tm-sign-in_left-text {
        color: #a3020a;
        font-size: 14px;
        font-weight: 500; }
    #shopify-section-header #header .tm__drop .tm__sign__in .tm-sign-in_right {
      padding: 10px 30px; }
      #shopify-section-header #header .tm__drop .tm__sign__in .tm-sign-in_right:hover {
        cursor: pointer; }
  #shopify-section-header #header .tm__drop .tm__search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100px;
    width: 100%;
    background-color: #efefef;
    border-bottom: solid 1px #cccccc; }
    #shopify-section-header #header .tm__drop .tm__search .search_form {
      position: relative; }
      #shopify-section-header #header .tm__drop .tm__search .search_form .search_input {
        width: 323px;
        height: 50px;
        border-radius: 27.5px;
        border: solid 1px #cccccc;
        background-color: white;
        position: relative;
        font-size: 14px;
        font-weight: 500;
        color: #4d4d4d;
        padding-left: 25px; }
      #shopify-section-header #header .tm__drop .tm__search .search_form .search_btn {
        height: 20px;
        width: 17px;
        color: transparent;
        display: block;
        border: 0;
        position: absolute;
        top: 17px;
        right: 25px;
        padding: 0;
        margin: 0;
        min-width: 17px;
        min-height: 20px;
        background: no-repeat;
        border-radius: 0 !important; }
        #shopify-section-header #header .tm__drop .tm__search .search_form .search_btn:hover {
          cursor: pointer; }
  #shopify-section-header #header .tm__drop .tm__menu_list {
    height: auto;
    width: 100%;
    font: 700 11px/15px Raleway,Arial,Helvetica Neue,Helvetica,sans-serif;
    text-transform: uppercase;
    list-style: none;
    padding: 0;
    margin: 0;
    color: #a3020a; }
    #shopify-section-header #header .tm__drop .tm__menu_list .tm_menu_li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: space-between;
      -ms-flex-pack: space-between;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      border-bottom: solid 1px #efefef; }
      #shopify-section-header #header .tm__drop .tm__menu_list .tm_menu_li:last-child {
        border-bottom: none; }
      #shopify-section-header #header .tm__drop .tm__menu_list .tm_menu_li:hover {
        cursor: pointer; }
      #shopify-section-header #header .tm__drop .tm__menu_list .tm_menu_li .tm_menu_li_text {
        padding: 12px 25px;
        font-size: 14px;
        font-weight: 500; }
      #shopify-section-header #header .tm__drop .tm__menu_list .tm_menu_li .tm_menu_li_arrow {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        padding: 12px 30px;
        height: 100%;
        width: 82px;
        text-align: center; }
        #shopify-section-header #header .tm__drop .tm__menu_list .tm_menu_li .tm_menu_li_arrow .tm_menu_arrow_img {
          height: 22px;
          width: 22px; }
  #shopify-section-header #header .tm__drop .tm__rewards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100px;
    width: 100%;
    background-color: #ffffff;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc; }
    #shopify-section-header #header .tm__drop .tm__rewards .rewards_form {
      position: relative; }
      #shopify-section-header #header .tm__drop .tm__rewards .rewards_form input[type="text"] ::placeholder,
      #shopify-section-header #header .tm__drop .tm__rewards .rewards_form input[type="text"] ::-ms-input-placeholder,
      #shopify-section-header #header .tm__drop .tm__rewards .rewards_form input[type="text"] :-ms-input-placeholder {
        color: #a3020a;
        font-weight: 500px; }
      #shopify-section-header #header .tm__drop .tm__rewards .rewards_form .rewards_input {
        width: 323px;
        height: 50px;
        border-radius: 27.5px;
        border: solid 1px #cccccc;
        background-color: white;
        padding-left: 25px;
        letter-spacing: 0.53px;
        font-size: 14px; }
        #shopify-section-header #header .tm__drop .tm__rewards .rewards_form .rewards_input::placeholder {
          color: #a3020a; }
        #shopify-section-header #header .tm__drop .tm__rewards .rewards_form .rewards_input::-ms-input-placeholder {
          color: #a3020a; }
        #shopify-section-header #header .tm__drop .tm__rewards .rewards_form .rewards_input:-ms-input-placeholder {
          color: #a3020a; }
      #shopify-section-header #header .tm__drop .tm__rewards .rewards_form .rewards_btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        border: none;
        width: 36px;
        height: 36px;
        min-width: 36px;
        min-height: 36px;
        color: #a3020a;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 6px;
        right: 12px; }
  #shopify-section-header #header .tm__drop .tm__account_menu_list {
    height: auto;
    width: 100%;
    text-transform: uppercase;
    list-style: none;
    padding: 0;
    margin: 0 0 100px 0; }
    #shopify-section-header #header .tm__drop .tm__account_menu_list .tm_account_menu_li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: space-between;
      -ms-flex-pack: space-between;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      border-bottom: solid 1px #efefef; }
      #shopify-section-header #header .tm__drop .tm__account_menu_list .tm_account_menu_li:hover {
        cursor: pointer; }
      #shopify-section-header #header .tm__drop .tm__account_menu_list .tm_account_menu_li .tm_account_menu_li_text {
        padding: 12px 25px;
        font-size: 14px;
        font-weight: 500;
        color: #4d4d4d; }
#shopify-section-header #header .tm__drop_1 {
  position: fixed;
  top: 0;
  left: 0;
  right: 40px;
  height: 100%;
  background: #ffffff;
  transform: translateX(-100%);
  transition: transform .5s ease;
  z-index: 1001;
  width: 100%;
  font-family: Raleway,Arial,Helvetica Neue,Helvetica,sans-serif; }
  #shopify-section-header #header .tm__drop_1 .tm__drop_1-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100px;
    width: 100%;
    background-color: #fff;
    border-bottom: solid 1px #cccccc; }
    #shopify-section-header #header .tm__drop_1 .tm__drop_1-top .tm-drop-1-top_left {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      padding: 10px 25px; }
      #shopify-section-header #header .tm__drop_1 .tm__drop_1-top .tm-drop-1-top_left:hover, #shopify-section-header #header .tm__drop_1 .tm__drop_1-top .tm-drop-1-top_left:hover .tm-drop-1-top_left-text-1, #shopify-section-header #header .tm__drop_1 .tm__drop_1-top .tm-drop-1-top_left:hover .tm-drop-1-top_left-text-2 {
        cursor: pointer; }
      #shopify-section-header #header .tm__drop_1 .tm__drop_1-top .tm-drop-1-top_left .tm-drop-1-top_left-text-1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        color: #a3020a;
        font-size: 14px;
        margin-right: 5px;
        font-weight: 500; }
      #shopify-section-header #header .tm__drop_1 .tm__drop_1-top .tm-drop-1-top_left .tm-drop-1-top_left-text-2 {
        color: #a3020a;
        font-size: 14px;
        font-weight: 500; }
    #shopify-section-header #header .tm__drop_1 .tm__drop_1-top .tm-drop-1-top_right {
      padding: 10px 25px; }
      #shopify-section-header #header .tm__drop_1 .tm__drop_1-top .tm-drop-1-top_right:hover {
        cursor: pointer; }
  #shopify-section-header #header .tm__drop_1 .tm__drop_1-menu_list {
    width: 100%;
    height: auto;
    font: 700 11px/15px Raleway,Arial,Helvetica Neue,Helvetica,sans-serif;
    text-transform: uppercase;
    list-style: none;
    padding: 0;
    margin: 0;
    color: #a3020a; }
    #shopify-section-header #header .tm__drop_1 .tm__drop_1-menu_list .tm_menu1_li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: space-between;
      -ms-flex-pack: space-between;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      border-bottom: solid 1px #efefef; }
      #shopify-section-header #header .tm__drop_1 .tm__drop_1-menu_list .tm_menu1_li:hover {
        cursor: pointer; }
      #shopify-section-header #header .tm__drop_1 .tm__drop_1-menu_list .tm_menu1_li .tm_menu1_li_text {
        color: #333333;
        padding: 12px 25px;
        font-size: 14px;
        font-weight: 500; }
      #shopify-section-header #header .tm__drop_1 .tm__drop_1-menu_list .tm_menu1_li .tm_menu1_li_arrow {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        padding: 12px 30px;
        height: 100%;
        width: 82px;
        text-align: center; }
        #shopify-section-header #header .tm__drop_1 .tm__drop_1-menu_list .tm_menu1_li .tm_menu1_li_arrow .tm_menu1_arrow_img {
          height: 22px;
          width: 22px; }
#shopify-section-header #header .tm__drop_2 {
  position: fixed;
  top: 0;
  left: 0;
  right: 40px;
  height: 100%;
  background: #ffffff;
  transform: translateX(-100%);
  transition: transform .5s ease;
  z-index: 1002;
  width: 100%;
  font-family: Raleway,Arial,Helvetica Neue,Helvetica,sans-serif; }
  #shopify-section-header #header .tm__drop_2 .tm__drop_2-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100px;
    width: 100%;
    background-color: #fff;
    border-bottom: solid 1px #cccccc; }
    #shopify-section-header #header .tm__drop_2 .tm__drop_2-top .tm-drop-2-top_left {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      padding: 10px 25px; }
      #shopify-section-header #header .tm__drop_2 .tm__drop_2-top .tm-drop-2-top_left:hover, #shopify-section-header #header .tm__drop_2 .tm__drop_2-top .tm-drop-2-top_left:hover .tm-drop-2-top_left-text-1, #shopify-section-header #header .tm__drop_2 .tm__drop_2-top .tm-drop-2-top_left:hover .tm-drop-2-top_left-text-2 {
        cursor: pointer; }
      #shopify-section-header #header .tm__drop_2 .tm__drop_2-top .tm-drop-2-top_left .tm-drop-2-top_left-text-1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        color: #a3020a;
        font-size: 14px;
        margin-right: 15px;
        font-weight: 500; }
      #shopify-section-header #header .tm__drop_2 .tm__drop_2-top .tm-drop-2-top_left .tm-drop-2-top_left-text-2 {
        color: #a3020a;
        font-size: 14px;
        font-weight: 500; }
    #shopify-section-header #header .tm__drop_2 .tm__drop_2-top .tm-drop-2-top_right {
      padding: 10px 25px; }
      #shopify-section-header #header .tm__drop_2 .tm__drop_2-top .tm-drop-2-top_right:hover {
        cursor: pointer; }
  #shopify-section-header #header .tm__drop_2 .tm__drop_2-menu_list {
    width: 100%;
    height: auto;
    font: 700 11px/15px Raleway,Arial,Helvetica Neue,Helvetica,sans-serif;
    text-transform: uppercase;
    list-style: none;
    padding: 0;
    margin: 0;
    color: #a3020a; }
    #shopify-section-header #header .tm__drop_2 .tm__drop_2-menu_list .tm_menu2_li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: space-between;
      -ms-flex-pack: space-between;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      border-bottom: solid 1px #efefef; }
      #shopify-section-header #header .tm__drop_2 .tm__drop_2-menu_list .tm_menu2_li:hover {
        cursor: pointer; }
      #shopify-section-header #header .tm__drop_2 .tm__drop_2-menu_list .tm_menu2_li .tm_menu2_li_text {
        color: #333333;
        padding: 12px 25px;
        font-size: 14px;
        font-weight: 500; }
      #shopify-section-header #header .tm__drop_2 .tm__drop_2-menu_list .tm_menu2_li .tm_menu2_li_arrow {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        padding: 12px 30px;
        height: 100%;
        width: 82px;
        text-align: center; }
        #shopify-section-header #header .tm__drop_2 .tm__drop_2-menu_list .tm_menu2_li .tm_menu2_li_arrow .tm_menu2_arrow_img {
          height: 22px;
          width: 22px; }

#shopify-section-banner {
  margin-bottom: 10px; }

.brands-block--rewards .second-button {
  padding-left: 22px !important;
  padding-right: 22px !important; }
  @media (max-width: 767px) {
    .brands-block--rewards .second-button {
      width: 300px !important;
      margin-top: 20px;
      padding-left: 2px !important;
      padding-right: 2px !important;
      height: 54px;
      padding-top: 16px;
      border-radius: 35px !important; } }

@media (max-width: 767px) {
  .brand-page .collection-pages .intro__block-holder {
    position: relative; } }
@media (max-width: 767px) {
  .brand-page .collection-pages .container.text-center {
    position: absolute;
    width: 100%;
    top: 5%; } }

#bh-slides .swiper-container {
  height: 100%;
  width: 100%; }
  @media (max-width: 767px) {
    #bh-slides .swiper-container {
      height: 550px; } }
  #bh-slides .swiper-container .swiper-button-prev {
    height: 63px;
    width: 40px;
    top: calc(50% - 135px);
    transform: rotate(180deg);
    z-index: 5;
    left: 4.5%;
    background-image: none; }
    @media (max-width: 767px) {
      #bh-slides .swiper-container .swiper-button-prev {
        height: 17px;
        width: 11px; } }
    @media (min-width: 768px) and (max-width: 1024px) {
      #bh-slides .swiper-container .swiper-button-prev {
        top: calc(63% - 135px); } }
  #bh-slides .swiper-container .swiper-button-next {
    height: 63px;
    width: 40px;
    top: calc(50% - 135px);
    z-index: 5;
    right: 4.5%;
    background-image: none; }
    @media (max-width: 767px) {
      #bh-slides .swiper-container .swiper-button-next {
        height: 17px;
        width: 11px; } }
    @media (min-width: 768px) and (max-width: 1024px) {
      #bh-slides .swiper-container .swiper-button-next {
        top: calc(62% - 135px); } }
  #bh-slides .swiper-container .swiper-wrapper .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
    width: 100%;
    text-align: center;
    font-size: 18px;
    background: #fff;
    position: relative; }
    #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-bg-color {
      height: 65.21739%;
      width: 100%;
      position: absolute;
      top: 0; }
      @media (min-width: 768px) and (max-width: 1024px) {
        #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-bg-color {
          height: 70.21739%; } }
      @media (max-width: 767px) {
        #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-bg-color {
          height: 48.21739%; } }
      @media (min-width: 1300px) {
        #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-bg-color {
          height: 75%; } }
    #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      height: 100%;
      width: 100%;
      padding: 0 100px;
      z-index: 2; }
      @media (max-width: 767px) {
        #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-content {
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          -webkit-justify-content: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
          flex-direction: column;
          padding: 0; } }
      #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-content .swiper-content-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        height: 100%;
        width: 45%; }
        @media (min-width: 1300px) {
          #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-content .swiper-content-left {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
            -webkit-box-align: flex-end;
            -ms-flex-align: flex-end;
            -webkit-align-items: flex-end;
            align-items: flex-end; } }
        @media (min-width: 768px) and (max-width: 1024px) {
          #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-content .swiper-content-left {
            width: 60%; } }
        @media (max-width: 767px) {
          #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-content .swiper-content-left {
            height: unset;
            width: 70%;
            padding-top: 40px; } }
        #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-content .swiper-content-left .swiper-content-left-img {
          max-height: 599px; }
          @media (min-width: 768px) and (max-width: 1024px) {
            #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-content .swiper-content-left .swiper-content-left-img {
              max-height: 399px; } }
          @media (max-width: 767px) {
            #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-content .swiper-content-left .swiper-content-left-img {
              max-height: 299px; } }
      #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-content .swiper-content-right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: start;
        align-items: start;
        height: 65.21739%;
        width: 55%;
        flex-direction: column;
        padding: 0 50px; }
        @media (min-width: 768px) and (max-width: 1024px) {
          #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-content .swiper-content-right {
            height: 360px;
            width: 60%; } }
        @media (max-width: 767px) {
          #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-content .swiper-content-right {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
            width: 100%;
            height: unset;
            padding: 0 20px; } }
        @media (max-width: 767px) {
          #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-content .swiper-content-right .swiper-content-right-img {
            height: 25px;
            width: 86px; } }
        #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-content .swiper-content-right .swiper-content-right-title {
          font-family: Raleway;
          font-size: 41px;
          font-weight: 500;
          text-align: left;
          margin: 25px 0 40px 0;
          line-height: normal; }
          @media (min-width: 768px) and (max-width: 1024px) {
            #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-content .swiper-content-right .swiper-content-right-title {
              font-size: 34px; } }
          @media (max-width: 767px) {
            #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-content .swiper-content-right .swiper-content-right-title {
              font-size: 30px;
              text-align: center;
              margin-bottom: 20px; } }
        #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-content .swiper-content-right .swiper-content-right-btn {
          display: -webkit-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          -webkit-justify-content: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
          width: 169px;
          height: 50px;
          border-radius: 25px; }
          @media (max-width: 1024px) {
            #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-content .swiper-content-right .swiper-content-right-btn {
              width: 175px; } }
          #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-content .swiper-content-right .swiper-content-right-btn .swiper-content-right-btn-text {
            font-family: Raleway;
            font-size: 16px;
            font-weight: bold;
            margin-top: 2px; }
            @media (max-width: 767px) {
              #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-content .swiper-content-right .swiper-content-right-btn .swiper-content-right-btn-text {
                margin-top: 0px; } }

#brand-craft-blend {
  height: 100%;
  width: 100%; }
  @media (max-width: 1024px) {
    #brand-craft-blend {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      height: 700px;
      width: 100%; } }
  @media (max-width: 767px) {
    #brand-craft-blend {
      height: 500px;
      width: 100%; } }
  #brand-craft-blend .bc-blend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
    width: 100%; }
    @media (max-width: 767px) {
      #brand-craft-blend .bc-blend {
        margin-top: 40px;
        flex-direction: column-reverse; } }
    #brand-craft-blend .bc-blend .bc-blend-left {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: flex-start;
      -ms-flex-align: flex-start;
      -webkit-align-items: flex-start;
      align-items: flex-start;
      height: 100%;
      width: 50%;
      flex-direction: column;
      padding-left: 20px; }
      @media (min-width: 768px) and (max-width: 1024px) {
        #brand-craft-blend .bc-blend .bc-blend-left {
          padding-left: 30px;
          width: 90%; } }
      @media (width: 1366px) {
        #brand-craft-blend .bc-blend .bc-blend-left {
          margin-top: -2%; } }
      @media (width: 834px) {
        #brand-craft-blend .bc-blend .bc-blend-left {
          margin-top: 6%; } }
      @media (width: 1194px) {
        #brand-craft-blend .bc-blend .bc-blend-left {
          margin-top: 4%; } }
      @media (max-width: 767px) {
        #brand-craft-blend .bc-blend .bc-blend-left {
          margin-top: 20px;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          -webkit-justify-content: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
          height: unset;
          width: 100%;
          padding: 0;
          text-align: center; } }
      #brand-craft-blend .bc-blend .bc-blend-left .bc-blend-left-title {
        max-width: 406px;
        font-family: Raleway;
        font-size: 40px;
        font-weight: 300;
        line-height: 1.3;
        color: #333333; }
        @media (max-width: 1024px) {
          #brand-craft-blend .bc-blend .bc-blend-left .bc-blend-left-title {
            font-size: 28px; } }
        @media (max-width: 767px) {
          #brand-craft-blend .bc-blend .bc-blend-left .bc-blend-left-title {
            font-size: 24px; } }
        @media (width: 834px) {
          #brand-craft-blend .bc-blend .bc-blend-left .bc-blend-left-title {
            font-size: 22px; } }
        @media (width: 1194px) {
          #brand-craft-blend .bc-blend .bc-blend-left .bc-blend-left-title {
            font-size: 36px; } }
      #brand-craft-blend .bc-blend .bc-blend-left .bc-blend-left-text {
        font-family: Raleway;
        font-size: 16px;
        line-height: 1.5;
        color: #333333;
        margin: 20px 0 35px 0; }
        @media (max-width: 1024px) {
          #brand-craft-blend .bc-blend .bc-blend-left .bc-blend-left-text {
            font-size: 16px;
            margin: 10px 0 20px 0; } }
        @media (max-width: 767px) {
          #brand-craft-blend .bc-blend .bc-blend-left .bc-blend-left-text {
            font-size: 14px; } }
        @media (width: 834px) {
          #brand-craft-blend .bc-blend .bc-blend-left .bc-blend-left-text {
            font-size: 14px;
            margin: 3px 0 0px 0; } }
      #brand-craft-blend .bc-blend .bc-blend-left .bc-blend-left-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        width: 340px;
        height: 50px;
        border-radius: 25px;
        background-color: #de5727; }
        #brand-craft-blend .bc-blend .bc-blend-left .bc-blend-left-btn:hover {
          background-color: #ab441f; }
        @media (max-width: 1024px) {
          #brand-craft-blend .bc-blend .bc-blend-left .bc-blend-left-btn {
            width: 308px;
            font-size: 16px;
            text-align: center;
            margin: 10px 0 20px 0; } }
        @media (max-width: 767px) {
          #brand-craft-blend .bc-blend .bc-blend-left .bc-blend-left-btn {
            font-size: 14px; } }
        @media (width: 834px) {
          #brand-craft-blend .bc-blend .bc-blend-left .bc-blend-left-btn {
            width: 308px; } }
        #brand-craft-blend .bc-blend .bc-blend-left .bc-blend-left-btn .bc-blend-left-btn-text {
          font-family: Raleway;
          font-size: 16px;
          font-weight: bold;
          line-height: 1.13;
          letter-spacing: 1px;
          text-align: center;
          color: white;
          margin-top: 2px; }
    #brand-craft-blend .bc-blend .bc-blend-right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      height: 100%;
      width: 50%; }
      @media (max-width: 1024px) {
        #brand-craft-blend .bc-blend .bc-blend-right {
          height: unset;
          width: 100%;
          margin: 10px 0px 10px 0px; } }
      #brand-craft-blend .bc-blend .bc-blend-right .bc-blend-right-img-lg {
        width: 100%;
        max-height: 100%; }
        @media (max-width: 1024px) {
          #brand-craft-blend .bc-blend .bc-blend-right .bc-blend-right-img-lg {
            display: none; } }
        @media (min-width: 768px) and (max-width: 1024px) {
          #brand-craft-blend .bc-blend .bc-blend-right .bc-blend-right-img-lg {
            display: block; } }
      @media (min-width: 1025px) {
        #brand-craft-blend .bc-blend .bc-blend-right .bc-blend-right-img-sm {
          display: none; } }
      @media (min-width: 768px) and (max-width: 1024px) {
        #brand-craft-blend .bc-blend .bc-blend-right .bc-blend-right-img-sm {
          display: none; } }

.brand-color-1 #main .shopify-section .homepage-section .section__title-holder .container .section__title {
  color: #de5727; }
.brand-color-1 #main .shopify-section .homepage-section .tabs-container .container .tabset-select ul.tabset li a:hover {
  border-color: #de5727; }
.brand-color-1 #main .shopify-section .homepage-section .tabs-container .container .tabset-select ul.tabset li.active a {
  color: #de5727;
  border-color: #de5727; }
.brand-color-1 #main .shopify-section .homepage-section .tabs-container .tab-content .id-tabs .swiper-container .swiper-wrapper .swiper-slide .product-item .get_listingpage .product-item__checkbox-holder label .product-item__checkbox-label.active {
  color: #de5727; }
.brand-color-1 #main .shopify-section .homepage-section .tabs-container .tab-content .id-tabs .swiper-container .swiper-wrapper .swiper-slide .product-item .get_listingpage .product-item__checkbox-holder label span {
  border-right: 1px solid #de5727; }
.brand-color-1 #main .shopify-section .homepage-section .tabs-container .tab-content .id-tabs .swiper-container .swiper-wrapper .swiper-slide .product-item .get_listingpage .product-item__checkbox-holder label:last-child span {
  border-right: 0; }
.brand-color-1 #main .shopify-section .homepage-section .tabs-container .tab-content .id-tabs .swiper-container .swiper-wrapper .swiper-slide .product-item .product-item__footer form .btn-primary {
  background: #de5727;
  border-color: #de5727; }
.brand-color-1 #main .shopify-section .homepage-section .tabs-container .tab-content .id-tabs .swiper-container .swiper-wrapper .swiper-slide:hover {
  border: solid 1px #de5727; }
.brand-color-1 #main .shopify-section .homepage-section .collection-all-prod a {
  color: #de5727; }

#brand-featured-products {
  height: 775px;
  width: 100%; }
  #brand-featured-products .arrow-right, #brand-featured-products .arrow-left, #brand-featured-products .arrow-down, #brand-featured-products .arrow-up {
    display: block;
    margin: 30px auto;
    width: 11px;
    height: 11px;
    position: absolute; }
  #brand-featured-products .arrow-right {
    transform: rotate(135deg);
    z-index: 10;
    top: 30%;
    right: 8%; }
    @media (min-width: 768px) and (max-width: 1024px) {
      #brand-featured-products .arrow-right {
        right: 5%;
        top: 42%; } }
  #brand-featured-products .arrow-left {
    transform: rotate(-45deg);
    z-index: 10;
    top: 30%;
    left: 8%; }
    @media (min-width: 768px) and (max-width: 1024px) {
      #brand-featured-products .arrow-left {
        left: 5%;
        top: 43%; } }
  #brand-featured-products .arrow-up {
    transform: rotate(45deg);
    top: 50%; }
  #brand-featured-products .arrow-down {
    transform: rotate(-135deg);
    top: -17px;
    right: 20px; }
  @media (min-width: 1025px) {
    #brand-featured-products .arrow-right, #brand-featured-products .arrow-left, #brand-featured-products .arrow-down, #brand-featured-products .arrow-up {
      display: none; } }
  #brand-featured-products .bf-products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
    width: 100%;
    flex-direction: column; }
    @media (max-width: 767px) {
      #brand-featured-products .bf-products {
        margin-top: 20px; } }
    #brand-featured-products .bf-products .bfp-title {
      font-family: Raleway;
      font-size: 40px;
      font-weight: 300;
      line-height: 1.3;
      text-align: center; }
      @media (max-width: 767px) {
        #brand-featured-products .bf-products .bfp-title {
          font-size: 24px; } }
    #brand-featured-products .bf-products .bfp-col-menu-desktop {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      height: 50px;
      width: 100%;
      list-style: none;
      padding: 0;
      margin: 30px 0; }
      @media (max-width: 1024px) {
        #brand-featured-products .bf-products .bfp-col-menu-desktop {
          display: none; } }
      #brand-featured-products .bf-products .bfp-col-menu-desktop .bfp-col-menu-item-desktop {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        transition: color .3s ease,background .3s ease,border-color .3s ease,box-shadow .3s ease,opacity .3s ease;
        color: #333333;
        width: 230px;
        height: 50px;
        border-radius: 25px;
        background-color: white;
        margin: 0 10px;
        text-align: center;
        font-family: Raleway;
        font-size: 14px;
        font-weight: bold; }
        #brand-featured-products .bf-products .bfp-col-menu-desktop .bfp-col-menu-item-desktop:hover {
          cursor: pointer; }
      #brand-featured-products .bf-products .bfp-col-menu-desktop .bfp-active {
        color: #de5727; }
    #brand-featured-products .bf-products .bfp-col-menu-mobile {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      height: 42px;
      width: 60%;
      max-width: 300px;
      border-radius: 25px;
      margin-top: 20px;
      background-color: white;
      position: relative;
      font-family: Raleway;
      font-size: 14px;
      font-weight: bold;
      letter-spacing: 1px;
      color: #4d4d4d; }
      #brand-featured-products .bf-products .bfp-col-menu-mobile:hover {
        cursor: pointer; }
      @media (max-width: 767px) {
        #brand-featured-products .bf-products .bfp-col-menu-mobile {
          width: 80%; } }
      @media (min-width: 1025px) {
        #brand-featured-products .bf-products .bfp-col-menu-mobile {
          display: none; } }
      #brand-featured-products .bf-products .bfp-col-menu-mobile .bfp-col-menu-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        height: 100%;
        width: 100%; }
      #brand-featured-products .bf-products .bfp-col-menu-mobile .bfp-col-menu-mobile-dropdown {
        display: none;
        position: absolute;
        list-style: none;
        top: 50px;
        padding: 0;
        margin: 0;
        z-index: 900;
        width: 100%;
        border-radius: 16px;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0);
        border: solid 1px #dadada;
        background-color: white; }
        #brand-featured-products .bf-products .bfp-col-menu-mobile .bfp-col-menu-mobile-dropdown .bfp-col-menu-item-mobile {
          display: -webkit-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-box-pack: flex-start;
          -ms-flex-pack: flex-start;
          -webkit-justify-content: flex-start;
          justify-content: flex-start;
          -webkit-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
          height: 42px;
          width: 100%;
          padding-left: 25px; }
          #brand-featured-products .bf-products .bfp-col-menu-mobile .bfp-col-menu-mobile-dropdown .bfp-col-menu-item-mobile:not(:last-child) {
            border-bottom: solid 1px #dadada; }
    #brand-featured-products .bf-products .swiper-container {
      min-height: 498px;
      height: 498px;
      padding: 0 60px;
      position: relative; }
      @media (max-width: 1024px) {
        #brand-featured-products .bf-products .swiper-container {
          width: 328px;
          padding-left: 14px;
          padding-right: 0;
          margin-top: 20px; } }
      @media (min-width: 768px) and (max-width: 1024px) {
        #brand-featured-products .bf-products .swiper-container {
          width: 100%; } }
      #brand-featured-products .bf-products .swiper-container .swiper-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: flex-start;
        -ms-flex-pack: flex-start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        height: 100%;
        width: 100%; }
        #brand-featured-products .bf-products .swiper-container .swiper-wrapper .swiper-slide {
          padding: 25px 0;
          margin-right: 40px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          -webkit-justify-content: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
          flex-direction: column;
          height: 475px !important;
          width: 300px !important;
          border-radius: 21px;
          box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.1);
          background-color: white; }
          #brand-featured-products .bf-products .swiper-container .swiper-wrapper .swiper-slide:last-child {
            margin-right: 14px !important; }
          #brand-featured-products .bf-products .swiper-container .swiper-wrapper .swiper-slide .bfp-img-container {
            padding: 0 65px; }
            #brand-featured-products .bf-products .swiper-container .swiper-wrapper .swiper-slide .bfp-img-container .bfp-img-link {
              display: -webkit-box;
              display: -ms-flexbox;
              display: -webkit-flex;
              display: flex;
              height: 100%;
              width: 100%;
              position: relative; }
              #brand-featured-products .bf-products .swiper-container .swiper-wrapper .swiper-slide .bfp-img-container .bfp-img-link .bfp-img {
                height: 210px;
                width: 170px;
                max-width: 170px;
                max-height: 210px; }
              #brand-featured-products .bf-products .swiper-container .swiper-wrapper .swiper-slide .bfp-img-container .bfp-img-link .bfp-img-disabled {
                opacity: 0.5; }
          #brand-featured-products .bf-products .swiper-container .swiper-wrapper .swiper-slide .bfp-name {
            width: 250px;
            height: 55px;
            font-family: Raleway;
            font-size: 14px;
            font-weight: 600;
            line-height: 1.29;
            text-align: center;
            color: #4d4d4d;
            margin-top: 20px; }
          #brand-featured-products .bf-products .swiper-container .swiper-wrapper .swiper-slide .bfp-qty-container {
            display: -webkit-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
            height: 18px;
            width: 200px;
            margin: 10px 0; }
            #brand-featured-products .bf-products .swiper-container .swiper-wrapper .swiper-slide .bfp-qty-container .bfp-qty-variant {
              width: 33%;
              font-family: Arial;
              font-size: 12px;
              font-weight: 600;
              text-align: center;
              color: #666666; }
              #brand-featured-products .bf-products .swiper-container .swiper-wrapper .swiper-slide .bfp-qty-container .bfp-qty-variant:hover {
                cursor: pointer; }
          #brand-featured-products .bf-products .swiper-container .swiper-wrapper .swiper-slide .bfp-qty-spacer {
            height: 18px;
            width: 250px;
            margin: 10px 0; }
          #brand-featured-products .bf-products .swiper-container .swiper-wrapper .swiper-slide .bfp-price {
            height: 22px;
            width: 100%;
            font-family: Arial;
            font-size: 18px;
            font-weight: bold;
            text-align: center;
            color: black; }
          #brand-featured-products .bf-products .swiper-container .swiper-wrapper .swiper-slide .bfp-btn {
            display: -webkit-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
            width: 200px;
            height: 55px;
            border-radius: 25px;
            font-family: Raleway;
            font-size: 16px;
            font-weight: bold;
            line-height: 1.13;
            letter-spacing: 1px;
            text-align: center;
            color: white;
            margin-top: 15px; }
            #brand-featured-products .bf-products .swiper-container .swiper-wrapper .swiper-slide .bfp-btn:hover {
              cursor: pointer; }
      #brand-featured-products .bf-products .swiper-container .swiper-button-prev {
        height: 63px;
        width: 40px;
        top: 50%;
        transform: rotate(180deg);
        z-index: 5;
        left: 0.5%;
        background-image: none; }
        @media (min-width: 1025px) {
          #brand-featured-products .bf-products .swiper-container .swiper-button-prev {
            display: none; } }
        @media (max-width: 767px) {
          #brand-featured-products .bf-products .swiper-container .swiper-button-prev {
            height: 17px;
            width: 11px;
            left: 7.5%; } }
      #brand-featured-products .bf-products .swiper-container .swiper-button-next {
        height: 63px;
        width: 40px;
        top: 50%;
        z-index: 5;
        right: 1.5%;
        background-image: none; }
        @media (min-width: 1025px) {
          #brand-featured-products .bf-products .swiper-container .swiper-button-next {
            display: none; } }
        @media (max-width: 767px) {
          #brand-featured-products .bf-products .swiper-container .swiper-button-next {
            height: 17px;
            width: 11px;
            right: 7.5%; } }
    #brand-featured-products .bf-products .bfp-view-all-products {
      height: 19px;
      width: 100%;
      font-family: Raleway;
      font-size: 16px;
      font-weight: 500;
      text-align: center;
      margin: 30px; }
  #brand-featured-products .arrow-right:focus, #brand-featured-products .arrow-left:focus {
    outline: none; }

#brand-ingredients {
  height: 610px;
  width: 100%;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  border-top: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc; }
  @media (max-width: 767px) {
    #brand-ingredients {
      height: 880px;
      width: 100%; } }
  @media (min-width: 1200px) and (max-width: 1299px) {
    #brand-ingredients {
      height: 710px; } }
  #brand-ingredients .bi-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
    width: 100%;
    flex-direction: column;
    position: relative; }
    #brand-ingredients .bi-container .bi-info .bi-info-title {
      height: 52px;
      width: 100%;
      font-family: Raleway;
      font-size: 40px;
      font-weight: 300;
      line-height: 1.3;
      text-align: center;
      color: white; }
      @media (max-width: 767px) {
        #brand-ingredients .bi-container .bi-info .bi-info-title {
          height: 30px;
          width: 100%;
          max-width: 308px;
          font-size: 30px;
          line-height: 1; } }
    #brand-ingredients .bi-container .bi-info .bi-info-text {
      height: auto;
      width: 100%;
      max-width: 800px;
      font-family: Raleway;
      font-size: 16px;
      font-weight: 600;
      line-height: 1.5;
      text-align: center;
      color: white;
      margin: 30px 0 40px 0; }
      @media (max-width: 767px) {
        #brand-ingredients .bi-container .bi-info .bi-info-text {
          height: auto;
          width: 100%;
          max-width: 308px;
          font-size: 14px;
          line-height: 1.43;
          letter-spacing: 0.5px;
          margin-left: auto;
          margin-right: auto; } }
    #brand-ingredients .bi-container .bi-ingredients {
      height: 330px;
      width: 100%; }
      @media (min-width: 768px) and (max-width: 1024px) {
        #brand-ingredients .bi-container .bi-ingredients {
          height: 315px; } }
      @media (max-width: 767px) {
        #brand-ingredients .bi-container .bi-ingredients {
          height: 320px; } }
      #brand-ingredients .bi-container .bi-ingredients .swiper-container {
        height: 100%; }
        @media (min-width: 1200px) {
          #brand-ingredients .bi-container .bi-ingredients .swiper-container .swiper-wrapper {
            display: -webkit-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
            transform: none !important; } }
        #brand-ingredients .bi-container .bi-ingredients .swiper-container .swiper-wrapper .swiper-slide {
          height: 330px;
          width: 240px !important;
          padding: 0 45px;
          border-right: solid 1px rgba(255, 255, 255, 0.25); }
          @media (min-width: 1300px) {
            #brand-ingredients .bi-container .bi-ingredients .swiper-container .swiper-wrapper .swiper-slide {
              width: 20% !important;
              padding: 0 10px; } }
          @media (min-width: 1201px) {
            #brand-ingredients .bi-container .bi-ingredients .swiper-container .swiper-wrapper .swiper-slide {
              padding: 0 0px 0 0px;
              margin-right: 0px !important;
              width: 300px !important;
              border-right: unset; }
              #brand-ingredients .bi-container .bi-ingredients .swiper-container .swiper-wrapper .swiper-slide:last-child .bi-ingredients-container {
                border-right: 0px; } }
          @media (max-width: 767px) {
            #brand-ingredients .bi-container .bi-ingredients .swiper-container .swiper-wrapper .swiper-slide {
              width: 65% !important;
              padding: 0px 10px;
              border-right: unset; } }
          @media (max-width: 767px) {
            #brand-ingredients .bi-container .bi-ingredients .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active {
              border-right: solid 1px rgba(255, 255, 255, 0.25);
              border-left: solid 1px rgba(255, 255, 255, 0.25); } }
          @media (max-width: 767px) {
            #brand-ingredients .bi-container .bi-ingredients .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active:last-child {
              border-right: unset; } }
          @media (max-width: 767px) {
            #brand-ingredients .bi-container .bi-ingredients .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active:first-child {
              border-left: unset; } }
          #brand-ingredients .bi-container .bi-ingredients .swiper-container .swiper-wrapper .swiper-slide:last-child {
            border-right: none; }
          #brand-ingredients .bi-container .bi-ingredients .swiper-container .swiper-wrapper .swiper-slide .bi-ingredients-container {
            display: -webkit-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
            height: auto;
            width: 100%;
            flex-direction: column; }
            @media (min-width: 1201px) {
              #brand-ingredients .bi-container .bi-ingredients .swiper-container .swiper-wrapper .swiper-slide .bi-ingredients-container {
                padding: 0px 15px;
                border-right: solid 1px rgba(255, 255, 255, 0.25);
                min-height: 328px;
                justify-content: end; } }
            #brand-ingredients .bi-container .bi-ingredients .swiper-container .swiper-wrapper .swiper-slide .bi-ingredients-container .bi-ing-img {
              height: 145px;
              width: 145px; }
              @media (max-width: 767px) {
                #brand-ingredients .bi-container .bi-ingredients .swiper-container .swiper-wrapper .swiper-slide .bi-ingredients-container .bi-ing-img {
                  height: 127px;
                  width: 127px; } }
            #brand-ingredients .bi-container .bi-ingredients .swiper-container .swiper-wrapper .swiper-slide .bi-ingredients-container .bi-ing-title {
              height: 21px;
              font-family: Raleway;
              font-size: 18px;
              font-weight: bold;
              text-align: center;
              color: white;
              margin: 10px 0 6px 0; }
            #brand-ingredients .bi-container .bi-ingredients .swiper-container .swiper-wrapper .swiper-slide .bi-ingredients-container .bi-ing-info {
              height: auto;
              width: 175px;
              font-family: Raleway;
              font-size: 14px;
              font-weight: 600;
              line-height: 1.43;
              text-align: center;
              color: white;
              overflow: hidden; }
        @media (min-width: 1200px) {
          #brand-ingredients .bi-container .bi-ingredients .swiper-container .swiper-pagination {
            display: none; } }
        #brand-ingredients .bi-container .bi-ingredients .swiper-container .swiper-pagination .swiper-pagination-bullet {
          background-color: white; }
        #brand-ingredients .bi-container .bi-ingredients .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
          background-color: #a3020a; }
        #brand-ingredients .bi-container .bi-ingredients .swiper-container .swiper-pagination .swiper-pagination-bullet:hover {
          background-color: #a3020a; }
        #brand-ingredients .bi-container .bi-ingredients .swiper-container .swiper-pagination .swiper-pagination-bullet {
          opacity: 1; }
    #brand-ingredients .bi-container .bi-cta {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      height: 50px;
      width: 100%;
      margin: 50px 0; }
      @media (min-width: 768px) and (max-width: 1024px) {
        #brand-ingredients .bi-container .bi-cta {
          margin: 25px 0 50px; } }
      #brand-ingredients .bi-container .bi-cta .bi-cta-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        height: 50px;
        width: 340px;
        border-radius: 25px;
        background-color: white;
        font-family: Raleway;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        text-transform: uppercase; }
        #brand-ingredients .bi-container .bi-cta .bi-cta-btn:hover {
          cursor: pointer; }
        #brand-ingredients .bi-container .bi-cta .bi-cta-btn span {
          margin-top: 2px; }
    #brand-ingredients .bi-container .bi-img-fruit {
      height: 119px;
      width: 161px;
      object-fit: contain;
      position: absolute;
      bottom: -63px;
      z-index: 5; }
      @media (max-width: 767px) {
        #brand-ingredients .bi-container .bi-img-fruit {
          height: 101px;
          width: 161px;
          bottom: -53px; } }

#brand-story {
  height: 385px;
  width: 100%;
  max-height: 385px;
  position: relative;
  margin-top: 14px; }
  @media (max-width: 767px) {
    #brand-story {
      margin-top: 6px; } }
  #brand-story .bs-img-desktop {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1; }
    @media (max-width: 767px) {
      #brand-story .bs-img-desktop {
        display: none; } }
  #brand-story .bs-img-mobile {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1; }
    @media (min-width: 768px) {
      #brand-story .bs-img-mobile {
        display: none; } }
  #brand-story .bs-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
    width: 100%;
    flex-direction: column; }
    #brand-story .bs-container .bs-title {
      height: 52px;
      width: 100%;
      font-family: Raleway;
      font-size: 40px;
      font-weight: 600;
      line-height: 1.3;
      text-align: center;
      color: white;
      margin-bottom: 20px; }
      @media (max-width: 767px) {
        #brand-story .bs-container .bs-title {
          height: 30px;
          font-size: 24px; } }
    #brand-story .bs-container .bs-text {
      height: 120px;
      width: 100%;
      max-width: 800px;
      font-family: Raleway;
      font-size: 16px;
      font-weight: 600;
      line-height: 1.5;
      text-align: center;
      color: white; }
      @media (max-width: 767px) {
        #brand-story .bs-container .bs-text {
          height: 220px;
          width: 100%;
          max-width: 308px;
          font-size: 14px; } }

#brand-formats {
  height: 500px;
  width: 100%; }
  @media (max-width: 1024px) {
    #brand-formats {
      height: 590px;
      width: 100%; } }
  @media (min-width: 768px) {
    #brand-formats {
      position: relative;
      display: inline; } }
  #brand-formats .bf-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
    width: 100%; }
    @media (max-width: 767px) {
      #brand-formats .bf-container {
        flex-direction: column; } }
    @media (min-width: 768px) {
      #brand-formats .bf-container img.bf-img.bf-back {
        top: 0px; } }
    #brand-formats .bf-container .bf-left {
      height: 100%;
      width: 50%; }
      @media (max-width: 1024px) {
        #brand-formats .bf-container .bf-left {
          display: -webkit-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          -webkit-justify-content: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
          width: 80%;
          max-height: 225px; } }
      @media (max-width: 767px) {
        #brand-formats .bf-container .bf-left {
          width: 84%; } }
      #brand-formats .bf-container .bf-left .bf-img {
        width: 100%; }
        @media (min-width: 768px) and (max-width: 1024px) {
          #brand-formats .bf-container .bf-left .bf-img {
            height: auto; } }
    #brand-formats .bf-container .bf-right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: flex-start;
      -ms-flex-align: flex-start;
      -webkit-align-items: flex-start;
      align-items: flex-start;
      height: 100%;
      width: 50%;
      flex-direction: column;
      padding-right: 20px; }
      @media (max-width: 1024px) {
        #brand-formats .bf-container .bf-right {
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          -webkit-justify-content: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
          width: 100%;
          max-height: 375px; } }
      @media (min-width: 768px) and (max-width: 1024px) {
        #brand-formats .bf-container .bf-right {
          align-items: flex-start; } }
      #brand-formats .bf-container .bf-right .bf-title {
        height: 47px;
        width: 330px;
        font-family: Raleway;
        font-size: 40px;
        font-weight: 300;
        color: #333333; }
        @media (max-width: 1024px) {
          #brand-formats .bf-container .bf-right .bf-title {
            height: 30px;
            width: 100%;
            font-size: 24px;
            font-weight: normal;
            line-height: 1.25;
            text-align: center;
            height: auto; } }
        @media (min-width: 768px) and (max-width: 1024px) {
          #brand-formats .bf-container .bf-right .bf-title {
            max-width: unset;
            text-align: left; } }
      #brand-formats .bf-container .bf-right .bf-text {
        height: auto;
        width: 100%;
        max-height: 169px;
        font-family: Raleway;
        font-size: 16px;
        line-height: 1.5;
        color: #333333;
        margin: 15px 0 30px 0; }
        @media (max-width: 1024px) {
          #brand-formats .bf-container .bf-right .bf-text {
            height: 100%;
            width: 100%;
            max-width: 800px;
            max-height: 80px;
            font-size: 14px;
            line-height: 1.43;
            color: #333333;
            text-align: left; } }
        @media (min-width: 768px) and (max-width: 1024px) {
          #brand-formats .bf-container .bf-right .bf-text {
            max-height: 100px; } }
        @media (max-width: 767px) {
          #brand-formats .bf-container .bf-right .bf-text {
            max-width: 308px;
            max-height: 163px; } }
      #brand-formats .bf-container .bf-right .bf-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        height: 50px;
        width: 340px;
        border-radius: 25px;
        color: white;
        font-family: Raleway;
        font-size: 16px;
        font-weight: bold;
        line-height: 1.13;
        letter-spacing: 1px;
        text-align: center;
        color: white; }
        #brand-formats .bf-container .bf-right .bf-btn:hover {
          cursor: pointer; }
        @media (max-width: 1024px) {
          #brand-formats .bf-container .bf-right .bf-btn {
            height: 50px;
            width: 175px;
            border-radius: 25px !important; } }
        @media (min-width: 768px) and (max-width: 1024px) {
          #brand-formats .bf-container .bf-right .bf-btn {
            width: 280px; } }

#brand-blogs {
  padding: 25px 0 0 0; }
  #brand-blogs .bb-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-direction: column; }
    #brand-blogs .bb-container .bb-title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      height: 50px;
      width: 100%;
      max-width: 642px;
      font-family: Raleway;
      font-size: 40px;
      font-weight: 300;
      text-align: center;
      margin-bottom: 50px; }
      @media (max-width: 767px) {
        #brand-blogs .bb-container .bb-title {
          font-size: 24px;
          margin-bottom: 30px;
          max-width: 192px;
          font-weight: normal; } }
    #brand-blogs .bb-container .bb-articles {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      flex-wrap: wrap; }
      @media (max-width: 767px) {
        #brand-blogs .bb-container .bb-articles {
          flex-direction: column; } }
      #brand-blogs .bb-container .bb-articles .bb-article-card {
        height: 410px;
        width: 285px;
        border-radius: 21px;
        box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.1);
        background-color: white;
        margin: 7.5px; }
        #brand-blogs .bb-container .bb-articles .bb-article-card .bb-article-img {
          height: 180px;
          width: 330px;
          border-top-left-radius: 21px;
          border-top-right-radius: 21px; }
        #brand-blogs .bb-container .bb-articles .bb-article-card .bb-article-card-info {
          height: 220px;
          width: 285px;
          padding: 20px; }
          #brand-blogs .bb-container .bb-articles .bb-article-card .bb-article-card-info .bb-article-date {
            height: 16px;
            width: 100%;
            font-family: Arial;
            font-size: 14px;
            color: #4d4d4d; }
          #brand-blogs .bb-container .bb-articles .bb-article-card .bb-article-card-info .bb-article-title {
            height: auto;
            width: 100%;
            font-family: Raleway;
            font-size: 16px;
            font-weight: 600;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.33;
            letter-spacing: normal;
            color: #333333;
            margin: 15px 0; }
          #brand-blogs .bb-container .bb-articles .bb-article-card .bb-article-card-info .bb-article-text {
            height: 72px;
            width: 100%;
            font-family: Raleway;
            font-size: 12px;
            font-weight: 500;
            line-height: 2;
            color: #333333; }
          #brand-blogs .bb-container .bb-articles .bb-article-card .bb-article-card-info .bb-article-read-more {
            font-weight: bold; }
            #brand-blogs .bb-container .bb-articles .bb-article-card .bb-article-card-info .bb-article-read-more:hover {
              cursor: pointer; }
    #brand-blogs .bb-container .bb-view-more-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      height: 30px;
      width: 100%;
      margin-top: 30px; }
      @media (min-width: 1201px) {
        #brand-blogs .bb-container .bb-view-more-container {
          margin-top: 14px;
          margin-bottom: 0px; } }
      @media (max-width: 767px) {
        #brand-blogs .bb-container .bb-view-more-container {
          margin-top: 6px; } }
      #brand-blogs .bb-container .bb-view-more-container .bb-view-more-text {
        height: 19px;
        width: 140px;
        font-family: Raleway;
        font-size: 16px;
        font-weight: 500;
        text-align: center; }

#brand-faq {
  height: 300px;
  width: 100%; }
  @media (max-width: 767px) {
    #brand-faq {
      height: 300px;
      margin-top: 40px; } }
  #brand-faq .bfaq-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
    width: 100%;
    flex-direction: column; }
    #brand-faq .bfaq-container .bfaq-title {
      height: 50px;
      width: 100%;
      max-width: 670px;
      font-family: Raleway;
      font-size: 40px;
      font-weight: 300;
      line-height: 1.3;
      text-align: center; }
      @media (max-width: 767px) {
        #brand-faq .bfaq-container .bfaq-title {
          height: 60px;
          width: 100%;
          font-size: 24px;
          line-height: 1.25;
          font-weight: normal;
          max-width: 205px; } }
    #brand-faq .bfaq-container .bfaq-text {
      height: 20px;
      width: 100%;
      max-width: 645px;
      font-family: Raleway;
      font-size: 16px;
      text-align: center;
      color: #4d4d4d;
      margin: 25px 0 30px 0; }
      @media (max-width: 767px) {
        #brand-faq .bfaq-container .bfaq-text {
          height: 50px;
          width: 100%;
          max-width: 332px;
          line-height: 1.5;
          margin: 15px 0 20px 0; } }
    #brand-faq .bfaq-container .bfaq-btn {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      width: 300px;
      height: 50px;
      border-radius: 25px; }
      @media (max-width: 767px) {
        #brand-faq .bfaq-container .bfaq-btn {
          max-width: 175px; } }
      #brand-faq .bfaq-container .bfaq-btn:hover {
        cursor: pointer; }
      #brand-faq .bfaq-container .bfaq-btn .bfaq-btn-text {
        font-family: Raleway;
        font-size: 16px;
        font-weight: bold;
        line-height: 1.13;
        letter-spacing: 1px;
        text-align: center;
        color: white; }

/*  movefree page design starts here*/
.brand-page-4 #brand-ingredients {
  background: url(move-free-ing-background.jpg) no-repeat;
  background-size: 100% 100%; }
  @media only screen and (width: 1194px) and (orientation: landscape) {
    .brand-page-4 #brand-ingredients .bi-container .bi-ingredients .swiper-container .swiper-wrapper {
      transform: translate3d(30%, 0px, 0px) !important; } }
  .brand-page-4 #brand-ingredients .bi-container .bi-ingredients .swiper-container .swiper-wrapper .swiper-slide {
    padding: 0px; }
    .brand-page-4 #brand-ingredients .bi-container .bi-ingredients .swiper-container .swiper-wrapper .swiper-slide .bi-ingredients-container .bi-ing-info {
      height: 76px; }
    .brand-page-4 #brand-ingredients .bi-container .bi-ingredients .swiper-container .swiper-wrapper .swiper-slide .bi-ingredients-container .bi-ing-title {
      height: 42px; }
  .brand-page-4 #brand-ingredients .bi-container .bi-info .bi-info-title {
    font-weight: 300;
    line-height: normal; }
    @media (min-width: 768px) and (max-width: 1024px) {
      .brand-page-4 #brand-ingredients .bi-container .bi-info .bi-info-title {
        margin-top: -80px; } }
  .brand-page-4 #brand-ingredients .bi-container .bi-cta .bi-cta-btn {
    color: #0079c8 !important; }
    .brand-page-4 #brand-ingredients .bi-container .bi-cta .bi-cta-btn:hover {
      color: #005994 !important; }
.brand-page-4 #brand-formats .bf-container .bf-right .bf-title {
  color: #0079c8; }
.brand-page-4 #brand-formats .bf-btn {
  background-color: #005994; }
  .brand-page-4 #brand-formats .bf-btn:hover {
    background-color: #0079c8; }
.brand-page-4 #brand-blogs .bb-container .bb-title {
  color: #0079c8; }
.brand-page-4 #brand-blogs .bb-article-read-more, .brand-page-4 #brand-blogs .bb-view-more-text {
  color: #0079c8; }
.brand-page-4 #brand-faq .bfaq-title {
  color: #0079c8; }
.brand-page-4 #brand-faq .bfaq-btn {
  background-color: #005994; }
  .brand-page-4 #brand-faq .bfaq-btn:hover {
    background-color: #0079c8; }
.brand-page-4 .brands-block .brands-block__holder .container .brands-block__box .move-free-title {
  color: #fff !important;
  font-weight: bold; }
.brand-page-4 .brands-block .brands-block__holder .container .brands-block__box .rewards-email-section #email {
  width: 300px;
  height: 50px;
  margin: 0px 0px 16px 0px; }
.brand-page-4 .brands-block .brands-block__holder .container .brands-block__box .brands-block__btn-holder a {
  width: 300px;
  height: 50px;
  font-family: Raleway;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: 1px;
  text-align: center;
  padding: 13px 0px; }
  @media (max-width: 767px) {
    .brand-page-4 .brands-block .brands-block__holder .container .brands-block__box .brands-block__btn-holder a {
      padding: 7px 0px; } }
.brand-page-4 #brand-craft-blend .bc-blend .bc-blend-left .bc-blend-left-btn {
  background-color: #0079c8; }
.brand-page-4 #bh-slides .swiper-container .swiper-button-next, .brand-page-4 #bh-slides .swiper-container .swiper-button-prev {
  height: 28px;
  width: 19px; }
@media (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .brand-page-4 #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-content .swiper-content-left .swiper-content-left-img {
    margin-top: 15px; } }
@media (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .brand-page-4 #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-content .swiper-content-right .swiper-content-right-img {
    margin-top: 20px; } }
@media (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .brand-page-4 #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-content .swiper-content-right .swiper-content-right-title {
    font-size: 30px;
    line-height: 1.1; } }
.brand-page-4 .swiper-content-right-btn-text {
  color: #0079c8; }
.brand-page-4 .swiper-content-right-btn {
  border: solid 1px #0079c8; }
  .brand-page-4 .swiper-content-right-btn:hover .swiper-content-right-btn-text {
    color: #005994; }
@media (min-width: 768px) {
  .brand-page-4 .tabs-products .tab-content-2 .swiper-wrapper .swiper-slide {
    min-height: 465px; } }
@media (min-width: 768px) {
  .brand-page-4 .tabs-products .tab-content-2 .swiper-wrapper .swiper-slide .product-item {
    min-height: 465px; } }
@media (min-width: 1220px) {
  .brand-page-4 .tabs-products .tab-content-2 .swiper-wrapper .swiper-slide .product-item {
    min-height: 525px; } }
@media (min-width: 768px) {
  .brand-page-4 .tabs-products .tab-content-2 .swiper-wrapper .swiper-slide .product-item .product-item__title {
    min-height: 60px; } }
@media (min-width: 768px) {
  .brand-page-4 .tabs-products .tab-content-2 .swiper-wrapper .swiper-slide .product-item .product-item__checkbox-holder {
    min-height: 26px; } }

/* blog page social icon color change */
.article-blog .social-networks svg {
  fill: #d6020c; }
.article-blog .article-wrapper p a {
  color: #d6020c; }

/*  movefree page design ends here*/
/*  issue fix on airbone page */
@media (max-width: 767px) {
  #shopify-section-blp-socials {
    padding-top: 0px; } }

@media (max-width: 767px) {
  #brand-blogs .bb-container .bb-articles .bb-article-card {
    margin: 13.5px; }

  .article-blog #main #blog-article .container {
    max-width: unset;
    padding: 0px; }
    .article-blog #main #blog-article .container .row .article-wrapper {
      padding: 0px; }
      .article-blog #main #blog-article .container .row .article-wrapper .article-holder .article-header-image {
        width: 100%; }
      .article-blog #main #blog-article .container .row .article-wrapper .article-holder .article-heading, .article-blog #main #blog-article .container .row .article-wrapper .article-holder .article-content {
        max-width: 1050px;
        padding: 0px 40px 0px 40px;
        margin: 0 auto; }

  #dev-schiff-vitamins #main .shopify-section .schiff-brand-section-wrapper .schiff-cards-wrapper .container .row .brand-cards {
    height: 340px; }

  .brand-color-5 .tabset a {
    color: #333;
    font-weight: 900; }

  .brand-color-4 #shopify-section-move-free-craft-blend .container {
    max-width: unset;
    padding: 0px; }
  .brand-color-4 #shopify-section-move-free-craft-blend #brand-craft-blend .bc-blend .bc-blend-right-img-sm {
    width: 100%; }
  .brand-color-4 #shopify-section-move-free-craft-blend #brand-craft-blend .bc-blend .bc-blend-left {
    padding: 0 20px;
    max-width: 1410px;
    margin-top: -25px; }

  #shopify-section-megared-socials {
    margin-top: 5px; }

  .brand-page-3 #brand-formats .bf-container .bf-right .bf-title {
    height: 90px !important; }

  #shopify-section-digestive-feature-collection {
    margin-bottom: -25px; }

  .brand-page-3 #shopify-section-banner .brands-block .brands-block__holder .container .brands-block__box .rewards-email-section #email {
    max-width: 244px !important; }
  .brand-page-3 #brand-ingredients {
    height: 725px; }

  .brand-color-3.brand-page-3 #brand-story {
    height: 500px;
    width: 100%;
    max-height: 462px;
    margin-bottom: 40px; }

  .brand-page-1 #bh-slides .swiper-container {
    height: 650px; }
  .brand-page-1 #brand-craft-blend {
    height: 600px; }
  .brand-page-1 .bi-footer-desc {
    padding: 15px;
    text-align: center; }
  .brand-page-1 #brand-formats {
    height: 650px; }
    .brand-page-1 #brand-formats .bf-container .bf-right .bf-title {
      height: 90px; }
    .brand-page-1 #brand-formats .bf-container .bf-btn {
      margin-top: 25px; }
  .brand-page-1 #brand-blogs {
    padding: 50px 0 0 0; }
  .brand-page-1 .product-item__checkbox-holder {
    padding-top: 8px; }
  .brand-page-1 #main .shopify-section .homepage-section .tabs-container .tab-content .id-tabs .swiper-container .swiper-wrapper .swiper-slide:hover {
    border: unset; }

  .brand-page-2 #brand-ingredients {
    height: 730px; } }
.brands-block .brands-block__holder .container .brands-block__box p {
  padding: 0px; }

#brand-craft-blend .bc-blend .bc-blend-left .bc-blend-left-btn .bc-blend-left-btn-text {
  text-transform: uppercase; }

.brand-page-1 .brands-block.brands-block--rewards .brands-block__holder .container .brands-block__box h2 {
  color: #a3020a !important;
  font-weight: 500; }
@media (max-width: 767px) {
  .brand-page-1 .homepage-section .section__title-holder {
    margin-top: 0px;
    padding-top: 40px; } }

/*  airborne ends here*/
/*  blog page design starts here*/
.brand-page-5 .article-listing, .brand-page-4 .article-listing, .brand-page-3 .article-listing, .brand-page-2 .article-listing, .brand-page-1 .article-listing, .brand-page-0 .article-listing {
  border-radius: 21px;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff; }
  .brand-page-5 .article-listing .article-title, .brand-page-5 .article-listing .published-on, .brand-page-5 .article-listing .article-excerpt, .brand-page-5 .article-listing .article-read-more, .brand-page-4 .article-listing .article-title, .brand-page-4 .article-listing .published-on, .brand-page-4 .article-listing .article-excerpt, .brand-page-4 .article-listing .article-read-more, .brand-page-3 .article-listing .article-title, .brand-page-3 .article-listing .published-on, .brand-page-3 .article-listing .article-excerpt, .brand-page-3 .article-listing .article-read-more, .brand-page-2 .article-listing .article-title, .brand-page-2 .article-listing .published-on, .brand-page-2 .article-listing .article-excerpt, .brand-page-2 .article-listing .article-read-more, .brand-page-1 .article-listing .article-title, .brand-page-1 .article-listing .published-on, .brand-page-1 .article-listing .article-excerpt, .brand-page-1 .article-listing .article-read-more, .brand-page-0 .article-listing .article-title, .brand-page-0 .article-listing .published-on, .brand-page-0 .article-listing .article-excerpt, .brand-page-0 .article-listing .article-read-more {
    margin-left: 29px;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    font-size: 14px; }
  .brand-page-5 .article-listing .article-title, .brand-page-4 .article-listing .article-title, .brand-page-3 .article-listing .article-title, .brand-page-2 .article-listing .article-title, .brand-page-1 .article-listing .article-title, .brand-page-0 .article-listing .article-title {
    color: #333333; }
  .brand-page-5 .article-listing .article-read-more, .brand-page-4 .article-listing .article-read-more, .brand-page-3 .article-listing .article-read-more, .brand-page-2 .article-listing .article-read-more, .brand-page-1 .article-listing .article-read-more, .brand-page-0 .article-listing .article-read-more {
    color: #db0000; }
.brand-page-5 #shopify-section-blog-hero .article-image img, .brand-page-4 #shopify-section-blog-hero .article-image img, .brand-page-3 #shopify-section-blog-hero .article-image img, .brand-page-2 #shopify-section-blog-hero .article-image img, .brand-page-1 #shopify-section-blog-hero .article-image img, .brand-page-0 #shopify-section-blog-hero .article-image img {
  border-top-left-radius: 21px;
  border-top-right-radius: 21px; }
.brand-page-5 .blog-content .blog-article-listing .blog-content-section .article-listing img, .brand-page-4 .blog-content .blog-article-listing .blog-content-section .article-listing img, .brand-page-3 .blog-content .blog-article-listing .blog-content-section .article-listing img, .brand-page-2 .blog-content .blog-article-listing .blog-content-section .article-listing img, .brand-page-1 .blog-content .blog-article-listing .blog-content-section .article-listing img, .brand-page-0 .blog-content .blog-article-listing .blog-content-section .article-listing img {
  height: 260px; }

/*  feature product*/
.brand-page-4 .tab-content-2 .swiper-wrapper .swiper-slide, .brand-page-3 .tab-content-2 .swiper-wrapper .swiper-slide, .brand-page-2 .tab-content-2 .swiper-wrapper .swiper-slide, .brand-page-6 .tab-content-2 .swiper-wrapper .swiper-slide {
  border-radius: 21px;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  height: 490px !important; }
  .brand-page-4 .tab-content-2 .swiper-wrapper .swiper-slide .product-item, .brand-page-3 .tab-content-2 .swiper-wrapper .swiper-slide .product-item, .brand-page-2 .tab-content-2 .swiper-wrapper .swiper-slide .product-item, .brand-page-6 .tab-content-2 .swiper-wrapper .swiper-slide .product-item {
    justify-content: inherit; }
    .brand-page-4 .tab-content-2 .swiper-wrapper .swiper-slide .product-item .product-item__title, .brand-page-3 .tab-content-2 .swiper-wrapper .swiper-slide .product-item .product-item__title, .brand-page-2 .tab-content-2 .swiper-wrapper .swiper-slide .product-item .product-item__title, .brand-page-6 .tab-content-2 .swiper-wrapper .swiper-slide .product-item .product-item__title {
      margin: 6px 25px 19px 25px; }

/*  variant color change for movefree*/
.brand-page-4 .tab-content-2 .swiper-wrapper .swiper-slide .product-item .get_listingpage .product-item__checkbox-holder label .product-item__checkbox-label.active {
  color: #0079c8; }
.brand-page-4 .tab-content-2 .swiper-wrapper .swiper-slide .product-item .get_listingpage .product-item__checkbox-holder label span {
  border-right: 1px solid #005994 !important; }
@media (min-width: 768px) {
  .brand-page-4.brand-color-4 #shopify-section-move-free-feature-collection .tab-content .swiper-container .slick-arrow {
    background: transparent;
    border-color: transparent; }
    .brand-page-4.brand-color-4 #shopify-section-move-free-feature-collection .tab-content .swiper-container .slick-arrow.swiper-button-disabled {
      background: transparent !important; }
      .brand-page-4.brand-color-4 #shopify-section-move-free-feature-collection .tab-content .swiper-container .slick-arrow.swiper-button-disabled:after {
        border-color: rgba(51, 51, 51, 0.2) !important; }
    .brand-page-4.brand-color-4 #shopify-section-move-free-feature-collection .tab-content .swiper-container .slick-arrow:after {
      border-color: #0079c8; } }

/*  megared feature product variant color*/
.brand-page-2 .tab-content-2 .swiper-wrapper .swiper-slide .product-item .get_listingpage .product-item__checkbox-holder label .product-item__checkbox-label.active {
  color: #d71f27; }
.brand-page-2 .tab-content-2 .swiper-wrapper .swiper-slide .product-item .get_listingpage .product-item__checkbox-holder label span {
  border-right: 1px solid #a3171e !important; }

/*  digestive feature product variant color*/
.brand-page-3 .tab-content-2 .swiper-wrapper .swiper-slide .product-item .get_listingpage .product-item__checkbox-holder label .product-item__checkbox-label.active {
  color: #b32e8f; }
.brand-page-3 .tab-content-2 .swiper-wrapper .swiper-slide .product-item .get_listingpage .product-item__checkbox-holder label span {
  border-right: 1px solid #802166 !important; }

/*  schiff nutrition feature product variant color*/
@media (min-width: 768px) and (max-width: 1024px) {
  .brand-page-6 #shopify-section-new_brand_hero_banner .image-with-text .image-with-text__text {
    top: 56px; } }
@media (min-width: 1201px) {
  .brand-page-6 #shopify-section-new_brand_hero_banner .image-with-text p {
    line-height: 1.5;
    font-weight: 500;
    font-size: 16px; } }
.brand-page-6 .tab-content-2 .swiper-wrapper .swiper-slide .product-item .get_listingpage .product-item__checkbox-holder label .product-item__checkbox-label.active {
  color: #d6020c; }
.brand-page-6 .tab-content-2 .swiper-wrapper .swiper-slide .product-item .get_listingpage .product-item__checkbox-holder label span {
  border-right: 1px solid #a3020a !important; }

@media (max-width: 767px) {
  .brand-page-5.brand-color-1 #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-content .swiper-content-right .swiper-content-right-img, .brand-page-5.brand-color-2 #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-content .swiper-content-right .swiper-content-right-img, .brand-page-5.brand-color-3 #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-content .swiper-content-right .swiper-content-right-img, .brand-page-5.brand-color-5 #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-content .swiper-content-right .swiper-content-right-img, .brand-page-4.brand-color-1 #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-content .swiper-content-right .swiper-content-right-img, .brand-page-4.brand-color-2 #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-content .swiper-content-right .swiper-content-right-img, .brand-page-4.brand-color-3 #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-content .swiper-content-right .swiper-content-right-img, .brand-page-4.brand-color-5 #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-content .swiper-content-right .swiper-content-right-img, .brand-page-3.brand-color-1 #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-content .swiper-content-right .swiper-content-right-img, .brand-page-3.brand-color-2 #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-content .swiper-content-right .swiper-content-right-img, .brand-page-3.brand-color-3 #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-content .swiper-content-right .swiper-content-right-img, .brand-page-3.brand-color-5 #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-content .swiper-content-right .swiper-content-right-img, .brand-page-2.brand-color-1 #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-content .swiper-content-right .swiper-content-right-img, .brand-page-2.brand-color-2 #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-content .swiper-content-right .swiper-content-right-img, .brand-page-2.brand-color-3 #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-content .swiper-content-right .swiper-content-right-img, .brand-page-2.brand-color-5 #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-content .swiper-content-right .swiper-content-right-img, .brand-page-1.brand-color-1 #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-content .swiper-content-right .swiper-content-right-img, .brand-page-1.brand-color-2 #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-content .swiper-content-right .swiper-content-right-img, .brand-page-1.brand-color-3 #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-content .swiper-content-right .swiper-content-right-img, .brand-page-1.brand-color-5 #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-content .swiper-content-right .swiper-content-right-img, .brand-page-0.brand-color-1 #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-content .swiper-content-right .swiper-content-right-img, .brand-page-0.brand-color-2 #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-content .swiper-content-right .swiper-content-right-img, .brand-page-0.brand-color-3 #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-content .swiper-content-right .swiper-content-right-img, .brand-page-0.brand-color-5 #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-content .swiper-content-right .swiper-content-right-img {
    width: unset;
    height: unset;
    object-fit: none; }
  .brand-page-5 .col-md-6, .brand-page-4 .col-md-6, .brand-page-3 .col-md-6, .brand-page-2 .col-md-6, .brand-page-1 .col-md-6, .brand-page-0 .col-md-6 {
    max-width: 100%;
    flex: unset; }
  .brand-page-5 .blog-article-listing .row, .brand-page-4 .blog-article-listing .row, .brand-page-3 .blog-article-listing .row, .brand-page-2 .blog-article-listing .row, .brand-page-1 .blog-article-listing .row, .brand-page-0 .blog-article-listing .row {
    padding: 0px !important; }
  .brand-page-5 #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-content .swiper-content-right .swiper-content-right-img, .brand-page-4 #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-content .swiper-content-right .swiper-content-right-img, .brand-page-3 #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-content .swiper-content-right .swiper-content-right-img, .brand-page-2 #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-content .swiper-content-right .swiper-content-right-img, .brand-page-1 #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-content .swiper-content-right .swiper-content-right-img, .brand-page-0 #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-content .swiper-content-right .swiper-content-right-img {
    width: 58px;
    height: 43px;
    object-fit: contain; }
  .brand-page-5 .tabset, .brand-page-4 .tabset, .brand-page-3 .tabset, .brand-page-2 .tabset, .brand-page-1 .tabset, .brand-page-0 .tabset {
    top: calc(57% + 4px);
    width: 100%;
    margin-left: 0%; }
  .brand-page-5 .tabset-toggle::after, .brand-page-4 .tabset-toggle::after, .brand-page-3 .tabset-toggle::after, .brand-page-2 .tabset-toggle::after, .brand-page-1 .tabset-toggle::after, .brand-page-0 .tabset-toggle::after {
    top: 4px; }

  .brand-page-4 .swiper-content-right-btn-text {
    color: #fff; }
  .brand-page-4 .swiper-content-right-btn:hover .swiper-content-right-btn-text {
    color: #fff; }
  .brand-page-4 .swiper-content-right-btn:hover {
    border: unset; }
  .brand-page-4 .swiper-content-right-title {
    width: 375px;
    height: 60px;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal; }
  .brand-page-4 #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-content .swiper-content-right-title {
    color: #005994; }
  .brand-page-4 #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-content .swiper-content-right-btn {
    background-color: #005994;
    margin: 10px; }
  .brand-page-4 #brand-featured-products .bf-products .swiper-container {
    width: 100%; }
    .brand-page-4 #brand-featured-products .bf-products .swiper-container .swiper-wrapper .swiper-slide {
      width: 100% !important;
      margin-right: 6px !important; }
  .brand-page-4 .slick-arrow {
    background: unset;
    border: unset; }
    .brand-page-4 .slick-arrow:hover {
      background: unset;
      border: unset; }
  .brand-page-4 #brand-ingredients {
    height: 660px; }
    .brand-page-4 #brand-ingredients .bi-container {
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      margin-top: 55px; }
      .brand-page-4 #brand-ingredients .bi-container .bi-ingredients {
        height: 55%; }
      .brand-page-4 #brand-ingredients .bi-container .bi-img-fruit {
        width: 122px;
        height: 90px;
        object-fit: contain;
        bottom: 10px; }
  .brand-page-4 #brand-formats {
    height: 609px; }
    .brand-page-4 #brand-formats .bf-container .bf-right .bf-btn {
      padding: 18px;
      width: 175px;
      height: 50px;
      border-radius: 25px !important; }
  .brand-page-4 #brand-faq {
    margin-top: 0px; }
    .brand-page-4 #brand-faq .bfaq-container {
      height: 80%; }
  .brand-page-4 #brand-blogs {
    padding: 70px 0 0 0; }

  #dev-schiff-vitamins #main .shopify-section .homepage-section .tabs-container .tab-content .id-tabs .swiper-container .slick-arrow.slick-arrow.swiper-button-disabled {
    visibility: hidden; }

  .brand-page-1 .arrow-left.swiper-button-disabled, .brand-page-1 .arrow-right.swiper-button-disabled {
    visibility: hidden; }
  .brand-page-1 #brand-ingredients .bi-container .bi-info .bi-info-text {
    font-weight: bold; }
  .brand-page-1 #shopify-section-blp-socials .brands-block .brands-block__holder .container .brands-block__box h2 {
    font-size: 27px; }
  .brand-page-1 .brands-block .brands-block__holder .container .brands-block__box h2 {
    font-weight: bold; }
  .brand-page-1 .brands-block .brands-block__holder .container .brands-block__box p {
    width: 100%;
    font-size: 14px; }
  .brand-page-1 .brands-block .brands-block__holder .container .brands-block__box .brands-block__btn-holder a {
    width: 300px;
    height: 50px;
    padding: 16px 20px;
    border: 1px solid transparent;
    border-radius: 25px !important;
    font-size: 16px; }
  .brand-page-1 .brands-block .brands-block__holder .container .brands-block__box .rewards-email-section #email {
    max-width: 300px;
    height: 50px; }
  .brand-page-1 .brands-block .brands-block__img {
    padding: 0px; }
  .brand-page-1 #brand-featured-products {
    height: 750px; }
    .brand-page-1 #brand-featured-products .bf-products {
      margin-top: 0px; }
      .brand-page-1 #brand-featured-products .bf-products .swiper-container .swiper-wrapper .swiper-slide .bfp-name {
        color: #333333; }
      .brand-page-1 #brand-featured-products .bf-products .swiper-container .swiper-wrapper .swiper-slide .bfp-qty-container .bfp-qty-variant {
        font-weight: bold; }
  .brand-page-1 #brand-blogs .bb-container .bb-title {
    font-weight: 300; }
  .brand-page-1 #brand-faq {
    margin-top: 0px;
    height: 300px; }

  .article-blog #main #blog-article .container .row .article-wrapper .article-holder .article-heading .article-date-social-wrapper {
    display: table; }
    .article-blog #main #blog-article .container .row .article-wrapper .article-holder .article-heading .article-date-social-wrapper .published-on {
      display: table-footer-group; }
  .article-blog #main #blog-article .container .row .article-wrapper .article-holder .article-heading .article-excerpt {
    padding: 10px 0px 0px 0px; }
  .article-blog #main #blog-article .container .row .article-related-products h2 {
    color: #d6020c;
    font-family: Raleway;
    font-size: 24px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center; }
  .article-blog #main #blog-article .container .row .article-related-products .card.product-card .product-item {
    height: 100%; }
    .article-blog #main #blog-article .container .row .article-related-products .card.product-card .product-item .article-product .product-item__title {
      font-family: Raleway;
      font-size: 14px;
      font-weight: 600;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.29;
      letter-spacing: normal;
      text-align: center; }
    .article-blog #main #blog-article .container .row .article-related-products .card.product-card .product-item .article-product .product-item__category {
      display: none; }
    .article-blog #main #blog-article .container .row .article-related-products .card.product-card .product-item .product-item__footer button.btn {
      width: 175px;
      background: #d6020c;
      border-color: #d6020c; }
      .article-blog #main #blog-article .container .row .article-related-products .card.product-card .product-item .product-item__footer button.btn:hover {
        background: #a3020a;
        border-color: #a3020a; }

  .blog-listing .blog-article-listing .blog-content-section .col-12.col-md-6 {
    padding: 0px 5px 0px 5px; }

  .blog-listing .blog-content .blog-content-section .article-listing .article-title {
    font-family: Raleway;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal; }
  .blog-listing .blog-content .blog-txt {
    padding: 0px 0px 12px 0px; }

  .blog-listing .blog-article-listing .blp-load-more span {
    font-family: Montserrat;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    text-align: center;
    width: 308px;
    padding: 16px 15px; }

  .blog-listing .blog-content h1 {
    font-family: Raleway;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center; }

  /*  mobilefeature product section common for brand pages*/
  .brand-page-4, .brand-page-3, .brand-page-2, .brand-page-6 {
    /*    fulwidth image show second section  */ }
    .brand-page-4 .tab-content-2, .brand-page-3 .tab-content-2, .brand-page-2 .tab-content-2, .brand-page-6 .tab-content-2 {
      padding: 0px; }
      .brand-page-4 .tab-content-2 .swiper-wrapper .swiper-slide .product-item, .brand-page-3 .tab-content-2 .swiper-wrapper .swiper-slide .product-item, .brand-page-2 .tab-content-2 .swiper-wrapper .swiper-slide .product-item, .brand-page-6 .tab-content-2 .swiper-wrapper .swiper-slide .product-item {
        height: 100%;
        padding: 18px 15px 10px; }
        .brand-page-4 .tab-content-2 .swiper-wrapper .swiper-slide .product-item .product-item__title, .brand-page-3 .tab-content-2 .swiper-wrapper .swiper-slide .product-item .product-item__title, .brand-page-2 .tab-content-2 .swiper-wrapper .swiper-slide .product-item .product-item__title, .brand-page-6 .tab-content-2 .swiper-wrapper .swiper-slide .product-item .product-item__title {
          font-size: 14px;
          font-weight: 600;
          font-stretch: normal;
          font-style: normal;
          line-height: 1.29;
          letter-spacing: normal;
          text-align: center;
          color: #333333; }
        .brand-page-4 .tab-content-2 .swiper-wrapper .swiper-slide .product-item .product-block__price-box, .brand-page-3 .tab-content-2 .swiper-wrapper .swiper-slide .product-item .product-block__price-box, .brand-page-2 .tab-content-2 .swiper-wrapper .swiper-slide .product-item .product-block__price-box, .brand-page-6 .tab-content-2 .swiper-wrapper .swiper-slide .product-item .product-block__price-box {
          font-size: 18px; }
        .brand-page-4 .tab-content-2 .swiper-wrapper .swiper-slide .product-item .get_listingpage .product-item__checkbox-holder label:last-child span, .brand-page-3 .tab-content-2 .swiper-wrapper .swiper-slide .product-item .get_listingpage .product-item__checkbox-holder label:last-child span, .brand-page-2 .tab-content-2 .swiper-wrapper .swiper-slide .product-item .get_listingpage .product-item__checkbox-holder label:last-child span, .brand-page-6 .tab-content-2 .swiper-wrapper .swiper-slide .product-item .get_listingpage .product-item__checkbox-holder label:last-child span {
          border-right: 0 !important; }
        .brand-page-4 .tab-content-2 .swiper-wrapper .swiper-slide .product-item .get_listingpage .product-item__checkbox-holder .product-item__checkbox-label, .brand-page-3 .tab-content-2 .swiper-wrapper .swiper-slide .product-item .get_listingpage .product-item__checkbox-holder .product-item__checkbox-label, .brand-page-2 .tab-content-2 .swiper-wrapper .swiper-slide .product-item .get_listingpage .product-item__checkbox-holder .product-item__checkbox-label, .brand-page-6 .tab-content-2 .swiper-wrapper .swiper-slide .product-item .get_listingpage .product-item__checkbox-holder .product-item__checkbox-label {
          border: 0px solid rgba(112, 112, 112, 0.5);
          border-radius: 0px; }
        .brand-page-4 .tab-content-2 .swiper-wrapper .swiper-slide .product-item .get_listingpage .product-item__img, .brand-page-3 .tab-content-2 .swiper-wrapper .swiper-slide .product-item .get_listingpage .product-item__img, .brand-page-2 .tab-content-2 .swiper-wrapper .swiper-slide .product-item .get_listingpage .product-item__img, .brand-page-6 .tab-content-2 .swiper-wrapper .swiper-slide .product-item .get_listingpage .product-item__img {
          margin: 0 0 13px; }
        .brand-page-4 .tab-content-2 .swiper-wrapper .swiper-slide .product-item .product-item__footer button.btn, .brand-page-3 .tab-content-2 .swiper-wrapper .swiper-slide .product-item .product-item__footer button.btn, .brand-page-2 .tab-content-2 .swiper-wrapper .swiper-slide .product-item .product-item__footer button.btn, .brand-page-6 .tab-content-2 .swiper-wrapper .swiper-slide .product-item .product-item__footer button.btn {
          height: 50px;
          width: 175px;
          border-radius: 30px !important; }
      .brand-page-4 .tab-content-2 .swiper-container .slick-next, .brand-page-4 .tab-content-2 .swiper-container .slick-prev, .brand-page-3 .tab-content-2 .swiper-container .slick-next, .brand-page-3 .tab-content-2 .swiper-container .slick-prev, .brand-page-2 .tab-content-2 .swiper-container .slick-next, .brand-page-2 .tab-content-2 .swiper-container .slick-prev, .brand-page-6 .tab-content-2 .swiper-container .slick-next, .brand-page-6 .tab-content-2 .swiper-container .slick-prev {
        border: unset;
        background: unset;
        border-radius: unset; }
      .brand-page-4 .tab-content-2 .swiper-container .slick-arrow::after, .brand-page-3 .tab-content-2 .swiper-container .slick-arrow::after, .brand-page-2 .tab-content-2 .swiper-container .slick-arrow::after, .brand-page-6 .tab-content-2 .swiper-container .slick-arrow::after {
        width: 16px;
        height: 17px;
        border-width: 0 0 2px 2px; }
    .brand-page-4 #brand-craft-blend, .brand-page-3 #brand-craft-blend, .brand-page-2 #brand-craft-blend, .brand-page-6 #brand-craft-blend {
      height: 625px; }
      .brand-page-4 #brand-craft-blend .bc-blend .bc-blend-left .bc-blend-left-title, .brand-page-3 #brand-craft-blend .bc-blend .bc-blend-left .bc-blend-left-title, .brand-page-2 #brand-craft-blend .bc-blend .bc-blend-left .bc-blend-left-title, .brand-page-6 #brand-craft-blend .bc-blend .bc-blend-left .bc-blend-left-title {
        padding-bottom: 10px; }
      .brand-page-4 #brand-craft-blend .bc-blend .bc-blend-left .bc-blend-left-text, .brand-page-3 #brand-craft-blend .bc-blend .bc-blend-left .bc-blend-left-text, .brand-page-2 #brand-craft-blend .bc-blend .bc-blend-left .bc-blend-left-text, .brand-page-6 #brand-craft-blend .bc-blend .bc-blend-left .bc-blend-left-text {
        text-align: left; }
    .brand-page-4 .tabs-container, .brand-page-3 .tabs-container, .brand-page-2 .tabs-container, .brand-page-6 .tabs-container {
      padding: 0 10px 0px; }
      .brand-page-4 .tabs-container .brand-product-link, .brand-page-3 .tabs-container .brand-product-link, .brand-page-2 .tabs-container .brand-product-link, .brand-page-6 .tabs-container .brand-product-link {
        padding-top: 38px; }
    .brand-page-4 #brand-ingredients .bi-container .bi-info .bi-info-title, .brand-page-3 #brand-ingredients .bi-container .bi-info .bi-info-title, .brand-page-2 #brand-ingredients .bi-container .bi-info .bi-info-title, .brand-page-6 #brand-ingredients .bi-container .bi-info .bi-info-title {
      min-height: 30px;
      font-family: Raleway;
      font-size: 30px;
      font-weight: 600;
      font-stretch: normal;
      font-style: normal;
      line-height: 1;
      letter-spacing: normal;
      text-align: center;
      max-width: unset; }
    .brand-page-4 #brand-ingredients .bi-container .bi-ingredients, .brand-page-3 #brand-ingredients .bi-container .bi-ingredients, .brand-page-2 #brand-ingredients .bi-container .bi-ingredients, .brand-page-6 #brand-ingredients .bi-container .bi-ingredients {
      height: 45%; }
      .brand-page-4 #brand-ingredients .bi-container .bi-ingredients .swiper-container .swiper-wrapper .swiper-slide .bi-ingredients-container .bi-ing-title, .brand-page-3 #brand-ingredients .bi-container .bi-ingredients .swiper-container .swiper-wrapper .swiper-slide .bi-ingredients-container .bi-ing-title, .brand-page-2 #brand-ingredients .bi-container .bi-ingredients .swiper-container .swiper-wrapper .swiper-slide .bi-ingredients-container .bi-ing-title, .brand-page-6 #brand-ingredients .bi-container .bi-ingredients .swiper-container .swiper-wrapper .swiper-slide .bi-ingredients-container .bi-ing-title {
        height: auto; }
    .brand-page-4 #brand-story .bs-container .bs-title, .brand-page-3 #brand-story .bs-container .bs-title, .brand-page-2 #brand-story .bs-container .bs-title, .brand-page-6 #brand-story .bs-container .bs-title {
      font-weight: bold; }
    .brand-page-4 #brand-blogs, .brand-page-3 #brand-blogs, .brand-page-2 #brand-blogs, .brand-page-6 #brand-blogs {
      padding: 75px 0 0 0; }
      .brand-page-4 #brand-blogs .bb-container .bb-articles .bb-article-card, .brand-page-3 #brand-blogs .bb-container .bb-articles .bb-article-card, .brand-page-2 #brand-blogs .bb-container .bb-articles .bb-article-card, .brand-page-6 #brand-blogs .bb-container .bb-articles .bb-article-card {
        width: 330px;
        height: 400px; }
    .brand-page-4 #brand-faq, .brand-page-3 #brand-faq, .brand-page-2 #brand-faq, .brand-page-6 #brand-faq {
      margin-top: -47px; }
    .brand-page-4 .brands-block .brands-block__holder .container .brands-block__box h2, .brand-page-3 .brands-block .brands-block__holder .container .brands-block__box h2, .brand-page-2 .brands-block .brands-block__holder .container .brands-block__box h2, .brand-page-6 .brands-block .brands-block__holder .container .brands-block__box h2 {
      font-size: 27px;
      font-weight: bold; }
    .brand-page-4 .brands-block .brands-block__img, .brand-page-3 .brands-block .brands-block__img, .brand-page-2 .brands-block .brands-block__img, .brand-page-6 .brands-block .brands-block__img {
      height: 369px; }
    .brand-page-4 #shopify-section-banner .brands-block .brands-block__holder .container .brands-block__box .brands-block__btn-holder a, .brand-page-3 #shopify-section-banner .brands-block .brands-block__holder .container .brands-block__box .brands-block__btn-holder a, .brand-page-2 #shopify-section-banner .brands-block .brands-block__holder .container .brands-block__box .brands-block__btn-holder a, .brand-page-6 #shopify-section-banner .brands-block .brands-block__holder .container .brands-block__box .brands-block__btn-holder a {
      border-radius: 25px !important; }
    .brand-page-4 #shopify-section-banner .brands-block .brands-block__holder .container .brands-block__box .rewards-email-section #email, .brand-page-3 #shopify-section-banner .brands-block .brands-block__holder .container .brands-block__box .rewards-email-section #email, .brand-page-2 #shopify-section-banner .brands-block .brands-block__holder .container .brands-block__box .rewards-email-section #email, .brand-page-6 #shopify-section-banner .brands-block .brands-block__holder .container .brands-block__box .rewards-email-section #email {
      max-width: unset; }
    .brand-page-4 .section__title-holder .brands-block__title, .brand-page-3 .section__title-holder .brands-block__title, .brand-page-2 .section__title-holder .brands-block__title, .brand-page-6 .section__title-holder .brands-block__title {
      font-size: 24px;
      font-weight: 300; }
    .brand-page-4 #brand-formats .bf-container .bf-right .bf-text, .brand-page-3 #brand-formats .bf-container .bf-right .bf-text, .brand-page-2 #brand-formats .bf-container .bf-right .bf-text, .brand-page-6 #brand-formats .bf-container .bf-right .bf-text {
      max-height: 190px; }
    .brand-page-4 .tabs-products .tabset-select, .brand-page-3 .tabs-products .tabset-select, .brand-page-2 .tabs-products .tabset-select, .brand-page-6 .tabs-products .tabset-select {
      width: 246px;
      height: 50px;
      border-radius: 25px;
      border: solid 1px;
      background-color: #ffffff;
      margin: 0 auto; }
      .brand-page-4 .tabs-products .tabset-select .tabset-toggle, .brand-page-3 .tabs-products .tabset-select .tabset-toggle, .brand-page-2 .tabs-products .tabset-select .tabset-toggle, .brand-page-6 .tabs-products .tabset-select .tabset-toggle {
        border: unset;
        font-family: Raleway;
        font-size: 14px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 1px;
        text-align: center;
        padding: 14px; }
      .brand-page-4 .tabs-products .tabset-select .tabset-toggle::after, .brand-page-3 .tabs-products .tabset-select .tabset-toggle::after, .brand-page-2 .tabs-products .tabset-select .tabset-toggle::after, .brand-page-6 .tabs-products .tabset-select .tabset-toggle::after {
        top: 7px; }
    .brand-page-4 .swiper-container .slick-prev, .brand-page-3 .swiper-container .slick-prev, .brand-page-2 .swiper-container .slick-prev, .brand-page-6 .swiper-container .slick-prev {
      left: 37px; }
    .brand-page-4 .swiper-container .slick-next, .brand-page-3 .swiper-container .slick-next, .brand-page-2 .swiper-container .slick-next, .brand-page-6 .swiper-container .slick-next {
      right: 40px; }
    .brand-page-4 #brand-craft-blend .bc-blend .bc-blend-right-img-sm, .brand-page-3 #brand-craft-blend .bc-blend .bc-blend-right-img-sm, .brand-page-2 #brand-craft-blend .bc-blend .bc-blend-right-img-sm, .brand-page-6 #brand-craft-blend .bc-blend .bc-blend-right-img-sm {
      width: 100%; }
    .brand-page-4 #brand-craft-blend .bc-blend .bc-blend-left, .brand-page-3 #brand-craft-blend .bc-blend .bc-blend-left, .brand-page-2 #brand-craft-blend .bc-blend .bc-blend-left, .brand-page-6 #brand-craft-blend .bc-blend .bc-blend-left {
      padding: 0 20px;
      max-width: 1410px;
      margin-top: 28px; }
    .brand-page-4 #shopify-section-digestive-craft-blend .container, .brand-page-4 #shopify-section-megared-craft-blend .container, .brand-page-3 #shopify-section-digestive-craft-blend .container, .brand-page-3 #shopify-section-megared-craft-blend .container, .brand-page-2 #shopify-section-digestive-craft-blend .container, .brand-page-2 #shopify-section-megared-craft-blend .container, .brand-page-6 #shopify-section-digestive-craft-blend .container, .brand-page-6 #shopify-section-megared-craft-blend .container {
      max-width: unset;
      padding: 0px; }
    .brand-page-4 .brand-product-link .all-product-link, .brand-page-3 .brand-product-link .all-product-link, .brand-page-2 .brand-product-link .all-product-link, .brand-page-6 .brand-product-link .all-product-link {
      font-size: 14px;
      font-weight: 300; }

  .brand-page-4 #brand-blogs {
    padding: 30px 0 0 0; }
    .brand-page-4 #brand-blogs .bb-container .bb-title {
      margin-bottom: 0px; }
  .brand-page-4 #brand-ingredients .bi-container .bi-ingredients .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #51b4f4; }
  .brand-page-4 .tabs-products .tabset-select {
    border: solid 1px #0079c8; }
    .brand-page-4 .tabs-products .tabset-select .tabset-toggle::after {
      top: 7px;
      border-color: #0079c8; }
  .brand-page-4 .product-item__img img {
    top: 10px; }
  .brand-page-4 #brand-formats .bf-container .bf-right {
    max-height: 250px; }
  .brand-page-4 #brand-story {
    max-height: unset;
    height: 450px; }
    .brand-page-4 #brand-story .bs-container .bs-text {
      height: auto; }
  .brand-page-4 .tab-content-2 .product-item .product-item__footer .btn.btn-primary {
    width: 175px;
    height: 50px;
    border-radius: 35px !important;
    font-size: 16px; }
  .brand-page-4 #brand-craft-blend {
    height: auto; }
    .brand-page-4 #brand-craft-blend .bc-blend {
      margin-top: 0px; }

  /*   feature product ends here */
  .brand-page-2 #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-content .swiper-content-right .swiper-content-right-img {
    width: 80px;
    height: 52px;
    object-fit: contain; }
  .brand-page-2 .tab-content-2 .swiper-wrapper .swiper-slide .product-item {
    height: 100%; }
  .brand-page-2 #brand-ingredients .bi-container .bi-ingredients .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #ffc03f; }
  .brand-page-2 #shopify-section-brand-faq #brand-faq .bfaq-title {
    color: #a3171e; }
  .brand-page-2 .brands-block .brands-block__holder .container .brands-block__box h2 {
    font-weight: 500; }
  .brand-page-2 .brands-block .brands-block__holder .container .brands-block__box .brands-megared-block__title {
    color: white !important;
    font-weight: bold; }
  .brand-page-2 #shopify-section-banner .brands-block .brands-block__holder .container .brands-block__box .rewards-email-section #email {
    max-width: 244px; }
  .brand-page-2 #shopify-section-banner .brands-block .brands-block__holder .container .brands-block__box h2 {
    font-size: 24px; }
  .brand-page-2 .tabs-products .tabset-select {
    min-height: 50px;
    border: unset; }
    .brand-page-2 .tabs-products .tabset-select .tabset-toggle {
      border: solid 1px #d71f27;
      border-radius: 26px;
      padding: 14px; }
    .brand-page-2 .tabs-products .tabset-select .tabset-toggle::after {
      border-color: #d71f27; }

  .brand-page-3 #bh-slides .swiper-content-right .swiper-content-right-title {
    color: #802166; }
  .brand-page-3 #bh-slides .swiper-content-right .swiper-content-right-btn {
    background-color: #b32e8f; }
  .brand-page-3 #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-content .swiper-content-right .swiper-content-right-img {
    width: 90px;
    height: 40px;
    object-fit: contain; }
  .brand-page-3 #brand-craft-blend {
    height: 550px;
    padding-bottom: 25px; }
  .brand-page-3 .tabs-products .tabset-select {
    border: solid 1px #b32e8f; }
    .brand-page-3 .tabs-products .tabset-select .tabset-toggle::after {
      border-color: #b32e8f; }
  .brand-page-3 .tab-content-2 .swiper-wrapper {
    height: 475px !important;
    margin-top: 10px; }
    .brand-page-3 .tab-content-2 .swiper-wrapper .product-item .product-item__footer .btn-primary {
      width: 175px;
      height: 50px;
      border-radius: 35px !important;
      font-size: 16px; }
  .brand-page-3 .tab-content-2 .product-item__img img {
    top: 20px; }
  .brand-page-3 #brand-ingredients .bi-container .bi-ingredients .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #51b4f4; }
  .brand-page-3 #brand-ingredients .bi-container .bi-ingredients .swiper-container .swiper-wrapper .swiper-slide {
    height: 280px; }
  .brand-page-3 #brand-ingredients .bi-container .bi-info .bi-info-text {
    margin: 50px 0px 40px 55px; }
  .brand-page-3 .tabs-container .brand-product-link {
    padding-top: 25px; }
  .brand-page-3 #brand-formats {
    height: 550px;
    margin-top: 10px; }
    .brand-page-3 #brand-formats .bf-container .bf-right .bf-title {
      height: 60px;
      color: #4d4d4d; }
    .brand-page-3 #brand-formats .bf-container .bf-right .bf-btn {
      padding: 19px;
      border-radius: 25px !important; }
  .brand-page-3 #brand-blogs .bb-container .bb-view-more-container {
    margin-top: 0px;
    height: 75px; }
  .brand-page-3 #shopify-section-banner .brands-block__box .brands-block__title {
    font-size: 24px;
    font-weight: 500; }
  .brand-page-3 #shopify-section-banner .brands-block__box .rewards-email-section #email {
    max-width: 244px; }
  .brand-page-3 #shopify-section-digestive-socials {
    margin-top: 5px; }
    .brand-page-3 #shopify-section-digestive-socials .brands-block__title {
      color: white !important; }

  .brand-page-1 .tabset {
    top: calc(92% + 4px);
    width: 100%;
    margin-left: 0%; }

  .product-block__price-box {
    margin: 0 0 12px; }

  .brand-page-3 .tab-content-2 .swiper-container .slick-arrow::after {
    top: 35px; } }
  @media (max-width: 767px) and (max-width: 767px) {
    .brand-page-1 .brands-block .brands-block__holder .container .brands-block__box .brands-block__btn-holder a {
      padding: 13px 0px; } }
    @media (max-width: 767px) and (max-width: 767px) {
      .brand-page-4 .tab-content-2 .swiper-container .slick-arrow, .brand-page-3 .tab-content-2 .swiper-container .slick-arrow, .brand-page-2 .tab-content-2 .swiper-container .slick-arrow, .brand-page-6 .tab-content-2 .swiper-container .slick-arrow {
        top: 41%; } }
      @media (max-width: 767px) and (max-width: 767px) {
        .brand-page-4 .tab-content-2 .swiper-container .slick-arrow::after, .brand-page-3 .tab-content-2 .swiper-container .slick-arrow::after, .brand-page-2 .tab-content-2 .swiper-container .slick-arrow::after, .brand-page-6 .tab-content-2 .swiper-container .slick-arrow::after {
          border-style: none;
          transform: rotate(0); } }
      @media (max-width: 767px) and (max-width: 767px) {
        .brand-page-4 #brand-craft-blend .bc-blend .bc-blend-left .bc-blend-left-title, .brand-page-3 #brand-craft-blend .bc-blend .bc-blend-left .bc-blend-left-title, .brand-page-2 #brand-craft-blend .bc-blend .bc-blend-left .bc-blend-left-title, .brand-page-6 #brand-craft-blend .bc-blend .bc-blend-left .bc-blend-left-title {
          padding-bottom: 15px;
          padding-top: 18px; } }
    @media (max-width: 767px) and (max-width: 767px) {
      .brand-page-4 #brand-story .bs-container .bs-title, .brand-page-3 #brand-story .bs-container .bs-title, .brand-page-2 #brand-story .bs-container .bs-title, .brand-page-6 #brand-story .bs-container .bs-title {
        margin-top: 0px; } }
@media (min-width: 768px) {
  .brand-page-5 .article-listing, .brand-page-4 .article-listing, .brand-page-3 .article-listing, .brand-page-2 .article-listing, .brand-page-1 .article-listing, .brand-page-0 .article-listing {
    width: 540px;
    height: 520px;
    margin: 7.5px; }
    .brand-page-5 .article-listing .article-title, .brand-page-4 .article-listing .article-title, .brand-page-3 .article-listing .article-title, .brand-page-2 .article-listing .article-title, .brand-page-1 .article-listing .article-title, .brand-page-0 .article-listing .article-title {
      font-size: 24px;
      font-weight: 600;
      line-height: 1.25; }
    .brand-page-5 .article-listing .article-excerpt, .brand-page-4 .article-listing .article-excerpt, .brand-page-3 .article-listing .article-excerpt, .brand-page-2 .article-listing .article-excerpt, .brand-page-1 .article-listing .article-excerpt, .brand-page-0 .article-listing .article-excerpt {
      font-family: Raleway;
      font-weight: 500;
      line-height: 1.71;
      color: #333333; }
    .brand-page-5 .article-listing p, .brand-page-4 .article-listing p, .brand-page-3 .article-listing p, .brand-page-2 .article-listing p, .brand-page-1 .article-listing p, .brand-page-0 .article-listing p {
      margin: 0px 0 10px; }
  .brand-page-5 .article-image img, .brand-page-4 .article-image img, .brand-page-3 .article-image img, .brand-page-2 .article-image img, .brand-page-1 .article-image img, .brand-page-0 .article-image img {
    height: 295px;
    width: 540px; }
  .brand-page-5 .tabset a, .brand-page-4 .tabset a, .brand-page-3 .tabset a, .brand-page-2 .tabset a, .brand-page-1 .tabset a, .brand-page-0 .tabset a {
    font-family: Raleway;
    font-size: 14px;
    color: #333333;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center; }

  .brand-page-0 .tabset .active > a {
    border-color: #d6020c;
    color: #d6020c; }
  .brand-page-0 .tabset .active > a:hover {
    border-color: #a3020a;
    color: #a3020a; }
  .brand-page-0 .tabset a:hover {
    border-color: #a3020a;
    color: #a3020a; }

  .brand-page-1 .brands-block .brands-block__holder .container .brands-block__box h2 {
    font-size: 50px;
    font-weight: bold; }
  .brand-page-1 .brands-block .brands-block__holder .container .brands-block__box p {
    font-size: 22px; }
  .brand-page-1 .brands-block.brands-block--rewards .brands-block__holder .container .brands-block__box h2 {
    font-size: 36px;
    font-weight: 500; }
  .brand-page-1 .brands-block.brands-block--rewards .brands-block__holder .container .brands-block__box p {
    font-size: 16px;
    font-weight: normal; }
  .brand-page-1 #bh-slides .swiper-container .swiper-button-next, .brand-page-1 #bh-slides .swiper-container .swiper-button-prev {
    height: 28px;
    width: 19px; }
  .brand-page-1 #brand-story .bs-container .bs-title {
    font-weight: 300; }

  #brand-ingredients .bi-container .bi-info .bi-info-text {
    font-size: 16px; }

  .brand-page-4 .brands-block .brands-block__holder .container .brands-block__box .brands-block__btn-holder a {
    line-height: 1.2; }
  .brand-page-4 #shopify-section-move-free-ingredients #brand-ingredients .bi-container .bi-ingredients .swiper-container .swiper-pagination {
    display: none; }

  .article-blog #main #blog-article .container .row .article-related-products .card.product-card:hover {
    border: solid 1px #de5727; }

  .slideshow-related-products .igo_content img {
    height: 200px; }

  .blog-listing .blog-content .article-listing .article-image img {
    border-top-left-radius: 21px;
    border-top-right-radius: 21px; }

  .blog-listing .blog-content .blog-content-section .article-listing .article-title {
    font-family: Raleway;
    font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal; }

  .blog-listing .blog-article-listing .blp-load-more span {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.28px;
    text-align: center; }

  .blog-listing .blog-content h1 {
    font-family: Raleway;
    font-size: 46px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: center; }

  .brand-page-4, .brand-page-3, .brand-page-2, .brand-page-6 {
  /*     #brand-faq {
  padding-bottom: 25px;
} */
  /*     #shopify-section-banner{
  padding-bottom: 15px;
} */ }
    .brand-page-4 .tabset, .brand-page-3 .tabset, .brand-page-2 .tabset, .brand-page-6 .tabset {
      border: 0; }
    .brand-page-4 .section__title-holder, .brand-page-3 .section__title-holder, .brand-page-2 .section__title-holder, .brand-page-6 .section__title-holder {
      padding: 0px; }
      .brand-page-4 .section__title-holder .brands-block__title, .brand-page-3 .section__title-holder .brands-block__title, .brand-page-2 .section__title-holder .brands-block__title, .brand-page-6 .section__title-holder .brands-block__title {
        font-family: Raleway;
        font-size: 40px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center; }
    .brand-page-4 .tabs-products .tabset-select ul li a, .brand-page-3 .tabs-products .tabset-select ul li a, .brand-page-2 .tabs-products .tabset-select ul li a, .brand-page-6 .tabs-products .tabset-select ul li a {
      font-family: Raleway;
      font-size: 14px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      text-align: center;
      border-width: 2px; }
    .brand-page-4 .tab-content-2, .brand-page-3 .tab-content-2, .brand-page-2 .tab-content-2, .brand-page-6 .tab-content-2 {
      padding: 0px; }
      .brand-page-4 .tab-content-2 .swiper-wrapper .swiper-slide .product-item, .brand-page-3 .tab-content-2 .swiper-wrapper .swiper-slide .product-item, .brand-page-2 .tab-content-2 .swiper-wrapper .swiper-slide .product-item, .brand-page-6 .tab-content-2 .swiper-wrapper .swiper-slide .product-item {
        padding-bottom: 25px;
        min-height: unset;
        border: 1px solid transparent;
        padding-top: 20px;
        justify-content: space-between; }
        .brand-page-4 .tab-content-2 .swiper-wrapper .swiper-slide .product-item .product-item__title, .brand-page-3 .tab-content-2 .swiper-wrapper .swiper-slide .product-item .product-item__title, .brand-page-2 .tab-content-2 .swiper-wrapper .swiper-slide .product-item .product-item__title, .brand-page-6 .tab-content-2 .swiper-wrapper .swiper-slide .product-item .product-item__title {
          color: #4d4d4d !important;
          font-size: 14px;
          font-weight: 600;
          font-stretch: normal;
          font-style: normal;
          line-height: 1.29;
          letter-spacing: normal;
          text-align: center;
          font-family: Raleway; }
        .brand-page-4 .tab-content-2 .swiper-wrapper .swiper-slide .product-item .product-block__price-box, .brand-page-3 .tab-content-2 .swiper-wrapper .swiper-slide .product-item .product-block__price-box, .brand-page-2 .tab-content-2 .swiper-wrapper .swiper-slide .product-item .product-block__price-box, .brand-page-6 .tab-content-2 .swiper-wrapper .swiper-slide .product-item .product-block__price-box {
          justify-content: center; }
        .brand-page-4 .tab-content-2 .swiper-wrapper .swiper-slide .product-item .get_listingpage .product-item__checkbox-holder, .brand-page-3 .tab-content-2 .swiper-wrapper .swiper-slide .product-item .get_listingpage .product-item__checkbox-holder, .brand-page-2 .tab-content-2 .swiper-wrapper .swiper-slide .product-item .get_listingpage .product-item__checkbox-holder, .brand-page-6 .tab-content-2 .swiper-wrapper .swiper-slide .product-item .get_listingpage .product-item__checkbox-holder {
          margin: 20px 16px 18px; }
          .brand-page-4 .tab-content-2 .swiper-wrapper .swiper-slide .product-item .get_listingpage .product-item__checkbox-holder label:last-child span, .brand-page-3 .tab-content-2 .swiper-wrapper .swiper-slide .product-item .get_listingpage .product-item__checkbox-holder label:last-child span, .brand-page-2 .tab-content-2 .swiper-wrapper .swiper-slide .product-item .get_listingpage .product-item__checkbox-holder label:last-child span, .brand-page-6 .tab-content-2 .swiper-wrapper .swiper-slide .product-item .get_listingpage .product-item__checkbox-holder label:last-child span {
            border-right: 0 !important; }
          .brand-page-4 .tab-content-2 .swiper-wrapper .swiper-slide .product-item .get_listingpage .product-item__checkbox-holder .product-item__checkbox-label, .brand-page-3 .tab-content-2 .swiper-wrapper .swiper-slide .product-item .get_listingpage .product-item__checkbox-holder .product-item__checkbox-label, .brand-page-2 .tab-content-2 .swiper-wrapper .swiper-slide .product-item .get_listingpage .product-item__checkbox-holder .product-item__checkbox-label, .brand-page-6 .tab-content-2 .swiper-wrapper .swiper-slide .product-item .get_listingpage .product-item__checkbox-holder .product-item__checkbox-label {
            border: 0px solid rgba(112, 112, 112, 0.5);
            border-radius: 0px; }
        .brand-page-4 .tab-content-2 .swiper-wrapper .swiper-slide .product-item .product-block__price-box .product-item__price, .brand-page-3 .tab-content-2 .swiper-wrapper .swiper-slide .product-item .product-block__price-box .product-item__price, .brand-page-2 .tab-content-2 .swiper-wrapper .swiper-slide .product-item .product-block__price-box .product-item__price, .brand-page-6 .tab-content-2 .swiper-wrapper .swiper-slide .product-item .product-block__price-box .product-item__price {
          font-size: 18px;
          font-weight: bold;
          font-stretch: normal;
          font-style: normal;
          line-height: normal;
          letter-spacing: normal;
          text-align: center; }
        .brand-page-4 .tab-content-2 .swiper-wrapper .swiper-slide .product-item .product-item__img img, .brand-page-3 .tab-content-2 .swiper-wrapper .swiper-slide .product-item .product-item__img img, .brand-page-2 .tab-content-2 .swiper-wrapper .swiper-slide .product-item .product-item__img img, .brand-page-6 .tab-content-2 .swiper-wrapper .swiper-slide .product-item .product-item__img img {
          height: 160px; }
        .brand-page-4 .tab-content-2 .swiper-wrapper .swiper-slide .product-item:hover, .brand-page-3 .tab-content-2 .swiper-wrapper .swiper-slide .product-item:hover, .brand-page-2 .tab-content-2 .swiper-wrapper .swiper-slide .product-item:hover, .brand-page-6 .tab-content-2 .swiper-wrapper .swiper-slide .product-item:hover {
          border-radius: 21px; }
        .brand-page-4 .tab-content-2 .swiper-wrapper .swiper-slide .product-item .btn-primary, .brand-page-3 .tab-content-2 .swiper-wrapper .swiper-slide .product-item .btn-primary, .brand-page-2 .tab-content-2 .swiper-wrapper .swiper-slide .product-item .btn-primary, .brand-page-6 .tab-content-2 .swiper-wrapper .swiper-slide .product-item .btn-primary {
          width: 200px;
          height: 50px;
          font-family: Raleway;
          font-size: 14px;
          font-weight: bold;
          font-stretch: normal;
          font-style: normal;
          line-height: normal; }
    .brand-page-4 #bh-slides .swiper-container .swiper-button-next, .brand-page-4 #bh-slides .swiper-container .swiper-button-prev, .brand-page-3 #bh-slides .swiper-container .swiper-button-next, .brand-page-3 #bh-slides .swiper-container .swiper-button-prev, .brand-page-2 #bh-slides .swiper-container .swiper-button-next, .brand-page-2 #bh-slides .swiper-container .swiper-button-prev, .brand-page-6 #bh-slides .swiper-container .swiper-button-next, .brand-page-6 #bh-slides .swiper-container .swiper-button-prev {
      height: 28px;
      width: 19px;
      top: calc(59.5% - 135px); }
    .brand-page-4 #brand-formats .bf-container .bf-right .bf-title, .brand-page-3 #brand-formats .bf-container .bf-right .bf-title, .brand-page-2 #brand-formats .bf-container .bf-right .bf-title, .brand-page-6 #brand-formats .bf-container .bf-right .bf-title {
      width: 633px;
      font-family: Raleway;
      font-size: 40px;
      font-weight: 300;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      text-align: left;
      color: #4d4d4d;
      height: 100%; }
    .brand-page-4 #brand-formats .bf-container .bf-right .bf-btn, .brand-page-3 #brand-formats .bf-container .bf-right .bf-btn, .brand-page-2 #brand-formats .bf-container .bf-right .bf-btn, .brand-page-6 #brand-formats .bf-container .bf-right .bf-btn {
      text-transform: uppercase; }
    .brand-page-4 #shopify-section-digestive-socials .brands-block .brands-block__holder .container .brands-block__box p, .brand-page-4 #shopify-section-move-free-socials .brands-block .brands-block__holder .container .brands-block__box p, .brand-page-4 #shopify-section-megared-socials .brands-block .brands-block__holder .container .brands-block__box p, .brand-page-3 #shopify-section-digestive-socials .brands-block .brands-block__holder .container .brands-block__box p, .brand-page-3 #shopify-section-move-free-socials .brands-block .brands-block__holder .container .brands-block__box p, .brand-page-3 #shopify-section-megared-socials .brands-block .brands-block__holder .container .brands-block__box p, .brand-page-2 #shopify-section-digestive-socials .brands-block .brands-block__holder .container .brands-block__box p, .brand-page-2 #shopify-section-move-free-socials .brands-block .brands-block__holder .container .brands-block__box p, .brand-page-2 #shopify-section-megared-socials .brands-block .brands-block__holder .container .brands-block__box p, .brand-page-6 #shopify-section-digestive-socials .brands-block .brands-block__holder .container .brands-block__box p, .brand-page-6 #shopify-section-move-free-socials .brands-block .brands-block__holder .container .brands-block__box p, .brand-page-6 #shopify-section-megared-socials .brands-block .brands-block__holder .container .brands-block__box p {
      font-size: 20px;
      font-family: Raleway; }
    .brand-page-4 #shopify-section-digestive-socials .brands-block .brands-block__holder .container .brands-block__box .brands-block__title, .brand-page-4 #shopify-section-move-free-socials .brands-block .brands-block__holder .container .brands-block__box .brands-block__title, .brand-page-4 #shopify-section-megared-socials .brands-block .brands-block__holder .container .brands-block__box .brands-block__title, .brand-page-3 #shopify-section-digestive-socials .brands-block .brands-block__holder .container .brands-block__box .brands-block__title, .brand-page-3 #shopify-section-move-free-socials .brands-block .brands-block__holder .container .brands-block__box .brands-block__title, .brand-page-3 #shopify-section-megared-socials .brands-block .brands-block__holder .container .brands-block__box .brands-block__title, .brand-page-2 #shopify-section-digestive-socials .brands-block .brands-block__holder .container .brands-block__box .brands-block__title, .brand-page-2 #shopify-section-move-free-socials .brands-block .brands-block__holder .container .brands-block__box .brands-block__title, .brand-page-2 #shopify-section-megared-socials .brands-block .brands-block__holder .container .brands-block__box .brands-block__title, .brand-page-6 #shopify-section-digestive-socials .brands-block .brands-block__holder .container .brands-block__box .brands-block__title, .brand-page-6 #shopify-section-move-free-socials .brands-block .brands-block__holder .container .brands-block__box .brands-block__title, .brand-page-6 #shopify-section-megared-socials .brands-block .brands-block__holder .container .brands-block__box .brands-block__title {
      color: #fff !important;
      font-size: 40px;
      font-weight: bold;
      font-family: Raleway; }
    .brand-page-4 #brand-craft-blend, .brand-page-3 #brand-craft-blend, .brand-page-2 #brand-craft-blend, .brand-page-6 #brand-craft-blend {
      padding-bottom: 70px;
      padding-top: 45px; }
      .brand-page-4 #brand-craft-blend .bc-blend .bc-blend-left .bc-blend-left-title, .brand-page-3 #brand-craft-blend .bc-blend .bc-blend-left .bc-blend-left-title, .brand-page-2 #brand-craft-blend .bc-blend .bc-blend-left .bc-blend-left-title, .brand-page-6 #brand-craft-blend .bc-blend .bc-blend-left .bc-blend-left-title {
        width: 551px;
        max-width: 514px;
        font-size: 40px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        z-index: 1; }
    .brand-page-4 .brand-product-link, .brand-page-3 .brand-product-link, .brand-page-2 .brand-product-link, .brand-page-6 .brand-product-link {
      padding-top: 38px; }
      .brand-page-4 .brand-product-link .all-product-link, .brand-page-3 .brand-product-link .all-product-link, .brand-page-2 .brand-product-link .all-product-link, .brand-page-6 .brand-product-link .all-product-link {
        font-family: Raleway;
        font-size: 16px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center; }
    .brand-page-4 #brand-ingredients .bi-container .bi-ingredients .swiper-container .swiper-wrapper .swiper-slide, .brand-page-3 #brand-ingredients .bi-container .bi-ingredients .swiper-container .swiper-wrapper .swiper-slide, .brand-page-2 #brand-ingredients .bi-container .bi-ingredients .swiper-container .swiper-wrapper .swiper-slide, .brand-page-6 #brand-ingredients .bi-container .bi-ingredients .swiper-container .swiper-wrapper .swiper-slide {
      height: 287px; }
      .brand-page-4 #brand-ingredients .bi-container .bi-ingredients .swiper-container .swiper-wrapper .swiper-slide .bi-ingredients-container .bi-ing-title, .brand-page-3 #brand-ingredients .bi-container .bi-ingredients .swiper-container .swiper-wrapper .swiper-slide .bi-ingredients-container .bi-ing-title, .brand-page-2 #brand-ingredients .bi-container .bi-ingredients .swiper-container .swiper-wrapper .swiper-slide .bi-ingredients-container .bi-ing-title, .brand-page-6 #brand-ingredients .bi-container .bi-ingredients .swiper-container .swiper-wrapper .swiper-slide .bi-ingredients-container .bi-ing-title {
        height: 55px; }
      .brand-page-4 #brand-ingredients .bi-container .bi-ingredients .swiper-container .swiper-wrapper .swiper-slide .bi-ingredients-container .bi-ing-info, .brand-page-3 #brand-ingredients .bi-container .bi-ingredients .swiper-container .swiper-wrapper .swiper-slide .bi-ingredients-container .bi-ing-info, .brand-page-2 #brand-ingredients .bi-container .bi-ingredients .swiper-container .swiper-wrapper .swiper-slide .bi-ingredients-container .bi-ing-info, .brand-page-6 #brand-ingredients .bi-container .bi-ingredients .swiper-container .swiper-wrapper .swiper-slide .bi-ingredients-container .bi-ing-info {
        height: 76px; }
      .brand-page-4 #brand-ingredients .bi-container .bi-ingredients .swiper-container .swiper-wrapper .swiper-slide .bi-ingredients-container .bi-ing-img, .brand-page-3 #brand-ingredients .bi-container .bi-ingredients .swiper-container .swiper-wrapper .swiper-slide .bi-ingredients-container .bi-ing-img, .brand-page-2 #brand-ingredients .bi-container .bi-ingredients .swiper-container .swiper-wrapper .swiper-slide .bi-ingredients-container .bi-ing-img, .brand-page-6 #brand-ingredients .bi-container .bi-ingredients .swiper-container .swiper-wrapper .swiper-slide .bi-ingredients-container .bi-ing-img {
        width: 145px;
        height: 145px; }
    .brand-page-4 #brand-story .bs-container .bs-title, .brand-page-3 #brand-story .bs-container .bs-title, .brand-page-2 #brand-story .bs-container .bs-title, .brand-page-6 #brand-story .bs-container .bs-title {
      font-weight: 300; }
    .brand-page-4 .brands-block .brands-block__holder .container .brands-block__box .rewards-email-section #email, .brand-page-3 .brands-block .brands-block__holder .container .brands-block__box .rewards-email-section #email, .brand-page-2 .brands-block .brands-block__holder .container .brands-block__box .rewards-email-section #email, .brand-page-6 .brands-block .brands-block__holder .container .brands-block__box .rewards-email-section #email {
      font-size: 16px; }
    .brand-page-4 #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-content, .brand-page-3 #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-content, .brand-page-2 #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-content, .brand-page-6 #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-content {
      padding-top: 50px; }

  .brand-page-1 #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-content {
    padding-top: 50px; }

  .brand-page-6 .tab-content-2 .product-slider-2 {
    padding-left: 64px; }
  .brand-page-6 .tab-content-2 .swiper-wrapper .swiper-slide .product-item:hover {
    border: 1px solid #d6020c; }

  .brand-page-3 .tab-content-2 .swiper-wrapper .swiper-slide .product-item:hover {
    border: 1px solid #b32e8f; }
  .brand-page-3 #brand-craft-blend {
    padding-top: 40px;
    padding-bottom: 50px; }
    .brand-page-3 #brand-craft-blend .bc-blend .bc-blend-right {
      width: 45%; }
    .brand-page-3 #brand-craft-blend .bc-blend .bc-blend-left {
      width: 50%; }
  .brand-page-3 .tabs-products .tabset-select ul li a {
    border-width: 1px; }
  .brand-page-3 .brand-product-link .all-product-link {
    font-weight: 500; }
  .brand-page-3 #brand-formats .bf-container .bf-right .bf-text {
    width: 91%; }

  .brand-page-4 .tab-content-2 .swiper-wrapper .swiper-slide .product-item:hover {
    border: 1px solid #0079c8; }

  /*  megared  */
  .brand-page-2 .tab-content-2 .swiper-wrapper .swiper-slide .product-item:hover {
    border: 1px solid #d71f27; }
  .brand-page-2 #brand-craft-blend .bc-blend .bc-blend-left .bc-blend-left-title {
    color: #4d4d4d; }
  .brand-page-2 .product-item__title {
    color: #4d4d4d !important; }
  .brand-page-2 .brand-product-link .all-product-link {
    color: #a51418; }
  .brand-page-2 #brand-formats .bf-container .bf-right .bf-title {
    color: #4d4d4d; }
  .brand-page-2 .brands-block .brands-block__holder .container .brands-block__box .brands-megared-block__title {
    color: white !important;
    font-size: 40px;
    font-weight: bold; }
  .brand-page-2 #brand-ingredients .bi-container .bi-img-fruit {
    width: 160px;
    height: 103px; }
  .brand-page-2 #brand-blogs .bb-article-read-more:hover {
    color: #a3171e; }

  .brands-block.brands-block--4 p {
    margin: 0px 0px 25px; }

  .tab-content-2 .product-slider-2 {
    padding-bottom: 45px; }

  .brand-page-6 .tab-content-2 .swiper-wrapper .swiper-slide .product-item .product-item__img img {
    height: 100%; }

  .brand-page-3 #brand-ingredients .bi-container .bi-img-fruit {
    width: 164px;
    height: 73px;
    bottom: -37px;
    object-fit: contain; }
  .brand-page-3 #brand-formats .bf-container .bf-left {
    height: unset; }
    .brand-page-3 #brand-formats .bf-container .bf-left .bf-img {
      width: 717px;
      height: 438px; }

  .brand-page-1 .collection-all-prod {
    font-weight: 500; }
  .brand-page-1 #brand-formats .bf-container .bf-right .bf-title {
    width: unset; }

  .bi-footer-desc {
    font-size: 12px;
    padding: 15px; } }
@media (min-width: 768px) and (min-width: 768px) and (max-width: 1024px) {
  .brand-page-4 #shopify-section-move-free-ingredients #brand-ingredients .bi-container .bi-ingredients .swiper-container .swiper-wrapper .swiper-slide .bi-ingredients-container .bi-ing-info {
    min-height: 125px; } }
        @media (min-width: 768px) and (min-width: 1200px) {
          .brand-page-4 .tab-content-2 .swiper-wrapper .swiper-slide .product-item .product-item__title, .brand-page-3 .tab-content-2 .swiper-wrapper .swiper-slide .product-item .product-item__title, .brand-page-2 .tab-content-2 .swiper-wrapper .swiper-slide .product-item .product-item__title, .brand-page-6 .tab-content-2 .swiper-wrapper .swiper-slide .product-item .product-item__title {
            min-height: 54px; } }
        @media (min-width: 768px) and (min-width: 1200px) {
          .brand-page-4 .tab-content-2 .swiper-wrapper .swiper-slide .product-item .get_listingpage .product-item__checkbox-holder, .brand-page-3 .tab-content-2 .swiper-wrapper .swiper-slide .product-item .get_listingpage .product-item__checkbox-holder, .brand-page-2 .tab-content-2 .swiper-wrapper .swiper-slide .product-item .get_listingpage .product-item__checkbox-holder, .brand-page-6 .tab-content-2 .swiper-wrapper .swiper-slide .product-item .get_listingpage .product-item__checkbox-holder {
            min-height: 24px; } }
@media (min-width: 768px) and (max-width: 1024px) {
  /*    tab issue fix*/
  #shopify-section-header #header .top-panel {
    width: 100%;
    background: #d6020c; }
    #shopify-section-header #header .top-panel .container .top-panel__slider {
      width: 50%;
      float: left; }
      #shopify-section-header #header .top-panel .container .top-panel__slider .swiper-wrapper .swiper-slide .top-panel__text {
        line-height: 21px; }
    #shopify-section-header #header .top-panel .container .top-search-sign {
      width: 47%;
      display: flex; }
      #shopify-section-header #header .top-panel .container .top-search-sign .search-box .vertical-line {
        height: 7px;
        border-left: unset; }

  #dev-schiff-vitamins #main .shopify-section .health-interest-wrapper ul {
    padding: 24px; }
    #dev-schiff-vitamins #main .shopify-section .health-interest-wrapper ul li {
      margin: 0 -5px; }

  .homepage-section .tabs-container .tab-content .id-tabs .swiper-container .swiper-wrapper .swiper-slide .product-item .product-item__footer form .btn-primary {
    font-size: 11px;
    padding: 0px;
    min-height: 35px; }

  #shopify-section-header #header .menu-tm {
    display: block; }

  /*   tab issue fix ends */ }
@media (min-width: 1024px) {
  .article-blog #main #blog-article .container .row .article-related-products {
    margin-left: 3%; }

  .blog-listing #main .blog-content .blog-content-section .article-listing .article-excerpt {
    width: 88%; }

  .blog-listing #main .tabset a {
    padding: 14px 14px 13px; }
  .blog-listing #main .tabset li {
    margin: 0px 1px; }
  .blog-listing .tabset-select {
    margin: 0 -2px; }

  .header-code-form input[type=text] {
    font-size: 13px; } }
  @media (min-width: 1024px) and (min-width: 1200px) {
    .blog-listing #main .tabset li {
      margin: 0px 6px; } }
  @media (min-width: 1024px) and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
    .blog-listing #main .tabset li {
      margin: 0px 26px; } }
  @media only screen and (min-width: 1024px) and (width: 1194px) and (orientation: landscape) {
    .blog-listing #main .tabset li {
      margin: auto; } }
@media (min-width: 768px) {
  .top-info-box .header-code-form input::placeholder {
    color: #a3020a; }
  .top-info-box .header-code-form input::-ms-input-placeholder {
    color: #a3020a; }
  .top-info-box .header-code-form input:-ms-input-placeholder {
    color: #a3020a; } }
@media (min-width: 1200px) {
  .header-code-form input[type=text] {
    font-size: 14px; }

  .blog-listing .blog-content {
    margin-top: -405.767px !important; }

  .blog-listing #main .tabset a {
    padding: 14px 14px 13px; }

  .nav-drop__holder .nav-drop__list.nav-drop__list--1 {
    padding-left: 13%; }
  .nav-drop__holder .nav-drop__list.nav-drop__list--2 {
    padding-left: 28.5%; }
  .nav-drop__holder .nav-drop__list.nav-drop__list--3 {
    padding-left: 48.5%; }
  .nav-drop__holder .nav-drop__list.nav-drop__list--4 {
    padding-left: 10.5%; } }
@media (max-width: 480px) {
  .blog-listing .blog-article-listing .blog-content-section .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%; }

  .article-blog #main #blog-article .container .row .article-related-products .card.product-card {
    width: 100%;
    height: 100%; }
    .article-blog #main #blog-article .container .row .article-related-products .card.product-card .product-item {
      height: 510px; }

  .brands-block .brands-block__holder .container .brands-block__box .rewards-email-section #email {
    text-align: center; }

  .brand-page-1 .brands-block .brands-block__holder .container .brands-block__box p {
    font-size: 16px; } }
@media (min-width: 1400px) {
  #brand-craft-blend .bc-blend .bc-blend-right {
    justify-content: flex-end; }

  .blog-listing #main .tabset li {
    margin: 0 20px; }

  .ad-banner-desktop img {
    width: 100%; }

  .blog-listing #main .tabset a {
    padding: 14px 21px 13px; }
  .blog-listing #main .tabset li {
    margin: 0px 25px; }

  .nav-drop__holder .nav-drop__list.nav-drop__list--1 {
    padding-left: 13%; }
  .nav-drop__holder .nav-drop__list.nav-drop__list--2 {
    padding-left: 27.5%; }
  .nav-drop__holder .nav-drop__list.nav-drop__list--3 {
    padding-left: 46%; }
  .nav-drop__holder .nav-drop__list.nav-drop__list--4 {
    padding-left: 12.5%; }

  .article-blog #main #blog-article .article-related-products {
    max-width: 1410px; }
    .article-blog #main #blog-article .article-related-products .card.product-card .product-item {
      height: 570px; }

  .container--product .igo_boxbody {
    max-width: 1410px; } }
@media (min-width: 1600px) {
  #dev-schiff-vitamins #main .shopify-section .health-interest-wrapper ul {
    margin: 25px 129px; }

  .blog-listing .blog-content {
    margin-top: -500.767px !important; }
    .blog-listing .blog-content h1 {
      padding: 15px 0px 30px 0px; }

  .nav-drop__holder .nav-drop__list.nav-drop__list--1 {
    padding-left: 15%; }
  .nav-drop__holder .nav-drop__list.nav-drop__list--2 {
    padding-left: 31.5%; }
  .nav-drop__holder .nav-drop__list.nav-drop__list--3 {
    padding-left: 52.5%; }
  .nav-drop__holder .nav-drop__list.nav-drop__list--4 {
    padding-left: 20.5%; } }
@media (min-width: 1900px) {
  .blog-listing .blog-content {
    margin-top: -587.767px !important; }
    .blog-listing .blog-content h1 {
      padding: 15px 0px 40px 0px; }

  #dev-schiff-vitamins #main .shopify-section .health-interest-wrapper ul {
    margin: 25px 281px; } }
@media (min-width: 768px) and (max-width: 1024px) {
  #bh-slides .swiper-container {
    height: 500px; }

  #brand-craft-blend {
    height: 430px; }

  #brand-formats {
    height: 350px; }

  .brands-block--rewards .brands-block__img img {
    min-height: 400px; }

  #shopify-section-brand-ingredients #brand-ingredients .bi-container .bi-ingredients .swiper-wrapper {
    transform: translate3d(0px, 0px, 0px) !important; }

  #brand-blogs .bb-container .bb-articles .bb-article-card {
    width: 220px;
    height: 415px; }
    #brand-blogs .bb-container .bb-articles .bb-article-card .bb-article-card-info {
      width: 221px;
      padding: 17px; }
      #brand-blogs .bb-container .bb-articles .bb-article-card .bb-article-card-info .bb-article-title {
        font-size: 16px; }

  /*  movefree tab css starts*/
  .brand-page-4 #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-content .swiper-content-right .swiper-content-right-btn {
    border: unset; }
    .brand-page-4 #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-content .swiper-content-right .swiper-content-right-btn .swiper-content-right-btn-text {
      color: #0079c8; }
    .brand-page-4 #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-content .swiper-content-right .swiper-content-right-btn:hover {
      border: unset; }
      .brand-page-4 #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-content .swiper-content-right .swiper-content-right-btn:hover .swiper-content-right-btn-text {
        color: #005994; }
  .brand-page-4 #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-content .swiper-content-right-title {
    font-size: 26px;
    line-height: 1.1; }
  .brand-page-4 #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-content .swiper-content-right-img {
    max-width: 90px; }
  .brand-page-4 #brand-craft-blend .bc-blend .bc-blend-left .bc-blend-left-title {
    font-size: 24px; }
  .brand-page-4 #brand-craft-blend .bc-blend .bc-blend-left .bc-blend-left-text {
    font-size: 14px; }
  .brand-page-4 #brand-ingredients .bi-container .bi-info .bi-info-text {
    max-width: 600px; }
  .brand-page-4 #brand-story .bs-container .bs-text {
    width: 80%; }
  .brand-page-4 #brand-formats {
    margin: 50px 0px 30px; }
    .brand-page-4 #brand-formats .bf-container .bf-right .bf-text {
      max-width: unset;
      margin: 31px 0 100px 0; }
    .brand-page-4 #brand-formats .bf-container .bf-right .bf-btn {
      padding: 18px; }

  /*  move free tab css ends*/
  /*  airborne page tab issue fix starts  */
  .brand-color-1 #main .shopify-section .homepage-section .tabs-container .tab-content .id-tabs .swiper-container .swiper-wrapper .swiper-slide .product-item .product-item__footer form .btn-primary {
    min-width: unset; }
  .brand-color-1 #main .shopify-section .homepage-section .tabs-container .tab-content .product-slider-2 {
    padding-left: 56px !important; }
  .brand-color-1 #brand-ingredients .bi-container .bi-ingredients .swiper-container .swiper-wrapper .swiper-slide {
    width: 200px !important; }
    .brand-color-1 #brand-ingredients .bi-container .bi-ingredients .swiper-container .swiper-wrapper .swiper-slide .bi-ingredients-container .bi-ing-title {
      height: 40px; }

  /*   airborne page tab issue fix ends here */ }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (width: 834px) {
    .brand-page-4 #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-content .swiper-content-right-title {
      width: auto; } }
@media only screen and (min-width: 768px) and (max-width: 1024px) and (width: 834px) {
  .brand-page-4 #brand-ingredients .bi-container .swiper-wrapper {
    transform: translate3d(22%, 0px, 0px) !important; } }
/*  blog page design ends here*/
@media (max-width: 767px) {
  .slick-arrow.swiper-button-disabled {
    visibility: hidden; }

  .shopify-section-brand-blogs {
    margin-top: 30px; } }
.blog-listing .blog-article-listing .article-listing .article-excerpt a.article-read-more {
  text-transform: uppercase; }

.article-blog #main #blog-article .container .row .article-related-products .card.product-card .product-item .article-product .product-item__category {
  display: none; }

.blog-listing .blog-article-listing .blog-content-section .article-listing img {
  border-top-left-radius: 21px;
  border-top-right-radius: 21px; }

@media only screen and (width: 834px) {
  .brand-color-1.brand-page-1 #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-bg-color {
    height: 76.21739%; } }
@media (max-width: 767px) {
  .brand-color-1.brand-page-1 #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-content .swiper-content-left {
    padding-top: 0px;
    padding-bottom: 25px; } }
@media only screen and (width: 834px) {
  .brand-color-1.brand-page-1 #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-content .swiper-content-right .swiper-content-right-title {
    font-size: 24px;
    margin: 16px 0 28px 0; } }
@media (min-width: 768px) {
  .brand-color-1.brand-page-1 .homepage-section .tabs-products .swiper-container .swiper-wrapper .swiper-slide {
    border: 1px solid transparent; } }
.brand-color-1.brand-page-1 .homepage-section .tabs-products .swiper-container .swiper-wrapper .swiper-slide .product-item {
  padding: 10px 0px; }
@media (min-width: 768px) {
  .brand-color-1.brand-page-1 .homepage-section .tabs-products .swiper-container .swiper-wrapper .swiper-slide .product-item .product-item__footer {
    padding-top: 14px; } }
.brand-color-1.brand-page-1 .homepage-section .tabs-products .swiper-container .slick-arrow {
  background: transparent !important;
  border-width: 0px; }
  .brand-color-1.brand-page-1 .homepage-section .tabs-products .swiper-container .slick-arrow:after {
    border-color: #de5727; }
  @media only screen and (width: 834px) {
    .brand-color-1.brand-page-1 .homepage-section .tabs-products .swiper-container .slick-arrow {
      display: block !important; } }
  .brand-color-1.brand-page-1 .homepage-section .tabs-products .swiper-container .slick-arrow.swiper-button-disabled:after {
    border-color: rgba(51, 51, 51, 0.2) !important; }
@media (min-width: 768px) {
  .brand-color-1.brand-page-1 .homepage-section .collection-all-prod {
    margin: 0px 30px 60px; } }
@media (min-width: 1200px) {
  .brand-color-1.brand-page-1 #brand-ingredients {
    height: 740px; } }
@media only screen and (width: 834px) {
  .brand-color-1.brand-page-1 #brand-ingredients {
    height: 736px; } }
@media (min-width: 1200px) {
  .brand-color-1.brand-page-1 #brand-ingredients .bi-container .bi-ingredients .swiper-container .swiper-wrapper .swiper-slide {
    width: 260px !important; } }
@media (max-width: 767px) {
  .brand-color-1.brand-page-1 #brand-ingredients .bi-container .bi-ingredients .swiper-container .swiper-wrapper .swiper-slide {
    height: 267px; } }
@media (min-width: 768px) {
  .brand-color-1.brand-page-1 #brand-ingredients .bi-container .bi-ingredients .swiper-container .swiper-wrapper .swiper-slide .bi-ingredients-container .bi-ing-img {
    height: 141px;
    width: 141px; } }
@media only screen and (width: 834px) {
  .brand-color-1.brand-page-1 #brand-ingredients .bi-container .bi-ingredients .swiper-container .swiper-wrapper .swiper-slide .bi-ingredients-container .bi-ing-img {
    height: 127px;
    width: 127px; } }
.brand-color-1.brand-page-1 #brand-ingredients .bi-container .bi-ingredients .swiper-container .swiper-wrapper .swiper-slide .bi-ingredients-container .bi-ing-title {
  min-height: 44px; }
.brand-color-1.brand-page-1 #brand-ingredients .bi-container .bi-footer-desc {
  color: white;
  text-align: center; }
  @media (max-width: 767px) {
    .brand-color-1.brand-page-1 #brand-ingredients .bi-container .bi-footer-desc {
      padding: 35px 15px 15px; } }
@media (min-width: 768px) {
  .brand-color-1.brand-page-1 #shopify-section-airborne-consideration-slider .campaign-popup {
    height: auto; } }
@media (min-width: 768px) {
  .brand-color-1.brand-page-1 #shopify-section-airborne-consideration-slider .campaign-popup .slider-content-deta .slider-img {
    margin: 30px 0 15px 0; } }
@media (min-width: 768px) {
  .brand-color-1.brand-page-1 #shopify-section-airborne-consideration-slider .campaign-popup .slider-content-deta .slider-img img {
    position: relative; } }
@media (min-width: 768px) {
  .brand-color-1.brand-page-1 #shopify-section-airborne-consideration-slider .col-sm-6 {
    width: 50%; } }
@media (max-width: 767px) {
  .brand-color-1.brand-page-1 #brand-formats {
    padding: 0px; } }
@media (max-width: 767px) {
  .brand-color-1.brand-page-1 #brand-formats .bf-container .bf-left {
    width: 100%; } }
@media (max-width: 767px) {
  .brand-color-1.brand-page-1 #brand-formats .bf-container .bf-left img {
    height: auto; } }
@media only screen and (width: 834px) {
  .brand-color-1.brand-page-1 #brand-formats .bf-container .bf-right .bf-text {
    max-height: 150px; } }
@media (max-width: 767px) {
  .brand-color-1.brand-page-1 #brand-craft-blend {
    padding: 0px; } }
@media (max-width: 767px) {
  .brand-color-1.brand-page-1 #brand-craft-blend .bc-blend .bc-blend-left {
    padding: 0 30px; } }
@media (max-width: 767px) {
  .brand-color-1.brand-page-1 #brand-craft-blend .bc-blend .bc-blend-left .bc-blend-left-title {
    width: 80%; } }
@media (min-width: 768px) {
  .brand-color-1.brand-page-1 #shopify-section-blp-socials .brands-block .brands-block__holder .container .brands-block__box h2 {
    font-size: 40px;
    margin-bottom: 10px; } }
@media (min-width: 768px) {
  .brand-color-1.brand-page-1 #shopify-section-blp-socials .brands-block .brands-block__holder .container .brands-block__box p {
    font-size: 20px; } }
@media (max-width: 767px) {
  .brand-color-1.brand-page-1 #brand-blogs .bb-container .bb-articles .bb-article-card {
    width: 330px; } }

/*megared design starts  */
.brand-page-2 #brand-blogs .bb-article-read-more, .brand-page-2 #brand-blogs .bb-view-more-text {
  color: #d71f27; }
.brand-page-2 #brand-faq .bfaq-title {
  color: #d71f27; }
.brand-page-2 #brand-faq .bfaq-btn {
  background-color: #d71f27; }
  .brand-page-2 #brand-faq .bfaq-btn:hover {
    background-color: #a3171e; }

/*  megared design ends here*/
/* Digestive design starts here */
.brand-page-3 #brand-blogs .bb-container .bb-title {
  color: #b32e8f; }
.brand-page-3 #brand-blogs .bb-container .bb-article-card .bb-article-card-info .bb-article-title:hover {
  color: #802166 !important; }
.brand-page-3 #brand-blogs .bb-article-read-more, .brand-page-3 #brand-blogs .bb-view-more-text {
  color: #b32e8f; }
  .brand-page-3 #brand-blogs .bb-article-read-more:hover, .brand-page-3 #brand-blogs .bb-view-more-text:hover {
    color: #802166 !important; }
.brand-page-3 #brand-faq .bfaq-title {
  color: #b32e8f; }
.brand-page-3 #brand-faq .bfaq-btn {
  background-color: #b32e8f; }
  .brand-page-3 #brand-faq .bfaq-btn:hover {
    background-color: #802166; }

/* Digestive design ends here */
/* Schiff nutrition design starts here */
.brand-page-6 #brand-blogs .bb-container .bb-title {
  color: #a3020a; }
.brand-page-6 #brand-blogs .bb-container .bb-article-card-info .bb-article-title {
  color: #4d4d4d !important;
  font-family: Raleway;
  font-size: 16px;
  font-weight: bold; }
  .brand-page-6 #brand-blogs .bb-container .bb-article-card-info .bb-article-title:hover {
    color: #a3020a !important; }
.brand-page-6 #brand-blogs .bb-article-read-more, .brand-page-6 #brand-blogs .bb-view-more-text {
  color: #d91b1e; }
  .brand-page-6 #brand-blogs .bb-article-read-more:hover, .brand-page-6 #brand-blogs .bb-view-more-text:hover {
    color: #a3020a; }
.brand-page-6 #brand-faq .bfaq-title {
  color: #a3020a; }
.brand-page-6 #brand-faq .bfaq-btn {
  background-color: #083f48; }
  .brand-page-6 #brand-faq .bfaq-btn:hover {
    background-color: #0f6472; }
.brand-page-6 #shopify-section-schiff-nut-hero-banner .image-with-text {
  height: 100%;
  width: 100%; }
  .brand-page-6 #shopify-section-schiff-nut-hero-banner .image-with-text .schiff-nut-hero-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
    width: 100%;
    text-align: center;
    font-size: 18px;
    background: #fff;
    position: relative; }
    .brand-page-6 #shopify-section-schiff-nut-hero-banner .image-with-text .schiff-nut-hero-wrapper .sn-bg-color {
      height: 90.2174%;
      width: 100%;
      position: absolute;
      top: 0;
      background: url("schiff-nutrition-hero-bg.png");
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover; }
      @media (min-width: 768px) and (max-width: 1024px) {
        .brand-page-6 #shopify-section-schiff-nut-hero-banner .image-with-text .schiff-nut-hero-wrapper .sn-bg-color {
          height: 70.21739%; } }
      @media (max-width: 767px) {
        .brand-page-6 #shopify-section-schiff-nut-hero-banner .image-with-text .schiff-nut-hero-wrapper .sn-bg-color {
          height: 32.21739%;
          background: url("schiff-nutrition-hero-bg-mbl.png"); } }
      @media (min-width: 1200px) and (max-width: 1260px) {
        .brand-page-6 #shopify-section-schiff-nut-hero-banner .image-with-text .schiff-nut-hero-wrapper .sn-bg-color {
          height: 96.2174%; } }
      @media (min-width: 1300px) {
        .brand-page-6 #shopify-section-schiff-nut-hero-banner .image-with-text .schiff-nut-hero-wrapper .sn-bg-color {
          height: 75%; } }
      @media (min-width: 1360px) {
        .brand-page-6 #shopify-section-schiff-nut-hero-banner .image-with-text .schiff-nut-hero-wrapper .sn-bg-color {
          height: 81%; } }
    .brand-page-6 #shopify-section-schiff-nut-hero-banner .image-with-text .schiff-nut-hero-wrapper .sn-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      height: 100%;
      width: 100%;
      padding: 0 100px;
      z-index: 2; }
      @media (max-width: 767px) {
        .brand-page-6 #shopify-section-schiff-nut-hero-banner .image-with-text .schiff-nut-hero-wrapper .sn-content {
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          -webkit-justify-content: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
          flex-direction: column;
          padding: 0; } }
      .brand-page-6 #shopify-section-schiff-nut-hero-banner .image-with-text .schiff-nut-hero-wrapper .sn-content .sn-content-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        height: 100%;
        width: 45%;
        padding-top: 3%; }
        @media (min-width: 1300px) {
          .brand-page-6 #shopify-section-schiff-nut-hero-banner .image-with-text .schiff-nut-hero-wrapper .sn-content .sn-content-left {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
            -webkit-box-align: flex-end;
            -ms-flex-align: flex-end;
            -webkit-align-items: flex-end;
            align-items: flex-end; } }
        @media (min-width: 768px) and (max-width: 1024px) {
          .brand-page-6 #shopify-section-schiff-nut-hero-banner .image-with-text .schiff-nut-hero-wrapper .sn-content .sn-content-left {
            width: 60%; } }
        @media (max-width: 767px) {
          .brand-page-6 #shopify-section-schiff-nut-hero-banner .image-with-text .schiff-nut-hero-wrapper .sn-content .sn-content-left {
            height: unset;
            width: 70%;
            padding-top: 40px; } }
        .brand-page-6 #shopify-section-schiff-nut-hero-banner .image-with-text .schiff-nut-hero-wrapper .sn-content .sn-content-left .sn-content-left-img {
          max-height: 599px; }
          @media (min-width: 768px) and (max-width: 1024px) {
            .brand-page-6 #shopify-section-schiff-nut-hero-banner .image-with-text .schiff-nut-hero-wrapper .sn-content .sn-content-left .sn-content-left-img {
              max-height: 399px; } }
          @media (max-width: 767px) {
            .brand-page-6 #shopify-section-schiff-nut-hero-banner .image-with-text .schiff-nut-hero-wrapper .sn-content .sn-content-left .sn-content-left-img {
              max-height: 299px; } }
      .brand-page-6 #shopify-section-schiff-nut-hero-banner .image-with-text .schiff-nut-hero-wrapper .sn-content .sn-content-right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: start;
        align-items: start;
        height: 65.21739%;
        width: 55%;
        flex-direction: column;
        padding: 3% 50px 0px; }
        @media (min-width: 768px) and (max-width: 1024px) {
          .brand-page-6 #shopify-section-schiff-nut-hero-banner .image-with-text .schiff-nut-hero-wrapper .sn-content .sn-content-right {
            height: 360px;
            width: 60%; } }
        @media (max-width: 767px) {
          .brand-page-6 #shopify-section-schiff-nut-hero-banner .image-with-text .schiff-nut-hero-wrapper .sn-content .sn-content-right {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
            width: 100%;
            height: unset;
            padding: 0 20px; } }
        @media (max-width: 767px) {
          .brand-page-6 #shopify-section-schiff-nut-hero-banner .image-with-text .schiff-nut-hero-wrapper .sn-content .sn-content-right .sn-content-right-img {
            height: 25px;
            width: 86px; } }
        .brand-page-6 #shopify-section-schiff-nut-hero-banner .image-with-text .schiff-nut-hero-wrapper .sn-content .sn-content-right .sn-content-right-heading h2 {
          font-family: Raleway;
          font-size: 40px;
          font-weight: normal;
          width: 561px;
          text-align: left;
          margin: 0px 0 25px 0;
          line-height: normal; }
          @media (min-width: 768px) and (max-width: 1024px) {
            .brand-page-6 #shopify-section-schiff-nut-hero-banner .image-with-text .schiff-nut-hero-wrapper .sn-content .sn-content-right .sn-content-right-heading h2 {
              font-size: 34px;
              color: white; } }
          @media (max-width: 767px) {
            .brand-page-6 #shopify-section-schiff-nut-hero-banner .image-with-text .schiff-nut-hero-wrapper .sn-content .sn-content-right .sn-content-right-heading h2 {
              font-size: 30px;
              text-align: center;
              margin-bottom: 20px;
              margin-top: 25px;
              line-height: 1;
              font-weight: 500; } }
        .brand-page-6 #shopify-section-schiff-nut-hero-banner .image-with-text .schiff-nut-hero-wrapper .sn-content .sn-content-right .sn-content-right-desc {
          font-weight: 500;
          line-height: 1.5;
          text-align: left;
          font-family: Raleway; }
          @media (max-width: 767px) {
            .brand-page-6 #shopify-section-schiff-nut-hero-banner .image-with-text .schiff-nut-hero-wrapper .sn-content .sn-content-right .sn-content-right-desc {
              font-size: 14px;
              margin-bottom: 13px;
              line-height: 1.29;
              font-weight: 500; } }
          .brand-page-6 #shopify-section-schiff-nut-hero-banner .image-with-text .schiff-nut-hero-wrapper .sn-content .sn-content-right .sn-content-right-desc p {
            font-size: 16px;
            margin-bottom: 25px; }
        .brand-page-6 #shopify-section-schiff-nut-hero-banner .image-with-text .schiff-nut-hero-wrapper .sn-content .sn-content-right .sn-content-right-btn {
          display: -webkit-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          -webkit-justify-content: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
          width: 213px;
          height: 50px;
          border-radius: 25px;
          background-color: #083f48;
          border-radius: 25px; }
          @media (min-width: 768px) and (max-width: 1024px) {
            .brand-page-6 #shopify-section-schiff-nut-hero-banner .image-with-text .schiff-nut-hero-wrapper .sn-content .sn-content-right .sn-content-right-btn {
              background: #fff; } }
          @media (max-width: 1024px) {
            .brand-page-6 #shopify-section-schiff-nut-hero-banner .image-with-text .schiff-nut-hero-wrapper .sn-content .sn-content-right .sn-content-right-btn {
              width: 175px; } }
          .brand-page-6 #shopify-section-schiff-nut-hero-banner .image-with-text .schiff-nut-hero-wrapper .sn-content .sn-content-right .sn-content-right-btn .sn-content-right-btn-text {
            font-family: Raleway;
            font-size: 18px;
            font-weight: bold;
            letter-spacing: 1px;
            color: white; }
            @media (max-width: 767px) {
              .brand-page-6 #shopify-section-schiff-nut-hero-banner .image-with-text .schiff-nut-hero-wrapper .sn-content .sn-content-right .sn-content-right-btn .sn-content-right-btn-text {
                font-size: 16px;
                line-height: 1.13; } }

/* Schiff nutrition design ends here */
/* movefree page blog design */
.brand-page-4 #brand-blogs .bb-container .bb-title {
  color: #0079c8; }
.brand-page-4 #brand-blogs .bb-container .bb-articles .bb-article-card .bb-article-card-info .bb-article-title:hover {
  color: #0079c8 !important; }
.brand-page-4 #brand-blogs .bb-article-read-more, .brand-page-4 #brand-blogs .bb-view-more-text {
  color: #0079c8; }
  .brand-page-4 #brand-blogs .bb-article-read-more:hover, .brand-page-4 #brand-blogs .bb-view-more-text:hover {
    color: #005994; }
.brand-page-4 #brand-faq .bfaq-title {
  color: #005994; }
.brand-page-4 #brand-faq .bfaq-btn {
  background-color: #0079c8; }
  .brand-page-4 #brand-faq .bfaq-btn:hover {
    background-color: #005994; }
@media (min-width: 1280px) {
  .brand-page-4.brand-color-4 #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-content {
    padding-top: 50px; } }
@media (min-width: 1300px) {
  .brand-page-4.brand-color-4 #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-content {
    padding-top: 65px; } }
@media (max-width: 767px) {
  .brand-page-4.brand-color-4 #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-content .swiper-content-right-title {
    width: auto; } }
@media (min-width: 1220px) {
  .brand-page-4.brand-color-4 #shopify-section-move-free-feature-collection .tabs-products .tab-content-2 .swiper-wrapper .swiper-slide {
    min-height: 525px; } }
@media (min-width: 1220px) {
  .brand-page-4.brand-color-4 #shopify-section-move-free-feature-collection .tabs-products .tab-content-2 .swiper-wrapper .swiper-slide .product-item .product-item__title {
    min-height: 80px; } }
@media (min-width: 768px) and (max-width: 1024px) {
  .brand-page-4.brand-color-4 #brand-craft-blend .bc-blend .bc-blend-left {
    display: inline-flex;
    flex-direction: column;
    justify-content: center; } }
@media only screen and (width: 834px) {
  .brand-page-4.brand-color-4 #brand-craft-blend .bc-blend .bc-blend-left {
    padding-left: 0px; } }
@media only screen and (width: 1194px) and (orientation: landscape) {
  .brand-page-4.brand-color-4 #brand-craft-blend .bc-blend .bc-blend-left {
    margin-top: 90px; } }
@media (min-width: 768px) and (max-width: 1024px) {
  .brand-page-4.brand-color-4 #brand-craft-blend .bc-blend .bc-blend-left .bc-blend-left-title {
    width: 100%; } }
@media (min-width: 768px) and (max-width: 1024px) {
  .brand-page-4.brand-color-4 #brand-craft-blend .bc-blend .bc-blend-left .bc-blend-left-text {
    width: 92%; } }
@media (min-width: 768px) and (max-width: 1024px) {
  .brand-page-4.brand-color-4 #shopify-section-banner {
    padding-bottom: 10px; } }
@media (min-width: 768px) and (max-width: 1024px) {
  .brand-page-4.brand-color-4 #brand-formats .bf-container .bf-right {
    padding-right: 8%;
    width: 73%; } }
@media (min-width: 768px) and (max-width: 1024px) {
  .brand-page-4.brand-color-4 #brand-formats .bf-container .bf-right .bf-title {
    padding-left: 0px;
    width: 100%; } }
@media only screen and (width: 834px) {
  .brand-page-4.brand-color-4 #brand-formats .bf-container .bf-right .bf-title {
    padding-top: 70px; } }
@media (min-width: 768px) {
  .brand-page-4.brand-color-4 #brand-formats .bf-container .bf-right .bf-text {
    padding-right: 30px; } }
@media only screen and (width: 1194px) and (orientation: landscape) {
  .brand-page-4.brand-color-4 div#brand-ingredients {
    height: 670px; } }
@media (min-width: 1201px) {
  .brand-page-4.brand-color-4 div#brand-ingredients .bi-container .bi-ingredients {
    height: 330px; } }
@media (max-width: 767px) {
  .brand-page-4.brand-color-4 div#brand-ingredients .bi-container .bi-ingredients {
    height: 55% !important; } }
@media (min-width: 1201px) {
  .brand-page-4.brand-color-4 div#brand-ingredients .bi-container .bi-ingredients .swiper-container .bi-ing-title {
    height: 30px !important; } }
@media (min-width: 1201px) {
  .brand-page-4.brand-color-4 div#brand-ingredients .bi-container .bi-ingredients .swiper-container .bi-ing-info {
    height: auto !important; } }
@media (max-width: 767px) {
  .brand-page-4.brand-color-4 div#brand-ingredients .bi-container .bi-ingredients .swiper-container .bi-ing-info {
    height: 170px !important; } }
.brand-page-4.brand-color-4 div#brand-ingredients .bi-container .bi-ingredients .swiper-container .swiper-wrapper .swiper-slide {
  height: 330px; }
  @media only screen and (min-width: 1201px) {
    .brand-page-4.brand-color-4 div#brand-ingredients .bi-container .bi-ingredients .swiper-container .swiper-wrapper .swiper-slide {
      width: 300px !important;
      border-right: unset; } }
  @media only screen and (min-width: 1201px) {
    .brand-page-4.brand-color-4 div#brand-ingredients .bi-container .bi-ingredients .swiper-container .swiper-wrapper .swiper-slide {
      margin-right: 0px !important; } }
  @media only screen and (width: 1194px) and (orientation: landscape) {
    .brand-page-4.brand-color-4 div#brand-ingredients .bi-container .bi-ingredients .swiper-container .swiper-wrapper .swiper-slide {
      height: 300px;
      padding-bottom: 80px; } }
  @media only screen and (min-width: 1201px) {
    .brand-page-4.brand-color-4 div#brand-ingredients .bi-container .bi-ingredients .swiper-container .swiper-wrapper .swiper-slide .bi-ingredients-container {
      padding: 0px 15px;
      border-right: solid 1px rgba(255, 255, 255, 0.25); } }
  @media (min-width: 1201px) {
    .brand-page-4.brand-color-4 div#brand-ingredients .bi-container .bi-ingredients .swiper-container .swiper-wrapper .swiper-slide .bi-ingredients-container .bi-ing-info {
      width: auto; } }
  .brand-page-4.brand-color-4 div#brand-ingredients .bi-container .bi-ingredients .swiper-container .swiper-wrapper .swiper-slide:last-child .bi-ingredients-container {
    border-right: 0px; }
@media only screen and (width: 834px) {
  .brand-page-4.brand-color-4 div#brand-ingredients .bi-container .bi-img-fruit {
    height: 110px;
    width: 140px;
    bottom: -68px; } }
.brand-page-4.brand-color-4 div#brand-ingredients .bi-container .bi-info .bi-info-text {
  margin: 30px 0 30px 0; }

@media (max-width: 767px) {
  .brand-color-2.brand-page-2 #bh-slides .swiper-container {
    height: 585px; } }
@media (max-width: 767px) {
  .brand-color-2.brand-page-2 #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-content-right-img {
    width: 100px !important;
    object-fit: contain !important; } }
@media (min-width: 768px) and (max-width: 1024px) {
  .brand-color-2.brand-page-2 #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-bg-color {
    height: 74.21739%; } }
@media (min-width: 1201px) {
  .brand-color-2.brand-page-2 #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-bg-color {
    height: 72.21739%; } }
@media (min-width: 768px) and (max-width: 1024px) {
  .brand-color-2.brand-page-2 #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-content {
    padding-top: 20px; } }
.brand-color-2.brand-page-2 #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-content .swiper-content-right .swiper-content-right-title {
  font-size: 46px; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .brand-color-2.brand-page-2 #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-content .swiper-content-right .swiper-content-right-title {
      font-size: 32px;
      margin: 20px 0 30px 0; } }
  @media (max-width: 767px) {
    .brand-color-2.brand-page-2 #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-content .swiper-content-right .swiper-content-right-title {
      font-size: 30px; } }
@media (min-width: 768px) and (max-width: 1024px) {
  .brand-color-2.brand-page-2 #brand-craft-blend .bc-blend .bc-blend-left .bc-blend-left-text {
    width: unset;
    padding-right: 3%; } }
@media only screen and (width: 834px) {
  .brand-color-2.brand-page-2 #brand-craft-blend .bc-blend .bc-blend-left .bc-blend-left-title {
    font-size: 22px;
    width: 280px; } }
@media (max-width: 767px) {
  .brand-color-2.brand-page-2 #shopify-section-megared-feature-collection .brands-block__title {
    font-family: Raleway; } }
.brand-color-2.brand-page-2 #shopify-section-megared-feature-collection .tabs-container .tabset-select .tabset li.active a {
  color: #333333;
  border-width: 1px; }
  @media (max-width: 767px) {
    .brand-color-2.brand-page-2 #shopify-section-megared-feature-collection .tabs-container .tabset-select .tabset li.active a {
      color: #4d4d4d; } }
@media (min-width: 768px) {
  .brand-color-2.brand-page-2 #shopify-section-megared-feature-collection .tabs-container .tab-content-2 .swiper-wrapper .swiper-slide {
    min-height: 500px; } }
@media (min-width: 768px) {
  .brand-color-2.brand-page-2 #shopify-section-megared-feature-collection .tabs-container .tab-content-2 .swiper-wrapper .swiper-slide .product-item {
    min-height: 500px; } }
@media (min-width: 1220px) {
  .brand-color-2.brand-page-2 #shopify-section-megared-feature-collection .tabs-container .tab-content-2 .swiper-wrapper .swiper-slide .product-item {
    min-height: 500px; } }
@media (min-width: 768px) {
  .brand-color-2.brand-page-2 #shopify-section-megared-feature-collection .tabs-container .tab-content-2 .swiper-wrapper .swiper-slide .product-item .product-item__title {
    min-height: 72px; } }
@media (min-width: 768px) {
  .brand-color-2.brand-page-2 #shopify-section-megared-feature-collection .tabs-container .tab-content-2 .swiper-wrapper .swiper-slide .product-item .product-item__checkbox-holder {
    min-height: 26px; } }
.brand-color-2.brand-page-2 #shopify-section-megared-feature-collection .tabs-container .tab-content-2 .swiper-wrapper .swiper-slide .product-item .btn-primary {
  letter-spacing: 1px;
  font-size: 16px; }
@media (min-width: 768px) and (max-width: 1024px) {
  .brand-color-2.brand-page-2 #shopify-section-megared-feature-collection .tabs-container .tab-content-2 .slick-arrow {
    background: transparent !important;
    border-color: transparent; }
    .brand-color-2.brand-page-2 #shopify-section-megared-feature-collection .tabs-container .tab-content-2 .slick-arrow:after {
      border-color: #a3171e; } }
@media (min-width: 768px) and (max-width: 1024px) {
  .brand-color-2.brand-page-2 #shopify-section-megared-feature-collection .tabs-container .tab-content-2 .slick-arrow.swiper-button-disabled:after {
    border-color: rgba(51, 51, 51, 0.2) !important; } }
@media (min-width: 768px) and (max-width: 1024px) {
  .brand-color-2.brand-page-2 #brand-ingredients .bi-container .bi-info .bi-info-text {
    margin: 20px 0 20px 0; } }
@media (max-width: 767px) {
  .brand-color-2.brand-page-2 #brand-ingredients .bi-container .bi-info .bi-info-text {
    margin-top: 24px; } }
@media (max-width: 767px) {
  .brand-color-2.brand-page-2 #brand-ingredients .bi-container .bi-info .bi-info-title {
    min-height: 60px; } }
@media (min-width: 768px) and (max-width: 1024px) {
  .brand-color-2.brand-page-2 #brand-ingredients .bi-container .bi-ingredients .swiper-container .swiper-wrapper .swiper-slide {
    padding: 0 10px;
    border-right: unset; } }
.brand-color-2.brand-page-2 #brand-ingredients .bi-container .bi-ingredients .swiper-container .swiper-wrapper .swiper-slide .bi-ingredients-container .bi-ing-title {
  height: 31px; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .brand-color-2.brand-page-2 #brand-ingredients .bi-container .bi-ingredients .swiper-container .swiper-wrapper .swiper-slide .bi-ingredients-container .bi-ing-title {
      height: 40px; } }
  @media (max-width: 767px) {
    .brand-color-2.brand-page-2 #brand-ingredients .bi-container .bi-ingredients .swiper-container .swiper-wrapper .swiper-slide .bi-ingredients-container .bi-ing-title {
      min-height: 44px; } }
@media (min-width: 768px) and (max-width: 1024px) {
  .brand-color-2.brand-page-2 #brand-ingredients .bi-container .bi-ingredients .swiper-container .swiper-wrapper .swiper-slide .bi-ingredients-container .bi-ing-img {
    width: 110px;
    height: 110px; } }
.brand-color-2.brand-page-2 #brand-ingredients .bi-container .bi-ingredients .swiper-container .swiper-wrapper .swiper-slide .bi-ingredients-container .bi-ing-info {
  height: 125px; }
.brand-color-2.brand-page-2 #shopify-section-megared-formats {
  margin-top: 70px; }
  @media (max-width: 767px) {
    .brand-color-2.brand-page-2 #shopify-section-megared-formats {
      margin-top: 34px; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .brand-color-2.brand-page-2 #shopify-section-megared-formats #brand-formats .bf-container .bf-right {
      padding-left: 2%;
      padding-right: 5%;
      width: 50%; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .brand-color-2.brand-page-2 #shopify-section-megared-formats #brand-formats .bf-container .bf-right .bf-text {
      max-height: 170px;
      overflow: hidden;
      min-height: 140px; } }
  .brand-color-2.brand-page-2 #shopify-section-megared-formats #brand-formats .bf-container .bf-right .btn-primary {
    margin: 0px; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .brand-color-2.brand-page-2 #shopify-section-megared-formats #brand-formats .bf-container .bf-left {
      padding-right: 1%; } }
@media (min-width: 768px) and (max-width: 1024px) {
  .brand-color-2.brand-page-2 #shopify-section-megared-story #brand-story {
    height: 300px; } }
@media (min-width: 1600px) {
  .brand-color-2.brand-page-2 #shopify-section-megared-story #brand-story {
    min-height: 437px; } }
@media (min-width: 1920px) {
  .brand-color-2.brand-page-2 #shopify-section-megared-story #brand-story {
    min-height: 524px; } }
@media only screen and (width: 834px) {
  .brand-color-2.brand-page-2 #shopify-section-megared-story #brand-story {
    height: 268px; } }
@media only screen and (width: 1194px) {
  .brand-color-2.brand-page-2 #shopify-section-megared-story #brand-story {
    height: 326px; } }
@media only screen and (width: 1366px) {
  .brand-color-2.brand-page-2 #shopify-section-megared-story #brand-story {
    height: 373px; } }
@media (max-width: 767px) {
  .brand-color-2.brand-page-2 #shopify-section-megared-story #brand-story .bs-container .bs-title {
    margin-top: 30px; } }
@media (max-width: 767px) {
  .brand-color-2.brand-page-2 #shopify-section-banner .brands-block__btn-holder a.second-button {
    width: 250px;
    margin-top: 14px;
    padding-left: 2px;
    padding-right: 2px;
    height: 44px;
    padding-top: 10px; } }

@media (max-width: 767px) {
  .brand-color-3.brand-page-3 #bh-slides .swiper-container {
    height: 590px; } }
@media (max-width: 767px) {
  .brand-color-3.brand-page-3 #bh-slides .swiper-container .swiper-content-right-img {
    width: 100px !important;
    object-fit: contain !important; } }
@media (min-width: 768px) and (max-width: 1024px) {
  .brand-color-3.brand-page-3 #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-bg-color {
    height: 77.21739%; } }
@media (min-width: 768px) and (max-width: 1024px) {
  .brand-color-3.brand-page-3 #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-content .swiper-content-right .swiper-content-right-title {
    font-size: 28px; } }
@media (min-width: 768px) and (max-width: 1024px) {
  .brand-color-3.brand-page-3 #brand-formats .bf-container .bf-left .bf-img {
    width: unset;
    height: auto; } }
@media (min-width: 768px) and (max-width: 1024px) {
  .brand-color-3.brand-page-3 #brand-formats .bf-container .bf-right .bf-title {
    font-size: 32px;
    padding: 30px 0px 6px 0px; } }
@media (max-width: 767px) {
  .brand-color-3.brand-page-3 #shopify-section-banner .brands-block__box .brands-block__title {
    margin-bottom: 12px; } }
@media (max-width: 767px) {
  .brand-color-3.brand-page-3 #shopify-section-banner .brands-block__box p {
    font-family: Raleway; } }
@media (max-width: 767px) {
  .brand-color-3.brand-page-3 #shopify-section-digestive-socials .brands-block__box .brands-block__title {
    font-family: Arial;
    margin-bottom: 16px; } }
@media (max-width: 767px) {
  .brand-color-3.brand-page-3 #shopify-section-digestive-socials .brands-block__box p {
    margin-bottom: 16px;
    font-size: 14px;
    margin: 0px auto 16px;
    width: 100%; } }
@media (max-width: 767px) {
  .brand-color-3.brand-page-3 #shopify-section-digestive-feature-collection .tabs-products .tabset-select {
    width: 325px; } }
.brand-color-3.brand-page-3 #shopify-section-digestive-feature-collection .tabs-products .tab-content-2 .slick-arrow {
  background: transparent;
  border-color: transparent; }
  .brand-color-3.brand-page-3 #shopify-section-digestive-feature-collection .tabs-products .tab-content-2 .slick-arrow:after {
    border-color: #b32e8f; }
  .brand-color-3.brand-page-3 #shopify-section-digestive-feature-collection .tabs-products .tab-content-2 .slick-arrow.swiper-button-disabled {
    background: transparent !important; }
    .brand-color-3.brand-page-3 #shopify-section-digestive-feature-collection .tabs-products .tab-content-2 .slick-arrow.swiper-button-disabled:after {
      border-color: rgba(51, 51, 51, 0.2) !important; }
@media (min-width: 1220px) {
  .brand-color-3.brand-page-3 #shopify-section-digestive-feature-collection .tabs-products .tab-content-2 .swiper-wrapper .swiper-slide {
    min-height: 525px; } }
@media (min-width: 768px) {
  .brand-color-3.brand-page-3 #shopify-section-digestive-feature-collection .tabs-products .tab-content-2 .swiper-wrapper .swiper-slide {
    min-height: 465px; } }
@media only screen and (width: 1194px) and (orientation: landscape) {
  .brand-color-3.brand-page-3 #shopify-section-digestive-feature-collection .tabs-products .tab-content-2 .swiper-wrapper .swiper-slide .product-item {
    padding-left: 0px;
    padding-right: 0px; } }
@media (min-width: 768px) {
  .brand-color-3.brand-page-3 #shopify-section-digestive-feature-collection .tabs-products .tab-content-2 .swiper-wrapper .swiper-slide .product-item .product-item__title {
    min-height: 60px; } }
@media (min-width: 1220px) {
  .brand-color-3.brand-page-3 #shopify-section-digestive-feature-collection .tabs-products .tab-content-2 .swiper-wrapper .swiper-slide .product-item .product-item__title {
    min-height: 80px; } }
@media (min-width: 768px) and (max-width: 1024px) {
  .brand-color-3.brand-page-3 #shopify-section-digestive-feature-collection .tabs-products .tab-content-2 .swiper-wrapper .swiper-slide .product-item .product-item__title {
    min-height: 54px; } }
@media (max-width: 767px) {
  .brand-color-3.brand-page-3 #shopify-section-digestive-feature-collection .tabs-products .tab-content-2 .swiper-wrapper .swiper-slide .product-item .product-item__title {
    font-family: Raleway; } }
@media only screen and (width: 1194px) and (orientation: landscape) {
  .brand-color-3.brand-page-3 #shopify-section-digestive-feature-collection .tabs-products .tab-content-2 .swiper-wrapper .swiper-slide .product-item .product-item__title {
    min-height: 76px; } }
@media (min-width: 1200px) {
  .brand-color-3.brand-page-3 #shopify-section-digestive-feature-collection .tabs-products .tab-content-2 .swiper-wrapper .swiper-slide .product-item .get_listingpage .product-item__img {
    margin: 0 0 6px; } }
.brand-color-3.brand-page-3 #shopify-section-digestive-feature-collection .tabs-products .tab-content-2 .swiper-wrapper .swiper-slide .product-item .get_listingpage .product-item__checkbox-holder {
  min-height: 21px; }
.brand-color-3.brand-page-3 #shopify-section-digestive-feature-collection .tabs-products .tab-content-2 .swiper-wrapper .swiper-slide .product-item .product-item__footer .btn-primary {
  font-size: 16px; }
  @media (max-width: 767px) {
    .brand-color-3.brand-page-3 #shopify-section-digestive-feature-collection .tabs-products .tab-content-2 .swiper-wrapper .swiper-slide .product-item .product-item__footer .btn-primary {
      font-family: Montserrat;
      font-size: 13px; } }
@media (min-width: 768px) {
  .brand-color-3.brand-page-3 #shopify-section-digestive-formats #brand-formats .bf-container .bf-right {
    /*       padding-right: 3%; */ } }
@media (min-width: 768px) {
  .brand-color-3.brand-page-3 #shopify-section-digestive-formats #brand-formats .bf-container .bf-right .bf-title {
    width: 100%;
    height: 80px; } }
@media (max-width: 767px) {
  .brand-color-3.brand-page-3 #shopify-section-digestive-formats #brand-formats .bf-container .bf-right .bf-title {
    padding: 30px 15px 0px 15px;
    height: auto !important; } }
@media only screen and (width: 834px) {
  .brand-color-3.brand-page-3 #brand-craft-blend .bc-blend .bc-blend-left .bc-blend-left-title {
    font-size: 24px;
    width: 100%; } }
@media (max-width: 767px) {
  .brand-color-3.brand-page-3 #brand-ingredients .bi-container .bi-info .bi-info-text {
    margin: 50px auto 40px auto; } }
@media (min-width: 1200px) {
  .brand-color-3.brand-page-3 #brand-ingredients .bi-container .bi-ingredients .swiper-container .swiper-wrapper .swiper-slide {
    height: 305px; } }
@media (min-width: 1200px) {
  .brand-color-3.brand-page-3 #brand-ingredients .bi-container .bi-ingredients .swiper-container .swiper-wrapper .swiper-slide .bi-ingredients-container .bi-ing-info {
    height: 104px;
    width: 90%; } }
@media (min-width: 768px) and (max-width: 1024px) {
  .brand-color-3.brand-page-3 #brand-ingredients .bi-container .bi-ingredients .swiper-container .swiper-wrapper .swiper-slide .bi-ingredients-container .bi-ing-info {
    font-size: 11.5px; } }
@media (min-width: 768px) {
  .brand-color-3.brand-page-3 #brand-ingredients .bi-container .bi-ingredients .swiper-container .swiper-wrapper .swiper-slide .bi-ingredients-container .bi-ing-title {
    font-size: 18px; } }

.brand-color-5.brand-page-5 .container {
  max-width: 1410px; }
@media (max-width: 767px) {
  .brand-color-5.brand-page-5 .shopify-section #bh-slides .swiper-container {
    height: auto; } }
.brand-color-5.brand-page-5 .shopify-section #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-bg-color {
  height: 77.21739%; }
  @media (max-width: 767px) {
    .brand-color-5.brand-page-5 .shopify-section #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-bg-color {
      height: 43.21739%; } }
.brand-color-5.brand-page-5 .shopify-section #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-content {
  padding-top: 40px; }
  .brand-color-5.brand-page-5 .shopify-section #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-content .swiper-content-right {
    padding: 0px 20px; }
    .brand-color-5.brand-page-5 .shopify-section #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-content .swiper-content-right .swiper-content-right-btn {
      border-color: white; }
      .brand-color-5.brand-page-5 .shopify-section #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-content .swiper-content-right .swiper-content-right-btn:hover {
        text-decoration: none; }
        .brand-color-5.brand-page-5 .shopify-section #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-content .swiper-content-right .swiper-content-right-btn:hover span {
          color: #0090a5; }
      @media (min-width: 768px) and (max-width: 1024px) {
        .brand-color-5.brand-page-5 .shopify-section #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-content .swiper-content-right .swiper-content-right-btn span {
          color: #00514e; } }
      @media (max-width: 767px) {
        .brand-color-5.brand-page-5 .shopify-section #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-content .swiper-content-right .swiper-content-right-btn {
          width: 150px;
          height: 50px;
          background: #0094ab; }
          .brand-color-5.brand-page-5 .shopify-section #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-content .swiper-content-right .swiper-content-right-btn span {
            color: white; } }
    .brand-color-5.brand-page-5 .shopify-section #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-content .swiper-content-right .swiper-content-right-title {
      font-size: 46px;
      margin: 20px 0 20px 0;
      line-height: normal; }
      @media (min-width: 768px) and (max-width: 1024px) {
        .brand-color-5.brand-page-5 .shopify-section #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-content .swiper-content-right .swiper-content-right-title {
          font-size: 26px; } }
      @media (max-width: 767px) {
        .brand-color-5.brand-page-5 .shopify-section #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-content .swiper-content-right .swiper-content-right-title {
          font-size: 24px;
          margin: 0px 0 20px 0;
          line-height: 1.25; } }
.brand-color-5.brand-page-5 .shopify-section .fuels-indicators-title {
  display: none; }
.brand-color-5.brand-page-5 .shopify-section .fuels-indicators .video-content img {
  margin-bottom: 14px; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .brand-color-5.brand-page-5 .shopify-section .fuels-indicators .video-content img {
      margin-bottom: 10px; } }
.brand-color-5.brand-page-5 .shopify-section .fuels-indicators .video-content ul.slick-carousel li p {
  font-size: 14px;
  line-height: 1.29;
  margin: 0 auto;
  max-width: 90%;
  text-align: left;
  color: #4d4d4d;
  font-family: Raleway; }
  .brand-color-5.brand-page-5 .shopify-section .fuels-indicators .video-content ul.slick-carousel li p span {
    font-family: Raleway;
    color: #0094ab;
    font-size: 18px;
    font-weight: bold; }
    @media (max-width: 767px) {
      .brand-color-5.brand-page-5 .shopify-section .fuels-indicators .video-content ul.slick-carousel li p span {
        font-size: 18px;
        font-weight: bold; } }
.brand-color-5.brand-page-5 .shopify-section .fuels-indicators .video-content .slick-dots li {
  height: 10px;
  width: 10px; }
  .brand-color-5.brand-page-5 .shopify-section .fuels-indicators .video-content .slick-dots li.slick-active {
    background: #0094ab; }
.brand-color-5.brand-page-5 .shopify-section .fuels-indicators .video-content .arrows-dots .slick-prev, .brand-color-5.brand-page-5 .shopify-section .fuels-indicators .video-content .arrows-dots .slick-next {
  display: none !important; }
@media (max-width: 767px) {
  .brand-color-5.brand-page-5 .shopify-section #brand-craft-blend {
    min-height: 580px; } }
.brand-color-5.brand-page-5 .shopify-section #brand-craft-blend .bc-blend .bc-blend-left .bc-blend-left-title {
  color: #4d4d4d;
  max-width: 100%; }
  @media (max-width: 767px) {
    .brand-color-5.brand-page-5 .shopify-section #brand-craft-blend .bc-blend .bc-blend-left .bc-blend-left-title {
      line-height: 1.25;
      text-align: left; } }
.brand-color-5.brand-page-5 .shopify-section #brand-craft-blend .bc-blend .bc-blend-left .bc-blend-left-btn {
  background-color: #f5817e;
  width: 360px; }
  .brand-color-5.brand-page-5 .shopify-section #brand-craft-blend .bc-blend .bc-blend-left .bc-blend-left-btn:hover {
    text-decoration: none; }
  @media (max-width: 767px) {
    .brand-color-5.brand-page-5 .shopify-section #brand-craft-blend .bc-blend .bc-blend-left .bc-blend-left-btn {
      width: 308px; } }
@media (max-width: 767px) {
  .brand-color-5.brand-page-5 .shopify-section #brand-craft-blend .bc-blend .bc-blend-left .bc-blend-left-text {
    line-height: 1.43;
    text-align: left;
    margin-top: 14px; } }
@media (min-width: 768px) and (max-width: 1024px) {
  .brand-color-5.brand-page-5 .shopify-section .homepage-section .section__title-holder {
    padding: 4px 0 28px; } }
.brand-color-5.brand-page-5 .shopify-section .homepage-section .section__title-holder .container h1 {
  color: #0094ab; }
@media (max-width: 767px) {
  .brand-color-5.brand-page-5 .shopify-section .homepage-section .tabs-container .container .tabset-select .tabset-toggle {
    border-color: #0094ab; } }
@media (max-width: 767px) {
  .brand-color-5.brand-page-5 .shopify-section .homepage-section .tabs-container .container .tabset-select .tabset-toggle:after {
    border-color: #0094ab; } }
.brand-color-5.brand-page-5 .shopify-section .homepage-section .tabs-container .container .tabset-select .tabset li.active a {
  border-color: #0094ab;
  color: #0094ab; }
@media (min-width: 768px) and (max-width: 1024px) {
  .brand-color-5.brand-page-5 .shopify-section .homepage-section .tabs-container .tab-content .id-tabs .swiper-container .swiper-wrapper {
    transform: translate3d(0%, 0px, 0px); } }
.brand-color-5.brand-page-5 .shopify-section .homepage-section .tabs-container .tab-content .id-tabs .swiper-container .swiper-wrapper .swiper-slide {
  min-height: 470px; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .brand-color-5.brand-page-5 .shopify-section .homepage-section .tabs-container .tab-content .id-tabs .swiper-container .swiper-wrapper .swiper-slide {
      padding: 15px 7px; } }
  .brand-color-5.brand-page-5 .shopify-section .homepage-section .tabs-container .tab-content .id-tabs .swiper-container .swiper-wrapper .swiper-slide:hover {
    border-color: #0094ab; }
  .brand-color-5.brand-page-5 .shopify-section .homepage-section .tabs-container .tab-content .id-tabs .swiper-container .swiper-wrapper .swiper-slide .product-item {
    padding: 0px; }
    .brand-color-5.brand-page-5 .shopify-section .homepage-section .tabs-container .tab-content .id-tabs .swiper-container .swiper-wrapper .swiper-slide .product-item .get_listingpage .product-item__title {
      font-family: Raleway;
      line-height: 1.29;
      min-height: 60px; }
      @media (max-width: 767px) {
        .brand-color-5.brand-page-5 .shopify-section .homepage-section .tabs-container .tab-content .id-tabs .swiper-container .swiper-wrapper .swiper-slide .product-item .get_listingpage .product-item__title {
          font-weight: 600; } }
      @media (min-width: 768px) and (max-width: 1024px) {
        .brand-color-5.brand-page-5 .shopify-section .homepage-section .tabs-container .tab-content .id-tabs .swiper-container .swiper-wrapper .swiper-slide .product-item .get_listingpage .product-item__title {
          min-height: 73px; } }
      @media (width: 834px) {
        .brand-color-5.brand-page-5 .shopify-section .homepage-section .tabs-container .tab-content .id-tabs .swiper-container .swiper-wrapper .swiper-slide .product-item .get_listingpage .product-item__title {
          font-size: 12px; } }
      .brand-color-5.brand-page-5 .shopify-section .homepage-section .tabs-container .tab-content .id-tabs .swiper-container .swiper-wrapper .swiper-slide .product-item .get_listingpage .product-item__title a:hover {
        color: inherit !important;
        text-decoration: none; }
    .brand-color-5.brand-page-5 .shopify-section .homepage-section .tabs-container .tab-content .id-tabs .swiper-container .swiper-wrapper .swiper-slide .product-item .get_listingpage .product-item__img {
      margin: 0 0 13px; }
    .brand-color-5.brand-page-5 .shopify-section .homepage-section .tabs-container .tab-content .id-tabs .swiper-container .swiper-wrapper .swiper-slide .product-item .get_listingpage .product-item__checkbox-holder {
      min-height: 28px; }
      .brand-color-5.brand-page-5 .shopify-section .homepage-section .tabs-container .tab-content .id-tabs .swiper-container .swiper-wrapper .swiper-slide .product-item .get_listingpage .product-item__checkbox-holder label span {
        border-right: 1px solid #f5817e;
        font-family: Arial; }
        .brand-color-5.brand-page-5 .shopify-section .homepage-section .tabs-container .tab-content .id-tabs .swiper-container .swiper-wrapper .swiper-slide .product-item .get_listingpage .product-item__checkbox-holder label span.active {
          color: #f5817e; }
      .brand-color-5.brand-page-5 .shopify-section .homepage-section .tabs-container .tab-content .id-tabs .swiper-container .swiper-wrapper .swiper-slide .product-item .get_listingpage .product-item__checkbox-holder label:last-child span {
        border-right: 0; }
    .brand-color-5.brand-page-5 .shopify-section .homepage-section .tabs-container .tab-content .id-tabs .swiper-container .swiper-wrapper .swiper-slide .product-item .product-item__footer {
      margin-bottom: 12px; }
      .brand-color-5.brand-page-5 .shopify-section .homepage-section .tabs-container .tab-content .id-tabs .swiper-container .swiper-wrapper .swiper-slide .product-item .product-item__footer form .btn-primary {
        background: #0094ab;
        border-color: #0094ab;
        letter-spacing: 1.12px;
        font-size: 14px;
        font-family: Raleway; }
        @media (min-width: 768px) and (max-width: 1024px) {
          .brand-color-5.brand-page-5 .shopify-section .homepage-section .tabs-container .tab-content .id-tabs .swiper-container .swiper-wrapper .swiper-slide .product-item .product-item__footer form .btn-primary {
            min-width: 132px; } }
        @media (width: 1194px) {
          .brand-color-5.brand-page-5 .shopify-section .homepage-section .tabs-container .tab-content .id-tabs .swiper-container .swiper-wrapper .swiper-slide .product-item .product-item__footer form .btn-primary {
            min-width: 170px;
            min-height: 40px;
            padding: 0px 12px; } }
        @media (max-width: 767px) {
          .brand-color-5.brand-page-5 .shopify-section .homepage-section .tabs-container .tab-content .id-tabs .swiper-container .swiper-wrapper .swiper-slide .product-item .product-item__footer form .btn-primary {
            width: 175px;
            letter-spacing: 1.04px;
            font-size: 13px;
            font-family: Raleway; } }
      @media (min-width: 768px) and (max-width: 1024px) {
        .brand-color-5.brand-page-5 .shopify-section .homepage-section .tabs-container .tab-content .id-tabs .swiper-container .swiper-wrapper .swiper-slide .product-item .product-item__footer form .btn-disabled {
          padding-left: 4px;
          padding-right: 4px;
          min-width: 160px;
          padding-top: 0px;
          font-size: 14px;
          font-weight: bold;
          min-height: 40px;
          min-width: 132px; } }
      @media (width: 1194px) {
        .brand-color-5.brand-page-5 .shopify-section .homepage-section .tabs-container .tab-content .id-tabs .swiper-container .swiper-wrapper .swiper-slide .product-item .product-item__footer form .btn-disabled {
          min-width: 170px;
          min-height: 40px;
          padding: 0px 12px; } }
@media (max-width: 767px) {
  .brand-color-5.brand-page-5 .shopify-section .homepage-section .tabs-container .slick-arrow:after {
    border-color: #00514e; } }
.brand-color-5.brand-page-5 .shopify-section .homepage-section .collection-all-prod {
  margin: -5px 30px 40px; }
  .brand-color-5.brand-page-5 .shopify-section .homepage-section .collection-all-prod a {
    color: #0094ab;
    font-weight: 500; }
.brand-color-5.brand-page-5 .shopify-section #brand-faq .bfaq-container .bfaq-title {
  color: #009ab1; }
.brand-color-5.brand-page-5 .shopify-section #brand-faq .bfaq-container .bfaq-btn {
  background-color: #0097ae; }
  @media (max-width: 767px) {
    .brand-color-5.brand-page-5 .shopify-section #brand-faq .bfaq-container .bfaq-btn {
      max-width: 300px; } }
.brand-color-5.brand-page-5 .get-free-access {
  background: white;
  overflow: unset;
  min-height: 440px;
  margin-top: 50px; }
  @media (max-width: 767px) {
    .brand-color-5.brand-page-5 .get-free-access {
      margin-top: 0px;
      padding-top: 0px; } }
  .brand-color-5.brand-page-5 .get-free-access .align-self-end {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .brand-color-5.brand-page-5 .get-free-access .row .col-md-6:first-child {
    display: inline-flex; }
    @media (max-width: 767px) {
      .brand-color-5.brand-page-5 .get-free-access .row .col-md-6:first-child {
        order: 2; } }
  .brand-color-5.brand-page-5 .get-free-access .row .col-md-6:nth-child(2) {
    display: inline-flex; }
    @media (max-width: 767px) {
      .brand-color-5.brand-page-5 .get-free-access .row .col-md-6:nth-child(2) {
        order: 1; } }
  .brand-color-5.brand-page-5 .get-free-access .left {
    padding: 7% 0% 28px 2%;
    max-width: 94%;
    margin: auto;
    text-align: left;
    font-family: Raleway;
    color: #4d4d4d; }
    @media (min-width: 768px) and (max-width: 1024px) {
      .brand-color-5.brand-page-5 .get-free-access .left {
        padding: 8% 0% 28px 2%; } }
    @media (width: 834px) {
      .brand-color-5.brand-page-5 .get-free-access .left {
        padding-top: 3%; } }
    @media (max-width: 767px) {
      .brand-color-5.brand-page-5 .get-free-access .left {
        max-width: 100%;
        padding: 0px;
        margin: 0px; } }
    .brand-color-5.brand-page-5 .get-free-access .left h2, .brand-color-5.brand-page-5 .get-free-access .left span {
      color: #4d4d4d;
      font-family: Raleway;
      font-size: 40px;
      display: block;
      font-weight: 300;
      line-height: normal; }
      @media (width: 834px) {
        .brand-color-5.brand-page-5 .get-free-access .left h2, .brand-color-5.brand-page-5 .get-free-access .left span {
          font-size: 22px;
          margin-bottom: 3px; } }
      .brand-color-5.brand-page-5 .get-free-access .left h2 span, .brand-color-5.brand-page-5 .get-free-access .left span span {
        font-size: 16px;
        line-height: 1.5;
        padding-top: 16px; }
    @media only screen and (width: 1194px) {
      .brand-color-5.brand-page-5 .get-free-access .left h2 {
        font-size: 30px; } }
    @media (max-width: 767px) {
      .brand-color-5.brand-page-5 .get-free-access .left h2 {
        max-width: 100%;
        margin: 0px 10px;
        font-size: 24px; } }
    .brand-color-5.brand-page-5 .get-free-access .left p {
      color: #333333;
      font-weight: 300;
      font-size: 16px; }
      @media (max-width: 767px) {
        .brand-color-5.brand-page-5 .get-free-access .left p {
          font-size: 14px;
          line-height: 1.43;
          max-width: 100%;
          margin: 0px 4px 16px; } }
      @media (width: 834px) {
        .brand-color-5.brand-page-5 .get-free-access .left p {
          font-size: 14px;
          margin-bottom: 6px; } }
    .brand-color-5.brand-page-5 .get-free-access .left a.button {
      font-family: Raleway;
      padding: 9px 0px;
      font-size: 16px;
      font-weight: bold;
      height: 50px;
      width: 360px; }
      .brand-color-5.brand-page-5 .get-free-access .left a.button:hover {
        color: white;
        background: #FB7B75; }
    @media (max-width: 767px) {
      .brand-color-5.brand-page-5 .get-free-access .left .show-mobile picture {
        display: none; } }
  @media (max-width: 767px) {
    .brand-color-5.brand-page-5 .get-free-access .right {
      flex-direction: column;
      width: 100%; } }
  @media (min-width: 1200px) {
    .brand-color-5.brand-page-5 .get-free-access .right {
      margin-left: 50px; } }
  .brand-color-5.brand-page-5 .get-free-access .right .right-img {
    width: 100%; }
  @media (max-width: 767px) {
    .brand-color-5.brand-page-5 .get-free-access .right img {
      margin-bottom: 0px; } }
  .brand-color-5.brand-page-5 .get-free-access .right .app-icons {
    margin-top: auto;
    padding-left: 10px;
    text-align: left;
    margin-bottom: 14%; }
    @media (max-width: 767px) {
      .brand-color-5.brand-page-5 .get-free-access .right .app-icons {
        width: 100%;
        text-align: center;
        margin: 8% 0px; } }
    @media (width: 834px) {
      .brand-color-5.brand-page-5 .get-free-access .right .app-icons {
        margin-bottom: 24%; } }
.brand-color-5.brand-page-5 #shopify-section-neuriva-campaign-brain-better {
  margin: 10px 0px; }
  .brand-color-5.brand-page-5 #shopify-section-neuriva-campaign-brain-better .video-section-content .container {
    padding: 0px; }
    @media (min-width: 768px) {
      .brand-color-5.brand-page-5 #shopify-section-neuriva-campaign-brain-better .video-section-content .container .row {
        margin: auto 0px; } }
    @media (min-width: 1600px) {
      .brand-color-5.brand-page-5 #shopify-section-neuriva-campaign-brain-better .video-section-content .container {
        max-width: unset; } }
    .brand-color-5.brand-page-5 #shopify-section-neuriva-campaign-brain-better .video-section-content .container .background-content-wrap {
      position: relative;
      background: url(neuriva-background.png) left no-repeat; }
      @media (max-width: 767px) {
        .brand-color-5.brand-page-5 #shopify-section-neuriva-campaign-brain-better .video-section-content .container .background-content-wrap {
          width: 100%; } }
      @media (max-width: 767px) {
        .brand-color-5.brand-page-5 #shopify-section-neuriva-campaign-brain-better .video-section-content .container .background-content-wrap > img {
          width: 100%; } }
      @media (min-width: 768px) {
        .brand-color-5.brand-page-5 #shopify-section-neuriva-campaign-brain-better .video-section-content .container .background-content-wrap > img {
          left: 4%;
          margin: 0px; } }
      @media (min-width: 1200px) {
        .brand-color-5.brand-page-5 #shopify-section-neuriva-campaign-brain-better .video-section-content .container .background-content-wrap > img {
          margin-top: -2%; } }
      .brand-color-5.brand-page-5 #shopify-section-neuriva-campaign-brain-better .video-section-content .container .background-content-wrap .video-content {
        position: absolute;
        top: 6%;
        width: 94%;
        left: 2%; }
        @media (min-width: 768px) {
          .brand-color-5.brand-page-5 #shopify-section-neuriva-campaign-brain-better .video-section-content .container .background-content-wrap .video-content {
            top: 15%;
            left: 4%; } }
        @media (min-width: 1600px) {
          .brand-color-5.brand-page-5 #shopify-section-neuriva-campaign-brain-better .video-section-content .container .background-content-wrap .video-content {
            top: 22% !important; } }
        @media (min-width: 1200px) {
          .brand-color-5.brand-page-5 #shopify-section-neuriva-campaign-brain-better .video-section-content .container .background-content-wrap .video-content {
            top: 19%; } }
        @media (max-width: 767px) {
          .brand-color-5.brand-page-5 #shopify-section-neuriva-campaign-brain-better .video-section-content .container .background-content-wrap .video-content {
            position: absolute;
            padding: 0px 0px 0px;
            width: 94%;
            left: 3%;
            top: 7%; } }
        .brand-color-5.brand-page-5 #shopify-section-neuriva-campaign-brain-better .video-section-content .container .background-content-wrap .video-content .show-youtube-popup {
          display: inline-block;
          position: absolute;
          top: 6%;
          width: 50%;
          left: 0%;
          cursor: pointer;
          padding: 0px; }
          @media (min-width: 768px) {
            .brand-color-5.brand-page-5 #shopify-section-neuriva-campaign-brain-better .video-section-content .container .background-content-wrap .video-content .show-youtube-popup {
              left: 4%; } }
          @media (max-width: 767px) {
            .brand-color-5.brand-page-5 #shopify-section-neuriva-campaign-brain-better .video-section-content .container .background-content-wrap .video-content .show-youtube-popup {
              display: inline-block;
              position: static;
              width: 86%;
              margin-left: 7%;
              margin-right: 0px; } }
          .brand-color-5.brand-page-5 #shopify-section-neuriva-campaign-brain-better .video-section-content .container .background-content-wrap .video-content .show-youtube-popup img {
            width: 500px;
            height: 328px;
            border: 5px solid white; }
            @media (max-width: 767px) {
              .brand-color-5.brand-page-5 #shopify-section-neuriva-campaign-brain-better .video-section-content .container .background-content-wrap .video-content .show-youtube-popup img {
                width: auto;
                height: auto; } }
            @media (width: 834px) {
              .brand-color-5.brand-page-5 #shopify-section-neuriva-campaign-brain-better .video-section-content .container .background-content-wrap .video-content .show-youtube-popup img {
                width: 447px;
                height: 254px; } }
          @media (max-width: 767px) {
            .brand-color-5.brand-page-5 #shopify-section-neuriva-campaign-brain-better .video-section-content .container .background-content-wrap .video-content .show-youtube-popup .play-icon {
              display: none; } }
          .brand-color-5.brand-page-5 #shopify-section-neuriva-campaign-brain-better .video-section-content .container .background-content-wrap .video-content .show-youtube-popup .play-icon img {
            width: 100%;
            height: 100%;
            cursor: pointer; }
            @media (min-width: 768px) {
              .brand-color-5.brand-page-5 #shopify-section-neuriva-campaign-brain-better .video-section-content .container .background-content-wrap .video-content .show-youtube-popup .play-icon img {
                width: 30px;
                height: 45px;
                position: absolute;
                top: 43%;
                left: 45%; } }
          @media (max-width: 767px) {
            .brand-color-5.brand-page-5 #shopify-section-neuriva-campaign-brain-better .video-section-content .container .background-content-wrap .video-content .show-youtube-popup .play-icon + img + .show-mobile {
              display: none; } }
        @media (max-width: 767px) {
          .brand-color-5.brand-page-5 #shopify-section-neuriva-campaign-brain-better .video-section-content .container .background-content-wrap .video-content .background-content-wrap .video-content .show-youtube-popup img.lazyloaded {
            margin-bottom: 32px; } }
      .brand-color-5.brand-page-5 #shopify-section-neuriva-campaign-brain-better .video-section-content .container .background-content-wrap .align-self-center {
        width: 40%;
        left: 8%;
        margin-top: 80px;
        text-align: left; }
        @media (min-width: 768px) {
          .brand-color-5.brand-page-5 #shopify-section-neuriva-campaign-brain-better .video-section-content .container .background-content-wrap .align-self-center {
            margin-top: 25px;
            margin-bottom: auto;
            position: absolute;
            z-index: 1;
            margin-left: 50%; } }
          @media (min-width: 768px) and (min-width: 1200px) {
            .brand-color-5.brand-page-5 #shopify-section-neuriva-campaign-brain-better .video-section-content .container .background-content-wrap .align-self-center {
              margin-top: -2%; } }
        @media (width: 834px) {
          .brand-color-5.brand-page-5 #shopify-section-neuriva-campaign-brain-better .video-section-content .container .background-content-wrap .align-self-center {
            margin-top: -6px; } }
        @media (max-width: 767px) {
          .brand-color-5.brand-page-5 #shopify-section-neuriva-campaign-brain-better .video-section-content .container .background-content-wrap .align-self-center {
            width: 86%;
            margin-left: 7%;
            margin-top: 16px; } }
        @media (min-width: 1600px) {
          .brand-color-5.brand-page-5 #shopify-section-neuriva-campaign-brain-better .video-section-content .container .background-content-wrap .align-self-center {
            margin-left: 45%;
            margin-top: 0%; } }
        @media (min-width: 1920px) {
          .brand-color-5.brand-page-5 #shopify-section-neuriva-campaign-brain-better .video-section-content .container .background-content-wrap .align-self-center {
            margin-left: 42.5%; } }
        .brand-color-5.brand-page-5 #shopify-section-neuriva-campaign-brain-better .video-section-content .container .background-content-wrap .align-self-center .title h2 {
          text-align: left;
          line-height: normal;
          font-family: Raleway;
          font-size: 40px;
          font-weight: 300;
          color: white; }
          @media (min-width: 768px) and (max-width: 1024px) {
            .brand-color-5.brand-page-5 #shopify-section-neuriva-campaign-brain-better .video-section-content .container .background-content-wrap .align-self-center .title h2 {
              font-size: 28px; } }
          @media only screen and (width: 1194px) {
            .brand-color-5.brand-page-5 #shopify-section-neuriva-campaign-brain-better .video-section-content .container .background-content-wrap .align-self-center .title h2 {
              font-size: 30px; } }
          @media only screen and (width: 834px) {
            .brand-color-5.brand-page-5 #shopify-section-neuriva-campaign-brain-better .video-section-content .container .background-content-wrap .align-self-center .title h2 {
              font-size: 20px; } }
          @media (max-width: 767px) {
            .brand-color-5.brand-page-5 #shopify-section-neuriva-campaign-brain-better .video-section-content .container .background-content-wrap .align-self-center .title h2 {
              display: block;
              font-size: 24px;
              line-height: 1.25; } }
        .brand-color-5.brand-page-5 #shopify-section-neuriva-campaign-brain-better .video-section-content .container .background-content-wrap .align-self-center .description {
          padding: 20px 0 0px; }
          @media (min-width: 768px) and (max-width: 1024px) {
            .brand-color-5.brand-page-5 #shopify-section-neuriva-campaign-brain-better .video-section-content .container .background-content-wrap .align-self-center .description {
              padding: 20px 0 0px; } }
          @media only screen and (width: 834px) {
            .brand-color-5.brand-page-5 #shopify-section-neuriva-campaign-brain-better .video-section-content .container .background-content-wrap .align-self-center .description {
              padding-top: 4px; } }
          @media (max-width: 767px) {
            .brand-color-5.brand-page-5 #shopify-section-neuriva-campaign-brain-better .video-section-content .container .background-content-wrap .align-self-center .description {
              padding: 28px 0 20px; } }
          .brand-color-5.brand-page-5 #shopify-section-neuriva-campaign-brain-better .video-section-content .container .background-content-wrap .align-self-center .description p {
            font-family: Raleway;
            font-size: 16px;
            font-weight: normal;
            line-height: 1.5;
            color: white;
            margin-left: 0; }
            @media (min-width: 768px) and (max-width: 1024px) {
              .brand-color-5.brand-page-5 #shopify-section-neuriva-campaign-brain-better .video-section-content .container .background-content-wrap .align-self-center .description p {
                margin-bottom: 8px;
                font-size: 14px; } }
            @media (max-width: 767px) {
              .brand-color-5.brand-page-5 #shopify-section-neuriva-campaign-brain-better .video-section-content .container .background-content-wrap .align-self-center .description p {
                font-size: 14px;
                line-height: 1.43; } }
        .brand-color-5.brand-page-5 #shopify-section-neuriva-campaign-brain-better .video-section-content .container .background-content-wrap .align-self-center a.show-youtube-popup {
          font-family: Raleway;
          padding: 16px 0px;
          font-size: 16px;
          line-height: 1.13;
          width: 360px;
          height: 50px;
          color: #00514e;
          font-weight: bold;
          letter-spacing: 1px;
          text-align: center;
          background: white;
          border-radius: 25px;
          position: relative;
          left: 0px;
          margin-left: 0px;
          margin-top: 10px; }
          .brand-color-5.brand-page-5 #shopify-section-neuriva-campaign-brain-better .video-section-content .container .background-content-wrap .align-self-center a.show-youtube-popup:hover {
            text-decoration: none; }
          @media only screen and (width: 834px) {
            .brand-color-5.brand-page-5 #shopify-section-neuriva-campaign-brain-better .video-section-content .container .background-content-wrap .align-self-center a.show-youtube-popup {
              width: 315px;
              margin-top: 0px; } }
          @media (max-width: 767px) {
            .brand-color-5.brand-page-5 #shopify-section-neuriva-campaign-brain-better .video-section-content .container .background-content-wrap .align-self-center a.show-youtube-popup {
              width: 100%; } }
  .brand-color-5.brand-page-5 #shopify-section-neuriva-campaign-brain-better .align-self-center {
    padding: 0px; }
.brand-color-5.brand-page-5 #shopify-section-brand-ingredients #brand-ingredients {
  height: 700px;
  background-image: radial-gradient(circle at 51% 48%, #ffbbac, #f5817e 50%); }
  @media (max-width: 767px) {
    .brand-color-5.brand-page-5 #shopify-section-brand-ingredients #brand-ingredients {
      height: 810px; } }
  @media (max-width: 767px) {
    .brand-color-5.brand-page-5 #shopify-section-brand-ingredients #brand-ingredients .bi-container .bi-info .bi-info-text {
      margin: 17px 0 26px 0; } }
  @media (max-width: 767px) {
    .brand-color-5.brand-page-5 #shopify-section-brand-ingredients #brand-ingredients .bi-container .bi-ingredients {
      height: 360px; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .brand-color-5.brand-page-5 #shopify-section-brand-ingredients #brand-ingredients .bi-container .bi-ingredients .swiper-container .swiper-wrapper {
      transform: translate3d(15%, 0px, 0px) !important; } }
  @media (min-width: 1025px) and (max-width: 1199px) {
    .brand-color-5.brand-page-5 #shopify-section-brand-ingredients #brand-ingredients .bi-container .bi-ingredients .swiper-container .swiper-wrapper {
      transform: translate3d(15%, 0px, 0px) !important; } }
  @media only screen and (width: 834px) {
    .brand-color-5.brand-page-5 #shopify-section-brand-ingredients #brand-ingredients .bi-container .bi-ingredients .swiper-container .swiper-wrapper {
      transform: translate3d(7%, 0px, 0px) !important; } }
  @media only screen and (width: 1194px) {
    .brand-color-5.brand-page-5 #shopify-section-brand-ingredients #brand-ingredients .bi-container .bi-ingredients .swiper-container .swiper-wrapper {
      transform: translate3d(21%, 0px, 0px) !important; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .brand-color-5.brand-page-5 #shopify-section-brand-ingredients #brand-ingredients .bi-container .bi-ingredients .swiper-container .swiper-wrapper .swiper-slide .bi-ingredients-container .bi-ing-info {
      font-size: 12px; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .brand-color-5.brand-page-5 #shopify-section-brand-ingredients #brand-ingredients .bi-container .bi-ingredients .swiper-container .swiper-wrapper .swiper-slide .bi-ingredients-container .bi-ing-img {
      height: 130px;
      width: 130px; } }
  .brand-color-5.brand-page-5 #shopify-section-brand-ingredients #brand-ingredients .bi-container .bi-ingredients .swiper-container .swiper-wrapper .swiper-slide .bi-ingredients-container .bi-ing-title {
    height: 42px;
    font-family: Arial;
    font-size: 20px; }
    @media (min-width: 768px) and (max-width: 1199px) {
      .brand-color-5.brand-page-5 #shopify-section-brand-ingredients #brand-ingredients .bi-container .bi-ingredients .swiper-container .swiper-wrapper .swiper-slide .bi-ingredients-container .bi-ing-title {
        height: 38px;
        font-size: 17px; } }
    @media (max-width: 767px) {
      .brand-color-5.brand-page-5 #shopify-section-brand-ingredients #brand-ingredients .bi-container .bi-ingredients .swiper-container .swiper-wrapper .swiper-slide .bi-ingredients-container .bi-ing-title {
        font-size: 18px;
        font-family: Raleway; } }
  @media (max-width: 767px) {
    .brand-color-5.brand-page-5 #shopify-section-brand-ingredients #brand-ingredients .bi-container .bi-ingredients .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background: #00514e; } }
  .brand-color-5.brand-page-5 #shopify-section-brand-ingredients #brand-ingredients .bi-container .bi-footer-desc {
    font-family: Raleway;
    line-height: 1.5;
    text-align: center;
    width: 80%;
    color: white;
    margin-top: 30px; }
    @media (max-width: 767px) {
      .brand-color-5.brand-page-5 #shopify-section-brand-ingredients #brand-ingredients .bi-container .bi-footer-desc {
        margin-top: 60px;
        font-size: 12px; } }
  @media (min-width: 768px) {
    .brand-color-5.brand-page-5 #shopify-section-brand-ingredients #brand-ingredients .bi-container .swiper-pagination {
      display: none; } }
@media (max-width: 767px) {
  .brand-color-5.brand-page-5 #brand-blogs {
    padding: 30px 0px 0px; } }
@media (max-width: 767px) {
  .brand-color-5.brand-page-5 #brand-blogs .bb-container .bb-title {
    max-width: 100%;
    margin-bottom: 0px; } }
@media (max-width: 767px) {
  .brand-color-5.brand-page-5 #brand-blogs .bb-container .bb-view-more-container {
    margin-bottom: 0px; } }
@media (max-width: 767px) {
  .brand-color-5.brand-page-5 #brand-blogs .bb-container .bb-articles .bb-article-card {
    width: 330px;
    height: 380px; } }
@media (max-width: 767px) {
  .brand-color-5.brand-page-5 #brand-blogs .bb-container .bb-articles .bb-article-card .bb-article-card-info {
    width: 100%;
    height: 198px; } }
.brand-color-5.brand-page-5 #brand-blogs .bb-container .bb-articles .bb-article-card .bb-article-card-info .bb-article-read-more:hover {
  color: #016F7A; }
.brand-color-5.brand-page-5 #brand-blogs .bb-container .bb-view-more-text:hover {
  color: #016F7A; }
@media (max-width: 767px) {
  .brand-color-5.brand-page-5 #brand-faq {
    margin-top: 0px; } }
.brand-color-5.brand-page-5 #brand-faq .bfaq-container .bfaq-btn:hover {
  background: #016F7A; }
@media (max-width: 767px) {
  .brand-color-5.brand-page-5 .brands-block__holder .brands-block__box .brands-block__title {
    margin-bottom: 20px; } }
@media (max-width: 767px) {
  .brand-color-5.brand-page-5 .brands-block__holder .brands-block__box .brands-block__btn-holder {
    margin-bottom: 10px; } }
.brand-color-5.brand-page-5 #shopify-section-nueriva-social .brands-block .brands-block__holder .container .brands-block__box h2 {
  color: white !important; }

@media (max-width: 767px) {
  .brand-color-6.brand-page-6 .brand-img-banner-wrapper {
    margin-top: auto; } }
@media (min-width: 1220px) {
  .brand-color-6.brand-page-6 #shopify-section-schiff_brand-featured-collection .tab-content-2 .swiper-container .swiper-wrapper .swiper-slide .product-item__footer .product-block__price-box {
    margin: 0 0 18px; } }
@media (min-width: 1220px) {
  .brand-color-6.brand-page-6 #shopify-section-schiff_brand-featured-collection .tab-content-2 .swiper-container .swiper-wrapper .swiper-slide .product-item__footer button.btn {
    min-width: 200px;
    height: 50px; } }
@media (min-width: 1920px) {
  .brand-color-6.brand-page-6 #shopify-section-new_brand_block .container {
    max-width: 1410px; } }
@media only screen and (width: 834px) {
  .brand-color-6.brand-page-6 #shopify-section-new_brand_block .container .photo-block__img {
    width: 52%;
    margin-right: -10px; } }
@media only screen and (width: 1920px) {
  .brand-color-6.brand-page-6 #shopify-section-new_brand_block .container .photo-block__img {
    width: 45%; } }
@media only screen and (width: 1920px) {
  .brand-color-6.brand-page-6 #shopify-section-new_brand_block .container .photo-block__text {
    margin: 0%; } }
@media only screen and (width: 834px) {
  .brand-color-6.brand-page-6 #shopify-section-new_brand_block .container .photo-block__text .brand-block__title {
    font-size: 26px; } }
@media (min-width: 768px) and (max-width: 1024px) {
  .brand-color-6.brand-page-6 #shopify-section-new_brand_hero_banner .image-with-text .image-with-text__text {
    margin-left: 55.3333%;
    top: 48px; } }
@media only screen and (width: 834px) {
  .brand-color-6.brand-page-6 #shopify-section-new_brand_hero_banner .image-with-text .image-with-text__text {
    top: 34px;
    padding-right: 2%; } }
@media only screen and (width: 1194px) and (orientation: landscape) {
  .brand-color-6.brand-page-6 #shopify-section-new_brand_hero_banner .image-with-text .image-with-text__text {
    top: 50px;
    margin-left: 61.3333%;
    width: 31%; } }
@media (min-width: 1600px) {
  .brand-color-6.brand-page-6 #shopify-section-new_brand_hero_banner .image-with-text .image-with-text__text {
    top: 104px; } }
@media (min-width: 1920px) {
  .brand-color-6.brand-page-6 #shopify-section-new_brand_hero_banner .image-with-text .image-with-text__text {
    top: 132px; } }
@media only screen and (width: 834px) {
  .brand-color-6.brand-page-6 #shopify-section-new_brand_hero_banner .image-with-text .image-with-text__text h2 {
    font-size: 36px;
    margin-bottom: 4px; } }
@media only screen and (width: 834px) {
  .brand-color-6.brand-page-6 #shopify-section-new_brand_hero_banner .image-with-text .image-with-text__text p {
    line-height: 1.1;
    margin-bottom: 6px; } }
@media (min-width: 768px) and (max-width: 1024px) {
  .brand-color-6.brand-page-6 #brand-ingredients .bi-container .bi-ingredients .swiper-container .swiper-wrapper .swiper-slide {
    transform: translate3d(68%, 0px, 0px) !important; } }
@media only screen and (width: 834px) {
  .brand-color-6.brand-page-6 #brand-ingredients .bi-container .bi-ingredients .swiper-container .swiper-wrapper .swiper-slide {
    transform: translate3d(23%, 0px, 0px) !important; } }
@media only screen and (width: 1194px) and (orientation: landscape) {
  .brand-color-6.brand-page-6 #brand-ingredients .bi-container .bi-ingredients .swiper-container .swiper-wrapper .swiper-slide {
    transform: translate3d(23%, 0px, 0px) !important; } }
@media (min-width: 768px) {
  .brand-color-6.brand-page-6 #brand-ingredients .bi-container .bi-ingredients .swiper-container .swiper-wrapper .swiper-slide .bi-ingredients-container .bi-ing-info {
    width: 90%; } }
@media (min-width: 768px) and (max-width: 1024px) {
  .brand-color-6.brand-page-6 #brand-ingredients .bi-container .bi-ingredients .swiper-container .swiper-pagination {
    display: none; } }
@media (max-width: 767px) {
  .brand-color-6.brand-page-6 #brand-ingredients .bi-container .bi-ingredients .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #700106; } }
@media (max-width: 767px) {
  .brand-color-6.brand-page-6 #brand-ingredients .bi-container .bi-info .bi-info-text {
    margin-top: 35px; } }
@media (max-width: 767px) {
  .brand-color-6.brand-page-6 #brand-ingredients .bi-container .bi-info .bi-info-title {
    min-height: 70px; } }
.brand-color-6.brand-page-6 .video-section-content .container {
  padding: 0px; }
@media only screen and (width: 834px) {
  .brand-color-6.brand-page-6 .background-content-wrap .video-content {
    top: 14%; } }
@media (min-width: 1600px) {
  .brand-color-6.brand-page-6 .background-content-wrap .video-content {
    top: 22%; } }
@media (min-width: 1300px) {
  .brand-color-6.brand-page-6 .background-content-wrap .video-content {
    /*         top: 18%; */ } }
@media (min-width: 768px) and (max-width: 1024px) {
  .brand-color-6.brand-page-6 .background-content-wrap .show-youtube-popup {
    top: -22px;
    margin-top: 0px; } }
@media only screen and (width: 834px) {
  .brand-color-6.brand-page-6 .background-content-wrap .show-youtube-popup {
    top: -46px; } }
@media (min-width: 768px) and (max-width: 1024px) {
  .brand-color-6.brand-page-6 .background-content-wrap .align-self-center {
    left: 12%;
    margin-top: 0px; } }
@media (min-width: 1600px) {
  .brand-color-6.brand-page-6 .background-content-wrap .align-self-center {
    left: 1%;
    margin-top: 62px; } }
@media (min-width: 1920px) {
  .brand-color-6.brand-page-6 .background-content-wrap .align-self-center {
    margin-top: 12px; } }
@media (min-width: 768px) and (max-width: 1024px) {
  .brand-color-6.brand-page-6 .background-content-wrap .align-self-center .text-center h2 {
    font-size: 34px; } }
@media only screen and (width: 834px) {
  .brand-color-6.brand-page-6 .background-content-wrap .align-self-center .text-center h2 {
    font-size: 24px;
    margin-bottom: 8px; } }
@media (max-width: 767px) {
  .brand-color-6.brand-page-6 #brand-blogs .bb-container .bb-view-more-container {
    margin-top: 4px; } }
@media (max-width: 767px) {
  .brand-color-6.brand-page-6 .brands-block.brands-block--4 .brands-block__logo {
    margin: 0 auto 15px; } }
.brand-color-6.brand-page-6 #shopify-section-schiff-social .brands-block.brands-block--promo.brands-block--white .brands-block__box .brands-megared-block__title {
  color: white !important; }

@media (max-width: 767px) {
  .brand-color-6.brand-page-6 .product-item__checkbox-holder, .brand-color-4.brand-page-4 .product-item__checkbox-holder, .brand-color-3.brand-page-3 .product-item__checkbox-holder, .brand-color-5.brand-page-5 .product-item__checkbox-holder {
    margin-bottom: 10px; } }
@media (min-width: 768px) and (max-width: 1024px) {
  .brand-color-6.brand-page-6 #shopify-section-schiff_brand-featured-collection .tab-content-2 .swiper-wrapper .swiper-slide, .brand-color-6.brand-page-6 #shopify-section-move-free-feature-collection .tab-content-2 .swiper-wrapper .swiper-slide, .brand-color-6.brand-page-6 #shopify-section-digestive-feature-collection .tab-content-2 .swiper-wrapper .swiper-slide, .brand-color-6.brand-page-6 #shopify-section-featured-collectios .tab-content-2 .swiper-wrapper .swiper-slide, .brand-color-4.brand-page-4 #shopify-section-schiff_brand-featured-collection .tab-content-2 .swiper-wrapper .swiper-slide, .brand-color-4.brand-page-4 #shopify-section-move-free-feature-collection .tab-content-2 .swiper-wrapper .swiper-slide, .brand-color-4.brand-page-4 #shopify-section-digestive-feature-collection .tab-content-2 .swiper-wrapper .swiper-slide, .brand-color-4.brand-page-4 #shopify-section-featured-collectios .tab-content-2 .swiper-wrapper .swiper-slide, .brand-color-3.brand-page-3 #shopify-section-schiff_brand-featured-collection .tab-content-2 .swiper-wrapper .swiper-slide, .brand-color-3.brand-page-3 #shopify-section-move-free-feature-collection .tab-content-2 .swiper-wrapper .swiper-slide, .brand-color-3.brand-page-3 #shopify-section-digestive-feature-collection .tab-content-2 .swiper-wrapper .swiper-slide, .brand-color-3.brand-page-3 #shopify-section-featured-collectios .tab-content-2 .swiper-wrapper .swiper-slide, .brand-color-5.brand-page-5 #shopify-section-schiff_brand-featured-collection .tab-content-2 .swiper-wrapper .swiper-slide, .brand-color-5.brand-page-5 #shopify-section-move-free-feature-collection .tab-content-2 .swiper-wrapper .swiper-slide, .brand-color-5.brand-page-5 #shopify-section-digestive-feature-collection .tab-content-2 .swiper-wrapper .swiper-slide, .brand-color-5.brand-page-5 #shopify-section-featured-collectios .tab-content-2 .swiper-wrapper .swiper-slide {
    min-height: 496px; } }
@media only screen and (width: 1194px) and (orientation: landscape) {
  .brand-color-6.brand-page-6 #shopify-section-schiff_brand-featured-collection .tab-content-2 .swiper-wrapper .swiper-slide, .brand-color-6.brand-page-6 #shopify-section-move-free-feature-collection .tab-content-2 .swiper-wrapper .swiper-slide, .brand-color-6.brand-page-6 #shopify-section-digestive-feature-collection .tab-content-2 .swiper-wrapper .swiper-slide, .brand-color-6.brand-page-6 #shopify-section-featured-collectios .tab-content-2 .swiper-wrapper .swiper-slide, .brand-color-4.brand-page-4 #shopify-section-schiff_brand-featured-collection .tab-content-2 .swiper-wrapper .swiper-slide, .brand-color-4.brand-page-4 #shopify-section-move-free-feature-collection .tab-content-2 .swiper-wrapper .swiper-slide, .brand-color-4.brand-page-4 #shopify-section-digestive-feature-collection .tab-content-2 .swiper-wrapper .swiper-slide, .brand-color-4.brand-page-4 #shopify-section-featured-collectios .tab-content-2 .swiper-wrapper .swiper-slide, .brand-color-3.brand-page-3 #shopify-section-schiff_brand-featured-collection .tab-content-2 .swiper-wrapper .swiper-slide, .brand-color-3.brand-page-3 #shopify-section-move-free-feature-collection .tab-content-2 .swiper-wrapper .swiper-slide, .brand-color-3.brand-page-3 #shopify-section-digestive-feature-collection .tab-content-2 .swiper-wrapper .swiper-slide, .brand-color-3.brand-page-3 #shopify-section-featured-collectios .tab-content-2 .swiper-wrapper .swiper-slide, .brand-color-5.brand-page-5 #shopify-section-schiff_brand-featured-collection .tab-content-2 .swiper-wrapper .swiper-slide, .brand-color-5.brand-page-5 #shopify-section-move-free-feature-collection .tab-content-2 .swiper-wrapper .swiper-slide, .brand-color-5.brand-page-5 #shopify-section-digestive-feature-collection .tab-content-2 .swiper-wrapper .swiper-slide, .brand-color-5.brand-page-5 #shopify-section-featured-collectios .tab-content-2 .swiper-wrapper .swiper-slide {
    height: 540px !important; } }
@media only screen and (width: 1194px) and (orientation: landscape) {
  .brand-color-6.brand-page-6 #shopify-section-schiff_brand-featured-collection .tab-content-2 .swiper-wrapper .swiper-slide .product-item .btn-primary, .brand-color-6.brand-page-6 #shopify-section-move-free-feature-collection .tab-content-2 .swiper-wrapper .swiper-slide .product-item .btn-primary, .brand-color-6.brand-page-6 #shopify-section-digestive-feature-collection .tab-content-2 .swiper-wrapper .swiper-slide .product-item .btn-primary, .brand-color-6.brand-page-6 #shopify-section-featured-collectios .tab-content-2 .swiper-wrapper .swiper-slide .product-item .btn-primary, .brand-color-4.brand-page-4 #shopify-section-schiff_brand-featured-collection .tab-content-2 .swiper-wrapper .swiper-slide .product-item .btn-primary, .brand-color-4.brand-page-4 #shopify-section-move-free-feature-collection .tab-content-2 .swiper-wrapper .swiper-slide .product-item .btn-primary, .brand-color-4.brand-page-4 #shopify-section-digestive-feature-collection .tab-content-2 .swiper-wrapper .swiper-slide .product-item .btn-primary, .brand-color-4.brand-page-4 #shopify-section-featured-collectios .tab-content-2 .swiper-wrapper .swiper-slide .product-item .btn-primary, .brand-color-3.brand-page-3 #shopify-section-schiff_brand-featured-collection .tab-content-2 .swiper-wrapper .swiper-slide .product-item .btn-primary, .brand-color-3.brand-page-3 #shopify-section-move-free-feature-collection .tab-content-2 .swiper-wrapper .swiper-slide .product-item .btn-primary, .brand-color-3.brand-page-3 #shopify-section-digestive-feature-collection .tab-content-2 .swiper-wrapper .swiper-slide .product-item .btn-primary, .brand-color-3.brand-page-3 #shopify-section-featured-collectios .tab-content-2 .swiper-wrapper .swiper-slide .product-item .btn-primary, .brand-color-5.brand-page-5 #shopify-section-schiff_brand-featured-collection .tab-content-2 .swiper-wrapper .swiper-slide .product-item .btn-primary, .brand-color-5.brand-page-5 #shopify-section-move-free-feature-collection .tab-content-2 .swiper-wrapper .swiper-slide .product-item .btn-primary, .brand-color-5.brand-page-5 #shopify-section-digestive-feature-collection .tab-content-2 .swiper-wrapper .swiper-slide .product-item .btn-primary, .brand-color-5.brand-page-5 #shopify-section-featured-collectios .tab-content-2 .swiper-wrapper .swiper-slide .product-item .btn-primary {
    width: 180px;
    margin: auto auto 16px; } }
@media (min-width: 768px) and (max-width: 1024px) {
  .brand-color-6.brand-page-6 #shopify-section-schiff_brand-featured-collection .tab-content-2 .swiper-wrapper .swiper-slide .product-item:hover, .brand-color-6.brand-page-6 #shopify-section-move-free-feature-collection .tab-content-2 .swiper-wrapper .swiper-slide .product-item:hover, .brand-color-6.brand-page-6 #shopify-section-digestive-feature-collection .tab-content-2 .swiper-wrapper .swiper-slide .product-item:hover, .brand-color-6.brand-page-6 #shopify-section-featured-collectios .tab-content-2 .swiper-wrapper .swiper-slide .product-item:hover, .brand-color-4.brand-page-4 #shopify-section-schiff_brand-featured-collection .tab-content-2 .swiper-wrapper .swiper-slide .product-item:hover, .brand-color-4.brand-page-4 #shopify-section-move-free-feature-collection .tab-content-2 .swiper-wrapper .swiper-slide .product-item:hover, .brand-color-4.brand-page-4 #shopify-section-digestive-feature-collection .tab-content-2 .swiper-wrapper .swiper-slide .product-item:hover, .brand-color-4.brand-page-4 #shopify-section-featured-collectios .tab-content-2 .swiper-wrapper .swiper-slide .product-item:hover, .brand-color-3.brand-page-3 #shopify-section-schiff_brand-featured-collection .tab-content-2 .swiper-wrapper .swiper-slide .product-item:hover, .brand-color-3.brand-page-3 #shopify-section-move-free-feature-collection .tab-content-2 .swiper-wrapper .swiper-slide .product-item:hover, .brand-color-3.brand-page-3 #shopify-section-digestive-feature-collection .tab-content-2 .swiper-wrapper .swiper-slide .product-item:hover, .brand-color-3.brand-page-3 #shopify-section-featured-collectios .tab-content-2 .swiper-wrapper .swiper-slide .product-item:hover, .brand-color-5.brand-page-5 #shopify-section-schiff_brand-featured-collection .tab-content-2 .swiper-wrapper .swiper-slide .product-item:hover, .brand-color-5.brand-page-5 #shopify-section-move-free-feature-collection .tab-content-2 .swiper-wrapper .swiper-slide .product-item:hover, .brand-color-5.brand-page-5 #shopify-section-digestive-feature-collection .tab-content-2 .swiper-wrapper .swiper-slide .product-item:hover, .brand-color-5.brand-page-5 #shopify-section-featured-collectios .tab-content-2 .swiper-wrapper .swiper-slide .product-item:hover {
    border-width: 0px; } }
@media only screen and (width: 1194px) and (orientation: landscape) {
  .brand-color-6.brand-page-6 #shopify-section-schiff_brand-featured-collection .tab-content-2 .swiper-wrapper .swiper-slide .product-item .get_listingpage .product-item__checkbox-holder, .brand-color-6.brand-page-6 #shopify-section-move-free-feature-collection .tab-content-2 .swiper-wrapper .swiper-slide .product-item .get_listingpage .product-item__checkbox-holder, .brand-color-6.brand-page-6 #shopify-section-digestive-feature-collection .tab-content-2 .swiper-wrapper .swiper-slide .product-item .get_listingpage .product-item__checkbox-holder, .brand-color-6.brand-page-6 #shopify-section-featured-collectios .tab-content-2 .swiper-wrapper .swiper-slide .product-item .get_listingpage .product-item__checkbox-holder, .brand-color-4.brand-page-4 #shopify-section-schiff_brand-featured-collection .tab-content-2 .swiper-wrapper .swiper-slide .product-item .get_listingpage .product-item__checkbox-holder, .brand-color-4.brand-page-4 #shopify-section-move-free-feature-collection .tab-content-2 .swiper-wrapper .swiper-slide .product-item .get_listingpage .product-item__checkbox-holder, .brand-color-4.brand-page-4 #shopify-section-digestive-feature-collection .tab-content-2 .swiper-wrapper .swiper-slide .product-item .get_listingpage .product-item__checkbox-holder, .brand-color-4.brand-page-4 #shopify-section-featured-collectios .tab-content-2 .swiper-wrapper .swiper-slide .product-item .get_listingpage .product-item__checkbox-holder, .brand-color-3.brand-page-3 #shopify-section-schiff_brand-featured-collection .tab-content-2 .swiper-wrapper .swiper-slide .product-item .get_listingpage .product-item__checkbox-holder, .brand-color-3.brand-page-3 #shopify-section-move-free-feature-collection .tab-content-2 .swiper-wrapper .swiper-slide .product-item .get_listingpage .product-item__checkbox-holder, .brand-color-3.brand-page-3 #shopify-section-digestive-feature-collection .tab-content-2 .swiper-wrapper .swiper-slide .product-item .get_listingpage .product-item__checkbox-holder, .brand-color-3.brand-page-3 #shopify-section-featured-collectios .tab-content-2 .swiper-wrapper .swiper-slide .product-item .get_listingpage .product-item__checkbox-holder, .brand-color-5.brand-page-5 #shopify-section-schiff_brand-featured-collection .tab-content-2 .swiper-wrapper .swiper-slide .product-item .get_listingpage .product-item__checkbox-holder, .brand-color-5.brand-page-5 #shopify-section-move-free-feature-collection .tab-content-2 .swiper-wrapper .swiper-slide .product-item .get_listingpage .product-item__checkbox-holder, .brand-color-5.brand-page-5 #shopify-section-digestive-feature-collection .tab-content-2 .swiper-wrapper .swiper-slide .product-item .get_listingpage .product-item__checkbox-holder, .brand-color-5.brand-page-5 #shopify-section-featured-collectios .tab-content-2 .swiper-wrapper .swiper-slide .product-item .get_listingpage .product-item__checkbox-holder {
    min-height: 50px; } }
@media only screen and (width: 1194px) and (orientation: landscape) {
  .brand-color-6.brand-page-6 #shopify-section-schiff_brand-featured-collection .tab-content-2 .swiper-wrapper .swiper-slide .product-item .product-item__title, .brand-color-6.brand-page-6 #shopify-section-move-free-feature-collection .tab-content-2 .swiper-wrapper .swiper-slide .product-item .product-item__title, .brand-color-6.brand-page-6 #shopify-section-digestive-feature-collection .tab-content-2 .swiper-wrapper .swiper-slide .product-item .product-item__title, .brand-color-6.brand-page-6 #shopify-section-featured-collectios .tab-content-2 .swiper-wrapper .swiper-slide .product-item .product-item__title, .brand-color-4.brand-page-4 #shopify-section-schiff_brand-featured-collection .tab-content-2 .swiper-wrapper .swiper-slide .product-item .product-item__title, .brand-color-4.brand-page-4 #shopify-section-move-free-feature-collection .tab-content-2 .swiper-wrapper .swiper-slide .product-item .product-item__title, .brand-color-4.brand-page-4 #shopify-section-digestive-feature-collection .tab-content-2 .swiper-wrapper .swiper-slide .product-item .product-item__title, .brand-color-4.brand-page-4 #shopify-section-featured-collectios .tab-content-2 .swiper-wrapper .swiper-slide .product-item .product-item__title, .brand-color-3.brand-page-3 #shopify-section-schiff_brand-featured-collection .tab-content-2 .swiper-wrapper .swiper-slide .product-item .product-item__title, .brand-color-3.brand-page-3 #shopify-section-move-free-feature-collection .tab-content-2 .swiper-wrapper .swiper-slide .product-item .product-item__title, .brand-color-3.brand-page-3 #shopify-section-digestive-feature-collection .tab-content-2 .swiper-wrapper .swiper-slide .product-item .product-item__title, .brand-color-3.brand-page-3 #shopify-section-featured-collectios .tab-content-2 .swiper-wrapper .swiper-slide .product-item .product-item__title, .brand-color-5.brand-page-5 #shopify-section-schiff_brand-featured-collection .tab-content-2 .swiper-wrapper .swiper-slide .product-item .product-item__title, .brand-color-5.brand-page-5 #shopify-section-move-free-feature-collection .tab-content-2 .swiper-wrapper .swiper-slide .product-item .product-item__title, .brand-color-5.brand-page-5 #shopify-section-digestive-feature-collection .tab-content-2 .swiper-wrapper .swiper-slide .product-item .product-item__title, .brand-color-5.brand-page-5 #shopify-section-featured-collectios .tab-content-2 .swiper-wrapper .swiper-slide .product-item .product-item__title {
    min-height: 84px; } }

/* schiff brand page design starts here */
@media (min-width: 768px) {
  #shopify-section-new_brand_hero_banner section.image-with-text {
    position: relative; }

  .brand-page-6 .image-with-text__text {
    top: 70px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal; }
    .brand-page-6 .image-with-text__text p {
      color: #4d4d4d; }
    .brand-page-6 .image-with-text__text h2 {
      font-size: 40px; }
    .brand-page-6 .image-with-text__text .btn-primary:hover {
      background: #0f6472; }
  .brand-page-6 .background-content-wrap .video-content {
    top: 15%;
    left: 4%; }
    .brand-page-6 .background-content-wrap .video-content .show-youtube-popup {
      /*           left: 4%; */ }
      .brand-page-6 .background-content-wrap .video-content .show-youtube-popup img {
        width: 500px;
        height: 328px; }
      .brand-page-6 .background-content-wrap .video-content .show-youtube-popup .play-icon img {
        width: 30px;
        height: 45px;
        position: absolute;
        top: 43%;
        left: 49%; }
  .brand-page-6 .background-content-wrap .align-self-center {
    margin-top: 25px; }

  .image-with-text .topbanner {
    margin: 0px; }
  .image-with-text h2 {
    font-size: 40px; }

  .photo-block__item .brand-block__title {
    font-size: 40px;
    color: #333333;
    font-weight: 300; }

  .photo-block__text p {
    font-size: 16px;
    color: #333333; }

  .brand-page-6 .container .brand-block__img {
    width: 234px;
    padding: 0px 0px 45px;
    margin: 0px; }
    .brand-page-6 .container .brand-block__img img {
      width: 207px;
      height: 91px; }

  #shopify-section-new_brand_split_block {
    margin-top: 60px; }
  .brand-block__text p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #333333; }

  .photo-block__item--alt .photo-block__text {
    padding: 0 0 0 1%; }

  .photo-block__img {
    width: 47%; }

  #shopify-section-schiff_brand-featured-collection {
    margin-top: 40px; }

  .brand-page-6 #brand-ingredients .bi-container .bi-info .bi-info-text {
    margin: 25px 0 15px 0; }
  .brand-page-6 #brand-ingredients .bi-container .bi-ingredients {
    height: 325px; }
    .brand-page-6 #brand-ingredients .bi-container .bi-ingredients .swiper-container .swiper-wrapper .swiper-slide {
      height: 287px; }
      .brand-page-6 #brand-ingredients .bi-container .bi-ingredients .swiper-container .swiper-wrapper .swiper-slide .bi-ingredients-container .bi-ing-info {
        height: auto; }
  .brand-page-6 .brands-block .brands-block__holder .container .brands-block__box h2 {
    text-transform: inherit;
    font-size: 36px;
    font-weight: 500;
    color: #a3020a; }
  .brand-page-6 #shopify-section-schiff-social .brands-block__box .brands-megared-block__title, .brand-page-6 #shopify-section-schiff-social .brands-block__box p {
    color: white !important; }
  .brand-page-6 #shopify-section-schiff-social .brands-block__box .brands-megared-block__title {
    font-size: 40px;
    font-weight: bold;
    font-family: Raleway; }
  .brand-page-6 #shopify-section-schiff-social .brands-block__box p {
    font-family: Raleway;
    font-size: 20px; }
  .brand-page-6 .footer__col.footer__col--3 p {
    color: #ccc;
    font-size: 14px; }
  .brand-page-6 .brand-page-6 .brand-product-link {
    padding-top: 0px; }
  .brand-page-6 .brand-page-6 .llink {
    font-size: 13px; }

  .align-self-center .text-center h2 {
    font-size: 40px;
    font-weight: 300;
    color: #a3020a; }
  .align-self-center .description {
    font-size: 16px;
    font-weight: 500; }

  .brand-retailer-wrapper .brm-title {
    height: 21px;
    font-size: 18px;
    font-weight: 600;
    color: #4d4d4d;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 70px; }
  .brand-retailer-wrapper .brand-retailer-desktop {
    padding-bottom: 40px; }

  .brand-block__item .brand-block__title {
    height: 46px;
    font-weight: 600;
    line-height: 1.25;
    color: #a3020a; }
  .brand-block__item .brand-Rlink {
    margin-top: 98px !important; }
  .brand-block__item .brand-llink, .brand-block__item .brand-Rlink {
    margin-top: 25px;
    margin-left: -10px; }
    .brand-block__item .brand-llink .btn.btn-primary, .brand-block__item .brand-Rlink .btn.btn-primary {
      background: #083f48;
      border: unset; }
    .brand-block__item .brand-llink a:hover, .brand-block__item .brand-Rlink a:hover {
      background: #0f6472 !important;
      border: unset; }

  .footer__col__note-box p {
    font-size: 10px;
    color: #ccc; }

  .schiff-nutrition .product-item:hover {
    border: 1px solid #aa132d; }
  .schiff-nutrition .top-panel__text a:hover {
    color: inherit; } }
  @media (min-width: 768px) and (min-width: 768px) {
    #shopify-section-new_brand_split_block .brand-block__item .llink {
      font-size: 16px;
      min-width: 200px; } }

    @media (min-width: 768px) and (min-width: 1200px) {
      .brand-page-6 #brand-ingredients .bi-container .bi-ingredients .swiper-container .swiper-wrapper .swiper-slide {
        height: 314px; } }
/*desk ends here*/
#shopify-section-schiff_brand-featured-collection .slick-arrow {
  border-radius: unset !important;
  background: unset;
  border: unset; }
#shopify-section-schiff_brand-featured-collection .slick-arrow.slick-arrow.swiper-button-disabled {
  background: unset !important; }
#shopify-section-schiff_brand-featured-collection .slick-arrow:hover:after {
  border-color: #aa132d; }
#shopify-section-schiff_brand-featured-collection .slick-arrow:after {
  border-color: #aa132d; }

@media (max-width: 767px) {
  .brand-llink a, .brand-Rlink a {
    width: 200px;
    height: 50px;
    border-radius: 25px !important;
    background-color: #083f48 !important;
    border: unset;
    padding: 18px; }

  .brand-block__img {
    width: 201px; }
    .brand-block__img img {
      width: 180px;
      height: 79px; }

  .image-with-text__text h2 {
    font-size: 30px;
    font-weight: 500; }
  .image-with-text__text p {
    font-size: 14px;
    font-weight: 500;
    text-align: left; }
  .image-with-text__text .topbanner {
    width: 175px;
    height: 50px;
    border-radius: 25px !important;
    background-color: #083f48;
    margin-top: 20px; }
    .image-with-text__text .topbanner a {
      font-size: 16px; }

  .schiff-nutrition .photo-block__text {
    padding: 20px 12px; }
  .schiff-nutrition .swiper-container .slick-next {
    right: 25px; }
  .schiff-nutrition .swiper-container .slick-prev {
    left: 41px; }
  .schiff-nutrition .tab-content-2 .swiper-wrapper {
    margin-left: 8px; }

  #shopify-section-new_brand_block {
    margin: 65px 0px 40px 0px; }
    #shopify-section-new_brand_block .brand-block__title {
      font-size: 24px;
      font-weight: 300;
      color: #333333;
      text-align: left;
      height: 80px; }
    #shopify-section-new_brand_block .photo-block__text p {
      font-size: 14px;
      color: #333333;
      text-align: left; }

  #shopify-section-schiff_brand-featured-collection .brands-block__title {
    height: 50px;
    font-size: 24px;
    font-weight: 300; }
  #shopify-section-schiff_brand-featured-collection .tabset-toggle {
    font-size: 14px;
    font-weight: bold;
    color: #4d4d4d; }
  #shopify-section-schiff_brand-featured-collection .tabset-select {
    border: solid 1px #a3171e; }
  #shopify-section-schiff_brand-featured-collection .tabset-toggle::after {
    border-color: #a3171e; }

  .brand-page-6 #brand-blogs .bb-container .bb-title {
    margin-bottom: 0px; }
  .brand-page-6 .tabs-container .brand-product-link {
    padding: 30px;
    margin: 0px; }
  .brand-page-6 .product-item {
    width: unset; }
    .brand-page-6 .product-item .product-item__title {
      height: 36px;
      font-size: 14px;
      font-weight: 600;
      color: #4d4d4d; }
    .brand-page-6 .product-item .btn-primary {
      width: 175px;
      height: 50px;
      border-radius: 25px !important;
      background-color: #083f48; }
    .brand-page-6 .product-item .product-item__checkbox-holder {
      height: 35px; }
  .brand-page-6 .product-block__price-box .product-item__price {
    height: 35px;
    font-family: Lato;
    font-size: 18px; }
  .brand-page-6 .brm-title {
    height: 38px;
    font-size: 16px;
    font-weight: 600;
    width: 232px;
    margin: 0 auto;
    padding: 40px 0px 60px 0px;
    text-align: center; }
  .brand-page-6 .brand-retailer-mobile img {
    margin: 0 auto;
    width: 100%;
    height: 400px; }
  .brand-page-6 .play-icon img {
    width: 20px;
    height: 30px;
    top: 43%;
    position: absolute;
    left: 48%; }
  .brand-page-6 #shopify-section-new_brand_video {
    margin-top: 40px; }
  .brand-page-6 .video-section-content .title .hide-mobile {
    height: 80px;
    font-size: 24px;
    font-weight: 300 !important;
    color: #a3020a;
    text-align: left; }
  .brand-page-6 .video-section-content .description {
    height: 127px;
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    text-align: left; }
  .brand-page-6 .brand-block__item .brand-block__title {
    padding: 13px 0px;
    font-size: 24px;
    font-weight: 600;
    color: #a3020a; }
  .brand-page-6 .brand-llink, .brand-page-6 .brand-Rlink {
    margin-left: -12px;
    margin-top: 35px; }
  .brand-page-6 #brand-blogs {
    padding: 0px; }
    .brand-page-6 #brand-blogs .bb-container .bb-articles .bb-article-card .bb-article-card-info .bb-article-title {
      font-size: 16px;
      font-weight: bold;
      color: #4d4d4d !important; }
  .brand-page-6 .brands-block .brands-block__holder .container .brands-block__box h2 {
    font-size: 24px;
    font-weight: 500;
    text-transform: inherit;
    height: 50px; }
  .brand-page-6 .brands-block .brands-block__holder .container .brands-block__box p {
    height: 50px;
    font-size: 16px;
    font-weight: normal; }
  .brand-page-6 #shopify-section-banner .brands-block .brands-block__holder .container .brands-block__box .rewards-email-section #email {
    width: 300px;
    height: 50px;
    border-radius: 25px;
    border: solid 1px #cccccc;
    max-width: 244px; }
  .brand-page-6 #shopify-section-banner .brands-block .brands-block__holder .container .brands-block__box .brands-block__btn-holder a {
    width: 300px;
    height: 50px;
    max-width: 244px;
    padding: 13px; }
  .brand-page-6 #shopify-section-megared-socials {
    margin-top: 5px; }
    .brand-page-6 #shopify-section-megared-socials .brands-block .brands-block__holder .container .brands-block__box h2 {
      font-size: 27px;
      color: white !important;
      font-weight: bold; }
    .brand-page-6 #shopify-section-megared-socials .brands-block .brands-block__holder .container .brands-block__box p {
      height: 50px;
      font-size: 14px; }
  .brand-page-6 #brand-ingredients .bi-container .bi-ingredients .swiper-container .swiper-wrapper .swiper-slide {
    height: 220px; }
  .schiff-nutrition .background-content-wrap .show-youtube-popup {
    margin-top: 40px; }
  .schiff-nutrition .background-content-wrap .description {
    font-size: 14px !important; }
  .schiff-nutrition .brand-block__item {
    text-align: left; } }
  @media (max-width: 767px) and (max-width: 767px) {
    .brand-page-6 #shopify-section-banner .brands-block .brands-block__holder .container .brands-block__box .brands-block__btn-holder a {
      padding: 13px 0px; } }
  @media (max-width: 767px) and (max-width: 767px) {
    .brand-page-6 #brand-ingredients .bi-container .bi-ingredients .swiper-container .swiper-wrapper .swiper-slide {
      min-height: 360px; } }

@media (min-width: 1201px) {
  .image-with-text h2 {
    font-size: 40px; }

  .image-with-text p {
    font-size: 16px; } }
@media (min-width: 1600px) {
  .background-content-wrap {
    width: 100%; }

  .background-content-wrap img {
    width: 100%; } }
@media (min-width: 1025px) and (max-width: 1200px) {
  .brand-page-6 .product-item {
    width: unset; } }
/* live issue fix starts here*/
.brand-color-5.brand-page-5 #shopify-section-neuriva-campaign-brain-better .video-section-content .container .background-content-wrap .video-content .show-youtube-popup .play-icon img {
  display: none; }

#shopify-section-nueriva-social .brands-block .brands-block__holder .container .brands-block__box p {
  font-size: 20px; }

#shopify-section-schiff-nutrition-brand-blogs #brand-blogs {
  padding: 0px; }

.brand-page-5 .tabs-products .tabset-select, .brand-page-6 .tabs-products .tabset-select {
  display: none; }

@media (min-width: 1024px) and (max-width: 1200px) {
  [id=nav] {
    font-size: 15px; }

  .brand-page-5 .tabset a, .brand-page-4 .tabset a, .brand-page-3 .tabset a, .brand-page-2 .tabset a, .brand-page-1 .tabset a, .brand-page-0 .tabset a {
    font-size: 13px; } }
@media (min-width: 1024px) and (max-width: 1200px) {
  #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-content .swiper-content-right .swiper-content-right-title {
    font-size: 32px;
    margin: 0px 0 20px 0; }

  .homepage-section .tabs-container .tab-content .id-tabs .swiper-container .swiper-wrapper .swiper-slide:hover {
    border: unset; }

  .brand-page-1 #brand-ingredients {
    height: 720px; }

  .brand-color-1 #brand-ingredients .bi-container .bi-ingredients .swiper-container .swiper-wrapper .swiper-slide {
    width: 181px !important; }

  .brand-color-1 .swiper-pagination, .brand-page-3 .swiper-pagination {
    display: none; }

  .swiper-wrapper {
    transform: translateZ(0); }

  #brand-formats .bf-container .bf-right .bf-title {
    padding: 0px; }

  .brand-color-5.brand-page-5 #shopify-section-neuriva-campaign-brain-better .video-section-content .container .background-content-wrap .video-content .show-youtube-popup {
    left: 0%; }
    .brand-color-5.brand-page-5 #shopify-section-neuriva-campaign-brain-better .video-section-content .container .background-content-wrap .video-content .show-youtube-popup img {
      width: 100%;
      height: 100%; }

  .brand-page-6 #shopify-section-schiff-nut-hero-banner .image-with-text .schiff-nut-hero-wrapper .sn-content .sn-content-right .sn-content-right-heading h2 {
    font-size: 32px;
    color: #aa132d; }
  .brand-page-6 .background-content-wrap .video-content .show-youtube-popup {
    left: 0%; }

  .article-blog #main #blog-article .article-related-products .card.product-card .product-item {
    height: 520px; } }
@font-face {
  font-family: 'EffraW01Regular';
  src: url("EffraW01Regular.eot");
  src: url("EffraW01Regular.eot") format("embedded-opentype"), url("EffraW01Regular.woff2") format("woff2"), url("EffraW01Regular.woff") format("woff"), url("EffraW01Regular.ttf") format("truetype"), url("EffraW01Regular.svg#EffraW01Regular") format("svg"); }

@font-face {
  font-family: 'Effra_Std_Bd';
  src: url("Effra_Std_Bd.eot");
  src: url("Effra_Std_Bd.eot") format("embedded-opentype"), url("Effra_Std_Bd.woff2") format("woff2"), url("Effra_Std_Bd.woff") format("woff"), url("Effra_Std_Bd.ttf") format("truetype"), url("Effra_Std_Bd.svg#Effra_Std_Bd") format("svg"); }

@media (min-width: 768px) {
  .col-smcustom-70 {
    width: 70%;
    margin: auto; } }

.pad-top20 {
  padding-top: 20px; }
  @media (max-width: 767px) {
    .pad-top20 {
      padding-top: 16px; } }

.pad-top30 {
  padding-top: 30px; }
  @media (max-width: 767px) {
    .pad-top30 {
      padding-top: 24px; } }

.pad-bottom30 {
  padding-bottom: 30px; }

.font500 {
  font-weight: 500; }

.general-brandpara {
  line-height: 1.6;
  word-spacing: 3px; }

@media (min-width: 768px) {
  .col-smcustom-3, .col-smcustom-9 {
    display: table-cell;
    vertical-align: top;
    height: 100%;
    padding: 0px 10px; } }

@media (min-width: 768px) {
  .col-smcustom-3 {
    width: 7%; } }

@media (max-width: 767px) {
  .col-smcustom-3.col-custom {
    width: 20%;
    margin-bottom: 12px; } }

@media (min-width: 768px) {
  .col-smcustom-9 {
    width: 70%; } }

.share-social-network-icons .social-networks {
  float: right; }
  @media (max-width: 767px) {
    .share-social-network-icons .social-networks {
      float: unset; } }

@media (max-width: 767px) {
  .brand-container-wrapper {
    padding: 10px 30px;
    font-size: 14px; } }
.brand-container-wrapper h1, .brand-container-wrapper h2, .brand-container-wrapper h3, .brand-container-wrapper h4, .brand-container-wrapper h5, .brand-container-wrapper h6 {
  font-family: Raleway;
  font-weight: bold; }
@media (max-width: 767px) {
  .brand-container-wrapper h4 {
    font-size: 17px; } }
.brand-container-wrapper p, .brand-container-wrapper div, .brand-container-wrapper ol, .brand-container-wrapper ul, .brand-container-wrapper strong {
  font-family: Raleway;
  color: #757575; }
.brand-container-wrapper strong {
  color: #757575;
  display: block;
  line-height: 1.7; }
.brand-container-wrapper .brand-content-wrap .col-smcustom-9 ul li {
  padding-bottom: 20px; }
  .brand-container-wrapper .brand-content-wrap .col-smcustom-9 ul li span {
    display: block;
    margin-bottom: 10px; }
    @media (max-width: 767px) {
      .brand-container-wrapper .brand-content-wrap .col-smcustom-9 ul li span {
        margin-bottom: 0px;
        line-height: 1.7; } }
  .brand-container-wrapper .brand-content-wrap .col-smcustom-9 ul li:last-child {
    padding-bottom: 0px; }
    .brand-container-wrapper .brand-content-wrap .col-smcustom-9 ul li:last-child span:last-child {
      margin-bottom: 0px; }
.brand-container-wrapper #shopify-section-neuriva-mbg-submitting-form .brand-content-wrap > .col-custom:nth-child(2) {
  padding-top: 10px; }
  @media (max-width: 767px) {
    .brand-container-wrapper #shopify-section-neuriva-mbg-submitting-form .brand-content-wrap > .col-custom:nth-child(2) {
      padding-top: 0px; } }
  .brand-container-wrapper #shopify-section-neuriva-mbg-submitting-form .brand-content-wrap > .col-custom:nth-child(2) p {
    font-weight: 500; }
.brand-container-wrapper #shopify-section-neuriva-mbg-submitting-form .brand-content-wrap > .col-custom:nth-child(5) {
  padding-top: 10px; }
  @media (max-width: 767px) {
    .brand-container-wrapper #shopify-section-neuriva-mbg-submitting-form .brand-content-wrap > .col-custom:nth-child(5) {
      padding-top: 0px; } }
  .brand-container-wrapper #shopify-section-neuriva-mbg-submitting-form .brand-content-wrap > .col-custom:nth-child(5) p {
    font-weight: 500;
    margin-bottom: 5px; }
.brand-container-wrapper #shopify-section-neuriva-mbg-terms-conditions .brand-content-wrap .col-smcustom-9 {
  padding-top: 10px; }
  @media (max-width: 767px) {
    .brand-container-wrapper #shopify-section-neuriva-mbg-terms-conditions .brand-content-wrap .col-smcustom-9 {
      padding-top: 0px; } }
  .brand-container-wrapper #shopify-section-neuriva-mbg-terms-conditions .brand-content-wrap .col-smcustom-9 h3 {
    display: inline-block;
    margin-right: 5px; }
  .brand-container-wrapper #shopify-section-neuriva-mbg-terms-conditions .brand-content-wrap .col-smcustom-9 .slide-toggle {
    color: transparent;
    background: url(brand-nueriva-arrow.png) no-repeat center;
    display: inline-block;
    width: 29px;
    height: 21px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg); }
    @media (max-width: 767px) {
      .brand-container-wrapper #shopify-section-neuriva-mbg-terms-conditions .brand-content-wrap .col-smcustom-9 .slide-toggle {
        height: 14px; } }
    .brand-container-wrapper #shopify-section-neuriva-mbg-terms-conditions .brand-content-wrap .col-smcustom-9 .slide-toggle.up-arrow {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      transform: rotate(0deg); }
  .brand-container-wrapper #shopify-section-neuriva-mbg-terms-conditions .brand-content-wrap .col-smcustom-9 ol, .brand-container-wrapper #shopify-section-neuriva-mbg-terms-conditions .brand-content-wrap .col-smcustom-9 ul {
    padding-left: 15px; }
@media (max-width: 767px) {
  .brand-container-wrapper #shopify-section-neuriva-mbg-limited-time .brand-content-wrap {
    border-top: 0px;
    padding: 36px 0px 20px; } }
@media (max-width: 767px) {
  .brand-container-wrapper .brand-neuriva-gradient-idea p {
    padding: 10px 30px;
    margin: 8px 0px 10px !important; } }

.ordered-content strong {
  display: inline-block;
  margin-right: 4px; }

.brand-shipping {
  margin: 30px 0px;
  font-weight: 500; }
  .brand-shipping span strong {
    display: inline-block; }

#slide_content p, #slide_content ol, #slide_content ul {
  font-weight: 500; }
#slide_content .offer-content {
  margin-bottom: 5px; }
@media (max-width: 767px) {
  #slide_content strong {
    font-size: 13px;
    line-height: 2; } }

.brand-color-head {
  margin-top: 40px;
  text-align: center; }
  .brand-color-head h2 {
    text-align: center;
    margin-bottom: 10px;
    line-height: 1.1;
    font-size: 40px; }
    @media (max-width: 767px) {
      .brand-color-head h2 {
        font-size: 30px; } }
  .brand-color-head .brand-color2 {
    position: relative;
    display: inline-block; }
    .brand-color-head .brand-color2:after, .brand-color-head .brand-color2:before {
      content: "";
      position: absolute;
      width: 38px;
      height: 3px;
      top: 48%;
      background: #27635d; }
    .brand-color-head .brand-color2:after {
      right: -45px; }
    .brand-color-head .brand-color2:before {
      left: -45px; }

.brand-content-wrap {
  padding: 50px 0px 20px;
  border-top: 2px solid #767676; }
  @media (max-width: 767px) {
    .brand-content-wrap {
      padding: 30px 0px 20px;
      border-width: 1.5px; } }

.brand-color-5.brand-page-5 #main .brand-color1 {
  color: #f5817e; }
.brand-color-5.brand-page-5 #main .brand-color2 {
  color: #27635d; }
@media (max-width: 767px) {
  .brand-color-5.brand-page-5 #main #shopify-section-neuriva-campaign-mbg-header .promo-mobile {
    padding-top: 0%; } }
.brand-color-5.brand-page-5 #main .brand-container-wrapper p, .brand-color-5.brand-page-5 #main .brand-container-wrapper h4, .brand-color-5.brand-page-5 #main .brand-container-wrapper h5, .brand-color-5.brand-page-5 #main .brand-container-wrapper h6 {
  color: #757575; }
.brand-color-5.brand-page-5 #main .brand-neuriva-gradient-idea {
  text-align: center; }
  @media (max-width: 767px) {
    .brand-color-5.brand-page-5 #main .brand-neuriva-gradient-idea {
      margin-left: -30px;
      margin-right: -30px; } }
  .brand-color-5.brand-page-5 #main .brand-neuriva-gradient-idea p {
    margin: 40px 0px 20px;
    line-height: 1.7;
    font-weight: 500; }
  .brand-color-5.brand-page-5 #main .brand-neuriva-gradient-idea picture {
    font-size: 0px;
    display: block;
    padding-top: 10px; }
@media (max-width: 767px) {
  .brand-color-5.brand-page-5 #main .col-smcustom-9 p {
    font-weight: 500; } }

@media (min-width: 768px) {
  .neuriva-landing #shopify-section-featured-collectios .homepage-section .swiper-container .slick-arrow, #neuriva-brain-health-supplement-research #shopify-section-featured-collectios .homepage-section .swiper-container .slick-arrow {
    display: none; } }
@media (max-width: 767px) {
  .neuriva-landing #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-content .swiper-content-left, #neuriva-brain-health-supplement-research #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-content .swiper-content-left {
    padding-top: 0px; } }
.neuriva-landing #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-content .swiper-content-right, #neuriva-brain-health-supplement-research #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-content .swiper-content-right {
  margin-top: 4%; }
  .neuriva-landing #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-content .swiper-content-right .swiper-content-right-title, #neuriva-brain-health-supplement-research #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-content .swiper-content-right .swiper-content-right-title {
    margin: 25px 0 20px 0;
    font-family: Effra_Std_Bd; }
    @media (max-width: 767px) {
      .neuriva-landing #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-content .swiper-content-right .swiper-content-right-title, #neuriva-brain-health-supplement-research #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-content .swiper-content-right .swiper-content-right-title {
        margin-top: 0px;
        font-size: 30px; } }
  .neuriva-landing #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-content .swiper-content-right .swiper-content-right-sub-title, #neuriva-brain-health-supplement-research #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-content .swiper-content-right .swiper-content-right-sub-title {
    font-size: 34px;
    margin-bottom: 34px;
    font-family: Effra_Std_Bd; }
    @media (max-width: 767px) {
      .neuriva-landing #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-content .swiper-content-right .swiper-content-right-sub-title, #neuriva-brain-health-supplement-research #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-content .swiper-content-right .swiper-content-right-sub-title {
        font-size: 26px; } }
    @media (min-width: 768px) and (max-width: 1024px) {
      .neuriva-landing #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-content .swiper-content-right .swiper-content-right-sub-title, #neuriva-brain-health-supplement-research #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-content .swiper-content-right .swiper-content-right-sub-title {
        font-size: 22px; } }
  .neuriva-landing #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-content .swiper-content-right .swiper-content-right-btn, #neuriva-brain-health-supplement-research #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-content .swiper-content-right .swiper-content-right-btn {
    background: #f4817d;
    border-color: #f4817d;
    min-width: 240px; }
    .neuriva-landing #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-content .swiper-content-right .swiper-content-right-btn .swiper-content-right-btn-text, #neuriva-brain-health-supplement-research #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-content .swiper-content-right .swiper-content-right-btn .swiper-content-right-btn-text {
      color: #f7efe0;
      margin-top: 0px; }
    .neuriva-landing #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-content .swiper-content-right .swiper-content-right-btn:hover, #neuriva-brain-health-supplement-research #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-content .swiper-content-right .swiper-content-right-btn:hover {
      background: #cc6e6b;
      border-color: #cc6e6b; }
.neuriva-landing #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-bg-color, #neuriva-brain-health-supplement-research #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-bg-color {
  height: 78.21739%; }
  @media (max-width: 767px) {
    .neuriva-landing #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-bg-color, #neuriva-brain-health-supplement-research #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-bg-color {
      height: 48.21739%; } }

@media (max-width: 767px) {
  #back-to-school #shopify-section-airborne-bts-hero-banner #brand-formats {
    height: 650px; } }
@media (min-width: 1900px) {
  #back-to-school #shopify-section-airborne-bts-hero-banner #brand-formats {
    min-height: 500px;
    height: auto; } }
@media (min-width: 768px) {
  #back-to-school #shopify-section-airborne-bts-hero-banner #brand-formats .bf-container {
    padding: 0px 30px; } }
@media (max-width: 767px) {
  #back-to-school #shopify-section-airborne-bts-hero-banner #brand-formats .bf-container {
    background: url(banner-top-b-mob_x385.jpg);
    background-size: 100% 100%; } }
@media (min-width: 1200px) {
  #back-to-school #shopify-section-airborne-bts-hero-banner #brand-formats .bf-container img.bf-img.bf-back.ls-is-cached.lazyloaded {
    height: 384px; } }
@media (min-width: 1280px) {
  #back-to-school #shopify-section-airborne-bts-hero-banner #brand-formats .bf-container img.bf-img.bf-back.ls-is-cached.lazyloaded {
    height: 412px; } }
@media (min-width: 768px) and (max-width: 1024px) {
  #back-to-school #shopify-section-airborne-bts-hero-banner #brand-formats .bf-container img.bf-img.bf-back.ls-is-cached.lazyloaded {
    height: 286px; } }
@media (width: 1366px) {
  #back-to-school #shopify-section-airborne-bts-hero-banner #brand-formats .bf-container img.bf-img.bf-back.ls-is-cached.lazyloaded {
    height: 386px; } }
@media (width: 1194px) {
  #back-to-school #shopify-section-airborne-bts-hero-banner #brand-formats .bf-container img.bf-img.bf-back.ls-is-cached.lazyloaded {
    height: 380px; } }
@media (min-width: 1420px) {
  #back-to-school #shopify-section-airborne-bts-hero-banner #brand-formats .bf-container img.bf-img.bf-back.ls-is-cached.lazyloaded {
    height: 400px; } }
@media (min-width: 1600px) {
  #back-to-school #shopify-section-airborne-bts-hero-banner #brand-formats .bf-container img.bf-img.bf-back.ls-is-cached.lazyloaded {
    min-height: 410px; } }
@media (min-width: 1900px) {
  #back-to-school #shopify-section-airborne-bts-hero-banner #brand-formats .bf-container img.bf-img.bf-back.ls-is-cached.lazyloaded {
    min-height: 390px; } }
@media (max-width: 767px) {
  #back-to-school #shopify-section-airborne-bts-hero-banner #brand-formats .bf-container img.bf-img-mob.bf-back {
    min-height: 780px; } }
@media (min-width: 768px) {
  #back-to-school #shopify-section-airborne-bts-hero-banner #brand-formats .bf-container .bf-left {
    padding-top: 10px; } }
@media (max-width: 767px) {
  #back-to-school #shopify-section-airborne-bts-hero-banner #brand-formats .bf-container .bf-left {
    /*             height: auto; */
    max-height: initial;
    padding: 10px 10px 0px; } }
@media (width: 834px) {
  #back-to-school #shopify-section-airborne-bts-hero-banner #brand-formats .bf-container .bf-left {
    width: 100%; } }
@media (width: 360px) {
  #back-to-school #shopify-section-airborne-bts-hero-banner #brand-formats .bf-container .bf-left {
    padding: 10px 20px 0px; } }
@media (min-width: 1600px) {
  #back-to-school #shopify-section-airborne-bts-hero-banner #brand-formats .bf-container .bf-left {
    text-align: center; } }
@media (min-width: 1600px) {
  #back-to-school #shopify-section-airborne-bts-hero-banner #brand-formats .bf-container .bf-left img {
    width: auto; } }
@media (width: 1366px) {
  #back-to-school #shopify-section-airborne-bts-hero-banner #brand-formats .bf-container .bf-left img {
    height: auto; } }
@media (max-width: 767px) {
  #back-to-school #shopify-section-airborne-bts-hero-banner #brand-formats .bf-container .bf-right {
    justify-content: flex-start;
    padding-top: 30px; } }
@media (min-width: 768px) and (max-width: 1024px) {
  #back-to-school #shopify-section-airborne-bts-hero-banner #brand-formats .bf-container .bf-right {
    margin-top: -2%;
    height: auto; } }
@media only screen and (width: 834px) {
  #back-to-school #shopify-section-airborne-bts-hero-banner #brand-formats .bf-container .bf-right {
    margin-top: -4%; } }
#back-to-school #shopify-section-airborne-bts-hero-banner #brand-formats .bf-container .bf-right .bf-title {
  margin-bottom: 12px;
  font-weight: normal !important; }
  @media (min-width: 768px) and (max-width: 1024px) {
    #back-to-school #shopify-section-airborne-bts-hero-banner #brand-formats .bf-container .bf-right .bf-title {
      font-size: 26px;
      padding: 0px; } }
  #back-to-school #shopify-section-airborne-bts-hero-banner #brand-formats .bf-container .bf-right .bf-title span {
    display: block;
    font-size: 38px;
    line-height: 1.2; }
    @media (width: 1024px) {
      #back-to-school #shopify-section-airborne-bts-hero-banner #brand-formats .bf-container .bf-right .bf-title span {
        font-size: 36px; } }
    @media (width: 1900px) {
      #back-to-school #shopify-section-airborne-bts-hero-banner #brand-formats .bf-container .bf-right .bf-title span {
        font-size: 42px; } }
@media (min-width: 768px) and (max-width: 1024px) {
  #back-to-school #shopify-section-airborne-bts-hero-banner #brand-formats .bf-container .bf-right .bf-text {
    width: 84%;
    margin: 0px 0 6px 0 !important; } }
@media only screen and (width: 834px) {
  #back-to-school #shopify-section-airborne-bts-hero-banner #brand-formats .bf-container .bf-right .bf-text {
    width: 98%;
    margin: 0px 0 4px 0 !important; } }
@media (max-width: 767px) {
  #back-to-school #shopify-section-airborne-bts-hero-banner #brand-formats .bf-container .bf-right .bf-text {
    margin-top: 0px; } }
@media (min-width: 1500px) {
  #back-to-school #shopify-section-airborne-bts-hero-banner #brand-formats .bf-container .bf-right .bf-text {
    width: 58%; } }
@media (min-width: 1800px) {
  #back-to-school #shopify-section-airborne-bts-hero-banner #brand-formats .bf-container .bf-right .bf-text {
    font-size: 22px; } }
#back-to-school #shopify-section-airborne-bts-hero-banner #brand-formats .bf-container .bf-right .bf-btn {
  height: 45px;
  margin-bottom: 50px; }
  @media (min-width: 768px) and (max-width: 1024px) {
    #back-to-school #shopify-section-airborne-bts-hero-banner #brand-formats .bf-container .bf-right .bf-btn {
      width: 150px;
      height: 36px;
      margin-top: 8px; } }
  @media (min-width: 1500px) {
    #back-to-school #shopify-section-airborne-bts-hero-banner #brand-formats .bf-container .bf-right .bf-btn {
      margin-bottom: 16px; } }
  @media (min-width: 1900px) {
    #back-to-school #shopify-section-airborne-bts-hero-banner #brand-formats .bf-container .bf-right .bf-btn {
      margin-bottom: 140px; } }
  @media (max-width: 767px) {
    #back-to-school #shopify-section-airborne-bts-hero-banner #brand-formats .bf-container .bf-right .bf-btn {
      margin-top: 30px; } }
#back-to-school #shopify-section-airborne-dooner-choose-learn-more #brand-craft-blend {
  height: 100px; }
  #back-to-school #shopify-section-airborne-dooner-choose-learn-more #brand-craft-blend .learn-more-link img {
    position: relative;
    top: 10px; }
    @media (max-width: 767px) {
      #back-to-school #shopify-section-airborne-dooner-choose-learn-more #brand-craft-blend .learn-more-link img {
        top: 1px; } }
@media (max-width: 767px) {
  #back-to-school #brand-craft-blend {
    margin-top: 0px !important; } }
@media (max-width: 767px) {
  #back-to-school #brand-craft-blend .bc-blend {
    margin-top: 0px; } }
@media (max-width: 767px) {
  #back-to-school #shopify-section-airbone-bts-immune-support #brand-craft-blend {
    height: auto; } }
@media (max-width: 767px) {
  #back-to-school #shopify-section-airbone-bts-immune-support #brand-craft-blend .bc-blend .bc-blend-left {
    margin-top: 0px; } }
@media (max-width: 767px) {
  #back-to-school #shopify-section-airbone-bts-immune-support #brand-craft-blend .bc-blend .bc-blend-left .bc-blend-left-title {
    width: 100%; } }
@media (min-width: 768px) {
  #back-to-school #shopify-section-airbone-bts-immune-support #brand-craft-blend .bc-blend .bc-blend-left .bc-blend-left-text {
    margin-bottom: 25px; } }
@media (min-width: 768px) {
  #back-to-school #shopify-section-airbone-bts-immune-support #brand-craft-blend .bc-blend .bc-blend-left .btn.btn-primary {
    margin-left: 0px;
    padding-top: 15px; } }
@media (max-width: 767px) {
  #back-to-school #shopify-section-airbone-bts-immune-support #brand-craft-blend .bc-blend .bc-blend-left .btn.btn-primary {
    height: 50px;
    width: 175px;
    border-radius: 30px !important; } }
@media (max-width: 767px) {
  #back-to-school #shopify-section-airbone-bts-immune-support #brand-craft-blend .bc-blend .bc-blend-left .btn.btn-primary .bc-blend-left-btn-text {
    font-family: Raleway;
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 1px; } }
@media (min-width: 1360px) and (max-width: 1599px) {
  #back-to-school #shopify-section-airbone-bts-immune-support #brand-craft-blend .bc-blend .bc-blend-right img.bc-blend-right-img-lg {
    width: auto; } }
@media (max-width: 767px) {
  #back-to-school #shopify-section-dooner-choose #brand-formats {
    height: auto; } }
@media (max-width: 767px) {
  #back-to-school #shopify-section-dooner-choose #brand-formats .bf-container.dooner-choose .bf-left {
    height: auto !important;
    max-height: unset; } }
@media (max-width: 767px) {
  #back-to-school #shopify-section-dooner-choose #brand-formats .bf-container.dooner-choose .bf-right {
    max-height: initial;
    margin-top: 26px; } }
@media (max-width: 767px) {
  #back-to-school #shopify-section-dooner-choose #brand-formats .bf-container.dooner-choose .bf-right .bf-title {
    margin-bottom: 14px; } }
@media (max-width: 767px) {
  #back-to-school #shopify-section-dooner-choose #brand-formats .bf-container.dooner-choose .bf-right .bf-btn {
    margin-top: 10px; } }
@media (max-width: 767px) {
  #back-to-school .process-block.process-block-with-line {
    padding: 10px 0 0; } }
@media only screen and (width: 834px) {
  #back-to-school #main {
    padding: 115px 0 0; } }
@media (max-width: 767px) {
  #back-to-school #main .shopify-section .homepage-section .tabs-container .tab-content .id-tabs .swiper-container {
    height: auto;
    margin-top: 0px;
    padding-bottom: 14px; } }
@media (max-width: 767px) {
  #back-to-school #main .shopify-section .homepage-section .tabs-container .tab-content .id-tabs .swiper-container .swiper-wrapper .swiper-slide {
    height: 504px !important; } }
@media (max-width: 767px) {
  #back-to-school #main .shopify-section .homepage-section .tabs-container .tab-content .id-tabs .swiper-container .swiper-wrapper .swiper-slide .product-item {
    height: auto; } }
@media (min-width: 768px) and (max-width: 1024px) {
  #back-to-school #main .shopify-section .homepage-section .tabs-container .tab-content .id-tabs .swiper-container .swiper-wrapper .swiper-slide .product-item .product-item__footer form .btn-primary {
    width: 125px; } }
@media (min-width: 768px) and (max-width: 1024px) {
  #back-to-school #main .shopify-section .homepage-section .tabs-container .tab-content .id-tabs .swiper-container .swiper-wrapper .swiper-slide .product-item .product-item__footer .btn.btn-disabled {
    min-width: 155px; } }
@media (max-width: 767px) {
  #back-to-school #main .shopify-section .homepage-section .collection-all-prod {
    margin-top: 0px; } }
@media (max-width: 767px) {
  #back-to-school #brand-formats .airborne-hero-banner .bf-right {
    margin-top: 0%; } }
@media (min-width: 768px) and (max-width: 1024px) {
  #back-to-school #brand-formats .bf-container .bf-right .bf-title {
    padding: unset; } }
@media only screen and (width: 834px) {
  #back-to-school #brand-formats .bf-container .bf-right .bf-title {
    font-size: 24px;
    height: auto; } }
@media (max-width: 767px) {
  #back-to-school #brand-formats .bf-container .bf-right .bf-title {
    padding: 0px;
    height: auto !important; } }
@media (max-width: 767px) {
  #back-to-school #brand-formats .bf-container .bf-right .bf-text {
    margin: 15px 0 0px 0 !important;
    width: 84%;
    text-align: center; } }
@media only screen and (width: 834px) {
  #back-to-school #brand-formats .bf-container .bf-left {
    width: 37%; } }
@media (min-width: 768px) {
  #back-to-school #brand-formats .bf-container.dooner-choose .bf-right {
    width: 63%; } }
#back-to-school #brand-formats .bf-container.dooner-choose .bf-right .bf-text {
  margin: 10px 0px 25px !important;
  max-height: unset; }
  @media (min-width: 768px) and (max-width: 1024px) {
    #back-to-school #brand-formats .bf-container.dooner-choose .bf-right .bf-text {
      height: auto; } }
@media (min-width: 768px) {
  #back-to-school #brand-formats .bf-container.dooner-choose .bf-right .bf-btn.btn {
    padding-top: 12px;
    width: 203px;
    margin-left: 0px; } }
@media (max-width: 767px) {
  #back-to-school #brand-craft-blend #dc-learn-more img {
    position: relative !important;
    transform: translate(0px, 12px) !important; } }
#back-to-school #brand-craft-blend #dc-learn-more .learn-more-link img {
  padding-left: 15px; }
@media (min-width: 768px) and (max-width: 1024px) {
  #back-to-school .process-block-with-line .process-block__ico {
    height: auto; } }

@media (min-width: 768px) {
  #shopify-section-airborne-bts-hero-banner #brand-formats {
    position: relative;
    display: block; } }

#shopify-section-airborne-dooner-choose-learn-more #brand-craft-blend .bc-blend {
  place-content: center; }
#shopify-section-airborne-dooner-choose-learn-more #brand-craft-blend #dc-learn-more {
  text-align: center;
  display: block;
  width: 100%; }

#shopify-section-airborne-bts-ab-shots .campaign-banner-wrapper .promo-desktop {
  padding: 30px 100px 10px; }

@media (min-width: 768px) and (max-width: 1024px) {
  #shopify-section-airborne-bts-ab-shots .campaign-banner-wrapper .promo-desktop {
    padding: 40px 80px; } }
@media (max-width: 767px) {
  .brand-color-6.brand-page-6 .collection-pages .container.text-center {
    top: 30%; } }
@media (min-width: 768px) {
  .product-block__text-block .product-block__review-box {
    margin: 20px 4px 20px; }

  .brand-page-PDP .product-block .product-block__price-box {
    padding: 5px; } }
@media (min-width: 768px) and (max-width: 1024px) {
  .brand-page-2 #brand-formats .bf-container .bf-right .bf-title {
    width: auto;
    font-size: 30px;
    display: block;
    margin-bottom: 10px; }

  .brand-color-2.brand-page-2 #shopify-section-megared-formats #brand-formats .bf-container .bf-right .bf-text {
    max-height: unset; }

  .brand-color-2.brand-page-2 #brand-formats .bf-container .bf-right {
    max-height: unset; }

  .brand-color-2.brand-page-2 header#header {
    background-color: #d6020c; }

  .brand-color-2.brand-page-2 main#main {
    position: relative;
    top: 63px;
    padding: 0px; } }
@media (min-width: 834px) and (max-width: 1024px) {
  .brand-color-2.brand-page-2 main#main {
    top: 0px; } }
@media (max-width: 480px) {
  .brand-page-PDP .product-block__gallery-holder .slick-arrow:after {
    border-color: transparent; } }
/* PDP page vms-69 */
@media (min-width: 1024px) {
  .product-block__gallery-switchers {
    padding: 0 45px; }

  .product-block__gallery-holder {
    padding: 0 36px 0 40px; } }
.product-block__gallery-switchers__img img {
  width: auto; }

@media (min-width: 768px) {
  .product-block__gallery-switchers .slick-arrow.slick-arrow--alt {
    width: 23px; } }
/* popup changes start from here  */
.neuriva-landing .modal-body {
  padding: 3rem; }
.neuriva-landing #neuriva-popup {
  overflow: hidden; }
.neuriva-landing.modal-open {
  position: fixed;
  overflow: scroll; }
.neuriva-landing .modal-dialog .modal-content {
  max-width: 480px;
  width: 100%;
  max-height: 480px; }
  .neuriva-landing .modal-dialog .modal-content .modal-body {
    padding: 10px;
    background-color: #02615C; }
@media (min-width: 768px) {
  .neuriva-landing .modal {
    top: 8%; } }
.neuriva-landing .pop-header-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: Raleway;
  color: #FAF6F6; }
  .neuriva-landing .pop-header-container h1 {
    font-size: 42px;
    font-family: Raleway;
    text-transform: uppercase;
    margin-bottom: 0px; }
  .neuriva-landing .pop-header-container span.currecny-symbol {
    font-size: 34px;
    margin-bottom: 20px;
    position: relative;
    bottom: 19px; }
  .neuriva-landing .pop-header-container span.offer-rate {
    font-size: 55px;
    position: relative;
    bottom: 8px; }
  .neuriva-landing .pop-header-container h3 {
    font-family: Raleway;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 1px; }
  .neuriva-landing .pop-header-container img.popup-logo {
    max-width: 241px;
    margin: 10px 0px; }
  .neuriva-landing .pop-header-container p {
    font-weight: 500;
    margin-top: 26px;
    font-size: 18px; }
.neuriva-landing .popup-footer {
  display: flex;
  flex-direction: row;
  justify-content: space-around; }
  .neuriva-landing .popup-footer .popup-img-container {
    max-width: 105px;
    margin-right: 18px; }
  .neuriva-landing .popup-footer .popup-form-container {
    max-width: 300px;
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-family: Raleway;
    margin-right: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .neuriva-landing .popup-footer .popup-form-container button.vms-science-btn {
      font-size: 12px !important;
      margin-top: 15px;
      margin-left: 0px !important;
      padding: 7px 16px !important;
      margin-bottom: 20px;
      min-height: unset; }
    .neuriva-landing .popup-footer .popup-form-container input.form-control.revolution-email {
      height: 36px;
      text-align: center;
      font-family: Raleway; }
.neuriva-landing .pop-up-footer-msg {
  text-align: center;
  margin-bottom: 25px;
  font-weight: 600; }
  .neuriva-landing .pop-up-footer-msg h4 {
    font-size: 19px;
    font-weight: normal;
    font-family: Raleway;
    margin-bottom: 4px; }
  .neuriva-landing .pop-up-footer-msg p {
    font-size: 13px; }
.neuriva-landing .pop-up-footer-msg-mobile, .neuriva-landing .mobile-from-container {
  display: none; }
.neuriva-landing .close-btn {
  position: absolute;
  top: -3px;
  display: block;
  right: 0; }
.neuriva-landing #shopify-section-neuriva-pop-up div#neuriva-popup {
  overflow: hidden; }
.neuriva-landing #neuriva-popup .vms-science-btn {
  padding: 8px 20px !important; }
.neuriva-landing #neuriva-popup .vms-ajax-suc-msg-h1 {
  text-transform: inherit;
  letter-spacing: 2px; }
.neuriva-landing #neuriva-popup h3.vms-ajax-suc-msg {
  text-transform: inherit;
  margin-bottom: 10px; }
@media (min-width: 320px) and (max-width: 480px) {
  .neuriva-landing .modal-dialog .modal-content .modal-body {
    display: flex;
    flex-direction: column;
    justify-content: space-around; }
  .neuriva-landing div#neuriva-popup {
    top: 0; }
    .neuriva-landing div#neuriva-popup .modal-dialog {
      max-width: 100%;
      margin: 0;
      padding: 3%;
      height: 100%; }
      .neuriva-landing div#neuriva-popup .modal-dialog .modal-content {
        margin: auto;
        min-height: 100%;
        max-height: 100%; }
  .neuriva-landing .pop-header-container span.offer-rate {
    font-size: 40px; }
  .neuriva-landing .pop-header-container span.currecny-symbol {
    bottom: 14px;
    font-size: 26px; }
  .neuriva-landing .pop-header-container h1 {
    text-align: center;
    margin-top: 5px;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 5px; }
  .neuriva-landing .pop-header-container h3 {
    margin: 5px 0;
    padding-bottom: 12px; }
  .neuriva-landing .pop-header-container p {
    max-width: 250px;
    text-align: center;
    line-height: 1.6; }
  .neuriva-landing .pop-header-container .close-btn {
    position: fixed;
    top: 1%;
    right: 7px; }
  .neuriva-landing .pop-up-footer-msg-mobile, .neuriva-landing .mobile-from-container {
    display: block; }
  .neuriva-landing .popup-footer .popup-form-container {
    display: none; }
  .neuriva-landing .mobile-from-container {
    width: 100%;
    padding: 0px 29px 10px;
    text-align: center; }
    .neuriva-landing .mobile-from-container input.form-control.revolution-email {
      height: 36px;
      text-align: center;
      margin-bottom: 12px; }
    .neuriva-landing .mobile-from-container button.vms-science-btn {
      min-height: 0;
      padding: 7px 20px !important;
      font-size: 12px !important; }
  .neuriva-landing .pop-up-footer-msg-mobile {
    color: #fff;
    text-align: start;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .neuriva-landing .pop-up-footer-msg-mobile p {
      font-size: 14px; }
    .neuriva-landing .pop-up-footer-msg-mobile h4 {
      font-family: Raleway;
      font-size: 20px; }
  .neuriva-landing #shopify-section-neuriva-pop-up div#neuriva-popup {
    overflow: hidden; }
  .neuriva-landing .pop-header-container img.popup-logo {
    max-width: 241px;
    margin: 20px 0px; } }
@media (min-width: 481px) and (max-width: 992px) {
  .neuriva-landing #shopify-section-neuriva-pop-up div#neuriva-popup {
    overflow: auto; } }
@media (min-width: 320px) and (max-width: 359px) {
  .neuriva-landing .pop-header-container h1 {
    font-size: 28px; }
  .neuriva-landing .pop-header-container h3 {
    font-size: 18px;
    margin: 0;
    padding-bottom: 0; }
  .neuriva-landing .pop-header-container p {
    font-size: 13px;
    margin: 10px 0; }
  .neuriva-landing .pop-header-container .mobile-from-container {
    padding: 0px 16px 10px; }
  .neuriva-landing .popup-footer .popup-img-container {
    max-width: 100px; }
  .neuriva-landing .pop-up-footer-msg-mobile h4 {
    font-size: 18px; } }
@media (min-width: 400px) and (max-width: 480px) {
  .neuriva-landing .pop-header-container h1 {
    font-size: 38px; }
  .neuriva-landing .pop-header-container h3 {
    font-size: 24px; }
  .neuriva-landing .pop-header-container img.popup-logo {
    max-width: 279px; }
  .neuriva-landing .pop-header-container p {
    max-width: 276px; }
  .neuriva-landing .popup-footer .popup-img-container {
    max-width: 105px; }
  .neuriva-landing .popup-footer h4 {
    font-size: 22px; }
  .neuriva-landing .popup-footer p {
    font-size: 16px; } }
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .neuriva-landing #neuriva-popup .vms-ajax-suc-msg {
      text-shadow: 1px 0 0;
      letter-spacing: 1px;
      margin-bottom: 10px;
      font-size: 16px; }
    .neuriva-landing #neuriva-popup #neuriva-popup .vms-science-btn {
      text-shadow: 1px 0 0;
      letter-spacing: 1px;
      font-size: 16px; } } }
@media (min-width: 375px) and (max-width: 667px) {
  .neuriva-landing .pop-header-container h1 {
    font-size: 30px; }
  .neuriva-landing .pop-header-container span.currecny-symbol {
    font-size: 20px; }
  .neuriva-landing .pop-header-container span.offer-rate {
    font-size: 35px; }
  .neuriva-landing .pop-header-container h3 {
    margin-top: 0;
    font-size: 16px;
    margin-bottom: 0; }
  .neuriva-landing .pop-header-container img.popup-logo {
    max-width: 209px;
    margin: 10px 0; }
  .neuriva-landing .pop-header-container p {
    margin: 5px;
    line-height: normal;
    font-size: 13px; }
  .neuriva-landing .mobile-from-container {
    padding-bottom: 0; }
  .neuriva-landing #neuriva-popup .vms-ajax-suc-msg-h1 {
    margin-bottom: 5px; }
  .neuriva-landing #neuriva-popup .vms-ajax-suc-msg {
    padding-bottom: 0;
    margin-bottom: 5px; }
  .neuriva-landing .popup-footer {
    margin-top: 0; }
    .neuriva-landing .popup-footer .popup-img-container {
      max-width: 100px; } }
.neuriva-landing #neuriva-popup .vms-ajax-suc-msg-h1 {
  font-size: 20px;
  font-family: raleway;
  color: #fff;
  margin-bottom: 5px;
  font-weight: bold; }
.neuriva-landing #neuriva-popup .vms-ajax-suc-msg-lb {
  font-size: 12px;
  font-family: raleway;
  margin-top: 5px;
  color: #fff;
  font-weight: bold; }
.neuriva-landing #neuriva-popup .vms-science-btn {
  font-weight: 600;
  font-family: raleway;
  margin-left: 0px !important;
  font-size: 14px;
  padding: 5px; }
.neuriva-landing #neuriva-popup .vms-ajax-suc-msg {
  padding-bottom: 6px;
  font-family: raleway;
  color: #ffffff;
  font-size: 14px; }

/* product card issue fixing */
@media (max-width: 480px) {
  .homepage-section .tabs-container .tab-content .id-tabs .swiper-container {
    min-height: 580px !important;
    height: 540px; }
    .homepage-section .tabs-container .tab-content .id-tabs .swiper-container .swiper-wrapper .swiper-slide {
      height: 540px !important; }
      .homepage-section .tabs-container .tab-content .id-tabs .swiper-container .swiper-wrapper .swiper-slide .product-item .product-item__footer form .btn-disabled {
        width: 184px;
        height: 50px;
        border-radius: 35px !important;
        font-size: 16px; } }
@media (min-width: 1220px) {
  .brand-page-4.brand-color-4 #shopify-section-move-free-feature-collection .tabs-products .tab-content-2 .swiper-wrapper .swiper-slide {
    min-height: 554px; } }
@media (min-width: 768px) {
  .brand-color-2.brand-page-2 #shopify-section-megared-feature-collection .tabs-container .tab-content-2 .swiper-wrapper .swiper-slide, .brand-color-3.brand-page-3 #shopify-section-digestive-feature-collection .tabs-products .tab-content-2 .swiper-wrapper .swiper-slide, .brand-color-3.brand-page-3 #shopify-section-schiff_brand-featured-collection .tabs-products .tab-content-2 .swiper-wrapper .swiper-slide {
    min-height: 550px; } }
.brand-page-6 .tab-content-2 .swiper-wrapper .swiper-slide {
  min-height: 540px !important; }

.brand-page-4 .tab-content-2 .swiper-wrapper .swiper-slide {
  height: 520px !important; }

.brand-page-3 .tab-content-2 .swiper-wrapper .swiper-slide {
  height: 540px !important; }

@media (max-width: 767px) {
  .brand-page-3 .tab-content-2 .swiper-wrapper {
    height: 540px !important; } }
@media (max-width: 1024px) and (min-width: 768px) {
  body .homepage-section .tabs-container .tab-content .id-tabs .swiper-container .swiper-wrapper .swiper-slide .btn-disabled {
    min-width: 112px; }
  body .homepage-section .tabs-container .tab-content .id-tabs .swiper-container .swiper-wrapper .swiper-slide .product-item .product-item__footer form .btn-disabled {
    font-size: 11px;
    padding: 0px;
    min-height: 35px; } }
.brand-page-6 .product-item__checkbox-holder label.product-item__radio:last-child {
  border-right: 0px; }

.neuriva-landing .product-item__checkbox-holder label.product-item__radio:last-child {
  border-right: 0px; }
.neuriva-landing .product-item .product-item__footer {
  margin-bottom: 12px; }

#bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-content .swiper-content-right .swiper-content-right-sub-title {
  text-align: left; }

.product-block__gallery-switchers__img {
  width: 55px; }

.product-slider-neurvia .product-item__checkbox-holder label:last-child {
  border-right: 0 !important; }

@media (max-width: 1024px) {
  #neuriva-try-30-days #shopify-section-neuriva-purchase-collection .slick-arrow:hover {
    background-color: transparent !important; }
  #neuriva-try-30-days #shopify-section-neuriva-purchase-collection button.slick-arrow {
    background-color: transparent !important;
    background: transparent !important;
    border: unset;
    outline: unset; }
  #neuriva-try-30-days #shopify-section-neuriva-purchase-collection button.slick-arrow:after {
    border-color: #015E5D;
    width: 16px;
    height: 16px;
    font-weight: normal;
    border-width: 0 0 2px 2px; }
  #neuriva-try-30-days #shopify-section-neuriva-purchase-collection .slick-arrow.slick-arrow.swiper-button-disabled:after {
    border-color: #ccc !important;
    visibility: visible; }

  #neuriva-purchase #shopify-section-neuriva-purchase-collection-new button.slick-arrow {
    background-color: transparent !important;
    background: transparent !important;
    border: unset;
    outline: unset;
    display: block; }
  #neuriva-purchase #shopify-section-neuriva-purchase-collection-new button.slick-arrow:after {
    border-color: #015E5D;
    width: 16px;
    height: 16px;
    font-weight: normal;
    border-width: 0 0 2px 2px; }
  #neuriva-purchase #shopify-section-neuriva-purchase-collection-new .slick-arrow.slick-arrow.swiper-button-disabled:after {
    border-color: #ccc !important;
    visibility: visible; }

  #neuriva-gummies #shopify-section-neuriva-purchase-collection-1 button.slick-arrow {
    background-color: transparent !important;
    background: transparent !important;
    border: unset;
    outline: unset;
    display: block; }
  #neuriva-gummies #shopify-section-neuriva-purchase-collection-1 button.slick-arrow:after {
    border-color: #015E5D;
    width: 16px;
    height: 16px;
    font-weight: normal;
    border-width: 0 0 2px 2px; }
  #neuriva-gummies #shopify-section-neuriva-purchase-collection-1 .slick-arrow.slick-arrow.swiper-button-disabled:after {
    border-color: #ccc !important;
    visibility: visible; }

  #neuriva-destress #shopify-section-neuriva-purchase-collection-2 button.slick-arrow {
    background-color: transparent !important;
    background: transparent !important;
    border: unset;
    outline: unset;
    display: block; }
  #neuriva-destress #shopify-section-neuriva-purchase-collection-2 button.slick-arrow:after {
    border-color: #015E5D;
    width: 16px;
    height: 16px;
    font-weight: normal;
    border-width: 0 0 2px 2px; }
  #neuriva-destress #shopify-section-neuriva-purchase-collection-2 .slick-arrow.slick-arrow.swiper-button-disabled:after {
    border-color: #ccc !important;
    visibility: visible; } }
@media (min-width: 768px) and (max-width: 1024px) {
  #neuriva-destress .product-section .container, #neuriva-gummies .product-section .container, #neuriva-purchase .product-section .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; } }
.swiper-slide.new {
  position: relative; }

.collection-pages .twocolumns .product-tags .product-item:hover {
  border-radius: 25px;
  border: 0px solid transparent;
  border: 1px solid #d6020c; }

@media (min-width: 320px) and (max-width: 480px) {
  .brand-page-6 .video-content .play-icon {
    position: relative;
    display: block; }
    .brand-page-6 .video-content .play-icon img {
      top: 95px; } }
@media (min-width: 767px) {
  .show-mobile {
    text-align: center; } }
@media (min-width: 768px) and (max-width: 1024px) {
  .brand-page-1 #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-content .swiper-content-right {
    height: fit-content; } }
@media (max-width: 1200px) and (min-width: 1024px) {
  .brand-page-1 #brand-formats .bf-container .bf-left {
    max-height: fit-content; }

  .brand-page-4 #brand-formats .bf-container .bf-left {
    max-height: fit-content; } }
@media (max-width: 840px) and (min-width: 768px) {
  .brand-page-6 main#main {
    padding: 65px 0 0; }
  .brand-page-6 #shopify-section-schiff-nut-hero-banner .image-with-text .schiff-nut-hero-wrapper .sn-content .sn-content-right {
    padding-left: 0;
    width: 41%; }
    .brand-page-6 #shopify-section-schiff-nut-hero-banner .image-with-text .schiff-nut-hero-wrapper .sn-content .sn-content-right .sn-content-right-btn .sn-content-right-btn-text {
      padding: 10px 0; }
  .brand-page-6 #shopify-section-schiff-nut-hero-banner .image-with-text .schiff-nut-hero-wrapper .sn-content .sn-content-left {
    padding-left: 20px; } }
@media (max-width: 1024px) and (min-width: 768px) {
  .brand-page-6 header#header {
    background: #d6020c; }
  .brand-page-6 #shopify-section-schiff-nut-hero-banner .image-with-text .schiff-nut-hero-wrapper .sn-content {
    padding: 0 35px; }
    .brand-page-6 #shopify-section-schiff-nut-hero-banner .image-with-text .schiff-nut-hero-wrapper .sn-content .sn-content-right {
      padding-right: 0;
      padding-top: 0; }

  .swiper-container .slick-arrow:after {
    border-color: #ffffff; }

  .product-item__checkbox-holder {
    flex-wrap: unset; }

  .menu__drop__box li.nav-drop-open-close {
    margin: 0; }

  .brand-page-6 #shopify-section-schiff-nut-hero-banner .image-with-text .schiff-nut-hero-wrapper .sn-bg-color {
    height: 100%; }
  .brand-page-6 #shopify-section-schiff-nut-hero-banner .image-with-text .schiff-nut-hero-wrapper .sn-content {
    align-items: center; }
    .brand-page-6 #shopify-section-schiff-nut-hero-banner .image-with-text .schiff-nut-hero-wrapper .sn-content .sn-content-left {
      position: relative; }
      .brand-page-6 #shopify-section-schiff-nut-hero-banner .image-with-text .schiff-nut-hero-wrapper .sn-content .sn-content-left .sn-content-left-img {
        position: absolute;
        max-width: 422px;
        top: -91px; }
    .brand-page-6 #shopify-section-schiff-nut-hero-banner .image-with-text .schiff-nut-hero-wrapper .sn-content .sn-content-right .sn-content-right-btn {
      background-color: #083f48;
      background: #083f48; }

  #shopify-section-new_brand_block .photo-block__item .photo-block__item--alt .photo-block__img:after {
    overflow: hidden; }

  .photo-block__item--alt .photo-block__img:after {
    overflow: hidden; }

  .photo-block__item.photo-block__item--alt {
    overflow: hidden; }

  .brand-page-6 div#shopify-section-new_brand_block {
    margin-top: 50px; }
  .brand-page-6 #shopify-section-schiff-nut-hero-banner .image-with-text .schiff-nut-hero-wrapper .sn-content .sn-content-right .sn-content-right-heading h2 {
    width: auto;
    font-size: 30px; }
  .brand-page-6 #shopify-section-schiff-nut-hero-banner .image-with-text .schiff-nut-hero-wrapper .sn-content .sn-content-right .sn-content-right-desc p {
    font-size: 14px; }

  .tabs-products .swiper-slide .product-item__footer .btn.btn-disabled {
    min-width: auto;
    padding: 0 6px;
    margin: 0;
    width: 100%;
    font-size: 14px;
    min-height: 37px; }

  .brand-page-3 #brand-ingredients .bi-container .bi-ingredients, .brand-page-2 #brand-ingredients .bi-container .bi-ingredients {
    height: 330px; }
    .brand-page-3 #brand-ingredients .bi-container .bi-ingredients .swiper-container .swiper-wrapper .swiper-slide, .brand-page-2 #brand-ingredients .bi-container .bi-ingredients .swiper-container .swiper-wrapper .swiper-slide {
      height: 305px; }
      .brand-page-3 #brand-ingredients .bi-container .bi-ingredients .swiper-container .swiper-wrapper .swiper-slide .bi-ingredients-container .bi-ing-info, .brand-page-2 #brand-ingredients .bi-container .bi-ingredients .swiper-container .swiper-wrapper .swiper-slide .bi-ingredients-container .bi-ing-info {
        height: 90px; }

  #neuriva-brain-health-supplement-research #shopify-section-featured-collectios .homepage-section .swiper-container .slick-arrow {
    display: block; }
  #neuriva-brain-health-supplement-research #shopify-section-featured-collectios .homepage-section .swiper-container .slick-arrow::before {
    display: none; }
  #neuriva-brain-health-supplement-research #shopify-section-featured-collectios .homepage-section .swiper-container .slick-arrow::after {
    border-color: #0094ab !important;
    content: "";
    z-index: 9999;
    padding: 10px; }
  #neuriva-brain-health-supplement-research #shopify-section-featured-collectios .homepage-section .swiper-container button.slick-arrow.slick-next::after {
    margin-left: -48px; }
  #neuriva-brain-health-supplement-research #shopify-section-featured-collectios .homepage-section .swiper-container button.slick-arrow.swiper-button-disabled::after {
    border-color: rgba(51, 51, 51, 0.2) !important; }
  #neuriva-brain-health-supplement-research #shopify-section-featured-collectios .homepage-section .swiper-container button.slick-arrow.slick-prev::after {
    margin-left: 20px; }
  #neuriva-brain-health-supplement-research #shopify-section-featured-collectios .homepage-section .swiper-container button.slick-arrow.slick-prev {
    width: auto;
    height: auto; }

  .brand-page-6 #shopify-section-schiff_brand-featured-collection .slick-arrow.slick-arrow.swiper-button-disabled:after {
    border-color: rgba(51, 51, 51, 0.2) !important; }

  .home-page .homepage-section button.slick-arrow {
    background-color: transparent;
    border: unset; }
  .home-page .homepage-section button.slick-arrow::after {
    border-color: #aa132d; }
  .home-page .homepage-section button.slick-arrow.swiper-button-disabled, .home-page .homepage-section button.slick-arrow.swiper-button-disabled::after {
    background: transparent !important;
    border-color: rgba(51, 51, 51, 0.2) !important; } }
@media (min-width: 767px) {
  #calcium-supplements .collection-pages .intro__block-holder .container.text-center, #glucosamine-supplements .collection-pages .intro__block-holder .container.text-center {
    top: 30%; } }
@media (max-width: 767px) {
  .brand-page-6 .video-contain-cnt, .brand-page-5 .video-contain-cnt {
    display: block;
    margin-top: 30px;
    margin-bottom: 30px; }
  .brand-page-6 .background-cont img.background-mobile-img, .brand-page-5 .background-cont img.background-mobile-img {
    width: 100%;
    height: fit-content; }
  .brand-page-6 .video-show-youtube-popup .video-play-icon-img, .brand-page-5 .video-show-youtube-popup .video-play-icon-img {
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%; }
  .brand-page-6 h2.video-title-txt, .brand-page-5 h2.video-title-txt {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 20px; }
  .brand-page-6 .video-description, .brand-page-5 .video-description {
    margin-bottom: 43px;
    display: block; }
  .brand-page-6 #shopify-section-schiff-nut-hero-banner .image-with-text .schiff-nut-hero-wrapper .sn-content .sn-content-right .sn-content-right-heading h2, .brand-page-5 #shopify-section-schiff-nut-hero-banner .image-with-text .schiff-nut-hero-wrapper .sn-content .sn-content-right .sn-content-right-heading h2 {
    width: auto; }
  .brand-page-6 .photo-block__item--alt .photo-block__img:after, .brand-page-5 .photo-block__item--alt .photo-block__img:after {
    width: fit-content; }
  .brand-page-6 .video-show-youtube-popup, .brand-page-5 .video-show-youtube-popup {
    position: relative; } }
.background-cont {
  position: relative; }

.background-cont img:first-child {
  width: 100%; }

.video-contain-cnt {
  position: absolute;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  top: 50%;
  transform: translateY(-50%);
  margin: 0 7%;
  grid-gap: 40px; }

.video-show-youtube-popup {
  text-align: center; }

.video-play-icon {
  position: relative; }

.video-play-icon-img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 34px; }

.video-txt-cnt {
  text-align: left; }

.video-description {
  font-family: Raleway, Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 500; }

h2.video-title-txt {
  font-size: 40px;
  font-weight: 300;
  color: #a3020a; }

@media (max-width: 1300px) and (min-width: 1024px) {
  h2.video-title-txt {
    font-size: 28px; } }
@media (max-width: 1360px) and (min-width: 1024px) {
  .blog-listing #main .tabset li {
    margin: 0px 15px; }
    .blog-listing #main .tabset li a {
      padding: 14px 4px 13px; } }
@media (max-width: 1023px) and (min-width: 768px) {
  h2.video-title-txt {
    font-size: 24px; }

  .video-description {
    font-size: 12px; }

  .brand-color-1.brand-page-1 #shopify-section-airbone-brand-ingredients .brand-ingredients-swiper .swiper-wrapper {
    transform: inherit; }
  .brand-color-1.brand-page-1 #shopify-section-airbone-brand-ingredients div#brand-ingredients {
    height: fit-content;
    padding: 25px; }
    .brand-color-1.brand-page-1 #shopify-section-airbone-brand-ingredients div#brand-ingredients .bi-container .bi-footer-desc {
      padding-bottom: 59px; } }
.brand-page-5 .video-contain-cnt .video-show-youtube-popup {
  display: flex;
  justify-content: center;
  align-items: center; }
.brand-page-5 .video-txt-cnt {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column; }
  .brand-page-5 .video-txt-cnt h2.video-title-txt {
    color: #FFFFFF;
    line-height: 1.2;
    font-family: Raleway;
    font-size: 40px;
    font-weight: 300; }
  .brand-page-5 .video-txt-cnt .video-description {
    color: #FFFFFF;
    line-height: 1.2;
    font-family: Raleway;
    font-size: 16px;
    font-weight: 300;
    margin-top: 20px; }
    .brand-page-5 .video-txt-cnt .video-description p {
      margin-bottom: 0;
      line-height: 1.5; }
  .brand-page-5 .video-txt-cnt a.show-youtube-popup {
    font-family: Raleway;
    padding: 16px 0px;
    font-size: 16px;
    line-height: 1.13;
    width: 360px;
    height: 50px;
    color: #00514e;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    background: #fff;
    border-radius: 25px;
    margin-left: 0px;
    margin-top: 40px; }
.brand-page-5 .background-cont img.dsk_bsck_img {
  height: fit-content; }

.brand-page-6 .video-txt-cnt {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

@media (max-width: 768px) {
  .brand-page-5 #shopify-section-neuriva-campaign-train .get-free-access .row {
    display: flex; }

  .brand-page-2 #brand-craft-blend .bc-blend {
    justify-content: center; } }
.blog-listing .blog-article-listing .blog-content-section .article-listing {
  height: 542px; }

#shopify-section-header #header .menu .menu__drop .container .menu__drop__box .header-code-form-holder .header-code-form {
  width: 224px; }
  #shopify-section-header #header .menu .menu__drop .container .menu__drop__box .header-code-form-holder .header-code-form input[type=text] {
    padding-right: 0; }
  #shopify-section-header #header .menu .menu__drop .container .menu__drop__box .header-code-form-holder .header-code-form .header-code-form__butto {
    padding-right: 35px; }

@media (max-width: 768px) {
  .embeddedServiceHelpButton .helpButton .uiButton {
    padding: 0px 26px;
    width: 200px; } }
@media (max-width: 480px) {
  #shopify-section-header #header .tm__drop .tm__rewards .header-code-form__button {
    padding-right: 10px; }
  #shopify-section-header #header .menu-tm .menu-tm_container .hamburger_menu img {
    width: 40px; }
  #shopify-section-header #header .cart_menu img.top-panel__ico-cart {
    width: 43px; }

  .homepage-section .tabs-container .container .tabset-select .tabset-toggle:after {
    top: 50%;
    transform: translate(0%, -104%) rotate(-46deg); } }
.collection-all-prod {
  text-transform: lowercase; }

body#neuriva-brain-health-supplement-research .video-show-youtube-popup img.video-play-icon-img.lazyloaded {
  display: none; }

@media (max-width: 768px) {
  .homepage-section .tabs-container .tab-content .id-tabs .swiper-container .slick-arrow.slick-arrow.swiper-button-disabled {
    visibility: inherit; }
  .homepage-section .tabs-container .container .tabset-select .tabset li a {
    background: #fff; }
  .homepage-section .tabs-container .container .tabset-select .tabset li:first-child a {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px; }
  .homepage-section .tabs-container .container .tabset-select .tabset li:last-child a {
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px; } }
@media (min-width: 1024px) {
  .brand-color-1.brand-page-1 #brand-ingredients .bi-container .bi-ingredients .swiper-container .swiper-wrapper .swiper-slide .bi-ingredients-container .bi-ing-title {
    min-height: 66px; }

  div#shopify-section-brand-blogs {
    padding-top: 30px; }

  .brand-page-3 #brand-craft-blend .bc-blend .bc-blend-left {
    padding-left: 7%; }

  #brand-formats .bf-container .bf-right {
    padding-right: 7%; } }
@media (min-width: 768px) {
  .brand-page #main .shopify-section .collection-pages .container .twocolumns #content .product-section .product-tags.new:after {
    position: absolute;
    top: -20px;
    left: -34px;
    width: 141px;
    height: 141px;
    background: url(group_plp.png) no-repeat top left;
    content: "";
    z-index: 99;
    background-size: contain; } }
@media (max-width: 1024px) {
  .swiper-slide.new:after {
    position: absolute;
    top: -24px;
    left: -26px;
    width: 85px;
    height: 85px;
    background: url(group_plp.png) no-repeat top left;
    content: "";
    z-index: 99;
    background-size: contain; } }
@media (min-width: 1025px) {
  .swiper-slide.new:after {
    position: absolute;
    top: -39px;
    left: -41px;
    width: 141px;
    height: 141px;
    background: url(group_plp.png) no-repeat top left;
    content: "";
    z-index: 99;
    background-size: contain; } }
@media (min-width: 1025px) {
  #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-content .swiper-content-right.swiper-content-right-no-logo {
    margin-top: 5%; }

  #bh-slides .swiper-container .swiper-wrapper .swiper-slide .swiper-content .swiper-content-right {
    margin-top: 2%; } }
/*vms 129 starts here  */
._hj-widget-container button {
  min-width: unset;
  min-height: unset;
  border-radius: 5px 5px 0 0 !important; }

/*vms 129 ends here  */
/*vms 127 starts here  */
.vms-ajax-megared-success {
  margin: 0 auto;
  width: 90%; }

body#megared-save2 .megared-save-banner.container .banner-content-right .learn-more-link-walmart a {
  color: #d6020c;
  font-size: .8em;
  font-weight: 700;
  text-transform: capitalize;
  text-underline-position: under; }

.megared-save-banner.container .banner-content-right .megared-save-from-container {
  margin-bottom: 20px; }
  .megared-save-banner.container .banner-content-right .megared-save-from-container .vms-ajax-megared-content .subscribe_field input.revolution-email {
    border: 2px solid #dddddd; }
  .megared-save-banner.container .banner-content-right .megared-save-from-container .vms-ajax-megared-content .vms-offer-lable input#footer__form__check-1 {
    margin-right: 7px;
    position: relative;
    top: 3px; }
.megared-save-banner.container .banner-content-right .learn-more-rating-walmart img {
  width: 175px; }
.megared-save-banner.container .banner-content-right .save-sub-title {
  font-size: 24.5px; }

#megared-save2 #brand-ingredients .bi-container .bi-ingredients .brand-ingredients-swiper.swiper-container .swiper-wrapper .swiper-slide {
  height: auto; }
  #megared-save2 #brand-ingredients .bi-container .bi-ingredients .brand-ingredients-swiper.swiper-container .swiper-wrapper .swiper-slide .bi-ingredients-container {
    border-right: solid 1.5px #ffff; }
#megared-save2 div#shopify-section-megared-save-ingredients div#brand-ingredients {
  height: auto; }
  #megared-save2 div#shopify-section-megared-save-ingredients div#brand-ingredients a.bi-cta-btn {
    font-size: 22px;
    height: auto;
    padding: 6px 58px;
    width: auto; }

@media (max-width: 767px) {
  .megared-save-banner.container {
    margin-top: 0; }
    .megared-save-banner.container .banner-content-left {
      width: 100% !important; }
    .megared-save-banner.container .banner-content-right {
      margin-bottom: 20px;
      margin-top: 0 !important;
      margin: 0 auto;
      width: 90%; }
      .megared-save-banner.container .banner-content-right .save-title span {
        font-size: 93px; }
      .megared-save-banner.container .banner-content-right .save-sub-title {
        font-size: 17.22px; }
      .megared-save-banner.container .banner-content-right .walmart-image {
        margin-bottom: 40px; }

  body#megared-save2 .megared-save-banner.container .banner-content-right .learn-more-link-walmart a {
    font-size: 1.2em; }

  #shopify-section-header #header .menu-tm.fixed {
    border-bottom: 1px solid;
    padding: 0px 47px; }

  #megared-save2 #brand-ingredients .bi-container .bi-ingredients .brand-ingredients-swiper.swiper-container .swiper-wrapper .swiper-slide .bi-ingredients-container {
    border-right: 0; } }
@media (min-width: 768px) {
  .top-banner-footer-container {
    margin-top: 7%; }

  .megared-save-banner.container .banner-content-right {
    width: 54%; }
    .megared-save-banner.container .banner-content-right .megared-save-from-container {
      width: 93%; } }
@media (max-width: 1023px) and (min-width: 768px) {
  .megared-save-banner.container .banner-content-right .megared-save-from-container .vms-ajax-megared-content .vms-offer-lable {
    color: #a4a4a4;
    font-weight: 700;
    width: 77.5%; }
  .megared-save-banner.container .banner-content-right .megared-save-from-container .vms-ajax-megared-content .subscribe_field input.revolution-email {
    width: 350px; }

  #brand-blogs .bb-container .bb-articles .bb-article-card {
    height: 447px;
    width: 23%; }
    #brand-blogs .bb-container .bb-articles .bb-article-card .bb-article-card-info {
      width: 100%; } }
@media (max-width: 1366px) and (min-width: 1024px) {
  .megared-save-banner.container .banner-content-right .megared-save-from-container .vms-ajax-megared-content .subscribe_field input.revolution-email {
    width: 50%; } }
@media (min-width: 1201px) {
  #brand-ingredients .bi-container .bi-ingredients .swiper-container .swiper-wrapper .swiper-slide {
    width: 25% !important; }

  #brand-blogs .bb-container .bb-articles .bb-article-card {
    width: 20.5%; } }
.megared-save-banner.container .banner-content-right {
  margin-top: 40px !important;
  position: relative;
  z-index: 2; }

.megared-save-banner.container .banner-content-right .megared-save-from-container .vms-ajax-megared-content .subscribe_field button.vms-science-btn {
  padding: 10px 12px; }

.megared-save-banner.container .banner-content-right .megared-save-from-container {
  width: 98%; }

.megared-save-banner.container .banner-content-left {
  width: 38%; }

@media (max-width: 1600px) and (min-width: 1370px) {
  .megared-save-banner.container .banner-content-right .save-title span {
    font-size: 143px; } }
/*vms 127 ends  */
/* VSM-110 starts */
.article-blog #main #blog-article .article-related-products .card.product-card .product-item .product-item__footer button.btn {
  padding: 0; }

.article-blog #main #blog-article .article-related-products .card.product-card {
  width: min-content !important; }

.article-blog #main #blog-article .article-related-products .card.product-card.outofstock {
  height: fit-content; }

.article-blog #main #blog-article .article-related-products .card.product-card.outofstock .product-item .article-product {
  justify-content: center; }

.brand-color-1 .product-item__out-text {
  position: absolute !important;
  top: 150px; }

.pd-img-cont {
  display: flex;
  position: relative;
  height: 100%; }

.article-featured-container {
  width: 100%; }

.article-blog #main #blog-article .bdp-featured-view-all {
  margin-top: 30px; }

@media (min-width: 768px) {
  .article-blog #main #blog-article .article-related-products .card.product-card .product-item .article-product .product-item__checkbox-holder {
    flex-wrap: inherit;
    margin-top: 40px; }

  .article-blog #main #blog-article .article-related-products .card.product-card .product-item .article-product a.blog_image {
    height: 210px;
    margin-bottom: 25px; }

  .article-blog #main #blog-article .article-related-products .card.product-card .product-item .article-product {
    justify-content: end; }

  .article-blog #main #blog-article .article-related-products .card.product-card .product-item .article-product h3 {
    min-height: 97px;
    height: 97px;
    overflow: hidden; } }
@media (max-width: 840px) and (min-width: 834px) {
  .article-blog #main #blog-article .article-related-products .card.product-card .product-item {
    height: 535px; }

  .article-blog #main #blog-article .article-related-products .card.product-card {
    width: 24% !important;
    margin-bottom: 0;
    margin-right: 10px !important; }

  .article-blog #main #blog-article .container--product--igo-news {
    padding: 40px 0 0; }

  .article-blog #main #blog-article .article-related-products .card.product-card .product-item .product-item__footer button.btn {
    padding: 0px 17px;
    width: 155px; }

  .brand-color-1 .product-item__out-text {
    top: 107px; }

  .article-blog #main #blog-article .article-related-products .card.product-card .product-item .article-product a.blog_image {
    height: 190px; } }
@media (max-width: 1025px) and (min-width: 1024px) {
  .article-blog #main #blog-article .article-related-products .card.product-card .product-item .product-item__footer .product-block__price-box {
    min-height: 24px; }

  .article-blog #main #blog-article .article-related-products .card.product-card .product-item .product-item__footer button.btn {
    margin-bottom: 10px; }

  .article-blog #main #blog-article .article-related-products .card.product-card .product-item .product-item__footer button.btn {
    padding: 0px 20px; }

  .article-blog #main #blog-article .article-related-products .card.product-card {
    margin-right: 5px !important;
    width: 23% !important; } }
@media (max-width: 480px) and (min-width: 320px) {
  a.blog_image img {
    width: 55%; }

  .article-blog #main #blog-article .container--product--igo-news {
    padding: 0px 0 0; } }
@media (max-width: 480px) and (min-width: 320px) {
  #blog-article .container .row {
    display: block;
    width: 100%;
    margin: 0; }

  .article-blog #main #blog-article .swiper-container {
    padding-left: 32px;
    padding-right: 32px; } }
.article-blog #main #blog-article .article-related-products .card.product-card .product-item .article-product a.blog_image img {
  height: 100%;
  display: block;
  width: auto;
  margin: auto; }

@media (max-width: 767px) {
  .brand-color-1 .product-item__out-text {
    top: 70px; }

  a.blog_image img {
    margin: auto; }

  .pd-img-cont {
    margin-bottom: 20px; }

  .article-blog button.btn.btn-disabled {
    width: 184px;
    height: 50px;
    border-radius: 35px !important;
    font-size: 16px;
    margin-top: 16px; } }
@media (max-width: 1365px) and (min-width: 1280px) {
  .article-related-products .article-product-card-wrapper {
    width: 85%;
    margin: auto; } }
@media (min-width: 1366px) {
  .article-related-products .article-product-card-wrapper {
    width: 80%;
    margin: auto; } }
@media all and (-ms-high-contrast: none) and (min-width: 1024px), (-ms-high-contrast: active) and (min-width: 1024px) {
  .article-blog #main #blog-article .article-related-products .card.product-card {
    width: 23% !important;
    display: block;
    float: left; }

  .article-blog .product-item__checkbox-label {
    border: none; }

  .article-blog #main #blog-article .article-related-products .card.product-card .product-item .article-product a.blog_image img {
    width: 100%; }

  .article-blog .product-item__checkbox-holder label span {
    border-radius: 0; } }
.brand-color-2 .product-item__out-text {
  position: absolute !important;
  top: 150px; }

/* VSM-110 ends */
.neuriva-faq-answers {
  font-family: Raleway,Arial,Helvetica Neue,Helvetica,sans-serif; }
  .neuriva-faq-answers .learn_more {
    font-family: Raleway,Arial,Helvetica Neue,Helvetica,sans-serif; }

.airborne-faq-answers {
  font-family: Raleway,Arial,Helvetica Neue,Helvetica,sans-serif; }
  .airborne-faq-answers .learn_more {
    font-family: Raleway,Arial,Helvetica Neue,Helvetica,sans-serif; }

.movefree-faq-answers {
  font-family: Raleway,Arial,Helvetica Neue,Helvetica,sans-serif; }
  .movefree-faq-answers .learn_more {
    font-family: Raleway,Arial,Helvetica Neue,Helvetica,sans-serif; }

.airborne-faq-content {
  font-family: Raleway; }

.movefree-faq-content {
  font-family: Raleway; }

.neuriva-faq-content {
  font-family: Raleway; }

.airborne-faq-description-container, .move-free-faq-description-container, .neuriva-faq-description-container {
  padding: 60px 60px 0; }
  @media (max-width: 992px) {
    .airborne-faq-description-container, .move-free-faq-description-container, .neuriva-faq-description-container {
      padding: 60px 20px 0; } }

@media (max-width: 767px) {
  .airborne-faq-description-container, .move-free-faq-description-container {
    padding: 60px 10px 0;
    text-align: center; } }

@media (max-width: 767px) {
  .neuriva-faq-description-container {
    padding: 180px 10px 0;
    text-align: center; } }

.airborne-faq-description, .neuriva-faq-description, .move-free-faq-description {
  font-family: Raleway,Arial,Helvetica Neue,Helvetica,sans-serif;
  font-size: 22px;
  line-height: 28px; }
  @media (max-width: 992px) {
    .airborne-faq-description, .neuriva-faq-description, .move-free-faq-description {
      font-size: 20px;
      line-height: 26px; } }
  @media (max-width: 767px) {
    .airborne-faq-description, .neuriva-faq-description, .move-free-faq-description {
      font-size: 18px;
      line-height: 24px; } }
