body {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
}

.content {
    max-width: 1000px;
    margin: auto;
}

.header-sec {
    padding: 20px;
}

.header-sec h1 {
    font-size: 50px;
    font-weight: 900;
    text-align: center;
    line-height: 1;
}

.divider {
    color: white;
    background-color: #19265b;
    text-align: center;
    font-size: 50px;
    padding: 10px;
    font-weight: 900;
}

.divider::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 27px solid transparent;
    border-right: 27px solid transparent;
    border-top: 27px solid #19265b;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%) translateY(100%);
}

.divider-container {
    position: relative;
}

.product-sec {
    padding: 50px;
    padding-bottom: 20px;
}

.product-box {
    border-radius: 20px;
    border: 2px black solid;
    width: 100%;
    margin: auto;
    height: 607px;
    overflow: hidden;
}

.product-box-header {
    color: white;
    background-color: black;
    border-radius: 9px 9px 0px 0px;
    text-align: center;
    padding: 10px;
    margin-bottom: 30px;
}

.product-box-header::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid black;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%) translateY(100%);
}

.p-relative {
    position: relative;
}

.product-box-header h4 {
    line-height: 1;
    margin-bottom: 7px;
    font-size: 25px;
}

.product-box-header p {
    line-height: 1;
    margin-bottom: 10px;
    font-size: 20px;
}

.prod-img {
    width: 100%;

}

.prod-price {
    text-align: center;
    font-size: 50px;
    font-weight: 900;
    line-height: 1;
}

.per-bottle {
    font-size: 30px;
    font-weight: 500;
    opacity: 0.8;
}

.card-logo {
    margin-top: 10px;
    width: 100%;
}

.retail {
    font-size: 25px;
    font-weight: 900;
    color: rgb(80, 78, 78);
    opacity: 0.8;
}

.total-price {
    font-size: 25px;
    color: black;
    font-weight: 900;
}

del {
    color: red;
}

.best-tag {
    background-color: #fdd303;
    position: absolute;
    top: 15px;
    left: -38px;
    color: black;
    font-size: 16px;
    width: 50%;
    transform: rotate(-32deg);
    font-weight: 600;
    text-align: center;
}

.active-prod .product-box-header {
    background-color: #f57a2c;
    margin-bottom: 74px;
}

.product-box:hover .product-box-header {
    background-color: #f57a2c;
}

.active-prod .product-box-header::after {
    border-top: 20px solid #f57a2c;
}

.product-box:hover .product-box-header::after {
    border-top: 20px solid #f57a2c;
}

.active-prod .product-box-header::after {
    border-top: 20px solid #f57a2c;
}

.product-box:hover {
    border: 2px #f57a2c solid !important;
    background-color: #fff8f0;
    cursor: pointer;
}

.active-prod {
    border: 2px #f57a2c solid !important;
    background-color: #fff8f0;
    height: 650px;
}

.money-back-container {
    border-radius: 20px;
    border: 2px solid #19265b;
    padding: 20px 50px;
    margin-bottom: 20px;
}

.money-back-container img {
    width: 100%;
    max-width: 500px;
}

.money-back-container h4 {
    font-size: 25px;
    text-align: center;
    margin-top: 20px;
    font-weight: 900;
}

.money-back-container p {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
}

.testi-box-v1 {
    background-color: #19265b;
    color: white;
    font-size: 20px;
    padding: 20px;
    border-radius: 20px;
    min-height: 745px;
    margin-bottom: 20px;
}

.testi-profile {
    width: 100%;
    margin-bottom: 16px;
}

.star {
    width: 100%;
    max-width: 150px;
}

.testi-box-v2 {
    border: 2px solid #19265b;
    color: black;
    font-size: 20px;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 20px;
}

.prd3 {
    width: 100%;
}

