@media(min-width:992px){
    .mobile-menu-view{
      display: none
    }
}


@media(min-width:1025px){
 .mix-listcolumn-slider .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    transform: none;
    width: auto;
    margin-left: -12px;
    margin-right: -12px;
    height: auto;
    justify-content: center
}
.mix-listcolumn-slider .swiper-wrapper > div {
    width: calc(33.33% - 24px);
    margin: 12px;
}
.mix-listcolumn-slider .swiper-pagination{
    display: none
}
}


@media(min-width:1200px){
  .mix-listcolumn-slider .swiper-wrapper > div {
    width: calc(25% - 24px);
}  
}


@media(min-width:1400px){
  .container {
    max-width: 1240px;
}
.fixed-bg {
    background-attachment: fixed;
}
}

@media(max-width:1440px){

}

@media(max-width:1199px){
   /*** HEADER ***/    
  .header-menu > ul {
    gap: 5px;
}
.main-header-menu > li {
    padding: 12px
}
.header-col-2 {
    margin-left: -35px;
}

 /** HERO BANNER ***/ 
 .hero-banner-row{
    align-items: center;
}
.hero-banner-content {
    width: 315px;
}
.hero-banner-content h1, 
.hero-banner-content .h1 {
    font-size: 40px;
}
.hero-banner-image {
    width: calc(100% - 315px);
}
.hero-banner-image img {
    width: 100%;
}


/**********************
    BLOCK - IMAGE CONTENT REPEATER LISTS
************/
.image-content-list-content h2,
.image-content-list-content .h2{
    font-size: 28px
}
.image-content-list-row {
    gap: 35px;
}

/**********************
    BLOCK - PRODUCT LISTS
************/
.section-header-title {
    width: 335px;
}
.section-header-description {
    width: calc(100% - 335px);
    padding-left: 30px;
}
.section-header-title h2, .section-header-title .h2{
    font-size: 30px
}


/**********************
    BLOCK - ABOUT QUALITY
************/
.quality-list__items {
    gap: 45px;
}

/**********************
    BLOCK - FULL WIDTH SECTION  - CONTENT AND IMAGE
************/
.full-width-image-content-lists > div:nth-child(odd) .full-width-list__content {
    padding-left: 40px;
}
.full-width-image-content-lists > div:nth-child(even) .full-width-list__content {
    padding-right: 40px;
}
.full-width-list__content {
    padding: 40px;
}

/**********************
    BLOCK - FULL BACKGROUND - LISTS SECTION
************/
.full-width-list__content h2, 
.full-width-list__content .h2{
    font-size: 30px
}
.full-background-content-row-lists {
    --bs-gutter-x: 32px;
    --bs-gutter-y: 32px;
}
.full-background-content-list__info {
    font-size: 16px;
}

/**********************
    BLOCK - SINGLE PRODUCT - LEFT CONTENT AND RIGHT IMAGE
************/
.single-product-item-left-block {
    width: 52.525%;
}
.single-product-item__description{
    font-size: 16px
}

/**********************
    BLOCK - Vitamin Pack
************/
.vitamin-pack-header h2, .vitamin-pack-header .h2{
    font-size: 40px
}

/**********************
   Help Community
************/
.help-comuunity-col-content h2 br{
    display: none
}

   /*** FOOTER ***/  
.footer-statement {
    font-size: 16px;
}
.footer-bottom-part-2 {
    flex-direction: column;
}

}


@media only screen and (min-width:768px) and (max-width:991px){
  /**********************
    BLOCK - HERO BANNER
************/  
.hero-banner-image img {
    width: 148%;
    max-width: none;
    margin-left: -14%;
    margin-top: -3%;
}

}


@media only screen and (min-width:992px) and (max-width:1199px){

/**********************
    BLOCK - Product Science
************/
.single-product-item-right-block {
    display: flex;
    align-items: center;
}
.single-product-item-right-block img {
    height: 75%;
}

}

