
@font-face {
  font-family: "PlutoReg";
  src: url("https://s3.amazonaws.com/konsciousketo.com/fonts/PlutoRegular.ttf");
}

@font-face {
  font-family: "PlutoMed";
  src: url("https://s3.amazonaws.com/konsciousketo.com/fonts/PlutoMedium.ttf");
  font-weight: 500;
}

@font-face {
  font-family: "PlutoCondReg";
  src: url("https://s3.amazonaws.com/konsciousketo.com/fonts/PlutoCondRegular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "PlutoCondMed";
  src: url("https://s3.amazonaws.com/konsciousketo.com/fonts/PlutoCondMedium.ttf");
  font-weight: 500;
}
@font-face {
  font-family: "PlutoCondBold";
  src: url("https://s3.amazonaws.com/konsciousketo.com/fonts/PlutoCondBold.ttf");
}

@font-face {
  font-family: "MyriadProReg";
  src: url("https://s3.amazonaws.com/konsciousketo.com/fonts/Myriad+Pro+Regular.ttf");
}

@font-face {
  font-family: "MyriadProSemi";
  src: url("https://s3.amazonaws.com/konsciousketo.com/fonts/Myriad+Pro+Semibold.ttf");
}

@font-face {
  font-family: "MyriadProBold";
  src: url("https://s3.amazonaws.com/konsciousketo.com/fonts/Myriad+Pro+Bold.ttf");
}

@font-face {
  font-family: "MyriadPro";
  src: url("https://s3.amazonaws.com/konsciousketo.com/fonts/Myriad+Pro+Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "MyriadPro";
  src: url("https://s3.amazonaws.com/konsciousketo.com/fonts/Myriad+Pro+Semibold.ttf");
  font-weight: 600;
}
@font-face {
  font-family: "MyriadPro";
  src: url("https://s3.amazonaws.com/konsciousketo.com/fonts/Myriad+Pro+Bold.ttf");
  font-weight: 700;
}

@font-face {
  font-family: "Quiche";
  src: url("./quiche.otf");
}

h1, h2, h3, h4, h5, p { margin-bottom: 0; padding: 0; }
figure, img { margin: 0; padding: 0; }
figure > img { width: 100%; height: 100%; object-fit: contain; }

.quiche { font-family: Quiche; }

ul { padding: 0; margin: 0; }

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 34px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    border: 2px solid #BFBFBF;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #257A60;
    position: absolute;
    left: 5px;
    top: calc(50% - 6px);
    transform: translateX(calc(-50% - 5px));
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
[type="radio"]:checked + label:before {
    border-color: #257A60;
}
[type="radio"][disabled] + label:before {
  background: #BFBFBF;
}

.pre-bar { width: 100%; height: 8px; background-color: #257A60; }

.nav-bar { margin-top: 3px; padding: 12px 0; }
.nav-bar .content-wrapper { display: flex; align-items: center; justify-content: space-between; max-width: 1276px; width: 100%; margin: 0 auto; padding: 0 18px; }
.nav-bar .content-wrapper span { max-width: 400px; width: 100%; color: #257A60; font-family: PlutoCondReg; font-size: 18px; font-weight: 400; line-height: 120%; letter-spacing: 0.32px; }
.nav-bar svg { width: 137px; }

.banner { padding: 75px 0; }
.banner .content-wrapper { max-width: 1264px; width: 100%; display: flex; gap: 48px; margin: 0 auto; }
.banner .swiper-content { max-width: 555px; width: 100%; }
.banner .product-details { flex: 1; }
.banner .product-content { margin-bottom: 24px; }
.banner .product-content > span { display: block; color: #333; font-family: Roboto; font-size: 16px; font-weight: 400; line-height: normal; letter-spacing: 2px; margin-bottom: 12px; }
.banner .product-content > h1 { color: #42947B; font-family: PlutoMed; font-size: 42px; font-style: normal; font-weight: 500; line-height: normal; margin-bottom: 12px; }
.banner .review-star-wrapper { display: flex; align-items: center; gap: 8px; }
.banner .review-star-wrapper > span { color: #333; font-family: Roboto; font-size: 16px; font-weight: 400; line-height: normal; }
.banner .product-card { width: 100%; }
.banner .product-card-header { padding: 12px; text-align: center; background-color: #257A60; border: 1px solid #000; border-radius: 20px 20px 0 0; }
.banner .product-card-header h3 { color: #FFF; font-family: PlutoCondMed; font-size: 28px; font-weight: 500; line-height: normal; text-transform: capitalize; }
.banner .product-card-header span { color: #B7FDE8; font-family: "MyriadPro"; font-size: 18px; font-weight: 400; line-height: 150%; letter-spacing: 0.36px; }
.banner .product-card-body { padding: 24px; border-radius: 0 0 20px 20px; border: 1px solid #000; }
.banner .package-wrapper { margin-bottom: 18px; }
.banner .package-wrapper > p, .banner .option-wrapper > p { color: #000; font-family: "MyriadPro"; font-size: 20px; font-weight: 700; line-height: normal; margin-bottom: 12px; }
.banner .package-list { list-style: none; display: flex; flex-direction: column; border: 1px solid #000; }
.banner .package-list li { display: flex; align-items: center; justify-content: space-between; padding: 0 32px 0 16px; border-bottom: 1px solid #000; }
.banner .package-list li:last-child { border-bottom: 0; }
.banner .package-list li.active { background-color: #DFFEF2; }


.banner .package-list li > div:first-child { display: flex; align-items: center; gap: 8px; }
.banner .package-list li > div:first-child label { color: #000; font-family: "MyriadPro"; font-size: 20px; font-weight: 600; line-height: normal; }
.banner .package-list li > div:last-child { display: flex; gap: 12px; align-items: center; }
.banner .package-list li > div:last-child figure { max-width: 62.5px; width: 100%; }
.banner .package-list li > div:last-child .product-price { display: flex; align-items: center; gap: 12px; }
.banner .package-list li > div:last-child .product-price > span:not(:last-child) { display: none; color: #000; font-family: "MyriadPro"; font-size: 16px; font-weight: 600; line-height: normal; letter-spacing: -0.32px; padding: 6px 4px; background-color: #FFBB6C; }
.banner .package-list li > div:last-child .product-price > span:not(:first-child) { display: none; color: #9D9FA2; text-align: right; font-family: "MyriadPro"; font-size: 16px; font-weight: 600; line-height: normal; letter-spacing: -0.32px; text-decoration: line-through; min-width: 60px; }
.banner .package-list li > div:last-child .product-price > div { width: 114px; }
.banner .package-list li > div:last-child .product-price > div > p:first-child { display: flex; gap: 4px; align-items: center; margin-bottom: 8px; justify-content: flex-end; }
.banner .package-list li > div:last-child .product-price > div > p:first-child > span:first-child { color: #257A60; font-family: "MyriadPro"; font-size: 20px; font-weight: 700; line-height: normal; letter-spacing: -0.8px; }
.banner .package-list li > div:last-child .product-price > div > p:first-child > span:last-child { color: #3B574E; font-family: "MyriadPro"; font-size: 14px; font-weight: 400; line-height: normal; }
.banner .package-list li > div:last-child .product-price > div > p:last-child { color: #000; font-family: "MyriadPro"; font-size: 14px; font-weight: 700;  line-height: 11.25px; text-align: right; }
.banner .package-list li:first-child > div:last-child .product-price > div > p:last-child { font-style: italic; font-weight: 600; }
.banner .package-list.subscribed li { padding: 0 22.25px 0 16px; }
.banner .package-list.subscribed li > div:last-child { gap: 12px; }
.banner .package-list.subscribed li > div:last-child .product-price > span:not(:last-child), .banner .package-list.subscribed li > div:last-child .product-price > span:not(:first-child) { display: block; white-space: nowrap; }
.banner .package-list li.active > div:first-child label { font-weight: 700;}

.banner .option-wrapper { margin-bottom: 18px; }
.banner .option-wrapper ul { list-style: none; display: flex; }
.banner .option-wrapper li { border: 1px solid #000; min-height: 64px; display: flex; align-items: center; width: 100%; padding: 0 16px; }
.banner .option-wrapper li:last-child { border-left: 0; }
.banner .option-wrapper li.active { background-color: #DFFEF2; }
.banner .option-wrapper li > label { color: #000; font-family: "MyriadPro"; font-size: 18px; font-weight: 600; line-height: 110%; }
.banner .option-wrapper li:last-child > label { font-weight: 700; }
.banner .option-wrapper > div { padding: 14px; border: 1px solid #333; border-top: 0; }
.banner .option-wrapper .one-time-details > p:first-child { color: #000; font-family: Roboto; font-size: 18px; font-weight: 700; line-height: 20.25px; display: flex; gap: 8px; margin-bottom: 8px; }
.banner .option-wrapper .one-time-details > p:first-child > span:first-child { color: rgba(0, 0, 0, 0.50); text-decoration: line-through; }
.banner .option-wrapper .one-time-details > p:last-child { color: #000; font-family: Roboto; font-size: 18px; font-weight: 400; line-height: 18px; }

.banner .option-wrapper .subscription-details { display: none; }
.banner .option-wrapper .frequency-details { display: flex; gap: 6px; margin-bottom: 12px; }
.banner .option-wrapper .frequency-details span { color: #000; font-family: "MyriadPro"; font-size: 16px; font-weight: 600; line-height: 18px; }
.banner .option-wrapper .frequency-details span:first-child { color: #257A60; text-transform: uppercase; }
.banner .option-wrapper .frequency-benefits { display: flex; gap: 12px; justify-content: space-between; align-items: flex-start; }
.banner .option-wrapper .frequency-benefits > div { max-width: 178px; width: 100%;display: flex; gap: 8px; }
.banner .option-wrapper .frequency-benefits > div svg { width: 16px; }
.banner .option-wrapper .frequency-benefits > div > div { flex: 1; }
.banner .option-wrapper .frequency-benefits > div > div > p:first-child { color: #257A60; font-family: "MyriadPro"; font-size: 16px; font-weight: 600; line-height: 20px; margin-bottom: 8px; }
.banner .option-wrapper .frequency-benefits > div > div > p:last-child:not(:first-child) {color: #4A4A4A; font-family: "MyriadPro"; font-size: 14px; font-weight: 400; line-height: 120%; letter-spacing: 0.28px; }



.banner .claim-description { margin: 0 auto 18px; padding: 8px 10px; background-color: #FFF833; width: 233px; }
.banner .claim-description span { color: #000; font-family: Roboto; font-size: 20px; font-weight: 600; line-height: 25.5px; }
.banner .claim-discount { display: block; margin-bottom: 12px; }
.banner .subscribe-wrapper p { color: rgba(0, 0, 0, 0.70); text-align: center; font-family: "MyriadPro"; font-size: 14px; font-weight: 400; line-height: 120%; }
.banner .shipping-image { max-width: 330px; width: 100%; margin: 0 auto; margin-bottom: 12px; }
.banner .banner-swiper { margin-bottom: 12px; }
.banner .banner-swiper .swiper-pagination-bullet { width: 15px; height: 15px; }
.banner .banner-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active { background-color: rgba(255, 255, 255, 0.85); }

.dr-section { padding-bottom: 75px; }
.dr-section .content-wrapper {max-width: 1108px; width: 100%; margin: 0 auto; border-radius: 33px; background: linear-gradient(0deg, rgba(239, 244, 237, 0.90) 0%, rgba(239, 244, 237, 0.90) 100%), #257A60; box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.15); 
}
.dr-section .content-wrapper > div { min-height: 435px; display: flex; justify-content: flex-end; width: 100%; background-image: url("./er-pdp-img-13.webp");
  background-size: 520px;
  background-repeat: no-repeat;
  position: relative;
}
/* .dr-section .content-wrapper > div > figure { flex: 1; transform: scale(1.2) translate(calc(35% - 24px), -34px); } */
.dr-section .content-wrapper > div > figure { position: absolute; width: 550px; left: calc(50% - 430px); bottom: 0; }
.dr-section .content-wrapper > div > figure > img { object-position: 100% 100%; }
.dr-section .content-details { padding: 51px 47px 51px 65px; }
.dr-section .content-details > p { max-width: 532px; width: 100%; color: #257A60; text-align: center; font-family: Pluto; font-size: 20px; font-weight: 400; line-height: 140%; margin-bottom: 23px; }
.dr-section .content-details > h3 {color: #257A60; font-family: Abril Fatface; font-size: 37px; font-weight: 400; line-height: 85%; letter-spacing: -0.37px; text-decoration-line: underline; margin-bottom: 10px; }
.dr-section .dr-badge { display: flex; gap: 8px; align-items: center; justify-content: center; }
.dr-section .dr-badge > figure { width: 50px; }
.dr-section .dr-badge > span { border-radius: 2px; background: #F6664F; color: #FFF; font-family: Roboto; font-size: 18px; font-weight: 400; line-height: 16px; padding: 4px; }


.ingredients { padding-bottom: 36px; }
.ingredients .content-wrapper { max-width: 1248px; width: 100%; margin: 0 auto; background: radial-gradient(111.08% 50% at 50% 50%, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.35) 100%), #237A60; border-radius: 33px; padding: 0 60px 60px; }
.ingredients .ingredient-title { min-height: 70px; display: flex; align-items: center; justify-content: center;}
.ingredients .ingredient-title > h3 { color: #FFF; text-align: center; font-family: PlutoCondMed; font-size: 32px; font-weight: 500; line-height: normal; letter-spacing: -0.8px; }
.ingredients .ingredient-wrapper { display: flex; border-radius: 33px; background-color: #fff; width: 100%; padding: 24px; gap: 12px; margin-bottom: 12px; }
.ingredients .detail-card { max-width: 170px; width: 100%; display: flex; flex-direction: column; align-items: center; }
.ingredients .detail-card figure { max-width: 107px; width: 100%; }
.ingredients .detail-card span { color: #237A60; text-align: center; font-family: PlutoCondBold; font-size: 18px; font-style: normal; font-weight: 700; line-height: 160%; text-transform: capitalize; }
.ingredients .cap-wrapper { border-radius: 33px; background-color: #fff; width: 100%; padding: 24px 55px; display: flex; justify-content: center;}
.ingredients .cap-card-wrapper { max-width: 868px; width: 100%; display: flex; align-items: center; justify-content: space-between; }
.ingredients .cap-card { display: flex; gap: 24px; align-items: center; }
.ingredients .cap-card figure { width: 50px; }
.ingredients .cap-card span { color: #237A60; text-align: center; font-family: PlutoCondBold; font-size: 18px; font-weight: 700; line-height: 160%; text-transform: capitalize; }


.guarantee { padding: 36px 0; }
.guarantee .content-wrapper { max-width: 968px; width: 100%; margin: 0 auto; display: flex; gap: 36px; align-items: center; }
.guarantee .content-wrapper > figure { width: 136px; }
.guarantee .content-detail { flex: 1; }
.guarantee .content-detail h3 { color: #1A1A1A; text-align: center; font-family: PlutoMed; font-size: 40px; font-style: normal; font-weight: 500; line-height: 110%; margin-bottom: 12px; }
.guarantee .content-detail h3 > span { background-color: #FFBD6F; }
.guarantee .content-detail p { color: #1C4C3D; font-family: "MyriadPro"; font-size: 18px; font-weight: 400; line-height: 140%; }

.reviews { padding-top: 58px; padding-bottom: 83px; }
.reviews .content-wrapper { max-width: 1080px; width: 100%; margin: 0 auto; }
.reviews .reviews-title h2 { color: #1A1A1A; text-align: center; font-family: PlutoMed; font-size: 40px; font-weight: 500; line-height: normal; text-transform: capitalize; margin-bottom: 12px; }
.reviews .star-wrapper { max-width: 332px; width: 100%; margin: 0 auto; display: flex; align-items: flex-end; gap: 12px; margin-bottom: 24px; }
.reviews .star-wrapper figure { max-width: 202px; width: 100%; margin-left: auto; }
.reviews .star-wrapper > p { color: #1A1A1A; text-align: center; font-family: Roboto; font-size: 20px; font-weight: 400; line-height: normal; }
.reviews .star-wrapper > p > span:first-child { font-size: 20px; }
.reviews .star-wrapper > p > span:last-child { font-size: 10px; }
.reviews .reviews-comments { display: flex; flex-direction: column; }
.reviews .reviews-comments.hide > [data-review="hide"] { display: none; }
.reviews .reviews-comments.hide + .reviews-show figure { transform: translate(-50%, 6px) rotate(180deg); }
.reviews .review-card { display: flex; align-items: center; gap: 24px; border-bottom: 1px solid rgba(0, 0, 0, 0.25);  padding: 24px 0; }
.reviews .review-card:first-child { padding: 0 0 24px; }
.reviews .review-author { display: flex; flex-direction: column; align-items: flex-start; padding: 24px; }
.reviews .review-author h4 { border-radius: 333px; background-color: #257A60; padding: 2px 23px; margin-bottom: 15px; color: #FFF; font-family: "Work Sans"; font-size: 16px; font-style: normal; font-weight: 600; line-height: 150%; }
.reviews .review-author span.date { color: rgba(0, 0, 0, 0.35); font-family: "Work Sans"; font-size: 12px; font-style: normal; font-weight: 500; line-height: 150%; }
.reviews .verified { display: flex; align-items: center; gap: 8px; }
.reviews .verified span { color: #FFA245; font-family: "Work Sans";  font-size: 12px; font-weight: 500; line-height: 150%; }
.reviews .review-content { flex: 1; padding: 24px; }
.reviews .review-title { display: flex; align-items: center; gap: 8px; margin-bottom: 8px; }
.reviews .review-title > p { color: #333; font-family: "Work Sans"; font-size: 16px; font-weight: 600; line-height: 150%; }
.reviews .review-content .content { margin-bottom: 8px; }
.reviews .review-content .content p { color: #333; font-family: "Work Sans"; font-size: 16px; font-weight: 400; line-height: 150%; margin-bottom: 24px;  }
.reviews .review-content .content > p:last-child { margin-bottom: 0;  }
.reviews .review-content .sub-content { color: rgba(0, 0, 0, 0.35); font-family: Roboto; font-size: 14px; font-style: italic; font-weight: 400; line-height: 150%; }
.reviews .reviews-show { width: 100%; display: flex; justify-content: center; }
.reviews .reviews-show button { background: none; border: 0; position: relative; min-width: 146px; margin-top: 31px; }
.reviews .reviews-show button span { color: #1A1A1A; text-align: center; font-family: "Work Sans"; font-size: 16px; font-weight: 500; line-height: 120%; }
.reviews .reviews-show button figure { width: 18px; position: absolute; left: 50%; transform: translate(-50%, 2px);}

.featured { padding: 36px 0; background: radial-gradient(111.08% 50% at 50% 50%, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.35) 100%), #237A60; backdrop-filter: blur(2px); }
.featured .content-wrapper { max-width: 1180px; width: 100%; margin: 0 auto; display: flex; align-items: center; gap: 50px; }
.featured .featured-content h5 { color: rgba(255, 255, 255, 0.85); font-family: "Work Sans"; font-size: 32px; font-weight: 500; line-height: 110%; margin-bottom: 12px; }
.featured .featured-content h5 > span { color: #fff; font-family: Quiche; font-weight: 700; }
.featured .featured-content p { color: rgba(255, 255, 255, 0.50); font-family: "MyriadPro"; font-size: 13px; font-weight: 400; line-height: 150%; }
.featured .featured-content p > span { color: rgba(255, 255, 255, 0.65); font-weight: 700; }
.featured .content-wrapper figure { flex: 1; }

.product { padding: 75px 0; }
.product .content-wrapper { max-width: 1024px; width: 100%; display: flex; gap: 48px; margin: 0 auto; align-items: flex-start;}
.product .content-wrapper > figure { max-width: 420px; width: 100%; }
.product .product-content { flex: 1; }
.product .product-title  h3 { color: #333; font-family: PlutoCondMed; font-size: 37px; font-weight: 500; line-height: normal; margin-bottom: 3px; }
.product .product-rating { display: flex; align-items: center; gap: 3px; padding-bottom: 8px; margin-bottom: 24px; border-bottom: 1px solid #333; }
.product .product-rating p { color: #333; font-family: Roboto; font-size: 16px; font-style: normal; font-weight: 400; line-height: normal; }
.product .product-content > p { color: #333; font-family: "Work Sans"; font-size: 18px; font-style: normal; font-weight: 400; line-height: 160%; margin-bottom: 16px; }
.product .product-help > span { color: #333; font-family: "Work Sans"; font-size: 18px; font-weight: 600; line-height: 160%; margin-bottom: 12px; display: block; }
.product .product-help > ul { list-style: none; display: flex; flex-direction: column; gap: 12px; margin-bottom: 24px; }
.product .product-help > ul li { display: flex; gap: 12px; align-items: center; }
.product .product-help > ul li p { color: #333; font-family: "Work Sans"; font-size: 18px; font-weight: 600; line-height: 150%; letter-spacing: 0.32px; white-space: nowrap; flex: 1; }


.acc { display: flex; flex-direction: column; gap: 12px; }
.acc .acc-item { display: flex; flex-direction: column; border-radius: 6px; background: rgba(174, 207, 196, 0.20); }
.acc .acc-header { display: flex; justify-content: space-between; padding: 18px; align-items: center; }
.acc .acc-header h3 { color: #1A1A1A; font-family: PlutoCondMed; font-size: 18px; font-weight: 500; line-height: normal; text-transform: capitalize; }
.acc .acc-body { display: none; }
.acc .acc-item.show .acc-body { display: block; padding: 0 18px 18px; }
.acc .acc-item.show .acc-header svg { transform: rotate(-180deg); }
.acc .acc-item .acc-body p { color: #3D3D3D; font-family: "MyriadPro"; font-size: 18px; font-weight: 400; line-height: 160%; margin-bottom: 24px; }
.acc.faq-acc .acc-item .acc-body p { line-height: 130%; }
.acc.faq-acc .acc-item .acc-body p { font-family: "Roboto"; }
.acc .acc-item .acc-body p b { font-weight: 600; }
.acc .acc-item .acc-body p:last-child { margin-bottom: 0px; }

.faq { background: rgba(174, 207, 196, 0.20); padding: 64px 0; }
.faq .content-wrapper { max-width: 585px; width: 100%; margin: 0 auto; }
.faq .content-wrapper h2 { color: #1A1A1A; text-align: center; font-family: PlutoCondMed; font-size: 40px; font-weight: 500; line-height: normal; text-transform: capitalize; margin-bottom: 44px; }
.faq .acc-item { border: 1px solid #257A60; background: #EFF5F3; }

footer {
  padding: 52px 0; background-color: #E6AA72;
  background-image: url("./er-pdp-img-25.png");
  background-repeat: no-repeat;
  background-size: 470px;
  background-position: bottom center;
}
footer .content-wrapper { max-width: 940px; width: 100%; margin: 0 auto; }
footer .link-wrapper { display: flex; justify-content: center; margin-bottom: 24px; }
footer .link-wrapper a { color: #352310; text-align: center; font-family: PlutoCondReg; font-size: 14px; font-weight: 400; line-height: 140%; text-decoration-line: underline; position: relative; padding: 0 17px; }
footer .link-wrapper a:first-child { padding-left: 0; }
footer .link-wrapper a:last-child {padding-right: 0; }
footer .link-wrapper a::before { content: ""; position: absolute; height: 21px; width: 1.2px; background-color: #352310; left: 0; }
footer .link-wrapper a:first-child:before { content: unset; }
footer .description-wrapper { padding: 10px; border: 1px solid #65431E; margin-bottom: 24px; }
footer .description-wrapper p { color: #65431E; text-align: center; font-family: PlutoCondReg; font-size: 16px; font-weight: 400; line-height: 140%; letter-spacing: 0.32px; }
footer .content-wrapper > p { color: #65431E; text-align: center; font-family: PlutoCondMed; font-size: 16px; font-weight: 500; line-height: 140%; letter-spacing: -0.16px; margin-bottom: 24px; }
footer .direct-wrapper > p { color: #65431E; text-align: center; font-family: "MyriadPro"; font-size: 14px; font-style: normal; font-weight: 400; line-height: 150%; letter-spacing: 0.14px; margin-bottom: 24px; }
footer .logo-wrapper { text-align: center; }
footer .logo-wrapper > figure { margin-bottom: 24px; }
footer .logo-wrapper p { color: #483017; text-align: center; font-family: PlutoCondMed; font-size: 16px; font-weight: 500; line-height: 140%; }
footer .vary-text { font-weight: 500; }

.floating-notice { position: fixed; bottom: 0; width: 100%; padding: 12px; background-color: #DFFEF2; z-index: 2;}
.floating-notice .content-wrapper { display: flex; align-items: center; justify-content: center; gap: 24px; }
.floating-notice .content-wrapper > p { color: #237A60; text-align: center; font-family: "Work Sans"; font-size: 20px; font-style: normal; font-weight: 500; line-height: 120%; }
.floating-notice .content-wrapper > p > span { font-weight: 700; line-height: 120%; }
.floating-notice .content-wrapper a { background-color: #257A60; border-radius: 333px; padding: 7px 33px; color: #FFF; text-align: center; font-family: "Work Sans"; font-size: 16px; font-weight: 500; line-height: 120%; letter-spacing: 2px; text-transform: uppercase; text-decoration: none; }

@media (max-width: 1282px) {
  .banner .banner-swiper-gallery { padding: 6px; }
}

@media (max-width: 1040px) {
  .banner .content-wrapper { flex-direction: column; gap: 40px; align-items: center; }
}

@media (max-width: 820px) {
  [type="radio"]:checked + label:before,
  [type="radio"]:not(:checked) + label:before {
    width: 18px;
    height: 18px;
  }
  [type="radio"]:checked + label:after,
  [type="radio"]:not(:checked) + label:after {
    width: 8px;
    height: 8px;
    top: calc(50% - 4px);
  }
  .nav-bar svg { width: 133px; }
  .nav-bar .content-wrapper span { font-size: 14px; }

  .banner { padding: 0 0 30px; }
  .banner .product-details { padding: 0 16px; }
  .banner .product-content > h1 { font-size: 36px; }
  .banner .review-star-wrapper { justify-content: center; }
  .banner .product-content { margin-bottom: 16px; }
  .banner .product-card-header h3 { font-size: 22px; }
  .banner .product-card-header span { font-size: 16px; }
  .banner .product-card-body { padding: 12px; }
  .banner .package-list li { padding: 8px; }
  .banner .package-list li > div:last-child { gap: 4px; }
  .banner .package-list li > div:last-child figure { min-width: 42px; max-width: 42px; width: unset; }
  .banner .package-list li > div:last-child > div { width: 78px; }
  .banner .package-list li > div:last-child .product-price > span:not(:last-child) { letter-spacing: -0.2px; font-size: 10px; padding: 4px 2px; }
  .banner .package-list li > div:last-child .product-price > div > p:first-child > span:first-child { font-size: 14px; letter-spacing: -0.56px; }
  .banner .package-list li > div:last-child .product-price > div > p:first-child > span:last-child { font-size: 12px; }
  .banner .package-list li > div:last-child .product-price > div > p:last-child { font-size: 10px;  }
  .banner .package-list li > div:last-child .product-price > span:not(:first-child) { width: 44px; min-width: unset; font-size: 14px; letter-spacing: -0.28px; }
  .banner .package-list li > div:first-child label { font-size: 16px; padding-left: 22px; font-weight: 600; font-family: "MyriadPro"; }
  .banner .package-list.subscribed li { padding: 8px; }
  .banner .package-list.subscribed li > div:first-child label { padding-left: 22px; white-space: nowrap; }
  .banner .package-list.subscribed li > div:last-child { gap: 2px; }
  .banner .package-list.subscribed li > div:last-child .product-price { width: 100%; gap: 4px; }
  .banner .package-list.subscribed li > div:last-child .product-price > div { width: 74px; gap: 4px; }
  .banner .package-list li.active > div:first-child label { font-weight: 600;} 
  .banner .option-wrapper li { padding: 0 8px; }
  .banner .option-wrapper li > label { font-size: 15px; padding-left: 26px; font-weight: 600; }
  .banner .option-wrapper li > label[for=option-1] { white-space: nowrap; }
  .banner .option-wrapper > div { padding: 12px; }
  .banner .option-wrapper > div > p:first-child { font-size: 15px; }
  .banner .option-wrapper > div > p:last-child { font-size: 15px; line-height: 140%; }
  .banner .option-wrapper .one-time-details > p:first-child { font-size: 15px; }
  .banner .option-wrapper .one-time-details > p:last-child { font-size: 15px; line-height: 140%; }
  .banner .option-wrapper .frequency-benefits { flex-direction: column; }
  .banner .option-wrapper .frequency-benefits > div { max-width: unset; } 
  .banner .option-wrapper .frequency-benefits > div > div > p:first-child { font-size: 14px; }
  .banner .option-wrapper .frequency-benefits > div > div > p:last-child:not(:first-child) { font-size: 13px; letter-spacing: 0.26px; }
  .banner .package-wrapper > p, .banner .option-wrapper > p { font-size: 18px; }
  .banner .shipping-image { max-width: 166px; }
  .banner .subscribe-wrapper p { font-size: 12px; line-height: 140%; }
  .banner .claim-description { width: 201px; }
  .banner .claim-description span { font-size: 17px; }
  
  
  

  .dr-section { padding-bottom: 0; }
  .dr-section .content-wrapper { border-radius: 0; }
  .dr-section .content-wrapper > div { background-image: url("./er-pdp-img-13-m.webp"); background-size: 100%; flex-direction: column; padding-top: 70px; }
  .dr-section .content-wrapper > div > figure { position: unset; width: 100%; }
  .dr-section .content-wrapper > div > figure > img { object-position: 100%; }
  .dr-section .content-details { padding: 60px 16px; }
  .dr-section .content-details > p { font-size: 18px; margin-left: auto; margin-right: auto; }

  .ingredients .content-wrapper { border-radius: 0; background: radial-gradient(111.08% 50% at 50% 50%, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.35) 100%), #237A60; padding: 0 12px 12px; }
  .ingredients .ingredient-title { min-height: 120px; padding: 24px 0; }
  .ingredients .ingredient-wrapper { flex-wrap: wrap; justify-content: center; }
  .ingredients .detail-card { width: 145px; }
  .ingredients .detail-card span { font-size: 16px; line-height: 160%; margin-top: -16px;}
  .ingredients .cap-wrapper { padding: 36px 12px; }
  .ingredients .cap-card-wrapper { gap: 36px; justify-content: center }
  .ingredients .cap-card { flex-direction: column; }


  .guarantee { padding: 36px 0 63px; }
  .guarantee .content-wrapper { flex-direction: column; padding: 0 31px; }
  .guarantee .content-detail h3 { margin-bottom: 24px; }
  .guarantee .content-detail p { text-align: center; }

  .reviews { padding-top: 24px; padding-bottom: 59px; }
  .reviews .star-wrapper { flex-direction: column; align-items: center; max-width: 202px; margin-bottom: 24px; }
  .reviews .reviews-comments { padding: 0 22px; }
  .reviews .review-card { flex-direction: column-reverse; padding: 24px 0; }
  .reviews .review-author { padding: 0; width: 100%; }
  .reviews .review-author > div:first-child { display: flex; align-items: center; width: 100%; justify-content: space-between; margin-bottom: 15px; }
  .reviews .review-author h4 { margin-bottom: 0; }
  .reviews .review-author > div:last-child { display: flex; flex-direction: row-reverse; align-items: center; width: 100%; justify-content: space-between; }
  .reviews .review-content { padding: 0; }

  .featured { background: radial-gradient(111.08% 50% at 50% 50%, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.35) 100%), #237A60; backdrop-filter: blur(2px); }
  .featured .content-wrapper { display: flex; flex-direction: column; align-items: center; padding: 0 18px; min-height: 515px; justify-content: space-between; }
  .featured .featured-content h5 { margin-bottom: 0; text-align: center; }
  .featured .featured-content p { text-align: center; font-size: 18px; line-height: 150%; }
  .featured .content-wrapper figure { display: flex; }
  .featured .content-wrapper figure img { height: unset; }

  .product .content-wrapper { flex-direction: column; }
  .product .content-wrapper > figure { max-width: 321px; margin: 0 auto;}
  .product .product-content { padding: 0 12px; }
  .product .product-title h3 { text-align: center; font-size: 34px; }
  .product .product-rating { justify-content: center; }
  .product .product-help > ul li { align-items: flex-start; }
  .product .product-help > ul li p { white-space: unset; }

  .faq { padding: 12px 0; }
  .faq-acc { padding: 0 12px; }
  

  footer { background-image: url("./er-pdp-img-25-m.png"); background-position: center; background-size: 385px; }
  footer .content-wrapper { padding: 0 15px; }
  footer .description-wrapper { padding: 4px 0px; }
  footer .description-wrapper p { font-size: 14px; }
  footer .logo-wrapper p { font-size: 14px; }

  .floating-notice .content-wrapper { flex-direction: column; gap: 12px; }
}
