/** Shopify CDN: Minification failed

Line 3782:21 Expected identifier but found whitespace
Line 3782:23 Unexpected "{"
Line 3782:32 Expected ":"
Line 3783:10 Expected identifier but found whitespace
Line 3783:12 Unexpected "{"
Line 3783:21 Expected ":"
Line 3804:10 Expected identifier but found whitespace
Line 3804:12 Unexpected "{"
Line 3804:21 Expected ":"

**/


/* CSS from section stylesheet tags */
.also-brought-section .cbb-also-bought-title {
  display: none !important;
}

.template-cart .also-brought-section {
  margin-top: 0px !important;
}
.contact-section {
    background-color: #fff4ec;
    padding-top: 55px;
  }
  .contact-section-arch {
    position: relative;
    background-color: #fff4ec;
    max-height: 130px;
    z-index: 2;
  }
  .contact-section-arch img {
    max-height: 130px;
    vertical-align: bottom;
  }

  .contact__row {
    display: flex;
    align-items: center;
    padding-bottom: 55px;
  }

  .contact__emails {
    max-width: 420px;
    width: 100%;
    margin-right: 32px;
    padding-bottom: 20px;
  }

  .contact__emails-header {
    margin-bottom: 24px;
  }

  .contact__emails-email {
    margin-top: 10px;
  }

  .contact__emails-item {
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 5px;
    line-height: 1;
    padding: 10px 16px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: all .25s ease;
  }

  .contact__emails-item:hover{
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
  }

  .contact__emails-icon {
    margin-right: 10px;
  }

  .contact__emails-text {
    flex: 1;
  }

  .contact__emails-text h4 {
    margin-bottom: 2px;
  }

  .contact__emails-text p {
    font-size: 15px;
    color: #949494;
    margin-bottom: 0;
  }

  .contact__form {
    flex: 1;
    background-color: #fff;
    border-radius: 10px;
    padding: 32px;
  }

  .contact__form-row {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .contact__form-item {
    width: 50%;
  }

  .contact__form textarea {
    resize: vertical;
  }

  .contact__form-button {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .contact__form-button > .btn {
    margin-bottom: 20px !important;
  }

  .contact__form-button a {
    font-size: 14px;
    text-decoration: underline;
    text-underline-offset: 4px;
    color: #0e73ec;
  }

  @media (max-width: 1199.98px) {
    .contact__emails {
      max-width: 380px;
    }
    .contact__form-row {
      flex-direction: column;
      gap: 0;
    }
    .contact__form-item {
      width: 100%;
    }
  }

  @media (max-width: 991.98px) {
    .contact__row {
      flex-direction: column;
      align-items: flex-start;
    }
    .contact__emails {
      max-width: 100%;
      margin-right: 0;
      padding-bottom: 32px;
    }

    .contact__emails-header {
      text-align: center;
      max-width: 750px;
      margin: 0 auto;
      margin-bottom: 24px;
    }

    .contact__emails-email {
      display:  flex;
      align-items: center;
      flex-flow: row wrap;
      gap: 16px;
      margin-top: 20px;
    }
    .contact__emails-item {
      width: calc(50% - 8px);
      margin-bottom: 0;
    }

    .contact__form {
      width: 100%;
    }
    .contact__form-row {
      flex-direction: row;
      gap: 10px;
    }
    .contact__form-item {
      width: 50%;
    }
  }

  @media (max-width: 767.98px) {
    .contact__row {
      padding-bottom: 40px;
    }
    .contact__emails-email {
      gap: 10px;
    }
    .contact__emails-item {
      width: calc(50% - 5px);
    }

    .contact__form-row {
      flex-direction: column;
      gap: 0;
    }
    .contact__form-item {
      width: 100%;
    }
  }

  @media (max-width: 575.98px) {
    .contact__emails-item {
      width: 100%;
    }
    .contact__form {
      padding: 20px;
    }
  }

  /* ================= Support Team Style ================ */
  .support {
    padding-bottom: 80px;
  }
  .support__header {
    position: relative;
    margin-top: -60px;
    text-align: center;
    z-index: 8;
  }
  .support__header h5 {
    text-transform: uppercase !important;
    font-size: 17px !important;
    color: #349d91;
  }
  .support__header p {
    max-width: 1000px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .support-cards {
    display: grid;
    grid-template-columns: repeat(6,1fr);
    gap: 16px;
    margin-top: 32px;
  }
  .support__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background-color: #fff;
    padding: 16px 0;
  }
  .support__card-image {
    position: relative;
    width: 100px;
    height: 100px;
    border: 1px solid #ccc;
    border-radius: 50%;
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15);
  }
  .support__card-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 50%;
  }
  .support__card-online {
    position: absolute;
    bottom: 4px;
    right: 10px;
    width: 15px;
    height: 15px;
    background-color: #349d92;
    border: 2px solid #ffffff;
    border-radius: 50%;
  }
  .support__card-text {
    text-align: center;
    padding-top: 10px;
  }
  .support__card-text h4 {
    color: #ff7c24;
    font-weight: 700;
    margin-bottom: 8px
  }
  .support__card-text p {
    font-size: 16px;
    margin-bottom: 0;
  }

  @media (max-width: 1399.98px) {
    .support__header {
      margin-top: -3vw;
    }
  }

  @media (max-width: 1199.98px) {
    .support__header {
      margin-top: -2vw;
    }
  }

  @media (max-width: 991.98px) {
    .support__header {
      margin-top: 0;
    }
    .support-cards {
      grid-template-columns: repeat(3,1fr);
      gap: 20px;
    }
  }

  @media (max-width: 767.98px) {
    .support-cards {
      /* grid-template-columns: repeat(2,1fr); */
    }
  }

  @media (max-width: 575.98px) {
    .support {
      padding-top: 20px;
    }
    .support-cards {
      /* grid-template-columns: 1fr; */
      grid-template-columns: repeat(2,1fr);
    }
    .support__card-text {
      max-width: 280px;
      padding-top: 10px;
    }
  }

  @media (max-width: 379.98px) {
    .support-cards {
      grid-template-columns: 1fr;
    }
  }
.epdp-announcement {
    background: #cff126;
    padding: 8px 0;
  }
  
  .epdp-announcement__content {
    text-align: center;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 0;
  }
  .epdp-announcement__content-mobile {
    display: inline;
  }
  .epdp-announcement__content-desktop {
    display: none;
  }
  .epdp-announcement__content span i {
    color: #ff7c24;
  }

  @media (min-width: 576px) {
    .epdp-announcement {
      padding: 6px 0;
    }
    .epdp-announcement__content {
      font-size: 16px;
    }
  }

  @media (min-width: 768px) {
    .epdp-announcement__content-desktop {
      display: inline;
    }
    .epdp-announcement__content-mobile {
      display: none;
    }
  }
.available-colors {
    padding-top: 15px;
    padding-bottom: 32px; 
  }

  .available-colors__availablity-title {
    text-align: center;
  }
  .available-colors__availablity-title h3 {
    margin-bottom: 0;
  }
  .available-colors__availablity-title h3 span {
    text-decoration: underline;
  }
  .available-colors__availablity-products {
    display: flex;
    justify-content: center;
    margin: 15px 0;
  }
  .available-colors__availablity-products img {
    max-width: 920px;
    width: 100%;
    height: auto;
    vertical-align: middle;
  }
  .available-colors__availablity-list {
    display: flex;
    justify-content: center;
    gap: 4px;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .available-colors__availablity-list li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 50px;
    height: 50px;
    background: #ededed;
    border-radius: 5px;
    margin-bottom: 0;
    font-weight: 500;
  }
  .available-colors__availablity-list li p {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 0;
  }
  .available-colors__availablity-list li span {
    margin-bottom: 0;
    font-size: 9px;
    line-height: 1.2;
  }
  .available-colors__cta {
    margin-top: 32px;
  }
  /* ====================== Beakpoints ====================  */
  @media (min-width: 576px) {
    .available-colors__availablity-title {
      position: relative;
      display: flex;
      justify-content: center
    }
    .available-colors__availablity-title::before {
      content: '';
      position: absolute;
      left: 0;
      top: 50%;
      width: 100%;
      border-top: 1px solid #ccc;
    }
    .available-colors__availablity-title h3 {
      position: relative;
      background: #fff;
      padding: 0 25px;
      z-index: 2;
    }
    .available-colors__availablity-list {
      gap: 10px;
    }
    .available-colors__availablity-list li {
      width: 60px;
      height: 60px;
      font-weight: 600;
    }
    .available-colors__availablity-list li p {
      margin-bottom: 3px;
    }
    .available-colors__availablity-list li span {
      font-size: 10px;
    }
  }

  @media (min-width: 768px) {
    .available-colors__availablity-products {
      margin-top: 25px; 
    }
    .available-colors {
      padding-bottom: 55px;
    }
    .available-colors__availablity-list li p {
      font-size: 20px;
    }
    .available-colors__availablity-list li span {
      font-size: 11px;
    }
  }

  @media (min-width: 992px) {
    .available-colors__availablity-title h3 {
      font-size: 26px;
    }
  }

  @media (min-width: 1200px) {
    .available-colors__availablity-title h3 {
      font-size: 34px;
    }
  }
.epdp-bonus {
    background: #fff4ec;
    padding: 32px 0;
  }
  

  .epdp-bonus__card-wrapper {
    max-width: 960px;
    width: 100%;
    margin-inline: auto;
  }
  .epdp-bonus__card {
    padding-bottom: 30px; 
  }
  .epdp-bonus__card:first-child {
    border-bottom: 1px solid #dddddd;
  }

  .epdp-bonus__card-image {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
  }
  .epdp-bonus__card-image img {
    width: 150px;
    height: auto;
    vertical-align: middle;
  }
  .epdp-bonus__card-body h3 {
    text-transform: uppercase;
    font-size: 22px !important;
    line-height: 1;
    font-weight: 700;
    color: #349d91;
    margin-bottom: 5px;
  }
  .epdp-bonus__card-body h4 {
    font-size: 32px !important;
    line-height: 34px;
    margin-bottom: 5px;
  }
  .epdp-bonus__card-body h5 {
    font-size: 20px !important;
    color: #ff7c24;
    line-height: 25px;
    margin-bottom: 15px;
  }
  .epdp-bonus__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
    padding-top: 5px;
  }
  .epdp-bonus__list li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 0;
  }
  .epdp-bonus__list-icon {
    display: block;
    font-size: 18px;
    color: #349d91;
  }
  .epdp-bonus__list-text {
    display: block;
    flex: 1;
  }

  .epdp-bonus__cta {
    margin-top: 32px;
  }

  /* ====================== Beakpoints ====================  */
  @media (min-width: 576px) {
    .epdp-bonus__card-wrapper {
      position: relative;
      display: flex;
      justify-content: space-between;
    }
    
    .epdp-bonus__card-wrapper::before {
      content: "";
      position: absolute;
      left: 50%;
      top: 50px;
      bottom: 0;
      border-left: 1px solid #ddd;
    }
    .epdp-bonus__card {
      width: 46%;
      padding: 0;
    }
    .epdp-bonus__card:first-child {
      border-bottom: none;
    }
  }

  @media (min-width: 768px) {
    .epdp-bonus {
      padding: 55px 0;
    }
    .epdp-bonus__card {
      width: 45%;
    }
    .epdp-bonus__card-image img {
      width: 180px;
    }
    .epdp-bonus__card-body h3 {
      font-size: 26px !important;
    }
    .epdp-bonus__card-body h4 {
      font-size: 40px !important;
      line-height: 40px;
    }
    .epdp-bonus__card-body h5 {
      font-size: 24px !important;
      line-height: 30px; 
    }

    .epdp-bonus__cta {
      margin-top: 50px;
    }
  }

  @media (min-width: 992px) {
    .epdp-bonus__card-body {
      font-size: 20px;
    }
  }
.epdp-bottom-scroll {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #000;
    padding: 10px 10px;
    transition: bottom 1s;
    z-index: 99;
  }

  .pdp-bottom__btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 65px;
    background-color: var(--colorBtnPrimary);
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    padding-right: 20px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    transition: box-shadow .3s ease;
  }
  .pdp-bottom__btn:hover {
    color: #ffffff;
    box-shadow: rgb(0 0 0 / 20%) 0px 3px 6px, rgb(0 0 0 / 15%) 0px 3px 10px;
  }
  .pdp-bottom__btn-texts span {
    display: block;
    line-height: 1.2; 
  }
  .pdp-bottom__btn-texts span:last-child {
    font-size: 16px;
    font-weight: 400;
  }
  
  .pdp-bottom__btn-icon {
    position: absolute;
    top: 50%;
    right: 10px;
    display: inline-block; 
    width: 30px;
    line-height: 1;
    transform: translateY(-50%);
  }
  
  /* ====================== Beakpoints ====================  */
  @media (min-width: 390px) { 
    .pdp-bottom__btn {
      font-size: 22px;
    }
    .pdp-bottom__btn-icon {
      width: 30px;
    }
  }
  @media (min-width: 768px) {
    .epdp-bottom-scroll {
      display: none;
    }
  }
