@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";

* {
    box-sizing: border-box;
    margin: 0
}

body {
    display: flex;
    flex-direction: column;
    margin: 0;
    min-height: 100svh
}

html:has(dialog[scroll-lock][open], details[scroll-lock][open]) {
    overflow: hidden
}

img,
picture,
video,
canvas,
svg {
    display: block;
    max-width: 100%;
    height: auto
}

input,
textarea,
select {
    font: inherit;
    border-radius: var(--style-border-radius-inputs)
}

select {
    background-color: var(--color-background);
    color: currentcolor
}

dialog {
    background-color: var(--color-background);
    color: var(--color-foreground)
}

p {
    text-wrap: pretty
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    overflow-wrap: break-word
}

p:empty {
    display: none
}

:is(p, h1, h2, h3, h4, h5, h6):first-child,
:empty:first-child+:where(p, h1, h2, h3, h4, h5, h6) {
    margin-block-start: 0
}

:is(p, h1, h2, h3, h4, h5, h6):last-child,
:where(p, h1, h2, h3, h4, h5, h6)+:has(+:empty:last-child) {
    margin-block-end: 0
}

.shopify-section:not(.shopify-section-group-header-group) {
    --content-width: min(calc(var(--section-width-target, var(--page-width)) - var(--page-margin) * 2), calc(100% - var(--page-margin) * 2));
    --content-margin: minmax(var(--page-margin), 1fr);
    --content-grid: var(--content-margin) var(--content-width) var(--content-margin);
    position: relative;
    grid-template-columns: var(--content-grid);
    display: grid;
    width: 100%
}

.shopify-section:not(.shopify-section-group-header-group)>* {
    grid-column: 2
}

.shopify-section:not(.shopify-section-group-header-group)>.full-width {
    grid-column: 1 / -1
}

.clarity-main-product,
.header__container,
.page-width {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px
}

.text-with-image {
    padding-inline: 15px
}

.text-with-image {
    padding-top: 60px;
    background-color: #e2aba830;
    position: relative !important
}

.text-with-image .page-width .outer-image-one {
    position: absolute;
    top: -95px;
    width: 100%
}

.text-with-image .page-width {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    flex-wrap: nowrap;
    margin-block: 50px;
    width: 100%;
    max-width: 1170px;
    margin-inline: auto;
    padding: 0;
    position: relative
}

.text-with-image .text,
.text-with-image .image {
    width: 48%
}

.text-with-image .text h2,
.text-with-image .image h2,
.text-with-video-section .inner-main-box .text-with-video-left h2,
.text-with-video-section .inner-main-box .text-with-video-right h2 {
    color: #7d0c09;
    font-size: 30px;
    font-weight: 500;
    font-family: inter;
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 37px
}

.text-with-image .text p,
.text-with-image .text ul li,
.text-with-video-section .inner-main-box .text-with-video-left p,
.text-with-video-section .inner-main-box .text-with-video-left ul li {
    font-size: 18px;
    font-family: Inter;
    font-weight: 400;
    line-height: 27px;
    color: #000
}

.text-with-image .text p strong,
.text-with-image .text ul li strong,
.text-with-video-section .inner-main-box .text-with-video-left p strong,
.text-with-video-section .inner-main-box .text-with-video-left ul li strong {
    color: #7d0c09
}

.text-with-image .text ul {
    padding-left: 25px
}

.text-with-image .outer-image-two {
    position: absolute;
    bottom: -40px
}

.text-with-video-section {
    background: #faefef;
    padding-top: 10px
}

.text-with-video-section .inner-main-box {
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
    padding-top: 15px
}

.text-with-video-section .inner-main-box .text-with-video-left,
.text-with-video-section .inner-main-box .text-with-video-right {
    width: 48%
}

.text-with-video-section .inner-main-box .text-with-video-right video {
    border-radius: 10px
}

.multicolumn-section .multicolumn {
    padding-block: 60px 0
}

.multicolumn-section .multicolumn h2 {
    font-size: 35px;
    font-weight: 700;
    font-family: Inter;
    color: #000;
    line-height: 42px
}

.multicolumn-section .multicolumn .multicolumn-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 10px
}

.multicolumn-section .multicolumn .multicolumn-grid .multicolumn-box {
    border: 0;
    border-radius: 10px;
    padding: 0;
    box-shadow: #00000063 0 0 12px 1px;
    background: transparent
}

.multicolumn-section .multicolumn .multicolumn-grid .multicolumn-box h3 {
    font-family: Inter;
    font-size: 24px;
    line-height: 24px;
    padding: 15px 5px;
    border-end-start-radius: 0;
    border-end-end-radius: 0;
    margin-bottom: 10px
}

.multicolumn-section .multicolumn .multicolumn-grid .multicolumn-box img {
    border-radius: 0;
    height: 285px
}

.multicolumn-section .multicolumn .multicolumn-grid .multicolumn-box p {
    font-size: 18px;
    margin: 10px;
    padding: 0 10px 10px;
    line-height: 27px;
    color: #000;
    font-weight: 400;
    font-family: Inter
}

.text-blocks-section .text-blocks {
    padding-block: 40px 45px
}

.text-blocks-section .text-blocks h2 {
    font-size: 35px;
    font-weight: 700;
    font-family: Inter;
    color: #000;
    line-height: 42px;
    margin-bottom: 15px
}

.text-blocks-section .text-blocks h2 strong {
    color: #7a0000;
    font-weight: 700
}

.text-blocks-section .text-blocks h3 {
    font-size: 18px;
    font-weight: 700;
    font-family: Inter;
    line-height: 27px
}

.text-blocks-section .text-blocks .text-blocks-grid {
    column-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr 1fr
}

.text-blocks-section .text-blocks .text-blocks-grid .text-blocks-box {
    padding: 0
}

.text-blocks-section .text-blocks .text-blocks-grid .text-blocks-box h3 {
    font-family: Inter;
    font-size: 35px;
    line-height: 42px;
    margin-bottom: 15px
}

.text-blocks-section .text-blocks .text-blocks-grid .text-blocks-box p {
    font-size: 18px;
    font-family: inter;
    color: #000;
    line-height: 27px
}

.text-blocks-section .text-blocks .text-blocks-bottom-text {
    margin-block-start: 40px;
    font-size: 15px;
    font-family: inter;
    font-weight: 700
}

.video-slider .rp-inner {
    padding: 0 !important
}

.video-slider {
    padding-block: 60px
}

.video-slider .headewr-rap-div h2 {
    font-size: 35px;
    line-height: 1 !important;
    max-width: 750px;
    width: 100%;
    display: block !important;
    margin-inline: auto;
    text-align: center;
    font-weight: 700 !important;
    font-family: Inter
}

.video-slider .headewr-rap-div h2 strong {
    color: #7d0c09;
    font-weight: 700
}

.video-slider .rp-inner .rp-slider {
    margin-top: 50px;
    overflow: hidden
}

.video-slider .rp-inner .rp-slider .rp-card button {
    background: #00000047;
    border: 0;
    width: auto;
    height: auto;
    padding: 12px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    cursor: pointer
}

.video-slider .rp-inner .rp-slider .rp-card button svg {
    width: 26px;
    height: 26px;
    color: #fff
}

.video-slider .rp-inner .rp-slider .rp-controls {
    margin: 0
}

.video-slider .rp-inner .rp-slider .rp-controls button.rp-arrow {
    width: 46px;
    height: 46px;
    padding: 12px;
    background: #0000008c;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    position: absolute;
    top: 50%;
    transform: translateY(-50%) !important;
    cursor: pointer;
    border: 0;
    transition: all .3s !important
}

.video-slider .rp-inner .rp-slider .rp-controls button.rp-arrow svg {
    width: 24px;
    height: 24px;
    color: #fff
}

.video-slider .rp-inner .rp-slider .rp-controls button.rp-arrow.rp-prev {
    left: -75px;
    transition: all .5s
}

.video-slider .rp-inner .rp-slider .rp-controls button.rp-arrow.rp-next {
    right: -75px;
    transition: all .5s
}

.video-slider .rp-inner .rp-slider:hover .rp-controls button.rp-arrow.rp-next {
    right: 10px
}

.video-slider .rp-inner .rp-slider:hover .rp-controls button.rp-arrow.rp-prev {
    left: 10px
}

.video-slider .rp-inner .rp-slider .rp-track {
    padding-bottom: 0 !important
}

.video-slider .rp-inner .rp-slider .rp-controls button.rp-arrow:hover {
    background: #7d0c09
}

.video-slider .rp-inner .rp-bottom {
    margin-top: 42px;
    gap: 0
}

.video-slider .rp-inner .rp-bottom .rp-cta {
    background: #7d0c09;
    border: 1px solid transparent;
    border-radius: 30px;
    height: 51px;
    font-size: 18px;
    line-height: 27.54px;
    text-transform: uppercase;
    max-width: 565px;
    width: 100%;
    font-family: Inter;
    font-weight: 700
}

.video-slider .rp-inner .rp-bottom .rp-guarantee {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1;
    gap: 10px
}

.icons-section .icons-wraper {
    padding-block: 30px 60px
}

.icons-section .icons-wraper h2 {
    font-size: 35px;
    font-weight: 700;
    font-family: Inter;
    color: #000;
    line-height: 42px;
    margin-bottom: 10px
}

.icons-section .icons-wraper p {
    font-size: 24px;
    font-family: Inter;
    line-height: 1
}

.icons-section .icons-wraper .icons-row {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    justify-content: space-between
}

.icons-section .icons-wraper .icons-row .icon-item {
    display: flex;
    justify-content: center;
    align-items: center
}

.icons-section .icons-wraper .icons-row .icon-item img {
    width: 155px
}

.icons-section {
    border-bottom: 1px solid #135E4A30
}

