/** Shopify CDN: Minification failed

Line 290:2 Unexpected "}"
Line 584:17 Expected identifier but found "{"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:banner-newsletter (INDEX:2) */
.newsletter-banner{
    background: url(/cdn/shop/files/newsletter-banner.webp?v=1704818773) ;
    background-size: cover !important ;
    background-repeat: no-repeat !important;
    margin-top: -118px;
    padding-bottom: 28px;
    height: 806px;
    width: 100%;
    display:flex;
    flex-direction:column;
    justify-content: space-evenly;
    align-items:center;
  }

  .newsletter-banner .unruled-logo{
    width: 18%;
    height: auto;
    margin: 37px 0;
  }

  .newsletter-banner h1{
    color: #fff;
    width: 58%;
  }

  .newsletter-banner h1{
    font-size: 40px;
    margin: 18px 0;
    text-align:center
  }

  .newsletter-banner .newsletter-text{
    color: #fff;
    width: 58%;
    font-size:21px;
    text-align:center;
  }

  .newsletter-banner .newsletter-link{
    color: #fff !important;
    border-radius: 52px;
    background: #EA7A50;
    padding: 14px 0;
    width: 30%;
    font-size: 17px;
    margin-bottom: 16px;
    text-decoration: none;
    text-align:center;
  }

  .newsletter-banner .social{
    display:flex;
    justify-content: space-around;
    width: 30%;
    margin-bottom: 33px;
  }

  @media only screen and (max-width: 767px) {
    .newsletter-banner{
      height:auto;
      background-position-x:18%;
    }

    .newsletter-banner .social {
      width:90%;
    }

    .newsletter-banner .unruled-logo{
      width: 34%;
      margin: 63px 0 11px 0;
    }

    .newsletter-banner h1{
      font-size: 28px;
      margin:2px 0;
      width: 78%;
    }

    .newsletter-banner .newsletter-link{
      width: 50%;
    }
  }
/* END_SECTION:banner-newsletter */

/* START_SECTION:categories-home (INDEX:10) */
.categories-section{
    margin-top: -66px;
    background: #F8F5EF;
    position: relative;
    border-top-right-radius: 75px;
    border-top-left-radius: 75px;
    height:554px;
  }

  .categories-section .row{
    padding: 56px 5%;
    height: 100%;
    margin: 0px !important;
  }

  .categories-section h2{
    font-size: 24px;
    line-height: 94%;
    font-family: 'ABCFavorit-Bold';
  }

  .categories-section p{
    font-size: 13px;
    line-height: 104%;
  }

  .categories-title{
      height: 38%;
      display:flex;
      flex-direction: column;
      align-content: flex-start;
      justify-content: space-around;
      margin: 0 5% 0 0;
  }

  .products-card{
    display:flex;
    flex-direction:column;
    height: 49%;
    width:100%;
    background: #ee9b21;
    padding:0 8% 22px 8%;
    text-decoration:none;
    border-radius: 14px;
    justify-content: space-between;
  }

  .products-card, .blends-card, .bestsellers-card, .supplements-card, .magnesium-card, .kits-card, .otros-card h2{
    color: #fff !important;
    line-height: 90%;
  }

  .blends-card, .bestsellers-card, .supplements-card, .magnesium-card{
    display:flex;
    flex-direction:column;
    height: 49%;
    width:100%;
    padding:0 8% 22px 8%;
    text-decoration:none;
    border-radius: 14px;
    justify-content: space-between;
  }

  .blends-card, .supplements-card, .kits-card{
    margin-bottom: 3%;
  }

  .blends-card{
    background: #ea7b50;
  }

  .bestsellers-card{
    background: #993f37;
  }

  .supplements-card{
    background: #9ec1ba;
  }

  .magnesium-card{
    background: #ee9b21;
  }

  .kits-card{
    height: 37%;
    width: 100%;
    background: #828d15;
    display:flex;
    flex-direction:column;
    padding:0 8% 25px 8%;
    border-radius: 14px;
    text-decoration:none;
    justify-content: space-between;
  }

  .blends-card:hover{
    background: linear-gradient( rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.16) ), url(/cdn/shop/files/faqs_contact.webp?v=1703111030);
    background-size: cover;
    background-repeat: no-repeat;
  }
  
  .supplements-card:hover{
    background: linear-gradient( rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.16) ), url(/cdn/shop/products/reishi2-1.jpg?v=1690484084);
    background-size: cover;
    background-repeat: no-repeat;
  }
  
  .kits-card:hover{
    background: linear-gradient( rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.16) ), url(/cdn/shop/files/INMUNITYKIT_1_d757ccd7-18f9-4eab-bc8f-eb5504f59d19.jpg?v=1693973171);
    background-size: cover; 
    background-repeat: no-repeat;
    background-position: left 80%;
  }

  .otros-card{
    background: linear-gradient( rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.16) ), url(/cdn/shop/files/climbing-category.webp?v=1704491213);
    background-size: cover;
    background-repeat: no-repeat;
    height: 61%;
    width: 100%;
    padding: 8%;
    display:flex;
    flex-direction:column;
    border-radius: 14px;
    text-decoration:none;
    justify-content: space-between;
  }

  .plus-sign{
    align-self:flex-end;
    margin-top: 10px;
  }

  .otros-card .plus-sign{
    align-self: flex-start;
    margin:0;
  }

  @media only screen and (max-width: 1009px) {
    .categories-section{
      height: 709px;
    }

    .categories-section .row{
      padding: 56px 5% 85px 5%;
      margin-top: 0;
    }

     .col-lg-3, .col-6{
        margin-top:11px !important;
     }

    .categories-section h2{
      font-size: 18px;
    }

    .blends-card, .categories-title,  .products-card{
      height:50%;
    }

   .products-card, .magnesium-card, .kits-card{
      margin-bottom: 2% ;
    }

    .kits-card, .otros-card{
      height: 66%;
    }

    .bestsellers-card{
      height: 49%;
    }
  }

  @media only screen and (max-width: 767px) {
    .categories-section{
      border-top-right-radius: 39px;
      border-top-left-radius: 39px;
      height: auto;
      padding-bottom: 40px;
    }
    }
    .categories-section .row{
      padding: 28px 5% ;
      margin: 0px !important;
    }
    .col-lg-3, .col-6 {
      margin-top: 1.5% !important;
    }

   .products-card, .magnesium-card, .kits-card{
      margin-bottom: 3%;
    }

  }

   @media only screen and (min-width: 1440px) {
      .categories-section p{
        font-size: 18px;
      }
   }