.comparison {
    padding-bottom: 32px;
  }
  .comparison__content-header {
    text-align: center;
  }
  .comparison__content-wrapper {
    position: relative;
    z-index: 4;
  }
  .comparison__images {
    display: none;
  }
  .comparison__images-card {
    text-align: center;
  }
  .comparison__images-img img {
    max-width: 85%;
    width: 100%;
    height: auto;
    vertical-align: middle;
  }
  .comparison__images-card p {
    font-size: 18px;
    line-height: 24px;
    color: #ff0000;
    font-weight: 600;
    margin-bottom: 0;
  }
  .comparison__images-card.pr p {
    color: #349d91;
  }
  .comparison__images-line {
    position: relative;
    display: flex;
    justify-content: center;
  }
  .comparison__images-line::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    border-top: 2px solid #f0c0a4;
  }
  .comparison__images-vs {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    background: #fff;
    border-radius: 50%;
    font-size: 26px;
    line-height: 50px;
    font-weight: 600;
    z-index: 4;
  }

  .comparison__card-wrapper {
    display: flex;
    justify-content: center;
    max-width: 540px;
    width: 100%;
    margin-inline: auto;
    padding-top: 15px;
  }
  .comparison__card {
    background-color: #fff4ec;
    width: 50%;
    border-radius: 10px 0 0 10px;
    padding: 12px 10px;
  }
  .comparison__card.pr {
    background-color: #feeaea;
    border-radius: 0 10px 10px 0;
  }
  .comparison__card-product {
    display: flex;
    align-items: center;
    gap: 6px;
    background: #fff;
    border-radius: 10px;
    padding: 5px;
    margin-bottom: 10px;
  }
  .comparison__card-product img {
    min-width: 40px;
    width: 40px;
    height: auto;
  }
  .comparison__card-product p {
    flex: 1;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    color: #ff0000;
    margin-bottom: 0;
  }
  .comparison__card-product.fr  p {
    color: #ed881d;
  }
  .comparison__card-image {
    position: relative;
    margin-bottom: 15px;
  }
  .comparison__card-image img {
    width: 100%;
    height: auto;
    vertical-align: middle;
  }
  .comparison__card-vs {
    position: absolute;
    top: 50%;
    right: -29px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background: #ffffff;
    border-radius: 50%;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    z-index: 10;
  }
  .comparison__card-title {
    text-align: center;
    color: #ff0000;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .comparison__card-title.fr {
    color: #349d91;
  }
  .epdp-comparison__list {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .epdp-comparison__list li {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    border-bottom: 1px solid #d5d0cd;
    padding: 6px 0;
    margin-bottom: 0;
  }
  .epdp-comparison__list li:last-child {
    border: none;
    padding-bottom: 0;
  }
  .epdp-comparison__list-icon {
    display: block;
    font-size: 18px;
    color: #ff0000;
  }
  .epdp-comparison__list-icon.fr {
    color: #349d91;
  }
  .epdp-comparison__list-text {
    display: block;
    flex: 1;
    font-size: 15px;
    line-height: 19px;
  }

  .comparison__cta {
    margin-top: 32px;
  }

  /* ====================== Beakpoints ====================  */
  @media (min-width: 576px) {
    /* .comparison__content-wrapper {
       margin-top: -2vw;
    } */
    .comparison__card-product {
      padding: 5px 10px;
    }
  }

  @media (min-width: 768px) {
    .comparison {
      padding-bottom: 55px;
    }
    .comparison__content-header {
      text-align: left;
    }
    .comparison__content-wrapper {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      /* margin-top: -3vw; */
    }
    .comparison__images {
      display: block;
      width: 35%
    }
    .comparison__images-card p {
      font-size: 20px;
      line-height: 26px;
    }
    
    .comparison__content {
      width: 60%
    }
    .comparison__card-wrapper {
      max-width: 100%;
    }
    .comparison__card-image,
    .comparison__card-title {
      display: none;
    }
  }

  @media (min-width: 992px) {
    .comparison__card {
      padding: 12px 20px;
    }
    .comparison__card-product {
      gap: 10px;
    }
    .comparison__card-product img {
      min-width: 84px;
      width: 84px;
    }
    .comparison__card-product p {
      font-size: 22px;
      line-height: 24px;
    }
    .epdp-comparison__list li {
      gap: 8px;
      padding: 12px 0;
    }
    .epdp-comparison__list-icon {
      font-size: 22px;
    }
    .epdp-comparison__list-text {
      font-size: 16px;
      line-height: 22px;
    }
  }

  @media (min-width: 1200px) {
    .comparison__content-header {
      font-size: 20px;
    }
    .comparison__images-card p {
      font-size: 22px;
    }
    .epdp-comparison__list-text {
      font-size: 18px;
    }
  } 

  @media (min-width: 1400px) {
    .comparison__content-wrapper {
       /* margin-top: -60px; */
      margin-top: -2vw;
    }
  }
.epdp-faq {
    background-color: #fff4ec;
    padding: 32px 0;
  }
  
  .epdp-faq__heading {
    text-align: center;
  }

  .epdp-faq__faq-container {
    max-width: 830px;
    width: 100%;
    margin-inline: auto;
    padding-top: 1px;
    
  }
  .epdp-faq__faq {
    width: 100%;
    background: #fff;
    border-radius: 8px;
    margin-top: 20px;
    padding: 5px 15px;
    box-shadow: 0 10px 20px 0 rgba(124, 139, 161, 0.2);
    cursor: pointer;
  }
  .epdp-faq__faq-header {
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid transparent;
    padding: 12px 0;
    transition: border-color .35s ease-in-out;
  }
  .epdp-faq__faq.open .epdp-faq__faq-header {
    border-color: #ddd;
  }
  .epdp-faq__faq-header h6 {
    flex: 1;
    font-size: 18px !important;
    font-weight: 600;
    line-height: 23px;
    margin-bottom: 0;
  }
  .epdp-faq__icon {
    position: relative;
    display: inline-block;
    min-width: 15px;
    width: 15px;
	height: 15px;
	cursor: pointer;
  } 
  .epdp-faq__icon span {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: #ff7c24;
    transition: all 0.35s ease-in-out;
    transform: rotate(-90deg);
  }
  .epdp-faq__icon-horizontal {
    width: 15px;
    height: 2px;
    margin-left: -7px;
    margin-top: -1px;
    opacity: 1;
  }
  .epdp-faq__icon-vertical {
    width: 2px;
    height: 15px;
    margin-left: -1px;
    margin-top: -7px;
  }
  .epdp-faq__faq.open .epdp-faq__icon span {
    transform: rotate(90deg);
  }
  .epdp-faq__faq.open .epdp-faq__icon .epdp-faq__icon-horizontal {
    opacity: 0;
  }
  .epdp-faq__faq-content {
    max-height: 0;
    transition: max-height .35s ease-in-out;
    overflow: hidden;
  }
  .epdp-faq__faq-content-inner {
    padding-bottom: 15px;
  }
  .epdp-faq__faq-content-inner p {
    margin-bottom: 0;
    margin-top: 15px;
  }
  
  .epdp-faq__cta {
    margin-top: 32px;
  }
  /* ====================== Beakpoints ====================  */
  @media (min-width: 768px) {
    .epdp-faq {
      padding: 55px;
    }

    .epdp-faq__faq-container {
      padding-top: 5px;
      padding-bottom: 20px
    }
    .epdp-faq__faq {
      padding: 10px 20px;
    }
    .epdp-faq__faq-header {
      gap: 20px;
      padding: 15px 0;
    }
    .epdp-faq__faq-header h6 {
      font-size: 21px !important;
      line-height: 25px;
    }
    .epdp-faq__faq-content-inner {
      padding-bottom: 20px;
    }
    .epdp-faq__faq-content-inner p {
      margin-top: 20px;
    }
  }
  @media (min-width: 1200px) {
    .epdp-faq__faq-content-inner {
      font-size: 20px;
    }
  }
.features-grid__heading {
    position: relative;
    text-align: center;
    z-index: 4;
  }

  .features-grid__grid {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .features-grid__grid-image {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 280px;
    height: 280px;
  }
  .features-grid__grid-img {
    position: relative;
    max-width: 100%;
    width: 100%;
    max-height: 100%;
    height: auto;
    vertical-align: middle;
    object-fit: cover;
    z-index: 2; 
  }
  .features-grid__grid-circle {
    position: absolute;
    top: 5%;
    left: 5%;
    background-color: #fff5f0;
    width: 90%;
    height: 90%;
    border-radius: 50%;
  }
  .features-grid__grid-icon {
    display: none;
    position: absolute;
    width: 30px;
    height: auto;
    z-index: 6;
  }
  .features-grid__grid-icon.top-left {
    top: 10px;
    left: 0;
  }
  .features-grid__grid-icon.top-right {
    top: 10px;
    right: 0;
  }
  .features-grid__grid-icon.bottom-left {
    bottom: 10px;
    left: 0;
  }
  .features-grid__grid-icon.bottom-right {
    bottom: 10px;
    right: 0;
  }

  .features-grid__item-wrapper {
    position: relative;
    width: 100%;
    z-index: 2;
  }
  .features-grid__item {
    position: relative;
    padding: 15px 0 15px 40px;
  }
  .features-grid__item img {
    position: absolute;
    left: 0;
    top: 18px;
    width: 25px;
    height: auto;
  }
  .features-grid__item h3 {
    font-size: 22px !important;
    line-height: 1.2;
    margin-bottom: 7px;
  }
  .features-grid__item p {
    margin-bottom: 0;
  }


  /* ====================== Beakpoints ====================  */
  @media (min-width: 576px) {
    .features-grid__heading {
       margin-top: -2vw;
    }
  }

  @media (min-width: 768px) {
    .features-grid__heading {
       margin-top: -3vw;
    }

    .features-grid__grid {
      flex-direction: row;
      align-items: flex-start;
      justify-content: space-between;
    }
    .features-grid__grid-image {
      position: absolute;
      top: 15px;
      left: 50%;
      transform: translateX(-50%);
    }
    .features-grid__grid-icon {
      display: inline-block;
    }
    .features-grid__item-wrapper {
      width: 40%;
    }
    .features-grid__item {
      padding: 20px 0 20px 80px;
    }
    .features-grid__item.rtl {
      text-align: right;
      padding: 20px 80px 20px 0;
    }
    .features-grid__item:first-child::before {
      content: '';
      position: absolute;
      right: 0;
      bottom: 0;
      width: 80%;
      border-bottom: 1px solid #e0d0f0;
    }
    .features-grid__item.rtl:first-child::before {
      right: unset;
      left: 0;
    }
    .features-grid__item img {
      display: none;
    }
  }

  
  @media (min-width: 992px) {
    .features-grid__item {
      padding: 40px 0 40px 100px;
    }
    .features-grid__item.rtl {
      text-align: right;
      padding: 40px 100px 40px 0;
    }
    .features-grid__item h3 {
      font-size: 28px !important;
      margin-bottom: 12px;
    }
    .features-grid__grid-image {
      top: 40px;
      width: 340px;
      height: 340px;
    }
  }

  @media (min-width: 1200px) {
    .features-grid__heading {
       font-size: 20px;
    }
    .features-grid__item {
      padding: 60px 0 60px 140px;
      font-size: 20px;
    }
    .features-grid__item.rtl {
      text-align: right;
      padding: 60px 140px 60px 0;
    }
    .features-grid__item h3 {
      font-size: 30px !important;
    }
    .features-grid__grid-image {
      top: 50px;
      width: 420px;
      height: 420px;
    }
    .features-grid__grid-icon {
      width: 33px;
    }
    .features-grid__grid-icon.top-left {
      top: 16px;
      left: 24px;
    }
    .features-grid__grid-icon.top-right {
      top: 16px;
      right: 24px;
    }
    .features-grid__grid-icon.bottom-left {
      bottom: 16px;
      left: 24px;
    }
    .features-grid__grid-icon.bottom-right {
      bottom: 16px;
      right: 24px;
    }
  }

  @media (min-width: 1400px) {
    .features-grid__heading {
       margin-top: -60px;
    }
  }
.features-list {
    background: #fff4ec;
    padding-top: 32px;
  }
  .features-list__content-wrapper {
    padding-bottom: 32px;
  }

  .features-list__heading {
    text-align: center;
  }

  .features-list__cards-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    padding-top: 25px;
  }
  .features-list__card {
    position: relative
  }
  .features-list__card:nth-child(odd)::before {
    display: none;
    content: "";
    position: absolute;
    top: 26%;
    left: -32px;
    width: 100%;
    /* background: url("/cdn/shop/t/55/assets/top-dots-2.png?v=1715750893") no-repeat center center; */
    /* background: url("/cdn/shop/t/55/assets/epdp-features-list-left.png?v=1715505592") no-repeat center center; */
    background-size: 100%;
    height: 498px;
  }

  
  
  
  .features-list__card:nth-child(even)::before {
    display: none;
    content: "";
    position: absolute;
    top: 23%;
    left: 20px;
    right: 10px;
    background: url("https://admin.shopify.com/store/kz020/themes/124074328138?key=assets%2Fepdp-features-list-right.png") no-repeat center center;
    background-size: 100%;
    height: 472px;
  }
  .features-list__card:last-child::before {
    display: none;
  }
  .features-list__card-heading {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    z-index: 2;
  }
  .features-list__card-heading h4 {
    flex: 1;
    font-size: 22px !important;
    color: #ed881d;
    font-weight: bold;
    margin-bottom: 0;
    transform: translateY(2px);
  }
  .features-list__card-heading img {
    min-width: 40px;
    width: 40px;
    height: 40px;
    object-fit: contain;
    vertical-align: middle;
  }
  .features-list-count {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    padding-top: 20px;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
  }
  .features-list__card-image {
    position: relative;
    margin-bottom: 15px;
    z-index: 2;
  }
  .features-list__card-image.desktop {
    display: none;
  }
  .features-list__card-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    vertical-align: middle;
  }
  .features-list__card-desc {
    position: relative;
    z-index: 2;
  }
  .features-list__list {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .features-list__list li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 0;
    line-height: 1.3;
    font-size: 16px;
    font-weight: 600;
  }
  .features-list__list li img {
    min-width: 22px;
    width: 22px;
    height: auto;
  }
  .features-list__list li span {
    display: block;
    flex: 1;
  }

  .features-list__cta {
    margin-top: 32px;
  }

  .features-list__card-desc ul {
    list-style: none;
  }
  .features-list__card-desc ul li:before {
    background-image: url('/cdn/shop/t/55/assets/paw-icon.png?v=1715679271');
    background-size: 24px 20px;
    display: inline-block;
    width: 24px; 
    height: 20px;
    content:"";
    margin-right: 5px;
  }

  .features-list__card-desc ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .features-list__card-desc ul li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 0;
    line-height: 1.3;
    font-size: 16px;
    font-weight: 600;
  }
  /* .features-list__card-desc ul li {
    display: block;
    flex: 1;
  } */
  /* ====================== Beakpoints ====================  */
  @media (min-width: 576px) {}

  @media (min-width: 768px) {
    .features-list {
      padding-top: 55px;
    }
    
    features-list__content-wrapper {
      padding-bottom: 55px;
    }

    .features-list__cards-wrapper {
      gap: 50px;
      padding-top: 35px;
    }
    .features-list__card {
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
    .features-list__card:nth-child(even) {
      flex-direction: row-reverse;
    }
    .features-list__card-image.mobile {
      display: none;
    }
    .features-list__card-image.desktop {
      display: block;
      width: 46%;
      margin-bottom: 0;
    }
    .features-list__card-content {
      width: 48%;
    }
    .features-list__card-heading {
      align-items: flex-start;
      margin-bottom: 0;
    }
    .features-list__card-heading h4 {
      font-size: 26px !important;
      transform: translateY(0);
    }
     .features-list__card-heading img {
      min-width: 45px;
      width: 45px;
      height: 45px;
    }
    .features-list-count {
      width: 45px;
      height: 45px;
      font-size: 15px;
    }
    .features-list__card-desc {
      padding-left: 55px;
      margin-top: -3px;
    }
    .features-list__cta {
      margin-top: 50px;
    }
  }

  @media (min-width: 992px) {
    .features-list__card:nth-child(odd)::before {
      display: block;
    }
    .features-list__card:nth-child(even)::before {
      display: block;
    }
    .features-list__card:last-child::before {
      display: none;
    }
    .features-list__card-content {
      width: 47%;
    }
    .features-list__card-heading {
      gap: 16px;
    }
    .features-list__card-heading h4 {
      font-size: 30px !important;
    }
     .features-list__card-heading img {
      min-width: 63px;
      width: 63px;
      height: 55px;
    }
    .features-list-count {
      width: 62px;
      height: 55px;
      padding-top: 27px;
      font-size: 18px;
    }
    .features-list__card-desc {
      padding-left: 79px;
      margin-top: -5px;
    }
     .features-list__list li {
      gap: 10px;
    }
    .features-list__list li img {
      min-width: 24px;
      width: 24px;
    }
  }

  @media (min-width: 1030px)  {
    .features-list__card:nth-child(odd)::before {
      top: 34%;
    }
    .features-list__card:nth-child(even)::before {
      top: 30%;
    }
  }

  @media (min-width: 1140px) {
    .features-list__card:nth-child(odd)::before {
      top: 44%;
    }
    .features-list__card:nth-child(even)::before {
      top: 40%;
    }
  }
  
  @media (min-width: 1200px) {
    .features-list__heading,
    .features-list__card-text,
    .features-list__list li,
    .features-list__card-desc ul li {
      font-size: 20px;
    }
    .features-list__card:nth-child(odd)::before {
      top: 164px;
      left: -52px;
    }
    .features-list__card:nth-child(even)::before {
      top: 160px;
    }
    .features-list__card-image.desktop {
      width: 44%;
    }
    .features-list__card-content {
      width: 45%;
    }
    .features-list__card-heading {
      gap: 23px;
    }
    .features-list__card-desc {
      padding-left: 86px;
    }
  }
  
  /* ---------- New Cards Style --------- */
  .features-list__row {
    display: flex;
    flex-direction: column;
  }
  .features-list__item {
    margin-top: 30px;
  }
  .features-list__item-image {
    position: relative;
  }
  .features-list__item-image img {
    width: 100%;
    height: auto;
    vertical-align: middle;
  }
  .features-list__item-heading {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #2c2222;
    padding: 10px;
    overflow: hidden;
  }
  .features-list__item-heading h4 {
    width: calc(100% - 60px);
    font-size: 22px !important;
    line-height: 1.2;
    font-weight: bold;
    color: #fff;
    margin-bottom: 0;
  }
  .features-list__item-heading img {
    position: absolute;
    top: 6px;
    right: 10px;
    width: 48px;
    height: auto;
  }
  .features-list__item-count {
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 6px;
    width: 48px;
    height: 40px;
    padding-top: 22px;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
  }

  .features-list__item-content {
    padding-top: 15px;
  }
  .features-list__item-content > p {
    font-size: 18px;
    margin-bottom: 0;
  }
  .features-list__item-content ul {
    list-style: none;
  }
  .features-list__item-content ul li:before {
    background-image: url('/cdn/shop/t/55/assets/paw-icon.png?v=1715679271');
    background-size: 15px 13px;
    display: inline-block;
    width: 15px; 
    height: 13px;
    content:"";
    margin-right: 5px;
    transform: translateY(2px);
  }

  .features-list__item-content ul {
    display: block;
    list-style: none;
    margin: 0;
    margin-top: 12px;
    padding: 0;
  }
  .features-list__item-content ul li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 0;
    line-height: 1.3;
    font-size: 18px;
    font-weight: 600;
  } 

  /* ====================== Beakpoints ====================  */
  @media (min-width: 576px) {}

  @media (min-width: 768px) {
    .features-list__row {
      flex-direction: row;
      flex-flow: row wrap;
      justify-content: space-between;
    }
    .features-list__item {
      width: 49%;
      margin-top: 40px;
    }
    .features-list__item-heading {
      padding: 10px 15px;
    }
    .features-list__item-heading h4 {
      font-size: 24px !important;
    }
    .features-list__item-heading img {
      top: 8px;
      right: 15px;
    }
    .features-list__item-count {
      right: 15px;
      font-size: 16px;
    }
    .features-list__item-content {
      padding: 20px 15px; 
      padding-bottom: 0;
    }
    .features-list__item-content > p {
      font-size: 20px; 
    }
    .features-list__item-content ul {
      margin-top: 20px;
    }
    .features-list__item-content ul li:before {
      background-size: 24px 20px;
      width: 24px; 
      height: 20px;
    }
  }
  
  @media (min-width: 992px) {
    .features-list__item-heading {
      padding: 10px 20px;
    }
    .features-list__item-heading h4 {
      width: calc(100% - 82px);
      font-size: 30px !important;
      line-height: 40px;
    }
    .features-list__item-heading img {
      right: 20px;
      width: 69px;
    }
    .features-list__item-count { 
      top: 8px;
      right: 22px;
      font-size: 21px; 
      width: 69px;
      height: 60px;
      padding-top: 27px;
    }
    .features-list__item-content {
      padding: 20px;
      padding-bottom: 0;
    }
  }

  @media (min-width: 1200px) {
    .features-list__item-content ul li {
      font-size: 20px;
    }
  }
