/** Shopify CDN: Minification failed

Line 241:19 Expected identifier but found whitespace
Line 241:21 Unexpected "{"
Line 241:30 Expected ":"
Line 241:58 Expected ":"

**/
/* SHOP BY CONCERN */
.concerns__header {
    margin-bottom: 2.5rem;
    text-align: left;
    font-weight: 400;
    letter-spacing: 1.32px;
}

.concerns__subheading {
    display: block;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1.32px;
    text-transform: uppercase;
    margin-bottom: 22px;
    font-family: 'DMMono';
}

.concerns__heading {
    margin: 0;
}

.concerns__grid {
    display: grid;
    gap: 2px;
}

.concerns__grid.grid--1-col{
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.concerns__card {
    position: relative;
}

.concerns__card-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.concerns__media-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 2 / 1;
    overflow: hidden;
}

.concerns__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.concerns__card:hover .concerns__image {
    transform: scale(1.03);
}

.concerns__card-content{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    top: 0;
    padding: 40px;
    gap: 20px;
}

.concerns__badge {
    width: 84px;
    height: 84px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 45px;
    font-weight: 500;
    z-index: 2;
}

.concerns__card-title {
    margin: 0;
    z-index: 2;
    font-size: 28px;
    line-height: 1.2;
}

.concerns__media-wrapper:before {
    background: #f5f5f5;
    z-index: 2;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    opacity: 40%;
    transition: all .3s;
}

.concerns__media-wrapper:hover:before{
    opacity: 60%;
}

.concerns__footer {
    margin: 3.5rem auto 0;
    max-width: 580px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}

.concerns__description {
    text-align: center;
}

@media screen and (max-width: 767px){
    .concerns__media-wrapper{
        min-height: 250px;
    }
}