@media(max-width:991px){
  
  /*** HEADER ***/ 
 .header-col-2 {
    margin-right: auto;
    margin-left: 24px;
}   
    
    
  /*** MOBILE - MENU ***/ 
  
/** TRIGGER BUTTON ***/
.mobile-menu-toggle {
    width: 22px;
    height: 20px;
    position: relative;
}
.mobile-menu-toggle > span {
    display: block;
    background-color: #32221B;
    height: 2px;
    position: absolute;
    left: 0;
    width: 100%;
    transition: all ease-in-out 400ms;
    border-radius: 10px;
}
.mobile-menu-toggle-line-1{
    top: 0
}
.mobile-menu-toggle-line-2 {
    top: 9px;
}
.mobile-menu-toggle-line-3{
    bottom: 0
}
.menu-opened .mobile-menu-toggle-line-1 {
    transform: rotate(45deg) translate(7px, 7px);
}
.menu-opened .mobile-menu-toggle-line-2{
    display: none
}
.menu-opened .mobile-menu-toggle-line-3{
   transform:rotate(-45deg) translate(6px, -6px)
}

/** MOBILE MENU LAYOUT ***/
.mobile-menu-view {
    position: fixed;
    left: 0;
    top: 0;
    font-weight: 400;
    width: 100%;
    z-index: 111;
    height: 100%;
    opacity: 0;
    transition: 0.45s;
    transform: translateX(100%);
    background-color: #000;
    overflow-x: hidden;
    overflow-y: auto;
}
.menu-opened .mobile-menu-view {
    opacity: 1;
    transform: translateX(0);
}
.mobile-menu-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    gap: 24px;
    width: 60%;
    background-color: #FFF;
    min-width: 235px;
    padding: 36px 30px 16px;
    
}
.mobile-menu-body {
    margin-bottom: auto;
}

/** MOBILE MENU - HEADER ***/
.mobile-site-logo {
    width: 222px;
}

/** MOBILE MENU - MENU ***/
.main-mobile-header-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 30px;
    font-size: 16px;
}
.main-mobile-header-menu a {
    color: #3A3E43;
}
.main-mobile-header-menu > li.current-menu-item > a, .main-mobile-header-menu > li.current_page_item > a {
  color: var(--color-green)
}

/** MOBILE MENU - FOOTER ***/
.mobile-menu-footer{
   display: flex;
   align-items: center;
   justify-content: center
}



/**********************
    BLOCK - IMAGE CONTENT REPEATER LISTS
************/
.image-content-list-row {
    flex-direction: column-reverse;
}
.image-content-list-content, .image-content-list-figure {
    width: 100%;
}

/**********************
    BLOCK - PRODUCT LISTS
************/
.section-header {
    flex-direction: column;
    text-align: center;
}
.section-header-title {
    width: 100%;
}
.section-header-description {
    width: 100%;
    padding-left: 0;
    margin-top: 16px
}

/**********************
    BLOCK - ABOUT QUALITY
************/
.quality-list__items {
    gap: 30px;
}

/**********************
    BLOCK - FULL WIDTH SECTION  - CONTENT AND IMAGE
************/
.full-width-list-description{
    font-size: 16px
}

/**********************
    BLOCK - FULL BACKGROUND - LISTS SECTION
************/
.team-lists-block {
    padding-top: 80px;
    padding-bottom: 80px;
}
.team-lists__body {
    gap: 60px;
}


/**********************
    BLOCK - FULL WIDTH SECTION  - CONTENT AND IMAGE
************/
.full-width-image-content-lists > div:nth-child(odd) .full-width-list__content {
    padding-left: 30px;
}
.full-width-image-content-lists > div:nth-child(even) .full-width-list__content {
    padding-right: 30px;
}


/**********************
    BLOCK - Evaluate Products
************/
.evaluate-products-lists-block{
    margin-top: 80px;
    margin-bottom: 80px;   
}
.evaluate-products-lists__body {
    gap: 60px;
}

/**********************
    BLOCK - SINGLE PRODUCT - LEFT CONTENT AND RIGHT IMAGE
************/
.single-product-item-row {
    flex-wrap: wrap;
}
.single-product-item-left-block, .single-product-item-right-block {
    width: 100%;
}
.single-product-item-right-block {
    margin-top: 32px
}