.epdp-footer {
    background: #fff;
    padding: 25px 0;
    color: #1e1e1e;
  }

  .epdp-footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .epdp-footer__logo {
    display: block;
    max-width: 160px;
    width: 100%;
  }
  .epdp-footer__logo img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
  }
  .epdp-footer__list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row wrap;
    list-style: none;
    padding: 0;
    margin: 10px 0;
  }
  .epdp-footer__list li {
    ddisplay: flex;
    align-items: center;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 0;
  }
  .epdp-footer__list li a {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    color: #1e1e1e;
    padding: 0 3px;
    transition: color .25s ease;
  }
  .epdp-footer__list li a:hover {
    color: #585858;
  }
  .epdp-footer__list-line {
    margin: 0 3px;
  }
  .epdp-footer__copyright {
    font-size: 14px;
    margin-bottom: 0;
  }
  /* ====================== Beakpoints ====================  */ 
  @media (min-width: 576px) {
    .epdp-footer__logo {
      max-width: 180px;
    }
    .epdp-footer__list li {
      font-size: 18px;
    }
    .epdp-footer__list li a,
    .epdp-footer__copyright {
      font-size: 16px;
    }
  }
  @media (min-width: 768px) {
    .epdp-footer {
      padding: 40px 0;
    }
    .epdp-footer__logo {
      max-width: 190px;
    }
    .epdp-footer__list {
      margin-top: 15px;
    }
    .epdp-footer__list li {
      font-size: 20px;
    }
    .epdp-footer__list li a {
      padding: 0 7px;
    }
    .epdp-footer__list li a,
    .epdp-footer__copyright {
      font-size: 18px;
    }
  }
/* Money Back Guarantee */
  .money-back-guarantee.mobile {
    display: none !important;  
  }
  
  
  .epdp-header {
    position: sticky;
    top: 0;
    background-color: #000;
    box-shadow: 0 5px 6px rgba(0,0,0,0.1);
    overflow: hidden;
    z-index: 9999;
  }
  
  .epdp-header__nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0;
  }
  
  .epdp-header__nav-logo {
    display: block;
    position: relative;
    transform: translateY(-2px);
  }
  .epdp-header__nav-logo::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 98%;
    height: 10px;
    max-width: 120px;
    width: 100%;
    background: #ff7c24; 
  }
  .epdp-header__nav-logo img {
    max-width: 120px;
    width: 100%;
    height: auto;
    vertical-align: middle;
  }
  .epdp-header__nav-logo,
  .epdp-header__nav-button {
    width: 140px;
  }

  .epdp-header__nav-text {
    position: relative;
    display: none;
    padding-left: 16px;
  }
  
  .epdp-header__nav-text::before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-6px);
    width: 10px;
    height: 10px;
    background-color: var(--colorBtnPrimary);
    border-radius: 50%;
    animation: fadeShow 1.5s ease-in-out infinite;
  }
  
  .epdp-header__nav-text p {
    text-transform: uppercase;
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 0;
  }
  
  #epdp-header-timer {
    display: inline-block;
    width: 54px;
  }
  
  .epdp-header__nav-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 36px;
    background-color: var(--colorBtnPrimary);
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
    transition: box-shadow .3s ease;
  }
  
  .epdp-header__nav-btn:hover {
    color: #ffffff;
    box-shadow: rgb(0 0 0 / 20%) 0px 3px 6px, rgb(0 0 0 / 15%) 0px 3px 10px;
  }
  
  .epdp-header__nav-icon {
    display: none;
    width: 22px;
    margin-left: 10px;
    line-height: 1;
  }

  @keyframes fadeShow {
    0% {
      opacity: 1;
    }
    50% {
      opacity: 0.3;
    }
    70% {
      opacity: 1;
    }
    100% {
      opacity: 1;
    }
  }

  /* ====================== Beakpoints ====================  */ 
  @media (min-width: 768px) {
    /* Money Back Guarantee */
    .money-back-guarantee.desktop {
      display: none; 
    }
    .money-back-guarantee.mobile {
      display: none; 
    }
    
    .epdp-header__nav {
      padding: 10px 0;
    }
    .epdp-header__nav-btn {
      font-size: 16px;
    }
    .epdp-header__nav-logo {
      transform: translateY(-4px);
    }
    .epdp-header__nav-logo,
    .epdp-header__nav-button {
      width: 160px;
    }
    .epdp-header__nav-text {
      display: block;
    }
    .epdp-hero__title .epdp-hero__title-underline {
      font-size: 20px;
    }
  }
  

  @media (min-width: 992px) {
    .epdp-header__nav-logo,
    .epdp-header__nav-button {
      width: 200px;
    }
    .epdp-header__nav-logo::before,
    .epdp-header__nav-logo img {
      max-width: 140px;
    }
    .epdp-header__nav-text p {
      font-size: 17px;
    }
    .epdp-header__nav-btn {
      height: 40px;
    }
    .epdp-header__nav-icon {
      display: inline-block;
    }
    .epdp-hero__title .epdp-hero__title-underline {
      font-size: 22px;
    }
  }

  @media (min-width: 1200px) {
    .epdp-header__nav-logo::before,
    .epdp-header__nav-logo img {
      max-width: 160px;
    }
    .epdp-hero__title .epdp-hero__title-underline {
      font-size: 24px;
    }
  }
.epdp-intro {
    /* background: url('/cdn/shop/t/55/assets/intro-bg.png?v=1715870372') center top no-repeat #fff4ec; */
    background: #fff4ec;
    padding-top: 32px;
  }
  
  
  .epdp-intro__wrapper {
    padding-bottom: 32px;
  }
  .epdp-intro__heading {
    text-align: center;
  }
  .epdp-intro__image-desktop {
    display: none;
  }
  .epdp-intro__image {
    position: relative;
    max-width: 250px;
    width: 100%;
    margin-inline: auto;
  }
  .epdp-intro__image-img {
    width: 100%;
    height: auto;
  }
  .epdp-intro__image-icon {
    position: absolute;
    left: -20px;
    bottom: 0;
    width: 140px;
    height: auto;
  }

  .epdp-intro__list {
    list-style: none;
    display: flex;
    flex-flow: row wrap;
    margin: 0;
    padding: 0;
  }
  .epdp-intro__list li {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
    margin-top: 20px;
    margin-bottom: 0;
    padding: 0 10px;
  }
  .epdp-intro__list li img {
    width: 50px;
    height: auto;
  }
  .epdp-intro__list li p {
    text-align: center;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 5px;
  }
  .epdp-intro__list li p span {
    display: block
  }

  .epdp-intro__seal {
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    margin-top: 20px;
    padding: 15px 0;
  }
  .epdp-intro__seal-image {
    display: flex;
    justify-content: center;
  }
  .epdp-intro__seal-image img {
    width: 100px;
    height: auto;
    vertical-align: middle;
  }
  .epdp-intro__seal-content {
    text-align: center;
    margin-top: 12px;
  }
  .epdp-intro__seal-content h3 {
    margin-bottom: 5px;
  }
  .epdp-intro__seal-content p {
    margin-bottom: 0;
  }

  .epdp-intro__cta {
    margin-top: 32px;
  }

  /* ====================== Beakpoints ====================  */
  @media (min-width: 576px) {
    .epdp-intro__list li {
      width: 25%;
    }
  }

  @media (min-width: 768px) { 
    .epdp-intro {
      padding-top: 55px;
    }
    .epdp-intro__wrapper {
      display: flex;
      align-items: flex-start;
      padding-bottom: 55px;
    }
    .epdp-intro__heading {
      text-align: left;
    }
    .epdp-intro__content-wrapper {
      width: 50%;
    }
    .epdp-intro__image-mobile {
      display: none;
    }
    .epdp-intro__image-desktop {
      display: block;
      width: 50%;
    }

    .epdp-intro__seal {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      padding: 20px 0;
      margin-top: 30px;
    }
    .epdp-intro__seal-image {
      min-width: 60px;
      width: 60px;
    }
    .epdp-intro__seal-image img {
      width: 60px;
    }
    .epdp-intro__seal-content {
      flex: 1;
      text-align: left;
      margin-top: 0;
    }

    .epdp-intro__image-wrapper {
      position: relative;
      max-width: 300px;
      width: 100%;
    }
    .epdp-intro__image {
      max-width: 100%;
      margin: 0;
    }
    .epdp-intro__image-icon {
      left: 20px;
      bottom: 30px;
      transform: translateY(100%);
      width: 180px;
    }

    .epdp-intro__list {
      position: absolute;
      top: 0;
      right: -80px;
      flex-direction: column;
    }
    .epdp-intro__list li {
      flex-direction: row;
      align-items: center;
      gap: 5px;
      width: 100%;
      margin-top: 10px;
      padding: 0;
    }
    .epdp-intro__list li:first-child {
      margin-left: -40px;
    }
    .epdp-intro__list li:last-child {
      margin-left: -28px;
    }
    .epdp-intro__list li:nth-child(2) {
      margin-left: -12px;
    }
    .epdp-intro__list li img {
      min-width: 45px;
      width: 45px;
    }
    .epdp-intro__list li p {
      flex: 1;
      text-align: left;
      margin-top: 0;
      font-size: 14px;
      line-height: 1.2;
    }

    .epdp-intro__cta .cta-timer__btn {
      font-size: 20px;
    }
    .epdp-intro__cta .cta-timer__btn-texts span:last-child {
      font-size: 14px;
    }
    .epdp-intro__cta .cta-timer__btn-icon {
      width: 30px;
    }
    .epdp-intro__cta .cta-timer__list li { 
      font-size: 12px; 
    }
  }

   @media (min-width: 900px) { 
     .epdp-intro__cta .cta-timer__btn { 
      font-size: 22px;
    }
    .epdp-intro__cta .cta-timer__btn-texts span:last-child {
      font-size: 16px;
    }
    .epdp-intro__cta .cta-timer__btn-icon {
      width: 32px;
    }
    .epdp-intro__cta .cta-timer__list li { 
      font-size: 14px; 
    }
  }

  @media (min-width: 992px) {
    .epdp-intro__seal {
      gap: 16px;
    }
    .epdp-intro__seal-image {
      min-width: 75px;
      width: 75px;
    }
    .epdp-intro__seal-image img {
      width: 75px;
    }

    .epdp-intro__image-wrapper {
      max-width: 400px;
    }
    .epdp-intro__image-icon {
      left: 15px;
      bottom: -5px;
      width: 190px;
      transform: translateY(0);
    }
    .epdp-intro__list {
      right: -87px;
    }
    .epdp-intro__list li {
      gap: 8px;
      margin-top: 16px;
    }
    .epdp-intro__list li:first-child {
      margin-left: -50px;
    }
    .epdp-intro__list li:last-child {
      margin-left: -24px;
    }
    .epdp-intro__list li:nth-child(2) {
      margin-left: -12px;
    }
    .epdp-intro__list li img {
      min-width: 54px;
      width: 54px;
    }
    .epdp-intro__list li p {
      font-size: 16px;
    }

     .epdp-intro__cta .cta-timer__btn { 
      font-size: 26px;
    }
    .epdp-intro__cta .cta-timer__btn-texts span:last-child {
      font-size: 18px;
    }
    .epdp-intro__cta .cta-timer__btn-icon {
      width: 35px;
    }
  }

  @media (min-width: 1200px) {
    epdp-intro__heading {
      font-size: 20px;
    }
    .epdp-intro__seal {
      gap: 20px;
    }
    .epdp-intro__seal-image {
      min-width: 100px;
      width: 100px;
    }
    .epdp-intro__seal-image img {
      width: 100px;
    }
    .epdp-intro__seal-content {
      font-size: 20px;
    }
    .epdp-intro__seal-content h3 {
      font-size: 24px;
    }

    .epdp-intro__image-wrapper {
      max-width: 470px;
    }
    .epdp-intro__image-icon {
      left: -20px;
      bottom: 10px;
      width: 230px;
    }

    .epdp-intro__list {
      right: -100px;
    }
    .epdp-intro__list li {
      margin-top: 20px;
    }
    .epdp-intro__list li:first-child {
      margin-left: -60px;
    }
    .epdp-intro__list li:last-child {
      margin-left: -25px;
    }
    .epdp-intro__list li:nth-child(2) {
      margin-left: -12px;
    }
    .epdp-intro__list li img {
      min-width: 66px;
      width: 66px;
    }
    .epdp-intro__list li p {
      font-size: 18px;
    }
  }
.epdp-order__heading {
    background-size: cover;
    background-color: #ff7c24;
    text-align: center;
    padding: 20px;
    color: #ffffff;
  }
  .epdp-order__heading h2 {
    font-size: 28px;
    line-height: 26px;
    margin-bottom: 5px;
    text-shadow: 2px 1px 3px rgba(0, 0, 0, 0.6);
  }
  .epdp-order__heading h3 {
    font-size: 23px;
    line-height: 26px;
    margin-bottom: 0;
    text-shadow: 2px 1px 3px rgba(0, 0, 0, 0.6);
  }

  .epdp-order__offer {
    text-align: center;
    background: #000000;
    padding: 7px 0;
    font-size: 18px;
    color: #ffffff;
  }
  .epdp-order__offer p {
    margin-bottom: 0;
  }
  .epdp-order__offer-icon {
    font-size: 20px;
  }
  #order-offer-timer {
    display: inline-block;
    width: 72px;
    color: #ff7c24;
  }
  
  /* ====================== Beakpoints ====================  */
  @media (min-width: 768px) {
    .epdp-order__heading {
      padding: 30px 0;
      /* background: url(/cdn/shop/t/55/assets/order-now-bg-min.png?v=1715874717) no-repeat center top; */
    background-size: cover;
    }

    .epdp-order__heading h2,
    .epdp-order__heading h3 {
      font-size: 50px;
      line-height: 50px;
    }
    .epdp-order__heading h2 {
      margin-bottom: 10px;
    }

    .epdp-order__offer {
      font-size: 20px;
      padding: 15px 0; 
    }
  }

  @media (min-width: 992px) {
    .epdp-order__offer {
      font-size: 22px;
    }
  }