/* END_SECTION:categories-home */

/* START_SECTION:experts (INDEX:19) */
.experts-section{
    background: #302B2B;
    position: relative;
    top: -30px;
    border-top-right-radius: 35px;
    border-top-left-radius: 35px;
    padding-bottom: 28px;
  }

  .experts-section .carousel{
    margin-bottom: 40px;
    margin-top: -20px;
    height: 473px;
  }

  .experts-section .row{
    margin: 27px 5% 36px 5%;
  }

  .experts-section .col-md-5{
    display:flex;
    flex-direction:row;
    align-items: center;
    justify-content:center;
  }

  .experts-section .col-md-5 img{
    width: 73%;
    border-radius: 34px;
    aspect-ratio:1.04;
    max-width: 455px;  
    max-height: 430px;
    margin-top: 20px;
  }

  .experts-section .col-md-7 img{
    margin-top: 16px;
    margin-left: 19px;
  }

  .experts-section > h2{
    padding-top: 54px;
    padding-left: 19px;
    color: #f8f5ef;
    font-size: 28px;
    text-align:center;
    padding-bottom: 0;
  }

  .expert-info{
    position:relative;
    top: -15px;
    border-radius: 34px;
    background: #E8D3C4;
    width:60%;
    padding: 21px 20px 8px 30px;
  }

  .expert-info p{
    font-size: 14px;
  }

  .experts-section .testimonial{
    margin-right: 22%;
    margin-bottom: 47px;
    font-size: 21px;
  }

  .banner-blog{
    height: 386px;
    position:relative;
    top: -91px;
    background: url(/cdn/shop/files/blog-banner.webp?v=1704772182) !important; 
    background-size: cover !important ;
    background-repeat: no-repeat !important;
    border-radius: 67px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 28px 15%;
  }

  .banner-blog h2{
    font-family:'ABCFavorit-Bold';
    font-size: 101px;
    color: #f5f8f7;
    margin-top: -38px;
  }

  .banner-blog a{
   font-size: 19px;
    background: #f5f8f7;
    padding: 8px 18px;
    border-radius: 100px;
    text-decoration:none;
    width: fit-content;
    color: #302b2b;
  }

  .banner-blog a:hover{
    font-weight: 700;
    transform: scale(1.04);
    transition: all 0.5s;
  }

  @media only screen and (max-width: 1009px) {
    .experts-section .carousel {
      height: 501px;
    }

    .experts-section .col-md-5 img {
      width: 94%;
    }
  }

  @media only screen and (max-width: 767px) {
    .experts-section .carousel {
      height: 796px;  
    }
    
    .banner-blog{
        background:center / cover url(/cdn/shop/files/blog-banner.webp?v=1704772182) !important;
        height: 296px;
        font-size: 79px;
      }

      .expert-info{
        width: 94%;
        left:0;
      }

      .experts-section .col-md-5 img{
        width: 92%;
      }

      .experts-section .col-md-7{
        display: flex;
        flex-direction: column; 
      }

      .experts-section .testimonial{
      margin-right: 3%;
      }
  }