.expect-section h2 {
    font-family: Inter;
    color: #000;
    font-size: 35px;
    margin-bottom: 40px
}

.expect-section h2 strong {
    color: #7d0c09
}

.video-slider .rp-inner .rp-bottom .rp-cta {
    transform: unset;
    color: #fff
}

.expect-section .expect-btn-wrapper a {
    text-decoration: none;
    width: 100%;
    max-width: 565px
}

.expect-section .expect-btn-wrapper .expect-subtext {
    margin-top: 20px;
    font-size: 16px;
    color: #000;
    gap: 10px;
    font-family: Inter
}

.featured-product-offer {
    padding-block: 60px
}

.featured-product-offer .featured-offer__container {
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 40px
}

.featured-product-offer .featured-offer__container .featured-offer__content h2 {
    font-size: 35px;
    font-weight: 700;
    font-family: Inter;
    color: #6d0e0e;
    line-height: 42px;
    margin-bottom: 20px
}

.featured-product-offer .featured-offer__container .featured-offer__content p {
    font-family: Inter;
    line-height: 24px;
    font-size: 18px;
    color: #000
}

.featured-product-offer .featured-offer__container .featured-offer__content p strong {
    color: #7d0c09
}

.featured-product-offer .featured-offer__container .featured-offer__content .featured-offer__subtitle p strong {
    text-decoration: underline;
    text-underline-offset: 2px
}

.featured-product-offer .featured-offer__container .featured-offer__content .featured-offer__subtitle {
    margin-bottom: 25px
}

.featured-product-offer .featured-offer__container .featured-offer__content .featured-offer__desc p strong {
    color: #000
}

.featured-product-offer .featured-offer__container .featured-offer__content .featured-offer__desc ul {
    margin-block: 20px 25px;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.featured-product-offer .featured-offer__container .featured-offer__content .featured-offer__desc ul li {
    padding-left: 35px;
    position: relative;
    font-size: 18px;
    line-height: normal;
    font-family: Inter;
    color: #000
}

.featured-product-offer .featured-offer__container .featured-offer__content .featured-offer__desc ul li:after {
    position: absolute;
    content: "";
    left: 0;
    width: 22px;
    height: 22px;
    background-image: url(/cdn/shop/files/product-check-image.webp?v=1765217990);
    top: 2px;
    background-position: center;
    background-size: contain
}

.featured-product-offer .featured-offer__container .featured-offer__content h3 {
    text-align: center;
    font-size: 30px;
    line-height: 1;
    font-family: Inter;
    font-weight: 700;
    color: #000;
    margin-block: 0
}

.featured-product-offer .featured-offer__container .featured-offer__content .clarity-pdp__buy {
    margin-top: 30px;
    margin-bottom: 20px
}

.featured-product-offer .featured-offer__container .featured-offer__content .clarity-pdp__buy button {
    border-radius: 30px;
    text-transform: uppercase;
    font-family: inter;
    font-size: 18px;
    background: #7d0c09;
    width: 100%;
    max-width: 656px;
    cursor: pointer;
    transform: unset
}

.featured-product-offer .featured-offer__container .featured-offer__content .clarity-pdp__buy button:hover {
    color: #fff
}

.featured-product-offer .featured-offer__container .featured-offer__content img.featured-offer__payments {
    width: 100%;
    max-width: 450px;
    margin-inline: auto;
    margin-top: 0
}

.featured-product-offer .featured-offer__container .featured-offer__content .featured-offer__secure {
    text-align: center;
    margin-top: 0;
    font-size: 16px;
    line-height: 1
}

.featured-product-offer .featured-offer__container .featured-offer__content .secure_wrap {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px
}

.featured-product-offer .featured-offer__container .featured-offer__content .featured-offer__note {
    text-align: center;
    margin-top: 16px;
    line-height: 1;
    font-style: italic;
    font-size: 16px
}

.featured-offer__content .featured-offer__desc p {
    font-size: 20px !important;
    font-family: Inter;
    line-height: 1
}

.faqs-section {
    background: #faefef
}

.faqs-section .faq-wrapper {
    padding-block: 60px 0px
}

.faqs-section .faq-wrapper .faq-title {
    font-family: Inter;
    color: #7d0c09;
    font-size: 35px;
    text-align: center;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 50px
}

.faqs-section .faq-wrapper .page-width>img {
    display: none
}

.faqs-section .faq-wrapper .faq-question {
    font-size: 17px;
    font-family: Inter;
    font-weight: 700;
    color: #000;
    padding: 15px 18px;
    align-items: center;
    text-align: left
}

.faqs-section .faq-wrapper .faq-answer {
    background: #fff;
    padding-top: 0
}

.faqs-section .faq-wrapper .faq-answer p {
    font-size: 16px;
    font-family: Inter;
    color: #000
}

.faqs-section .faq-wrapper .faq-item {
    border-radius: 4px
}

.faqs-section .faq-wrapper .faq-arrow {
    display: flex;
    justify-content: center;
    line-height: normal;
    font-size: 20px;
    font-weight: 400;
    height: 12px;
    align-items: center;
    margin-top: -9px
}

.faqs-section .faq-wrapper .faq-item.active .faq-arrow {
    margin-top: 0
}

.faqs-section .faq-wrapper .faq-bottom-area .faq-bottom-btn {
    max-width: 575px;
    width: 100%;
    font-family: Inter
}

.faqs-section .faq-wrapper .faq-bottom-area .faq-bottom-subtext {
    font-family: Inter;
    font-size: 16px;
    color: #000
}

.faqs-section .faq-wrapper .faq-bottom {
    margin-bottom: 30px
}

.faqs-section .faq-bottom-area {
    margin-bottom: 60px
}

.faqs-section .faq-wrapper .faq-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-top: 20px
}

.faqs-section .faq-wrapper .faq-arrow .faq-icon {
    border: 0
}

.claritymd-product .clarity-main-product .clarity-pdp__in-stock {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px
}

.claritymd-product .clarity-main-product .clarity-pdp__in-stock p.in-stock {
    margin-right: 10px
}

.shopify-section:not(.shopify-section-group-header-group) {
    display: block
}

.claritymd-product .clarity-main-product {
    padding-top: 30px;
    padding-inline: 15px
}

.claritymd-product .clarity-main-product .clarity-pdp .clarity-pdp__inner {
    gap: 40px
}

.claritymd-product .clarity-main-product .clarity-pdp__media .clarity-pdp__main-wrap {
    order: 1
}

.claritymd-product .clarity-main-product .clarity-pdp__media .clarity-pdp__thumbs-wrap {
    order: 2
}

.claritymd-product .clarity-main-product .clarity-pdp__media .clarity-pdp__single_review {
    order: 3
}

.claritymd-product .clarity-main-product .clarity-pdp__media .clarity-pdp__main {
    border-radius: 0
}

.claritymd-product .clarity-main-product .clarity-pdp__nav-arrow {
    height: 40px;
    width: 40px;
    background: #0006
}

.claritymd-product .clarity-main-product .clarity-pdp__nav-arrow--next {
    right: 10px
}

.claritymd-product .clarity-main-product .clarity-pdp__nav-arrow--prev {
    left: 10px
}

.claritymd-product .clarity-main-product .clarity-pdp__nav-arrow span {
    font-size: 23px;
    line-height: 100%;
    margin-bottom: 2px
}

.claritymd-product .clarity-main-product .clr_single_review_wrap {
    padding: 15px;
    border: 1px solid #145D4B;
    border-radius: 10px
}

.claritymd-product .clarity-main-product .clr_single_review_top p {
    font-size: 15px;
    color: #000;
    font-weight: 400;
    line-height: 22.5px
}

.claritymd-product .clarity-main-product .clr_single_review_top img {
    margin-bottom: 10px
}

.claritymd-product .clarity-main-product .clr_single_review_bottom {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 15px
}

.claritymd-product .clarity-main-product .clr_single_review_bottom_left {
    display: flex;
    align-items: center;
    gap: 6px
}

.claritymd-product .clarity-main-product .clr_single_review_bottom_right {
    display: flex;
    align-items: center;
    gap: 5px;
    min-width: 150px
}

.claritymd-product .clarity-main-product .clr_single_review_bottom_left p {
    color: #7d0c09;
    font-family: Inter;
    font-size: 14px
}

.claritymd-product .clarity-main-product .clr_single_review_bottom_left img {
    width: 40px;
    border-radius: 100%;
    height: 40px
}

.claritymd-product .clarity-main-product .clr_single_review_bottom_right p {
    font-size: 14px;
    font-family: Inter;
    color: #000
}

.claritymd-product .clarity-main-product .clr_single_review_bottom_right img {
    width: 17px;
    height: auto
}

.claritymd-product .clarity-main-product .clarity-pdp__details {
    gap: 0;
    padding-top: 10px
}

.claritymd-product .clarity-main-product .clarity-pdp__details .clarity-pdp__header:empty {
    display: none
}

.claritymd-product .clarity-main-product .clarity-pdp__details .clarity-pdp__trust img {
    object-fit: contain;
    height: auto;
    width: auto
}

.claritymd-product .clarity-main-product .clarity-pdp__details .clarity-pdp__title-block {
    margin-bottom: 10px
}

.claritymd-product .clarity-main-product .clarity-pdp__details .clarity-pdp__title-block h1,
.claritymd-product .clarity-main-product .clarity-pdp__details .clarity-pdp__custom-title h1 {
    font-size: 35px;
    color: #000;
    width: 100%;
    font-family: Inter;
    max-width: 504px
}

.claritymd-product .clarity-main-product .clarity-pdp__details .clarity-pdp__rating {
    margin-bottom: 0
}