.epdp-reviews {
    padding: 32px 0;
  }
  .epdp-reviews__container {
    display: flex;
    flex-direction: column;
    gap: 25px;
  }

  .epdp-reviews__rating-wrapper {
    width: 100%;
  }
  .epdp-reviews__rating {
    text-align: center;
  }
  .epdp-reviews__rating-rate {
    font-weight: 400;
    font-size: 90px;
    line-height: 75px;
    color: #000;
    margin-bottom: 10px;
  }
  .epdp-reviews__rating-icon {
    max-width: 140px;
    width: 100%;
    height: auto;
    vertical-align: middle;
  }
  .epdp-reviews__rating-review {
    margin-top: 10px;
    margin-bottom: 0;
    color: #000;
  }

  .epdp-reviews__review {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .epdp-reviews__review-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
    padding: 10px;
    margin-bottom: 0;
  }
  .epdp-reviews__review-item:last-child {
    border-bottom: none;
  }
  .epdp-reviews__review-row {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .epdp-reviews__review-row img {
    width: 75px;
    height: auto;
    vertical-align: middle;
  }
  .epdp-reviews__review-text {
    color: #000;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 0;
  }

  .epdp-reviews__review-rate {
    color: #000;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 0;
  }

  .epdp-reviews__gallery {
    align-self: center;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 6px;
    grid-auto-rows: 80px;
    max-width: 345px;
    width: 100%;
  }
  .epdp-reviews__gallery-item {
    width: 100%;
    /* cursor: pointer; */
  }
  
  .epdp-reviews__gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: middle;
  }

  
  .epdp-reviews__wrapper {
    padding-top: 20px;
  }
  .epdp-reviews__card {
    border: 1px solid #d7d7d7;
    margin-top: 10px;
  }
  .epdp-reviews__card-header {
    display: flex;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #d7d7d7;
  }
  .epdp-reviews__reviewer {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 55%;
  }
  .epdp-reviews__reviewer-avatar {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
  }
  .epdp-reviews__reviewer-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
  }
  .epdp-reviews__reviewer-desc {
    flex: 1;
  }
  .epdp-reviews__reviewer-desc h5 {
    font-size: 14px !important;
    font-weight: 600;
    margin-bottom: 4px;
  }
  .epdp-reviews__reviewer-desc p {
    font-size: 12px;
    color: var(--colorBtnPrimary);
    margin-bottom: 0;
  }

  .epdp-reviews__product {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 45%;
  }
  .epdp-reviews__product-image {
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    background: #fff4ec;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 3px;
  }
  .epdp-reviews__product-image img {
    width: 100%;
    height: auto;
  }
  .epdp-reviews__product-desc {
    flex: 1;
  }
  .epdp-reviews__product-desc p {
    font-size: 14px;
    line-height: 1.2;
    color: #3d3d3d;
    margin-bottom: 0; 
  }
  .epdp-reviews__product-recommend {
    display: none;
    margin-top: 10px;
  }
  .epdp-reviews__product-recommend p {
    font-size: 14px;
    color: #3d3d3d;
    margin-bottom : 0;
  }
  .epdp-reviews__product-recommend i {
    color: var(--colorBtnPrimary);
    font-size: 16px;
  }
  
  .epdp-reviews__card-body {
    padding: 20px;
  }
  .epdp-reviews__card-body h4 {
    font-size: 18px !important;
    font-weight: 600;
    color: #000;
    line-height: 1;
    margin-bottom: 6px;
  }
  .epdp-reviews__card-body img {
    width: 90px;
    height: auto;
  }
  .epdp-reviews__card-body p {
    margin-top: 15px;
    margin-bottom: 0;
  }

  .epdp-reviews__readmore {
    display: flex;
    justify-content: center;
    padding-top: 20px;
  }
  .epdp-reviews__readmore-btn {
    padding: 8px;
    text-decoration: underline;
    text-underline-offset: 2px;
    font-size: 16px;
    color: var(--colorBtnPrimary);
    font-weight: 600;
    font-size: 20px;
  }
  .epdp-reviews__cta {
    margin-top: 20px;
  }
  
  .epdp-reviews__modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(23, 23, 23, 0.85);
    z-index: 9999; 
  }
  .epdp-reviews__modal.active {
    display: block;
  }

  .epdp-reviews__modal-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgb(22, 22, 23);
    text-align: center;
    color: #fff;
    padding: 6px 50px;
    z-index: 90;
  }
  .epdp-reviews__modal-header p {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 0;
  }
  .epdp-reviews__modal-btn {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 40px 0;
    padding: 0;
    color: #fff;
    font-size: 20px;
  }

  .epdp-reviews__modal-body {
    position: absolute;
    inset: 0;
    display: grid;
    align-items: center;
    height: 100dvh;
    padding: 60px 4%;
    overflow-y: scroll;
    z-index: 20;
  }
  .epdp-reviews__modal-image {
    max-width: 500px;
    width: 100%;
    margin-inline: auto;
  }
  .epdp-reviews__modal-image img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
    vertical-align: middle;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  }

  .epdp-reviews__prev-btn,
  .epdp-reviews__next-btn {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    padding: 0;
    font-size: 26px;
    color: #fff;
    z-index: 99;
  }
  .epdp-reviews__prev-btn {
    left: 15px;
  }
  .epdp-reviews__next-btn {
    right: 15px;
  }
  /* ====================== Beakpoints ====================  */ 
  @media (min-width: 576px) {
    .epdp-reviews__container {
      flex-direction: row;
      flex-flow: row wrap;
      align-items: center;
      gap: 30px;
    }
    .epdp-reviews__rating-wrapper {
      order: 2;
      width: calc(40% - 15px);
      display: flex;
      justify-content: flex-end;
    }
    .epdp-reviews__review {
      order: 1;
      width: calc(60% - 15px);
    }
    .epdp-reviews__gallery {
      order: 3;
      max-width: calc(60% - 15px);
    }

    .epdp-reviews__reviewer-avatar {
      width: 50px;
      height: 50px;
    }
    .epdp-reviews__reviewer-desc h5 {
      font-size: 16px !important;
    }
    .epdp-reviews__reviewer-desc p {
      font-size: 14px;
    }
    .epdp-reviews__product-image {
      width: 45px;
      height: 45px;
    }
    .epdp-reviews__product-desc p {
      font-size: 16px;
    }
    .epdp-reviews__card-body h4 {
      font-size: 20px !important;
    }

    .epdp-reviews__readmore-btn {
      font-size: 18px;
    }
  }

  @media (min-width: 768px) {
    .epdp-reviews {
      padding: 55px 0;
    }

    .epdp-reviews__rating-wrapper {
      width: calc(50% - 15px);
    }
    .epdp-reviews__review {
      width: calc(50% - 15px);
    }
    .epdp-reviews__gallery {
      max-width: calc(50% - 15px);
      grid-auto-rows: 90px;
    }

    .epdp-reviews__wrapper {
      padding-top: 50px;
    }
    .epdp-reviews__card {
      display: flex;
      margin-top: 20px;
    }
    .epdp-reviews__card-header {
      flex-shrink: 0;
      flex-direction: column;
      align-items: flex-start;
      width: 250px;
      border-bottom: none;
      border-right: 1px solid #d7d7d7;
      padding: 20px;
      padding-bottom: 30px;
    }
    .epdp-reviews__reviewer {
      width: 100%;
      padding: 10px 0;
    }
    .epdp-reviews__reviewer-avatar {
      width: 60px;
      height: 60px;
    }
    .epdp-reviews__reviewer-desc h5 {
      font-size: 18px !important;
    }
    .epdp-reviews__reviewer-desc p {
      font-size: 16px;
    }
    .epdp-reviews__product {
      width: 100%;
      border-top: 1px solid #d7d7d7;
      margin-top: 10px;
      padding-top:20px;
      padding-bottom: 10px;
    }
    .epdp-reviews__product-image {
      width: 55px;
      height: 55px;
      padding: 5px 3px;
    }
    /* .epdp-reviews__product-desc p { 
      font-size: 18px;
    } */
    .epdp-reviews__product-recommend {
      display: block;
    }

    
    .epdp-reviews__card-body {
      flex: 1;
      padding: 30px 25px;
    }
    .epdp-reviews__card-body h4 {
      font-size: 22px !important;
    }
    .epdp-reviews__card-body img {
      width: 100px;
    }

    .epdp-reviews__readmore {
      padding-top: 40px;
    }

    .epdp-reviews__readmore-btn {
      font-size: 20px;
    }
  }

  @media (min-width: 992px) {
    .epdp-reviews__container {
      gap: 20px;
    }
    .epdp-reviews__rating-wrapper {
      width: calc(33.33% - 15px);
      justify-content: center;
    }
    .epdp-reviews__review {
      width: calc(33.33% - 15px);
    }
    .epdp-reviews__gallery {
      max-width: calc(33.33% - 15px); 
    }

    .epdp-reviews__wrapper {
      padding-top: 20px;
    }
    .epdp-reviews__card {
      margin-top: 30px;
    }
    .epdp-reviews__card-header {
      width: 290px;
      padding: 25px;
      padding-bottom: 35px;
    }
    .epdp-reviews__card-body {
      padding: 35px 30px;
    }

    .epdp-reviews__readmore-btn {
      font-size: 22px;
    }
  }
  
  @media (min-width: 1200px) {
    .epdp-reviews__card-body {
      font-size: 20px;
    }
  }
.epdp-social__scroll {
    max-width: 11500px;
    width: 100%;
    margin: 0 auto;
    padding: 25px 0;
  } 
  .epdp-social__scroll-item {
    width: 180px;
    padding: 0 5px;
  }
  .epdp-social__scroll-image {
    width: 100%;
  }
  .epdp-social__scroll-image img {
    max-width: 100%;
    width: 100%;
    height: auto;
    border-radius: 20px;
    vertical-align: middle; 
  }

/* ====================== Beakpoints ====================  */
  @media (min-width: 768px) {
    .epdp-social__scroll {
      padding: 30px 0;
    }
    .epdp-social__scroll-item {
      width: 250px;
    }
  }
.epdp-slider {
    padding-top: 15px;
    padding-bottom: 10px;
  }
  .epdp-social__slider-item {
    width: 100%;
    height: 100%;
    padding: 10px;
    padding-bottom: 20px;
    overflow: hidden;
  }
  .epdp-social__slider-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 5px;
    padding: 25px;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
  }
  .epdp-social__slider-stars {
    font-size: 16px;
    color: #ff8c2d;
    margin-bottom: 10px;
  }
  .epdp-social__slider-reviewer {
    margin-top: auto;
  }
  .epdp-social__slider-reviewer h5 {
    text-transform: capitalize;
    color: #ff8c2d;
    margin-bottom: 5px;
  }
  .epdp-social__slider-reviewer p {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 0;
  }
  .epdp-social__slider-reviewer i {
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
    font-size: 18px;
    color: #339d92;
  }
  .epdp-social__slider .owl-carousel .owl-stage {
    display: flex;
  }
  .epdp-social__dots {
    display: flex;
    justify-content: center;
  }
  .epdp-social__dots .owl-dot {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .epdp-social__dots .owl-dot span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    border: 2px solid #339d92;
    border-radius: 20px;
  }
  .epdp-social__dots .owl-dot.active span {
    background-color: #339d92;
  }

  .epdp-social__cta {
    margin-top: 32px;
  }

  /* ====================== Beakpoints ====================  */
  @media (min-width: 576px) {
    .epdp-social__cta {
      padding: 0 10px;
    }
  }

  @media (min-width: 768px) {
    .epdp-slider {
      padding-bottom: 30px;
    }
  }

  @media (min-width: 992px) {
    .epdp-slider {
      padding-top: 20px;
      padding-bottom: 50px;
    }
  }
  
  @media (min-width: 1200px) {
    .epdp-social__slider-text {
      font-size: 20px;
    }
  }
.epdp-social {
    padding-bottom: 15px;
  }
  .epdp-social__header {
    position: relative;
    text-align: center;
    z-index: 4;
  } 

  .epdp-social__video-review {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 180px;
    grid-gap: 10px;
    padding-top: 20px;
  }
  .epdp-social__video-card {
    position: relative;
    width: 100%;
    background-color: #000000;
    border-radius: 10px;
    box-shadow: 0 0 12px -3px #0000002e;
    overflow: hidden;
    cursor: pointer;
  }
  .epdp-social__video-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: middle;
    transition: all 0.3s ease;
  }
  .epdp-social__video-card:hover .epdp-social__video-thumbnail {
    opacity: 0.7;
  }
  .epdp-social__video-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 46px;
    height: 46px;
  }

  .epdp-social-backdrop {
    display: none;
    position: fixed;
    inset: 0;
    background-color: rgba(255, 255, 255, .42);
    z-index: 9999;
  }
  .epdp-social-backdrop.show {
    display: block;
  }
  .epdp-social__modal {
    position: fixed;
    top: 50%;
    left: 50%;
    display: none;
    transform: translate(-50%, -50%);
    animation: fadeIn 0.3s;
    z-index: 10000;
  }
  .epdp-social__modal.show {
    display: block;
  }
  
  .epdp-social__modal-wrapper {
    background-color: #000;
    border-radius: 10px;
    width: 300px;
    /* min-height: 480px; */
    overflow: hidden;
    animation: fadeInFromTop 1s;
  }
  .epdp-social__modal-btn {
    position: absolute;
    right: 15px;
    top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: #fff;
    border-radius: 50%;
    font-size: 22px;
    z-index: 10;
  }

  /* ====================== Beakpoints ====================  */
  @media (min-width: 379px) {
    .epdp-social__video-review {
      grid-gap: 12px;
    }
  }
  @media (min-width: 576px) {
    .epdp-social__header {
       margin-top: -2vw;
    }
    .epdp-social__video-review {
      grid-gap: 16px;
    }
    .epdp-social__modal-wrapper {
      width: 360px;
      /* min-height: 540px; */
    }
    
  }

  @media (min-width: 768px) {
    .epdp-social__header {
       margin-top: -3vw;
    }
    .epdp-social__video-review {
      grid-template-columns: repeat(6, 1fr);
      grid-gap: 12px;
      grid-auto-rows: 220px;
      padding-top: 30px;
    }
  }

  @media (min-width: 992px) {
    .epdp-social {
      padding-bottom: 20px;
    }
    .epdp-social__video-review {
      grid-auto-rows: 330px;
      grid-gap: 16px;
    }
    .epdp-social__video-icon {
      width: 50px;
      height: 50px;
    }
  }

  @media (min-width: 1200px) {
    .epdp-social__video-icon {
      width: 60px;
      height: 60px;
    }
  }

  @media (min-width: 1400px) {
    .epdp-social__header {
       margin-top: -60px;
    }
  }
  

  /* ====================== Animation ====================  */
  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  
  @keyframes fadeInFromTop {
    0% {
      transform: translateY(-100px);
    }
    100% {
      transform: translateY(0);
    }
  }
.epdp-text-overlay {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .epdp-text-overlay__overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.45);
  }
  .epdp-text-overlay__content {
    position: relative;
    padding: 20px 0;
    z-index: 2;
  }
  .epdp-text-overlay__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-transform: uppercase;
    text-align: center;
    font-size: 20px;
    line-height: 1.4;
    color: #ffffff;
    margin-bottom: 0;
  }
  .epdp-text-overlay__title span {
    display: block;
    background-color: #ff7c24;
    padding: 0 10px;
  }
  .epdp-text-overlay__title-large {
    font-size: 28px;
  }

  /* ====================== Beakpoints ====================  */
  @media (min-width: 576px) {
    .epdp-text-overlay__content {
      padding: 30px 0;
    }
     .epdp-text-overlay__title {
       font-size: 26px;
     }
    .epdp-text-overlay__title-large {
      font-size: 38px;
    }
  }

  @media (min-width: 768px) {
    .epdp-text-overlay__content {
      padding: 40px 0;
    }
    .epdp-text-overlay__title {
     font-size: 40px;
    }
    .epdp-text-overlay__title span {
      padding: 0 16px;
    }
    .epdp-text-overlay__title-large {
      font-size: 66px;
    }
  }

  @media (min-width: 992px) {
     .epdp-text-overlay__title {
       font-size: 55px;
     }
    .epdp-text-overlay__title-large {
      font-size: 80px;
    }
  }
@media only screen and (min-width:769px){  
  .product-faq-section {
    margin-top: 10px !important;
  }
}  
  
.product-faq .collapsible-trigger {
    font-weight: 700;
    border-style: solid;
    border-width: 0 0 1px;
    border-color: #ebebeb;
    background-color: rgba(204,204,204,.37);
    border-radius: 5px;
    color: #4a4a4a;
    display: block;
    width: 100%;
    margin-bottom: 0.5em;
}

.product-faq .collapsible-trigger--inline .collapsible-trigger__icon {
    left: 5px;
}

.product-faq .collapsible-trigger__icon--circle {
border-width: 0px !important;
}

@media only screen and (min-width: 769px) {

.product-faq  .faq-border {
    border: 1px solid #e5e5e5;
    padding: 25px;
    border-radius: 10px;
}
}
.footer__title {
  font-size: 1.3em !important;
}

.footer-border {
  border-bottom-style: solid;
  border-width: 1px;
  border-color: grey;
  padding-top: 20px;
}

