/** Shopify CDN: Minification failed

Line 945:37 Unexpected "{"

**/
/* @import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap'); */



.jm-review-widget-header__title{
    color: rgb(0, 0, 0);
    letter-spacing: 0px;
    font-size: 52px !important;
    font-weight: 700 !important;
}
.field:hover.field:after,
.field:after,
.field__input:focus, 
.select__select:focus, 
.customer .field input:focus, 
.customer select:focus, 
.localization-form__select:focus.localization-form__select:after {
    box-shadow: none;
}
.heading {
    font-weight: 600;
}
/* button css start */
.button {
    padding: 17px 40px;
    gap: 10px;
    border-radius: 40px;
    font-size: 20px;
    transition: .5s;
    font-weight: 600;
    text-transform: capitalize;
    font-family: var(--font-heading-family);
}
.button:after,
.button:hover:after {
    box-shadow: none !important;
}
.button:hover {
    background: #fff !important;
    color: var(--color-highlight) !important;
}
.button.button--secondary {
    color: #393939;
    background-color: #FFCC00;
}
/* button css end */
.product__media.media {
    /* height: 100%; */
    border-radius: 20px;
}
label.quantity__label.form__label,
a.link.product__view-details.animate-arrow {
    display: none;
}
.product-gallery-wrapper {
    max-width: 100%;
}
.mainSwiper {
    width: 100%;
    margin-bottom: 20px;
}
.thumbsSwiper {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.thumbnail-image img {
    width: 100%;
    height: auto;
    object-fit: cover;  
    transition: .2s all ease-in-all;
    display: block;
    border-radius: 10px;
    border: 2px solid #393939;
}
.main_wrapper .swiper-slide-thumb-active img{
  border: 2px solid #f15779;
}
.main_wrapper .swiper-button-prev,
.main_wrapper .swiper-button-next {
   width: 40px;
    height: unset;
    z-index: 2;
    max-width: 10%;
    position: unset !important;
    background: #f15779;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    margin: 0px !important;
    color: transparent;
}
.main-button-prev:after, .main-button-next:after {
    display: none;
}
.main_wrapper {
    display: flex;
    gap: 10px;
}
.product__title h1 {
    font-size: 40px !important;
    font-weight: 600;
    color: #393939;
    margin: 10px 0px 0px !important;
}
.product > div {
    width: 50% !important;
    max-width: 50% !important;
    position: sticky;
    top: 0;
    height: 100%;
}
.product__column-sticky {
    position: unset !important;
    max-width: 100% !important;
}
.product .product__info-wrapper {
    padding: 0px 0px 0px 50px !important;
}
.product .custom_benefits,
.product .product__description {
    font-size: 18px;
    color: #393939;
    font-weight: 400;
    line-height: 24px;
    margin: 0px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.product .price__sale {
    display: flex !important;
    align-items: center;
    flex-direction: row-reverse !important;
}
.product .price__container {
    margin-bottom: 0px;
}
#price-template--15726594916398__main {
    margin: 0px !important;
}
.product .badge {
    display: none !important;
}
.product .price-item--last {
    font-size: 28px;
    font-weight: 600;
}
.product__text {
    color: #393939;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 25px !important;
}
.product .price-item--regular {
    font-size: 20px !important;
    font-weight: 500;
    color: #948f89 !important;
}
.product .product-form__buttons .button span {
    display: flex;
    align-items: center;
    gap: 10px;
}
.product .product-form__buttons {
    max-width: 100%;
}
.product__info-container {
    max-width: 100% !important;
}
variant-selects .form__label {
    display: none;
}
variant-selects label {
    background-color: #ffffff !important;
    color: #393939 !important;
    border: 2px solid #393939 !important;
    font-size: 20px !important;
    font-weight: 500;
    padding: 15px 35px !important;
    border-radius: 10px !important;
    margin-right: 10px !important;
}
.product-form__input--pill input[type=radio]:checked+label {
    background-color: #F7DA5E !important;
}
modal-opener {
    margin: 0px !important;
}
modal-opener .product-popup-modal__button {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 16px;
    font-weight: 500;
    color: #393939;
}
.product__accordion {
    border: 2px solid #393939!important;
    border-radius: 15px;
    padding: 0 20px;
    margin-bottom: 10px!important;
    background-color: #fff;
}
.product__accordion .summary__title .accordion__title {
    font-size: 20px !important;
    font-weight: 600;
    line-height: 24px;
    color: #393939;
}
.product__accordion .accordion__content {
    font-size: 16px;
    color: #393939;
    font-weight: 400;
    line-height: 24px;
    border-top: 1px solid #393939;
    padding-top: 10px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.product__accordion svg {
    height: 12px !important;
    top: 22px;
}
.product .price__regular {
    display: none;
}
.product .jdgm-prev-badge__text {
    color: #393939;
    font-weight: 500;
}
.product-form__quantity .quantity {
    background: transparent !important;
    min-height: 45px;
    border: 1px solid #393939;
    border-radius: 7px;
    width: 120px;
}
.quantity:after {
    box-shadow: none;
}
.product__media-item {
    display: block !important;
    border-radius: 20px;
    overflow: hidden;
}
.gallery-thumbs {
    width: 100%;
    padding-bottom: 5px !important;
}
.thumbnail {
    border: none;
}
.gallery-viewer {
    margin-bottom: 30px;
}
.product__description {
    margin: 0px !important;
}
.shopify-payment-button__button {    
    font-size: 18px !important;
    transition: 0.5s;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 50px !important;
    /* overflow: hidden; */
    padding: 15px 40px;
}
.paypal-buttons {
    border-radius: 50px !important;
    overflow: hidden;
}
.thumbnail img {
    border-radius: 10px;
    border: 2px solid transparent;
}
.product--thumbnail_slider .product__media.media {
    border-radius: 20px;
    padding-top: 70% !important;
}
.jdgm-rev-widg__title {
    color: #393939;
}
.jm-review-item__content {
    display: flex;
    flex-direction: column;
}
.jm-reviewer-info {
    order: -1;
    margin-bottom: 20px !important;
    margin-top: 0px !important;
}
.jdgm-prev-badge {
    width: max-content;
    background: #fff;
    border: 1px solid #393939;
    padding: 6px 20px;
    border-radius: 50px;
    border-bottom-width: 2px;
}
.static-products .product .product__description {
    -webkit-line-clamp: none;
}
.static-products .product__description p {
    margin: 0 0 20px;
    font-size: 20px;
    line-height: normal;
}
.static-products .product__description p strong {
    font-family: 'Playfair Display';
    text-transform: capitalize !important;
    font-size: 26px;
    font-weight: 500;
}
.static-products  .product--thumbnail_slider .product__media.media {
    padding-top: 100% !important;
}



/* product card css start */
.related-products__heading {
    text-align: center;
}
.product-grid .product-card-wrapper .card {
    padding: 15px;
    border-radius: 20px;
    border: 2px solid #f15779;
}
.product-grid .product-card-wrapper .card__content {
    padding: 0px;
    border-top: 1px solid #cccccc;
    margin-top: 20px !important;
}
.product-grid .product-card-wrapper .card__information {
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
}
.product-grid .product-card-wrapper .card__information .card-information {
    text-align: center;
}
.product-grid .product-card-wrapper .card__information .card__heading {
    font-size: 24px;
    color: #393939;
    font-weight: 600;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;     
}
.underline-links-hover:hover a {
    text-decoration: none !important;
}
.product-grid .product-card-wrapper .card__inner {
    border-radius: 20px !important;
    overflow: hidden;
}
.product-grid .product-card-wrapper .card__information .card-information .price__regular {
    font-size: 20px;
    font-weight: 600;
}
.product-grid .product-card-wrapper .quick-add {
    margin: 0px;
    margin-top: 10px;
}
.product-grid .product-card-wrapper .quick-add__submit span {
    display: flex;
    align-items: center;
    gap: 10px;
}
.product-grid .product-card-wrapper .quick-add__submit span svg path {
    fill:  #fff;
}
.product-grid .product-card-wrapper .card__inner .card__content {
    display: none !important;
}
/* product card css end */

/* feature products css start */
.feature-products .collection__title {
    text-align: center;
}
.feature-products .slider-mobile-gutter ul li:first-child {
    margin: 0px !important;
}
.feature-products .slider-mobile-gutter ul:after {
    display: none;
}
.slider-buttons .slider-button {
    background: #f15779;
    border-radius: 100%;
} 
.slider-buttons .slider-button svg path {
    fill: #fff;
}
.slider-button .icon {
    height: 10px !important;
}
.slider-buttons {
    gap: 10px;
}
.slider-counter {
    display: none !important;
}
/* feature products css end */

.sub-title {
    background-color: #fff;
    padding: 10px 20px;
    border: 1px solid #393939;
    border-bottom-width: 2px;
    border-radius: 50px;
    font-family: Inter;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    margin: 0 auto 15px;
    display: table;
    color: #393939;
}
.title strong {
    color: var(--color-highlight);
    font-weight: inherit;
}
.title {
    margin: 0 0 40px 0 !important;
    font-weight: 600;
}
.title-wrapper h2.title {
    text-align: center;
}
.title-wrapper-with-link .title em {
    font-style: normal;
    display: block;
}


/* cart drawer css start */
.cart-drawer .drawer__inner {
    width: 42rem;
}
.cart-drawer .drawer__heading {
    font-size: 24px;
    font-weight: 600;
}
.cart-drawer thead th {
    color: #393939;
    font-size: 16px;
    font-weight: 500;
}
.cart-drawer .cart-item {
    background: #fff;
    padding: 10px;
    margin-bottom: 15px !important;
    border-radius: 10px;
}
.cart-item__name {
    font-size: 18px;
    font-weight: 500;
}
.product-option {
    color: #393939;
    font-size: 16px !important;
    font-weight: 500;
}
.cart-item__quantity-wrapper .button {
    background: var(--color-highlight) !important;
}
.cart-item__quantity-wrapper .button .svg-wrapper path {
    fill: #fff;
}
.cart-item cart-remove-button {
    align-items: center;
}
quantity-popover .quantity {
    background: transparent !important;
    min-height: 40px;
    border: 1px solid var(--color-highlight);
    border-radius: 20px;
}
.quantity:after {
    box-shadow: none;
}
quantity-popover .quantity .quantity__input {
    border-right: 1px solid var(--color-highlight);
    border-left: 1px solid var(--color-highlight);
}
.cart-drawer .totals .totals__total {
    font-weight: 600;
    font-size: 18px;
}
.cart-drawer .totals__total-value {
    color: #393939;
    font-weight: 500;
    font-size: 20px;
}
.cart-drawer .cart-items thead {
    margin-bottom: 30px !important;
}
.cart-drawer .cart__ctas {
    align-items: center;
}
.cart-drawer .cart__ctas button {
    margin: 0;
    padding: 17px 20px;
}
.cart-drawer .cart-item__image  {
    border-radius: 10px;
}
.cart-drawer .cart__ctas .button.button2 {
    background-color: #FFCC00;
    color: #393939;
}
/* cart drawer css end */

/* cart page css start */
.your-shopping-cart cart-items .title {
    display: none;
}
body.your-shopping-cart .underlined-link {
    font-size: 18px;
    font-weight: 500;
}
body.your-shopping-cart cart-items thead th {
    color: #393939;
    font-size: 15px;
    font-weight: 700;
}
body.your-shopping-cart cart-items .cart-item__image-container {
    border-radius: 10px;
    overflow: hidden !important;
    display: block;
}
body.your-shopping-cart cart-items .cart-item__image-container img {
    display: block;
    min-width: 100px;
}
body.your-shopping-cart cart-items .cart-item {
    background: #FAF2FF;
    padding: 10px;
    margin-bottom: 15px !important;
    border-radius: 10px;
}
body.your-shopping-cart cart-items .cart-items td {
    vertical-align: middle !important;
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
    padding-left: 28px !important;
}
body.your-shopping-cart cart-items .cart-item>td+td {
    padding-right: 28px !important;
}
body.your-shopping-cart cart-items .cart-items {
    border-collapse: separate !important;
    border-spacing: 0 20px !important;
}
body.your-shopping-cart cart-items .totals .totals__total {
    font-weight: 600;
    font-size: 16px;
}
body.your-shopping-cart .totals__total {
    font-size: 18px;
    font-weight: 500;
}
body.your-shopping-cart .totals__total-value {
    font-size: 20px;
    font-weight: 500;
}
.cart__empty-text,
.cart__login-title {
    font-weight: 500;
}

.cart-items table {
  border-radius: 12px;
  overflow: hidden;
  border-collapse: separate; /* IMPORTANT */
  border-spacing: 0;
}
.cart-items tbody tr:first-child td:first-child {
  border-top-left-radius: 12px;
}

.cart-items tbody tr:first-child td:last-child {
  border-top-right-radius: 12px;
}

.cart-items tbody tr:last-child td:first-child {
  border-bottom-left-radius: 12px;
}

.cart-items tbody tr:last-child td:last-child {
  border-bottom-right-radius: 12px;
}




/* cart page css end */


/* PDP */
/* .first-section {
    background: linear-gradient(255.06deg, #FFF9B9 0.36%, #FBECD0 98.82%);
} */
.product__info-wrapper ul {
    list-style: none;
    padding: 0;
    margin: 30px 0 0;
    display: flex;
    flex-wrap: wrap;
}
.product__info-wrapper ul li {
    position: relative;
    margin-bottom: 15px;
    padding-left: 40px;
    font-family: var(--font-heading-family);
    font-weight: 0 !important;
    color: #393939;
    font-size: 18px;
    line-height: 24px;
    width: 100%;
}
.product__info-wrapper ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(/cdn/shop/files/Frame_1.svg);
    width: 24px;
    height: 24px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.review-sec {
  background-color: #fff9d5;
  padding: 72px 0;
}
.jm-progress-bar[data-v-857aa554] {
    block-size: 10px !important; 
    background: rgb(0 0 0 / 30%) !important;
}
.jm-review-widget-header__title {
    font-size: calc(var(--font-heading-scale) * 4.5rem)!important;
    margin: 0 0 40px!important;
    font-family: var(--font-heading-family);
    font-weight: 500 !important;
}
.jm-review-content__title {
    color: #F15779 !important;
    font-family: var(--font-heading-family);
    font-weight: 500 !important;
    font-size: 24px !important;
}
.jdgm-review-content__body-content p {
    font-size: 18px;
    line-height: 24px;
}
span.jm-star-rating__font-icon {
    font-size: 16px !important;
}
.jm-stack.jm-review-widget.jm-review-widget--standard-header {
    padding: 0;
}
button.jm-button.jm-action-buttons__button {
    padding: 17px 40px;
    gap: 10px;
    border-radius: 40px;
    font-size: 20px;
    transition: .5s;
    font-weight: 600;
    text-transform: capitalize;
    font-family: var(--font-heading-family);
}
.launch-pack .metafield-rich_text_field p {
    margin: 10px 0 0;
}
.launch-pack .product__info-wrapper ul li {
    width: 100%;
    font-weight: 400;
    font-family: Inter;
}
.launch-pack .product--thumbnail_slider .product__media.media {
    padding-top: 100%!important;
}

/* PDP */

/* Policy Pages */

.policy-pages .rich-text__wrapper {
    max-width: 1350px;
    width: 100%;
}
.policy-pages .rich-text__wrapper .rich-text__blocks {
    max-width: 100%;
}
.policy-pages hr {
    margin: 30px 0;
}
.policy-pages h3 {
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 10px;
}
.policy-pages p {
    margin: 0 0 10px;
    font-size: 18px;
}



/* Policy Pages */


.flavours-section h2.title.inline-richtext.h0 {
    margin-bottom: 15px !important;
}

/* step sec css start */
.step-sec .about_icon {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}
.step-sec .about_icon img {
    width: 40px;
    height: 40px;
    display: block;
}
.step-sec .about_icon h6 {
    font-family: var(--font-heading-family);
    font-weight: 600;
    color: #393939;
    margin: 0px;
    font-size: 24px;
    line-height: 1.5;
}
.step-sec .about_icon p {
    margin: 5px 0px 0px;
    font-size: 18px;
    line-height: 1.5;
}
/* step sec css end */

/* home faq css start */
.home-faq .collapsible-content__media {
    border: none;
    border-radius: 20px;
    overflow: hidden !important;
}
.home-faq .caption-with-letter-spacing {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 24px;
    letter-spacing: 0;
}
.home-faq .accordion {
    background: #fff;
    padding: 15px;
    border: none;
    border-top: none !important;
    border-radius: 20px;
    margin-bottom: 20px;
}
.home-faq .accordion__title {
    font-size: 22px !important;
    /* font-weight: 600; */
    color:#000000;
    font-family: Playfair Display;
}
.home-faq summary {
    padding: 0px !important;
    justify-content: space-between;
}
.home-faq .accordion__content {
    overflow: hidden;
    transition: height .6s ease;
    height: 0;
}
.home-faq .collapsible-content summary:hover .accordion__title {
    text-decoration: none;
}
.home-faq .collapsible-content summary:hover {
    background: transparent;
}
.home-faq .accordion__content {
    padding: 12px 0 0;
    margin: 0;
    /* color: #000; */
    font-weight: 500;
    font-size: 18px;
    /* border-top: 1px solid #000; */
    line-height: 24px;
}
.home-faq .collaps-icon {
    background: #f15779;
    color: #fff;
    width: 28px;
    height: 28px;
    font-size: 29px;
    font-weight: 400;
    border-radius: 5px;
    text-align: center;
    line-height: 0.8;
    transition: transform .3s ease;
}
.home-faq .accordion details[open]>summary .collaps-icon.plus {
    transform: rotate(45deg);
}
/* home faq css end */
.first-section .image-with-text__grid {
    align-items: center;
}



@media (max-width: 1650px) {
    .icon-text-wrapper .text-link {
        font-size: 16px;
    }
    .announcement-bar__message {
        font-size: 16px;
    }
    .contact-info {
        gap: 10px;
        width: auto;
    }
    .utility-bar__grid .list-social {
        width: auto;
    }
    .announcement-bar.announcement-bar--one-announcement, .announcement-bar--one-announcement .announcement-bar__link {
        width: auto;
    }
    .utility-bar .list-social__link {
        font-size: 16px;
    }


}


@media screen and (max-width: 1300px) {
    .utility-bar__grid .list-social {
        margin-left: auto;
    }
    .announcement-bar.announcement-bar--one-announcement {
        display: none;
    }
    .header__heading-logo {
        max-width: 140px;
    }
    .header__menu-item {
        padding: 0 10px;
        font-size: 16px;
    }
    .button {
        padding: 17px 30px;
        font-size: 18px;
    }

}


@media (max-width: 1199.98px) {
    .button {
        padding: 17px 25px;
        font-size: 17px;
    }
    /* heading css start */    
    .jm-review-widget-header__title {
        font-size: 42px !important;
    }
    /* heading css end */
    .product .product__info-wrapper {
        padding: 0 0 0 20px !important;
    }
    .product__title h1 {
        font-size: 32px !important;
    }
    .product .price-item--last {
        font-size: 24px;
    }
    .product__accordion .summary__title .accordion__title {
        font-size: 18px !important;
    }

    /* product card css start */
    .product-grid .product-card-wrapper .card__information .card__heading {
        font-size: 20px;
    }
    .product-grid .product-card-wrapper .card__information .card-information .price__regular {
        font-size: 16px;
    }
    .product-grid .product-card-wrapper .quick-add {
        margin-top: 5px;
    }
    .quick-add-modal__content-info .product__title h2 {
        font-size: 24px;
    }
    .product-grid .product-card-wrapper .quick-add button {
        padding: 10px 16px !important;
    }
    /* product card css end */

    /* step sec css start */
    .step-sec .about_icon img {
        width: 30px;
        height: 30px;
    }
    .step-sec .about_icon h6 {
        font-size: 22px;
    }
    .step-sec .about_icon p {
        font-size: 16px;
    }
    .step-sec .about_icon {
        gap: 10px;
    }
    /* step sec css end */
}

@media screen and (max-width: 1024px) {
    .header__menu-item {
        padding: 0 7px;
        font-size: 16px;
    }

}

@media (max-width: 990px) {
    .jm-review-widget-header__title, {
        font-size: 36px !important;
    }
    .product__title h1 {
        font-size: 28px !important;
    }
    .product .price-item--last {
        font-size: 22px;
    }

    /* product card css start */
    .product-grid .grid__item {
        width: calc(50% - 10px) !important;
        max-width: calc(50% - 10px) !important;
    }
    .feature-products ul {
        padding: 0px 15px 40px !important;
    } 
    /* product card css end */


    .header__icons {
        padding-right: 30px;
        margin-left: auto;
    }
    .contact-info {
        gap: 10px;
        width: 100%;
        justify-content: center;
        padding: 5px 0;
    }
    .header__icon .svg-wrapper {
        width: 30px;
        height: 30px;
    }
    .header__icon .svg-wrapper svg {
        width: 16px;
        height: 16px;
    }
    .header__icon, .header__icon--cart .icon {
        height: 3.4rem;
        width: 3.4rem;
    }


    .product>div {
        width: 100%!important;
        max-width: 100%!important;
        position: static;
        top: 0;
        height: 100%;
    }
    .product .product__info-wrapper {
        padding: 50px 0 0 0px!important;
    }
    .first-section.icon-section .page-width {
        padding-top: 100px;
    }

    body.your-shopping-cart cart-items .cart-item>td+td{
        padding-right: 15px!important;
    }

    /* faq css start */
    .home-faq .grid__item {
        width: 100%;
    }
    .home-faq .caption-with-letter-spacing {
        font-size: 16px;
    }
    .home-faq .accordion__title {
        font-size: 18px !important;
    }
    /* faq css end */

}


@media (max-width: 749px) {
    .jm-review-widget-header__title {
        font-size: 30px !important;
    }
    .product__title h1 {
        font-size: 26px !important;
    }
    .product .product__info-wrapper {
        padding: 30px 0 0 0px !important;
    }.product>div {
        width: 100% !important;
        max-width: 100% !important;
        position: unset;
    }
    .product .custom_benefits, .product .product__description {
        font-size: 16px;
    }
    .product--thumbnail_slider .product__media.media {
        position: unset !important;
        padding-top: 0px !important;
    }
    .product--thumbnail_slider .product__media.media img {
        position: unset !important;
    }
    /* product card css start */
    .product-grid .grid__item {
        width: 100% !important;
        max-width: 100% !important;
    }
    .product-grid .grid__item:first-child {
        margin: 0px !important;
    }
    /* product card css end */

    a.header__icon.header__icon--account {
    margin: 0 6px;
    display: none;
    }
    .header__icon .icon {
        height: 1.5rem;
        width: 1.5rem;
    }
    .header__heading-logo {
        max-width: 130px;
    }
    .header__icons {
        padding-right: 14px;
        margin-left: auto;
    }
    .header__icon, .header__icon--cart .icon {
        margin: 0 0 0 5px;
    }
    .icon-text-wrapper .text-link, .announcement-bar__message {
        font-size: 16px;
        line-height: normal;
    }
    .utility-bar {
        height: 100%;
        padding: 5px 0;
    }
    .button {
        padding: 15px;
        font-size: 16px;
    }
    .sub-title {
        padding: 8px 15px;
        font-size: 16px;;
    }
    .product__accordion .summary__title .accordion__title {
        font-size: 16px!important;
    }
    .title {
        margin: 0 0 20px!important;
    }
    .cart-drawer .cart__checkout-button {
        margin-bottom: 10px !important;
    }
    .jm-review-content__title {
        font-size: 20px!important;
    }
    .jdgm-review-content__body-content p {
        font-size: 16px;
        line-height: 22px;
    }
    .launch-pack .product--thumbnail_slider .product__media.media {
        padding-top: 0%!important;
    }
    .process-sec.icon-section .grid--1-col-tablet-down .grid__item {
        min-width: 60%;
        width: 60%;
    }
    .first-section.icon-section .page-width {
        padding-top: 80px;
    }
    .static-products  .product--thumbnail_slider .product__media.media {
        padding-top: 0% !important;
    }

    /* cart page css start */
    body.your-shopping-cart cart-items .cart-items td {
        padding-left: 0px !important;
    }
    body.your-shopping-cart cart-items .cart-item>td+td {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
    body.your-shopping-cart cart-items .cart-item {
        padding: 0px 15px;
    }
    body.your-shopping-cart cart-items .cart-items td.cart-item__quantity {
    padding-top: 0 !important;
    }
        body.your-shopping-cart .quantity {
    width: calc(13rem / var(--font-body-scale) + var(--inputs-border-width) * 2);
    }
    .cart-item cart-remove-button {
        margin-left: 0 !important;
    }
    /* cart page css end */


    .policy-pages h3 {
        font-size: 24px;
    }
    .policy-pages p {
        font-size: 15px;
        line-height: 150%;
    }


    .static-products .product__description p strong {
        font-size: 18px;
    }
    .static-products .product__description p {
        margin: 0 0 15px;
        font-size: 16px;
    }

    /* faq css start */
    .home-faq .accordion__title {
        font-size: 18px !important;
    }
    .home-faq .accordion__content {
        font-size: 16px;
    }
    /* faq css end */

}


@media only screen and (max-width: 575px) {
    .contact-info .icon-text-wrapper:first-child {
        display: none;
    }
    .icon-text-wrapper .text-link {
        font-size: 12px;
    }
    .contact-info {
        padding: 0;
    }
    .product__info-wrapper ul li {
        width: 100%;
        font-size: 15px;
        line-height: 18px;
    }
    .product__info-wrapper ul {
        margin: 10px 0 0;
    }
    .icon-section.process-sec .multicolumn-card__info h3 {
        font-size: 20px !important;
        line-height: 30px !important;
    }
    .sub-title {
        font-size: 16px;
    }



    .fresh-ideas .rich-text__image img {
        height: 250px;
        object-fit: cover;
    }
    /* step sec css start */
    .step-sec .about_icon h6 {
        font-size: 20px;
    }
    /* step sec css end */

}