.claritymd-product .clarity-main-product .clarity-pdp__details .clarity-pdp__rating .clarity-pdp__rating-badge {
    padding: 0;
    margin-bottom: 15px;
    margin-top: 10px
}

.claritymd-product .clarity-main-product .clarity-pdp__details .clarity-pdp__rating .clarity-pdp__rating-badge .clarity-pdp__rating-stars {
    gap: 0
}

.claritymd-product .clarity-main-product .clarity-pdp__details .clarity-pdp__rating .clarity-pdp__rating-badge .clarity-pdp__rating-stars svg {
    width: 18px;
    height: 18px
}

.claritymd-product .clarity-main-product .clarity-pdp__details .clarity-pdp__rating-badge {
    color: #000000c2
}

.claritymd-product .clarity-main-product .clarity-pdp__details .clarity-pdp__text {
    border-top: 1px solid #0000001c;
    padding-top: 20px
}

.claritymd-product .clarity-main-product .clarity-pdp__details .clarity-pdp__text p {
    font-family: Inter;
    color: #000
}

.claritymd-product .clarity-main-product .clarity-pdp__details .clarity-pdp__text p strong {
    color: #7d0c09
}

.claritymd-product .clarity-main-product .clarity-pdp__details .clarity-pdp__features {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #0000001c;
    padding-bottom: 21px
}

.claritymd-product .clarity-main-product .clarity-pdp__details .clarity-pdp__features .clarity-pdp__fp-icon {
    width: 30px;
    height: 30px;
    object-fit: contain
}

.claritymd-product .clarity-main-product .clarity-pdp__details .clarity-pdp__fp-text {
    font-family: Inter;
    color: #000;
    font-weight: 400
}

.claritymd-product .clarity-main-product .clarity-pdp__details .clarity-pdp__fp {
    gap: 10px;
    padding: 0
}

.claritymd-product .clarity-main-product .clarity-pdp__details .circle-pulse {
    width: 10px;
    height: 10px;
    background-color: #4fbb4e;
    border-radius: 50%;
    position: relative;
    display: flex
}

.claritymd-product .clarity-main-product .clarity-pdp__details .circle-pulse:after {
    content: "";
    width: 10px !important;
    height: 10px !important;
    background-color: #4fbb4e;
    border-radius: 50%;
    animation: grow 1.5s ease-in-out infinite;
    position: absolute;
    top: 0;
    left: 5px
}

.claritymd-product .clarity-main-product .clarity-pdp__details .circle-pulse:before {
    width: 10pxpx;
    right: 20px
}

@keyframes grow {
    0% {
        transform: scale(1);
        opacity: 1
    }

    to {
        transform: scale(1.75);
        opacity: 0
    }
}

.claritymd-product .clarity-main-product .clarity-pdp__details .clarity-pdp__delivery-d {
    font-size: 15px;
    text-align: left;
    font-family: Inter
}

.claritymd-product .clarity-main-product .clarity-pdp__buy {
    margin-top: 16px
}

.claritymd-product .clarity-main-product .clarity-pdp__buy .clarity-pdp__buy-row .clarity-pdp__btn {
    font-family: Inter;
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    border-radius: 30px;
    line-height: 1.53;
    margin: 0;
    padding: 12px 10px;
    background-color: #630f0c;
    box-shadow: transparent 0 0 0 0
}

.claritymd-product .clarity-main-product .clarity-pdp__buy .clarity-pdp__buy-row .clarity-pdp__btn {
    font-family: Inter;
    letter-spacing: 0
}

.claritymd-product .clarity-main-product .clarity-pdp__buy .clarity-pdp__buy-row .clarity-pdp__btn .clarity-pdp__btn-compare,
.claritymd-product .clarity-main-product .clarity-pdp__buy .clarity-pdp__buy-row .clarity-pdp__btn .clarity-pdp__btn-price {
    font-weight: 600
}

.claritymd-product .clarity-main-product .clarity-pdp__buy .clarity-pdp__buy-row .clarity-pdp__btn {
    margin-bottom: 20px;
    cursor: pointer
}

.claritymd-product .clarity-main-product .clarity-pdp__money-back {
    border: 1px solid #630F0C4F;
    border-radius: 4px;
    margin-top: 25px;
    padding: 18px;
    background-color: #f3b4b130;
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 20px
}

.claritymd-product .clarity-main-product .clarity-pdp__money-back img {
    min-width: 86px
}

.claritymd-product .clarity-main-product .clarity-pdp__money-back_text p {
    font-family: Inter;
    color: #000;
    line-height: 24px
}

.claritymd-product .clarity-main-product .clarity-pdp__money-back_text p strong {
    margin-bottom: 4px;
    display: inline-block;
    color: #7d0c09
}

#clarity-pdp-template--18744857428129__main-8371221069985 .clarity-pdp__row,
.clarity-pdp__row {
    border-right: 0 !important;
    border-left: 0 !important;
    border-radius: 0 !important;
    border-top: 0 !important
}

#clarity-pdp-template--18744857428129__main-8371221069985 .clarity-pdp__row>summary {
    padding: 17px 0 !important;
    color: #000 !important;
    font-family: Inter;
    font-size: 17px;
    text-align: left;
    font-weight: 700 !important
}

.claritymd-product .clarity-main-product .clarity-pdp__media-acc:first-child {
    margin-top: 25px
}

.claritymd-product .clarity-main-product .clarity-pdp__media-acc {
    margin-top: 0
}

#clarity-pdp-template--18744857428129__main-8371221069985 .clarity-pdp__row[open]>summary {
    border: 0 !important
}

.claritymd-product .clarity-main-product .clarity-pdp__row .rte {
    padding: 0 0 20px;
    color: #000;
    font-family: Inter
}

.claritymd-product .clarity-main-product .clarity-pdp__money-back+.clarity-pdp__media-acc {
    border-top: 1px solid #e5e9ef
}

.claritymd-product .clarity-main-product .clarity-pdp__media-acc+.clarity-pdp__trust {
    margin-top: 13px
}

.logo-banner-section {
    padding-bottom: 30px
}

.logo-banner-section .logo-banner .logo-banner-content img {
    width: 100%;
    height: auto;
    max-width: 900px;
    margin-inline: auto
}

.table-section .comparison-section {
    padding-top: 20px
}

.table-section .comparison-section .comp-heading {
    font-size: 35px;
    font-family: Inter;
    width: 100%;
    max-width: 758px;
    margin-inline: auto;
    color: #7d0c09;
    margin-top: 40px
}

.table-section .comparison-section .comp-table-wrapper {
    max-width: 1000px;
    background: transparent;
    border: 3px solid #0e6041;
    overflow: visible
}

.table-section .comparison-section .comp-table-wrapper .comp-table-header {
    background: transparent;
    padding: 0
}

.table-section .comparison-section .comp-table-wrapper .comp-table-header div {
    font-size: 24px;
    font-family: Inter;
    font-weight: 400;
    color: #7d0c09;
    padding: 43px 35px 18px
}

.table-section .comparison-section .comp-table-wrapper .comp-table-header div:nth-child(2) {
    color: #fff;
    font-weight: 700;
    background: #145d4b;
    padding: 18px 20px;
    margin-top: -61px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    align-content: end
}

.table-section .comparison-section .comp-top-images {
    margin-bottom: 24px;
    align-items: flex-end
}

.table-section .comparison-section .comp-row {
    border-color: #a1a1a175
}

.table-section .comparison-section .comp-row div img {
    width: 36px;
    height: 36px
}

.table-section .comparison-section .comp-row div {
    align-content: center;
    font-size: 20px;
    font-family: Inter;
    font-weight: 400;
    padding: 20px
}

.table-section .comparison-section .comp-feature {
    background: #145d4b
}

.table-section .comparison-section .comp-vs {
    z-index: 1;
    background: #fff;
    border-color: #145d4b;
    color: #145d4b;
    font-size: 28px;
    font-family: Inter;
    width: 76px;
    height: 76px;
    font-weight: 400;
    border-width: 3px
}

.table-section .comparison-section .comp-row:last-child .comp-feature {
    margin-bottom: -30px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px
}

.comp-btn-wrapper {
    margin-top: 70px
}

.table-section .comparison-section .comp-btn-wrapper .comp-btn {
    text-decoration: none;
    width: 100%;
    max-width: 575px;
    font-family: Inter;
    background: #7d0c09
}

.table-section .comparison-section .comp-subtext {
    font-family: Inter;
    font-weight: 400;
    color: #000
}

.claritymd-product .clarity-main-product .clarity-pdp__details .clarity-pdp__rating span.clarity-pdp__rating-link {
    text-decoration: none
}

.claritymd-product .clarity-main-product .clarity-pdp__buy .clarity-pdp__buy-row .clarity-pdp__btn:hover {
    background: transparent
}

.video-slider .rp-inner .rp-bottom .rp-cta:hover,
.expect-section .expect-btn-wrapper a:hover,
.table-section .comparison-section .comp-btn-wrapper .comp-btn:hover,
.featured-product-offer .featured-offer__container .featured-offer__content .clarity-pdp__buy button:hover,
.faqs-section .faq-wrapper .faq-bottom-area .faq-bottom-btn:hover {
    background: transparent;
    border-color: #7d0c09;
    color: #7d0c09
}

.video-slider .rp-inner .rp-bottom .rp-cta,
.expect-section .expect-btn-wrapper a,
.table-section .comparison-section .comp-btn-wrapper .comp-btn,
.featured-product-offer .featured-offer__container .featured-offer__content .clarity-pdp__buy button,
.faqs-section .faq-wrapper .faq-bottom-area .faq-bottom-btn {
    border: 2px solid transparent;
    transition: all .5s
}

