/** Shopify CDN: Minification failed

Line 129:11 Expected ":"

**/
/* ============================================================
   TOKENS & RESET
   ============================================================ */

:root {
    --background: #fff !important;
    --radius: 0.75rem;
    --color-gray-block: #F3F3F3;
    --color-beige: #F8F4F0;
    --color-beige-dark: #b8a090;
    --color-beige-x-dark: #6b4e40;
    --inline-container-small: 6.5rem;
    --max-width-sm: 40rem;
    --max-width-m: 50rem;
}

#main {
    background-color: #fff;
}

.container {
    margin: 0 auto;
    max-width: 87.5rem;
}

section,
footer {
    margin-left: auto;
    margin-right: auto;

    .color-scheme--scheme-1 {
        background: #fff !important;
    }
}

.shopify-section .container,
section .container,
footer .container{
    padding-inline: 3rem;
}


/* ============================================================
   TYPOGRAPHY
   ============================================================ */

h3,
p.h3 {
    font-size: 1.5rem;
}
.section-header.justify-self-center {
    margin-left:auto;
    margin-right:auto;
}
.section-header,
.shopify-section--featured-collections .v-stack {
    gap: 0;
    max-width: var(--max-width-sm);
    margin-bottom: 2rem;

    .h6:not(.product-title) {
        text-transform: uppercase;
        font-size: 1rem;
        font-weight: 500;
    }

    div > p {
        font-size: 1rem;
    }

    .h2 {
        margin: 0;
        font-weight: 600;
        font-size: 2.25rem;
        line-height: 1.25;

        & + p,
        & + .section-description,
        & + div > p {
            font-size: 1rem;
            margin: 0.5rem 0 0 0;
        }
    }

    div:has(p) {
        margin-top: 0.5rem;
    }
}

.section-header.block-wrapper {
    margin: 0;
}


/* ============================================================
   LAYOUT UTILITIES
   ============================================================ */

.pura-spacing-top {
    margin-top: 5rem;
}

.pura-spacing-bottom {
    margin-bottom: 5rem;
}

.pura-small-container {
    padding-inline: var(--inline-container-small);
}


/* ============================================================
   BUTTONS
   ============================================================ */

section {
    .button {
        text-transform: none;
        font-weight: 500;
        width: 100%;
        margin-top: 0.5rem;
        font-size: 1rem;
        letter-spacing: 0;
        fon
    }
}


/* ============================================================
   BADGES
   ============================================================ */

.badge--on-sale {
    background: var(--color-beige-x-dark);
    border-radius: 0.25rem;
}

.rating-badge {
    svg {
        width: 1rem;
        height: 1rem;

        path {
            fill: #E87F14;
        }
    }

    span.text-xxs {
        font-size: 0.875rem;
        font-weight: 700;
    }
}


/* ============================================================
   ICONS
   ============================================================ */

.pura-icon {
    width: 1.5rem;
    height: 1.5rem;
    display: block;
    background-size: contain;
}

.pura-icon--with-bg {
    background-color: var(--color-beige-dark);
    background-size: 1rem;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 1.5rem;
}

.pura-icon-checkmark {
    background-image: url('icon-lucid-check.svg');
}

.pura-icon-x {
    background-image: url('icon-lucid-x.svg');
}

.pura-icon-verified {
    background-image: url('icon-lucid-white-bold-verified.svg');
    width: 1rem;
    height: 1rem;
    background-size: 0.75rem;
}


/* ============================================================
   LISTS
   ============================================================ */

ul.pretty-small-list {
    text-align: left;
    list-style-type: none;
    margin: 0.5rem 0;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;

    li {
        font-size: 0.875rem;
        line-height: 1rem;
        position: relative;
        padding-left: 1.25rem;
        font-weight: 500;

        &::before {
            content: "";
            width: 0.75rem;
            height: 0.75rem;
            display: block;
            border-radius: 1.25rem;
            background-image: url('icon-lucid-white-bold-check.svg');
            background-color: var(--color-beige-dark);
            background-size: 0.5rem;
            background-repeat: no-repeat;
            background-position: center;
            position: absolute;
            top: 0.125rem;
            left: 0;
        }
    }
}