/**********************
    BLOCK - Vitamin Pack
************/
.vitamin-pack-header h2, .vitamin-pack-header .h2{
    font-size: 36px
}


/**********************
   FOUNDER STORY
************/
.founder-story-block h2 {
    margin-bottom: 24px;
}
.founder-story-block{
    font-size: 16px
}

/**********************
    BLOCK
************/
.accordion-image-1471-col-content-wrap {
    width: 100%;
    min-width: 1px;
}
.accordion-image-1471-row.swap-me-no, .accordion-image-1471-row.swap-me-yes {
    flex-direction: column-reverse;
}
.accordion-image-1471-col-image img{
    border-radius: 20px
}

  /*** FOOTER ***/ 
.footer-top-left {
    width: 305px;
}
.footer-top-right {
    display: flex;
}
.footer-statement {
   font-size: 14px
}

}




@media(max-width:767px){
    body{
        padding-top: 68px
    }   
    h2, .h2{
        font-size: 24px
    } 
    h4, .h4 {
    font-size: 20px;
}
    
    
 /** COMMON ***/     
.section-padding{
    padding-top: 60px;
    padding-bottom: 60px;
}
.section-padding-top{
    padding-top: 60px;
}
.section-padding-bottom{
    padding-bottom: 60px;
}
.section-margin{
   margin-top: 60px;
   margin-bottom: 60px;
}
.section-margin-top{
   margin-top: 60px;
}
.section-margin-bottom{
   margin-bottom: 60px;
}    
.wp-block-table .has-fixed-layout {
    table-layout: auto;
    width: 100%;
    white-space: nowrap;
}
    
 /** HEADER ***/   
 .main-mobile-header-menu {
    gap: 12px;
    font-size: 14px;
}

/*** Header - Offset Next Section ****/
.offset-header{
/*    margin-top: -68px*/
}


 /** HERO BANNER ***/ 
 .hero-banner-block{
     padding-top: 140px;
     padding-bottom: 36px
 }
.hero-banner-row {
    flex-direction: column;
    text-align: center;
}
.hero-banner-content {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
}
.hero-banner-content h1, .hero-banner-content .h1 {
    font-size: 32px;
}
.hero-banner-content-title{
    font-size: 20px
}
.hero-banner-description{
    font-size: 16px
}
.hero-banner-image {
    width: 355px;
    margin-top: -90px;
    margin-left: -15px;
    z-index: -1;
    margin-left: 0;
    text-align: left;
}


/**********************
    BLOCK - IMAGE CONTENT REPEATER LISTS
************/
.image-content-list-row{
    gap:24px
}
.image-content-list-content h2, .image-content-list-content .h2 {
    font-size:20px;
}
.image-content-list-description{
  font-size: 14px;  
}
.image-content-list-description {
    margin-top: 16px
}
.image-content-list-button {
    margin-top: 32px
}
.image-content-list-row {
    padding: 24px
}
.image-content-lists {
    gap: 32px
}


/**********************
    BLOCK - PRODUCT LISTS
************/
.section-header-title h2, .section-header-title .h2 {
    font-size: 24px;
}
.section-header-description {
    font-size: 14px;
}
.product-lists__inner {
    gap: 40px;
}


/**********************
    BLOCK - ABOUT QUALITY
************/
.about-quality-block {
    padding-top: 40px;
    padding-bottom: 64px;
}
.about-quality__body {
    gap: 40px;
}
.quality-list__items {
    gap: 0;
    display: grid;
    column-gap: 30px;
    row-gap: 40px;
    grid-template-columns: 1fr 1fr;
    text-align: center;
}
.quality-list__title{
    font-size: 18px
}

/**********************
    BLOCK - TESTIMONIAL
************/
.testimonials-block {
    padding-top: 60px;
    padding-bottom: 60px;
}
.testimonials-block h2, .testimonials-block .h2 {
    margin-bottom: 40px;
    font-size: 24px;
}
.swiper-pagination.pagination-v2 {
    margin-top: 24px;
}
.testimonials__item{
    min-height: 1px
}
.testimonials-list__topic {
    margin-bottom: 15px;
}
.testimonials-list__title{
    font-size: 18px
}
.testimonials-list__title{
    font-size: 20px
}
.testimonials-list__authorInfo{
   font-size: 14px 
}

/**********************
    BLOCK - INNER BANNER
************/
.inner-banner-block{
    padding-bottom: 64px;
}
.mobile-menu-view+.inner-banner-block{
      padding-top: 140px;  
}
.offset-header{
 margin-top: -68px    
}
.inner-banner-page-info{
    font-size: 14px
}
.inner-banner-body h1, 
.inner-banner-body .h1{
    font-size: 32px
}
.inner-banner-description{
    font-size: 16px;
    line-height: 160%
}


/**********************
    BLOCK - FULL WIDTH SECTION  - CONTENT AND IMAGE
************/
.full-width-image-content-lists > div:nth-child(odd) .full-width-list__content {
    padding-left: 24px;
}
.full-width-image-content-lists > div:nth-child(even) .full-width-list__content {
    padding-right: 24px;
}
.full-width-list__content {
    padding: 48px 24px;
}
.full-width-list__content h2, .full-width-list__content .h2 {
    font-size: 24px;
}

/**********************
    BLOCK - FULL BACKGROUND - LISTS SECTION
************/
.full-background-content-lists-block{
    padding-top: 40px;
    padding-bottom: 40px;
}
.full-background-content-row-lists {
    --bs-gutter-y: 40px;
}
.full-background-content-list__item{
    gap:16px
}
.full-background-content-description,
.full-background-content-list__info{
    font-size: 14px
}
.full-background-content-list__title{
    font-size: 20px
}
.full-background-content-list__title{
    margin-bottom: 8px
}

/**********************
    BLOCK - FULL BACKGROUND - LISTS SECTION
************/
.team-lists-block {
    padding-top: 40px;
    padding-bottom: 40px;
}
.team-lists__body {
    gap: 32px;
}
.team_lists-description{
   margin-top: 16px;
    font-size: 14px;
    line-height: 29.3px;
}

/**********************
    BLOCK - SINGLE PRODUCT - LEFT CONTENT AND RIGHT IMAGE
************/
.vitamin-pack-block {
    margin-top: 48px;
    margin-bottom: 40px;
}
.vitamin-pack-header {
    gap: 16px;
    margin-bottom: 48px;
}
.vitamin-pack__description{
    font-size: 16px
}
.vitamin-pack-body {
    margin-top: 0;
}
.vitamin-pack-body .row {
    --bs-gutter-x: 32px;
    --bs-gutter-y: 32px;
}
.vitamin-pack-list__icon {
    margin-bottom: 24px;
}

/**********************
    BLOCK - SINGLE PRODUCT 
************/
.single-product-item-block {
    margin-top: 92px;
    margin-bottom: 80px;
}
.single-product-item-block {
    margin-top: 32px;
    margin-bottom: 64px;
}
.single-product-item-left-block {
    padding: 24px 16px;
    text-align: center
}
.single-product-item-left-block h3, .single-product-item-left-block .h3 {
    font-size: 24px;
    margin-bottom: 24px;
}
.single-product-item__price {
    margin-bottom: 16px;
    font-size: 18px;
}


/**********************
    BLOCK - Evaluate Products
************/
.evaluate-products-lists-block{
    margin-top: 40px;
    margin-bottom: 40px;   
}
.evaluate-products-lists__body {
    gap: 40px;
}
.evaluate-products-lists__header {
    gap: 8px;
    padding-top: 30px;
}
.evaluate-products-lists-row {
    --bs-gutter-x: 24px;
    --bs-gutter-y: 24px;
}
.evaluate-products-list__item {
    padding: 32px 24px;
}

/**********************
    BLOCK - PAGE CONTACT
************/
.contact-block{
    margin-top: 48px;
    margin-bottom: 48px
}
.contact-block__form {
    padding: 24px;
    border-radius: 24px;
    border: 1px solid #E6E3DE;
    background: #FFF;
}
.contact-block__wrap h1, .contact-block__wrap .h1 {
    margin-bottom: 24px;
    font-size: 24px;
}
.continue-shopping {
    margin-top: 32px;
}

/**********************
    BLOCK - FAQ
************/
.faq-tabs-header{
    padding-top: 40px;
    padding-bottom: 40px;
}
.faq-tabs-header-tabs .row{
      --bs-gutter-x: 16px;
    --bs-gutter-y: 16px;  
}
.faq-tab-item{
    font-size: 16px
}
.faq-tab-item span{
    font-size: 12px
}
.search-body__title{
    margin-bottom: 32px;
    font-size: 24px
}
.faq-body {
    margin-top: 40px;
     margin-bottom: 40px;
}
.faq-search-section{
    padding-top: 140px
}
.faq-search-section h1{
    font-size: 32px;
     margin-bottom: 16px;
}
.faq-search-fields{
    height: 48px
}

/**********************
    BLOCK - Vitamin Pack
************/
.vitamin-pack-header h2, .vitamin-pack-header .h2{
    font-size: 24px
}


.image-content-666-block{
    font-size: 16px
}



/**********************
    BLOCK
************/
.faq-list__title-2 {
    font-size: 18px;
}
.accordion-image-1471-layout{
    font-size: 16px
}
.faq-list__title-2 {
    padding-right: 30px;
}
.faq-list__content{
    padding-right: 0
}
.accordion-image-1471-row {
    gap: 32px;
}


/**********************
   Help Community
************/
.help-comuunity-block .row{
   --bs-gutter-x: 20px;  
  --bs-gutter-y: 32px;   
}

  /*** FOOTER ***/ 
    .footer {
    padding-top: 64px;
    padding-bottom: 16px;
    font-size: 14px;
}
.footer-top-left {
    width: 100%;
}
.footer-top-right{
    margin-top: 40px;
    justify-content: space-between;
    gap:25px
}
.footer-body {
    gap: 32px;
}
.footer-bottom {
    flex-direction: column-reverse;
    gap: 5px;
}
.footer-statement {
    width: 100%;
}
.footer-bottom-left {
    margin-top: 32px;
    text-align: center;
    gap: 8px;
    font-size: 12px;
}
.footer-term-policy-menu {
    justify-content: center;
}
.footer-bottom-part-2 {
    gap: 8px;
    line-height: 1.855;
}
}