.claritymd-product .clarity-pdp__trust.trust_badge_mobile,
.expect-section .expect-image-mobile,
.single_review_mobile,
.clarity-pdp__rating.rating_mobile,
.text-with-image .image h2.heading_mobile,
.text-with-video-section .inner-main-box .text-with-video-right h2,
.clarity-pdp__single_review.single_review_mobie {
    display: none
}

.kaching-bundles__subscriptions .kaching-bundles__bar .kaching-bundles__bar-wrapper {
    padding: 6px 14px
}

.kaching-bundles__subscriptions .kaching-bundles__bar .kaching-bundles__bar-wrapper .kaching-bundles__bar-main span {
    width: 20px;
    height: 20px
}

.kaching-bundles__subscriptions .kaching-bundles__bar .kaching-bundles__bar-wrapper .kaching-bundles__bar-main .kaching-bundles__bar-content .kaching-bundles__subscriptions__title {
    font-size: 15px !important;
    font-weight: 700 !important;
    font-family: Inter
}

.kaching-bundles__subscriptions .kaching-bundles__bar .kaching-bundles__bar-wrapper .kaching-bundles__bar-main .kaching-bundles__bar-content .kaching-bundles__subscriptions__subtitle {
    font-size: 13px;
    color: #555
}

.table-section .comparison-section .comp-top-images img {
    width: 120px
}

.shopify-app-block .jdgm-review-widget .jdgm-rev-widg__header .jdgm-row-stars .jdgm-widget-actions-wrapper .jdgm-write-rev-link {
    background: #7d0c09;
    border-color: transparent
}

.shopify-app-block .jdgm-review-widget .jdgm-rev-widg__header .jdgm-row-stars .jdgm-histogram .jdgm-histogram__row .jdgm-histogram__bar .jdgm-histogram__bar-content {
    background: #7d0c09
}

.shopify-app-block .jdgm-review-widget .jdgm-rev-widg__header .jdgm-row-stars .jdgm-rev-widg__summary .jdgm-rev-widg__summary-stars span:before,
.shopify-app-block .jdgm-review-widget .jdgm-rev-widg__header .jdgm-row-stars .jdgm-histogram .jdgm-histogram__row .jdgm-histogram__star span:before,
.shopify-app-block .jdgm-review-widget .jdgm-row-actions span.jdgm-sort-dropdown-arrow,
.shopify-app-block .jdgm-review-widget .jdgm-row-actions .jdgm-rev-widg__sort-wrapper select,
.shopify-app-block .jdgm-review-widget .jdgm-rev-widg__body .jdgm-rev-widg__reviews .jdgm-rev .jdgm-rev__header .jdgm-row-rating span span:before,
.shopify-app-block .jdgm-review-widget .jdgm-rev-widg__body .jdgm-rev-widg__reviews .jdgm-row-profile .jdgm-rev__icon:before,
.shopify-app-block .jdgm-review-widget .jdgm-rev-widg__body .jdgm-rev-widg__reviews .jdgm-row-profile span.jdgm-rev__author-wrapper span {
    color: #7d0c09
}

.custom-media-slider .ai-product-media-slider__thumbnails-wrapper- {
    margin-top: 10px
}

.custom-media-slider .ai-product-media-slider__thumbnails-wrapper- .ai-product-media-slider__thumbnails- {
    gap: 10px
}

.custom-media-slider .ai-product-media-slider__thumbnails-wrapper- .ai-product-media-slider__thumbnails- .ai-product-media-slider__thumbnail- {
    width: 72px;
    height: 72px;
    border: 2px solid #dadada;
    border-radius: 5px;
    overflow: hidden
}

.custom-media-slider .ai-product-media-slider__thumbnails-wrapper- .ai-product-media-slider__thumbnails- .ai-product-media-slider__thumbnail-.active {
    opacity: .6;
    border-color: #7d0c09
}

.custom-media-slider .ai-product-media-slider__thumbnails-wrapper- .ai-product-media-slider__thumbnails-container- {
    padding: 0
}

.custom-media-slider .ai-product-media-slider__thumbnails-wrapper- button.ai-product-media-slider__thumbnail-nav- {
    display: none
}

.cart-drawer {
    min-height: 100% !important;
    height: 100% !important
}

.discount-timer-banner-new {
    padding: 20px 0
}

.discount-timer-banner-new .discount-timer-banner .message .icon img {
    width: 20px;
    height: 20px
}

.discount-timer-banner-new .discount-timer-banner .message .icon {
    width: fit-content
}

.discount-timer-banner-new .discount-timer-banner .message span {
    font-size: 13px;
    font-family: Inter;
    line-height: 1.3;
    color: #000;
    font-weight: 400;
    max-width: 190px;
    text-align: start
}

.discount-timer-banner-new .discount-timer-banner .message {
    border-radius: 10px;
    padding: 8px 12px
}

.discount-timer-banner-new .discount-timer-banner {
    display: inline-flex;
    justify-content: flex-end;
    margin: 0 0 0 auto
}

.discount-timer-banner-new .discount-new {
    text-align: center
}

.discount-timer-banner-new .discount-timer-banner {
    gap: 10px;
    justify-content: center
}

.discount-timer-banner-new .contact-text {
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
    font-family: Inter;
    color: #303030;
    margin: 10px 0 0
}

.clarity-new-md .clarity-pdp__details .clarity-pdp__title-block~img {
    vertical-align: middle;
    width: 30px
}

.clarity-new-md .clarity-new-hide {
    display: none
}

.limites-stoc-new .icon {
    width: unset;
    font-size: 22px
}

.clarity-new-md .clarity-main-product {
    border: 2px dashed #000
}

.limites-stoc-new {
    margin: 15px 0
}

.limites-stoc-new .limited-stock .text {
    font-family: Inter;
    font-size: 15px;
    line-height: 1.2
}

.limites-stoc-new .limited-stock .text .timer-text {
    color: #d32f2f
}

.checkout-style-bundle-new .checkout-layout .right .review img {
    width: 45px;
    border-radius: 50%;
    height: 45px
}

.checkout-style-bundle-new .checkout-layout .right h3 {
    text-align: center;
    margin: 0 0 24px
}

.checkout-style-bundle-new .checkout-layout .right .review {
    gap: 10px;
    align-items: start
}

.checkout-style-bundle-new .checkout-layout .right .review .review-name-name-new {
    background: #eff3f6;
    padding: 10px 13px;
    border-radius: 15px 0
}

.checkout-style-bundle-new .checkout-layout .right .review img {
    margin: 10px 0 0
}

.checkout-style-bundle-new .checkout-layout .left .atc {
    background: #7d0c08;
    color: #fff;
    border: 2px solid #7d0c08;
    border-radius: 40px;
    padding: 16.8px 21.6px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    box-shadow: 0 2px 10px #00000014;
    transition: all .5s;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-family: Inter
}

.checkout-style-bundle-new .checkout-layout .left .atc:hover {
    background: unset;
    color: #7d0c08
}

.faq-new-section {
    padding: 0 0 60px
}

.checkout-style-bundle-new {
    padding: 40px 0
}

.checkout-style-bundle-new .checkout-layout .right .why img {
    max-width: 45px
}

.checkout-style-bundle-new .checkout-layout .right .review+h3 {
    margin-top: 20px;
    margin-bottom: 20px
}

.checkout-style-bundle-new .checkout-layout {
    grid-template-columns: 1fr 1fr
}

.clarity-new-md .clarity-main-product .arrow-wrap-new {
    display: flex;
    gap: 14px;
    align-items: start;
    margin: 20px 0 0
}

.clarity-new-md .clarity-main-product .arrow-wrap-new img {
    width: 30px;
    height: auto
}

.clarity-new-md .clarity-main-product .arrow-wrap-new .clarity-pdp__text {
    border: 0;
    padding-top: 0
}

.clarity-new-md .clarity-main-product .arrow-wrap-new p br,
.clarity-new-md .clarity-pdp__vendor {
    display: none
}

.limites-stoc-new,
.clarity-new-md {
    padding: 0 15px
}

.limited-stock .icon img {
    width: 35px
}

.checkout-style-bundle-new .checkout-layout .right .review .review-name-name-new {
    position: relative
}

.checkout-style-bundle-new .checkout-layout .right .review {
    margin-bottom: 40px
}

.checkout-style-bundle-new .checkout-layout .right .review .review-name-name-new .space-between.facebook-new-review {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -35px;
    margin: 0 !important
}

.checkout-style-bundle-new .checkout-layout .right .review .review-name-name-new .space-between.facebook-new-review .fb-react {
    display: flex;
    gap: 0px;
    align-items: center
}

.checkout-style-bundle-new .checkout-layout .right .review .review-name-name-new .space-between.facebook-new-review .fb-react img {
    margin: 0;
    width: 18px;
    height: 18px
}

.checkout-style-bundle-new .checkout-layout .right .review .review-name-name-new .space-between.facebook-new-review .react-name span {
    font-size: 12px;
    font-weight: 900;
    cursor: pointer
}

.checkout-style-bundle-new .checkout-layout .right .review .review-name-name-new .space-between.facebook-new-review .react-name span:last-child {
    font-weight: 400
}

.checkout-style-bundle-new .checkout-layout .right .review .review-name-name-new .space-between.facebook-new-review .react-wrapper {
    background: #fff;
    padding: 5px;
    border-radius: 20px;
    align-self: flex-start;
    margin-bottom: 20px;
    box-shadow: 0 1px 3px #0003;
    cursor: pointer;
    margin-right: 5px
}

.checkout-style-bundle-new .checkout-layout .left .clarity-pdp__guarantee {
    display: flex;
    align-items: center;
    padding: 0;
    gap: 7px
}

.checkout-style-bundle-new .checkout-layout .left .clarity-pdp__trust-image {
    margin: 20px
}

.checkout-style-bundle-new .checkout-layout .left .clarity-pdp__guarantee img {
    width: 20px;
    height: 20px
}

