/** Shopify CDN: Minification failed

Line 468:10 Expected identifier but found whitespace
Line 468:11 Unexpected "26px"

**/
html {
    overflow-x: hidden;
    /* font-size: 16px; */
    scroll-behavior: smooth;
    min-height: 100% !important;
    height: auto !important;

}

body {
    min-height: 100vh !important;
    display: flex;
    flex-direction: column;
}

body {
    letter-spacing: 0;


    font-weight: 400;
    overflow-x: hidden;
}

p {}


.header__nav-dropdown .image-btn-block img,
.media.card-product__media,
.card-product__sizes-btn,
.image-text-half .image-block img,
.home-collections .collection-card .media img,
.home-collections .media--overlay,
.text-video-section .video-block img,
.text-with-image-signature .image-block img,
.collabs-page__images img,
.our-patches-list-section .image-block img,
.card.header__card .media.card__media {
    border-radius: 30px !important;
}

.header__logo img,
.banner-image img,
div[class$="banner"] img,
.newsletter-popup__wrapper img {
    border-radius: 0 !important;
}

.nav.nav-tabs img {
    border-radius: 50% !important;
}

.template--index .header,
.template--why-patches .header {
    background-color: transparent !important;
}

/* .template--index .header__logo img,
.template--why-patches .header__logo img {
    -webkit-filter: grayscale(1) invert(1);
    filter: grayscale(1) invert(1);
} */

.template--index #header,
.template--why-patches #header {
    color: #fff !important;
}

.ims-container .ims-images-wrapper .ims-image img,
.ims-container .ims-images-wrapper .ims-image .media--overlay,
.section-full-width-banner img,
.section-full-width-banner .media--overlay {
    border-radius: 0 !important;
}

.ingredientGlossary .ingredientItem img,
.ingredient-benefits .card-collection__media img {
    border-radius: 50% !important;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;


    font-weight: 700;

}




p {
    margin: 0 0 20px 0;
}

.container {
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
    margin-right: auto;
    margin-left: auto;
    max-width: var(--page-width);
}

/*@media (min-width: 990px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1350px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1450px;
  }
}
@media (min-width: 1800px) {
  .container {
    max-width: 1650px;
  }
}*/
.d-none {
    display: none !important;
}

.for-mobile {
    display: none !important;
}

/* Announcment Bar */
body .js-announcement-bar .banner-link {
    display: block;
    width: 100%;
}

body .js-announcement-bar .bar__text-content p {
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    letter-spacing: 0;
    color: #fff;
}


body .js-announcement-bar {
    border-bottom: 1px solid #000;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #dfcbbe;
}

/* Header */
.header {
    /*border-bottom: 1px solid #000;*/
}

.header .header__nav .header__nav-items li a {
    text-transform: uppercase;
    font-size: 15px;
    line-height: 24px;
    padding: 0;
    top: auto;
    font-weight: 400;
    /**/

}

.header .header__nav .header__nav-items li {
    padding: 0;
    display: flex;
}


.header__nav-dropdown.hasNoChildLinks ul {
    display: block;
}

.header__nav-dropdown.hasNoChildLinks ul li {
    margin-left: 0px !important;
    margin-bottom: 20px;
}

.header__nav-dropdown.hasNoChildLinks ul li a {
    font-weight: 400 !important;
    text-transform: capitalize !important;
}

.header__nav-dropdown.hasNoChildLinks ul .card.header__card {
    display: none;
}

body .header__nav-dropdown {
    padding-left: 0;
    padding-right: 0;
}

body .header__nav-dropdown .header__nav-links.header__nav-grid--5 li.has-dropdown {
    margin: 0;
}

body .header__nav-dropdown .header__nav-links .header__nav-links-item .header__nav-dropdown-link {
    font-weight: 700;
    letter-spacing: 0;
}

body .header__nav-dropdown .header__nav-links .header__nav-links-item {
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
}

body .header__nav-dropdown .header__nav-links .header__nav-links-item .header__nav-sublinks {
    width: 100%;
    margin-top: 10px;
}

body .header__nav-dropdown .header__nav-links .header__nav-links-item .header__nav-sublinks .header__nav-sublinks-item a {
    font-weight: 400;
    text-transform: none;
}

body .header__nav-dropdown .header__nav-links .header__nav-links-item .header__nav-sublinks .header__nav-sublinks-item {
    margin: 0;
}

body .header__nav-dropdown .header__nav-links .header__nav-links-item .header__nav-sublinks .header__nav-sublinks-item:not(:last-child) {
    margin-bottom: 10px;
}

body .header__nav-dropdown .header__nav-links.header__nav-grid--5 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1.6fr;
    gap: 15px;
}

.header .header__utils .header__utils-item a i {
    font-size: 14px;
    font-weight: 600;
}

.header__nav-dropdown .header__nav-links:before {
    content: "";
    height: 100%;
    background-color: #fff;
    position: absolute;
    right: 100%;
    width: 200%;
    top: 0;
}

.header__nav-dropdown .header__nav-links:after {
    content: "";
    height: 100%;
    background-color: #fff;
    position: absolute;
    left: 100%;
    width: 200%;
    top: 0;
}

body .header__nav-dropdown .header__nav-links.header__nav-grid--5 .header__card .media {
    padding-bottom: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.header .header__nav .header__card a.btn,
.header .header__nav .header__nav-items li.main-li-Learn .header__nav-dropdown .image-btn-block .btn {
    position: absolute;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: 50px;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.header .header__inner .header__utils .for-desktop input#search-desktop {
    padding-top: 5px;
    padding-bottom: 5px;
    background-position: center;
    padding-right: 25px;
    font-size: 14px;
    line-height: 16px;
    border-bottom: 1px solid #000;
    text-transform: none;
}

.header .header__inner .header__utils .for-desktop .search__button {
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    right: -20px;
    color: #ffffff;
}

.header .header__inner .header__utils .for-desktop {
    margin-right: 30px;
}

.header .header__inner .header__utils .for-desktop .search__message,
.header .header__inner .header__utils .for-desktop .search__body {
    display: none !important;
}

.header .header__inner .header__utils .for-desktop svg {
    width: 20px;
    height: 20px;
}

.header .header__inner .header__utils .for-desktop input#search-desktop::-ms-input-placeholder {
    color: transparent;
    opacity: 1;
}

.header .header__inner .header__utils .for-desktop input#search-desktop::placeholder {
    color: transparent;
    opacity: 1;
}

.header .header__nav .header__nav-items li.main-li-Learn .header__nav-dropdown {
    display: flex;
    justify-content: space-between;
}

.header .header__nav .header__nav-items li.main-li-Learn .header__nav-dropdown .image-btn-block {
    width: 27.5%;
    position: relative;
    padding-bottom: 27.5%;
}

.header .header__nav .header__nav-items li.main-li-Learn .header__nav-dropdown .image-btn-block img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header .header__nav .header__nav-items li.main-li-Learn .header__nav-dropdown .header__nav-links {
    padding-left: 90px;
}

.header .header__nav .header__nav-items li.main-li-Shop .image-btn-block {
    display: none !important;
}

/* Hero Slider */


.hero-slider .slide-item {
    position: relative;
    padding-top: 0;
    height: calc(70vh - 35px) !important;
    background-color: rgba(0, 0, 0, 0.4);
}

@media only screen and (min-width: 768px) {
    .hero-slider .slide-item {
        position: relative;
        padding-top: 0;
        height: calc(100vh - 35px) !important;
    }
}

.hero-slider .slide-item .img-wrap,
.hero-slider .slide-item .video-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    mix-blend-mode: multiply;
}

.hero-slider .slide-item .img-wrap img,
.hero-slider .slide-item .video-wrap video,
.hero-slider .slide-item .video-wrap iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0px !important;
}

.hero-slider .slide-item .slide-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hero-slider .slick-dots {
    display: flex;
    justify-content: center;
    gap: 30px;
    position: absolute;
    width: 100%;
    bottom: 30px;
    left: 0;
}

.hero-slider .slick-dots li button {
    font-size: 0;
    padding: 0;
    background-color: transparent;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    cursor: pointer;
}

.hero-slider .slick-dots li.slick-active button {
    background-color: #ffffff;
}

.hero-slider .slick-dots li {
    display: flex;
}

.hero-slider .content-block {
    /*max-width: 500px;*/
    margin-left: auto;
    text-align: center;
}

/* .hero-slider .content-block h2 {
    font-size: 95px;
    line-height: 94px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    font-weight: 700;
} */

.hero-slider .content-block p {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 30px;
}

/* .hero-slider .slide-item .slide-content a.btn {
    /*padding: 10px 15px;*/
font-size: 26px;
line-height: 26px;
font-weight: 500;
/*min-width: 250px;*/
color: #DACABC;
}

*/ .hero-slider .container {
    display: flex;
    align-items: center;
    height: 100%;
}