/* END_SECTION:experts */

/* START_SECTION:guide-and-businesses (INDEX:25) */
.guide-section{ 
      background:linear-gradient( rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.16) ), url(/cdn/shop/files/FOTO_MATERIAL_DESCARGABLE.webp?v=1705017459) !important;
      background-size: cover !important ;
      background-repeat: no-repeat !important;
      display:flex;
      flex-direction:column;
      align-items: center;
      justify-content: center;
      padding-bottom:12px;
    }

    .enterprises-section{
      background:linear-gradient( rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.16) ), url(/cdn/shop/files/FOTO_MATERIAL_empresas.webp?v=1705018026) !important;
      background-size: cover !important;
      background-repeat: no-repeat !important;
      display:flex;
      flex-direction:column;
      align-items: center;
      justify-content: center;
    }

    .guide-section h2{
      margin: 56px 6% 26px 6%;
      font-size: 22px;
      color: #fff;
      text-align:center;
    }

    .guide-section .collapse,.klaviyo-form-Tm8t4t{
      width: 90vw !important;
    }
    .enterprises-section h2{
      margin: 56px 6% 26px 6%;
      font-size: 22px;
      color: #fff;
      text-align:center;
    }

    .guide-section > button, .enterprises-section .enterprises-link{
      background: #fbf7f7;
      color: #000;
      border:0;
      border-radius: 80px;
      margin:30px 8%;
      padding: 20px 33px;
      text-align:center;
      font-size: 16px;
      margin-bottom: 60px;
      text-decoration:none;
    }

    @media only screen and (max-width: 767px) {
    .guide-section {
      margin-top: 64px;
    }
  }
/* END_SECTION:guide-and-businesses */

/* START_SECTION:love-for-unruled (INDEX:29) */
.love-for-unruled-section{
    background: #302B2B;
    margin-top: -2px;
  }

  .love-title{
    display:flex;
    flex-direction:row;
    justify-content: center;
    color: #f8f5ef;
    padding-top: 46px;
    margin: 0 6%;
  }

  .love-title h2{
    font-size: 34px;
  }

  .testimonials-container .col-md-4{
    height: 334px;
    padding: 18px 5px;
  }

  .testimonial{
    background: #302B2B;
    color: #f8f5ef;
    font-size: 18px;
    margin-left: 22px;
  }

  .properties{
    display:flex;
    flex-direction:row;
    justify-content: space-evenly;
    margin-top: 42px;
    margin-bottom: 55px;
  }

  .properties h2{
    color: #f8f5ef;
    font-size: 30px;
    width: 40%;
    margin-top: 20px; 
  }

  .properties .properties-imgs{
    width: 45%;
  }

  .properties .img-100{  
    margin-top: 16px;
    width: 100%;
    height: auto;
  }

  .seals-title{
    text-align: center;
    color: #f8f5ef;
    font-size: 25px;
  }

  .seals{
    padding: 33px 5% 80px 5%;
    display:flex;
    justify-content: space-between;
  }

  .seals img{
    width:10%;
  }

  @media only screen and (max-width: 991px) {
    .testimonials-container .col-md-4{
      height: 402px;
    }
  }

   @media only screen and (max-width: 767px) {
     .love-title:{
       flex-direction:column;
     }
    .testimonials-container .col-md-4{
      height: 42vh;
    }
     .properties{
       flex-direction:column;
     }

     .properties h2{
       width:80%;
       margin: 0 10%;
     }

     .properties .properties-imgs{
      width: 80%;
      align-self: center;
      margin-top:28px;
    }

     .seals{
       flex-wrap: wrap;
       justify-content: space-evenly;
     }

     .seals img{
       width:23%;
      }
   }