@media(max-width:575px){
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 38px
}

/**********************
    BLOCK - FULL WIDTH CONTENT IMAGE - REPEATER
************/
.full-width-list__image {
    height: 0;
    padding-bottom: 57%;
    position: relative;
}
.full-width-list__image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

/**********************
    BLOCK - SINGLE PRODUCT
************/
.single-product-item__button .button{
    width: 100%
}
.benefits-figure img {
    height: 228px;
    object-fit: cover;
}


}

@media(max-width:479px){
 .global-searchform {
    width: calc(100% - 60px);
}   


/**********************
   Quick Cart
************/
.xoo-wsc-ft-buttons-cont{
    display: flex;
    flex-direction: column
}


/**********************
    BLOCK - TEAM LISTS
************/
.team-list-pop__image {
    width: 225px;
    height: 245px;
}

/**********************
    FOOTER
************/
.footer-bottom-part-1 {
    flex-direction: column-reverse;
}
.footer-term-policy ul li:first-child:before {
    content: none;
}
.copyrights {
    text-align: center;
    line-height: 1.15;
    padding-top: 5px;
}
}



@media(max-width:359px){
/**********************
    BLOCK - TEAM LISTS
************/    
   .team-list-pop__image {
    width: 190px;
    height: 200px;
} 
    
   /*** FOOTER ***/
   .footer-term-policy-menu {
    gap: 15px;
}
.footer-bottom-left {
    gap: 8px;
    font-size: 11px;
}
.footer-term-policy-menu {
    gap: 10px;
}
}