@media only screen and (min-width:769px){
.site-footer{
    padding-top:40px;
}
}

@media only screen
and (max-width: 1000px) {
  .add-box {
    flex-direction: column;
  }
  .payment-icons {
  text-align: center !important;
}
}

@media only screen
and (min-width: 1000px) {
.payment-icons {
text-align: right !important;
  padding-top:10px;
}
}


.add-box {
display: flex;
justify-content: flex-start;
  padding-top:20px;
}

.one {
flex:auto;
}

.two {
flex:auto;
  align-items: right;
  justify-content: right;
}
.template-cart .safecheckout {
  width: 100%; 
  max-width: 400px; 
  height: auto; 
  padding-top: 10px;
}
@media only screen and (min-width:769px){  
  .product-reviews-section {
    margin-top: 10px !important;
  }
}  
  
@media only screen and (max-width: 769px) {
  .header-v1 .r--overview {
    padding-top: 0px !important;
  }
}

.ryviu-widget {
  margin: 0px !important;
}
.about {
    background-color: #fff4ec;
    padding-top: 30px;
  }


  .about__intro {
    text-align: center;
    font-weight: bold;
    color: #ff7b25;
    font-size: larger;
    padding-bottom: 0.5rem;
  }
  
  .about__title {
    text-align: center;
    /* text-transform: uppercase; */
  }

  .about-content {
    padding-bottom: 72px;
  }

  .about__images {
    display: flex;
    gap: 40px;
    padding-top: 50px;
  }

  .about__images-image {
    width: 50%;
  }

  .about__figure {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    margin: 0;
  }

  .about__figure-image {
    max-width: 360px;
  }

  .about__figure-img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 40px;
    transform-origin: bottom center;
    transform: rotate(-3.5deg);
    transition: transform .2s ease-in-out;
    border: 10px solid #fff; 

  }

  .about__figure-img.second-figure-img {
    transform: rotate(3.5deg); 
  }

  .about__figure-img:hover {
    transform: rotate(0);
  }

  .about__figure-caption {
    min-width: 150px;
    width: 150px;
  }

  .about__figure-caption h2 {
    text-transform: uppercase;
  }

  .about__figure-caption p {
    text-transform: uppercase;
    font-size: 14px;
    color: #1B1B1A;
    line-height: 1;
    margin-bottom: 8px;
  }

  .about__figure-link {
    display: inline-block;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    margin: 0;
  }

  .about__figure-link img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    transition: transform .2s ease-in-out;
  }

  .about__figure-link:hover img {
    transform: translate(4px,-4px);
  }

  .about__texts {
    position: relative;
    padding-top: 55px;
  }

  .about__texts-img-left {
    position: absolute;
    left: 0;
    top: 12%;
  }

  .about__texts-img-right {
    position: absolute;
    right: 0;
    top: 40%;
  }

  .about__texts-content {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
  }

  .about__texts-content p {
    font-size: 20px;
  }

  .about__texts-content h3 {
    text-transform: uppercase;
    margin-top: 50px;
  }

  .about__texts-image {
    display: flex;
    justify-content: center;
    margin-top: 40px; 
  }

  .about-arch {
    position: relative;
    background-color: #fff4ec;
    max-height: 130px;
    z-index: 4;
  }

  .about-arch img {
    max-height: 130px;
    vertical-align: middle;
  }

  @media (max-width: 1199.98px) {
    .about__images {
      gap: 20px; 
    }
  }

  @media (max-width: 991.98px) {
    .about__images {
      flex-direction: column;
      gap: 48px;
    }
    .about__images-image {
      display: flex;
      justify-content: center;
      width: 100%;
    }
    .about__figure-caption {
      min-width: 170px;
      width: 170px; 
    }
    .about__figure {
      gap: 40px;
    }
    .about__figure-image {
      max-width: 300px;
    }
    .about__texts {
      padding-top: 40px;
    }
    .about__texts-img-left,
    .about__texts-img-right {
      display: none;
    }
    .about__texts-content h3 {
      margin-top: 40px;
    }
    .about__texts-image img {
      width: 200px;
      height: auto;
    }
  }

  @media (max-width: 767.98px) {
    .about__texts-content p {
      font-size: 18px;
    }
    .about__texts-image {
      margin-top: 30px;
    }
    .about__texts-image img {
      width: 180px;
    }
    .about__figure-caption {
      min-width: 155px;
      width: 155px; 
    }
    .about__figure-link {
      font-size: 16px;
      line-height: 18px;
    }
  }

  @media (max-width: 575.98px) {
    .about {
      padding-top: 55px;
    }
    .about-content {
      padding-bottom: 55px;
    }
    .about__images {
      padding-top: 40px;
    }
    .about__figure {
      gap: 26px;
    }
    .about__figure-caption {
      min-width: 100px;
      width: 100px; 
    }
    .about__figure-caption h2 {
      font-size: 24px;
    }
    .about__figure-link {
      font-size: 14px;
    }
    .about__figure-link img {
      width: 12px;
      height: auto;
    }
    .about__texts-content p {
      font-size: 16px;
    }
  }
.ps-also-brought {
  margin-bottom: 40px !important;
}

@media only screen and (max-width: 769px) {
  .ps-also-brought {
     margin-bottom: 0px !important;
  }
}


.also-brought-section .cbb-also-bought-title {
  display: none !important;
}

.template-cart .also-brought-section {
  margin-top: 0px !important;
}
.ps-also-brought {
  margin-bottom: 40px !important;
}

@media only screen and (max-width: 769px) {
  .ps-also-brought {
     margin-bottom: 0px !important;
  }
}


.also-brought-section .cbb-also-bought-title {
  display: none !important;
}

.template-cart .also-brought-section {
  margin-top: 0px !important;
}
.faq-hidden {
  display: none;
} 

  .faq__header-subtitle {
    text-transform: capitalize !important;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 0.5em !important
  }
.faq-read {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

  
.faq-read-more {
    color: inherit;
    padding: 5px 17px;
    min-height: 40px;
    min-width: 157px;
    font-weight: 700;
    border: none!important;
    border-radius: 5px;
    background-color: #f0f0f0;
}  
  
@media only screen and (min-width:769px){  
  .product-faq-section {
    margin-top: 10px !important;
  }
}  
  
.product-faq .collapsible-trigger {
    font-weight: 700;
    border-style: solid;
    border-width: 0 0 1px;
    border-color: #ebebeb;
    background-color: rgba(204,204,204,.37);
    border-radius: 5px;
    color: #4a4a4a;
    display: block;
    width: 100%;
    margin-bottom: 0.5em;
}

.product-faq .collapsible-trigger--inline .collapsible-trigger__icon {
    left: 5px;
}

.product-faq .collapsible-trigger__icon--circle {
border-width: 0px !important;
}
.faq__question {
  margin-bottom: 0 !important;
  font-size: unset !important;
}
@media only screen and (min-width: 769px) {
  .faq__header-subtitle {
    margin-bottom: 15px !important;
  }

.product-faq  .faq-border {
    border: 1px solid #e5e5e5;
    padding: 25px;
    border-radius: 10px;
}
}

  
.rte.collapsible-content__inner--faq {
    padding-bottom: 30px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}
.hero-header {
    background-color: {{ section.settings.hero_background_color }};
    color: {{ section.settings.hero_text_color }};
  }
  .ps-art-hero__content {
    display: flex;
    align-items: center;
  }
  .hero-header__content-text {
    position: relative;
    z-index: 2;
    padding: 70px 50px 55px 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    background: linear-gradient(to right, 
      {{ section.settings.hero_background_color }} 0%,
      {{ section.settings.hero_background_color }} 80%,
      {{ section.settings.hero_background_color | color_modify: 'alpha', 0.8 }} 90%,
      {{ section.settings.hero_background_color | color_modify: 'alpha', 0 }} 100%
    );
    color: {{ section.settings.hero_text_color }};
  }
  .ps-art-hero__title {
    font-size: 3rem;
  }
  .hero-header__content-subtitle {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.4;
  }
  .hero-header__rating {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 0;
    margin-bottom: 15px;
  }
  .hero-header__rating-stars {
    font-size: 1rem;
    color: #ff7c24;
  }
  .hero-header__rating-text p {
    margin-bottom: 0;
  }

  .hero-header__button {
    max-width: 420px;
    width: 100%;
    margin-bottom: 0;
  }

  .hero-header__review {
    display: none;
  }

  .hero-header__content-image {
    width: 50%;
  }
  .hero-header__content-image img {  
    display: none;
    width: 100%;
    height: auto;
    vertical-align: middle;
  }

  .hero-header__seen {
    display: none;
  }

  /* ================ Breakpoints ===============  */
  @media (max-width: 1199.98px) {
    .ps-art-hero__title {
      font-size: 2.75rem;
    }
    .hero-header__rating-stars {
      font-size: 16px;
    }
  }

  @media (max-width: 991.98px) {
    .ps-art-hero__title {
      font-size: 2.5rem;
      text-align: center;
    }
    .hero-header__content-subtitle {
      text-align: center;
    }
    .hero-header__content-image {
      display: flex;
      justify-content: center;
      width: 100%;
    }
    .hero-header__content-image img {
      display: block;
      max-width: 600px; 
    }
    .hero-header__rating {
      gap: 6px;
    }
    .hero-header__button {
      max-width: 585px;
    }
    .hero-header__review {
      max-width: 585px;
      padding: 0 20px;
    }
    .hero-header__review-rating p {
      font-size: 16px;
    }
  }

  @media (max-width: 767.98px) {
    .ps-art-hero__content {
      padding-bottom: 32px; /* Keep bottom padding only */
    }
    
    .ps-art-hero__title {
      font-size: 2.25rem;
    }
    .hero-header__content-subtitle {
      font-size: 1.125rem;
      margin-bottom: 15px;
    }
    .hero-header__rating-stars {
      font-size: 16px;
    }
    .hero-header__rating-text p {
      font-size: 15px;
    }
  } 

  @media (max-width: 575.98px) {
    .ps-art-hero__title {
      font-size: 2.5rem;
    }
    .hero-header__rating {
      gap: 6px;
    }
    .hero-header__rating-stars{
      font-size: 16px;
    }
    .hero-header__rating-text p {
      font-size: 14px;
    }
    .hero-header__review {
      gap: 10px;
      padding: 0;
    }
    .hero-header__seen {
      gap: 10px;
    }
    .hero-header__seen p {
      font-size: 16px;
    }
    .hero-header__list li span {
      font-size: 13px; /* Even smaller on mobile */
    }
  }

   @media (max-width: 379.98px) {
    .hero-header__rating {
      gap: 6px;
    }
    .hero-header__rating-stars {
      font-size: 16px;
    }
    .hero-header__rating-text p,
     .hero-header__review-stars {
      font-size: 12px;
    }
     .hero-header__seen p {
      font-size: 14px;
    }
  }
@media only screen and (max-width: 769px) {
    .header-v1 .r--overview {
      padding-top: 0px !important;
    }
  }
.benefits {
  margin-bottom: 50px;
}

.benefits-title {
  text-align: center;
}

.benefits__card-container,
.benefits__slider-container {
  padding-top: 25px;
}

.benefits__card {
  width: 100%;
  background-color: #fff;
  border-bottom: 6px solid #ff7c24;
  border-radius: 8px;
  box-shadow: 0 0 12px -3px rgba(0,0,0, 0.18);
  overflow: hidden;
}

.benefits__card-image {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

.benefits__card-image img {
  width: 100%;
  height: auto;
  display: block;
}

.benefits__card-body {
  text-align: center;
  padding: 15px 30px 20px 30px;
}

.benefits__card-body h3 {
  color: #000; 
  font-weight: bold;
  margin: 0 0 15px;
  font-size: 20px;
  line-height: 1.3;
}

.benefits__card-body p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
}

.benefits__slider-container {
  display: none;
}

.benefits__slider-item {
  padding: 10px;
}

.benefits__button {
  margin-top: 32px;
  padding: 0 10px;
}

/* Owl Carousel Navigation Arrows */
.owl-nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

.owl-prev,
.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #fff !important;
  pointer-events: auto;
  transition: background-color 0.3s ease;
}

.owl-prev:hover,
.owl-next:hover {
  background-color: rgba(0, 0, 0, 0.7) !important;
}

.owl-prev {
  left: 10px;
}

.owl-next {
  right: 10px;
}

.owl-prev-icon,
.owl-next-icon {
  display: inline-block;
}

/* Hide Owl Dots */
.owl-dots {
  display: none !important;
}

@media (max-width: 767.98px) {
  .benefits .page-width {
    padding: 0 7px;
  }
  .benefits__card-container {
    display: none;
  }
  .benefits__slider-container {
    display: block;
    padding-top: 0;
  }
  .owl-prev {
    left: 20px;
  }
  .owl-next {
    right: 20px;
  }
  .benefits__card-body {
    padding: 15px 20px 20px 20px;
  }
  .benefits__button {
    margin-top: 15px;
  }
}

@media (min-width: 768px) {
  .benefits__card-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
  }
  .benefits__slider-container {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .benefits__card-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575.98px) {
  .benefits__card-container {
    grid-template-columns: 1fr;
  }
}
.sale-container {
    background-image: url('/cdn/shop/t/59/assets/black-friday-sale.jpg?v=1699003495');
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    margin-top: 5px;
    padding: 30px 24px;
  }

  .sale__title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    text-align: center;
    color: #feeb00;
    margin-bottom: 20px;
  }

  .sale__title.expired {
     color: #aa131a;
  }

  .sale__title img {
    width: 24px;
    height: auto;
    vertical-align: middle;
    transform: translateY(-2px);
  }

  .sale__timer-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 26px;
  }

  .sale__timer-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .sale__timer-text {
    text-transform: capitalize;
    font-size: 16px;
    line-height: 1;
    color: #feeb00;
    margin: 0;
  }

  .sale__timer-remain {
    display: flex;
    alignt-items: center;
    gap: 6px;
  }

  .sale__timer-remain span {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 64px;
    background-color: #feeb00;
    border-radius: 6px;
  }

  .sale__timer-remain span p {
    font-size: 42px;
    line-height: 1;
    font-weight: 700;
    margin: 0;
  }
/* ============= Blog Author =============  */
    .blog-author {
      background: #f8f6f5;
    }
  
    .blog-author__author {
      display: flex;
      align-items: center;
      max-width: 940px;
      width: 100%;
      margin: 0 auto;
      padding: 40px 0;
    }
  
    .blog-author__author-image {
      width: 250px;
      margin-right: 20px;
    }
  
    .blog-author__author-image img {
      width: 100%;
      height: auto;
      border-radius: 5px;
      vertical-align: middle;
    }
  
    .blog-author__author-content {
      flex: 1;
      display: flex;
      flex-direction: column;
    }
  
    .blog-author__author-content p {
      margin-bottom: 0;
    }
  
    .blog-author__author-title {
      order: -1;
      margin: 0;
      font-weight: 400;
      font-size: 20px !important;
      color: #ff7c24;
    }
  
    .blog-author__author-name {
      margin: 4px 0;
      font-weight: 400;
    }
  
    .blog-author__author-desc {
      display: flex;
      margin-top: 8px;
    }
  
    .blog-author__author-desc span {
      display: inline-block;
      font-weight: bold;
      width: 90px;
    }
  
    .blog-author__author-desc p {
      flex: 1;
      margin: 0;
    }
  
    .blog-author__social {
      display: flex;
      align-items: center;
      gap: 6px;
      padding-top: 10px;
    }
  
    .blog-author__social-links {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 28px;
      height: 28px;
      background-color: #000;
      border-radius: 50%;
      font-size: 1rem;
      color: #fff;
      transition: all 0.25s ease;
    }
    .blog-author__social-links:hover {
      color: #fff;
      background-color: #ff7c24;
    }
    
    /* ============= Blog Hightlights =============  */
    .blog-highlight {
      padding: 40px 0;
      max-width: 740px;
      width: 100%;
      margin: 0 auto;
    }
  
    .blog-highlight__list {
      display: block;
      margin-bottom: 20px;
    }
  
    .blog-highlight__list li {
      color: #ff7c24;
      margin-bottom: 0;
    }
  
   .blog-highlight__list li p {
      color: var(--colorTextBody);
       margin-bottom: 8px;
    }
  
    .blog-highlight__quote {
      position: relative;
      background: #f8f6f5;
      padding: 25px 20px;
      padding-left: 52px;
      box-shadow: 5px 5px 0 0 #ff7c24;
      margin-bottom: 32px;
    }
  
    .blog-highlight__quote-icon {
      position: absolute;
      top: 20px;
      left: 18px;
      display: inline-block;
      font-size: 2rem;
      line-height: 1;
      color: #ff7c24;
    }
  
    .blog-highlight__quote-author {
      text-align: right;
      margin-bottom: 0;
    }
  
    /* ============= Breakpoints =============  */
    @media (max-width: 767.98px) {
      .blog-author__author {
        flex-direction: column;
        padding-top: 30px;
      }
      .blog-author__author-image {
        width: 180px;
        margin-right: 0;
      }
      .blog-author__author-content {
        padding-top: 20px;
        align-items: center;
        text-align: center;
      }
      .blog-author__author-title {
        font-size: 18px !important;
      }
      .blog-author__author-name {
        margin: 8px 0;
      }
      .blog-author__author-desc {
        width: 100%;
        text-align: left;
        margin-top: 8px;
      }
      .blog-author__author-desc span {
        width: 80px;
      }
  
      .blog-author__social {
        padding-top: 16px;
      }
    }
  
    @media (max-width: 575.98px) {
      .blog-author__author {
        padding-top: 20px;
      }
      .blog-author__author-image {
        width: 160px;
      }
      .blog-highlight__quote-icon {
        left: 16px;
        font-size: 1.75rem;
      }
    }