.hero-slider .slide-item .video-wrap iframe {
    height: 180%;
    width: 180%;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

/* Our Features */
.our-features-section .features-wrapper {
    padding-top: 7px;
    padding-bottom: 7px;
}

.our-features-section .features-wrapper .feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.our-features-section .features-wrapper .feature-item img {
    max-width: 28px;
}

.our-features-section .features-wrapper .feature-item span {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 21px;
    font-weight: 400;
    white-space: nowrap;
}

/* Image Text Half */
.image-text-half {
    display: flex;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.why-subscribe {
    padding: 50px 0;
}


.image-text-half .image-block,
.image-text-half .text-block {
    width: 50%;
}

.image-text-half .image-block {
    position: relative;
}

.image-text-half .image-block img {
    /*position: absolute;
    top: 0;
    left: 0;*/
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border: 1px solid #BA967F;
}

.image-text-half .text-block {
    /* padding-top: 230px;
    padding-bottom: 170px; */
    /*background-color: #f9f0eb;*/
    padding-left: calc((100% - 1620px) / 2);

}

.image-text-half .text-block h2,
.why-subscribe h2 {
    font-size: 35px;
    line-height: 37px;
    color: #000;
    font-weight: 700;
}

.image-text-half .text-block h2 {
    font-size: 42px;
    line-height: 42px;
    font-weight: bold;
}

.image-text-half.position_left {
    flex-direction: row-reverse;
}

.image-text-half.position_right .text-block h2,
.image-text-half.position_right .text-block p,
.image-text-half.position_right .text-block ul {

    padding-right: 3rem;

}

.template--index .image-text-half.position_right .image-block {
    padding-right: 40px;
    max-width: calc(var(--page-width) * .5);
}

@media only screen and (max-width: 1200px) {
    .template--index .image-text-half.position_right .image-block {
        padding-right: 40px;
        padding-left: 40px;
    }

}

.why-subscribe h2 {
    margin-bottom: 30px;
}

.template--subscribe-and-save .collection .collection__inner {
    padding-top: 50px;
}

.image-text-half .text-block .btn {
    /*margin-top: 40px;*/
}



.why-subscribe-content h3 {
    font-size: 16px;
}

.why-subscribe-content {
    display: flex;
    gap: 2.5%;
    flex-wrap: wrap;
}

.why-subscribe-content .whySubscribeReason {
    width: 23%;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* .whySubscribeReason a.btn {
    min-width: 150px;
} */

/* All products slider */
.all-products-section .products-wrapper .card-product {
    padding: 15px;
}

.all-products-section .products-wrapper .card-product:hover a.card-product__media {
    transition: .2s;
    transform-style: preserve-3d;
    transform: rotateY(180deg);
}

.all-products-section .products-wrapper .card-product .card-product__media {
    border-radius: 30px !important;
    overflow: hidden;
    display: block;
    background-color: #f9f0eb;
    border: 2px solid #BA967F;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, .13);
}

.all-products-section .products-wrapper {
    padding-left: calc((100% - 1650px) / 2);
}

.all-products-section {
    padding-top: 90px;
    padding-bottom: 90px;
}

.all-products-section .section__head {
    text-align: center;
    margin-bottom: 50px;
}

.all-products-section .section__head .section__title {
    margin-bottom: 10px;

}

.all-products-section .slick-list {
    padding-right: 6%;
}

.all-products-section .products-wrapper .card-product .card-product__content {
    padding: 30px 0 0 0;
}

.all-products-section .products-wrapper .card-product .card-product__content .card-product__title {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
    text-align: center;
    font-weight: 500;
}

.all-products-section .products-wrapper .card-product .card-product__content span {
    text-transform: uppercase;
    display: block;
    text-align: center;
    font-size: 15px;
}

.all-products-section .products-wrapper .card-product .card-product__overlay-content {
    background-image: url(https://cdn.shopify.com/s/files/1/0829/9577/3735/files/Travel_well_Q_A_ombre_desktop.png?v=1695473052);
    background-size: cover;
    width: 100%;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    padding: 60px;

    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-in-out;
}

.all-products-section .products-wrapper .card-product:hover .card-product__overlay-content {
    opacity: 1;
    visibility: visible;
}

.all-products-section .products-wrapper .card-product .card-product__overlay-content h4 {
    width: 100%;
    text-align: center;

    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
}

.all-products-section .products-wrapper .card-product .card-product__overlay-content .metafield-rich_text_field {
    display: flex;
    flex-direction: column;
}

.all-products-section .products-wrapper .card-product .card-product__overlay-content ul {
    margin: 0 auto;
    padding: 0;
    max-width: 260px;
}

.all-products-section .products-wrapper .card-product .card-product__overlay-content ul li {

    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
}

.all-products-section .ap-arrows button svg,
.section__foot .ap-arrows button svg {
    width: 24px;
}

.all-products-section .ap-arrows button,
.section__foot .ap-arrows button {
    padding: 0;
    background-color: transparent;
    border: 0;
    cursor: pointer;
}

.all-products-section .section__foot .container {
    position: relative;
}

.all-products-section .section__foot .ap-arrows {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    z-index: 2;
    gap: 20px;
    display: flex;
}

.all-products-section .ap-arrows button.slick-disabled,
.section__foot .ap-arrows button.slick-disabled {
    opacity: 0.5;
}

.all-products-section a.button {
    /*border: 1px solid #000;*/

}

.all-products-section .section__head p {
    font-size: 18px;
    line-height: 28px;
    max-width: 672px;
    margin: 0 auto;
}

/* Press Section */
.press-section {
    background-color: #f9f0eb;

}




.text-video-section .content-block h2,
.text-with-image-signature .text-block h2 {
    font-size: 25px;
    font-weight: 700;
}

.press-section .press-wrapper {
    padding: 0 0 30px 0;
}

.press-section .press-wrapper .press-block img {
    max-height: 80px;
    margin: 0 auto;
    max-width: 180px
}

.press-section .slick-track {
    display: flex;
    align-items: center;
}

.press-section .press-wrapper .press-block {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}



.image-banner-with-text .banner-content .wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.press-section .press-wrapper .press-block p {

    font-size: 16px;
    line-height: 22px;
}

/* Collection List */
body .home-collections .container {
    display: block !important;
}

body.template--index .home-collections .section__title {
    text-align: center;
}




.home-collections .collection__wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 70px;
    margin-top: 60px;
}

.home-collections .collection-card .media {
    padding-bottom: 100%;
    background-color: rgba(0, 0, 0, .3);
}

/* .home-collections .collection-card .media img {
    border: 1px solid #BA967F;

} */



.home-collections .collection-card .card-collection-content {
    padding-top: 30px;
}


.home-collections .button-block {
    margin-top: 30px;
    text-align: center;
}



.home-collections .collection-card .media:hover img {
    /*transform: scale(1.1);*/
}

.home-collections .collection-card .media img {
    transition: all 0.2s ease-in-out;
}

/* Full Image Banner */
.image-banner-with-text .banner-content {
    padding-top: 135px;
    padding-bottom: 200px;
    position: relative;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.5);
}

.image-banner-with-text {
    position: relative;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.image-banner-with-text .banner-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.image-banner-with-text .banner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-banner-with-text .banner-content h2 {
    color: #fff;
    margin-bottom: 40px;
}

.image-banner-with-text .banner-content p {
    color: #fff;
    max-width: 870px;
    font-size: 20px;
    line-height: 32px;
    margin-top: 16px;
}


/* FAQs */
.faq-page-banner .banner-title {
    position: relative;
    z-index: 2;
    padding-top: 180px;
    padding-bottom: 180px;
}

.faq-page-banner .banner-title h1 {
    text-transform: uppercase;
}

.faq-page-banner {
    position: relative;
}

.faq-page-banner .banner-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.faq-page-banner .banner-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.faqs-wrapper .nav-tabs li a .image-block {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #f8f2ed;
    padding: 5px;
    border: 3px solid transparent;
}

.faqs-wrapper .nav-tabs li a .image-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.faqs-wrapper {
    background-color: #f8f2ed;
    padding-bottom: 95px;
}

.faqs-wrapper .nav-tabs li.active a .image-block {
    border: 3px solid #000;
}





.faqs-wrapper .tab-pane:not(.active) {
    display: none;
}

.faqs-wrapper .faq-block h4 {
    font-size: 26px;
    line-height: 38px;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 30px;
}

.faqs-wrapper .faq-item .title-block h6 {
    font-size: 16px;
    line-height: 28px;
    width: calc(100% - 21px);
    padding-right: 30px;
    font-weight: 400;
}

.faqs-wrapper .faq-item .title-block span.icon {
    width: 21px;
    height: 21px;
    position: relative;
    display: block;
}



.faqs-wrapper .faq-item .title-block span.icon:before,
.faqs-wrapper .faq-item .title-block span.icon:after {
    content: "";
    position: absolute;
    background-color: #000;
}

.faqs-wrapper .faq-item .title-block span.icon:before {
    width: 14px;
    height: 2px;
    top: 6px;
    left: 0;
}

.faqs-wrapper .faq-item .title-block span.icon:after {
    width: 2px;
    height: 14px;
    left: 6px;
    top: 0;
}

.faqs-wrapper .faq-item .title-block {
    display: flex;
    align-items: center;
    padding-top: 18px;
    padding-bottom: 18px;
    cursor: pointer;
}

.faqs-wrapper .faq-item {
    border-bottom: 1px solid #000;
}

.faqs-wrapper .faq-item .content-block {
    height: 0;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
}


.faqs-wrapper .faq-item.active .title-block span.icon:after {
    opacity: 0;
}



/* Product Detail Page */
.video-review-section {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.video-review-section .review-block,
.video-review-section .video-block {
    width: 50%;
}

.video-review-section .video-block .video {
    position: relative;
    padding-top: 110%;
    overflow: hidden;
}

.video-review-section .video-block .video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-review-section .review-block {
    background-color: #f9f0eb;
    padding-left: calc((100% - 1620px) / 2);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}

.video-block .video iframe {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: none;
}

.video-review-section .review-block .review-stars {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 5px;
    margin-bottom: 40px;
    width: 100%;
}

.video-review-section .review-block .review-stars svg {
    width: 52px;
    height: 52px;
}

.video-review-section .review-block p {
    font-size: 21px;
    line-height: 25px;
    color: #000;
    font-weight: 600;
    max-width: 600px;
}

.video-review-section .review-block p:last-child {
    margin-bottom: 0;
}

.product-faqs {
    padding: 100px 0 80px;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 1px solid #000;
}

.product-faqs .faqs-wrapper {
    background-color: transparent;
    padding-bottom: 0px;
}


.product-faqs .faqs-wrapper .faq-item .title-block h6 {
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
}

.image-with-accordions .wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
}

.image-with-accordions {
    padding-top: 80px;
    padding-bottom: 80px;
}

.image-with-accordions .content-block h4 {
    font-size: 21px;
    line-height: 25px;
    text-transform: uppercase;
    margin-bottom: 50px;
    font-weight: 500;
}

.image-with-accordions .accordion-item {
    border-bottom: 1px solid #000;
}

.image-with-accordions .accordion-item .title-block h6 {
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    width: calc(100% - 21px);
    padding-right: 30px;
    font-weight: 500;
}

.image-with-accordions .accordion-item .title-block h6 {
    width: calc(100% - 19px);
}

.image-with-accordions .accordion-item .title-block {
    display: flex;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    cursor: pointer;
}

.image-with-accordions .accordion-item .content-block {
    height: 0;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
}



.image-with-accordions .accordion-item .title-block .icon {
    width: 19px;
    height: 19px;
    position: relative;
    display: block;
}

.image-with-accordions .accordion-item .title-block .icon:before,
.image-with-accordions .accordion-item .title-block .icon:after {
    content: "";
    position: absolute;
    background-color: #000;
}

.image-with-accordions .accordion-item .title-block .icon:before {
    width: 14px;
    height: 2px;
    top: 6px;
    left: 0;
}

.image-with-accordions .accordion-item .title-block .icon:after {
    width: 2px;
    height: 14px;
    left: 6px;
    top: 0;
}

.image-with-accordions .accordion-item.active .title-block .icon:after {
    opacity: 0;
}

.product-icon-text {
    background-image: url(https://cdn.shopify.com/s/files/1/0829/9577/3735/files/travel_well_symbol_ombre_desktop.png?v=1695741840);
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 40px 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.product-icon-text .icon-text-block img {
    max-width: 50px;
}

.product-icon-text .icon-text-block {
    display: flex;
    gap: 60px;
    align-items: center;
}



/* Product Page */
.grid.product__grid.product__grid--has-media {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 45px 0 60px;
}

.grid.product__grid.product__grid--has-media .grid__item.product__grid__item.product__grid__item--media {
    width: 50%;
    display: grid;
    grid-template-columns: 1fr;

    @media (min-width: 768px) {
        grid-template-columns: 20% 80%;
        /* column-gap: 6rem; */
    }

}

.grid.product__grid.product__grid--has-media .grid__item.product__grid__item.product__grid__item--content {
    width: 40%;
}

.product .grid.product__grid--has-media .grid__item.product__grid__item--media .main-product-wrapper {
    order: 2;
}


.product .grid.product__grid--has-media .grid__item.product__grid__item--media .main-product-wrapper .item .image-block {
    position: relative;
    padding-top: 100%;
}

.product .grid.product__grid--has-media .grid__item.product__grid__item--media .main-product-wrapper .item .image-block img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product .thumbnails-wrapper .item .image-block {
    position: relative;
    padding-top: 100%;
}

.product .thumbnails-wrapper .item .image-block img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product .thumbnails-wrapper .item {
    padding-left: 4px;
    padding-right: 4px;
}

.product .thumbnails-wrapper .slick-list {
    margin-left: -4px;
    margin-right: -4px;
}



.product .thumbnails-wrapper .slick-arrow {
    border: 0;
    background-color: transparent;
    padding: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    z-index: 1;
    cursor: pointer;
}

.product .thumbnails-wrapper .slick-arrow.slick-prev {
    left: -24px;
}

.product .thumbnails-wrapper .slick-arrow.slick-next {
    right: -24px;
}

.product .thumbnails-wrapper {
    padding-top: 8px;
}

.product .product__content {
    padding: 0;
}



.product-info-tabs {
    margin-top: 20px;
}

.product-info-tabs .item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 25px;
}

.product-info-tabs .item img {
    width: 60px;
}

.product-info-tabs .item h6 {
    width: calc(100% - 60px);
    padding-left: 30px;

}

.product .nav.nav-tabs li {
    list-style: none;
}

.product .nav.nav-tabs,
.product .tab-content {
    list-style: none;
}

.product .nav.nav-tabs li {
    position: relative;
    display: block;
}

.product .tab-pane:not(.active) {
    display: none;
}

.product .nav.nav-tabs {
    margin: 0;
    display: flex;
    justify-content: space-between;
    padding: 0;
    border-bottom: 1px solid #000;
}

.product .nav.nav-tabs li a {
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    padding-top: 12px;
    padding-bottom: 12px;
    display: inline-block;
}

.product .nav.nav-tabs li.active a {
    font-weight: 700;
}

/* .product product-form form button[type="submit"] {
    background-color: #000;
    border: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 16px;
    height: 60px;
    cursor: pointer;
}

.product product-form form button[type="submit"]:hover {
    background-color: #fff;
    color: #000;
} */

.product product-form form {
    grid-template-columns: 10rem auto;
    margin-top: 25px;
}

.product product-form form .quantity__wrapper {
    border: 1px solid #000;
    height: 60px;
}

.product product-form form .quantity__wrapper input {
    height: 59px;
}

.product .product-description,
.product .product__description {
    border-top: 1px solid #000;
    padding-top: 25px;
    margin-top: 0;
    padding-bottom: 0;
}

.product .product-description p,
.product .product-description ul li,
.product .product__description p,
.product .product__description ul li {}

.product .product-description ul,
.product .product__description ul {
    padding-left: 20px;
}

.product-recommendation .swiper-wrapper.card-product-slider__wrapper {
    display: grid;
    grid-template-columns: repeat(4, 25%);
    transform: none;
    gap: 0;
}

.card-product a.media {
    background-color: #f9f0eb;
}

.card-product .card-product__sizes-btn {
    letter-spacing: 0;
    background-color: #000000;
    color: #fff;
    font-size: 18px !important;
    line-height: 18px !important;
    padding: 22px 10px;
    border: 1px solid #000;
    font-size: 18px;
    line-height: 18px;
}

.card-product .card-product__sizes-btn:hover {
    background-color: transparent;
    color: #000;
}

.card-product .card-product__content {
    text-align: left;
    padding: 30px 0 40px;
    position: relative;
    /* height: 100%; */
}

.card-product .card-product__content span.tag {
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
}

.card-product .card-product__content .card-product__title {
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    margin-top: 8px;
    margin-bottom: 20px;
}



.card-product .card-product__content .final-sale {
    display: block;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    margin-top: 5px;
    height: 28px;
    display: block;
}

.card-product .card-product__content .price.card-product__price {
    margin-top: 20px;
}

.card-product .card-product__sizes ul {
    padding: 0 !important;
}

.card-product .card-product__content .price.card-product__price span,
.card-product .card-product__content .price.card-product__price.price--on-sale del,
.card-product .card-product__content .price.card-product__price.price--on-sale ins {
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0;
    font-weight: 500;
}

.card-product {
    display: flex;
    flex-direction: column;
}

.card-product .card-product__sizes {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.section--product-recommendations .section__head {
    margin-bottom: 60px;
}

.section--product-recommendations .section {
    padding-top: 70px;
    padding-bottom: 190px;
}


/* Collection Page */
.collection-accordion .accordion-item {
    border-bottom: 1px solid #000;
}

.collection-accordion .accordion-item .title-block {
    padding: 20px 0;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.collection-accordion .accordion-item .title-block h6 {
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 0;
    width: calc(100% - 16px);
    padding-right: 10px;
    font-weight: 600;
}

.collection-accordion .accordion-item .title-block .icon {
    width: 16px;
    height: 16px;
    display: block;
    position: relative;
}

.collection-accordion .accordion-item .title-block .icon:before,
.collection-accordion .accordion-item .title-block .icon:after {
    content: "";
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background-color: #000;
}

.collection-accordion .accordion-item .title-block .icon:before {
    width: 2px;
    height: 13px;
    left: 6px;
}

.collection-accordion .accordion-item .title-block .icon:after {
    width: 14px;
    height: 2px;
    top: 5px;
}

.collection-accordion .accordion-item .content-block ul {
    margin: 0;
    padding: 0 0 20px 0;
    list-style: none;
    letter-spacing: 0;

}

.collection-accordion .accordion-item .content-block ul li a {
    font-size: 22px;
    line-height: 32px;
    text-transform: none;
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
}


.collection-accordion .accordion-item .content-block ul li.has-sub-items>a {
    font-weight: 600;
}

.collection-accordion .accordion-item.active .title-block .icon {
    transform: rotate(45deg);
}


.collection .collection__inner {
    display: grid;
    grid-template-columns: 0.225fr 1fr;
    gap: 100px;
    padding-top: 80px;
}

.collection .collection__inner.hidesidebar {
    grid-template-columns: unset;
}

.template--search .collection .collection__inner {
    grid-template-columns: 1fr;
}

.collection-accordion .accordion-item .content-block {
    height: 0;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
}

.collection .collection__inner .collection__sidebar .title-block h2 {
    font-size: 24px;
    line-height: 38px;
    text-transform: capitalize;
    margin-bottom: 40px;
    font-weight: 700;
}

.collection .collection__inner .collection-grid-container {
    padding: 0;
}


.collection-accordion .accordion-item .content-block ul li.has-sub-items ul {
    padding-left: 20px;
    padding-bottom: 0;
}

.collection-accordion .accordion-item .content-block ul li a:hover {
    text-decoration: underline;
}

.card-product .card-product__sizes-btn.is-disabled {
    color: #fff;
}

.collection-grid-container .collection__grid[data-cols="3"] {
    display: grid;
    flex-wrap: wrap;
    column-gap: 36px;
    row-gap: 60px;
}

/* .collection-grid-container .collection__grid[data-cols="3"] .card-product {
    width: calc(33.3333% - 24px);
} */

/* Our Story Page */
.our-story-banner .banner-content {
    padding-top: 150px;
    padding-bottom: 150px;
    position: relative;
    z-index: 2;
}

.our-story-banner {
    position: relative;
}

.our-story-banner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}




.text-video-section,
.text-with-image-signature {
    padding: 100px 0;
}

.text-video-section {
    background-color: #f9f0eb;
}

.text-video-section .wrapper {
    display: grid;
    column-gap: 80px;
    grid-template-columns: 1.2fr 1fr;
}

.text-video-section .content-block h2,
.text-with-image-signature .text-block h2 {
    margin-bottom: 60px;
}

.text-with-image-signature .text-block h2 {
    margin-bottom: 30px;
}

.text-video-section .content-block p,
.text-with-image-signature .text-block p {
    margin: 0;
    font-size: 18px;
    line-height: 35px;
}

.text-video-section .content-block p {
    line-height: 35px;
}

.text-video-section .video-block .video,
.our-patches-list-section .video-block .video {
    position: relative;
    padding-top: 100%;
}

.text-video-section .video-block .video video,
.our-patches-list-section .video-block .video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.text-video-section .content-block {
    /*padding-top: 60px;*/
}

.text-with-image-signature {
    border-top: 0px solid #000;
    border-bottom: 1px solid #000;
    padding-top: 0px !important;
}

.text-with-image-signature .wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 80px;
}

.text-with-image-signature .text-block p {
    margin-bottom: 30px;
    line-height: 30px;
}

.text-with-image-signature .text-block .author-info h6 {
    font-size: 24px;
    line-height: 32px;
}

.text-with-image-signature .text-block .author-info h6:not(:last-child) {
    margin-bottom: 18px;
}

.text-with-image-signature .wrapper .image-block {
    position: relative;
    padding-top: 100%;
}

.text-with-image-signature .wrapper .image-block img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.text-with-image-signature .text-block .signature-image img {
    max-width: 220px;
    margin-bottom: 30px;
}

/* Why Patches */
.why-patches-banner .banner-content {
    padding-top: 180px;
    padding-bottom: 180px;
    position: relative;
    z-index: 2;
    max-width: 600px;
}

.why-patches-banner {
    position: relative;
}

.why-patches-banner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.our-patches-list-section .title-block h6,
.ingredientGlossary .title-block h6 {
    font-size: 32px;
    line-height: 32px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 60px;
}

.op-title-description {
    padding-top: 100px;
    padding-bottom: 100px;
}

.op-title-description .title-block h4 {
    text-transform: uppercase;
    font-size: 32px;
    line-height: 38px;
}

.op-title-description .title-block {
    border-bottom: 1px solid #000;
    padding: 20px 0;
}

.op-title-description .description-block {
    padding-top: 70px;
}


.template--why-patches .op-title-description .title-block {
    border-bottom: 0px;
}

.template--why-patches .op-title-description .description-block {
    padding-top: 20px;
}

.op-title-description .description-block p {
    font-size: 24px;
    line-height: 36px;
    max-width: 94%;
}

.op-title-description .description-block p:last-child {
    margin-bottom: 0;
}

.op-title-description .description-block p:not(:last-child) {
    margin-bottom: 30px;
}

.our-patches-list-section .wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 80px;
}

.our-patches-list-section .wrapper .image-block img {
    width: 100%;
}

.our-patches-list-section .list-item {
    display: grid;
    grid-template-columns: 60px auto;
    align-items: center;
    column-gap: 50px;
}

.our-patches-list-section .list-item .icon-block {
    display: flex;
}

.our-patches-list-section .list-item:not(:last-child) {
    margin-bottom: 50px;
}

.our-patches-list-section .list-item .content h6 {
    font-size: 26px;
    line-height: 32px;
    font-weight: 400;
    letter-spacing: 0;
}

/* Ingredient Details */
.ingredient-details .wrapper {
    display: grid;
    grid-template-columns: 2fr 1fr;
    padding-top: 70px;
    padding-bottom: 70px;
    gap: 80px;
}

.ingredient-details .wrapper .main-title {
    border-bottom: 1px solid #000;
}

.ingredient-details .wrapper .main-title h1 {
    font-size: 38px;
    line-height: 68px;
    font-weight: 400;
}

.ingredient-details .content-block .details {
    padding-top: 80px;
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}

.ingredient-details .content-block .details .detail-block h6,
.ingredient-details .content-block .details .detail-block ul li {

    font-size: 20px;
    line-height: 24px;
}

.ingredient-details .content-block .details .detail-block h6 {
    font-weight: 400;
    width: 180px;
}

.ingredient-details .content-block .details .detail-block ul {
    list-style: none;
    padding: 0 0 0 30px;
    margin: 0;
    width: calc(100% - 180px);
}

.ingredient-details .content-block .details .detail-block ul li {
    font-weight: 700;
}

.ingredient-details .content-block .details .detail-block {
    display: flex;
    width: 100%;
}

.ingredient-details {
    background-color: #f9f0eb;
}

/* Footer */
.footer .footer__body .footer__cols .footer__col:nth-child(1) {
    order: 3;
    width: 100%;
    flex-basis: auto;
    padding-top: 40px;
}

.footer .footer__body .footer__cols {
    flex-wrap: wrap;
    align-items: flex-end;
}

.footer .footer__body .footer__cols .footer__col .footer__menu .footer__links {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer .footer__body .footer__cols .footer__col .footer__menu .footer__links li {
    margin: 0;
    padding: 0 20px;
}

.footer .footer__body .footer__cols .footer__col .footer__menu .footer__links li a,
.footer .footer__foot p {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
    color: #ccc;
}

.footer .footer__body .footer__cols .footer__col .footer__menu .footer__links li a:hover {
    color: #000;
}

.footer .footer__body .footer__cols .footer__col .footer__menu .footer__links li:not(:last-child) {
    border-right: 1px solid #ccc;
}

.footer .footer__body .footer__cols .footer__col .footer__menu .footer__menu-title {
    display: none;
}

.footer .footer__body .footer__cols .footer__col:nth-child(2) {
    order: 2;
    padding-bottom: 10px;
}

.footer .footer__body {
    position: relative;
}

.footer .footer__body .footer__cols .footer__col:nth-child(3) {
    order: 1;
    width: fit-content;

}

@media only screen and (min-width: 991px) {
    .footer .footer__body .footer__cols .footer__col:nth-child(3) {
        order: 1;
        width: fit-content;
        position: absolute;
        right: 0;
        top: 50%;
        z-index: 10;
    }

    .footer .footer__body .footer__cols .footer__col:nth-child(2) {
        width: fit-content;
        position: absolute;
        right: 25%;
        top: 50%;
        z-index: 10;
        left: 44%;
    }


    
}


.footer .footer__body .footer__cols .footer__col {
    margin: 0;
}

.footer .footer__body .footer__cols .footer__col .footer__menu .footer__links.footer__links--cols {
    margin: 0;
    justify-content: flex-end;
}

.footer .footer__body .footer__cols .footer__col .footer__menu .footer__links.footer__links--cols li {
    border: 0;
}

.footer .footer__body .footer__cols .footer__col .footer__menu .footer__links.footer__links--cols li a {
    color: #000;
}

.footer .footer__body .footer__cols .footer__col:nth-child(3) .footer__content-entry {
    max-width: 100%;
    margin-bottom: 10px;
}

.footer .footer__body .footer__cols .footer__col:nth-child(3) .footer__content-entry h5 {
    text-transform: uppercase;
    line-height: 24px;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
}

.footer__content-entry h2 {
    font-size: 25px;
    margin-bottom: 15px;
    font-weight: bold;
}

.footer__content-entry h5 {

    padding: 0 0 20px;
}

.footer .footer__body .footer__cols .footer__col .footer__newsletter {
    max-width: 480px;
}

.footer .footer__body .footer__cols .footer__col .footer__newsletter .newsletter__button {
    background-color: #000;
    color: #fff;
    padding: 0 20px;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 18px;
    top: 0;
    right: 0;
    height: 100%;
}

.footer .footer__body .footer__cols .footer__col .footer__newsletter form {
    border: 1px solid #000;
    padding: 0;
}

.footer .footer__body .footer__cols .footer__col .footer__newsletter .newsletter__field input {
    padding-left: 20px;
    height: 60px;
    border: 0;
    box-shadow: none;
    font-size: 18px;
    line-height: 18px;

}

.footer .footer__body .footer__cols .footer__col.footer_note {
    order: 1;
    padding-bottom: 0px;

}

.footer .footer__body .footer__cols .footer__col.footer_note p {
    border: 1px solid #000;
    padding: 10px;
    margin-bottom: 0px;
    font-size: 10px;
    text-align: center;
}

.footer .footer__body .footer__cols .footer__col.footer_note .footer__content {
    display: flex;
    align-items: baseline;
    /*display: none;*/
}



.footer .footer__foot {
    display: flex;
    justify-content: center;
    padding-top: 25px;
}

/* Hover Css */
.all-products-section .products-wrapper .card-product .card-product__media img {
    backface-visibility: hidden;
}

.all-products-section .products-wrapper .card-product .card-product__overlay-content {
    transform: rotateY(180deg);
}

.all-products-section .products-wrapper .card-product .card-product__media {
    transition: 0.6s;
    transform-style: preserve-3d;
}

.all-products-section .products-wrapper .card-product .relative:hover .card-product__media {
    transform: rotateY(180deg);
}

#hc-product-tabs span.hide--below__sm {
    font-size: 16px;
    font-weight: 600;
}


#hc-product-tabs .hc-product-tabs__content svg {
    font-size: 20px;
}

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

    .image-text-half .text-block,
    .video-review-section .review-block {
        padding-left: calc((100% - 1420px) / 2);
    }

    .all-products-section .products-wrapper .card-product .card-product__overlay-content {
        padding: 40px;
    }


    .image-banner-with-text .banner-content p {
        font-size: 20px;
        line-height: 32px;
    }

    .press-section .press-wrapper .press-block p {
        font-size: 16px;
        line-height: 22px;
    }




    .text-video-section .content-block p,
    .text-with-image-signature .text-block p {
        font-size: 18px;
        line-height: 35px;
    }

    .grid.product__grid.product__grid--has-media .grid__item.product__grid__item.product__grid__item--content {
        width: 42%;
    }

    .image-with-accordions .content-block h4 {
        font-size: 21px;
        line-height: 25px;
        margin-bottom: 50px;
    }

    .image-with-accordions .accordion-item .title-block h6 {
        font-size: 16px;
        line-height: 24px;
    }

    .why-patches-banner .banner-content {
        padding-top: 150px;
        padding-bottom: 150px;
    }

    .op-title-description .title-block h4 {
        font-size: 30px;
        line-height: 36px;
    }

    .our-patches-list-section .list-item {
        grid-template-columns: 60px auto;
        column-gap: 50px;
    }
}

@media only screen and (max-width: 1599px) {
    .home-collections .collection__wrapper {
        gap: 30px;
    }



    .home-collections .collection-card .card-collection-content {
        padding-top: 20px;
    }

    .image-text-half .text-block,
    .video-review-section .review-block {
        padding-left: calc((100% - 1320px) / 2);
    }

    .all-products-section .products-wrapper {
        padding-left: calc((100% - 1350px) / 2);
    }

    .image-text-half .text-block {
        padding-bottom: 140px;
        padding-top: 180px;
    }

    .image-text-half .text-block h2 {
        font-size: 42px;
        line-height: 43px;
    }




    .image-text-half .text-block .btn {
        /*margin-top: 30px;*/
    }

    .image-banner-with-text .banner-content {
        padding-top: 120px;
        padding-bottom: 180px;
    }

    .image-banner-with-text .banner-content h2 {
        margin-bottom: 50px;
    }

    .image-banner-with-text .banner-content p {
        font-size: 20px;
        line-height: 32px;
    }



    .all-products-section .products-wrapper .card-product .card-product__overlay-content h4 {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 15px;
    }



    .product-icon-text .icon-text-block {
        gap: 30px;
    }

    .card-product .card-product__content .price.card-product__price span,
    .card-product .card-product__content .price.card-product__price.price--on-sale del,
    .card-product .card-product__content .price.card-product__price.price--on-sale ins {
        font-size: 20px;
        line-height: 20px;
    }

    .card-product .card-product__content {
        padding: 20px 0 40px;
    }

    .card-product .card-product__sizes-btn {
        font-size: 16px !important;
        line-height: 16px !important;
        padding: 18px 10px;
    }

    .section--product-recommendations .section__head {
        margin-bottom: 40px;
    }

    .collection .collection__inner {
        gap: 60px;
        padding-top: 60px;
    }

    .collection .collection__inner .collection__sidebar .title-block h2 {
        font-size: 24px;
        line-height: 38px;
        margin-bottom: 30px;
    }

    .collection-accordion .accordion-item .title-block h6 {
        font-size: 15px;
        line-height: 28px;
    }

    .collection-accordion .accordion-item .title-block {
        padding: 26px 0;
    }

    .collection-accordion .accordion-item .content-block ul li a {
        font-size: 20px;
        line-height: 28px;
    }

    .text-video-section .content-block p,
    .text-with-image-signature .text-block p {
        font-size: 18px;
        line-height: 35px;
    }

    .text-video-section .wrapper {
        column-gap: 80px;
    }

    .footer .footer__body .footer__cols .footer__col .footer__menu .footer__links li a,
    .footer .footer__foot p {
        font-size: 14px;
        line-height: 16px;
    }

    .footer .footer__body .footer__cols .footer__col .footer__newsletter .newsletter__field input {
        height: 52px;
    }

    .image-banner-with-text .banner-content p {
        font-size: 20px;
        line-height: 32px;
    }



    .press-section .press-wrapper .press-block p {
        font-size: 16px;
        line-height: 22px;
    }



    .hero-slider .content-block h2 {
        font-size: 95px;
        line-height: 94px;
    }

    .hero-slider .content-block p {
        font-size: 20px;
        line-height: 26px;
    }

    .faq-page-banner .banner-title {
        padding-top: 150px;
        padding-bottom: 150px;
    }



    .faqs-wrapper .faq-block h4 {
        font-size: 26px;
        line-height: 46px;
    }




    .our-story-banner .banner-content {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .text-video-section .content-block p,
    .text-with-image-signature .text-block p {
        font-size: 18px;
        line-height: 35px;
    }

    .text-with-image-signature .text-block .author-info h6 {
        font-size: 20px;
        line-height: 24px;
    }

    .product .product__content h4 {
        font-size: 24px;
        line-height: 28px;
    }

    .product .product__content .product__title {
        font-size: 16px;
        line-height: 18px;
    }



    .image-with-accordions {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .image-with-accordions .accordion-item .title-block h6 {
        font-size: 16px;
        line-height: 24px;
    }



    .why-patches-banner .banner-content {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .op-title-description .title-block h4 {
        font-size: 28px;
        line-height: 32px;
    }

    .op-title-description {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .our-patches-list-section .list-item {
        grid-template-columns: 60px auto;
        column-gap: 40px;
    }

    .our-patches-list-section .list-item .content h6 {
        font-size: 22px;
        line-height: 28px;
    }

    .our-patches-list-section .list-item:not(:last-child) {
        margin-bottom: 30px;
    }

    .our-patches-list-section .title-block h6,
    .ingredientGlossary .title-block h6 {
        font-size: 28px;
        line-height: 28px;
    }
}

@media only screen and (max-width: 1399px) {
    .header .header__nav .header__nav-items li a {
        font-size: 18px;
        line-height: 22px;
    }

    .header .header__nav .header__nav-items li.main-li-Learn .header__nav-dropdown .header__nav-links {
        padding-left: 94px;
    }

    body .js-announcement-bar .bar__text-content p {
        font-size: 16px;
        line-height: 22px;
    }

    .footer .footer__body .footer__cols .footer__col .footer__menu .footer__links li a,
    .footer .footer__foot p {
        font-size: 13px;
        line-height: 15px;
    }



    .header .header__nav .header__card a.btn,
    .header .header__nav .header__nav-items li.main-li-Learn .header__nav-dropdown .image-btn-block .btn {
        min-width: 220px;
        height: 48px;
        bottom: 35px;
    }

    .header .header__nav .header__nav-items li.main-li-Learn .header__nav-dropdown .image-btn-block .btn {
        min-width: 260px;
    }

    .hero-slider .content-block h2 {
        font-size: 95px;
        line-height: 94px;
        /*margin-bottom: 20px;*/
    }

    .hero-slider .content-block {
        max-width: 1450px;
    }

    .hero-slider .content-block p {
        margin-bottom: 40px;
    }

    .image-text-half .text-block,
    .video-review-section .review-block {
        padding-left: calc((100% - 1140px) / 2);
    }

    .all-products-section .products-wrapper {
        padding-left: calc((100% - 1170px) / 2);
    }

    .image-text-half .text-block {
        padding-bottom: 120px;
        padding-top: 120px;
    }



    .image-banner-with-text .banner-content {
        padding-top: 100px;
        padding-bottom: 150px;
    }



    .press-section .press-wrapper .press-block p {
        font-size: 16px;
        line-height: 22px;
    }

    .press-section .press-wrapper .press-block {
        padding-left: 15px;
        padding-right: 15px;
    }

    .faq-page-banner .banner-title {
        padding-top: 140px;
        padding-bottom: 140px;
    }

    .product-faqs {
        padding: 80px 0 80px;
    }



    .product-faqs .faqs-wrapper .faq-item .title-block h6 {
        font-size: 16px;
        line-height: 25px;
    }

    .product-faqs .faqs-wrapper {
        padding-bottom: 0px;
    }

    .video-review-section .review-block .review-stars svg {
        width: 42px;
        height: 42px;
    }

    .video-review-section .review-block .review-stars {
        margin-bottom: 30px;
    }

    .video-review-section .video-block .video {
        padding-top: 104%;
    }

    .image-with-accordions {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .image-with-accordions .content-block h4 {
        font-size: 21px;
        line-height: 25px;
        margin-bottom: 50px;
    }

    .product-icon-text .icon-text-block {
        gap: 20px;
    }

    .product-icon-text .icon-text-block img {
        max-width: 42px;
    }

    .product-icon-text {
        padding: 30px 0;
    }

    .grid.product__grid.product__grid--has-media .grid__item.product__grid__item.product__grid__item--content {
        width: 45%;
    }

    body .product .product__content {
        margin-block: 3rem !important;
    }




    .our-story-banner .banner-content {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .text-video-section .wrapper {
        column-gap: 60px;
    }

    .text-video-section .content-block p,
    .text-with-image-signature .text-block p {
        font-size: 16px;
        line-height: 35px;
    }

    .text-video-section,
    .text-with-image-signature {
        padding: 80px 0;
    }

    .text-video-section .content-block h2,
    .text-with-image-signature .text-block h2 {
        margin-bottom: 40px;
    }

    .text-with-image-signature .wrapper {
        column-gap: 60px;
    }

    .text-with-image-signature .text-block p {
        margin-bottom: 40px;
    }



    .footer .footer__body .footer__cols .footer__col .footer__menu .footer__links li {
        padding: 0 15px;
    }

    .image-banner-with-text .banner-content p {
        font-size: 20px;
        line-height: 32px;
    }


    .press-section .press-wrapper .press-block p {
        font-size: 16px;
        line-height: 22px;
    }



    .hero-slider .content-block h2 {
        font-size: 95px;
        line-height: 94px;
    }

    .faqs-wrapper .faq-block h4 {
        font-size: 26px;
        line-height: 46px;
    }

    .text-video-section .content-block p,
    .text-with-image-signature .text-block p {
        font-size: 16px;
        line-height: 35px;
    }

    .video-review-section .review-block p {
        font-size: 20px;
        line-height: 30px;
        max-width: 500px;
    }

    .why-patches-banner .banner-content {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .op-title-description .title-block h4 {
        font-size: 24px;
        line-height: 28px;
    }

    .op-title-description {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .op-title-description .description-block p {
        font-size: 20px;
        line-height: 30px;
    }

    .op-title-description .description-block {
        padding-top: 40px;
    }

    /* .collection-grid-container .collection__grid[data-cols="3"] .card-product {
        width: calc(50% - 12px);
    } */

    .collection-grid-container .collection__grid[data-cols="3"] {
        column-gap: 24px;
        row-gap: 40px;
    }

}

@media only screen and (max-width: 1199px) {
    .header .header__nav .header__nav-items li.main-li-Learn .header__nav-dropdown .image-btn-block .btn {
        min-width: 220px;
    }

    .header .header__nav .header__nav-items li.main-li-Learn .header__nav-dropdown .header__nav-links {
        padding-left: 88px;
    }

    body .header__nav-dropdown .header__nav-links.header__nav-grid--5 li.has-dropdown {
        margin: 0;
    }

    body .header__nav-dropdown .header__nav-links.header__nav-grid--5 {
        grid-template-columns: 1fr 1fr 1fr 1fr 1.4fr;
    }



    body .header__nav-dropdown .header__nav-links .header__nav-links-item .header__nav-sublinks {
        margin-top: 15px;
    }

    body .header__nav-dropdown .header__nav-links .header__nav-links-item .header__nav-sublinks .header__nav-sublinks-item:not(:last-child) {
        margin-bottom: 15px;
    }

    body .header__nav-dropdown {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .header .header__nav .header__card a.btn {
        font-size: 12px;
        line-height: 12px;
        width: 160px;
        min-width: 160px;
        height: 40px;
        bottom: 20px;
    }

    body .header__nav-dropdown .header__nav-links.header__nav-grid--5 .header__card .media {
        padding-bottom: 100%;
    }

    .hero-slider .content-block h2 {
        font-size: 38px;
        line-height: 45px;
    }

    .hero-slider .content-block {
        max-width: 470px;
    }

    .hero-slider .content-block p {
        font-size: 20px;
        line-height: 26px;
    }



    .image-text-half .text-block,
    .video-review-section .review-block {
        padding-left: calc((100% - 930px) / 2);
    }

    .all-products-section .products-wrapper {
        padding-left: calc((100% - 960px) / 2);
    }

    .image-text-half .text-block h2 {
        font-size: 40px;
        line-height: 45px;
    }


    .image-text-half .text-block .btn {
        margin-top: 15px;
    }

    .image-text-half .text-block {
        padding-bottom: 100px;
        padding-top: 100px;
    }

    body .home-collections .section__title .section__title {
        margin-bottom: 5px;
    }


    .home-collections .collection__wrapper {
        gap: 15px;
        margin-top: 40px;
    }

    .home-collections .collection-card .card-collection-content {
        padding-top: 15px;
    }



    .footer .footer__body .footer__cols .footer__col .footer__menu .footer__links li a,
    .footer .footer__foot p {
        font-size: 12px;
        line-height: 14px;
    }

    .footer .footer__body .footer__cols .footer__col .footer__menu .footer__links li {
        padding: 0 9px;
    }



    .footer .footer__foot {
        padding-top: 20px;
    }

    .image-banner-with-text .banner-content .wrapper {
        grid-template-columns: 1.5fr 1fr;
    }

    .image-banner-with-text .banner-content h2 {
        margin-bottom: 30px;
    }

    .image-banner-with-text .content-block h4 {
        margin-top: 16px;
    }

    .all-products-section .products-wrapper .card-product .card-product__overlay-content {
        display: none;
    }

    .all-products-section .section__head {
        margin-bottom: 30px;
    }

    .all-products-section .section__foot {
        margin-top: 30px;
    }

    .image-banner-with-text .banner-content {
        padding-top: 80px;
        padding-bottom: 120px;
    }

    .footer .footer__body .footer__cols .footer__col .footer__menu .footer__links li {
        padding: 0 7px;
    }




    .press-section .press-arrows {
        display: flex;
        justify-content: center;
        gap: 20px;
        margin-top: 20px;
    }

    .press-section .press-arrows button svg {
        width: 24px;
    }

    .press-section .press-arrows button {
        padding: 0;
        border: 0;
        background-color: transparent;
    }

    .faq-page-banner .banner-title {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .faqs-wrapper .nav-tabs li a .image-block {
        width: 120px;
        height: 120px;
    }


    .faqs-wrapper .faq-block h4 {
        font-size: 26px;
        line-height: 42px;
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .faqs-wrapper {
        padding-bottom: 60px;
    }

    .product-faqs {
        padding: 60px 0;
    }

    .product-faqs .faqs-wrapper .faq-item .title-block h6 {
        font-size: 16px;
        line-height: 25px;
    }

    .product-faqs .faqs-wrapper {
        padding-bottom: 0px;
    }

    .video-review-section .review-block p {
        font-size: 18px;
        line-height: 26px;
        max-width: 400px;
    }

    .video-review-section .review-block .review-stars svg {
        width: 36px;
        height: 36px;
    }

    .video-review-section .review-block .review-stars {
        margin-bottom: 25px;
    }

    .image-with-accordions .content-block h4 {
        font-size: 21px;
        line-height: 25px;
        margin-bottom: 50px;
    }

    .image-with-accordions {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .product .thumbnails-wrapper .slick-arrow img {
        width: 12px;
    }

    .product .thumbnails-wrapper .slick-arrow.slick-next {
        right: -20px;
    }

    .product .thumbnails-wrapper .slick-arrow.slick-prev {
        left: -20px;
    }

    body .product .product__content {
        margin-block: 0 !important;
    }

    .product .product__content h4 {
        font-size: 16px;
        line-height: 16px;
    }

    .product .product__content .product__title {
        font-size: 16px;
        line-height: 18px;
    }

    .product .product__content .text {
        margin-top: 20px;
        margin-bottom: 25px;
    }



    .product product-form form button[type="submit"] {
        font-size: 14px;
        line-height: 14px;
        height: 56px;
    }

    .product product-form form .quantity__wrapper {
        height: 56px;
    }

    .product product-form form .quantity__wrapper input {
        height: 53px;
    }

    .product .product-description {
        margin-top: 30px;
        padding-top: 30px;
        padding-bottom: 10px;
    }

    .product .nav.nav-tabs li a {
        font-size: 16px;
        line-height: 20px;
    }

    .product-info-tabs .item img {
        width: 48px;
    }

    .product-info-tabs .item h6 {
        width: calc(100% - 48px);
        padding-left: 15px;
    }

    .product-info-tabs .item {
        margin-top: 20px;
    }


    .section--product-recommendations .section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .collection .collection__inner {
        gap: 50px;
        padding-top: 50px;
        grid-template-columns: 0.4fr 1fr;
    }

    .collection-accordion .accordion-item .title-block {
        padding: 22px 0;
    }



    .our-story-banner .banner-content {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .text-video-section .content-block {
        padding-top: 0px;
    }

    .text-video-section .content-block h2,
    .text-with-image-signature .text-block h2 {
        margin-bottom: 30px;
    }



    .text-video-section .wrapper {
        column-gap: 30px;
    }

    .text-video-section,
    .text-with-image-signature {
        padding: 70px 0;
    }

    .text-with-image-signature .wrapper {
        column-gap: 30px;
    }

    .text-with-image-signature .text-block p {
        margin-bottom: 30px;
    }

    .text-with-image-signature .text-block .signature-image img {
        max-width: 180px;
    }

    .footer .footer__body .footer__cols .footer__col .footer__newsletter .newsletter__button,
    .footer .footer__body .footer__cols .footer__col .footer__newsletter .newsletter__field input {
        font-size: 16px;
        line-height: 16px;
    }

    .footer .footer__body .footer__cols .footer__col:nth-child(3) .footer__content-entry h5 {
        line-height: 24px;
        font-size: 16px;
    }

    .press-section .press-wrapper {
        padding: 0 0 20px 0;
    }

    .faqs-wrapper .faq-item .title-block h6 {
        font-size: 16px;
        line-height: 26px;
    }



    .text-with-image-signature .text-block .author-info h6 {
        font-size: 18px;
        line-height: 24px;
    }

    .image-with-accordions .accordion-item .title-block h6 {
        font-size: 16px;
        line-height: 24px;
    }

    .header .header__nav .header__nav-items li a {
        font-size: 16px;
        line-height: 20px;
    }

    .collection-accordion .accordion-item .title-block h6 {
        font-size: 15px;
        line-height: 28px;
    }

    .op-title-description .title-block h4 {
        font-size: 22px;
        line-height: 26px;
    }

    .op-title-description .title-block {
        padding: 16px 0;
    }

    .op-title-description .description-block p {
        font-size: 18px;
        line-height: 28px;
    }

    .our-patches-list-section .title-block h6,
    .ingredientGlossary .title-block h6 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 40px;
        font-weight: 700;
    }

    .our-patches-list-section .list-item {
        grid-template-columns: 40px auto;
        column-gap: 20px;
    }

    .our-patches-list-section .list-item .content h6 {
        font-size: 16px;
        line-height: 24px;
    }

    .our-patches-list-section .wrapper {
        gap: 40px;
    }

    .our-patches-list-section .list-item:not(:last-child) {
        margin-bottom: 25px;
    }

    .ingredient-details .wrapper .main-title h1 {
        font-size: 36px;
        line-height: 46px;
    }

    .ingredient-details .content-block .details {
        gap: 30px;
        padding-top: 30px;
    }

    .ingredient-details .wrapper {
        gap: 60px;
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .ingredient-details .content-block .details .detail-block h6,
    .ingredient-details .content-block .details .detail-block ul li {
        font-size: 16px;
        line-height: 22px;
    }

    .ingredient-details .content-block .details .detail-block h6 {
        width: 140px;
    }

    .ingredient-details .content-block .details .detail-block ul {
        width: calc(100% - 140px);
    }
}

@media only screen and (max-width: 1480px) {
    .header .header__inner .drawer__content .drawer__row .drawer__nav .drawer__nav-link {
        text-transform: uppercase;
        font-weight: 600;

        font-size: 14px;
        line-height: 22px;
    }

    .header .header__inner .drawer__content .drawer__row .drawer__nav .drawer__nav-link .icon,
    .header .header__inner .drawer__content .drawer__row .drawer__submenu-btn .icon {
        width: 14px;
        height: 14px;
        position: relative;
    }

    .header .header__inner .drawer__content .drawer__row .drawer__nav .drawer__nav-link .icon:before,
    .header .header__inner .drawer__content .drawer__row .drawer__nav .drawer__nav-link .icon:after,
    .header .header__inner .drawer__content .drawer__row .drawer__submenu-btn .icon:before,
    .header .header__inner .drawer__content .drawer__row .drawer__submenu-btn .icon:after {
        content: "";
        position: absolute;
        background-color: #000;
    }

    .header .header__inner .drawer__content .drawer__row .drawer__nav .drawer__nav-link .icon:before,
    .header .header__inner .drawer__content .drawer__row .drawer__submenu-btn .icon:before {
        width: 14px;
        height: 1px;
        top: 7px;
        left: 0;
    }

    .header .header__inner .drawer__content .drawer__row .drawer__nav .drawer__nav-link .icon:after,
    .header .header__inner .drawer__content .drawer__row .drawer__submenu-btn .icon:after {
        width: 1px;
        height: 14px;
        left: 7px;
        top: 0;
    }

    .header .header__inner .drawer__content .drawer__row .drawer__nav .drawer__menu-item {
        border-bottom: 1px solid #000;
        padding-top: 10px;
        padding-bottom: 10px;
        margin: 0;
    }

    .header .header__inner .drawer__content .drawer__row .drawer__submenu-btn {
        font-size: 13px;
        line-height: 24px;

        letter-spacing: 0;
        font-weight: 600;
        width: 100%;
    }

    .header .header__inner .drawer__content .drawer__row .drawer__submenu-first-item {
        width: 100%;
    }

    .header .header__inner .drawer__content .drawer__row .drawer__submenu-first-item .drawer__submenu-second {
        padding: 0;
    }

    .header .header__inner .drawer__content .drawer__row .drawer__nav .drawer__nav-link[aria-expanded="true"] span:after {
        opacity: 0;
    }

    .header .header__inner .drawer__content .drawer__row .drawer__submenu-first-item.is-active .drawer__submenu-btn .icon:after {
        opacity: 0;
    }

    .header .header__inner .drawer__content .drawer__row .drawer__submenu-first-item .drawer__submenu-second .drawer__menu {
        padding-left: 15px;
        margin-top: 10px;
    }

    .header .header__inner .drawer__content .drawer__row .drawer__submenu-first-item .drawer__submenu-second .drawer__menu .drawer__submenu-second-item a,
    .header .header__inner .drawer__content .drawer__row .accordion__body .drawer__submenu-first .drawer__submenu-first-item .drawer__submenu-link {
        text-transform: none;
        letter-spacing: 0;
        font-size: 13px;
        line-height: 20px;

    }

    .header .header__inner .drawer__content .drawer__row .drawer__nav .drawer__menu-item .drawer__submenu-first .card.header__card {
        display: none;
    }

    .header .header__inner .drawer__content .drawer__row .drawer__nav .drawer__menu-item .drawer__submenu-first .drawer__menu {
        margin-bottom: 0;
    }

    .header .drawer__submenu-first:after {
        display: none;
    }

    .header .header__inner .drawer__content .drawer__row .drawer__nav .drawer__menu-item .drawer__submenu-first {
        padding-bottom: 10px;
    }

    .header .header__inner .drawer__content .drawer__row .accordion__body#link-learn .drawer__submenu-first-item:not(:first-child) {
        margin-top: 10px;
    }

    .header .header__inner .drawer .drawer__container .drawer__content {
        padding-top: 15px !important;
    }

    .header .drawer-image-block {
        margin-top: 30px;
        max-width: calc(100% - 40px);
        margin-left: auto;
        margin-right: auto;
        position: relative;
        padding-top: 100%;
    }

    .header .drawer-image-block img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header .drawer-image-block .btn {
        position: absolute;
        bottom: 30px;
        left: 50%;
        transform: translateX(-50%);
    }

    #Navigation-drawer-header .drawer__button svg path {
        stroke: #000 !important;
        fill: #000 !important;
        opacity: 1;
    }



    #Navigation-drawer-header .drawer__button svg {
        fill: #000;
        opacity: 1;
    }

    .container,
    .image-text-half .text-block,
    .video-review-section .review-block {
        padding-left: 30px;
        padding-right: 30px;
    }

    .hero-slider .slide-item {
        padding-top: 65vh;
    }

    .hero-slider .content-block {
        max-width: 300px;
        margin: 0;
        width: 100%;
        text-align: center;
    }

    .hero-slider .container {
        align-items: center;
        padding-bottom: 80px;
        justify-content: center;
    }

    .hero-slider .content-block h2 {
        letter-spacing: 0;
        font-size: 38px;
        line-height: 45px;
        /*margin-bottom: 20px;*/
    }

    .hero-slider .content-block p {
        font-size: 20px;
        line-height: 26px;
    }

    .btn,
    .button,
    a.button {
        font-size: 14px;
        line-height: 24px;
        /*padding: 10px 15px;*/
        /*min-width: 250px;*/
    }

    .image-text-half .image-block {
        display: flex;
    }

    .image-text-half .image-block,
    .image-text-half .text-block {
        width: 100%;
    }

    .image-text-half {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .image-text-half .image-block img {
        position: relative;
        width: 100%;
        height: auto;
    }

    .image-text-half .text-block {
        padding-bottom: 60px;
        padding-top: 60px;
        text-align: center;
    }

    .template--subscribe-and-save .image-text-half .text-block {
        text-align: left;
    }

    .template--subscribe-and-save .image-text-half.position_left {
        flex-direction: column-reverse;
    }

    .image-text-half .text-block p {
        margin-left: 0;
        margin-right: auto;
    }

    .image-text-half .text-block h2 {}

    .image-text-half .text-block .btn {
        margin-top: 10px;
    }

    .home-collections .collection__wrapper {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 30px;
        row-gap: 50px;
    }


    .home-collections .collection-card .card-collection-content {
        padding-top: 20px;
    }

    .all-products-section .products-wrapper {
        padding-left: 15px;
    }

    .all-products-section .slick-list {
        padding-right: 14%;
    }

    .all-products-section .ap-arrows button svg {
        width: 20px;
    }




    .image-banner-with-text .banner-content .wrapper {
        display: block;
    }

    .image-banner-with-text .banner-content {
        padding-top: 60px;
        padding-bottom: 60px;
        text-align: center;
    }

    .video-review-section .review-block,
    .video-review-section .video-block {
        width: 100%;
    }

    .video-review-section {
        flex-direction: column-reverse;
    }

    .video-review-section .review-block {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .video-review-section .review-block .review-stars svg {
        width: 30px;
        height: 30px;
    }

    .faqs-wrapper .faq-item .title-block span.icon {
        width: 17px;
        height: 17px;
    }

    .faqs-wrapper .faq-item .title-block span.icon:before {
        width: 14px;
        top: 6px;
    }

    .faqs-wrapper .faq-item .title-block span.icon:after {
        height: 14px;
        left: 6px;
    }

    .image-with-accordions .wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .image-with-accordions .wrapper .image-block {
        text-align: center;
    }

    .image-with-accordions {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .image-with-accordions .content-block h4 {
        font-size: 21px;
        line-height: 25px;
        margin-bottom: 50px;
    }

    .product-faqs .faqs-wrapper .faq-item .title-block h6 {
        width: calc(100% - 17px);
    }

    .product-icon-text .icon-text-block img {
        max-width: 36px;
    }

    .product-icon-text .icon-text-block {
        gap: 15px;
    }

    .product-icon-text {
        padding: 25px 0;
    }

    .footer .footer__body .footer__cols {
        display: flex;
        flex-wrap: wrap;
    }

    .footer .footer__body .footer__cols .footer__col:nth-child(2) {
        width: 100%;
    }

    .footer .footer__body .footer__cols .footer__col .footer__menu .footer__links.footer__links--cols {
        justify-content: center;
    }

    .footer .footer__body .footer__cols .footer__col:nth-child(3) {
        width: 100%;
    }

    .footer .footer__body .footer__cols .footer__col:nth-child(3) .footer__content {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .footer .footer__body .footer__cols .footer__col:nth-child(3) .footer__content .footer__content-entry {
        width: 100%;
    }

    .footer .footer__body .footer__cols .footer__col .footer__newsletter {
        width: 100%;
    }

    .footer .footer__body .footer__cols .footer__col:nth-child(3) .footer__content {
        padding-bottom: 15px;
    }

    .footer .footer__body .footer__cols .footer__col:nth-child(1) {
        padding-top: 30px;
    }

    .footer .footer__body .footer__cols .footer__col .footer__menu .footer__links {
        flex-wrap: wrap;
        row-gap: 10px;
    }

    .footer .footer__body .footer__cols .footer__col .footer__menu .footer__links li {
        padding: 0 16px;
    }

    .footer .footer__body .footer__cols .footer__col .footer__menu .footer__links.footer__links--cols li {
        padding-left: 0;
        padding-right: 0;
    }

    .for-mobile {
        display: block !important;
    }

    .for-desktop {
        display: none !important;
    }

    .faqs-wrapper .nav-tabs li a .image-block {
        width: 100px;
        height: 100px;
        padding: 2px;
    }

    .faqs-wrapper .nav-tabs li.active a .image-block {
        border: 1px solid #000;
    }


    .faqs-wrapper .faq-block h4 {
        font-size: 26px;
        line-height: 36px;
        margin-top: 20px;
        margin-bottom: 20px;
    }



    .product .thumbnails-wrapper {
        display: none !important;
    }

    .grid.product__grid.product__grid--has-media .main-product-wrapper .slick-dots {
        display: flex;
        justify-content: center;
        margin-top: 20px;
        gap: 20px;
    }

    .grid.product__grid.product__grid--has-media .main-product-wrapper .slick-dots li button {
        font-size: 0;
        border: 1px solid #000;
        border-radius: 50%;
        width: 12px;
        height: 12px;
        background-color: transparent;
        padding: 0;
    }

    .grid.product__grid.product__grid--has-media .main-product-wrapper .slick-dots li {
        display: flex;
    }

    .grid.product__grid.product__grid--has-media .main-product-wrapper .slick-dots li.slick-active button {
        background-color: #000;
    }



    .grid.product__grid.product__grid--has-media {
        padding: 30px 0 30px;
    }

    .collection .collection__inner {
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
    }

    .collection .collection__inner .collection-grid-container,
    .collection .collection__inner .collection__sidebar {
        width: 100%;
    }

    .collection-accordion .accordion-item .title-block {
        padding: 20px 0;
    }

    .filters-title {
        border-bottom: 1px solid #000;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .filters-title .wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }



    .filters-title .wrapper h6 {
        text-transform: none;
        letter-spacing: 0;

        font-size: 14px;
        line-height: 24px;
        font-weight: 600;
    }

    .collection .collection__inner {
        padding-top: 0;
    }

    .collection-accordion {
        display: none;
    }

    .our-story-banner .banner-content h2 {
        max-width: 50%;
    }

    .our-story-banner .banner-content {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .text-video-section .wrapper {
        grid-template-columns: repeat(1, 1fr);
        gap: 40px;
    }

    .text-video-section,
    .text-with-image-signature {
        padding: 60px 0;
    }

    .text-video-section .content-block {
        padding-top: 0;
    }

    .text-video-section .content-block h2 br,
    .text-with-image-signature .text-block h2 br {
        display: none;
    }

    .text-video-section .content-block h2,
    .text-with-image-signature .text-block h2 {
        margin-bottom: 15px;
    }

    .text-with-image-signature .wrapper {
        grid-template-columns: repeat(1, 1fr);
        gap: 50px;
    }

    .all-products-section .section__head p {
        font-size: 15px;
        line-height: 20px;
    }

    .image-text-half .text-block h2 {
        font-size: 24px;
        line-height: 33px;
    }

    .footer .footer__body .footer__cols .footer__col:nth-child(3) .footer__content-entry {
        margin-bottom: 0;
    }

    .footer .footer__body .footer__cols .footer__col .footer__newsletter .newsletter__field input {
        height: 48px;
    }

    .footer .footer__body .footer__cols .footer__col .footer__newsletter .newsletter__button,
    .footer .footer__body .footer__cols .footer__col .footer__newsletter .newsletter__field input {
        font-size: 14px;
        line-height: 14px;
    }


    .faq-page-banner .banner-title {
        padding-top: 100px;
        padding-bottom: 100px;
    }



    .text-with-image-signature .text-block .author-info h6:not(:last-child) {
        margin-bottom: 12px;
    }




    .why-patches-banner .banner-content p {
        font-size: 20px;
        line-height: 24px;
        font-weight: 600;
    }

    .why-patches-banner .banner-content {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .op-title-description {
        padding-top: 40px;
        padding-bottom: 30px;
    }

    .op-title-description .title-block h4 {
        font-size: 20px;
        line-height: 28px;
    }

    .op-title-description .description-block p {
        font-size: 16px;
        line-height: 24px;
    }

    .op-title-description .description-block {
        padding-top: 30px;
    }

    .op-title-description .title-block h4 {
        font-size: 14px;
        line-height: 24px;
        font-weight: 600;
    }

    .op-title-description .title-block {
        padding: 12px 0;
    }

    .our-patches-list-section .wrapper {
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
    }

    .our-patches-list-section .wrapper .list-block {
        width: 100%;
        order: 2;
    }

    .our-patches-list-section .wrapper .image-block {
        width: 100%;
        order: 1;
    }

    .our-patches-list-section .title-block h6,
    .ingredientGlossary .title-block h6 {
        margin-bottom: 30px;
    }

    .our-patches-list-section .list-item:not(:last-child) {
        margin-bottom: 20px;
    }

    .ingredient-details .wrapper {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
        gap: 30px;
        padding-top: 30px;
        padding-bottom: 50px;
    }

    .ingredient-details .wrapper .main-title h1 {
        font-size: 30px;
        line-height: 40px;
    }

    .product-recommendation .swiper-wrapper.card-product-slider__wrapper {
        grid-template-columns: repeat(2, 47%);
        column-gap: 3%;
    }

}

@media only screen and (max-width: 767px) {
    .image-banner-with-text .content-block h4 {
        line-height: 22px;
    }

    .faq-page-banner .banner-title {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .faqs-wrapper .nav-tabs li a .image-block {
        width: 90px;
        height: 90px;
    }



    .image-with-accordions .content-block h4 {
        font-size: 21px;
        line-height: 25px;
    }

    .image-with-accordions .accordion-item .title-block h6 {
        font-size: 16px;
        line-height: 24px;
    }

    .image-with-accordions .accordion-item .title-block .icon {
        width: 17px;
        height: 17px;
    }

    .image-with-accordions .accordion-item .title-block .icon:before {
        width: 17px;
    }

    .image-with-accordions .accordion-item .title-block .icon:after {
        height: 17px;
        left: 7px;
    }

    .image-with-accordions .accordion-item .title-block .icon:before {
        top: 7px;
    }

    .image-with-accordions {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .image-with-accordions .accordion-item .title-block h6 {
        width: calc(100% - 17px);
    }

    .product-icon-text {
        padding: 15px 0;
    }



    .our-story-banner .banner-content {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .text-video-section,
    .text-with-image-signature {
        padding: 30px 0;
    }



    .text-video-section .wrapper {
        gap: 30px;
    }

    .text-with-image-signature .wrapper {
        gap: 30px;
    }

    .text-with-image-signature .text-block p,
    .text-with-image-signature .text-block .signature-image img {
        margin-bottom: 20px;
    }

    .text-with-image-signature .text-block .signature-image img {
        max-width: 120px;
    }

    .text-with-image-signature .text-block .author-info h6 {
        font-size: 16px;
        line-height: 20px;
    }

    .text-with-image-signature .text-block .author-info h6:not(:last-child) {
        margin-bottom: 12px;
    }

    .all-products-section .section__head p {
        font-size: 15px;
        line-height: 20px;
    }



    .press-section .press-wrapper .press-block {
        padding-left: 0;
        padding-right: 0;
    }




    body .js-announcement-bar .bar__text-content p {
        font-size: 14px;
        line-height: 20px;
    }

    body .js-announcement-bar {
        padding-top: 8px;
        padding-bottom: 8px;
    }



    .faqs-wrapper .faq-item .title-block h6 {
        font-size: 16px;
        line-height: 24px;
    }

    .faqs-wrapper .faq-item .title-block {
        padding-top: 16px;
        padding-bottom: 16px;
    }



    .text-video-section .content-block h2,
    .text-with-image-signature .text-block h2 {
        font-size: 24px;
        line-height: 40px;
    }

    .text-with-image-signature .text-block .author-info h6 {
        font-size: 16px;
        line-height: 20px;
    }

    .text-with-image-signature .text-block .author-info h6:not(:last-child) {
        margin-bottom: 10px;
    }



    .image-with-accordions .accordion-item .title-block {
        padding-top: 12px;
        padding-bottom: 12px;
    }


    .why-patches-banner .banner-content {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .ingredient-details .content-block .details {
        gap: 20px;
    }

    .ingredientGlossary .ingredientItem {
        margin: 0 0 30px !important;
    }

    .ingredientGlossary {
        padding: 50px 0 30px !important;
    }

    .footer .footer__body .footer__cols .footer__col.footer_note {
        order: 2;
    }

    .op-title-description .title-block h4 {
        font-size: 24px;
        line-height: 36px;
    }


    .why-subscribe-content .whySubscribeReason {
        padding: 15px;
    }

    .why-subscribe-content {
        gap: 4%;
    }
}

@media only screen and (max-width: 575px) {
    .hero-slider .container {
        padding-bottom: 50px;
    }

    .hero-slider .slick-dots {
        bottom: 15px;
    }

    .hero-slider .content-block p {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 30px;
    }

    .hero-slider .slide-item {
        padding-top: 47vh;
    }

    .image-text-half .text-block {
        padding-bottom: 40px;
        padding-top: 30px;
    }

    .our-features-section .features-wrapper {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .home-collections .collection__wrapper {
        column-gap: 15px;
        row-gap: 30px;
    }

    .all-products-section .products-wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }

    .all-products-section .slick-list {
        padding-right: 0;
    }

    .all-products-section .section__foot .ap-arrows {
        position: absolute;
        top: auto;
        right: 50%;
        bottom: 125px;
        transform: translate(50%, 0);
        justify-content: flex-end;
        margin-top: 30px;
    }

    .all-products-section .section__foot {
        margin-top: 15px;
    }





    .home-collections .collection-card .card-collection-content {
        padding-top: 12px;
    }

    .footer .footer__body .footer__cols .footer__col .footer__newsletter .newsletter__field input {
        padding-left: 10px;
        padding-right: 11.4rem;
    }


    .press-section .press-wrapper {
        padding: 20px 0 0px;
    }

    .faqs-wrapper .faq-item .title-block span.icon {
        width: 14px;
        height: 14px;
    }

    .faqs-wrapper .faq-item .title-block span.icon:before {
        width: 14px;
        top: 6px;
    }

    .faqs-wrapper .faq-item .title-block span.icon:after {
        height: 14px;
        left: 6px;
    }

    .product-faqs .faqs-wrapper .faq-item .title-block h6 {
        width: calc(100% - 14px);
    }

    .faqs-wrapper .faq-item .title-block span.icon:before {
        height: 2px;
    }

    .faqs-wrapper .faq-item .title-block span.icon:after {
        width: 2px;
    }



    .video-review-section .review-block,
    .video-review-section .video-block {
        width: 100%;
    }

    .video-review-section {
        flex-direction: column-reverse;
    }

    .video-review-section .review-block {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .video-review-section .review-block .review-stars svg {
        width: 24px;
        height: 24px;
    }

    .video-review-section .review-block p {
        font-size: 15px;
        line-height: 24px;
    }

    .video-review-section .review-block .review-stars {
        margin-bottom: 20px;
    }



    .container,
    .image-text-half .text-block,
    .video-review-section .review-block {
        padding-left: 30px;
        padding-right: 30px;
    }

    .product-faqs {
        padding: 50px 0;
    }

    .product-faqs .faqs-wrapper .faq-item .title-block h6 {
        font-size: 16px;
        line-height: 25px;
    }

    .faqs-wrapper .faq-item .title-block {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .product-faqs .faqs-wrapper {
        padding-bottom: 0px;
    }

    .image-with-accordions .content-block h4 {
        font-size: 21px;
        line-height: 25px;
        margin-bottom: 50px;
    }

    .image-with-accordions .accordion-item .title-block {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .image-with-accordions {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .image-with-accordions .accordion-item .title-block .icon {
        width: 14px;
        height: 14px;
    }

    .image-with-accordions .accordion-item .title-block .icon:before {
        height: 2px;
        width: 14px;
        top: 6px;
    }

    .image-with-accordions .accordion-item .title-block .icon:after {
        height: 14px;
        width: 2px;
        left: 6px;
    }

    .image-with-accordions .accordion-item .title-block h6 {
        width: calc(100% - 14px);
    }

    .card-product .card-product__content span.tag {
        font-size: 12px;
        line-height: 16px;
    }

    .card-product .card-product__content .card-product__title {
        font-size: 16px;
        line-height: 20px;
        margin-top: 2px;
        margin-bottom: 15px;
    }

    .card-product .card-product__content .final-sale {
        font-size: 12px;
        line-height: 24px;
    }



    .card-product .card-product__content .price.card-product__price {
        margin-top: 18px;
    }

    .card-product .card-product__content {
        padding: 15px 0 30px;
    }



    .our-story-banner .banner-content {
        padding-top: 40px;
        padding-bottom: 40px;
    }


    .text-video-section .content-block h2,
    .text-with-image-signature .text-block h2 {
        font-size: 24px;
        line-height: 36px;
    }

    .video-review-section .review-block p {
        font-size: 18px;
        line-height: 24px;
        max-width: 500px;
    }

    .op-title-description {
        padding-top: 30px;
    }

    .op-title-description .title-block h4 {
        font-size: 24px;
        line-height: 36px;
    }

    .op-title-description .title-block {
        padding: 12px 0;
    }

    .our-patches-list-section .list-item {
        grid-template-columns: 50px auto;
        column-gap: 15px;
    }
}

@media only screen and (max-width: 480px) {
    .product-icon-text .icon-text-block img {
        max-width: 30px;
    }

    .product-icon-text .icon-text-block {
        gap: 10px;
    }

    .product .nav.nav-tabs li a {
        font-size: 14px;
        line-height: 18px;
    }

    .product-recommendation .swiper-wrapper.card-product-slider__wrapper {
        grid-template-columns: repeat(1, 100%);
        column-gap: 0;
    }


    .image-text-half .text-block h2 {
        font-size: 24px;
        line-height: 33px;
    }



    body .js-announcement-bar .bar__text-content p {
        font-size: 12px;
        line-height: 16px;
    }



    .our-story-banner .banner-content h2 {
        max-width: 80%;
    }




    .why-patches-banner .banner-content {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .our-patches-list-section .list-item .content h6 {
        font-size: 16px;
        line-height: 20px;
    }

    .our-patches-list-section .list-item {
        grid-template-columns: 40px auto;
        column-gap: 12px;
    }



    /* .collection-grid-container .collection__grid[data-cols="3"] .card-product {
        width: 100%;
    } */
}

.ingredientGlossary {
    padding: 100px 0 0px;
}

.ingredientGlossary .ingredientItems {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2%;
}

.ingredientGlossary .ingredientItem {
    width: 23%;
    text-align: center;
    display: flex;
    flex-direction: column;
    margin: 50px 0;
    padding: 0 15px;
}

.ingredientGlossary .ingredientItem img {
    aspect-ratio: 1/1;
    border-radius: 100%;
    object-fit: cover;
    margin-bottom: 15px;
}

.ingredientGlossary .ingredientItem span {
    text-transform: uppercase;
}

.hc-widget .hc-icon.hc-icon--star-o path {
    fill: #000;
}

.our-features-section.scrollSection .slick-track {
    display: flex;
}

h6.card-product__title a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    height: 24px;
}

.main-product__tabs {
    border-bottom: 1px solid #000 !important;
}

.main-product__tabs .main-product__tab {
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    font-family: Work Sans;
}

.main-product__tabs .main-product__tab.active {
    font-weight: 700;
    border-bottom: 0px;
}


.newsletter-popup__wrapper {
    display: flex;
    max-width: 900px !important;
    align-items: center;
}

.newsletter-popup__wrapper .media,
.newsletter-popup__wrapper .newsletter-popup__content {
    flex: 50%;
}

.topNewsletterLogo {
    padding-bottom: 15px;
    border-bottom: 1px solid #000;
    margin-bottom: 30px;
}

.newsletter-popup__subtitle {
    font-size: 18px !important;
    font-family: Work Sans;
    font-weight: 400;
}

.newsletter-popup__title {
    font-size: 72px !important;
    font-family: Work Sans;
    font-weight: 500;
    line-height: 60px;
    margin-bottom: 0px;
}

.newsletter-popup__entry {
    font-size: 14px;
}

.newsletter-popup__form .newsletter__field {
    border: 1px solid #ccc;
    background: #fff;
}

.newsletter-popup__form .newsletter__button {
    background-color: #000;
    color: #fff;
    margin-top: 15px;
    width: 100%;
    position: relative;
}

#ModalClose-newsletter-popup {
    position: absolute;
    top: 0px;
    padding: 16px;
    right: 0px;
    z-index: 3;
    cursor: pointer;
}

#ModalClose-newsletter-popup svg {
    stroke: rgb(0, 0, 0);
    stroke-width: 4px;
    top: 6px;
    left: 6px;
    width: 18px;
    height: 18px;
}

#ModalClose-newsletter-popup.link:before {
    display: none;
}

.greatGrandChildLink>a,
.boldlink>a {
    font-weight: 700 !important;
}

.greatGrandChildLinks>a {
    font-weight: 700 !important;
}

li.header__nav-sublinks-item.greatGrandChildLinks {
    flex-direction: column;
}

li.header__nav-sublinks-item.greatGrandChildLinks ul {
    padding-left: 20px;
}

a.header__nav-dropdown-link {
    font-size: 14px !important;
}

.media.media--overlay.media--portrait.card__media a.btn {
    font-size: 13px;
}

.drawer-image-block a.btn {
    font-size: 13px;
}

.signatureImage {
    margin-top: 20px;
}

.section--product-recommendations.product-pair-with section {
    background-color: #fff;
}

.section--product-recommendations.product-pair-with section .card-product {
    height: 100%;
}

.signature-image {
    display: flex;
    gap: 30px;
}

.main-product__tabs-wrapper ul {
    padding-left: 0px;
}

.all-products-section .products-wrapper .card-product .card-product__overlay-content ul li,
.product__description ul li,
.main-product__tabs-wrapper ul li {
    list-style: none;
}

.all-products-section .products-wrapper .card-product .card-product__overlay-content ul li:before,
.product__description ul li:before,
.main-product__tabs-wrapper ul li:before {
    content: "";
    background-size: 18px;
    background-image: url("https://cdn.shopify.com/s/files/1/0829/9577/3735/files/sparkle.png?v=1697647620");
    padding-left: 20px;
}

.mob_popup_image {
    display: none;
}

.cart-drawer__summary-actions .button[type="submit"] {
    height: 44px;
}

.ShopPromiseLayoutV2__container {
    min-width: 320px;
}

.header .header__nav .header__nav-items .header__nav-dropdown .image-btn-block .btn {
    font-size: 13px;
}

.subcategory h6 {
    font-size: 20px;
    margin-top: 40px;
}

.account .form-customer {
    margin: 0 auto !important;
}

#shopify-product-reviews .spr-form-label,
.field__label,
.select-input__label,
.dropdown__button,
.dropdown__label,
.link {
    font-size: 15px !important;
}

.shipping-faq-wrapper ul {
    list-style: none;
    padding-left: 0px;
}

.shipping-faq-wrapper li {
    list-style: none;
}

.shipping-faq-wrapper .faq-item:first-child .content {
    padding-bottom: 15px;
}

.metafield-rich_text_field p {
    margin-bottom: 5px;
}

.template--index .image-banner-with-text .banner-content .wrapper {
    grid-template-columns: 1fr;
}

.template--index .image-banner-with-text .banner-content .wrapper .content-block {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.template--index .image-banner-with-text .banner-content {
    padding-top: 50px;
    padding-bottom: 50px;
}

.klaviyo-form input::placeholder {
    font-family: 'Work Sans' !important;
}

.klaviyo-form input {
    font-family: 'Work Sans' !important;
}

.klaviyo-form button {
    font-family: 'Work Sans' !important;
    letter-spacing: 0.2rem !important;
}

.klaviyo-form span,
.klaviyo-form p {
    font-family: 'Work Sans' !important;
}

.certification-page .content-block {
    padding: 60px 0;
}

.certification-page .content-block .cert-images {
    margin-top: 40px;
}

.certification-page .content-block .certificate_title {
    margin-bottom: 30px;
}

.hideFaqItem {
    display: none;
}

.hideFaqItem.showFaqItem {
    display: block;
}

.btnShowMoreLess {
    margin-top: 20px;
    text-decoration: underline;
    display: block;
    cursor: pointer;
}

.product-faqs .button-block a {
    margin-top: 20px;
}

@media only screen and (min-width: 1180px) {
    .container .hc-widget #hc-product-tabs {
        width: 100% !important;
    }
}

@media only screen and (max-width: 1300px) {
    .footer .footer__body .footer__cols .footer__col.footer_note {
        /*padding: 0 30px;*/
    }

    .footer .footer__body .footer__cols .footer__col .footer__menu .footer__links.footer__links--cols {
        justify-content: flex-start;
    }
}

@media only screen and (max-width: 767px) {
    .why-subscribe-content .whySubscribeReason {
        width: 48%;
        height: 210px;
        padding: 0px;
    }

    .ingredientGlossary .ingredientItems {
        gap: 0;
    }

    .ingredientGlossary .ingredientItem {
        margin-bottom: 25px;
        padding: 0 15px;
        width: 50%;
    }

    .hero-slider .slide-item {
        padding-top: 50vh;
    }

    .home-collections .collection__wrapper .collection-card .collection-card {
        padding: 0 8px;
    }

    .footer .footer__body .footer__cols .footer__col:nth-child(2) {
        width: 100%;
    }

    .footer .footer__body .footer__cols .footer__col:nth-child(3) {
        width: auto;
    }

    .footer .footer__body .footer__cols {
        align-items: center;
    }

    span.hc-product-rating__text {
        font-size: 12px;
    }

    .press-section .container {
        padding-left: 40px;
        padding-right: 40px;
    }

    .mob_popup_image {
        display: block;
        position: relative;
        width: 100%;
        overflow: hidden;
    }

    .newsletter-popup__wrapper {
        flex-direction: column;
    }

    .newsletter-popup__title {
        font-size: 68px !important;
    }

    .mob_popup_image img {
        position: relative;
        top: 0px;
        left: 0;
        height: auto;
    }

    .footer .footer__body .footer__cols .footer__col.footer_note {
        order: 1;
        padding: 0 0px;
    }

    .image-banner-with-text .banner-content p {
        font-size: 16px;
        line-height: 22px;
    }

    .template--index .image-banner-with-text .banner-content {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .all-products-section .products-wrapper .card-product:hover a.card-product__media,
    .all-products-section .products-wrapper .card-product .card-product__overlay-content,
    .all-products-section .products-wrapper .card-product .relative:hover .card-product__media {
        transform: unset;
    }

    .hero-slider .container {
        align-items: flex-end;
        padding-left: 0px;
        padding-right: 0px;
        /* padding-bottom: 20px; */
    }

    .hero-slider .content-block h2 {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 20px;
    }

    .hero-slider .content-block p {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .hero-slider .content-block {
        max-width: 100%;
        padding: 0 20px;
    }

    .drawer__menu .accordion__section .card {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .drawer__menu .accordion__section .card a.btn {
        position: absolute;
        width: auto;
        left: 50%;
        transform: translate(-50%);
        bottom: 50px;
        height: 52px;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 2;
        top: unset;
    }

    .drawer__menu .accordion__section .card .media--portrait {
        padding-bottom: 100%;
    }

    .product product-form form button[type=submit] {
        width: 100%;
        min-width: auto;
    }

    .our-story-banner .banner-content {
        min-height: 260px;
        display: flex;
        align-items: center;
    }

    .ingredient-details .content-block .details .detail-block h6 {
        max-width: 80px;
    }

    .ingredient-details .content-block .details .detail-block ul {
        width: calc(100% - 80px);
    }

    .press-section .press-wrapper .press-block {
        min-height: 80px;
        position: relative;
    }

    .press-section .press-wrapper .press-block img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .press-section .section__foot {
        margin-top: 2rem;
    }
}

@media only screen and (min-width: 768px) {
    .image-text-half.position_left {
        max-height: 550px;
        align-items: center;
        overflow: hidden;
    }

    /* .image-text-half .text-block {
        padding-top: 0px;
        padding-bottom: 0px;
    } */
}

@media only screen and (max-width: 480px) {
    .footer .footer__body .footer__cols .footer__col:nth-child(3) {
        width: 100%;
        text-align: center;
        padding-bottom: 20px;
    }

    .footer__content {
        padding-bottom: 20px !important;
    }

    .footer .footer__body .footer__cols .footer__col .footer__menu .footer__links.footer__links--cols {
        justify-content: center;
    }

    .why-subscribe-content .whySubscribeReason {
        width: 48%;
    }

    /* .whySubscribeReason a.btn {
        min-width: 110px;
        padding: 10px 8px !important;
        font-size: 12px;
    } */

    .template--subscribe-and-save .collection__grid {
        grid-template-columns: repeat(1, minmax(0, 1fr))
    }

    .hero-slider .slick-dots li button {
        width: 10px;
        height: 10px;
    }

    .hero-slider .slide-item .slide-content a.btn {
        font-size: 14px;
    }
}

.product-selector__quantity {
    display: none;
}

.product__content product-form form {
    display: block;
}

/*newsletter-popup{display:none !important;}*/
purchase-options.product__purchase-options,
.sls-purchase-options-label {
    display: none;
}

.sls-purchase-options-container {
    border: 0px !important;
}

.sls-option-container {
    border: 1px solid #000000 !important;
    margin-bottom: 10px;
}

.sls-selling-plan-group-first-option,
.sls-savings-badge {
    display: none;
}


/********************************************/
/*PULSE STYLES*/
/********************************************/

@media (max-width: 767px) {
    .media--overlay {
        background-color: rgba(0, 0, 0, .3);
    }

    .media--overlay img {
        mix-blend-mode: multiply;
    }

}

.our-features-section .features-wrapper .feature-item span {
    font-weight: 700;
}



/* .home-collections.text--3b3c36 p {
    color: #000000;
} */



.home-collections .collection-card {
    position: relative;
}

.home-collections .card-collection-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    padding: 0 .25rem;
    width: 100%;

}

.home-collections .media--overlay {
    position: relative;
    overflow: hidden;
}

.home-collections .media--overlay::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    border: 1px solid #BA967F;
    border-radius: 30px;
    transition: all .2s ease;

}

@media (hover : hover) {
    .home-collections .collection-card:hover .media--overlay::after {

        background-color: #ba967fe0;

    }

}


.home-collections .item-description {
    color: #3B3C36;
    text-align: center;

    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    padding-top: 2rem;

}

.template--why-patches .home-collections .btn {
    color: #DACABC;
}

.collection-card.text-colors-inverse .item-description {
    color: #fff;

}

.template--why-patches .home-collections .btn::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32.796' height='32.174' viewBox='0 0 32.796 32.174'%3E%3Cg id='Icon_feather-arrow-down-left' data-name='Icon feather-arrow-down-left' transform='translate(14.516 32.245) rotate(-135)'%3E%3Cpath id='Path_32' data-name='Path 32' d='M20.629,0,0,20.629' transform='translate(0 2.221)' fill='none' stroke='%23dacabc' stroke-linejoin='round' stroke-width='3'/%3E%3Cpath id='Path_33' data-name='Path 33' d='M11,11H0V0' transform='translate(0 11.846)' fill='none' stroke='%23dacabc' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E%0A");
}

/* end shop the benefits*/

/* All Products Section */

.all-products-section {
    display: flex;
    flex-direction: column;
    position: relative;
    padding-top: 125px;
    padding-bottom: 200px;
}

.all-products-section>.container {
    order: 0;
}

.all-products-section .section__body {
    order: 2;
    margin-top: 80px
}

.all-products-section .section__foot {
    order: 1;
    margin-top: 0;

}

.all-products-section .section__foot .button:hover,
a.button:hover {
    color: #3B3C36;
    background-color: transparent !important;
}

.all-products-section .section__foot>.container {
    position: static;

}

.all-products-section .section__foot .ap-arrows {
    top: auto;
    bottom: 100px;
    right: 20%;
    transform: translate(0) !important;
}

@media only screen and (max-width: 575px) {
    .all-products-section .section__body {
        order: 2;
        margin-top: 50px
    }

    .all-products-section .section__foot .ap-arrows {
        top: auto;
        right: 50%;
        bottom: 125px;
        transform: translate(50%, 0%) !important;
        justify-content: center;

    }

    .why-subscribe-content .whySubscribeReason ul {
        padding-inline-start: 1.5rem;
    }
}

/* End All Products Section */


/* Before After */

.section-before-and-after-title {
    font-size: 45px !important;
    line-height: 46px !important;
}

.section-before-and-after-content {

    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}

.before-and-after-grid-col-text-content-button-container .button {
    color: #DACABC;
}

.before-and-after-grid-col-text-content-button-container .button:hover {
    color: #DACABC;
}

.section_slider_layout--full .before-and-after-grid-col-text-content-button-container {
    align-items: center !important;
    justify-content: center !important;
}

.section_slider_layout--full .before-and-after-grid {
    gap: 5rem !important;
}

/* End Before After */

/* Ingredient Benefits */
.ingredient-benefits.color-background-primary {
    padding: 125px 0;
    background-color: white;


}

.ingredient-benefits.color-background-primary .section__title {
    color: #3B3C36;

}

.ingredient-benefits.color-background-primary p {
    color: #000000;

}

.ingredient-benefits .ib-slide-wrapper {
    width: 110%;
    padding-left: calc((100% - 1650px)/2 + 15px);
}

.ingredient-benefits .swiper.card-slider {
    height: auto;

}

.ingredient-benefits .card-slider__slide {
    width: 27.5% !important;
}

.ingredient-benefits .card-collection__link {
    max-width: 382px;
    max-height: 382px;
    margin: 0 auto;
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0 15px;
    display: block;
}

.ingredient-benefits .card-collection__media {
    background: transparent;
    padding-bottom: 100% !important;
}

.ingredient-benefits .card-collection__media img {
    aspect-ratio: 1/1;
    margin: auto;
    width: 100%;
    height: auto;
    left: 50%;
    transform: translateX(-50%);
    max-width: 382px;
    max-height: 382px;
}

.ingredient-benefits .hover-info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ba967fe0;
    opacity: 0;
    z-index: -1;
    transition: all .2s ease;
    height: 100%;
    width: calc(100% - 30px);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 15px;

}

@media (hover : none) {
    .ingredient-benefits .hover-info {

        opacity: .85;
        z-index: 5;


    }
}

.ingredient-benefits .hover-title {

    font-size: 26px;
    line-height: 26px;
    font-weight: 500;
    text-transform: uppercase;

}

@media only screen and (min-width: 600px) {
    .ingredient-benefits .hover-title {
        font-size: 22px;


    }
}

@media only screen and (min-width: 1200px) {
    .ingredient-benefits .hover-title {
        font-size: 26px;


    }
}

.ingredient-benefits .hover-desc * {

    font-size: 22px;
    line-height: 25px;
    font-weight: 400;
    margin-bottom: 0;
    text-transform: capitalize;


}

@media only screen and (min-width: 600px) {
    .ingredient-benefits .hover-desc * {
        font-size: 18px;
        line-height: 22px;



    }
}

@media only screen and (min-width: 1200px) {
    .ingredient-benefits .hover-desc * {
        font-size: 22px;
        line-height: 25px;



    }
}

.ingredient-benefits .card-collection__link:hover {
    opacity: 1.0;
}

.ingredient-benefits .card-collection__link:hover .hover-info {
    opacity: 1.0;
    z-index: 5;
}


@media only screen and (min-width: 768px) {
    .ingredient-benefits .section__foot {
        padding-top: 75px;
    }

}

.ingredient-benefits .custom-arrows {
    padding-bottom: 50px;
}

.ingredient-benefits .slick-prev,
.ingredient-benefits .slick-next {
    background: transparent;
    width: 28px;
    border: 0;
    outline: none;
    box-shadow: none;
    cursor: pointer;
}

.slick-dots {
    margin: 0;
    padding: 0;
    list-style: none;

}

.ingredient-benefits.color-text-inverse,
.ingredient-benefits.color-text-secondary {
    background-color: black;
}

.ingredient-benefits.color-text-inverse * {
    color: white;
}

.ingredient-benefits.color-text-secondary * {
    color: #DACABC;
}

.hover-info * {
    color: black !important;
}

@media only screen and (max-width: 575px) {
    .ingredient-benefits .section__foot .button {
        max-width: 300px;
    }
}

/* End Ingredient Benefits */




/* End Press Section */


/* Why Patches */
.why-patches-banner .banner-content p.section-full-width-banner__subtitle {
    font-size: 80px;
    line-height: 80px;

    font-weight: 600;
    letter-spacing: .01rem;
    margin-bottom: 20px;
    color: #FFFFFF;
}

.why-patches-banner .banner-content {
    max-width: 100%;
}



.our-patches-list-section {
    padding: 90px 0;
}

.our-patches-list-section .wrapper {
    align-items: center;
}

.our-patches-list-section .wrapper .list-block {
    order: 2;
}

.our-patches-list-section .wrapper .image-block {
    order: 1;
}

.our-patches-list-section .title-block h6 {

    font-size: 42px;
    line-height: 42px;
    font-weight: 700;
}

.our-patches-list-section .list-item .content h6 {

    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
}

.our-patches-list-section .wrapper .image-block img {
    border: 1px solid #BA967F;
}

.accordion .accordion__section {
    padding: 3.2rem 0 1rem;
    border-color: #707070
}

.accordion .accordion__button {

    font-size: 22px;
    letter-spacing: .05rem;
    font-weight: 700 !important;
    text-decoration: none !important;
    text-transform: uppercase;

}

.accordion .accordion__section.is-active .accordion__button {
    color: #fff;
    font-weight: 700 !important;

}

.accordion__body-inner {
    padding: 2.4rem 0;
}

.accordion .accordion__body-inner p {
    font-size: 18px;
    line-height: 28px;

}

.accordion .learn-more,
.accordion .learn-more:visited {
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
    color: #3b3c36;
    border-bottom: 1px solid #3b3c36;
    padding-bottom: 1rem;
    display: inline-block;
    transition: all .2s ease;
}

.accordion .learn-more:active {
    color: #BA967F;
    border-bottom: 1px solid #BA967F;
}

@media (hover: hover) {

    .accordion .learn-more:hover {

        color: #BA967F;
        border-bottom: 1px solid #BA967F;

    }
}


/* End Why Patches */
/* FAQS */
.faq-page-banner {
    height: calc(100vh - 400px);
}

.faq-page-banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}

@media only screeen and (min-width: 991px) {
    .faq-page-banner {
        height: calc(100vh - 220px);
    }

}

.faq-page-banner {
    height: calc(100vh - 220px);
    display: flex;
    align-items: center;
}

.faq-page-banner .banner-title h1 {
    font-size: 80px;
    line-height: 80px;
    color: #fff;
}

@media only screen and (max-width: 575px) {
    .faq-page-banner .banner-title h1 {
        font-size: 18px;
        line-height: 24px;
    }


    .faqs-wrapper .nav-tabs li a .image-block {
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (max-width: 767px) {
    .faq-page-banner .banner-title h1 {
        font-size: 22px;
        line-height: 24px;
    }
}

@media only screen and (max-width: 1199px) {
    .faq-page-banner .banner-title h1 {
        font-size: 30px;
        line-height: 30px;
    }
}

.faqs-wrapper .nav-tabs li a .image-block {

    padding: 0 !important;
    border: 2px solid #BA967F;
}

.faq-item.active svg {
    transform: rotate(180deg);
}



.faqs-wrapper .faq-item .title-block h6 {
    font-size: 22px;
    line-height: 28px;
    text-transform: capitalize;
    font-weight: 400 !important;

}

/* end FAQS */
.image-text-half ul {
    padding-inline-start: 1.5rem;
    text-align: left;
}

.image-text-half ul li {
    padding-bottom: 2rem;

    font-size: 18px;
    line-height: 28px;
}

.why-subscribe .why-subscribe-content h3 {

    font-size: 45px;
    line-height: 45px;
    font-weight: 700;
}

.why-subscribe .why-subscribe-content span {
    font-family: "Work Sans", sans-serif;
    font-size: 30px;
    line-height: 30px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    color: #ba967f;
}

.why-subscribe .why-subscribe-content ul li {
    font-family: "Work Sans", sans-serif;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 2.5rem;
}

.why-subscribe-content {
    gap: 0;
    align-items: center;
}

.why-subscribe-content .whySubscribeReason {
    width: 50%;
    background: none;
}

@media (max-width: 600px) {
    .why-subscribe .why-subscribe-content .whySubscribeReason {
        width: 100%;
        background: none;
    }

}




/* Footer Styles */

@media only screen and (min-width: 1200px) {
    .footer__col--lg {
        flex-shrink: 0;
        flex-basis: 100% !important;
        margin-bottom: -50px !important;
    }
}


.footer__content-entry {
    max-width: 100% !important;
}

.footer .footer__body .footer__cols .footer__col:nth-child(1) {

    padding-top: 125px;
}

.footer__content-entry h2 {
    font-size: 40px;
    margin-bottom: 15px;
    font-weight: 700;
}

@media only screen and (min-width: 768px) {
    .ingredient-benefits .card-collection__link {
        margin: 0 auto 0 0;
    }
}

@media only screen and (min-width: 480px) {

    .image-text-half .text-block,
    .video-review-section .review-block {
        padding-right: calc((100% - 1420px) / 2);
    }
}

@media only screen and (max-width: 989px) {
    .section-before-and-after-title {
        font-size: 24px !important;
        line-height: 30px !important;
    }



    .why-patches-banner .banner-content p.section-full-width-banner__subtitle {
        font-size: 30px;
        line-height: 30px;
    }

    .our-patches-list-section .list-item .content h6 {
        font-size: 16px;
    }

    .why-subscribe-content .whySubscribeReason {
        width: 50%;
        height: auto;
    }

    .why-subscribe-content .whySubscribeReason:nth-child(1),
    .why-subscribe-content .whySubscribeReason:nth-child(2) {
        margin-bottom: 1.5rem;
    }

    .why-subscribe .why-subscribe-content h3 {
        font-size: 30px;
        line-height: 30px;
    }
            .grid.product__grid.product__grid--has-media .grid__item.product__grid__item.product__grid__item--media,
    .grid.product__grid.product__grid--has-media .grid__item.product__grid__item.product__grid__item--content {
        width: 100%;
    }
}

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

    .ingredient-benefits .ib-slide-wrapper {
        width: 100%;
        padding-left: 15px;
    }
}

@media only screen and (max-width: 575px) {
    .ingredient-benefits a.button {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: auto;
        padding: 0;
    }

    .ingredient-benefits a.button::after {
        position: static;
        margin-left: 0;
        transform: translateY(-0%);
        margin-top: 1.5rem;
        padding: 0;
    }


    .why-subscribe .why-subscribe-content h3 {
        font-size: 26px;
        line-height: 26px;
    }

    .image-text-half.position_right .text-block ul {
        padding-right: 0;
    }

    .image-text-half.position_right .text-block h2 {
        padding-right: 0;
    }

    .image-text-half.position_right .text-block p {
        padding-right: 0;
    }
}


/* some utilities reskin*/
.bg-secondary {
    background-color: #DACABC;
}

/* mix and match bundles */
.bndlr-products-container {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;

}

.bndlr-landing-page .bndlr-products-container {
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;

}

@media (min-width: 592px) {
    .bndlr-landing-page .bndlr-product {

        max-width: 280px !important;
    }
}

.bndlr-bundle-title {
    max-width: 1020px;
    margin-left: auto;
    margin-right: auto;

}

[data-bundle-name="Minis: Build your own bundle (3 packs for $33)"] .bndlr-bundle-title {
    max-width: 740px;
    margin-left: auto;
    margin-right: auto;

}

.bndlr-bundle-description {
    font-size: 18px;
    line-height: 21px;
    font-family: Work Sans;
    padding-bottom: 3rem;
}

.bndlr-product.bndlr-mix-and-match {
    height: fit-content;
}

.bndlr-mnm-second-container {

    background-color: #DACABC;
    padding: 1rem 3rem;
}

.bndlr-products-container .bndlr-inner-products-container {
    display: grid;
    grid-template-columns: 1fr;
}

.bndlr-products-container .bndlr-inner-products-container .bndlr-mnm-selected-products-title {
    font-size: 34px;
}

.bndlr-products-container .bndlr-mnm-selected-products .bndlr-product {
    background-color: #F5EBDF;
}

.bndlr-mnm-selected-products-title.bndlr-hidden {
    display: block !important;
}

@media (min-width: 768px) {
    .bndlr-products-container .bndlr-inner-products-container {
        grid-template-columns: 66.66666% 1fr;
    }

    .bndlr-products-container .bndlr-mnm-available-products {
        max-height: 776px;
        overflow: auto;
    }


}

/* bulk bundler */
.bndlr-volume-discount .bndlr-volume-saving-text {
    font-size: 14px !important;
}

/* bundle cta section */
/* .bundle-cta__hr, .bundle-cta__heading, .bundle-cta__blurb, .bundle-cta__btn {
    display:none;

} */
.bundle-cta__heading {
    font-size: 18px !important;
    line-height: 21px !important;


}

.bundle-cta__blurb {
    font-size: 16px;
    line-height: 18px;
    font-family: Work Sans;

}

.bundle-cta__btn {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 3rem !important;
    cursor: pointer;
    padding-left: 0;

}

.card-product[data-handle="multi-ingredient-vitamin-patch-bundle"] .final-sale,
.card-product[data-handle="multi-ingredient-vitamin-patch-bundle"] .basic-button,
.card-product[data-handle="single-ingredient-vitamin-patch-bundle"] .final-sale,
.card-product[data-handle="single-ingredient-vitamin-patch-bundle"] .basic-button,
.card-product[data-handle="bundles"] .final-sale,
.card-product[data-handle="bundles"] .basic-button,
.card-product[data-handle="multivitamin-6-pack-bundles"] .basic-button,
.card-product[data-handle="multivitamin-6-pack-bundles"] .final-sale {
    display: none;
    pointer-events: none;

}

@media (min-width: 990px) {
    #header nav.header__nav>ul>li.header__nav-item>div>ul>li:nth-child(5) {
        display: none !important;
    }
}

.card-product[data-handle="bundles"],
.card-product[data-handle="multivitamin-6-pack-bundles"] {
    display: none !important;
}

/* body.template--product .shopify-section {
        opacity: 1.0!important;
        transition: all .4s ease-in-out;} */


body.template--product .bundle-builder--wrapper {
    margin-top: -75px !important;
}

@media (min-width: 992px) {
    body.template--product .bundle-builder--wrapper {
        margin-top: -150px !important;
    }
}

.template--product .product .top-link {
    text-align: center !important;
}

.card-product__sizes-overlay {
    backdrop-filter: unset !important;
}

.product__content.text-left a,
.product__content.text-left p a,
.product__content.text-left li a {
    color: #000 !important;
    text-decoration: underline;
    font-weight: 700;
}

@media (hover: hover) {

    .product__content.text-left a:hover,
    .product__content.text-left p a:hover,
    .product__content.text-left li a:hover {
        color: #96634e !important
    }
}

.card-product:not(.sold-out) .restock-rocket-button {
    display: none !important;
}

.product-faq__answer p,
.product-faq__answer p strong,
.product-faq__answer p em {
    font-size: 22px;
    line-height: 27px;

}

.product-faq__answer p strong,
.section__product-faq .product-faq__answer p em {
    display: inline;

}

.product-faq__answer p {
    font-size: 22px;
    line-height: 27px;
    font-weight: 300;
}

.section__product-faq .product-faq__answer ul em,
.section__product-faq .product-faq__answer ul p em {
    font-style: normal;
    color: #000;
    font-family: Work Sans, sans-serif;
    font-size: 26px;
    line-height: 32px;
    font-weight: 300;
    letter-spacing: -.01rem;
    display: block;
    margin-bottom: 2.5rem;
}

#MainContent {
    padding-top: 68px;
}
.template--index #MainContent {
    padding-top: 0;
}
#shopify-section-header-phase-2, #shopify-section-header-phase-3 {
    position: absolute !important;
    width: 100%;
    max-width: 100vw;
    top: 36px;
    transition: all .4s ease;
    opacity: 1.0 !important;
}

#shopify-section-header-phase-2.is-sticky-fixed, #shopify-section-header-phase-3.is-sticky-fixed {
    top: -136px;
}

#shopify-section-header-phase-2.is-sticky-fixed.is-sticky--on, #shopify-section-header-phase-3.is-sticky-fixed.is-sticky--on {
    position: fixed !important;
    top: 0;
}


[data-product-handle="jet-set-stack-patch-bundle"] .text-navigation-button.sale,
[data-product-handle="glow-repair-patch-kit"] .text-navigation-button.sale,
.collection--bundles .btn.btn-filter,
.collection--bundles-premade-and-build-your-own .btn.btn-filter,
.template--bundle-and-save .final-sale,
.collection--bundles .final-sale,
.collection--bundles-premade-and-build-your-own .final-sale,
.card-product[data-handle="multi-ingredient-vitamin-patch-bundle"] .card-product__sizes-btn,
.card-product[data-id="9194523787504-template--19762555715824__main-1"] .card-product__sizes-btn,
.card-product[data-handle="single-ingredient-vitamin-patch-bundle"] .card-product__sizes-btn,
.card-product[data-id="9180277440752-template--19762555715824__main-2"] .card-product__sizes-btn, .grid__item .marquee-tags {
    display: none !important;
}


@media (max-width: 480px) {
    .hero-slider-bs5 .slide-content {
        top: -120px !important;

    }
}

.collection--subscribe-save [data-handle="kids-day-night-bundle"]{
    display:none!important;
}
.section__lets-be-social .heading-static svg {max-width: 100%;}