.site-header button.header__hamburger {
    display: none
}

.site-header nav.header__nav-desktop ul {
    display: flex;
    align-items: center;
    gap: 24px;
    list-style: none;
    padding: 0;
    margin: 0
}

.site-header nav.header__nav-desktop ul li a {
    font-family: ClashGrotesk-Variable;
    font-size: 14px;
    color: #000;
    text-decoration: none;
    transition: all .5s;
    font-weight: 500
}

.site-header nav.header__nav-desktop ul li a:hover {
    color: #7d0c08
}

.custom-marquee-new .track-line .announcement-bar {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-size: 18px;
    line-height: 1.3em;
    white-space: nowrap;
    margin: 0 24px;
    padding-inline: 0
}

.custom-marquee-new .track-line .announcement-bar img {
    width: 16px;
    height: auto
}

.custom-marquee-new {
    background: #7e0f0b;
    padding-block: 20px
}

.facilities-provides-new {
    margin-block: 80px 0px;
    background: #7e0f0b;
    padding-block: 32px
}

.facilities-provides-new .box-main {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    align-items: start
}

.facilities-provides-new .box-main .box-content h3 {
    margin: 8px 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3em
}

.facilities-provides-new .box-main .box-content img {
    width: 40px;
    height: 40px;
    margin-inline: auto;
    margin-bottom: 16px
}

.facilities-provides-new .box-main .box-content p {
    font-size: 16px;
    margin: 0;
    line-height: 1.3em
}

.facilities-provides-new .box-main .box-content {
    text-align: center;
    color: #fff
}

.mission-with-stats-new {
    padding-block: 40px
}

.mission-with-stats-new .mission-stats__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: #faefee;
    border-radius: 12px;
    align-items: center
}

.mission-with-stats-new .mission-stats__wrapper .mission-stats__images img {
    width: 100%;
    border-radius: 12px
}

.mission-with-stats-new .mission-stats__wrapper .mission-stats__content {
    padding-inline: 32px;
    padding-bottom: 32px
}

.mission-with-stats-new .mission-stats__wrapper .mission-stats__content h2 {
    font-size: 32px;
    line-height: 1.3em;
    margin: 16px 0;
    font-weight: 600;
    font-family: Inter;
    color: #000
}

.mission-with-stats-new .mission-stats__wrapper .mission-stats__content p {
    font-family: inter;
    font-size: 16px;
    line-height: 1.3em;
    margin: 12px 0
}

.mission-with-stats-new .mission-stats__wrapper .mission-stats__content .mission-stats__boxes {
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 10px
}

.mission-with-stats-new .mission-stats__wrapper .mission-stats__content .mission-stats__boxes .stat-box {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    background: #7e0f0bfa;
    border-radius: 5px;
    color: #fff
}

.mission-with-stats-new .mission-stats__wrapper .mission-stats__content .mission-stats__boxes .stat-box h3 {
    font-family: inter;
    background: #00000075;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    color: #fff;
    padding-inline: 24px;
    border-radius: 30px;
    line-height: 1;
    height: auto;
    padding-block: 12px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
}

.mission-with-stats-new .mission-stats__wrapper .mission-stats__content .mission-stats__boxes .stat-box p {
    margin: 0
}

.mission-with-stats-new .mission-stats__wrapper .mission-stats__content .mission-stats__text {
    font-weight: 600
}

.expert-advice-of {
    padding-block: 40px
}

.expert-advice-of .expert-advice__grid {
    grid-template-columns: 1fr 1fr;
    display: grid
}

.expert-advice-of .expert-advice__grid .expert-advice__content {
    padding: 32px
}

.expert-advice-of .expert-advice__grid .expert-advice__content .expert-advice__date {
    font-family: inter;
    font-size: 16px;
    line-height: 1.3em;
    margin: 0;
    color: #737373
}

.expert-advice-of .expert-advice__grid .expert-advice__content h2 {
    color: #000;
    font-size: 32px;
    line-height: 1.3em;
    margin: 16px 0;
    font-weight: 600;
    font-family: Inter
}

.expert-advice-of .expert-advice__grid .expert-advice__content .expert-advice__quote {
    font-size: 15px;
    line-height: 1.3em;
    margin: 12px 0;
    color: #000;
    font-style: italic;
    font-family: Inter
}

.expert-advice-of .expert-advice__grid .expert-advice__content .expert-button {
    margin-top: 24px
}

.expert-advice-of .expert-advice__grid .expert-advice__content .expert-button .expert-advice__button {
    font-family: inter;
    width: max-content;
    display: inline-block;
    padding: 18px 80px;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    background: #7d0c09;
    border-radius: 4px;
    font-size: 18px;
    transition: all .2s;
    min-width: 400px;
    text-align: center
}

.expert-advice-of .expert-advice__grid .expert-advice__content .expert-button .expert-advice__button:hover {
    opacity: .7
}

.expert-advice-of .expert-advice__grid .expert-advice__content .expert-advice__trust {
    margin-top: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 12px;
    line-height: 1.3em;
    font-weight: 500;
    color: #000
}

.expert-advice-of .expert-advice__grid .expert-advice__content .expert-advice__trust>div {
    display: flex;
    align-items: center;
    gap: 8px
}

.expert-advice-of .expert-advice__grid .expert-advice__content .expert-advice__trust>div img {
    width: 18px
}

.expert-advice-of .expert-advice__grid .expert-advice__content .expert-advice__image img {
    height: 100%;
    object-fit: cover;
    border-radius: 12px
}

.ingredient-highlights .ingredient-highlight {
    padding-block: 56px;
    background-size: cover;
    background-repeat: no-repeat;
    aspect-ratio: 4 / 2;
    background-position: center
}

.ingredient-highlights .ingredient-highlight .ingredient-header {
    text-align: center
}

.ingredient-highlights .ingredient-highlight .ingredient-header h2 {
    font-size: 32px;
    line-height: 1.3em;
    font-weight: 600;
    font-family: Inter;
    max-width: 540px;
    margin: 16px auto;
    color: #000
}

.ingredient-highlights .ingredient-highlight .ingredient-header .ingredient-checks {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-block: 24px
}

.ingredient-highlights .ingredient-highlight .ingredient-header .ingredient-checks .ingredients-check-box {
    display: flex;
    align-items: center;
    gap: 12px
}

.ingredient-highlights .ingredient-highlight .ingredient-header .ingredient-checks .ingredients-check-box img {
    width: 16px;
    height: 16px;
    border-radius: 100%
}

.ingredient-highlights .ingredient-highlight .ingredient-header .ingredient-checks .ingredients-check-box span {
    font-family: inter;
    font-size: 16px;
    line-height: 1.3em;
    margin: 0;
    color: #000;
    font-weight: 400
}

.ingredient-highlights .ingredient-layout {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr
}

.ingredient-layout .ingredient-features .feature-box {
    display: flex;
    align-items: center;
    padding: 16px;
    border-radius: 6px;
    background: #fff;
    margin: 32px 0;
    gap: 12px
}

.ingredient-layout .ingredient-features .feature-box .feature-image-box {
    width: 100%;
    max-width: 32px
}

.ingredient-layout .ingredient-features .feature-box .text-box h4 {
    font-family: inter;
    margin: 0 0 8px;
    font-size: 16px;
    line-height: 1.2em;
    font-weight: 600;
    color: #000
}

.ingredient-layout .ingredient-features .feature-box .text-box p {
    font-family: inter;
    margin: 0;
    font-size: 16px;
    line-height: 1.3em
}

.ingredient-highlights {
    padding-block-end: 40px
}

.expert-advice-of .expert-advice__grid .expert-advice__image img {
    height: 100%;
    object-fit: cover;
    border-radius: 12px
}

.clarity-pdp__media .image-popup-btn {
    border-radius: 30px;
    padding: 8px 24px;
    background: #ffffff9e;
    border-width: 2px;
    border-color: #630f0c;
    outline: none;
    border-style: solid;
    color: #630f0c;
    text-transform: capitalize;
    font-weight: 600;
    transition: all .5s;
    cursor: pointer;
    font-size: 14px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px)
}

.clarity-pdp__media .image-popup-btn:hover {
    background-color: #630f0c;
    color: #fff
}

.image-popup {
    display: none
}

.image-popup.active {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    left: 0;
    height: 100vh;
    background: #00000082;
    top: 0;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    z-index: 99
}

.image-popup .image-popup__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 450px;
    padding: 16px;
    border-radius: 12px;
    position: relative;
    background: #fff
}

.image-popup .image-popup__content img {
    width: 100%
}

.image-popup .image-popup__content h2 {
    text-transform: capitalize;
    letter-spacing: 0px;
    font-size: 28px;
    margin: 0 0 16px;
    line-height: 1.4em;
    font-family: Inter;
    font-weight: 600;
    color: #630f0c
}

.image-popup .image-popup__content .features {
    display: flex;
    align-items: center
}

.image-popup .image-popup__content .features img {
    width: 17px;
    height: 16px;
    margin: 0
}

.image-popup .image-popup__content .image-popup__close {
    position: absolute;
    top: 8px;
    right: 8px;
    background: #630f0c;
    border: 1px solid #630f0c;
    font-size: 20px;
    width: 24px;
    height: 24px;
    line-height: 1;
    display: flex;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: all .5s;
    cursor: pointer
}

.image-popup .image-popup__content .image-popup__close:hover {
    background: transparent;
    color: #630f0c
}

.image-popup .image-popup__content .features>div {
    height: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px
}

.image-popup .image-popup__content .features p {
    font-size: 16px;
    color: #fff;
    padding-inline: 8px;
    line-height: 1.3em
}

.clarity-pdp__media .image-popup-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px
}

.clarity-pdp__media .image-popup-btn img {
    width: 24px;
    height: 24px;
    filter: invert(0)
}