/* ============== Blog Header =============  */

  .blog-category {
    background-color: #f8f6f5;
  }
  .blog-category__header {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding-top: 64px;
    padding-bottom: 40px;
    font-size: 20px;
  }
  .blog-category__header h1 {
    margin-bottom: 32px;
  }
  .blog-category__header h2 {
    order: -1;
    text-transform: uppercase;
    font-size: 21px;
    color: #ff7c24;
    font-weight: 400;
    margin-bottom: 10px;
  }

  .blog-category__header p:last-child {
    margin-bottom: 0;
  }

  /* ============= Featured Posts ==============  */
  .blog-featured {
    background-color: #3f6587;
    padding: 64px 0;
  }
  .blog-featured__post {
    display: flex;
    gap: 32px;
  }
  .blog-featured__post-featured {
    width: 50%;
  }
  .blog-featured__post-featured-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
  }
  .blog-featured__post-featured-card img {
    width: 100%;
    max-height: 380px;
    height: auto;
    border-radius: 7px 7px 0 0;
    object-fit: cover;
  }
  .blog-featured__post-card-footer {
    flex: 1;
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 32px 24px;
  }
  .blog-featured__post-card-footer h3 {
    margin: 0;
    color: var(--colorTextBody);
  }
  .blog-featured__post-posts {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 50%;
  }
  .blog-featured__post-cards {
    display: flex;
    border-radius: 8px;
    overflow: hidden;
  }
  .blog-featured__post-cards img {
    max-width: 200px;
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 7px 0 0 7px;
  }
  .blog-featured__post-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #fff;
    padding: 16px;
  }
  .blog-featured__post-cards h3 {
    font-size: 18px;
    font-weight: 400;
    color: var(--colorTextBody);
    margin: 0;
    transition: all 0.3s ease;
  }
  .blog-featured__post-cards:hover h3 {
    text-decoration: underline;
  }

  /* ============ Breakpoints =============== */
  @media (max-width: 1199.98px) {
    .blog-featured__post-card-footer {
      padding: 32px 16px;
    }
  }

  @media (max-width: 991.98px) {
    .blog-featured__post {
      gap: 24px;
    }
    .blog-featured__post-posts {
      gap: 24px;
    }
    .blog-featured__post-cards img {
      max-width: 160px;
    }
    .blog-featured__post-cards h3 {
      font-size: 16px;
    }
  }

  @media (max-width: 767.98px) {
    .blog-category__header {
      padding-top: 40px;
    }
    .blog-category__header h1 {
      margin-bottom: 24px;
    }
    .blog-featured {
      padding: 40px 0;
    }
    .blog-featured__post {
      flex-direction: column;
    }
    .blog-featured__post-featured {
      width: 100%;
    }
    .blog-featured__post-posts {
      width: 100%;
    }
    .blog-featured__post-cards img {
      max-width: 200px;
    }
    .blog-featured__post-cards h3 {
      font-size: 18px;
    }
  }

  @media (max-width: 575.98px) {
    .blog-category__header {
      font-size: 18px;
    }
    .blog-featured__post-card-footer {
      padding: 24px 16px;
      text-align: center;
    }
    .blog-featured__post-card-footer h3 {
      font-size: 18px;
      font-weight: 400;
    }
    .blog-featured__post-cards {
      flex-direction: column;
      text-align: center;
    }
    .blog-featured__post-cards img {
      max-width: 100%;
      border-radius: 7px 7px 0 0;
    }
    .blog-featured__post-content {
      padding: 24px 16px;
    }
  }
.comparison-title {
  text-align: center;
  line-height: 1.2;
}
.comparison-container {
  max-width: 80%;
  margin: 0 auto;
  padding-top: 20px;
}
.comparison__brand {
  position: relative;
  display: flex;
}
.comparison__brand-item {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #339d92;
  border-radius: 8px;
  text-align: center;
  padding: 16px 32px;
  margin: 2px;
}
.comparison__brand-item.other-brands {
  background-color: #EE7A28;
}
.comparison__brand h3 {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  margin: 0;
}
.comparison-versus {
  position: absolute;
  top: -3px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background-color: #fff;
}
.comparison-versus p {
  margin-bottom: 0;
  line-height: 1;
  font-size: 20px;
  font-weight: bold;
}
.comparison-content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.comparison__list {
  display: block;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
.comparison__list-item {
  display: flex;
  margin: 0;
}
.comparison__list-row {
  flex: 1;
  display: flex;
  align-items: center;
  background-color: #f7f6f5;
  border-radius: 8px;
  padding: 10px 16px;
  margin: 2px
}
.comparison__list-icon {
  display: inline-block;
  font-size: 24px;
  margin-right: 10px;
}
.comparison__list-icon.icon-checked {
  color: #339d92;
}
.comparison__list-icon.icon-times {
  color: #EE7A28;
}
@media (max-width: 1199.98px) {
  .comparison-container {
    max-width: 100%;
  }
}

@media (max-width: 991.98px) {
  .comparison__brand h3 {
    font-size: 20px;
  }
  .comparison-versus {
   width: 58px;
   height: 58px;
 }
  .comparison-versus p {
    font-size: 18px;
  }
  .comparison__list-row {
    font-size: 1rem;
  }
  .comparison__list-icon {
    font-size: 20px;
  }
}

@media (max-width: 767.98px) {
  .comparison__brand h3 {
    font-size: 18px;
  }
  .comparison-versus {
   width: 54px;
   height: 54px;
 }
  .comparison__list-row {
    padding: 10px;
  }
}

@media (max-width: 575.98px) {
  .comparison__brand h3 {
    font-size: 16px;
  }
  .comparison-versus p {
    font-size: 16px;
  }
  .comparison__list-row {
    padding: 10px 6px;
    font-size: 14px;
  }
  .comparison__list-icon {
    font-size: 16px;
  }
}

@media (max-width: 409.98px) {
  .comparison__brand-item {
    padding: 10px 32px;
  }
  .comparison-versus {
    top: -1px;
    width: 56px;
   height: 56px;
  }
}
.countdown {
      background-color: #fff4ec;
      padding-top: 72px;
  }

  .countdown-arch {
    position: relative;
    background-color: #fff4ec;
    max-height: 130px;
    z-index: 2;
  }
  
  .countdown-arch img {
    max-height: 130px;
    vertical-align: middle;
  }

  .countdown__header {
      text-align: center;
  }

  .countdown__header-title.expired {
      color: #aa131a;
  }

  .countdown__header-text {
  }

  /* ---- Timer ------ */
  .countdown-discount-timer {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .countdown__timer {
      max-width: 412px;
      width: 100%;
      margin: 32px 0;
  }

  .countdown__timer-content {
    position: relative;
    display: flex;
    width: 100%;
    background-color: #fff;
    border-radius: 8px;
    padding: 16px 32px;
    box-shadow: 0 5px 15px #00000025;
    z-index: 2;
  }

  .countdown__timer-item {
      width: 64px;
      text-align: center;
  }

  .countdown__timer-item p {
      margin-bottom: 0;
  }

  .countdown__timer-remain {
      font-size: 50px;
      color: #ff7c24;
      line-height: 1;
  }

  .countdown__timer-space {
      font-size: 40px;
      color: #ff7c24;
      font-weight: bold;
      line-height: 1;
      padding: 0 10px;
      padding-top: 4px;
  }

  /* ---- Discount ------ */
  .countdown__discount {
      max-width: 412px;
      width: 100%;
      margin-top: 20px;
  }

  .countdown__discount p {
    margin-bottom: 0;
  }

  .countdown__discount-button {
      display: flex;
      align-items: center;
      margin-bottom: 15px;
      box-shadow: 0 5px 15px -2px #00000015;
  }

  .countdown__discount-code {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 50%;
      height: 44px;
      background-color: #e9e8e7;
      border: 1px solid #e9e8e7;
      border-radius: 5px 0 0 5px;
      font-size: 22px;
      padding: 6px 10px;
  }

  .countdown__discount-btn {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 50%;
      height: 44px;
      text-align: center;
      background-color: #349d92;
      border: 1px solid #349d92;
      border-radius: 0 5px 5px 0;
      color: #fff;
      padding: 6px 24px;
      transition: all 0.3s ease;
  }

  .template-page .countdown__discount-btn {
    font-size: 20px !important;
  }

  .countdown__discount-btn:hover {
      background-color: #43c1b4;
      border-color: #43c1b4; 
  }

  .countdown__discount-btn:disabled {
    cursor: not-allowed !important;
  }

  .countdown__discount-btn:disabled:hover {
    background-color: #349d92;
    border-color: #349d92;
  }

  .countdown__discount-btn span {
      display: inline-block;
  }

  .countdown__discount-btn span:last-child {
      display: none;
  }

  .countdown__discount-btn.copied span:first-child {
      display: none;
  }

  .countdown__discount-btn.copied span:last-child {
      display: inline-block;
  }

  /* ---- Benefit ------ */
  .countdown__benefit {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-flow: row wrap;
      gap: 40px;
      padding-bottom: 72px;
  }

  .countdown__benefit-item {
      display: flex;
      align-items: center;
      background: #e9e8e7;
      border-radius: 50px;
      padding: 8px 16px;
  }

  .countdown__benefit-item p {
    margin-bottom: 0;
  }

  .countdown__benefit-icon {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 24px;
      height: 24px;
      background-color: #fff;
      border-radius: 50%;
      margin-right: 8px;
  }

  .countdown__benefit-icon svg {
      max-width: 20px;
      width: 100%;
      fill: #ff7c24;
  }

    @media (max-width: 1199.98px) {
      .countdown__benefit {
        gap: 16px;
      }

    }

    @media (max-width: 575.98px) {
      .countdown {
        padding-top: 55px;
      }
      .countdown__timer {
        max-width: 304px;
        margin: 24px 0;
      }
      .countdown__timer-content{
        padding: 16px;
      }
      .countdown__timer-item {
        width: 52px;
      }
      .countdown__timer-item p:last-child {
        font-size: 14px;
      }
      .countdown__timer-remain {
        font-size: 40px;
      }
      .countdown__timer-space {
        font-size: 36px;
        padding: 0 6px;
      }

      .countdown__discount {
        max-width: 304px;
      }
      .countdown__discount p {
        font-size: 16px;
      }
      .countdown__benefit {
        gap: 10px;
        padding-bottom: 55px; 
      }
      .countdown__benefit-item {
        padding: 6px 12px;
      }
      .countdown__benefit-item p {
        font-size: 14px;
      }
      .countdown__benefit-icon {
        width: 20px;
        height: 20px;
        margin-right: 6px;
      }
      .countdown__benefit-icon svg {
        max-width: 16px;
      }
    }
.faq-2 {
      background-color: #EBEDF4;
      color: #011b71;
  }
  .faq__wave-top img {
    vertical-align: top;
    width: 100%;
    height: auto;
  }
  
  .faq__wave-bottom img {
    vertical-align: bottom;
    width: 100%;
    height: auto;
  }
  
  .faq__content {
    display: flex;
    align-items: center;
    padding: 50px 0;
  }

  .faq__content-text {
    width: 50%;
    padding-right: 16px;
  }

  .faq__content-text p a {
    text-decoration: none;
    color: #bb2f3e !important;
  }

  .faq__content-accordion {
    width: 50%;
    padding-left: 16px;
  }

  .faq__item {
    padding: 20px 0;
    border-top: 1px solid rgba(1,27,113,.1);
  }
  .faq__item:first-child {
    border: none;
    padding-top: 0;
  }

  .faq__item-header {
    display: flex;
    align-items: center;
    cursor: pointer;
  }

  .faq__item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background-color: #ffffff;
    border-radius: 50%;
    font-size: 14px;
    line-height: 1;
    color: #011b71;
    margin-right: 10px;
  }
  .faq__item.active .faq__item-icon {
    background-color: #011b71;
    color: #ffffff;
  }

  .faq__item-header h6 {
    flex: 1;
    margin-bottom: 0;
  }

  .faq__item-content {
    max-height: 0;
    padding-left: 40px;
    transition: max-height 0.35s ease-in-out;
    overflow: hidden;
  }

  .faq__item-content p {
    margin-top: 15px;
    margin-bottom: 0;
  }
  .faq__item-content p a {
    text-decoration: none;
    color: #bb2f3e !important;
  }

  @media (max-width: 767.98px) {
    .faq__content {
      flex-direction: column;
    }
    .faq__content-text {
        max-width: 500px;
        width: 100%;
        text-align: center;
        padding-right: 0;
        margin-bottom: 32px;
      }
     .faq__content-accordion {
         width: 100%;
         padding-left: 0;
      }
  }
.faq-hidden {
  display: none;
} 

  .faq__header-subtitle {
    text-transform: capitalize !important;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 0.5em !important
  }
.faq-read {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

  
.faq-read-more {
    color: inherit;
    padding: 5px 17px;
    min-height: 40px;
    min-width: 157px;
    font-weight: 700;
    border: none!important;
    border-radius: 5px;
    background-color: #f0f0f0;
}  
  
@media only screen and (min-width:769px){  
  .product-faq-section {
    margin-top: 10px !important;
  }
}  
  
.product-faq .collapsible-trigger {
    font-weight: 700;
    border-style: solid;
    border-width: 0 0 1px;
    border-color: #ebebeb;
    background-color: rgba(204,204,204,.37);
    border-radius: 5px;
    color: #4a4a4a;
    display: block;
    width: 100%;
    margin-bottom: 0.5em;
}

.product-faq .collapsible-trigger--inline .collapsible-trigger__icon {
    left: 5px;
}

.product-faq .collapsible-trigger__icon--circle {
border-width: 0px !important;
}
.faq__question {
  margin-bottom: 0 !important;
  font-size: unset !important;
}
@media only screen and (min-width: 769px) {
  .faq__header-subtitle {
    margin-bottom: 15px !important;
  }

.product-faq  .faq-border {
    border: 1px solid #e5e5e5;
    padding: 25px;
    border-radius: 10px;
}
}

  
.rte.collapsible-content__inner--faq {
    padding-bottom: 30px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}
.hero-header {
    background-color: #f7f6f5;
  }
  .hero-header__content {
    display: flex;
    align-items: center;
    padding: 55px 0;
  }
  .hero-header__content-text {
    display: flex;
    flex-direction: column;
    width: 50%;
    padding-right: 18px;
  }
  .hero-header__title {
    font-size: 3rem;
  }
  .hero-header__content-subtitle {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.2;
  }
  .hero-header__rating {
    order: -1;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
  }
  .hero-header__rating-stars {
    font-size: 1rem;
    color: #ff7c24;
  }
  .hero-header__rating-text p {
    margin-bottom: 0;
  }

  .hero-header__list {
    margin: 0;
    margin-bottom: 22px;
    padding: 0;
  }
  .hero-header__list li {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
  }
  .hero-header__list li img {
    width: 22px;
    height: auto;
  }
  .hero-header__list li span {
    display: block;
    flex: 1;
    font-weight: bold;
    font-size: larger;
  }

  .hero-header__button {
    max-width: 420px;
    width: 100%;
  }

  .hero-header__review {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
  }

  .hero-header__review-image {
    position: relative;
    width: 90px;
    height: 90px;
  }
  .hero-header__review-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
  }
  .hero-header__review-quote {
    position: absolute;
    right: -3px;
    bottom: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: #ff7c24;
    font-size: 20px;
    color: #fff;
  }

  .hero-header__review-text {
    flex: 1;
  }
  .hero-header__review-text > p {
    font-style: italic;
    font-size: 16px;
    margin-bottom: 0;
  }
  .hero-header__review-rating {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #ff7c24;
    margin-top: 4px;
  }
  .hero-header__review-stars {
    display: flex;
    align-items: center;
    gap: 2px;
    font-size: 14px;
  }
  .hero-header__review-rating p {
    margin-bottom: 0;
  }

  .hero-header__content-image {
    width: 50%;
  }
  .hero-header__content-image img {  
    display: none;
    width: 100%;
    height: auto;
    vertical-align: middle;
  }

  .hero-header__seen {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
  }
  .hero-header__seen p {
    text-transform: capitalize;
    margin-bottom: 0;
  }
  .hero-header__seen-image {
    flex: 1;
    max-width: 400px;
  }
  .hero-header__seen-image img {
    width: 100%;
    height: auto;
    vertical-align: middle;
  }

  /* ================ Breakpoints ===============  */
  @media (max-width: 1199.98px) {
    .hero-header__title {
      font-size: 2.75rem;
    }
    .hero-header__rating-stars {
      font-size: 16px;
    }
  }

  @media (max-width: 991.98px) {
    .hero-header__content {
      flex-direction: column-reverse;
      align-items: stretch;
      gap: 20px;
    }
    .hero-header__content-text {
      align-items: center;
      width: 100%;
      padding-right: 0;
    }
    .hero-header__title {
      font-size: 2.5rem;
      text-align: center;
    }
    .hero-header__content-subtitle {
      text-align: center;
    }
    .hero-header__content-image {
      display: flex;
      justify-content: center;
      width: 100%;
    }
    .hero-header__content-image img {
      display: block;
      max-width: 600px; 
    }
    .hero-header__rating {
      gap: 6px;
    }
    .hero-header__rating-stars {
      font-size: 12px;
    }
    .hero-header__rating-text p {
      font-size: 14px;
    }
    .hero-header__button {
      max-width: 585px;
    }
    .hero-header__review {
      max-width: 585px;
      padding: 0 20px;
    }
    .hero-header__review-rating p {
      font-size: 16px;
    }
  }

  @media (max-width: 767.98px) {
    .hero-header__content {
      padding-top: 10px;
      padding-bottom: 32px;
    }
    .hero-header__title {
      font-size: 2.25rem;
    }
    .hero-header__content-subtitle {
      font-size: 1.125rem;
      margin-bottom: 15px;
    }
    .hero-header__rating-stars {
      font-size: 14px;
    }
    .hero-header__rating-text p {
      font-size: 15px;
    }
  } 

  @media (max-width: 575.98px) {
    .hero-header__title {
      font-size: 2rem;
    }
    .hero-header__rating {
      gap: 6px;
    }
    .hero-header__rating-stars{
      font-size: 12px;
    }
    .hero-header__rating-text p {
      font-size: 14px;
    }
    .hero-header__review {
      gap: 10px;
      padding: 0;
    }
    .hero-header__seen {
      gap: 10px;
    }
    .hero-header__seen p {
      font-size: 16px;
    }
  }

   @media (max-width: 379.98px) {
    .hero-header__rating {
      gap: 6px;
    }
    .hero-header__rating-stars {
      font-size: 10px;
    }
    .hero-header__rating-text p,
     .hero-header__review-stars {
      font-size: 12px;
    }
     .hero-header__seen p {
      font-size: 14px;
    }
  }
.ps-ingredient {
        background-color: #f7f6f5;
        padding: 50px 0;
  }
  
  .ingredient__header {
    text-align: center;
  }

  .ingredient__product {
    display: none;
    justify-content: center;
    padding-top: 25px;
  }
  .ingredient__product-image {
    width: 33.3%;
  }
  .ingredient__product-image img {
    width: 100%;
    height: auto;
    vertical-align: middle;
  }

  .ingredient__content {
    display: flex;
    gap: 30px;
    padding-top: 25px;
    margin-bottom: 50px;
  }

  .ingredient__content-cards {
    display: flex;
    flex-direction: column;
    gap: 36px;
    width: 37%;
  }

  .ingredient__card {
    display: flex;
    align-items: center;
    gap: 15px;
    /* background: #f7f6f5; */
  }
  .ingredient-cards-start .ingredient__card {
    flex-direction: row-reverse;
    text-align: right;
  }
  
  .ingredient__card-image {
    width: 100px;
    height: 100px;
    border: 2px solid #cccccc;
    border-radius: 50%;
    background-color: #ef7b292e;
  }
  .ingredient__card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    
  }
  .ingredient__card-info {
    flex: 1;
  }
  .ingredient__card-title {
    line-height: 1;
    color: #ff7c24;
    margin-bottom: 4px;
  }
  .ingredient__card-info p {
    line-height: 1.3;
    margin-bottom: 0;
  }

  .ingredient__content-product {
    display: flex;
    align-items: center;
    width: 26%;
    padding: 0 15px;
  }

  .ingredient__content-product img {
    width: 100%;
    height: auto;
    vertical-align: middle;
  }

  .ingredient__rating {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
  }

  .ingredient__rating p {
    font-size: 16px;
    margin-bottom: 0;
  }

  .ingredient__rating-stars {
    display: flex;
    align-items: center;
    gap: 2px;
    font-size: 14px;
    color: #ff7c24;
  }


  /* ================ Breakpoints ===============  */
  @media (max-width: 1199.98px) {
    .ingredient__content-product {
      padding: 0;
    }
    .ingredient__card-title {
      font-size: 16px !important;
    }
    .ingredient__card-info p {
      font-size: 16px;
    }
  }

  @media (max-width: 991.98px) {
    
    .ingredient__content {
      justify-content: center;
      gap: 20px;
      margin-bottom: 40px;
    }
    
    .ingredient__content-product {
      /* display: none; */
      width: 30%;
    }
    .ingredient__content-cards {
      /* max-width: 320px; */
      /* width: 50%; */
      width: 35%;
    }
    .ingredient__card,
    .ingredient-cards-start .ingredient__card {
      flex-direction: column;
      text-align: center;
    }
  }

  @media (max-width: 767.98px) {
    .ingredient__product {
      display: flex;
    }
    .ingredient__content {
      margin-bottom: 30px;
    }
    .ingredient__content-product {
      display: none;
    }
    .ingredient__content-cards {
      width: 50%;
    }
  }

  @media (max-width: 575.98px) {
    .ingredient__product-image {
      width: 50%;
    }
    .ingredient__content {
      gap: 15px;
    }
    .ingredient__card {
      gap: 10px;
    }
    .ingredient__card-image {
      width: 80px;
      height: 80px;
    }
    .ingredient__card-title {
      font-size: 14px !important;
    }
    .ingredient__card-info p {
      font-size: 14px;
    }
    .ingredient__rating {
      gap: 8px;
    }
    .ingredient__rating p,
    .ingredient__rating-stars {
      font-size: 14px;
    }
  }

  @media (max-width: 449.98px) {
    .ingredient__rating p,
    .ingredient__rating-stars {
      font-size: 12px;
    }
  }