@media screen and (min-width: 768px){
    .concerns__grid.grid--1-col.grid--2-col-tablet{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media screen and (min-width: 1024px){
    .concerns__grid.grid--1-col.grid--2-col-tablet.grid--3-col-desktop{
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

/* SCIENCE-BANNER */
.science-banner {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.science-banner .science-banner__media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.science-banner .science-banner__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.science-banner .science-banner__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.science-banner .science-banner__container {
    position: relative;
    z-index: 3;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.science-banner .science-banner__content {
    max-width: 480px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.science-banner .science-banner__subheading {
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 1rem;
    letter-spacing: 1.32px;
    font-family: 'DMMono';
}

.science-banner .science-banner__heading {
    line-height: 1.15;
}

.science-banner__heading.headline--rich h2{
    padding-bottom: 0;
}

.science-banner .science-banner__features {
    display: flex;
    flex-direction: row;
    gap: 2px;
    width: 65%;
}

.science-banner .science-banner__feature-item {
    flex: 1;
    padding: 3.2rem 2.8rem;
    display: flex;
    align-items: center;
}

.science-banner .science-banner__feature-item:last-child {
    border-right: none;
}

.science-banner .science-banner__feature-text {
    margin: 0;
    font-size: 25px;
    line-height: 1.3;
    font-weight: 500;
}

.science-banner .science-banner__feature-text h3{
    margin: 0;
}

@media screen and (max-width: 989px) {
    .science-banner {
        min-height: {{ section.settings.mobile_height }}px;
    }

    .science-banner .science-banner__container {
        flex-direction: column;
        align-items: flex-start;
        gap: 2.5rem;
    }

    .science-banner .science-banner__features {
        flex-direction: column;
        max-width: 100%;
    }

    .science-banner .science-banner__feature-item {
        border-right: none;
    }

    .science-banner .science-banner__feature-item:last-child {
        border-bottom: none;
    }

    .science-banner .science-banner__features {
        width: 100%;
    }
}

/* TD-FEATURED-COLLECTION */
.td-featured-collection{
    position: relative;
}

html[lang] > body main .td-featured-collection .wt-slider__scrollbar{
    opacity: 0;
}

.td-featured-collection .wt-slider.wt-slider--full{
    padding-inline: 0 !important;
}

.td-featured-collection .card,
.td-featured-collection .card__quick-add-container{
    background: #fbfcfa
}

.td-featured-collection .card h3,
.td-featured-collection .card .price,
.td-featured-collection .card .wt-rating,
.td-featured-collection .card__quick-add-container quick-add,
.td-featured-collection .card__quick-add-container product-form{
    padding-inline: 24px;
}

.td-featured-collection .card__quick-add-container{
    margin-top: 0;
    padding-top: 17px;
}

.td-featured-collection .hero__button{
    margin-bottom: 24px;
}

.td-featured-collection .hero__button:hover{
    background-color: #2E8B57
}

.td-featured-collection .wt-product__price__final,
.td-featured-collection .price__sale .price-item--lower{
    font-size: 20px;
}

.td-featured-collection .card .wt-rating{
    padding-top: 11px;
    padding-bottom: 11px;
}

.td-featured-collection .wt-featured-collection__button-container.link-top-position .wt-newsletter__send__text{
    text-transform: uppercase;
    font-family: 'DMMono';
    color: #6B6560;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1.32px;
}

.td-featured-collection .wt-rating__counter{
    font-family: 'DMMono';
}

.td-featured-collection .headline{
    padding-inline: 0;
}

.best-seller-badge{
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 3;
    background: #2E8B57;
    color: #fff;
    padding: 5px 10px;
    font-family: 'DMMono';
    font-size: 11px;
    letter-spacing: 0.9px;
}

@media screen and (min-width: 768px){
    .td-featured-collection .headline__title{
        text-align: left;
    }

    .td-featured-collection .wt-featured-collection__button-container.link-top-position{
        position: absolute;
        top: 85px;
        right: 30px;
    }
}

/* BEFORE-AND-AFTER-SLIDESHOW */
.td-before-and-after-slideshow .wt-slider__container{
    max-width: 972px;
}

.td-before-and-after-slideshow .wt-before-after__img-before-badge{
    left: 25px;
}

.td-before-and-after-slideshow .wt-before-after__img-after-badge{
    right: 25px;
}

.td-before-and-after-slideshow .wt-before-after__img-before-badge,
.td-before-and-after-slideshow .wt-before-after__img-after-badge{
    top: 25px;
    bottom: unset;
    padding: 15px 25px;
    border-radius: 10px;
    font-size: 12px;
}

/* TD-NEWSLETTER */
.td-newsletter.newsletter .hero__text{
   color: #2E8B57;
   font-size: 13px;
   letter-spacing: 1.32px;
   font-family: 'DMMono';
}

.td-newsletter.newsletter .wt-newsletter__field{
    border-color: #D0CBC4;
}

.td-newsletter .form-disclaimer{
    font-size: 12px;
    color: #444444;
    font-family: 'DMMono';
}

@media screen and (min-width: 900px){
    .td-newsletter .newsletter__wrapper,
    .td-newsletter .headline{
        text-align: left;
    }

    .td-newsletter .headline{
        padding-inline: 0;
    }

    .td-newsletter .newsletter__text{
        padding-bottom: 20px;
    }

    .td-newsletter.newsletter .hero__text{
        margin: 0;
    }
}

@media screen and (min-width: 600px){
    .td-newsletter .wt-newsletter__field{
        border-right-width: 1px;
    }

    .td-newsletter.newsletter .wt-newsletter__fieldset{
        gap: 2px;
    }

    .td-newsletter .wt-newsletter__fieldset{
        max-width: unset;
    }
}

@media screen and (min-width:1400px){
    .td-newsletter .newsletter__wrapper{
        width: 1400px;
    }
}

/* NUMBERED-FEATURES */
.numbered-features .numbered-features__item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 40px 48px;
    transition: all .3s;
}

.numbered-features .numbered-features__item:hover{
    background: #2E8B571A;
}

.numbered-features .numbered-features__number {
    margin-bottom: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    font-family: 'DMMono';
}

.numbered-features .numbered-features__heading {
    margin: 0 0 0.75rem 0;
    line-height: 1.25;
    font-weight: 600;
}

.numbered-features .numbered-features__text {
    line-height: 1.5;
    margin: 0;
}

@media screen and (min-width: 749px) {
    .numbered-features .numbered-features__grid {
        display: grid;
    }
    .numbered-features .numbered-features__grid {
        grid-template-columns: repeat(3, minmax(0,1fr));
    }
}

/* DUAL-REDIRECTOIN-BANNER */
.dual-banner__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    width: 100%;
}

@media screen and (min-width: 750px) {
    .dual-banner__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .dual-banner__card .dual-banner__content{
        padding: 80px;
    }
}

.dual-banner__card {
    position: relative;
    min-height: 440px;
    display: flex;
    overflow: hidden;
}

.dual-banner__media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.dual-banner__media img,
.dual-banner__media svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dual-banner__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

.dual-banner__content {
    position: relative;
    z-index: 3;
    padding: 3.5rem 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
}

.dual-banner__subheading {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: 'DMMono';
}

.dual-banner__heading {
    margin: 0 0 1rem 0;
    font-weight: 600;
}

.dual-banner__text {
    font-size: 15px;
    margin: 0 0 1.75rem 0;
    font-weight: 400;
}

/* TD-MAIN-COLLECTION */
.td-main-collection{
    position: relative;
}

.td-main-collection .wt-slider.wt-slider--full{
    padding-inline: 0 !important;
}

.td-main-collection .card,
.td-main-collection .card__quick-add-container{
    background: #fbfcfa
}

.td-main-collection .card h3,
.td-main-collection .card .price,
.td-main-collection .card .wt-rating,
.td-main-collection .card__quick-add-container quick-add,
.td-main-collection .card__quick-add-container product-form{
    padding-inline: 24px;
}

.td-main-collection .card__quick-add-container{
    margin-top: 0;
    padding-top: 17px;
}

.td-main-collection .hero__button{
    margin-bottom: 24px;
}

.td-main-collection .wt-product__price__final,
.td-main-collection .price__sale .price-item--lower{
    font-size: 20px;
}

.td-main-collection .card .wt-rating{
    padding-top: 11px;
    padding-bottom: 11px;
}

.td-main-collection .wt-featured-collection__button-container.link-top-position .wt-newsletter__send__text{
    text-transform: uppercase;
    font-family: 'DMMono';
    color: #6B6560;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1.32px;
}

.td-main-collection .wt-rating__counter{
    font-family: 'DMMono';
}

.td-main-collection .headline{
    padding-inline: 0;
}

@media screen and (min-width: 768px){
    .td-main-collection .headline__title{
        text-align: left;
    }

    .td-main-collection .wt-featured-collection__button-container.link-top-position{
        position: absolute;
        top: 85px;
        right: 30px;
    }
}

/* SCIENCE-HUB-INGREDIENTS */
.ingredients-section__header {
    text-align: center;
    max-width: 600px;
    margin: 0 auto 48px auto;
}

.ingredients-section__subheading {
    display: block;
    font-size: 13px;
    letter-spacing: 1.32px;
    text-transform: uppercase;
    margin-bottom: 0px;
    font-family: 'DMMono';
}

.ingredients-section__heading {
    margin-top: 0;
    margin-bottom: 12px;
}

.ingredients-section__description {
    font-size: 15px;
    line-height: 1.6;
    color: #6B6560;
}

.ingredients-section__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    align-items: center;
    max-width: 824px;
    margin: auto;
}

.ingredient-card-layer.is-active .ingredient-card__nav-btn,
.ingredient-card-layer.is-active .ingredient-card__label-vertical{
    display: none;
}

@media screen and (min-width: 768px) {
    .ingredients-section__grid {
        grid-template-columns: 1fr 1fr;
        gap: 60px;
    }

    .ingredient-card__nav-btn{
        top: 34px !important;
        left: 34px !important;
    }

    .ingredient-card__label-vertical{
        left: 36px !important;
    }

    .ingredient-card-layer.is-stacked-back{
        transform: translateX(-110px) scale(1) !important;
    }
}

.ingredients-cards-stack {
    position: relative;
    width: 100%;
    max-width: 380px;
    height: 380px;
    margin: 0 auto;
}

.ingredient-card-layer {
    position: absolute;
    top: 0;
    right: 0;
    width: 85%;
    height: 100%;
    border-radius: 25px;
    border: 2px solid #000;
    display: flex;
    align-items: center;
    gap: 16px;
    cursor: pointer;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1),
                z-index 0.5s ease,
                filter 0.5s ease;
    user-select: none;
    overflow: hidden;
}

.ingredient-card-layer.is-active {
    z-index: 3;
    transform: translateX(0) scale(1);
    filter: brightness(1);
}

.ingredient-card-layer.is-stacked-back {
    z-index: 1;
    transform: translateX(-60px) scale(1);
}

.ingredient-card-layer::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    border-radius: 24px;
    opacity: 0;
    transition: opacity 0.5s ease;
    pointer-events: none;
    z-index: 4;
}

.ingredient-card-layer.is-stacked-back::after {
    opacity: 1;
}

.ingredient-card__nav-btn {
    width: 38px;
    height: 38px;
    position: absolute;
    top: 20px;
    left: 15px;
    z-index: 5;
}

.ingredient-card-layer.is-active .ingredient-card__nav-btn:hover {
    transform: scale(1.08);
}

.ingredient-card__label-vertical {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 10%;
    font-size: 18px;
    line-height: 100%;
    color: #fff;
    white-space: nowrap;
    z-index: 5;
    position: absolute;
    left: 20px;
}

.ingredient-card__image-wrapper {
    position: absolute;
    flex-grow: 1;
    height: 100%;
    overflow: hidden;
    background: #ffffff;
}

.ingredient-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ingredient-detail-item {
    display: none;
}

.ingredient-detail-item.is-active {
    display: block;
    animation: fadeInDetail 0.4s ease-in-out forwards;
}

@keyframes fadeInDetail {
    from {
        opacity: 0;
        transform: translateY(8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.ingredient-detail__title {
    font-size: 18px;
    text-transform: uppercase;
    font-family: var(--font-base);
    letter-spacing: 10%;
    margin-top: 0;
    margin-bottom: 24px;
    font-weight: 700;
}

.ingredient-detail__block {
    margin-bottom: 20px;
}

.ingredient-detail__label {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 4px;
    letter-spacing: -0.15px;
    display: block;
}

.ingredient-detail__text {
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}

.ingredients-details .hero__button{
    width: 100%;
}

/* DROPDOWN-WITH-IMAGES */
.dropdown-with-images__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    align-items: start;
}

@media screen and (min-width: 990px) {
    .dropdown-with-images__grid {
        grid-template-columns: 1.1fr 0.9fr;
        gap: 60px;
    }
}

.dropdown-with-images__header {
    margin-bottom: 32px;
}

.dropdown-with-images__subheading {
    display: block;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1.32px;
    text-transform: uppercase;
    margin-bottom: 12px;
    font-family: 'DMMono';
}

.dropdown-with-images__heading {
    margin: 0;
    font-family: var(--font-headline);
    line-height: 1.2;
}

.dropdown-with-images__accordion-header {
    width: 100%;
    background: none;
    border: none;
    padding: 24px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    cursor: pointer;
    color: inherit;
    gap: 16px;
    transition: color 0.3s ease;
}

.dropdown-with-images__accordion-header:hover{
    background: transparent;
    color: #151515;
}

.dropdown-with-images__accordion-title {
    font-size: 22px;
    font-weight: 700;
    margin: 0;
    line-height: 1.2;
    letter-spacing: -0.36px;
}

.dropdown-with-images__accordion-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}

.dropdown-with-images__accordion-content {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.dropdown-with-images__accordion-inner {
    overflow: hidden;
}

.dropdown-with-images__accordion-body {
    padding-bottom: 24px;
    font-size: 15px;
    line-height: 1.6;
    color: #000;
}

.dropdown-with-images__accordion-item.is-open .dropdown-with-images__accordion-content {
    grid-template-rows: 1fr;
}

.dropdown-with-images__accordion-item.is-open .dropdown-with-images__accordion-toggle svg {
    transform: rotate(0deg);
}

.dropdown-with-images__accordion-item .dropdown-with-images__accordion-toggle svg{
    transform: rotate(-90deg);
    transition: all .3s;
}

.dropdown-with-images__media-wrapper {
    position: sticky;
    top: 40px;
    width: 100%;
    overflow: hidden;
    aspect-ratio: 3/4;
}

.dropdown-with-images__media-item {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.45s ease, transform 0.45s ease;
    transform: scale(0.98);
    display: flex;
    align-items: center;
    justify-content: center;
}

.dropdown-with-images__media-item.is-active {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    z-index: 2;
}

.dropdown-with-images__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* TD-HERO-INGREDIENT */
.td-hero-ingredient__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin-bottom: 32px;
}

@media screen and (min-width: 768px) {
    .td-hero-ingredient__header {
        flex-direction: row;
        justify-content: center;
        margin-bottom: 48px;
    }
}

.td-hero-ingredient__title {
    margin: 0;
    text-align: center;
    font-weight: 500;
}

.td-hero-ingredient__title em,
.td-hero-ingredient__title i {
    font-style: normal;
}

.td-hero-ingredient__link {
    font-size: 12px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-decoration: underline;
    text-underline-offset: 4px;
    margin-top: 12px;
}

@media screen and (min-width: 768px) {
    .td-hero-ingredient__link {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        margin-top: 0;
    }

    .td-hero-ingredient__bubble{
        padding: 20px 30px !important;
    }
}

.td-hero-ingredient__pill-wrapper {
    text-align: center;
    margin-bottom: 24px;
}

.td-hero-ingredient__pill {
    display: inline-block;
    padding: 10px 32px;
    border-radius: 40px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.td-hero-ingredient__pill-subtitle {
    font-size: 15px;
    margin-top: 12px;
    margin-bottom: 0;
}

.td-hero-ingredient__diagrams {
    display: grid;
    grid-template-columns: 1fr;
    gap: 6px;
    margin-bottom: 60px;
}

@media screen and (min-width: 768px) {
    .td-hero-ingredient__diagrams {
        grid-template-columns: 1fr 1fr;
        gap: 6px;
        max-width: 1022px;
        margin: auto;
    }
}

.td-hero-ingredient__column {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.td-hero-ingredient__media-wrapper {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}

.td-hero-ingredient__image-container {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    background-color: #ffffff;
}

.td-hero-ingredient__image-container img,
.td-hero-ingredient__image-container svg {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

.td-hero-ingredient__bubble {
    position: absolute;
    border-radius: 50px;
    padding: 10px 18px;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 500;
    max-width: 248px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    z-index: 3;
    text-align: center;
    box-sizing: border-box;
}

.td-hero-ingredient__bubble--left-top {
    top: 22%;
    left: -85px;
}

.td-hero-ingredient__bubble--left-bottom {
    bottom: 22%;
    left: -120px;
}

.td-hero-ingredient__bubble--right-top {
    top: 22%;
    right: -120px;
}

.td-hero-ingredient__bubble--right-bottom {
    bottom: 22%;
    right: -120px;
}

@media screen and (max-width: 767px) {
    .td-hero-ingredient__bubble {
        font-size: 11px;
        padding: 8px 12px;
        max-width: 130px;
    }

    .td-hero-ingredient__bubble--left-top,
    .td-hero-ingredient__bubble--left-bottom {
        left: -5px;
    }

    .td-hero-ingredient__bubble--right-top,
    .td-hero-ingredient__bubble--right-bottom {
        right: -5px;
    }
}

.td-hero-ingredient__caption {
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
    max-width: 440px;
    margin: 0 auto;
}

.td-hero-ingredient__caption p {
    margin: 0;
}

.td-hero-ingredient__consistency {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.td-hero-ingredient__bottom-image-wrapper {
    width: 100%;
    margin: 24px auto 0 auto;
}

.td-hero-ingredient__bottom-image-wrapper img,
.td-hero-ingredient__bottom-image-wrapper svg {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

/* TD-IMAGE-WITH-TEXT */
.td-image-with-text__wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
    align-items: center;
    position: relative;
}

.td-image-with-text__media-col,
.td-image-with-text__content-col {
    width: 100%;
    box-sizing: border-box;
}

.td-image-with-text__btn{
    font-family: 'DMMono';
    text-transform: uppercase;
}

.td-image-with-text__btn.button-arrow:first-of-type svg{
    transform: rotate(90deg);
}

.td-image-with-text__btn.button-arrow:last-of-type svg{
    transform: rotate(270deg);
}

.td-image-with-text__btn.button-arrow{
    display: flex;
    align-items: center;
    gap: 10px;
}

@media screen and (min-width: 768px) {
    .td-image-with-text__media-col,
    .td-image-with-text__content-col {
        width: 50%;
    }
}

.td-image-with-text__content-col {
    padding: 32px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.td-image-with-text__heading h1,
.td-image-with-text__heading h2,
.td-image-with-text__heading h3,
.td-image-with-text__heading h4,
.td-image-with-text__heading h5,
.td-image-with-text__heading h6,
.td-image-with-text__heading p{
    margin-top: 0;
    line-height: 1.15;
    font-weight: 600;
}

.td-image-with-text__heading em,
.td-image-with-text__heading i {
    font-style: italic;
}

.td-image-with-text__subheading {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 12px;
}

.td-image-with-text__text {
    line-height: 1.6;
    opacity: 0.9;
}

.td-image-with-text__text p {
    margin-top: 0;
    margin-bottom: 16px;
}

.td-image-with-text__text p:last-child {
    margin-bottom: 0;
}

.td-image-with-text__media-col {
    display: flex;
    align-items: center;
    justify-content: center;
}

.td-image-with-text__media {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.td-image-with-text__media img,
.td-image-with-text__media svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.td-image-with-text__placeholder {
    background-color: #f0f0f0;
    width: 100%;
    height: 100%;
    min-height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* TD-COMPARISON-TABLE */
.td-comparison__header {
    text-align: center;
}

.td-comparison__wrapper {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.td-comparison__table {
    width: 100%;
    max-width: 914px;
    border-collapse: separate;
    border-spacing: 0;
    margin: auto;
    font-family: 'Lato';
}

.td-comparison__th--feature,
.td-comparison__td--feature {
    width: 28%;
    padding: 25px 30px;
    text-align: left;
    font-weight: 600;
    font-size: 15px;
    vertical-align: middle;
}

.td-comparison__tr .td-comparison__td--feature{
    font-weight: 400;
}

.td-comparison__th--feature {
    background-color: transparent;
}

.td-comparison__th--competitor,
.td-comparison__th--brand {
    width: 36%;
    padding: 24px;
    text-align: left;
    vertical-align: middle;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.3;
}


.td-comparison__header-content {
    display: flex;
    align-items: center;
    gap: 12px;
}

.td-comparison__icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background-color: #000000;
    color: #ffffff;
}

.td-comparison__icon svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
}

.td-comparison__td--competitor,
.td-comparison__td--brand {
    padding: 25px 20px;
    vertical-align: middle;
    font-size: 15px;
    line-height: 1.5;
}

.td-comparison__tr:last-child .td-comparison__td--competitor {
    border-bottom: none;
}

.td-comparison__tr:last-child .td-comparison__td--brand {
    border-bottom: none;
    border-bottom-right-radius: 10px;
}

.td-comparison__tr:last-child .td-comparison__td--feature {
    border-bottom: none;
    border-bottom-left-radius: 10px;
}

.td-comparison__tr:last-child .td-comparison__td--feature {
    border-bottom: none;
}

.td-comparison__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #000000;
    color: #ffffff;
    flex-shrink: 0;
    margin-right: 8px;
}

.td-comparison__icon svg {
    width: 14px;
    height: 14px;
    fill: currentColor;
}

.td-comparison__mobile-tabs {
    display: none;
}

@media screen and (max-width: 767px) {
    .td-comparison__mobile-tabs {
        display: flex;
        width: 100%;
        gap: 4px;
        margin-bottom: 0;
    }

    .td-comparison__tab-btn {
        flex: 1;
        padding: 12px 8px;
        text-align: center;
        font-weight: 600;
        font-size: 14px;
        border: none;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        cursor: pointer;
        font-family: 'Lato';
        background-color: #ffffff;
        color: #151515;
        font-weight: 700;
    }

    .td-comparison__tr .td-comparison__td--feature:first-child{
        font-weight: 700;
    }

    .td-comparison__table {
        display: block;
        width: 100%;
    }

    .td-comparison__table thead,
    .td-comparison__table tbody {
        display: block;
        width: 100%;
    }

    .td-comparison__table thead tr {
        display: block;
    }

    .td-comparison__th--feature {
        display: none !important;
    }

    .td-comparison__th {
        display: none;
        width: 100%;
        padding: 14px 16px;
        box-sizing: border-box;
    }

    .td-comparison__header-content {
        display: flex;
        align-items: center;
        font-weight: 700;
        font-size: 15px;
    }

    .td-comparison__wrapper[data-active-tab="competitor"] .td-comparison__th--competitor {
        display: block;
    }

    .td-comparison__wrapper[data-active-tab="brand"] .td-comparison__th--brand {
        display: block;
    }

    .td-comparison__tr {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color: #ffffff;
    }

    .td-comparison__td {
        padding: 12px 10px;
        font-size: 13px;
        box-sizing: border-box;
        border: none !important;
    }

    .td-comparison__td--feature {
        flex: 0 0 40%;
        max-width: 40%;
        font-weight: 700;
        background-color: transparent !important;
    }

    .td-comparison__td--competitor,
    .td-comparison__td--brand {
        flex: 0 0 60%;
        max-width: 60%;
        background-color: transparent !important;
    }

    .td-comparison__wrapper[data-active-tab="competitor"] .td-comparison__td--brand {
        display: none !important;
    }

    .td-comparison__wrapper[data-active-tab="brand"] .td-comparison__td--competitor {
        display: none !important;
    }
}

@media screen and (min-width: 768px){
    .td-comparison__table{
        min-width: 640px;
    }
}

/* TD-COLLAPSIBLE-CONTENT */
.td-collapsible-content__grid {
    display: grid;
    grid-template-columns: 1fr;
    align-items: start;
}

.td-collapsible-content__item {
    padding-bottom: 16px;
    transition: border-color 0.3s ease;
}

.td-collapsible-content__summary {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-weight: 600;
    line-height: 1.4;
    user-select: none;
}

.td-collapsible-content__summary::-webkit-details-marker {
    display: none;
}

.td-collapsible-content__icon {
    font-size: 20px;
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    margin-left: 16px;
    flex-shrink: 0;
    display: inline-block;
}

.td-collapsible-content__item.is-active .td-collapsible-content__icon {
    transform: rotate(45deg);
}

.td-collapsible-content__content {
    display: grid;
    grid-template-rows: 0fr;
    opacity: 0;
    transition: grid-template-rows 0.35s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.35s ease;
    line-height: 1.6;
}

.td-collapsible-content__item.is-active .td-collapsible-content__content {
    grid-template-rows: 1fr;
    opacity: 1;
}

.td-collapsible-content__inner {
    overflow: hidden;
    padding-top: 12px;
}

/* TREATS-GRID-SECTION */
.treats-grid__header {
    margin-bottom: 2.5rem;
}

.treats-grid__subheading {
    display: block;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 0.875rem;
    font-weight: 600;
}

.treats-grid__container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}

.treats-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 2.5rem 1.5rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.treats-card__icon {
    width: 32px;
    height: 32px;
    margin-bottom: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.treats-card__icon svg,
.treats-card__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.treats-card__title {
    font-size: 20px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0.75rem;
}

.treats-card__content {
    font-size: 15px;
    line-height: 1.5;
    opacity: 0.85;
}

.treats-card__content p {
    margin: 0;
}

/* TD-PREVENTION-STEPS */
.td-steps-container {
    width: 100%;
}

.td-steps__header {
    text-align: center;
    margin: 0 auto 48px auto;
}

.td-steps__subheading {
    font-size: 13px;
    letter-spacing: 1.32px;
    text-transform: uppercase;
    margin: 0 0 16px 0;
    font-weight: 400;
    font-family: 'DMMono';
}

.td-steps__title {
    margin: 0 0 16px 0;
    line-height: 1.25;
}

.td-steps__title em,
.td-steps__title i {
    font-style: italic;
}

.td-steps__description {
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}

.td-steps__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px 48px;
}

.td-steps__item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.td-steps__badge {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-family: 'DMMono';
    font-weight: 400;
    line-height: 1;
}

.td-steps__content {
    flex-grow: 1;
}

.td-steps__item-title {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 8px 0;
    line-height: 1.3;
}

.td-steps__item-text {
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}

@media screen and (min-width: 768px) {
    .td-steps__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* TD-NAVIGATION */
.td-navigation {
    width: 100%;
}

.td-navigation__container {
    display: flex;
    align-items: center;
    overflow-x: auto;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE/Edge */
}

.td-navigation__container::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
}

.td-navigation__list {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.td-navigation__item {
    display: inline-block;
}

.td-navigation__link {
    text-decoration: none;
    transition: color 0.3s ease;
}

.navigation__link--active-container{
    padding-inline: 20px;
}

@media screen and (min-width: 1440px){
    .td-navigation .hero__wrapper{
        padding-inline: 0 !important;
    }
}

/* TD-BREADCRUMBS */
@media screen and (min-width: 1440px){
    .td-breadcrumbs .breadcrumbs{
        padding-inline: 0;
    }
}

.td-breadcrumbs .breadcrumbs__item:not(:last-child)::after{
    content: '>';
}

.td-breadcrumbs .breadcrumbs__item:not(:last-child){
    color: #6B6560;
    text-transform: uppercase;
}

.td-breadcrumbs .breadcrumbs__item{
    font-family: 'DMMono';
    font-size: 11px;
    letter-spacing: 0.88px;
}

/* TD-PRODUCT */
.td-product collapsible-section.wt-collapse{
    border-top: 1px solid #D0CBC4;
}

.td-product collapsible-section.wt-collapse:last-child{
    border-bottom: 1px solid #D0CBC4;
}

.td-product collapsible-section .metafield-rich_text_field{
    color: #6B6560;
}

.td-product .wt-collapse__trigger .wt-icon{
    border: 1px solid #D0CBC4;
    padding: 5px;
}

.td-product .wt-product__add-to-cart_form--wrapper{
    flex-wrap: wrap;
}

.td-product .wt-product__add-to-cart .counter-wrapper {
    width: 100%;
    max-width: 262px;
    background: transparent;
    border: 1px solid #D0CBC4;
}

.wt-product__option__body--tiles input:checked ~ .f-button__list__link{
    background: #151515;
    color: #fff;
}

.td-product {
    max-width: var(--site-max-width) !important;
    margin: auto;
}

.td-product .td-quantity-label{
    width: 100%;
    color: #6B6560;
    font-family: 'DMMono';
    font-size: 11px;
    letter-spacing: 1.1px;
}

.td-product .wt-product__add-to-cart_form .js-add-to-cart:hover{
    background-color: #2E8B57;
}

@media screen and (min-width: 600px){
    .td-product .wt-product__add-to-cart_form--wrapper .js-add-to-cart,
    .td-product .wt-product__add-to-cart_form form:has(quantity-counter) .counter{
        width: 100%;
    }

    .td-product .wt-product .wt-collapse__trigger__title{
        font-size: 20px;
    }
}

@media screen and (min-width: 1200px){
    [desktop-layout="fashion"].td-product .wt-product__info{
        max-width: unset;
        padding-left: 80px;
    }
}