.clarity-pdp__media .image-popup-btn:hover img {
    filter: invert(1)
}

.clarity-pdp__media .image-popup-btn {
    position: absolute;
    bottom: 32px;
    z-index: 9;
    margin-inline: auto;
    left: 0;
    right: 0;
    width: max-content
}

.image-popup-product-points .image-popup-product-point-line img {
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background: #b84ab9;
    padding: 2px;
    filter: invert(1)
}

.image-popup-product-points .image-popup-product-point-line {
    display: flex;
    align-items: center;
    gap: 8px
}

.image-popup-product-points .image-popup-product-point-line p {
    font-family: inter;
    font-size: 12px;
    margin: 0;
    line-height: 1.3em;
    color: #000
}

.image-popup-product-btn h5 {
    font-family: inter;
    display: block;
    padding: 20px;
    cursor: pointer;
    margin: 16px 0;
    background: #630f0c;
    text-align: center;
    color: #fff;
    font-size: 16px;
    border-radius: 8px;
    font-weight: 600
}

.image-popup-product-btn h5:hover {
    opacity: .7
}

.image-popup-product-points {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center
}

#judgeme_product_reviews {
    padding-inline: 20px
}

.claritymd-product .clarity-main-product .clarity-pdp__details .clarity-pdp__delivery-d strong {
    background: #f6e6e5;
    color: #7d0c09;
    padding: 3px 8px;
    margin-inline: 8px 3px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500
}

.claritymd-product .clarity-main-product .clarity-pdp__row .rte h2 {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 1.3
}

.claritymd-product .clarity-main-product .clarity-pdp__row .rte p {
    font-size: 14px;
    font-family: Inter;
    margin-bottom: 15px
}

.claritymd-product .clarity-main-product .clarity-pdp__row .rte p:last-child {
    margin-bottom: 0
}

.claritymd-product .clarity-main-product .text-block-shipping,
.claritymd-product .clarity-main-product .custom-shipping-item .shipping-worldwide {
    font-family: Inter;
    color: #000;
    font-weight: 400;
    font-size: 15px
}

.claritymd-product .clarity-main-product .custom-shipping-item {
    gap: 10px;
    padding: 0
}

.claritymd-product .clarity-main-product .clarity-pdp__details .clarity-pdp__delivery {
    padding: 0 !important;
    justify-content: flex-start;
    gap: 0
}

.claritymd-product .clarity-main-product .custom-shipping-item .dot {
    width: 10px;
    height: 10px;
    background-color: #4fbb4e !important;
    border-radius: 50%;
    position: relative;
    display: flex
}

.claritymd-product .clarity-main-product .custom-shipping-item .dot:after {
    content: "";
    width: 10px !important;
    height: 10px !important;
    background-color: #4fbb4e;
    border-radius: 50%;
    animation: grow 1.5s ease-in-out infinite;
    position: absolute;
    top: 0;
    left: 5px
}

.custom-shipping-item .dot:before {
    width: 10px;
    right: 20px
}

.claritymd-product .clarity-main-product .custom-shipping-item strong {
    background: #f6e6e5;
    color: #7d0c09;
    padding: 3px 8px;
    margin-inline: 3px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500
}

.claritymd-product .clarity-main-product .custom-shipping-container {
    background: transparent !important
}

.claritymd-product .clarity-main-product .custom-shipping-item .shipping-worldwide span {
    color: #7d0c09
}

@media screen and (min-width:1200px) {
    .site-header .header__container .logo-mobile {
        display: none
    }

    .site-header .header__container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 40px
    }

    .site-header .header__container a.header__logo.logo-desktop {
        margin-bottom: -6px;
        display: flex;
        width: 100%;
        max-width: 150px;
        height: 35px
    }

    .site-header .header__container a.header__logo.logo-desktop img {
        width: 100%;
        height: 100%;
        max-height: 100%
    }
}

@media screen and (max-width:1199px) {
    .site-header .header__container a.header__logo.logo-desktop {
        display: none
    }

    .site-header button.header__hamburger {
        display: block
    }

    .site-header nav.header__nav-desktop {
        display: none
    }

    .ingredient-highlights .ingredient-layout {
        grid-template-columns: .8fr 1fr .8fr
    }

    .mission-with-stats-new .mission-stats__wrapper .mission-stats__content .mission-stats__boxes .stat-box h3 {
        font-size: 26px;
        padding-inline: 16px;
        border-radius: 30px;
        padding-block: 8px
    }

    .mission-with-stats-new .mission-stats__wrapper .mission-stats__content p {
        font-size: 14px;
        line-height: 1.2em;
        margin: 8px 0
    }

    .ingredient-highlights .ingredient-highlight {
        padding-block: 25px;
        aspect-ratio: 3 / 2
    }

    .mission-with-stats-new .mission-stats__wrapper .mission-stats__content h2 {
        font-size: 26px
    }
}

@media(max-width:1024px) {

    .claritymd-product .clarity-main-product .clarity-pdp__details .clarity-pdp__title-block h1,
    .claritymd-product .clarity-main-product .clarity-pdp__details .clarity-pdp__custom-title h1 {
        font-size: 32px
    }

    .claritymd-product .clarity-main-product .clarity-pdp__details .clarity-pdp__text p,
    .claritymd-product .clarity-main-product .clarity-pdp__details .clarity-pdp__fp-text {
        font-size: 14px
    }

    .claritymd-product .clarity-main-product .clarity-pdp__money-back_text p {
        font-size: 14px;
        line-height: 20px
    }

    .claritymd-product .clarity-main-product .clarity-pdp__buy .clarity-pdp__buy-row .clarity-pdp__btn {
        font-size: 16px
    }

    #clarity-pdp-template--18744857428129__main-8371221069985 .clarity-pdp__row>summary {
        font-size: 16px
    }

    .claritymd-product .clarity-main-product .clarity-pdp__row .rte {
        font-size: 14px
    }

    .table-section .comparison-section .comp-table-wrapper .comp-table-header div:nth-child(2),
    .table-section .comparison-section .comp-table-wrapper .comp-table-header div {
        padding-inline: 20px
    }

    .table-section .comparison-section .comp-heading {
        font-size: 32px
    }

    .faqs-section .faq-wrapper .faq-title {
        font-size: 32px;
        margin-bottom: 40px
    }

    .multicolumn-section .multicolumn .multicolumn-grid .multicolumn-box h3 {
        font-size: 22px
    }

    .multicolumn-section .multicolumn h2,
    .text-blocks-section .text-blocks h2,
    .video-slider .headewr-rap-div h2,
    .icons-section .icons-wraper h2,
    .expect-section h2,
    .featured-product-offer .featured-offer__container .featured-offer__content h2 {
        font-size: 32px;
        line-height: 1.3
    }

    .text-with-image .text h2,
    .text-with-image .image h2,
    .text-with-video-section .inner-main-box .text-with-video-left h2,
    .text-with-video-section .inner-main-box .text-with-video-right h2 {
        font-size: 28px;
        margin-bottom: 20px;
        line-height: 35px
    }

    .text-blocks-section .text-blocks .text-blocks-grid .text-blocks-box h3 {
        font-size: 32px;
        line-height: 1.3
    }

    .facilities-provides-new {
        margin-block: 60px 0px
    }

    .mission-with-stats-new,
    .expert-advice-of {
        padding-block: 30px
    }

    .ingredient-highlights {
        padding-bottom: 30px
    }

    .custom-marquee-new .track-line .announcement-bar {
        font-size: 16px;
        margin: 0 20px
    }

    .ingredient-layout .ingredient-features .feature-box .text-box p {
        font-size: 14px
    }

    .expert-advice-of .expert-advice__grid .expert-advice__content h2 {
        font-size: 28px
    }
}

@media screen and (max-width:989px) {
    .multicolumn-section .multicolumn .multicolumn-grid {
        grid-template-columns: 1fr 1fr;
        column-gap: 10px;
        row-gap: 10px
    }

    .featured-product-offer .featured-offer__container {
        align-items: start;
        gap: 30px
    }

    .featured-product-offer .featured-offer__container .featured-offer__media {
        position: sticky;
        top: 0;
        height: 100%
    }

    .featured-product-offer .featured-offer__container .featured-offer__content h3 {
        font-size: 24px
    }

    .featured-product-offer .featured-offer__container .featured-offer__content h2 {
        font-size: 28px
    }

    .featured-product-offer .featured-offer__container .featured-offer__content .featured-offer__desc ul li {
        font-size: 16px
    }

    .featured-product-offer .featured-offer__container .featured-offer__content .featured-offer__desc ul {
        margin-block: 15px 20px;
        gap: 12px
    }

    .featured-offer__content .featured-offer__desc p {
        font-size: 18px !important
    }

    .ingredient-layout .ingredient-features .feature-box {
        margin: 25px 0;
        gap: 10px;
        flex: nowrap
    }

    .facilities-provides-new .box-main {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px 20px
    }

    .mission-with-stats-new .mission-stats__wrapper {
        grid-template-columns: 1fr
    }

    .facilities-provides-new {
        margin-block: 50px 0px
    }

    .mission-with-stats-new,
    .expert-advice-of {
        padding-block: 25px
    }

    .ingredient-highlights {
        padding-bottom: 25px
    }
}

@media(max-width:768px) {
    .claritymd-product .clarity-pdp__media-acc {
        display: block
    }
}