.ingredients__list-item img {
        filter: invert(48%) sepia(13%) saturate(3207%) hue-rotate(339deg) brightness(95%) contrast(80%);
  }

  .ps-ingredients-curve-top {
    position: relative;
    background-color: #ffffff;
      max-height: 130px;
    z-index: 2;
  }
  .ps-ingredients-curve-top img {
      vertical-align: middle;
      max-height: 130px;
  }
  .ingredients__wave-curve {
      width: 100%;
      height: auto;
  }
  .ingredients {
    background-color: #fff4ec;
    padding-bottom: 50px;
  }

  .ingredients__header {
    position: relative;
    text-align: center;
    z-index: 4;
  }
  .ingredients__header h2 {
    margin-top: -60px;
  }
  .ingredients__grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 20px;
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .ingredients__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    background-color: #fff;
    border: 1px solid #d6c3ac;
    border-radius: 8px;
    padding: 0 30px 15px 30px;
    box-shadow: 0 5px 15px 0 rgba(0,0,0,.08);
  }
  .ingredients__card-image {
    max-width: 240px;
    margin-top: -28px;
  }
  .ingredients__card-body {
    padding-top: 16px;
  }
  .ingredients__card-body h3 {
    color: #ff7c24;
    font-weight: bold;
  }
  .ingredients__accordion {
    background-color: #fff;
    border: 1px solid #d6c3ac;
    border-radius: 8px;
    box-shadow: 0 5px 15px 0 rgba(0,0,0,.08); 
    
  }
  .ingredients__accordion-btn {
    display: flex;
    align-items: center;
    width: 100%;
    text-align: left;
    padding: 15px 20px;
  }
  .ingredients__accordion-btn h3 {
    flex: 1;
    color: #ff7c24;
    font-weight: bold;
    margin-bottom: 0;
  }
  .ingredients__accordion-icon {
    display: inline-block;
    margin-left: 12px;
    transition: all .25s ease;
  }
  .ingredients__accordion.active .ingredients__accordion-icon {
    transform: rotate(-180deg);
  }
  
  .ingredients__accordion-content {
    max-height: 0;
    padding: 0 20px;
    transition: max-height 0.35s ease-in-out;
    overflow: hidden;
  }

  .ingredients__detail {
    padding-top: 40px;
  }
  .ingredients__detail-title {
      width: 100%;
      text-align: center;
      background-image: url('/cdn/shop/t/54/assets/line.png?v=1687325276');
      background-repeat: no-repeat;
      background-position: center center;
  }
  .ingredients__detail-title span {
    display: inline-block;
    background-color: #fff4ec;
    padding: 0 15px;
  }
  .ingredients__list {
    list-style: none;
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .ingredients__list-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 20px;
    margin: 20px 0;
  }
  .ingredients__list-item::after {
      content: "";
      position: absolute;
      width: 1px;
      height: 58px;
      right: 0;
      top: 50px;
      transform: translateY(-50%);
      background: #e5e8e8;
  }
  .ingredients__list-item p {
    margin-top: 10px;
    margin-bottom: 0;
  }
  .ingredients__list-item:last-child::after {
    display: none;
  }
  .ingredients__detail-button {
    padding-top: 12px;
  }

  @media (max-width: 1399.98px) {
    .ingredients__header h2 {
      margin-top: -3vw;
    }
  }

  @media (max-width: 1199.98px) {
    .ingredients__wave {
      margin-bottom: -10px;
    }
    .ingredients__header h2 {
      margin-top: -2vw;
    }
    .ingredients__card {
      padding: 0 20px 15px 20px;
    }
  }
  @media (max-width: 991.98px) {
  .ingredients__header h2 {
      margin-top: 0;
    }
  }
  @media (max-width: 767.98px) {
    .ingredients {
      padding-top: 10px;
    }
    .ingredients__grid-container {
      grid-template-columns: repeat(2, 1fr);
      grid-row-gap: 20px;
    }
    .ingredients__accordion-btn h3 {
      font-size: 20px;
    }
  }
  @media (max-width: 575.98px) {
    .ingredients__card {
      padding: 0 15px 15px 15px;
    }
    .ingredients__grid-container {
      grid-template-columns: 1fr;
    }
    .ingredients__accordion-btn {
      padding: 15px;
    }
    .ingredients__accordion-btn h3 {
      font-size: 18px;
    }
    .ingredients__detail-title {
      background-image: none;
    }
    .ingredients__detail-title span {
      padding: 0;
    }
    .ingredients__list {
      flex-flow: row wrap;
    }
    .ingredients__list-item {
      width: 50%;
      margin: 10px 0;
      padding: 0 5px;
    }
    .ingredients__list-item::after {
      top: 10px;
      bottom: 10px;
      height: auto;
      transform: translateY(0);
    }
    .ingredients__list-item:nth-child(2)::after {
      display: none;
    }
    .ingredients__detail-button {
      padding-top: 20px;
    }
  }
.ps-intro {
    background-color: #f7f6f5;
    padding: 50px 0;
  }
  
  .intro__content {
    display: flex;
    align-items: center;
    gap: 36px;
  }
  
  .intro__content-wrapper {
    width: 50%;
  }
  
  .intro__content-text h2 {
    max-width: 540px;
  }

  .intro__list {
    padding: 0;
    margin: 0;
    margin-bottom: 32px;
  }
  .intro__list li {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
  }
  .intro__list li img {
    width: 20px;
    height: auto;
  }
  .intro__list li span {
    display: block;
    flex: 1;
  }

  .intro__button {
    max-width: 420px;
    width: 100%;
  }
  
  .intro__content-image {
    width: 50%;
  }
  .intro__content-image.intro-image-mobile {
    display: none;
  }
  .intro__content-image img {
    width: 100%;
    height: auto;
    vertical-align: middle;
    border-radius: 5px;
  }

  /* ================ Breakpoints ===============  */
   @media (max-width: 1199.98px) {
    .intro__content-text h2 {
      max-width: 100%;
    }
  }

  @media (max-width: 991.98px) {
    .intro__button .payment__rating-text p {
      font-size: 14px;
    }
    .intro__button .payment__rating-stars {
      font-size: 12px;
    }
  }

  @media (max-width: 767.98px) {
    .intro__content {
      gap: 0;
    }
    .intro__content-wrapper {
      width: 100%;
    }
    .intro__content-text {
      text-align: center;
    }
    .intro__content-image {
      display: none;
      width: 100%;
      margin: 20px 0;
    }
    .intro__content-image.intro-image-mobile {
      display: flex;
      justify-content: center;
    }
    /* .intro__content-image img {
      max-width: 400px;
    } */

    .intro__content-points {
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .intro__list {
      margin-bottom: 22px;
    }
    .intro__list li span {
      max-width: 320px;
    }
    .intro__button {
      max-width: 585px;
    }

    .intro__button .payment__rating-text p {
      font-size: 16px;
    }
    .intro__button .payment__rating-stars {
      font-size: 14px;
    }
    
  }

  @media (max-width: 575.98px) {
    .intro__button .payment__rating-text p {
      font-size: 14px;
    }
    .intro__button .payment__rating-stars {
      font-size: 12px;
    }
  }
@media only screen and (max-width: 769px) {
    .header-v1 .r--overview {
      padding-top: 0px !important;
    }
  }
.ps-money-back {
    background-color: #f7f6f5;
    padding: 50px 0;
  }
  .guarantee__content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .guarantee__header {
    max-width: 840px;
    width: 100%;
    text-align: center;
  }

  .guarantee__card {
    position: relative;
    display: flex;
    gap: 30px;
    max-width: 740px;
    width: 100%;
    background: #fff;
    border: 2px dashed #ff7c24;
    border-radius: 15px;
    padding: 24px 30px;
    margin-top: 25px;
    margin-bottom: 40px;
    align-items: center
  }
  .guarantee__card-image {
    width: 172px;
    height: 172px;
  }
  .guarantee__card-image img {
    width: 100%;
    height: auto;
    vertical-align: middle;
  }
  .guarantee__card-text {
    flex: 1;
  }
  .guarantee__card-text p:last-child {
    margin-bottom: 0;
  }

  .guarantee__button {
    max-width: 585px;
    width: 100%;
  }

  /* ================ Breakpoints ===============  */
  @media (max-width: 991.98px) {
    .guarantee__card {
      gap: 24px;
      padding: 24px;
    }
     .guarantee__card-image {
      width: 140px;
      height: 140px;
    }
  }
  
  @media (max-width: 767.98px) {
    .guarantee__card {
      gap: 20px;
      padding: 20px;
      margin-bottom: 32px;
    }
    .guarantee__card-image {
      width: 120px;
      height: 120px;
    }
  }

  @media (max-width: 575.98px) {
    .guarantee__card {
      gap: 0;
      margin-top: 85px;
      padding-top: 80px;
    }
    .guarantee__card-image {
      position: absolute;
      top: 0;
      left: 50%;
      transform: translate(-50%, -50%)
    }
    .guarantee__card-text {
      text-align: center;
    }
  }
.product-review {
    background-color: #fff4ec;
    padding-top: 55px;
  }

  .product-review__content {
    display: flex;
    align-items: center;
    padding-bottom: 40px;
  }

  .product-review__content-text {
    width: 50%;
    display: flex;
    justify-content: center;
    padding-right: 40px;
  }

  .product-review__content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 345px;
    text-align: center;
  }

  .product-review__content-wrapper p {
    font-size: 20px
  }

  .product-review__review {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background-color: #ffffff;
    border-radius: 50px;
    font-size: 16px;
    line-height: 1;
    padding: 8px 15px;
    margin-bottom: 16px;
  }

  .product-review__review-icon {
    color: #ff7c24;
  }

  .product-review__review p {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.1px;
    margin-bottom: 0;
  }

  .product-review__review-image {
    display: none;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
  }

  .product-review__review-image img {
    height: 270px;
    width: auto;
    object-fit: contain;
  }

  .product-review__cta {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    background-color: var(--colorBtnPrimary);
    border-radius: 10px;
    text-transform: uppercase;
    font-size: 1.4rem;
    color: #ffffff;
    font-weight: 400;
    padding: 0 20px;
    transition: box-shadow .3s ease;
  }
  .product-review__cta:hover {
    color: #ffffff;
    box-shadow: rgb(0 0 0 / 20%) 0px 3px 6px, rgb(0 0 0 / 15%) 0px 3px 10px;
  }

  .product-review__cta-icon {
    width: 30px;
    margin-left: 10px;
    line-height: 1;
  }

  .product-review__content-image {
    width: 50%;
  }

  .product-review-arch {
    position: relative;
    background-color: #fff4ec;
    max-height: 130px;
    z-index: 2;
  }

  .product-review-arch img {
    max-height: 130px;
    margin-bottom: -1px;
    vertical-align: bottom;
  }


  @media (max-width: 991.98px) {
    .product-review__content-text {
      padding-right: 20px;
    }
    .product-review__cta {
      font-size: 20px;
      height: 54px;
    }
    .product-review__cta-icon {
      width: 28px;
    }
  }

  @media only screen and (max-width:769px) {
    .product-review__content {
      flex-direction: column;
    }
    .product-review__content-text {
      width: 100%;
      padding-right: 0;
    }
    .product-review__content-image {
      display: none;
    }
    .product-review__review-image {
      display: flex;
    }
    .product-review__content-wrapper {
      width: 100%;
    }
    .product-review__cta {
      font-size: 18px;
      width: 100%;
      height: 50px;
    }
    .product-review__cta-icon {
      width: 24px;
    }
  }