/* END_SECTION:love-for-unruled */

/* START_SECTION:subscription-steps (INDEX:62) */
.subscription-section{
      background: linear-gradient(#F8F5EF 7%, #302B2B 7%);
      position: relative;
      padding-bottom: 8px;
    }

    .subscription-section .row{
      background: transparent; 
      margin:0 !important;
    }

    .subscription-section .right-col{
      height: fit-content;
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .subscription-section .left-col{
      background: #F8F5EF;
      margin-top: -66px;
      border-radius: 61px;
    }

  .subscription-section .quiz-section{
    background: url(/cdn/shop/files/Unruled-banner-quiz.webp?v=1710531424);
    border-radius: 80px 80px 0 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: 27%;
    height: 301px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
  }

    .quiz-link{
      display: flex;
      flex-direction:column;
      width: 50%;
      align-items: center;
      justify-content: flex-end;
      margin-top: -4%;
    }

    .quiz-link h2{
      width: 57%;
      text-align: center;
      font-size: 28px !important;
      margin-top: 0;
      color: #F8F5EF;
    }

    .quiz-link a{
      color: #302B2B !important;
      border-radius: 100px;
      background: #F5F8F7;
      padding: 15px 32px;
      font-size: 21px;
      margin: 8px 20px 0 24px;
      text-align:center;
      text-decoration:none;
    }

    .quiz-link a:hover{
      font-weight: 700;
      transform: scale(1.04);
      transition: all 0.5s;
    }

    .left-col h2{
      text-align: center;
      font-size: 36px;
      margin-top: 44px !important;
      margin-bottom: 24px !important;
      line-height: 105%;
      color: #0D0D0D;
    }

    .left-col img{
      border-radius: 51px;
      margin:-50px  5% 0 5%;
      width: 90%;
      height: auto;
    }

    .step-1{
      background: #302b2b;
      border-radius: 60px;
      width: 58%;
      position: relative;
      left: 39%;
      padding: 40px 25px 25px 40px;
    }

    .right-col h3{
      font-size: calc(1.3rem + 0.8vw);
      color: #F8F5EF;
      font-weight: 600;
    }

    .step-1 h3{
      font-size: calc(1.3rem + 0.8vw);
      color: #F8F5EF;
      font-weight: 600;
    }

    .step-1, .step-2, .step-3 p{
      font-size: 14px !important;
      font-weight: 400;
      color: #F8F5EF;
    }

    .subscription-link{
      display: flex;
      flex-direction:row;
      align-items: center;
      justify-content:flex-end; 
      margin: 18px 4% 12px 4%;
      width: 90%; 
    }

    .subscription-link p{
      font-size: 14px !important;
      text-align: right;
      margin:4px 3% 0 10%; 
    }

    .subscription-link a{
      color: #F8F5EF !important;
      border-radius: 100px;
      background: #0D0D0D;
      padding: 16px 38px;
      font-size: 13px;
      text-align:center;
      text-decoration: none;
    }

    .step-2-container{
      display:flex;
      flex-direction: row;
      justify-content: space-evenly;
      margin: 72px 4% 35px 6%;
    }

    .step-2, .step-3{
      margin: 0 8% 0 4%;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .step-3-container{
      display:flex;
      flex-direction: row;
      justify-content: space-evenly;
      margin: 0px 4% 25px 6%;
      height: fit-content;
    }

    .right-col img{
      width: 53%;
      border-radius: 55px;
      height: auto;
      align-self: center;
    }

    .subscribe-btn{
      color: #0D0D0D !important;
      border-radius: 100px;
      background: #F8F5EF;
      padding: 16px 42px; 
      font-size: 15px;
      text-align:center;
      text-decoration: none;
    }

    .warranty{
      padding: 16px 7% 32px 7%;
      color: #F8F5FE;
    }
  @media only screen and (max-width: 767px) {
    .subscription-section .left-col{
      border-radius: 40px;
      margin-top: -40px;
    }

    .subscription-section .quiz-section{
      border-radius: 48px 48px 0 0;
    }  

    .quiz-link h2{
      width: 57%;
      text-align: center;
      font-size: 28px !important;
      margin-top: 0;
      color: #F8F5EF;
    }

    .quiz-link a{
      color: #302B2B !important;
      border-radius: 100px;
      background: #F5F8F7;
      padding: 15px 32px;
      font-size: 21px;
      margin-right: 20px;
      margin-left: 24px;
      text-align:center
    }

     .left-col h2{
      font-size: 32px;
       margin: 21px 6% 16px 6% !important;
       line-height: 81%;
    }

    .quiz-link{
      width: 90%;
      margin: 8px 5% 20px 5%;
    }

    .step-1{
      top: 0px;
      left:0;
      width: 100%;
      background: transparent;
      border-radius: 0px;
      color: #0D0D0D;
    }

    .left-col img{
      width: 86%;
      margin: 0 7% 24px 7%;
      height:auto; 
    }

    .step-2-container{
      margin-top: 40px;
      flex-direction:column;
    }
    .step-3-container{
      flex-direction:column-reverse;
    }
    .right-col img{
      width: 75%;
    }
    .subscription-link{
      display: flex;
      flex-direction:row;
      align-items: center;
      margin:0 5% 29px 5%;
      width: 100%;
      justify-content: space-evenly;
    }

    .subscription-link p{
      margin:0;
      width: 50%;
      font-size: 12px;
      color: #F8F5EF;
    }
    .subscription-link a{
      margin:0;
      width: 38%;
      padding: 8px 3px;
    }
    .right-col h3{
      font-size: calc(1.7rem + 0.8vw);
    }

    .step-1 h3{
      font-size: calc(1.7rem + 0.8vw);
      color: #0D0D0D;
    }
  }
/* END_SECTION:subscription-steps */

/* START_SECTION:take-control (INDEX:63) */
.control-section{
    background: #F8F5EF;
    position: relative;
    border-bottom-right-radius: 0px ;
    border-bottom-left-radius: 0px ;
    border-top-right-radius: 66px;
    border-top-left-radius: 66px;
    padding: 24px 0 14px 0;
  }

  .control-section h1{
    text-align: center;
    font-size: 48px;
    padding-bottom: 14px;
  }

  .control-section .row{
    margin: 0 0 25px 0 !important;
  }

  .control-section .control-caption{
    font-size: 26px;
    margin: 28px 6%;
  }

  .control-cards-container{
    padding: 0 8%;
    display: flex;
  }

  .control-cards-container .col-md-4{
    display:flex !important;
    justify-content:center !important;
  }

  .card{
    border: none !important;
    padding: 14px 2% !important;
    background-color: #F8F5EF !important;
    width:100% !important;
    max-width: 399px;
  }

  .card-body{
    display: flex;
    color: #fff !important;
    padding-top: 32px !important;
    padding-left: 16px !important;
    border-bottom-right-radius: 25px ;
    border-bottom-left-radius: 25px ;
    border-top-right-radius: 0 ;
    border-top-left-radius: 0  ;
  }

  .card-title{
    font-size: 2rem;
    font-family:"ABCFavorit-Bold";
  }

  .card-text{
    font-size: 1.4rem;
    padding-right: 16px !important;
    font-family:"ABCFavorit-Light";
  }

  .card-img-top{
    aspect-ratio: 1.05
  }

  .take-charge-card{
    background: #993f38;
  }

  .take-break-card{
    background: #9ec1ba;
  }

  .take-balance-card{
    background: #818d15;
  }

  .card-caption{
    display: flex;
    width: 60%;
    flex-direction: column !important;
    padding-bottom: 8px;
    justify-content: space-between;
  }

  .card-body a{
    color: #dfdfdf !important;
    display: flex;
    height: 70%;
    width:40%;
    border: 3px solid white;
    border-radius: 32px;
    justify-content:center;
    align-self: flex-end;
  }

  .filter-white{
    filter: invert(99%) sepia(4%) saturate(777%) hue-rotate(188deg) brightness(121%) contrast(92%);
  }

  @media only screen and (max-width: 992px){
    .control-cards-container{
      padding: 0 4%; 
    }
  }

  @media only screen and (max-width: 767px) {
    .control-section{
      margin-top: -40px;
      border-top-right-radius: 36px;
      border-top-left-radius: 36px;
    }
    .control-section h1{
      font-size: 32px;
    }

    .control-section .control-caption{
      margin: 23px 8%;
      font-size: 23px;
    }

    .control-cards-container{
      padding: 0 10% !important;
      display: flex;
    }

  }
/* END_SECTION:take-control */