@media screen and (max-width:767px) {

    .table-section .comparison-section .comp-table-wrapper .comp-table-header div:nth-child(2),
    .table-section .comparison-section .comp-table-wrapper .comp-table-header div {
        padding-inline: 10px
    }

    .table-section .comparison-section .comp-table-wrapper .comp-table-header div {
        font-size: 20px
    }

    .table-section .comparison-section .comp-row div {
        font-size: 18px;
        padding: 10px
    }

    .table-section .comparison-section .comp-vs {
        font-size: 24px;
        width: 60px;
        height: 60px
    }

    .table-section .comparison-section .comp-row div img {
        width: 30px;
        height: 30px
    }

    .table-section .comparison-section .comp-heading {
        font-size: 28px
    }

    .text-with-video-section .inner-main-box {
        gap: 25px;
        flex-wrap: wrap
    }

    .text-with-video-section .inner-main-box .text-with-video-left,
    .text-with-video-section .inner-main-box .text-with-video-right {
        width: 100%
    }

    .text-with-image .page-width {
        gap: 25px;
        flex-wrap: wrap-reverse;
        margin-block: 30px
    }

    .text-with-image .text,
    .text-with-image .image {
        width: 100%
    }

    .text-with-video-section .inner-main-box .text-with-video-left {
        order: 2
    }

    .text-with-video-section .inner-main-box .text-with-video-right {
        order: 1
    }

    .text-with-image .text h2,
    .text-with-image .image h2,
    .text-with-video-section .inner-main-box .text-with-video-left h2,
    .text-with-video-section .inner-main-box .text-with-video-right h2 {
        font-size: 26px;
        line-height: 32px
    }

    .text-with-image .text p,
    .text-with-image .text ul li,
    .text-with-video-section .inner-main-box .text-with-video-left p,
    .text-with-video-section .inner-main-box .text-with-video-left ul li {
        font-size: 16px;
        line-height: 24px
    }

    .text-with-image .page-width .outer-image-one {
        top: -50px
    }

    .text-with-image .outer-image-two {
        bottom: -25px
    }

    .multicolumn-section .multicolumn {
        padding-block: 40px 0
    }

    .multicolumn-section .multicolumn h2 {
        margin-bottom: 30px
    }

    .video-slider {
        padding-block: 40px
    }

    .icons-section .icons-wraper {
        padding-block: 20px 40px
    }

    .expect-section {
        padding: 40px 0 !important
    }

    .multicolumn-section .multicolumn h2,
    .text-blocks-section .text-blocks h2,
    .video-slider .headewr-rap-div h2,
    .icons-section .icons-wraper h2,
    .expect-section h2,
    .featured-product-offer .featured-offer__container .featured-offer__content h2 {
        font-size: 28px
    }

    .text-blocks-section .text-blocks .text-blocks-grid {
        column-gap: 25px;
        grid-template-columns: 1fr 1fr
    }

    .text-blocks-section .text-blocks .text-blocks-grid .text-blocks-box p,
    .text-blocks-section .text-blocks h3 {
        font-size: 16px;
        line-height: 24px
    }

    .featured-product-offer {
        padding-block: 40px
    }

    .featured-product-offer .featured-offer__container {
        gap: 25px;
        flex-wrap: wrap
    }

    .featured-product-offer .featured-offer__container .featured-offer__media {
        position: static
    }

    .featured-product-offer .featured-offer__container .featured-offer__content .clarity-pdp__buy button {
        font-size: 16px;
        max-width: 100%;
        height: 48px
    }

    .faqs-section .faq-wrapper {
        padding-block: 40px 0px
    }

    .icons-section .icons-wraper p {
        font-size: 20px
    }

    .video-slider .rp-inner .rp-slider .rp-card button {
        padding: 6px
    }

    .video-slider .rp-inner .rp-slider .rp-card button svg {
        width: 22px;
        height: 22px
    }

    .video-slider .rp-inner .rp-slider .rp-controls button.rp-arrow.rp-prev {
        left: 10px
    }

    .video-slider .rp-inner .rp-slider .rp-controls button.rp-arrow.rp-next {
        right: 10px
    }

    .video-slider .rp-inner .rp-slider .rp-controls button.rp-arrow {
        width: 42px;
        height: 42px;
        padding: 10px
    }

    .video-slider .rp-inner .rp-bottom .rp-cta {
        height: 48px;
        font-size: 16px;
        line-height: 1;
        font-weight: 700
    }

    .video-slider .rp-inner .rp-bottom,
    .video-slider .rp-inner .rp-slider {
        margin-top: 30px
    }

    #shopify-section-template--18744857428129__text_with_image_qtwEXA.text-with-image .text p {
        margin-top: 16px !important
    }

    .text-with-image {
        padding-top: 40px
    }

    .text-blocks-section .text-blocks .text-blocks-bottom-text {
        margin-block-start: 30px
    }

    .expect-section .expect-btn-wrapper a {
        height: 48px;
        font-size: 16px;
        line-height: 1
    }

    .featured-product-offer .featured-offer__container .featured-offer__content p {
        font-size: 16px
    }

    .claritymd-product .clarity-pdp__trust.trust_badge_mobile {
        display: block;
        width: 100%;
        border-bottom: 1px solid #9B9B9B6E
    }

    .claritymd-product #clarity-pdp-template--18744857428129__main-8371221069985 .clarity-pdp__inner {
        gap: 10px !important
    }

    .claritymd-product .clarity-pdp__trust.trust_badge_mobile img {
        width: 328px;
        height: 58px
    }

    .claritymd-product .clarity-pdp__trust.trust_badge_dektop {
        display: none
    }

    .expect-section .expect-image-mobile {
        display: flex;
        flex-direction: column;
        gap: 30px
    }

    .expect-section .expect-image-desktop {
        display: none
    }

    .expect-section img {
        margin-inline: auto
    }

    .expect-section .expect-btn-wrapper .expect-subtext img {
        margin: 0
    }

    .expect-section img.expect-image-mobile_1 {
        margin-bottom: 25px
    }

    .claritymd-product .clarity-main-product {
        padding-top: 10px
    }

    .single_review_desktop {
        display: none
    }

    .single_review_mobie {
        margin-top: 25px;
        display: block
    }

    .clarity-pdp__rating.rating_desktop {
        display: none
    }

    .clarity-pdp__rating.rating_mobile {
        display: block
    }

    .claritymd-product .clarity-main-product .clarity-pdp__buy .clarity-pdp__buy-row .clarity-pdp__btn {
        height: 48px;
        margin-bottom: 12px
    }

    .claritymd-product .clarity-main-product .clarity-pdp__in-stock {
        margin-bottom: 12px;
        font-size: 12px
    }

    .claritymd-product .clarity-main-product .clarity-pdp__details .clarity-pdp__title-block {
        margin-bottom: 20px
    }

    .claritymd-product .clarity-main-product .clarity-pdp__details .clarity-pdp__rating .clarity-pdp__rating-badge {
        margin-bottom: 10px
    }

    .text-with-image .image h2.heading_mobile,
    .text-with-video-section .inner-main-box .text-with-video-right h2.heading_mobile {
        text-align: center;
        margin-bottom: 25px;
        display: block
    }

    .text-with-image .text h2,
    .text-with-video-section .inner-main-box .text-with-video-left h2 {
        display: none
    }

    .text-with-image .text h2+h2 {
        display: block
    }

    .clarity-pdp__single_review.single_review_mobie {
        display: block
    }

    .single_review_mobile {
        display: block;
        margin-top: 25px
    }

    .claritymd-product .clarity-main-product .clarity-pdp .clarity-pdp__inner {
        gap: 10px
    }

    .table-section .comparison-section .comp-top-images img {
        width: 80px
    }

    .discount-timer-banner-new .discount-timer-banner {
        display: flex
    }

    .checkout-style-bundle-new .checkout-layout {
        grid-template-columns: 1fr
    }

    .faq-new-section .faq-wrapper {
        padding-inline: 0
    }

    .checkout-style-bundle-new .checkout-layout .left .atc {
        padding: 10px 16px
    }

    .ingredient-highlights .ingredient-highlight .ingredient-header .ingredient-checks {
        margin-block: 20px;
        flex-wrap: wrap
    }

    .ingredient-highlights .ingredient-layout {
        grid-template-columns: 1fr;
        gap: 16px
    }

    .ingredient-highlights .ingredient-layout .ingredient-features {
        order: 2;
        display: flex;
        flex-direction: column;
        gap: 16px
    }

    .ingredient-layout .ingredient-features .feature-box {
        margin: 0
    }

    .ingredient-highlights .ingredient-highlight .ingredient-header h2 {
        font-size: 28px;
        max-width: 420px
    }

    .expert-advice-of .expert-advice__grid {
        grid-template-columns: 1fr
    }

    .expert-advice-of .expert-advice__grid .expert-advice__content {
        padding: 25px 16px;
        order: 2
    }

    .expert-advice-of .expert-advice__grid .expert-advice__content .expert-button .expert-advice__button {
        width: 100%;
        padding: 12px 80px;
        font-size: 16px;
        min-width: 100%
    }

    .facilities-provides-new {
        margin-block: 40px 0px
    }

    .mission-with-stats-new,
    .expert-advice-of {
        padding-block: 20px
    }

    .ingredient-highlights {
        padding-bottom: 20px
    }

    .mission-with-stats-new .mission-stats__wrapper .mission-stats__content {
        padding-inline: 16px;
        padding-bottom: 25px
    }

    .facilities-provides-new {
        padding-block: 24px
    }

    .image-popup .image-popup__content h2 {
        font-size: 28px
    }
}

@media screen and (max-width:678px) {
    .ingredient-highlights .ingredient-highlight {
        background-size: cover;
        background-position: 100% 30%
    }

    .ingredient-highlights .ingredient-layout .ingredient-image {
        height: 500px
    }
}