.ps-promo-bar {
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 130%;
}

.ps-promo-bar .container {
  margin: 0 auto;
  padding: 10px 15px;
}

@media screen and (min-width: 768px) {
  .ps-promo-bar .container {
    padding: 12px 15px;
  }
}
.reasons-wrapper {
    max-width: 1020px;
    width: 100%;
    margin: 0 auto;
  }
  .reasons__header {
    text-align: center;
  }

  .reasons__header h2 {
    text-transform: capitalize;
  }

  .reasons-content {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-top: 25px;
  }

  .reasons-row {
    display: flex;
    align-items: center;
    gap: 36px;
  }
  
  .reasons-row:nth-child(even) {
    flex-direction: row-reverse;
  }

  .reasons-image {
    width: 50%;
  }

  .reasons-image img {
    vertical-align: middle;
    width: 100%;
    height: auto;
    border-radius: 8px;
  }

  .reasons-text {
    width: 50%;
  }
  
  .reasons-text-title {
    font-size: 24px !important;
    margin-bottom: 6px;
  }

  .reasons__review {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 10px;
  }

  .reasons__review-image {
    position: relative;
    width: 90px;
    height: 90px;
  }
  .reasons__review-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
  }
  .reasons__review-quote {
    position: absolute;
    right: -2px;
    bottom: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: #ff7c24;
    font-size: 20px;
    color: #fff;
  }

  .reasons__review-text {
    flex: 1;
  }
  .reasons__review-text > p {
    font-style: italic;
    font-size: 16px;
    margin-bottom: 0;
  }
  .reasons__review-rating {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #ff7c24;
    margin-top: 6px;
  }
  .reasons__review-stars {
    display: flex;
    align-items: center;
    gap: 2px;
    font-size: 14px;
  }
  .reasons__review-rating p {
    font-size: 16px;
    margin-bottom: 0;
  }
  

  /* ================ Breakpoints ===============  */
  @media (max-width: 991.98px) {
    .reasons-text-title {
      font-size: 20px !important;
    }
    .reasons-text p {
      font-size: 16px;
    }

    .reasons__review {
      gap: 10px;
    }
    .reasons__review-image {
      width: 86px;
      height: 86px;
    }
    .reasons__review-stars {
      font-size: 12px;
    }
    .reasons__review-text p {
      font-size: 14px;
    }
    .reasons__review-rating p {
      font-size: 14px;
    }
  }

  @media (max-width: 767.98px) {
    .reasons-wrapper {
      max-width: 500px;
    }
    .reasons-content {
      gap: 15px;
    }
    .reasons-row,
    .reasons-row:nth-child(even) {
      flex-direction: column;
      gap: 0;
    }
    .reasons-image {
      width: 100%;
    }
    .reasons-text {
      width: 100%;
      padding: 20px 0;
    }
    .reasons-row:last-child .reasons-text {
      padding-bottom: 0
    }
    .reasons-text-title {
      font-size: 18px !important;
    }

    .reasons__review {
      gap: 20px;
    }
  }

  @media (max-width: 575.98px) {
    .reasons-wrapper {
      max-width: 100%;
    }
    .reasons__review {
      gap: 10px;
    }
    .reasons__review-quote {
      bottom: 0;
      width: 32px;
      height: 32px;
      margin-top: 4px;
    }
  }
@media only screen and (max-width: 769px) {
    .header-v1 .r--overview {
      padding-top: 0px !important;
    }
  }

  .ryviu-widget {
    margin: 0px !important;
  }
.satisfaction {
      background: url(/cdn/shop/t/55/assets/satisfaction-bg.jpeg?v=1691656137) center top no-repeat;
      background-size: cover;
  }

  .satisfaction__content {
    display: flex;
    align-items: center;
    max-width: 1050px;
    margin: 0 auto;
    padding: 50px 0;
  }

  .satisfaction__content-text {
    flex: 1;
    color: #ffffff;
    padding-left: 32px;
  }

  .satisfaction__wave-top img {
    vertical-align: top;
    width: 100%;
    height: auto;
  }
  .satisfaction__wave-bottom img {
    vertical-align: bottom;
    width: 100%;
    height: auto;
  }

  @media (min-width: 767.98px) {
  .ps-satisfaction {
    padding-bottom: 25px;
  }
  }

  @media (max-width: 767.98px) {
    .satisfaction__content {
      flex-direction: column;
      padding: 30px 0;
    }
    .satisfaction__content-image {
      margin-bottom: 25px;
    }
    .satisfaction__content-text {
      text-align: center;
      padding-left: 0;
    }
  }
.supplement__content {
    display: flex;
    gap: 36px;
  }
  .supplement__content-image {
    width: 50%;
  }
  .supplement__content-image img {
    width: 100%;
    height: auto;
    vertical-align: middle;
    border-radius: 5px;
  }

  .supplement__content-text {
    align-self: center;
    width: 50%;
  }
  .supplement__desc {
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1px solid #000000;
    border-radius: 5px;
    padding: 12px;
    margin-bottom: 15px;
  }
  .supplement__desc-image {
    width: 100px;
    height: auto;
    vertical-align: middle;
  }
  .supplement__desc-text {
    flex: 1;
  }
  .supplement__desc-text p{
    margin-bottom: 0;
  }
  
  .supplement__accordion {
    /* margin-top: 40px; */
    
  }
  .supplement__accordion-item {
    border: 1px solid black;
    border-radius: 5px;
    margin-bottom: 16px;
  }
  .supplement__accordion-btn {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 8px 12px;
    gap: 10px;
  }
  .supplement__accordion-btn h5 {
    flex: 1;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 0;
  }
  .supplement__accordion-btn span {
    display: inline-block;
    transition: transform 0.35s ease-in-out;
  }
  .supplement__accordion-item.active .supplement__accordion-btn span {
    transform: rotate(-180deg);
  }

  .supplement__accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease-in-out;
  }
  .supplement__accordion-inner {
    padding: 8px 12px;
    border-top: 1px solid black;
    font-size: 16px;
  }
  .supplement__accordion-inner p:last-child {
    margin-bottom: 0;
  }

  .supplement__ingredients {
    display: flex;
    flex-flow: row wrap;
    /* align-items: center; */
    justify-content: space-between;
    gap: 16px;
    padding-top: 16px;
  }

  .supplement__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: max-content;
    text-align: center;
    /* margin-top: 16px; */
  }
  .supplement__card-image {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
  }
  .supplement__card-image img {
    width: 100%;
    height: auto;
    vertical-align: middle;
  }
  .supplement__card h5 {
    text-transform: uppercase !important;
    font-weight: 400;
    margin-bottom: 0;
  }
  /* ================ Breakpoints ===============  */
  @media (max-width: 1199.98px) {
    .supplement__desc-text {
      font-size: 16px;
    }
    .supplement__card-image {
      width: 50px;
      height: 50px;
    }
    .supplement__card h5 {
      font-size: 16px !important;
    }
  }

  @media (max-width: 991.98px) {
    .supplement__desc {
      gap: 8px;
      padding: 8px;
    }
    .supplement__desc-image {
      width: 80px;
    }
    .supplement__accordion-btn,
    .supplement__accordion-inner {
      padding: 8px;
    }
    /* .supplement__card {
      width: 50%;
    } */
  }

  @media (max-width: 767.98px) {
    .supplement__content {
      flex-direction: column;
      gap: 20px;
    }
    .supplement__content-image {
      width: 100%;
    }
    .supplement__content-text {
      align-self: flex-start;
      width: 100%;
    }
    .supplement__desc {
      gap: 12px;
      padding: 12px;
    }
    .supplement__accordion-btn,
    .supplement__accordion-inner {
      padding: 8px 12px;
    }
    /* .supplement__card {
      width: 25%;
    } */
  }

  @media (max-width: 575.98px) {
    .supplement__desc {
      gap: 8px;
      padding: 8px;
    }
    .supplement__desc-image {
      width: 60px;
    }
    .supplement__desc-text {
      font-size: 14px;
    }
    .supplement__accordion-btn,
    .supplement__accordion-inner {
      padding: 8px;
    }
    
    /* .supplement__card {
      width: 50%;
    } */
  }
.product-detail__item {
  display: flex;
  align-items: center;
  gap: 36px;
}
.product-detail__item-text, .product-detail__item-image {
  width: 50%;
}
.product-detail__item-image img {
  width: 100%;
  border-radius: 10px 10px 10px 10px;
}
.product-detail__first-item {
  position: relative;
  padding-bottom: 100px;
}
.product-detail__button {
  max-width: 292px;
  width: 100%;
  padding-top: 12px;
}

.product-detail__button-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 292px;
  width: 100%;
  height: 60px;
  background-color: var(--colorBtnPrimary);
  border-radius: 10px;
  text-transform: uppercase;
  font-size: 21px;
  color: #ffffff;
  font-weight: 700;
  transition: box-shadow .3s ease;
}
.product-detail__button-btn:hover {
  color: #ffffff;
  box-shadow: rgb(0 0 0 / 20%) 0px 3px 6px, rgb(0 0 0 / 15%) 0px 3px 10px;
}
.product-detail__button-icon {
  width: 30px;
  margin-left: 10px;
  line-height: 1;
}

.product-detail__divider {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
  
@media (max-width: 1023.98px) {
  .product-detail__first-item {
    padding-bottom: 50px;
  }
  .product-detail__divider {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .product-detail__button-btn {
    font-size: 20px;
    height: 54px;
  }
  .product-detail__button-icon {
    width: 28px;
  }
}
  
@media (max-width: 767.98px) {
  .product-detail__item {
    flex-direction: column;
    gap: 28px;
  }
  .product-detail__first-item {
    flex-direction: column-reverse;
  }
  .product-detail__item-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
  }
  .product-detail__item-image {
    width: 100%;
    line-height: 1;
  }
  .product-detail__button-btn {
    font-size: 18px;
    height: 50px;
  }
  .product-detail__button-icon {
    width: 24px;
  }
}
.text-image-flex-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

    @media (min-width:1025px) {
  .template-index .ps-text-image .text-image-flex-container {
      padding-left: 50px !important;
      padding-right: 50px !important;
    padding-bottom: 20px;
  }
  }

  .text-image-flex-item-left {
    flex: 50%;
    margin-left: 30px;
    margin-right: 30px;
  }

  .text-image-flex-item-right {
    flex: 50%;
    margin-left: 30px;
    margin-right: 30px;
  }

  .text-image--image{
    border-radius: 5px !important;
    width: 100%;
    height: auto;
  }

  .tril {
    flex-direction: row-reverse;
  }


  /* Responsive layout - makes a one column-layout instead of two-column layout */
  @media (max-width: 800px) {
    .text-image-flex-container {
      flex-direction: column !important;
    }
  }

      .image-block {
      margin-bottom: 15px;
    }


  /* Responsive layout - makes a one column-layout instead of two-column layout */
  @media (max-width: 768px) {
    .text-image-section:nth-of-type(1) {
      margin-bottom: 0px !important;
      margin-top: 0px !important;
    }

    .text-image-block {
      margin-left: 0px !important;
      margin-right: 0px !important;
    }

    .image-block {
      margin-top: 15px;
      margin-bottom: 15px;
    }


    .text-image--headline {
      text-align: center !important;
    }
  }

    .text-image-section {
      margin-bottom: 1em;
    }
.v2-text-image-flexible__item {
  display: flex;
  align-items: center;
  gap: 36px;
  position: relative;
  margin-bottom: 100px; /* Increased to accommodate divider */
  padding-bottom: 20px; /* Add padding for divider space */
}

.v2-text-image-flexible__item:last-child {
  margin-bottom: 60px; /* Less margin for last item */
}

.v2-text-image-flexible__item--reversed {
  flex-direction: row-reverse;
}

.v2-text-image-flexible__text,
.v2-text-image-flexible__image {
  width: 50%;
}

.v2-text-image-flexible__image img {
  width: 100%;
  border-radius: 10px;
}

.v2-text-image-flexible__button {
  max-width: 292px;
  width: 100%;
  padding-top: 12px;
}

.v2-text-image-flexible__button-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 292px;
  width: 100%;
  height: 60px;
  background-color: var(--colorBtnPrimary);
  border-radius: 10px;
  text-transform: uppercase;
  font-size: 21px;
  color: #ffffff;
  font-weight: 700;
  transition: box-shadow .3s ease;
}

.v2-text-image-flexible__button-btn:hover {
  color: #ffffff;
  box-shadow: rgb(0 0 0 / 20%) 0px 3px 6px, rgb(0 0 0 / 15%) 0px 3px 10px;
}

.v2-text-image-flexible__button-icon {
  width: 30px;
  margin-left: 10px;
  line-height: 1;
}

.v2-text-image-flexible__divider {
  position: absolute;
  left: 50%;
  bottom: -90px;
  transform: translateX(-50%);
  z-index: 2;
  pointer-events: none;
}

.v2-text-image-flexible__divider--flipped img {
  transform: scaleX(-1);
}

.v2-text-image-flexible__spacer {
  width: 100%;
}

/* Tablet styles */
@media (max-width: 1023.98px) {
  .v2-text-image-flexible__divider {
    display: none;
  }
  
  .v2-text-image-flexible__item {
    margin-bottom: 40px;
    padding-bottom: 0;
  }
  
  .v2-text-image-flexible__item:last-child {
    margin-bottom: 40px;
  }
}

@media (max-width: 991.98px) {
  .v2-text-image-flexible__button-btn {
    font-size: 20px;
    height: 54px;
  }
  
  .v2-text-image-flexible__button-icon {
    width: 28px;
  }
}

/* Mobile styles */
@media (max-width: 767.98px) {
  .v2-text-image-flexible__item {
    flex-direction: column !important;
    gap: 28px;
    margin-bottom: 30px;
  }
  
  .v2-text-image-flexible__text {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    order: 2;
  }
  
  .v2-text-image-flexible__image {
    width: 100%;
    line-height: 1;
    order: 1;
  }
  
  .v2-text-image-flexible__button-btn {
    font-size: 18px;
    height: 50px;
  }
  
  .v2-text-image-flexible__button-icon {
    width: 24px;
  }
}