.pura-fancy-list {
    ul {
        list-style-type: none;
        margin-left: 0;
        li {
            position: relative;
            padding-left: 1.75rem;
            font-size: 1rem;

            ::before {
                content: "";
                width: 1.125rem;
                height: 1.125rem;
                display: block;
                border-radius: 1.125rem;
                background-image: url('icon-lucid-white-bold-check.svg');
                background-color: var(--color-beige-dark);
                background-size: 0.75rem;
                background-repeat: no-repeat;
                background-position: center;
                position: absolute;
                left: 0;
                top: 0.25rem;
            }

            strong {
                font-weight: 600;
            }
        }
    }
}


/* ============================================================
   HEADER & NAV
   ============================================================ */

.header__primary-nav-item a {
    font-size: 1rem;
    line-height: 1.2;
}

.announcement-bar {
    .container {
        width: 100%;
    }
}

.announcement-bar-inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    gap: 1rem;
    p{
        font-size: 0.875rem;
    }
    .announcement-left {
        text-align: left;
    }
    .announcement-right {
        text-align: right;
    }
}

.benefits-bar {
    background-color: #000;
}

.benefits-bar__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    padding: 0.25rem 0;

    .benefits-bar__item {
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }

    .benefits-bar__icon {
        display: block;
        width: 1rem;
        svg {
            width: 1rem;
            height: 1rem;
        }
    }
}

.product-sticky-bar{
    background-color: #fff;
}

/* ============================================================
   LOGO LIST
   ============================================================ */


.shopify-section .logo-list-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    h2 {
        text-wrap: nowrap;
        font-size: 1rem;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-weight: 500;
        padding: 1rem;
    }
    .logo-list {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        gap: 2rem;
        .logo-list__item{
            width: 9rem;
        }        
    }
}


/* ============================================================
   PRODUCT CARD
   ============================================================ */

price-list sale-price.text-on-sale {
    color: rgb(var(--text-color));
}

.product-card {
    gap: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.product-card__media {
    img {
        border-radius: 0.75rem 0.75rem 0 0;
    }    
}

.product-card .product-card__info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
    padding: 0.5rem;
    height: 100%;
    border-color: var(--color-beige);
    border-width: 0 1px 1px 1px;
    border-radius: 0 0 0.75rem 0.75rem;

    .rating-badge {
        margin-bottom: 0.25rem;
    }

    .v-stack {
        margin: 0 !important;
    }

    .product-title {
        font-weight: 600;
        color: #000;
        text-align: left;
        font-size: 1rem;
    }

    .button {
        margin-top: auto;
    }

    price-list.price-list {
        justify-content: start;
        align-items: center;
        margin-bottom: 1rem;

        sale-price {
            font-weight: 600 !important;
            color: #000;
        }

        compare-at-price.h6 {
            font-size: 0.875rem;
        }
    }
}


/* ============================================================
   FEATURED COLLECTIONS
   ============================================================ */

.shopify-section--featured-collections {
    .v-stack {
        gap: 0;
    }

    .section-stack {
        gap: 0;
    }
}


/* ============================================================
   IMAGE WITH TEXT
   ============================================================ */

section.shopify-section--image-with-text,
section.shopify-section--pura-image-with-text {
    .image-with-text {
        .h2 {
            margin-bottom: 1rem;
        }

        &.image-with-text--reverse .prose {
            padding-left: 0;
            margin-top: 0;
            margin-bottom: 0;
        }

        &:not(.image-with-text--reverse) .prose {
            padding-right: 0;
        }

        img {
            border-radius: 2rem;
        }
    }
}

.image-with-text--pura-meta {
    .section-header {
        margin-bottom: 0;
    }
}


/* ============================================================
   HOME BANNER
   ============================================================ */

.shopify-section--image-with-text {
    .pura-home-banner {
        background: var(--color-beige) !important;

        img {
            border-radius: 0 !important;
        }
        .prose {
            padding-top: 2rem;
            padding-bottom: 2rem;
        }
        .prose > .h6 {
            text-transform: uppercase;
            font-size: 1rem;
            font-weight: 500;
        }

        .prose > div {
            margin: 0;
        }

        h1 {
            font-size: 3rem;
            line-height: 1.25;
            margin: 0 0 1rem 0 !important;
            font-weight: 500;
        }

        div > p {
            font-size: 1rem;
            line-height: 1.25;
        }

        .prose > div:has(ul) {
            margin-top: 1.5rem;
        }

        .button {
            float: left;
            width: auto;
            margin-right: 1rem;
        }
    }
}


