/** Shopify CDN: Minification failed

Line 1030:10 Expected ":"
Line 1466:90 Expected identifier but found "."
Line 1468:4 Expected identifier but found "."

**/
/* Font Declarations */
@font-face {
  font-family: "Inter Display";
  src: url("InterVariable.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter Display";
  src: url("InterVariable-Italic.ttf") format("truetype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}


/* font family start */
@font-face {
  font-family: "Inter Display";
  src: url(/cdn/shop/files/Display-Light.woff);
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "Inter Display";
  src: url(/cdn/shop/files/Display-LightItalic.woff);
  font-style: italic;
  font-weight: 300;
}
@font-face {
  font-family: "Inter Display";
  src: url(/cdn/shop/files/Display-Regular.woff);
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Inter Display";
  src: url(/cdn/shop/files/Display-Italic.woff);
  font-style: italic;
  font-weight: 400;
}
@font-face {
  font-family: "Inter Display";
  src: url(/cdn/shop/files/Display-Medium.woff);
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Inter Display";
  src: url(/cdn/shop/files/Display-MediumItalic.woff);
  font-style: italic;
  font-weight: 500;
}
@font-face {
  font-family: "Inter Display";
  src: url(/cdn/shop/files/Display-SemiBold.woff);
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "Inter Display";
  src: url(/cdn/shop/files/Display-SemiBoldItalic.woff);
  font-style: italic;
  font-weight: 600;
}
@font-face {
  font-family: "Inter Display";
  src: url(/cdn/shop/files/Display-Bold.woff);
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Inter Display";
  src: url(/cdn/shop/files/Display-BoldItalic.woff);
  font-style: italic;
  font-weight: 700;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("SFPRODISPLAYREGULAR.OTF") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("SFPRODISPLAYMEDIUM.OTF") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("SFPRODISPLAYBOLD.OTF") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* BANNER */
.shopify-section-group-footer-group-advertorial {
    display: block!important;
}
.advertorial-content__container {
    margin-top: 40px;
}

.advertorial-announcement-bar {
    position: fixed;
    width: 100%;
    z-index: 99;
}

.advertorial-announcement-bar {
    padding: 7px 0;
}

.advertorial-announcement-bar__content {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    justify-content: center;
}

span.advertorial-announcement-bar__text {
    font-family: "Inter Display";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-transform: capitalize;
}

a.advertorial-announcement-bar__link {
    font-family: "Inter Display";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px; 
    text-transform: uppercase;
}

.page-width-advertorial {
    max-width: 760px;
    margin: auto;
    padding: 0 20px;
}

.advertorial-content__hashtag {
    color: #000;
    font-family: Inter,sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 15px 0;
}

.advertorial-content__heading>*, h1.advertorial-content__heading {
    color: #000;
    font-family: "SF Pro Display";
    font-size: 31px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    margin: 0;
    max-width: 650px;
}


.advertorial-content__heading strong {
    color: #D21919;
    font-weight: 600!important
}

.advertorial-content__doctor-info {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 10px;
    justify-content: flex-start;
    margin: 25px 0;
}

.advertorial-content__doctor-image img {
    width: 32px;
    height: 32px;
    aspect-ratio: 1/1;
}

.advertorial-content__doctor-name {
    color: #000;
    font-family: "Inter Display";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
}

.advertorial-content__doctor-expertise {
    color: rgba(0, 0, 0, 0.60);
    font-family: "Inter Display";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

.advertorial-content__doctor-image {
    display: flex;
}

.advertorial-content__meta {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 25px;
}

.advertorial-content__date {
    color: rgba(0, 0, 0, 0.60);
    text-align: center;
    font-family: "Inter Display";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}

.advertorial-content__reading-time {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 8px;
    color: rgba(0, 0, 0, 0.60);
    text-align: center;
    font-family: "Inter Display";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 114.286% */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.advertorial-content__reading-time img {
    width: 20px;
    height: 20px;
    aspect-ratio: 1/1;
}

.advertorial-content__main-image img {
    object-fit: cover;
    height: 100%;
}

.advertorial-content__main-image {
    height: 100%;
    font-size: 0;
    line-height: 0;
    margin-bottom: 25px;
}

.advertorial-content__cta {

}

a.advertorial-content__button {
    color: #FFF;
    font-family: "Inter Display";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px; /* 122.222% */
    text-transform: uppercase;
    text-decoration: unset;
    display: flex;
    height: 60px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 9px;
    background: #D21919;
    cursor: pointer;
    border: 1px solid #d21919;
}

 a.advertorial-content__button:hover {
    color: #d21919;
    background: #ffffff;
}

.mobile-show {
    display: none;
}

.advertorial-blocks-content__subheading>*, .advertorial-blocks-content__subheading em {
    margin-top: 0;
    color: #000;
    font-family: "Inter Display";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0;
}

img.advertorial-blocks-content__image-desktop, img.advertorial-blocks-content__image-mobile {
    width: 100%;
    object-fit: cover;
    height: 100%;
    border-radius: 5px;
}

img.advertorial-blocks-content__image-mobile {
    display: none;
}

.advertorial-blocks-content__heading>* {
    margin: 0;
    color: #000;
    font-family: "SF Pro Display";
    font-size: 34px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
}

.advertorial-blocks-content__heading {
    margin-bottom: 25px;
}

.advertorial-blocks-content__image {
    height: 100%;
    display: flex;
}

.advertorial-blocks-content__icon-text {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.advertorial-blocks-content__icon-text-content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.advertorial-blocks-content__icon img {
    width: 23px;
    height: 26px;
    aspect-ratio: 23/26;
}

.advertorial-blocks-content__icon {
    display: flex;
    height: 100%;
}

.advertorial-blocks-content__icon-heading>* {
    color: #D21919;
    font-family: "Inter Display";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    margin: 0;
} 

.advertorial-blocks-content__icon-subheading>* {
    color: #111;
    font-family: "Inter Display";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin: 0;
}

.advertorial-blocks-content__subheading em strong {
    font-style: italic;
    font-weight: 500;
}

.advertorial-blocks-content__button {
    margin-top: 25px;
}

.advertorial-blocks-content__borderedheading >*, .advertorial-blocks-content__bottomheading >* {
    color: #000;
    font-family: "Inter Display";
    font-size: 26px;
    font-style: italic;
    font-weight: 600;
    line-height: 30px; /* 115.385% */
    margin: 0;
}

.bordered--heading {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
    padding-left: 20px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    margin-bottom: 25px;
}

.advertorial-blocks-content__borderedheading >* strong {
    color: #D21919;
}

.advertorial-blocks-content__borderedsubheading >* {
    color: #000;
    font-family: "Inter Display";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin: 0;
}

.advertorial-blocks-content__image-text {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    padding: 15px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.20);
}

.advertorial-blocks-content__image-text-image {
    display: flex;
    height: 100%;
}

.advertorial-blocks-content__image-text-image img {
    width: 300px;
    height: 100px;
    border-radius: 5px;
}

.advertorial-blocks-content__image-text-content>* {
    color: #000;
    font-family: "Inter Display";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin: 0;
}

.advertorial-blocks-content__icon-group-container {
    padding: 20px;
    gap: 20px 15px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-radius: 5px;
    border: 0.5px solid #D21919;
    background: rgba(210, 25, 25, 0.05);
}

.advertorial-blocks-content__icon-group-item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
}

.advertorial-blocks-content__icon-group-icon {
    display: flex;
    height: 100%;
    width: 26px;
    height: 26px;
}

.advertorial-blocks-content__icon-group-icon img {
    width: 26px;
    height: 26px;
    aspect-ratio: 26 / 26;
}

.advertorial-blocks-content__icon-group-text>* {
    margin: 0;
    color: #000;
    font-family: "Inter Display";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
}

.advertorial-blocks-content__image-group-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.advertorial-blocks-content__image-group-item {
    border-radius: 5px;
    border: 0.5px solid #D21919;
    background: rgba(210, 25, 25, 0.05);
    padding: 20px;
}

.advertorial-blocks-content__image-group-image {
    display: flex;
    height: 120px;
}

.advertorial-blocks-content__image-group-image img {
    height: 120px;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.advertorial-blocks-content__image-group-heading {
    margin-top: 15px;
}

.advertorial-blocks-content__image-group-heading>* {
    color: #D21919;
    font-family: "Inter Display";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    margin: 0;
}

.advertorial-blocks-content__image-group-subheading {
    margin-top: 8px;
}

.advertorial-blocks-content__image-group-subheading>* {
    color: #000;
    font-family: "Inter Display";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin: 0;
}

.advertorial-blocks-content__check-icon-text-block-container {
    border-radius: 5px;
    border: 1px solid #018A25;
    background: rgba(1, 138, 37, 0.05);
    padding: 20px;
    gap: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: start;
}

.advertorial-blocks-content__check-icon-text-block-icon img {
    width: 22.75px;
    height: 22.75px;
}

.advertorial-blocks-content__check-icon-text-block-item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
}

.advertorial-blocks-content__check-icon-text-block-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 3px;
}

.advertorial-blocks-content__check-icon-text-block-heading>* {
    color: #018A25;
    font-family: "Inter Display";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    margin: 0;
}

.advertorial-blocks-content__check-icon-text-block-subheading>* {
    color: #111;
    font-family: "Inter Display";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin: 0;
}

.advertorial-blocks-content__check-icon-text-block-subheading strong {
    color: #018A25;
}

.advertorial-blocks-content__check-icon-text-block-heading {
    display: flex;
    align-items: center;
    gap:2;
}
.advertorial-blocks-content__check-icon-text-block-heading:after {
    content: "–";
    color: #111;
    font-family: "Inter Display";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;;
    color: #111;
    font-family: "Inter Display";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    gap: 2px;
}

.advertorial-blocks-content__percentage {
    border-radius: 5px;
    border: 1px solid #106326;
    background: rgba(16, 99, 38, 0.03);
    padding: 20px;
}

.advertorial-blocks-content__percentage-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 20px;
}

.advertorial-blocks-content__percentage-number {
    color: #106326;
    font-family: "Inter Display";
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
}

.advertorial-blocks-content__percentage-text>* {
    color: #000;
    font-family: "Inter Display";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin: 0;
    flex: 1 0 0;
}

.advertorial-blocks-content__testimonial-slide {
    padding: 20px;
    border-radius: 5px;
    border: 0.5px solid #000;
    margin-right: 20px;
    height: inherit!important;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
}

.advertorial-blocks-content__testimonial-image img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 5px;
}

.advertorial-blocks-content__testimonial-rating>* {
    color: #CCA223;
    font-size: 17px;
    margin: 0;
    line-height: 17px;
}

.advertorial-blocks-content__testimonial-image {
    margin-bottom: 10px;
}

.advertorial-blocks-content__testimonial-rating {
    margin-bottom: 10px;
}

.advertorial-blocks-content__testimonial-quote>* {
    color: #000;
    font-family: "Inter Display";
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px;
    margin: 0;
    margin-bottom: 10px;
}

.advertorial-blocks-content__testimonial-name>* {
    color: #000;
    font-family: "Inter Display";
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px;
    margin: 0;
}

.advertorial-blocks-content__testimonial-name strong {
    font-weight: 400;
}

* {
    letter-spacing: 0;
}

.advertorial-blocks-content__testimonial-slider .slick-track {
    display: flex;
    align-items: stretch;
}

.advertorial-blocks-content__testimonial-slider  ul.slick-dots {
    text-align: left;
    bottom: -35px;
    display: flex;
    gap: 5px;
}

.advertorial-blocks-content__testimonial-slider ul.slick-dots li {
   margin: 0;
   width: 10px;
   height: 10px;
}

.advertorial-blocks-content__testimonial-slider .slick-dots li button {
    padding: 0!important;
    width: 10px;
    height: 10px;
}

.advertorial-blocks-content__testimonial-slider ul.slick-dots li button:before {
    width: 10px;
    height: 10px;
    line-height: 10px;
    font-size: 10px;
    opacity: 1;
    color: #D9D9D9;
}

.advertorial-blocks-content__testimonial-slider ul.slick-dots li.slick-active button:before {color: #000000;}

.advertorial-blocks-content__testimonial-slider button.slick-next.slick-arrow {
    top: unset;
    right: 25px;
    bottom: -47px;
    width: 15.333px;
    height: 15.333px;
    z-index: 2;
}

.advertorial-blocks-content__testimonial-slider button.slick-next.slick-arrow:before {
    content: "";
    display: inline-block;
    width: 15.333px;
    height: 15.333px;
    background-image: url('/cdn/shop/files/Group_2087326286.svg?v=1756320300');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1;
}

.advertorial-blocks-content__testimonial-slider button.slick-prev.slick-arrow {
    top: unset;
    right: 60px;
    bottom: -47px;
    width: 15.333px;
    height: 15.333px;
    z-index: 2;
    left: unset;
}

.advertorial-blocks-content__testimonial-slider button.slick-prev.slick-arrow:before {
    content: "";
    display: inline-block;
    width: 15.333px;
    height: 15.333px;
    background-image: url('/cdn/shop/files/Group_2087326287.svg?v=1756320326');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1;
}

.advertorial-blocks-content__testimonial-name {
    display: flex;
    align-items: center;
    gap: 10px;
}

img.advertorial-blocks-content__verified-icon {
    width: 20px;
    height: 20px;
}

.advertorial-blocks-content__testimonial-slider {margin-right: -16px;}

.advertorial-blocks-content__check-icon-text-block-2-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 21px;
}

.advertorial-blocks-content__check-icon-text-block-2-item {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
}

.advertorial-blocks-content__check-icon-text-block-2-icon {
    width: 28px;
    height: 28px;
    aspect-ratio: 1/1;
}

.advertorial-blocks-content__check-icon-text-block-2-icon img {
    width: 28px;
    height: 28px;
    aspect-ratio: 1/1;
}

.advertorial-blocks-content__check-icon-text-block-2-subheading>* {
    color: #111;
    font-family: "Inter Display";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin: 0;
}

.advertorial-blocks-content__table-feature-header h3 {
    color: #000;
    font-family: "Inter Display";
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    padding: 18px 20px;
    margin: 0;
    border-bottom: 1px solid #00000033;
}

.advertorial-blocks-content__table-feature-header {
    display: flex;
    flex-direction: column;
    width: 40%;
    height: inherit;
    justify-content: space-between;
}

.advertorial-blocks-content__table-product-name {
    color: #000;
    font-family: "Inter Display";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    border-bottom: 1px solid #00000033;
    width: 100%;
    text-align: center;
    padding-bottom: 15px;
}

.advertorial-blocks-content__table-product-image img {
    width: 51px;
    height: 70px;
    flex-shrink: 0;
    aspect-ratio: 51/70;
}

.advertorial-blocks-content__table-product-column {
    display: flex!important;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: inherit!important;
    width: 100%!important;
    border-left: 1px solid #00000033;
}

.advertorial-blocks-content__table-products-container {
    width: 60%;
}

.advertorial-blocks-content__table-products-container .slick-track {
    display: flex;
    align-items: stretch;
}

.advertorial-blocks-content__table-header {
    border-radius: 5px;
    border: 1px solid #000;
    background: #FFF;
    display: flex;
    margin-top: 70px;
    margin-bottom: 40px;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: nowrap;
}

.advertorial-blocks-content__table-product-image {
    margin-top: -50px;
    z-index: 2;
    margin-bottom: 5px;
}

.advertorial-blocks-content__table-products-container .slick-list.draggable {
    overflow: visible;
}



img.advertorial-blocks-content__table-check-icon {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
}

.advertorial-blocks-content__table-feature-cell {
    padding: 24.4px 0;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #00000033;
}

.advertorial-blocks-content__table-feature-labels {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: -webkit-fill-available;
}

.advertorial-blocks-content__table-feature-label {
    padding: 25px 18px;
    border-bottom: 1px solid #00000033;
    width: 100%;
    color: #000;
    font-family: "Inter Display";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.advertorial-blocks-content__table-feature-label:last-of-type {
    border-bottom: none;
}
.advertorial-blocks-content__table-product-column:first-of-type {
    background: #DF930733;
}

.advertorial-blocks-content__table-feature-cell:last-of-type {
    border: none;
}

.advertorial-footer__container {
    padding: 40px 0;
}

.advertorial-footer__heading>* {
    color: #FFF;
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    line-height: 52px;
    margin: 0;
    max-width: 850px;
    margin: auto;
    padding: 0 20px;
    padding-bottom: 20px;
}

.advertorial-footer__heading, .advertorial-footer__subheading {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    Colors
Hex
Hex
Border colors

#FFFFFF · 15%;
}

.advertorial-footer__subheading>* {
    color: #E0E0E0;
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    line-height: 22px;
    max-width: 850px;
    margin: auto;
    padding: 0 20px;
    margin-top: 0;
    margin-bottom: 20px;
}

.advertorial-footer__subheading {
    margin-top: 20px;
}

.advertorial-footer__copyright>* {
    color: #E0E0E0;
    font-family: "Inter Display";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px; /* 122.222% */
    text-transform: capitalize;
    max-width: 850px;
    margin: auto;
    padding: 0 20px;
}

.advertorial-footer__copyright {
    margin-top: 20px;
}

.twenty-sub .advertorial-blocks-content__subheading:nth-of-type(4) p:nth-child(2) strong {
    color: #000;
    font-family: "Inter Display";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
}

.advertorial-blocks-content__subheading strong {
    font-weight: 600;
}
/* MEDIA QUERIES */
@media (max-width: 580px) {
    
    span.advertorial-announcement-bar__text, a.advertorial-announcement-bar__link {
        font-size: 16px;
        line-height: 18px;
    }
    .advertorial-content__hashtag {
        font-size: 12px;
        line-height: 14px;
        margin-bottom: 10px;
    }
    
    .advertorial-content__heading>*, h1.advertorial-content__heading {
        font-size: 25px;
        line-height: 30px;
    }
    
    .advertorial-content__date.mobile-show {
        margin-top: 10px;
        display: flex;
        justify-content: flex-start;
        color: rgba(0, 0, 0, 0.60);
        text-align: center;
        font-family: "Inter Display";
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 14px;
    }
    
    .advertorial-content__doctor-info {
        margin: 15px 0;
        gap: 8px;
    }
    
    .advertorial-content__doctor-image img {
        width: 32px;
        height: 32px;
        aspect-ratio: 1/1;
    }
    
    .advertorial-content__doctor-name, .advertorial-content__doctor-expertise {
        font-size: 12px;
        line-height: 16px;
    }
    
    .advertorial-content__date.desktop-show {
        display: none;
    }
    
    .advertorial-content__reading-time {
        gap: 5px;
        font-size: 12px;
        line-height: 14px;
    }
    
    .advertorial-content__reading-time img {
        width: 13.333px;
        height: 13.333px;
        flex-shrink: 0;
    }
    
    .advertorial-content__meta {
        margin-bottom: 20px;
    }
    
    .mobile-show {
        display: block;
    }
    .desktop-show{
        display:none;
    }
    
    .advertorial-content__main-image {
        margin-bottom: 20px;
    }
    
    a.advertorial-content__button {
        font-size: 16px;
        line-height: 20px;
        height: 50px;
        gap: 10px;
    }
    
    .advertorial-blocks-content__subheading>*, .advertorial-blocks-content__subheading em{
        font-size: 15px;
        line-height: 24px;
        letter-spacing: 0;
    }
    img.advertorial-blocks-content__image-desktop {
        display: none;
    }

    img.advertorial-blocks-content__image-mobile {
        display: block;
    }
    .advertorial-blocks-content__heading {
        margin-bottom: 20px;
    }
    
    .advertorial-blocks-content__heading>* {
        font-size: 28px;
        line-height: 30px;
    }
    .advertorial-blocks-content__icon-heading>* {
        font-size: 16px;
        line-height: 24px;
    }
    .advertorial-content__container {
        margin-top: 32px;
    }
    .advertorial-blocks-content__icon img {
        width: 21px;
        height: 24px;
        aspect-ratio: 7/8;
    }
    
    .advertorial-blocks-content__icon-subheading>* {
        font-size: 15px;
        line-height: 20px;
    }
    .advertorial-blocks-content__button {
        margin-top: 20px;
    }
    .advertorial-blocks-content__image-text {
        display: flex;
        gap: 10px;
        align-items: flex-start;
    }
    
    .advertorial-blocks-content__image-text-image img {
        width: 100%;
        height: 80px;
        object-fit: cover;
    }
    
    .advertorial-blocks-content__image-text-content>* {
        font-size: 14px;
        line-height: 20px;
    }
    
    .advertorial-blocks-content__image-text-image {
        width: 50%;
    }
    
    .advertorial-blocks-content__image-text-content {
        width: 50%;
    }
    .advertorial-blocks-content__icon-group-container {
        padding: 10px;
        gap: 15px;
        grid-template-columns: 1fr;
    }
    
    .advertorial-blocks-content__icon-group-icon img {
        width: 16px;
        height: 16px;
        aspect-ratio: 1 / 1;
    }
    
    .advertorial-blocks-content__icon-group-icon {
        width: 16px;
        height: 16px;
        aspect-ratio: 1 / 1;
    }
    
    .advertorial-blocks-content__icon-group-item {
        gap: 10px;
    }
    
    .advertorial-blocks-content__icon-group-text>* {
        font-size: 14px;
        line-height: 18px;
    }
    .advertorial-blocks-content__image-group-container {
        gap: 20px;
        grid-template-columns: 1fr;
    }
    
    .advertorial-blocks-content__image-group-item {
        padding: 10px;
    }
    
    .advertorial-blocks-content__image-group-heading {
        margin-top: 12px;
    }
    
    .advertorial-blocks-content__image-group-heading>* {
        font-size: 16px;
        line-height: 18px;
    }
    
    .advertorial-blocks-content__image-group-subheading>* {
        font-size: 15px;
        line-height: 20px;
    }
    .advertorial-blocks-content__check-icon-text-block-container {
        padding: 10px;
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .advertorial-blocks-content__check-icon-text-block-icon {
        width: 24px;
        height: 24px;
        aspect-ratio: 1/1;
    }
    
    .advertorial-blocks-content__check-icon-text-block-icon img {
        width: 24px;
        height: 24px;
        aspect-ratio: 1/1;
    }
    
    .advertorial-blocks-content__check-icon-text-block-heading>*, .advertorial-blocks-content__check-icon-text-block-subheading>*, .advertorial-blocks-content__check-icon-text-block-heading:after {
        font-size: 15px;
        line-height: 20px;
        letter-spacing: 0;
    }
    .advertorial-blocks-content__percentage {padding: 15px;}

    .advertorial-blocks-content__percentage-container {
        gap: 14px;
    }

    .advertorial-blocks-content__percentage-number {
        font-size: 28px;
        line-height: 30px;
    }

    .advertorial-blocks-content__percentage-text>* {
        font-size: 14px;
        line-height: 18px;
    }
    .advertorial-blocks-content__testimonial-slide {
        padding: 15px;
    }
    
    .advertorial-blocks-content__testimonial-rating>* {
        font-size: 15px;
    }
    
    .advertorial-blocks-content__testimonial-quote>* {
        font-size: 14px;
        line-height: 20px;
    }
    
    .advertorial-blocks-content__testimonial-name>* {
        font-size: 14px;
        line-height: 20px;
    }
    
    .advertorial-blocks-content__testimonial-name {
        gap: 5px;
    }
    
    img.advertorial-blocks-content__verified-icon {
        width: 16px;
        height: 16px;
    }
    
    .advertorial-blocks-content__testimonial-slider ul.slick-dots li button:before {
        width: 7px;
        height: 7px;
    }
    
    .advertorial-blocks-content__testimonial-slider .slick-dots li button {
        width: 7px;
        height: 7px;
    }
    
    .advertorial-blocks-content__testimonial-slider ul.slick-dots li {
        width: 7px;
        height: 7px;
    }

    .advertorial-blocks-content__check-icon-text-block-2-icon img {
        width: 24px;
        height: 24px;
        aspect-ratio: 1/1;
    }
    
    .advertorial-blocks-content__check-icon-text-block-2-icon {
        width: 24px;
        height: 24px;
        aspect-ratio: 1/1;
    }
    
    .advertorial-blocks-content__check-icon-text-block-2-subheading>* {
        font-size: 15px;
        line-height: 20px;
        letter-spacing: 0;
    }
    .advertorial-blocks-content__table-feature-header h3 {
        padding: 15px;
        font-size: 18px;
        line-height: 20px;
    }
    
    .advertorial-blocks-content__table-product-name {
        font-size: 16px;
        line-height: 20px;
        padding-bottom: 5px;
    }
    
    .advertorial-blocks-content__table-header {
        margin-bottom: 76px;
    }
    
    .advertorial-blocks-content__table-feature-label {
        font-size: 16px;
        line-height: 20px;
        padding: 15px;
    }
    
    .advertorial-blocks-content__table-products-container.slick-initialized.slick-slider.slick-dotted {
        margin-bottom: 0;
    }
    
    .advertorial-blocks-content {
        overflow: hidden;
    }
    
    .advertorial-blocks-content__table-feature-header {
        width: 34%;
        background: #ffffff;
        border-radius: 5px 0 0 5px;
        z-index: 2;
    }
    
    .advertorial-blocks-content__table-feature-cell {
        padding: 24px 0;
    }
    
    .advertorial-blocks-content__table-products-container ul.slick-dots {
        left: -45%;
        width: max-content;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: flex-start;
        gap: 5px;
        bottom: -40px;
        top: unset;
    }
    
    .advertorial-blocks-content__table-products-container .slick-dots li {
        margin: 0;
        width: 7px;
        height: 7px;
    }
    
    .advertorial-blocks-content__table-products-container .slick-dots li button {
        width: 7px;
        height: 7px;
        padding: 0;
    }
    
    .advertorial-blocks-content__table-products-container  .slick-dots li button:before {
        opacity: 1;
        width: 7px;
        height: 7px;
        line-height: 10px;
        font-size: 10px;
        color: #D9D9D9;
    }
    
    .advertorial-blocks-content__table-products-container .slick-dots li.slick-active button:before {
        color: #000000;
    }
    
    .advertorial-blocks-content__table-products-container button.slick-next.slick-arrow {
        top: unset;
        right: 5px;
        bottom: -47px;
        width: 15.333px;
        height: 15.333px;
        z-index: 2;
    }
    
    .advertorial-blocks-content__table-products-container .slick-next.slick-arrow:before {.advertorial-blocks-content__testimonial-slider
        button.slick-next.slick-arrow: before;
    .advertorial-blocks-content__testimonial-slider
        button.slick-next.slick-arrow: before;
        content: "";
        display: inline-block;
        width: 15.333px; 
        height: 15.333px;
        background-image: url(/cdn/shop/files/Group_2087326286.svg?v=1756320300);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        opacity: 1;
    }

.advertorial-blocks-content__table-products-container {
    width: 69%;
}


.advertorial-blocks-content__table-products-container button.slick-prev.slick-arrow {
    margin-right: -16px;
    top: unset;
    right: 60px;
    bottom: -47px;
    width: 15.333px;
    height: 15.333px;
    z-index: 2;
    left: unset;
}

.advertorial-blocks-content__table-products-container button.slick-prev.slick-arrow:before {
    content: "";
    display: inline-block;
    width: 15.333px;
    height: 15.333px;
    background-image: url(/cdn/shop/files/Group_2087326287.svg?v=1756320326);
    background-size: contain; 
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1;
}
.advertorial-blocks-content__table-product-column.slick-slide .advertorial-blocks-content__table-product-image {
    opacity: 0;
}

.advertorial-blocks-content__table-product-column.slick-slide.slick-active .advertorial-blocks-content__table-product-image {
    opacity: 1;
}
}
@media (max-width: 380px) {
    .advertorial-blocks-content__table-products-container ul.slick-dots {
        left: -49%;
    }
    
    .advertorial-blocks-content__table-products-container button.slick-next.slick-arrow {
        right: 15px;
    }
    
    .advertorial-blocks-content__table-products-container button.slick-prev.slick-arrow {
        right: 67px;
    }
    .advertorial-footer__container {
        padding: 30px 16px;
    }
    
    .advertorial-footer__heading>* {
        font-size: 36px;
        line-height: 32px;
        padding: 0;
        padding-bottom: 20px;
    }
    
    .advertorial-footer__subheading {
        margin-top: 12px;
    }
    
    .advertorial-footer__subheading>* {
        font-size: 14px;
        line-height: 20px;
        padding: 0 0 20px;
        margin-bottom: 1px;
    }
    
    .advertorial-footer__copyright {
        margin-top: 12px;
    }
    
    .advertorial-footer__copyright>* {
        font-size: 14px;
        line-height: 20px;
        padding: 0;
    }
}
@media (max-width: 385px) {
    .advertorial-blocks-content__table-feature-header {
        width: 41%;
    }
    .advertorial-blocks-content__table-products-container button.slick-prev.slick-arrow {
        right: 67px;
    }
    
    .advertorial-blocks-content__table-feature-header {
        width: 41%;
    }
    
    .advertorial-blocks-content__table-products-container button.slick-prev.slick-arrow {
        right: 77px;
    }
    .twenty-sub .advertorial-blocks-content__subheading:nth-of-type(4) p:nth-child(2) strong {
        font-size: 16px;
        line-height: 24px;
    }
}