.powered-sec {
    background-image: url(https://d1eyz2a6ch1vhl.cloudfront.net/2025/zen-ultima/bg-gray-fancy.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 500px;
    padding-top: 80px;
    margin-top: -30px;
}

.powered-sec h3 {
    font-size: 30px;
    font-weight: 900;
}

.powered-sec li {
    font-size: 20px;
    font-weight: 500;
}

.powered-sec li::before {
    content: "";
    background: url('https://d1eyz2a6ch1vhl.cloudfront.net/2025/zen-ultima/Sike2.png') no-repeat center center;
    background-size: 50px 50px;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    text-decoration: none;
}

.powered-sec ul li {
    list-style: none;
    position: relative;
    padding-left: 50px;
    margin-bottom: 16px;
}

.faqs-sec {
    margin-bottom: 20px;
}

.accordion-item {
    margin-bottom: 20px;
    border-radius: 20px !important;
    background-color: #f1f1f1;
}

.accordion-button {
    background-color: #19265b;
    color: white;
    border-radius: 20px !important;
    font-size: 25px;
}

.accordion-header {
    border-radius: 20px;
}

.accordion-button:not(.collapsed) {
    color: white !important;
    background-color: #19265b !important;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-body {
    font-size: 20px;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23FFFFFF' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23FFFFFF' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}

footer {
    background-color: #19265b;
    padding-top: 30px;
    padding-bottom: 50px;
}

footer a {
    color: white;
    font-size: 18px;
    text-decoration: none;
}

.footer-container {
    display: flex;
    justify-content: space-between;
}

a {
    text-decoration: none;
    color: unset;
}

@media only screen and (max-width: 600px) {
    .content {
        width: 100%;
    }

    .header-sec h1 {
        font-size: 27px;
    }

    .divider {
        font-size: 25px;
    }

    .product-sec {
        padding: 20px;
        padding-top: 50px;
    }

    .product-box {
        margin-bottom: 20px;
    }

    .testi-box-v1 {
        font-size: 16px;
        min-height: unset;
    }

    .testi-profile {
        max-width: 200px;
    }

    .testi-box-v2 {
        font-size: 16px;
    }

    .powered-sec {
        height: unset;
        padding-top: 80px;
        margin-top: -40px;
    }

    .money-back-container {
        padding: 20px 20px;

    }

    .footer-container {
        justify-content: center;
        flex-direction: column;
        text-align: center;
    }

    footer {
        padding-top: 20px;
        padding-bottom: 30px;
    }

    footer a {
        font-size: 16px;
    }
}

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000; /* Optional: adds a black background */
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
   
/*COMMENTS SECTION*/
#comments {
    position: relative;
    /*z-index: 999;*/
  }
  #comments h2 {
    text-align: center;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 18px;
    color: #333;
  }
  #comments h2 > i{
    color: #303D9C;
    font-size: 23px;
    margin-right: 5px;
  }
  #comments h2 > span i{
    color: #d6bc07;
    font-size: 21px;
  }
  .comment{
    width: 100%;
    margin: 0 auto;
    position: relative;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .title_comment_row{
    padding: 35px 0 5px;
  }
  .addCommentBox input[type="button"]{
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    padding: 8px 18px;
    margin: 10px 0;
    float: right;
    cursor: pointer;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-appearance: none;
  }
  .title_cf{
    font-size: 16px;
    color: #414141;
    font-weight: 700;
    padding-bottom: 13px;
    margin-bottom: 15px;
    border-bottom:#e8e8e8 solid 3px;
    text-align: left;
  }
  .title_comment{
    font-size: 14px;
    color: #414141;
    margin-bottom: 5px;
    text-align: left;
  }
  .commentTextBox{
    height: 80px;
    width: 100%;
    border: #e7e6e3 solid 1px;
    resize: none;
    padding: 5px;
    outline: none;
    font-family: Arial, sans-serif !important;
    font-size: 13px;
  }
  .comment_row{
    overflow: hidden;
    padding: 10px 10px 10px;
    text-align: left;
    position: relative;
    margin: 0 auto 10px;
  }
  .comment_row.img_cr{
    overflow: visible;
  }
  .comment_row:first-child{
    border-top: 0;
  }
  .clear {
      clear: both;
  }
  .user_img{
    float: left;
    width: 13%;
    /*height: 80px;*/
    /*border-radius: 50%;*/
    overflow: hidden;
    margin-right: 10px;
  }
  .user_img img{
    display: block;
    width: 100%;
    border-radius: 3px;
    margin-top: 8px;
    max-width: 79px;
  }
  .inf_user{
    position: relative;
    width: 100%;
  }
  .inf_user2 {
    padding-left: 30px;
    margin-top: 18px;
  }
  .inf_user2 div.text_user >.name_user {
    font-weight: 400;
    color: #1863b1;
  }
  .name_user{
    font-size: 12px;
    color: #303D9C;
    font-weight: 700;
    margin-right: 15px;
    width: 100%;
  }
  .date_comm{
    font-size: 12px;
    color: #475a86;
    margin-left: 5px;
    display: inline-block;
    font-weight: 400;
  }
  .text_user{
    line-height: 18px;
    font-size: 13px;
    color: #1d1d1d;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 10px 21px 0 0;
  }
  div.likes a {
    font-size: 11px;
    text-decoration: none;
    color: #1b1b1b;
    font-weight: 700;
    pointer-events: none;
    text-transform: uppercase;
  }
  div.likes a span {
    color: gray;
    font-weight: 400
  }
  .comment_row.img_cr .name_user{
    padding-top: 0;
  }
  .comment_row.img_cr .img_prize{
    margin-top: 5px;
  }
  #comments .fr {
    width: 83%;
    float: right;
    position: relative;
  }
  .com_cont {
    width: 95%;
    display: block;
    background: #F2F3F5;
    max-width: 580px;
    /*border-radius: 10px;*/
    margin: 0 auto;
    /*padding: 20px 0;*/
  }
  .like-wrap {
    max-width: 80px;
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 35px;
    padding: 0 5px;
    /*background: #fff;*/
    /*box-shadow: 1px 1px 5px rgba(0,0,0,0.3);*/
    /*padding-left: 30px;*/
    /*padding-right: 17px*/
  }
  .like-wrap span {
    font-size: 12px;
    /*display: block;*/
    color: #333;
    margin-left: 5px;
  }
  .like-wrap img {
    display: inline-block;
    margin: 0 -2px;
    max-width: 17px;
    vertical-align: middle;
  }
  .vert {
      display: inline-block;
      vertical-align: middle;
  }
  input.vert {
      width: 74%;
      border-radius: 29px;
      padding: 5px;
      box-sizing: border-box;
      border: 1px solid #c6c6c6;
      text-indent: 7px;
  }
  a.vert {
      /*border: 2px solid#c6c6c6; */
      background: #4b87c8;
      color: #ffffff;
      text-decoration: none;
      padding: 10px;
      border-radius: 5px;
      box-sizing: border-box;
      margin-left: 8px;
      width: 15%;
      text-align: center;
  }
  img.vert {
      width: 11%;
  }
  #top-bar {
      padding: 0 10px;
      box-sizing: border-box;
  }
  p.vert {
      font-size: 22px;
      color: #ababab;
      margin-left: 3px;
      margin-top: 10px;
      width: 9%
  }
  
  @media screen and (max-width: 580px) {
      input.vert {
          /*width: 57%;*/
  
      }
      a.vert {
          width: 19%;
          font-size: 12px;
      }
      p.vert {
          width: 6%;
      }
      .fa-smile-o {
          display: none;
      }
  }     