/* ============================================================
   MULTI COLUMN
   ============================================================ */
.multi-column__item {
    display: flex;
    flex-direction: column;
}
.pura-multicol-cards {
    .multi-column__item {
        gap: 0;

        > a > img {
            border-radius: var(--radius);
        }

        > .prose a {
            background: #000;
            text-decoration: none;
            font-size: 1rem;
            padding: 1rem;
            border-radius: var(--radius);
            display: block;
            color: #fff;
            width: calc(100% - 1.5rem);
            margin-left: 0.75rem;
            transform: translateY(-50%);
        }
    }
}

.shop-by-goal {
    .section-header {
        margin: 0;

        .prose {
            margin: 0;
        }
    }

    .h6 {
        text-wrap: nowrap;
    }

    .section-stack {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    multi-column {
        gap: 0.75rem;
        display: flex;
        align-items: center;
    }

    .multi-column__item a {
        background: none;
        border: 2px solid rgb(var(--text-color));
        padding: 0.5rem 1.25rem;
        line-height: 1;
        font-weight: 500;
        border-radius: var(--radius);
    }
}

.pura-lab-crafted {
    .multi-column__item {
        gap: 0.5rem;
        padding-bottom: 0.75rem;

        p.h3 {
            font-weight: 500;
            border-bottom: 1px solid var(--color-beige);
            padding-bottom: 0.5rem;
            margin-bottom: 0.5rem;
        }

        p:not(.h3) {
            margin: 0;
            font-size: 1rem;
        }
    }

    img {
        border-radius: var(--radius);
    }
}

.pura-money-back {
    .multi-column__item {
        gap: 0;

        .prose.text-center {
            p {
                margin: 1rem 0 0 0;
            }

            a {
                margin: 1rem 0 0 0;
                font-size: 1rem;
                width: auto;
                border-color: #fff;
            }

            .h3 + p {
                font-size: 1rem;
                opacity: 0.8;

                & + p {
                    font-size: 1rem;
                }
            }
        }
    }
}


/* ============================================================
   BLOCKS & WRAPPERS
   ============================================================ */

.block-wrapper.pura-gray-wrapper-block {
    padding: 2rem;
    border-radius: var(--radius);
    background-color: var(--color-beige);
    margin-top: 2rem;

    div:nth-child(2) {
        margin-top: 0.5rem;
    }

    p {
        font-size: 1rem;
    }
}


/* ============================================================
   RICH TEXT SECTIONS
   ============================================================ */

body section.shopify-section--rich-text .pura-skincare-lovers {
    .prose {
        display: flex;
        align-items: center;
        border-radius: 0.75rem;
        overflow: hidden;
        padding: 2rem;
        background: black !important;
        div {
            margin: 0;

            &:has(p) {
                padding: 3rem;
                font-size: 2.25rem;
                text-align: left;
                color: #fff;
                line-height: 1.2;
            }
        }
    }

    img {
        min-width: 18.75rem;
        height: 18.75rem;
        object-fit: cover;
        border-radius: var(--radius);
    }
}

.pura-ingredient-block{
    img {
        aspect-ratio: 1 / 1;
        border-radius: 0.75rem 0.75rem 0 0;
    }
    h3{
        font-weight: 600;
        color: #000;
        text-align: left;
        font-size: 1rem;
        margin: 0;
    }
    .pura-ingredient-block__description{
        font-size: 0.75rem;
    }
}

.pura-ingredient-block__content{
    display: flex;
    flex-direction: column;
    padding: 0.5rem;
    border-color: var(--color-beige);
    border-width: 0 1px 1px 1px;
    border-radius: 0 0 0.75rem 0.75rem;
}

.pura-ingredient-block__subtitle{
    font-size:  0.75rem;
}


/* ============================================================
   MISSION SECTION
   ============================================================ */

section .pura-mission {
    background-color: var(--color-beige) !important;

    .section-stack {
        gap: 0;
        max-width: var(--max-width-m);
        margin: 0 auto;
    }

    .multi-column__item {
        gap: 0.75rem;
        padding-left: 1rem;
        border-left: 1px solid var(--color-beige-dark);

        p:not(.h3) {
            margin: 0;
            font-size: 1rem;
        }
    }

    .section-header {
        width: 100%;
        max-width: none;

        .prose {
            background-color: var(--color-beige);
            border-radius: var(--radius);
            text-align: center;
        }
    }
}


/* ============================================================
   RATING BLOCKS
   ============================================================ */
.pura-rating-block {
    display: flex;
    flex-direction: column;
    height: 100%;
    .pura-rating-block__content{
        flex-grow: 1;
    }
}
.pura-rating-block > img {
    border-radius: 0.75rem 0.75rem 0 0;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.pura-rating-block__badge {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    font-weight: 500;
}

.pura-rating-block__content {
    padding: 0.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    border-color: var(--color-beige);
    border-width: 0 1px 1px 1px;
    border-radius: 0 0 0.75rem 0.75rem;
}

.pura-rating-block__comment {
    text-align: center;
    font-size: 0.875rem; 
    + div {
        margin-top: auto;
    }
}

.pura-rating-name {
    font-weight: 700;
}

.product-info__block-item {
    .pura-rating-block {
        border-radius: 0.75rem;
        border: 1px solid var(--color-beige);
        margin: 1rem 0;
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 1rem;
        img {
            width: 6rem;
            border-radius: 6rem;
        }
        .pura-rating-block__content{
            border: none;
        }
    }
    .pura-rating-block__content {
        align-items: flex-start;
        .pura-rating-block__comment{
            text-align:left;
        }
    }
    .pura-badges {
        margin: 1rem 0;
    }
}


/* ============================================================
   ACCORDION
   ============================================================ */

.accordion__toggle {
    &.text-lg {
        padding: 0.75rem 0;
    }

    .text-with-icon {
        font-weight: 700;
        font-size: 1rem;
    }
}


/* ============================================================
   FAQ
   ============================================================ */

.shopify-section--faq .section-stack {
    gap: 0;
}

.faq__content {
    flex-basis: var(--max-width-sm);
}

.pura-faqs {
    margin-top: 2rem;
}


/* ============================================================
   PRODUCT PAGE
   ============================================================ */

.product {
    gap: 3rem;

    h1 {
        margin: 0 0 0.5rem 0;
        line-height: 1.2;
    }

    .product-description {
        ul {
            list-style-type: none;

            li {
                position: relative;
                padding-left: 1.75rem;
                font-size: 1rem;

                ::before {
                    content: "";
                    width: 1.125rem;
                    height: 1.125rem;
                    display: block;
                    border-radius: 1.125rem;
                    background-image: url('icon-lucid-white-bold-check.svg');
                    background-color: var(--color-beige-dark);
                    background-size: 0.75rem;
                    background-repeat: no-repeat;
                    background-position: center;
                    position: absolute;
                    left: 0;
                    top: 0.25rem;
                }

                strong {
                    font-weight: 600;
                }
            }
        }
    }

    .product-gallery__image-list {
        border-radius: var(--radius);
    }

    product-gallery {
        gap: 0.5rem;
    }

    .product-info {
        .product-info__block-list .product-info__block-item {
            margin: 0;
        }

        .product-sub-title {
            text-transform: uppercase;
            font-size: 1rem;
            font-weight: 500;
        }

        .product-bold-description {
            font-size: 1.125rem;
            font-weight: 700;
            margin: 0 0 0.5rem 0;
        }

        .product-description {
            font-size: 1rem;
            margin: 0 0 1rem 0;
        }

        .pura-fancy-list {
            margin: 0 0 1rem 0;

            ul {
                margin: 0;

                li {
                    font-size: 0.875rem;

                    strong {
                        font-size: 1rem;
                        font-weight: 600 !important;

                        ::before {
                            top: 0.375rem;
                        }
                    }
                }
            }
        }

        [data-block-type="rating"].product-info__block-item {
            margin: 0 0 0.75rem 0;
        }

        price-list {
            * {
                color: rgb(var(--text-color));
            }

            compare-at-price {
                color: var(--color-beige-dark);
            }
        }

        variant-picker {
            margin: 0 0 1rem 0;
        }

        .pura-product-add-to-cart {
            display: flex;
            align-items: center;
            gap: 1rem;

            .quantity-selector {
                border-radius: var(--radius);
                border: 2px solid var(--color-gray-block);
            }

            [data-block-type="buy-buttons"] {
                width: calc(100% - 9.5rem);
            }

            .button {
                margin-top: 0;
            }
        }

        .accordion__toggle {
            padding-top: 0.625rem;
            padding-bottom: 0.625rem;
        }
    }
}


/* ============================================================
   VIDEO
   ============================================================ */

video-media {
    border-radius: var(--radius) var(--radius) 0 0;
    overflow: hidden;
    aspect-ratio: 9 / 16;
}

video-media::part(pause-button) {
    display: none;
    z-index: 1;
    will-change: scale;
    transition: scale 0.2s ease-in-out, opacity 0.2s ease-in-out;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
}

video-media[loaded][playing]:hover::part(pause-button) {
    display: block;
}

video-media[loaded]:not([playing])::part(play-button) {
    opacity: 1;
    pointer-events: auto;
}


/* ============================================================
   ANIMATIONS
   ============================================================ */

[reveal-on-scroll="true"] {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

[reveal-on-scroll="true"].is-visible {
    opacity: 1;
    transform: translateY(0);
}


/* ============================================================
   FOOTER
   ============================================================ */

.footer__block-list {
    display: block;
}

.pura-footer-community {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    gap: 5rem;
    border-bottom: 1px solid var(--color-beige-x-dark);
    margin-bottom: 3rem;
    padding-bottom: 3em;
}

.pura-footer-menus {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 2rem;
    width: 100%;
    justify-content: space-between;

    * {
        max-width: none;
    }
}

.pura-footer-follow-us {
    .footer__block--pura_badges {
        margin-top: 2rem;
    }
}

.pura-badges {
    display: flex;
    gap: 1rem;

    .badge-item {
        width: 5rem;
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
        align-items: center;
        border: 1px solid rgba(var(--border-color));
        padding: 1rem;
        border-radius: var(--radius);
        word-spacing: 100vw;
        opacity: 0.65;
        background-color: #FBF9F7;

        p {
            font-size: 0.75rem;
            line-height: 1.2;
            text-align: center;
        }
    }
}

.payment-methods {
    gap: 0.5rem;
    margin-left: auto;
}

footer {
    .footer__aside {
        display: flex !important;
        align-items: center;
        justify-content: flex-start;
    }

    .footer__aside-nav {
        line-height: 1rem;
    }

    .pura-footer-menus .footer__block .v-stack .h6 {
        margin-bottom: 0.5rem;
    }

    .footer {
        padding-bottom: 0.75rem;
        background-color: var(--color-beige);

        .footer__inner .v-stack {
            gap: 0;
        }
    }

    .footer__block-list {
        .footer__block--social_links .social-media {
            margin-top: 1rem;
        }

        .footer__block--image img + p {
            margin-top: 1rem;
        }

        .footer__block--newsletter {
            max-width: none;

            form {
                margin-top: 0.25rem;
                display: flex;

                input[name="contact[email]"] {
                    border-radius: var(--radius) 0 0 var(--radius);
                    padding-top: 0.615rem;
                    padding-bottom: 0.615rem;
                }

                button.button {
                    border-radius: 0 var(--radius) var(--radius) 0;
                }
            }

            strong {
                color: #000;
                font-weight: 500;
            }

            > .v-stack {
                margin-bottom: 0;
            }

            h3 + p {
                margin: 0.5rem 0 1rem 0;
            }
        }

        .footer-block--text {
            width: 50%;
            max-width: 34rem;
        }

        h3 {
            color: rgb(var(--text-color));
        }

        form .form-control {
            width: 100%;
            display: block;

            input {
                background-color: #FBF9F7;
            }
        }
    }
}
@media screen and (max-width: 1400px){
    .pura-home-banner {
        .container {
            padding-right: 0;
        }
        .image-with-text{
            grid-template-columns: calc(50% - 1.5rem) calc(50% + 1.5rem);
        }
    }
}
@media screen and (max-width: 1340px){
    .shopify-section--image-with-text .pura-home-banner h1 {
        font-size: 2rem;
    }

    .logo-list-wrapper{
        flex-direction: column;
    }
    .shopify-section .logo-list-wrapper{
        padding-top: 1rem;
        padding-bottom: 1rem;
        h2 {
            padding: 0.5rem;
        }
        .logo-list {
            justify-content: center;
            .logo-list__item {
                padding: 0.5rem;
            }
        }
        .logo-list__item {
            width: 8rem;
        }
    }
}
@media screen and (max-width: 1000px){
    .benefits-bar-section {
        display: none !important
    }
    .shopify-section--image-with-text .pura-home-banner .button {
        width: 100%;
        margin: 1rem 0 0 0;
    }
    .shopify-section .pura-lab-crafted {
        .multi-column {
            grid-template-columns: 1fr 1fr 1fr;
        }
    }
}

@media screen and (max-width: 768px){
    .pura-home-banner {
        .container {
            padding-inline: 1.5rem;
        }
        picture {
            display: none;
        }
        .image-with-text{
            grid-template-columns: 1fr;
            .prose {
                padding-right: 0;
                text-align:left;
                width: 100%;
                div:has(ul){
                    margin-bottom: 1.5rem;
                }
            }
            
        }
    }
    .shopify-section .container, section .container, footer .container, .announcement-bar .container{
        padding-inline: 1.5rem !important;
    }

    .pura-fancy-list {
        text-align: left;
    }
    .image-with-text{
        gap: 2rem;
    }
    .pura-comparison-block-wrapper {
        overflow: auto;
        margin-inline: -1.5rem;
        width: calc(100% + 3rem);
        .pura-comparison-block-row{
            grid-template-columns: 1fr 1fr 1fr;
        }
        .pura-comparison-block-row__label {
            padding: 0.5rem;
        }
        .pura-comparison-block-row > div{
            padding: 0.5rem;
        }
    }
    .pura-comparison-block{
        min-width: 40rem;
    }
    body section.shopify-section--rich-text .pura-skincare-lovers {
        .prose {
            flex-direction: column;
            div + div:has(p){
                padding:1rem 0 0 0;
            }
        }
    }
    .pura-footer-community {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    .pura-footer-menus{
        grid-template-columns: 1fr 1fr;
    }
    section.shopify-section--image-with-text .image-with-text.image-with-text--reverse .prose {
        padding-right: 0;
    }
}

@media screen and (max-width: 699px){
    
    .shopify-section--multi-column .pura-money-back{
        .multi-column{
            grid-template-columns: 1fr;
        }
    }
    .shopify-section .pura-lab-crafted {
        .multi-column {
            grid-template-columns: 1fr;
            .multi-column__item {
                display:grid;
                grid-template-columns: 6rem auto;
                gap: 1rem;
                img {
                    width: 6rem;
                    min-width: 6rem;
                    aspect-ratio: 1 / 1;
                }
                .prose {
                    .h3 {
                        padding-bottom: 0;
                        margin: 0;
                        border: none;
                    }
                }
            }
        }
    }
      .pura-spacing-top {
        margin-top: 3rem;
    }

    .pura-spacing-bottom {
        margin-bottom: 3rem;
    }
    body section.shopify-section--rich-text .pura-skincare-lovers .prose div:has(p){
        font-size: 1.5rem;
    }
    .section-header, .shopify-section--featured-collections .v-stack {
        .h2 {
            font-size: 1.5rem;
        }
    }
    .pura-lab-crafted .multi-column__item p.h3, p.h3, h3 {
        font-size: 1.25rem;
    }
}
@media screen and (max-width: 480px){
    .shopify-section .logo-list-wrapper .logo-list .logo-list__item {
        width: auto;
    }
    .pura-spacing-top {
        margin-top: 2rem;
    }

    .pura-spacing-bottom {
        margin-bottom: 2rem;
    }
    .announcement-bar-inner {
        grid-template-columns: 1fr;
        gap: 0.25rem;
        p{
            font-size: 0.875rem;
        }
        .announcement-left {
            text-align: center;
        }
        .announcement-right {
            text-align: center;
        }
    }
}
@media screen and (max-width: 380px){
    .shopify-section .pura-lab-crafted {
        .multi-column {
            .multi-column__item {
                p:not(.h3){
                    font-size: 0.875rem;
                }
            }
        }
    }
}