/** Shopify CDN: Minification failed

Line 71:0 All "@import" rules must come first
Line 72:0 All "@import" rules must come first

**/
@font-face {
  font-family: 'Neue Montreal';
  src: url('NeueMontreal-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Neue Montreal';
  src: url('NeueMontreal-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Neue Montreal';
  src: url('NeueMontreal-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Neue Montreal';
  src: url('NeueMontreal-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Neue Montreal';
  src: url('NeueMontreal-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Neue Montreal';
  src: url('NeueMontreal-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Neue Montreal';
  src: url('NeueMontreal-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Neue Montreal';
  src: url('NeueMontreal-BoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

@font-face {
    font-family: 'Avenir LT Std';
    src: url('AvenirLTStd-HeavyOblique.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir LT Std';
    src: url('AvenirLTStd-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir LT Std';
    src: url('AvenirLTStd-BlackOblique.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir LT Std';
    src: url('AvenirLTStd-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir LT Std';
    src: url('AvenirLTStd-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir LT Std';
    src: url('AvenirLTStd-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir LT Std';
    src: url('AvenirLTStd-Oblique.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir LT Std';
    src: url('AvenirLTStd-MediumOblique.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir LT Std';
    src: url('AvenirLTStd-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir LT Std';
    src: url('AvenirLTStd-LightOblique.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir LT Std';
    src: url('AvenirLTStd-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir LT Std';
    src: url('AvenirLTStd-BookOblique.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}


.latest_header {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 11px 0;
  border: 1px solid var(--zinc-200, #E4E4E7);
  background: #fcfaf8;
  position: absolute;
  z-index: 2;
  margin-left: -20px;
}

.latest_header_top {
  height: 84px;
}

.latest_header img {
  max-width: 162px;
  aspect-ratio: 81/31;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .latest_header {
    padding-top: 13px;
    padding-bottom: 12px;
  }

  .latest_header_top {
    height: 63px;
  }

  .latest_header img {
    max-width: 135px;
    aspect-ratio: 135/38;
  }
}






.offer-section {
  position: relative;
  margin: auto;
  overflow: hidden;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .offer-section {
    border-radius: 14px;
  }

  .background_bg_image {
    position: relative;
  }

  .index_2 {
    position: relative;
    z-index: 2;
  }
  .background_bg_image::before {
  content: '';
  max-width: 1280px;
  width: 100%;
  height: 735px;
  border-radius: 0px 0px 51px 18px;
  background: rgba(247, 244, 238, 0.77);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  margin: auto;
  z-index: 1;
}
}

.offer-section img {
  width: 100%;
  display: block;

}

.offer-section .offer-bar {
  position: relative;
  bottom: 0;
  width: 100%;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -45px;
  left: 0;
  right: 0;
  border-radius: 6px 6px 0px 0px;
  background: #D1E2D9;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.09);
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.offer-section .offer-text {
  display: flex;
  align-items: center;
  flex: 1;
  min-width: 240px;
}

.offer-section .offer-text img {
  width: 50px;
  height: 50px;
  margin-right: 6px;
}

.offer-section .offer-info h3 {
  color: var(--primary, #2B764D);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0px;
  letter-spacing: 0px;
  font-family: "Poppins", sans-serif;
}

.offer-section .offer-info small {
  color: #000;
  text-align: left;
  leading-trim: both;
  text-edge: cap;
  font-family: 'Poppins';
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.28px;
  text-transform: uppercase;
  position: relative;
  margin-top: -5px;
  display: block;
}

.offer-section .timer {
  display: flex;
  gap: 10.22px;
  margin-top: 0px;
}

.offer-section .timer-box {
  padding: 8px;
  text-align: center;
  width: 70px;
  height: 65px;
  border-radius: 6.389px;
  background: #FFF;
  min-width: 70px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  color: rgba(43, 118, 77, 0.80);
  font-family: 'Neue Montreal';
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0px !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.offer-section .timer-box br {
  display: none;
}

.offer-section .timer-box strong {
  color: #2B764D;
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;


}

.offer-section .progress-container {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 100%;
  border-radius: 0px 2px 2px 2px;
  background: #E0E0E0;
}

.offer-section .progress-bar {
  height: 100%;
  display: block !important;
  border-radius: 0px 2px 2px 2px;
  background: #003416;
  width: 0%;
  transition: width 1s linear;
}


@media screen and (max-width: 768px) {
  .offer-section .offer-bar {
    width: 95%;
    max-width: 95%;
  }

  .offer-section .offer-text img {
    width: 36px;
    height: 35px;
  }

  .offer-section .offer-info h3 {
    font-size: 14.9px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: -0.3px !important;
    text-transform: uppercase;
    max-width: 204px;
  }

  .offer-section .offer-info small {
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.24px !important;
    text-transform: capitalize;
    max-width: 204px;
    margin-top: 0px;
  }

  .offer-section .offer-text {
    flex: unset;
  }

  .offer-section .timer-box {
    width: 58.008px;
    height: 58.887px;
    min-width: 58.887px;
    color: rgba(43, 118, 77, 0.80);
    font-size: 9.166px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .offer-section .timer-box strong {
    color: #2B764D;
    font-size: 18.332px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 6px;
  }

  .offer-section .timer {
    display: flex;
    gap: 6px;
    margin-top: 0px;
  }

  .offer-section .timer-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .offer-section .timer-box br {
    display: none;
  }

  .latest_header {
    margin-left: 0px;
  }
}

@media screen and (max-width: 380px) {
  .offer-section .offer-text img {
    width: 30px;
    height: auto;
  }

  .offer-section .timer-box {
    width: 50px;
    height: 50px;
    min-width: 50px;
    color: rgba(43, 118, 77, 0.80);
    font-size: 9.166px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .offer-section .offer-text {
    min-width: 207px;
  }

  .offer-section .offer-info h3 {
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 13px;
    letter-spacing: -0.3px !important;
    text-transform: uppercase;
    max-width: 180px;
  }

  .offer-section .offer-info small {
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.24px !important;
    text-transform: capitalize;
    max-width: 180px;
    margin-top: 0px;
  }

  .offer-section .timer-box strong {
    color: #2B764D;
    font-size: 16.332px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 5px;
  }
}


.faq-wrapper {
  max-width: 819px;
  margin: auto;
  padding: 0 20px;
}

.faq-item {
  border-bottom: 1px solid #e0e0e0;
  padding: 32px 0;
}

.faq-item.open {
  padding-bottom: 24px;
}

.faq-question {
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  opacity: 0.8;
}

.faq-answer {
  display: none;
  margin-top: 16px;
}

.faq-answer p {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  opacity: 0.8;
  line-height: 26px;
  margin: 0px;
}

.faq-question.active+.faq-answer {
  display: block;
}

.faq-question .icon {
  font-size: 24px;
  transition: transform 0.2s ease;
}

.faq-question.active .icon {
  transform: rotate(180deg);
}

.faq-question .pluse_icon {
  display: block;
}

.faq-question.active .pluse_icon {
  display: none;
}

.faq-question .minus_icon {
  display: none;
}

.faq-question.active .minus_icon {
  display: block;
}







.personal-container {
  padding-left: 60px;
  padding-right: 60px;
}

.second-sec-container {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.middle-content {
  display: flex;
  gap: 16px;
  justify-content: space-between;
  align-items: center;
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
  margin-top: 0px;
  margin-bottom: 32px;
}

.protein-box-img {
  max-width: 73px;
  width: 100%;
  border-radius: 6px;
  border: 1px solid #F9F7F2;
  background: #F2F5F3;

}

.first-white {
  display: flex;
}

.protein-box-img-1 {
  width: 73px;
  height: auto;
  border-radius: 6px;
  border: 1px solid #FFF;
  background: #F2F5F3;
}

.hunde-heading {
  color: #383838;
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  margin: 0;
}

.protein-para *{
  color: rgba(0, 0, 0, 0.71);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
  padding-top: 18px;
    margin: 0;
  /* text-transform: capitalize; */
}

.grey-money {
  color: #878787;
  text-align: center;
      font-family: 'Avenir LT Std';
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 0.48px;
  text-decoration-line: line-through;
  text-transform: capitalize;
  margin: 0px;
  width: max-content;
}

.green-money {
  color: #16803c;
  text-align: center;
      font-family: 'Avenir LT Std';
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 0.48px;
  text-transform: capitalize;
  margin: 0px;
  width: max-content;
}

.both-white {
  display: flex;
  gap: 16px;
}

.heading-para-mix {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 880px;
  margin: 0 auto;
  border-top: 1px solid #E8E8E8;
  border-bottom: 1px solid #E8E8E8;
  padding-top: 24px;
  padding-bottom: 24px;

}

.third-line-head {
  color: #383838;
  font-size: 23px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.46px;
  text-transform: uppercase;
  margin: 0px;
  font-family: "Poppins", sans-serif;
}

.third-line-para {
  color: #383838;
  text-align: center;
      font-family: 'Avenir LT Std';
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.4px;
  margin: 0px;
}

@media screen and (max-width: 768px) {
  .personal-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .second-sec-container {
    padding-bottom: 0px;
    background: none;
    box-shadow: none;

  }
  .protein-para * {
    padding-top: 0px;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 133.333% */
    text-transform: capitalize;
  }
  .middle-content {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;


  }

  .both-white {
    flex-direction: row;
    align-items: flex-start;
    gap: 8px;
    width: 100%;
  }

  .first-white {
    flex-shrink: 0;
  }

  .protein-box-img {
    border-radius: 6px;
    border: 1px solid #FFF;
    background: #F2F5F3;
    max-width: 55px;
    height: 56px;
    padding: 13px 12px;
    width: 100%;
  }

  .protein-box-img-1 {
    width: 55px;
    height: auto;
    flex-shrink: 0;
    border-radius: 6px;
    border: 1px solid var(--zinc-300, #D4D4D8);

  }

  .second-white {
    flex-grow: 1;
  }

  .hunde-heading {
    font-size: 16px;
    font-weight: 600;
    line-height: 8px;
  }

  .protein-para {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400px;
    padding-top: 12px;
  }

  .third-white {
    text-align: right;
    min-width: 60px;
  }

  .grey-money {
    font-size: 14px;
  }

  .green-money {
    font-size: 14px;
    font-weight: 700;
  }

  .heading-para-mix {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 18px 0px;
    gap: 0;
  }

  .third-line-head {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;  
    line-height: normal;
    letter-spacing: -1px;  
  }

  .third-line-para {
    text-align: left;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -1px;
  }
}

.third-main-container {
  max-width: 1000px;
  margin: 0 auto;
  padding-left: 60px;
  padding-right: 60px;
}

.top-headingg {
  display: flex;
  flex-direction: column;
}

.packet-heading {
  color: #282828;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  margin-top: 0px;
  letter-spacing: 0px;
  margin-bottom: 40px;
}

.first-tick-line {
  display: flex;
  align-items: center;
  gap: 16px;
}

.first-tick-line-2 {
  display: flex;
  align-items: center;
  padding-bottom: 14px;
  padding-top: 14px;
  gap: 16px;
}

.dose-para {
  display: flex;
  justify-content: center;
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  margin: 0px;
}

.square-box-1 {
  display: flex;
  gap: 20px;
  align-items: center;
  min-height: 86px;
  flex-shrink: 0;
  border-radius: 6px;
  border: 1px solid #e8e8e8;
  padding-left: 23px;
  padding-right: 15px;
}

.square-box {
  display: flex;
  gap: 20px;
  align-items: center;
  min-height: 86px;
  flex-shrink: 0;
  border-radius: 6px;
  border: 1px solid #e8e8e8;
  padding-left: 23px;
}

.square-box-2 {
  display: flex;
  gap: 20px;
  align-items: center;
  min-height: 86px;
  flex-shrink: 0;
  border-radius: 6px;
  border: 1px solid #e8e8e8;
  padding-left: 23px;
}

.radius-circle {
  border-radius: 50px;
  border: 3px solid #808080;
  width: 27px;
  height: 27px;
  display: block !important;
}

.square-head {
    color: #383838;
    font-family: 'Avenir LT Std';
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: 20px;
    letter-spacing: -0.4px;
    padding-bottom: 6px;
    margin: 0px;
    width: max-content;
}

.square-para {
  color: rgba(74, 74, 74, 0.7);
      font-family: 'Avenir LT Std';
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 0.32px;
  text-transform: capitalize;
  margin: 0px;
}

.square-box-1 input:checked~.radius-circle {
  background-color: #16803c;
  border-color: #16803c;
  border: 3.5px solid #fff;
  outline: 2px solid #16803c;
}

.square-box-1 input:checked~.two-line-content {
  background-color: #F4FEF5;
  border-radius: 6px;
}

.qwhole-boxes {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 60px;
  margin-bottom: 20px;
}

.qwhole-boxes label {
  width: fit-content;
}

.two-line-content {
  display: flex;
  gap: 11px;
  padding-right: 22px;
}

.discount-svg {
  display: flex;
  align-items: center;
  background: url(/cdn/shop/files/Vector.png?v=1749833643);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 60px;
}
 
.save-para {
  opacity: 0.8;
  color: #000;
  font-size: 8px;
  font-style: normal;
  font-weight: 600;
  line-height: 25.412px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.square-box-1,
.square-box-2,
.square-box {
  cursor: pointer;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.square-box-1 input:checked~.two-line-content,
.square-box-2 input:checked~.two-line-content,
.square-box input:checked~.two-line-content {
  border-radius: 6px;
}

.square-box-1 input:checked+.radius-circle,
.square-box-2 input:checked+.radius-circle,
.square-box input:checked+.radius-circle {
  background-color: #16803c;
  border-color: #16803c;
  border: 3.5px solid #fff;
  outline: 2px solid #16803c;
}

.brown-dog-main {
  max-width: 100%;
  width: 100%;
  border-radius: 6px;
  border: 1px solid #D4D4D8;
}

.square-box-1:has(input:checked),
.square-box-2:has(input:checked),
.square-box:has(input:checked) {
  border-radius: 6px;
  border: 1px solid rgba(43, 118, 77, 0.49);
  background: #F4FEF5;
}


.square-box-1:has(input:checked) .square-head,
.square-box-2:has(input:checked) .square-head,
.square-box:has(input:checked) .square-head,

.square-box-1:has(input:checked) .square-para,
.square-box-2:has(input:checked) .square-para,
.square-box:has(input:checked) .square-para {
  color: #014D21 !important;
}

.main-greennn {
  display: flex;
  padding: 13px 17px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  align-self: stretch;
  border-radius: 10px;
  background: var(--primary, #2b764d);
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 30px;
  outline: none;
  box-shadow: none;
  border: none;
}

.info-section {
  max-width: 779px;
  margin: 30px auto 0;
  font-family: "Poppins", sans-serif;
  color: #4a4a4a;
  font-size: 14px;
  line-height: 1.6;
  padding-bottom: 0px;
}

.info-paragraph {
  margin-bottom: 0px;
  color: rgba(69, 69, 69, 0.8);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.info-paragraph ul {
  padding-left: 10px;
  margin: 0px;
}
.info-subheading {
  color: rgba(69, 69, 69, 0.8);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-transform: capitalize;
}

.info-list {
  list-style: none;
  color: rgba(69, 69, 69, 0.8);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-transform: capitalize;
}

.info-list li {
  margin-bottom: 6px;
}

@media screen and (max-width: 768px) {
  .third-main-container {
    padding: 43px 16px 50px 16px;
  }

  .packet-heading {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 28px;
  }

  .first-tick-line-2 {
    padding: 0px;
  }

  .three-tick-lines {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .qwhole-boxes {
    margin-top: 40px;
    margin-bottom: 0px;
  }

  .dose-para {
    font-size: 18px;
    text-align: center;
  }

  .qwhole-boxes {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

  .square-box-1,
  .square-box-2,
  .square-box {
    max-width: 100%;
    width: 100%;
    padding: 16px;
  }

  .qwhole-boxes label {
    width: 100%;
}

  .two-line-content {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  .square-head {
    font-size: 18px;
  }

  .square-para {
    font-size: 14px;
  }

  .discount-svg {
    align-self: flex-start;
    margin-top: 4px;
  }

  .brown-dog-main {
    width: 100%;
    max-width: 100%;
    margin-top: 32px;
  }

  .info-paragraph {
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 0px;
  }

  .info-subheading {
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
  }

  .info-list {
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
  }

  .radius-circle {
    width: 31px;
    height: 27px;
  }

  .faq-item {
    padding: 20px 0;
  }

  .faq-question {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    gap: 20px;
  }

  .faq-answer p {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px; 
  }
  .faq-item.open {
    padding-bottom: 18px;
  }
  .first-tick-line svg,
  .first-tick-line-2 svg {
    width: 24px;
    height: 24px;
  }
}

.button_checkout {
  border-radius: 10px;
  background: var(--primary, #2B764D);
  display: flex;
  padding: 13px 17px;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-family: 'Poppins';
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  width: 100%;
  margin-top: 24px;
  cursor: pointer;
  text-decoration: none;
}