@media screen and (max-width:599px) {
    .limites-stoc-new .limited-stock .text {
        font-size: 14px
    }

    .faq-new-section {
        padding: 0 0 50px
    }

    .checkout-style-bundle-new .checkout-layout .right h3 {
        margin: 0 0 16px
    }

    .mission-with-stats-new .mission-stats__wrapper .mission-stats__content .mission-stats__boxes {
        gap: 10px;
        grid-template-columns: 1fr
    }

    .mission-with-stats-new .mission-stats__wrapper .mission-stats__content h2 {
        font-size: 22px
    }

    .mission-with-stats-new .mission-stats__wrapper .mission-stats__content .mission-stats__boxes .stat-box h3 {
        font-size: 22px;
        padding-inline: 12px;
        border-radius: 20px;
        padding-block: 8px
    }

    .facilities-provides-new .box-main {
        gap: 25px;
        grid-template-columns: repeat(1, 1fr)
    }

    .ingredient-highlights .ingredient-highlight .ingredient-header h2 {
        font-size: 22px;
        max-width: 100%
    }

    .facilities-provides-new {
        margin-block: 30px 0px
    }

    .expert-advice-of .expert-advice__grid .expert-advice__content h2 {
        font-size: 22px
    }

    .expert-advice-of .expert-advice__grid .expert-advice__content .expert-advice__quote {
        font-size: 14px;
        margin: 10px 0
    }

    .expert-advice-of .expert-advice__grid .expert-advice__content .expert-advice__trust {
        margin-top: 12px;
        gap: 10px;
        font-size: 12px;
        flex-wrap: wrap
    }

    .facilities-provides-new .box-main .box-content img {
        width: 32px;
        height: 32px;
        margin-bottom: 12px
    }

    .facilities-provides-new .box-main .box-content h3 {
        font-family: inter;
        margin: 6px 0;
        font-size: 14px
    }

    .facilities-provides-new .box-main .box-content p {
        font-family: inter;
        font-size: 14px
    }

    .image-popup .image-popup__content h2 {
        font-size: 24px
    }

    .image-popup .image-popup__content {
        width: calc(100% - 20px)
    }
}

@media(max-width:575px) {
    #clarity-pdp-template--18744857428129__main-8371221069985 .clarity-pdp__inner {
        gap: 20px !important
    }

    .claritymd-product .clarity-main-product .clarity-pdp__details .clarity-pdp__title-block {
        margin-top: 10px
    }

    .claritymd-product .clarity-main-product .clarity-pdp__details .clarity-pdp__title-block h1,
    .claritymd-product .clarity-main-product .clarity-pdp__details .clarity-pdp__custom-title h1 {
        font-size: 28px
    }

    .claritymd-product .clarity-main-product .clarity-pdp__details .clarity-pdp__features .clarity-pdp__fp-icon {
        width: 25px;
        height: 25px
    }

    .claritymd-product .clarity-main-product .clarity-pdp__details .clarity-pdp__delivery-d {
        font-size: 14px
    }

    .clarity-pdp__features {
        margin-bottom: 12px;
        padding-bottom: 18px
    }

    .claritymd-product .clarity-main-product .clarity-pdp__buy {
        margin-top: 12px
    }

    .claritymd-product .clarity-main-product .clarity-pdp__money-back img {
        min-width: 77px
    }

    .claritymd-product .clarity-main-product .clarity-pdp__money-back {
        margin-bottom: 0
    }

    .claritymd-product .clarity-main-product .clarity-pdp__nav-arrow {
        height: 35px;
        width: 35px
    }

    #clarity-pdp-template--18744857428129__main-8371221069985 .clarity-pdp__inner {
        padding-inline: 0 !important
    }

    .claritymd-product .clarity-main-product {
        padding-inline: 0
    }

    .claritymd-product .clarity-main-product .clarity-pdp__media .clarity-pdp__single_review,
    .claritymd-product .clarity-main-product .clarity-pdp__details {
        padding-inline: 0px
    }

    .table-section .comparison-section .comp-table-wrapper .comp-table-header div {
        font-size: 14px
    }

    .table-section .comparison-section .comp-row div {
        font-size: 12px
    }

    .table-section .comparison-section .comp-vs {
        font-size: 20px
    }

    .table-section .comparison-section .comp-top-images {
        margin-bottom: -24px;
        width: calc(100% - 50px)
    }

    .table-section .comparison-section .comp-top-images img {
        width: 65px;
        margin-bottom: 35px
    }

    .table-section .comparison-section .comp-table-wrapper .comp-table-header div:nth-child(2) {
        padding-top: 40px
    }

    .table-section .comparison-section .comp-vs {
        margin-bottom: 44px
    }

    .table-section .comparison-section .comp-btn-wrapper .comp-btn {
        font-size: 16px
    }

    .table-section .comparison-section .comp-row div img {
        width: 20px;
        height: 20px
    }

    .table-section .comparison-section .comp-heading {
        font-size: 26px;
        margin-top: 26px;
        margin-bottom: 26px
    }

    .table-section .comp-btn-wrapper {
        margin-top: 54px
    }

    .faqs-section .faq-wrapper .faq-title {
        font-size: 26px;
        margin-bottom: 30px
    }

    .faqs-section .faq-wrapper {
        padding-block: 50px 0px
    }

    .faqs-section .faq-wrapper .faq-question {
        font-size: 16px
    }

    .faqs-section .faq-wrapper .faq-answer p {
        font-size: 15px
    }

    .text-with-image .text h2,
    .text-with-image .image h2,
    .text-with-video-section .inner-main-box .text-with-video-left h2,
    .text-with-video-section .inner-main-box .text-with-video-right h2 {
        font-size: 24px;
        line-height: 28px
    }

    .text-with-image .text p,
    .text-with-image .text ul li,
    .text-with-video-section .inner-main-box .text-with-video-left p,
    .text-with-video-section .inner-main-box .text-with-video-left ul li {
        font-size: 15px
    }

    .multicolumn-section .multicolumn h2,
    .text-blocks-section .text-blocks h2,
    .video-slider .headewr-rap-div h2,
    .icons-section .icons-wraper h2,
    .expect-section h2,
    .featured-product-offer .featured-offer__container .featured-offer__content h2 {
        font-size: 24px
    }

    .multicolumn-section .multicolumn .multicolumn-grid .multicolumn-box h3 {
        font-size: 20px
    }

    .text-blocks-section .text-blocks .text-blocks-grid .text-blocks-box h3 {
        font-size: 26px;
        line-height: 1.3
    }

    .text-blocks-section .text-blocks .text-blocks-bottom-text {
        font-size: 14px
    }

    .icons-section .icons-wraper .icons-row {
        margin-top: 20px;
        grid-template-columns: repeat(2, 1fr)
    }

    .featured-product-offer .featured-offer__container .featured-offer__content .featured-offer__desc ul li {
        font-size: 15px
    }

    .featured-product-offer .featured-offer__container .featured-offer__content .clarity-pdp__buy {
        margin-top: 16px;
        margin-bottom: 20px
    }

    .featured-product-offer .featured-offer__container .featured-offer__content h3 {
        font-size: 20px;
        text-align: center
    }

    .featured-product-offer .featured-offer__container .featured-offer__content .featured-offer__secure {
        font-size: 14px
    }

    .featured-product-offer .featured-offer__container .featured-offer__content .featured-offer__note {
        margin-top: 14px;
        font-size: 14px
    }

    .icons-section .icons-wraper p {
        font-size: 18px
    }

    .icons-section .icons-wraper .icons-row .icon-item img {
        width: 125px
    }

    .multicolumn-section .multicolumn .multicolumn-grid {
        grid-template-columns: 1fr
    }

    .multicolumn-section .multicolumn .multicolumn-grid .multicolumn-box img {
        height: auto
    }

    .video-slider .rp-inner .rp-slider .rp-card .rp-media {
        height: 100%
    }

    .custom-media-slider .ai-product-media-slider__thumbnails-wrapper- .ai-product-media-slider__thumbnails- .ai-product-media-slider__thumbnail- {
        width: 55px;
        height: 55px
    }

    .claritymd-product .clarity-main-product .text-block-shipping,
    .claritymd-product .clarity-main-product .custom-shipping-item .shipping-worldwide {
        font-size: 14px
    }
}

@media screen and (max-width:480px) {
    .ingredient-highlights .ingredient-layout .ingredient-image {
        height: 350px
    }

    .ingredient-highlights .ingredient-highlight {
        background-position: 100% 40%
    }
}

@media(max-width:420px) {

    .table-section .comparison-section .comp-table-wrapper .comp-table-header div,
    .table-section .comparison-section .comp-row div {
        font-size: 12px
    }
}

@media(max-width:390px) {
    .claritymd-product .clarity-main-product .clarity-pdp__money-back {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 0
    }

    .claritymd-product .clarity-main-product .clarity-pdp__money-back img {
        width: 100px;
        min-width: 77px
    }

    .table-section .comparison-section .comp-table-wrapper .comp-table-header div,
    .table-section .comparison-section .comp-row div {
        font-size: 10px
    }

    .table-section .comparison-section .comp-vs {
        font-size: 16px;
        width: 40px;
        height: 40px;
        margin-bottom: 60px
    }

    .table-section .comparison-section .comp-table-wrapper .comp-table-header div:nth-child(2) {
        padding-top: 30px
    }

    .table-section .comparison-section .comp-table-wrapper .comp-table-header div:nth-child(2),
    .table-section .comparison-section .comp-row div,
    .table-section .comparison-section .comp-table-wrapper .comp-table-header div {
        font-size: 9px
    }

    .multicolumn-section .multicolumn .multicolumn-grid {
        grid-template-columns: 1fr
    }

    .text-blocks-section .text-blocks .text-blocks-grid {
        grid-template-columns: 1fr;
        row-gap: 30px
    }

    .icons-section .icons-wraper .icons-row .icon-item img {
        width: 100px
    }

    .image-popup .image-popup__content h2 {
        font-size: 20px
    }
}