/** Shopify CDN: Minification failed

Line 1215:31 Unexpected ")"

**/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Hide spin buttons in Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}
.header {
    display: grid;
    grid-template-columns: 20% 60% 20%;
    gap: 0;
    height: 90px;
}

.header .header__inline-menu {
    text-align: center;
}

.header .header__menu-item {
    font-family: var(--font-heading-family);
    font-weight: var(--font-heading-weight);
    font-size: 17px;
}

.header .header__icons {
    padding: 0;
}

.header .header__icon {
    position: relative;
    margin: 0;
}

.header  .header__icon .icon {
    fill: black;
}

.header .header__icon .svg-wrapper {
    width: 20px;
    height: 20px;
}

.header .cart-count-bubble {
    top: .8rem;
    bottom: auto;
}

.header .account-icon-text {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 75%);
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 700;
    white-space: nowrap;
}


@media (max-width : 990px) {
    .header {
        grid-template-areas: "heading icons";
        grid-template-columns: 90% 10%;
        padding: 0 22px 0 22px !important;
    }

    .header .header__heading , .header .header__heading-link{
        width: 100%;
        text-align: left;
    }

    .header header-drawer {
        margin-left: 0;
        z-index: 999;
    }

    .header .menu-drawer {
        height: auto !important;
        width: 100%;
        margin-top: 10px;
    }
    
    .header .header__icon--menu:before {
        display: none !important;
    }
    
    .header .menu-drawer__navigation {
        padding: 0;
    }
    
    .header .list-menu__item {
        width: 100%;
        padding: 15px 30px;
        border-bottom: 1px solid #ebebeb;
    }
}

/* Image Banner Style Start */

.banner .banner__media {
    position: initial;
    height: auto;
}

.banner .banner__media.for__mobile {
    display: none;
}

.banner .banner__media img {
    position: initial !important;
}

.banner .banner__content {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

@media (max-width : 990px) {
    .banner .banner__media {
        display: none;
    }

    .banner .banner__media.for__mobile {
        display: block;
    }
}

/* Image Banner Style End */

/* Icon with text Style Start */

.image-with-text__top {
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: center;
    position: relative;
}

.image-with-text__top::after {
    content: '';
    width: 20%;
    border-bottom: 6px solid;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.image-with-text__top h2 {
    width: 100%;
    text-align: center;
    font-family: var(--font-heading-family);
    font-family: var(--font-heading-weight);
    font-size: 36px;
    width: 100%;
    padding-bottom: 15px;
    min-width: 100%;
    margin: 0;
}

.image-with-text__inner {
    display: flex;
    justify-content: space-between;
    padding-top: 40px;
    padding-left: 10%;
    padding-right: 10%;
}

.image-with-text__card {
    width: 33.33%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.image-with-text__card .card__image {
    height: 110px;
}

.image-with-text__card .card__text {
    font-family: var(--font-heading-family);
    font-weight: var(--font-heading-weight);
    font-size: 26px;
    text-align: center;
    flex: 1;
}

@media (max-width : 990px) {
    .image-with-text__inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        padding: 40px 20px 0;
    }

    .image-with-text__card {
        width: 100%;
        gap: 10px;
    }
}

/* Icon with text Style End */

/* Image Grid Style Start */

.image-grid__top {
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: center;
    position: relative;
}

.image-grid__top::after {
    content: '';
    width: 20%;
    border-bottom: 6px solid;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.image-grid__top h2 {
    width: 100%;
    text-align: center;
    font-family: var(--font-heading-family);
    font-family: var(--font-heading-weight);
    font-size: 36px;
    width: 100%;
    padding-bottom: 15px;
    min-width: 100%;
    margin: 0;
}

.image-grid__inner {
    display: flex;
    justify-content: space-between;
    padding-top: 50px;
    padding-left: 10%;
    padding-right: 10%;
}

.image-grid__inner .image-grid__item {
    width: calc(25% - 20px);
}

.image-grid__inner .image-grid__item img {
    width: 100%;
    aspect-ratio: 1 / 1;
}

@media (max-width: 990px) {
    .image-grid__inner {
        flex-direction: column;
        align-items: center;
    }

    .image-grid__inner .image-grid__item {
        width: 100%;
    }

    .image-grid__item:nth-child(odd) {
        max-width: 360px;
    }

    .image-grid__item:nth-child(even) {
        max-width: 430px;
    }
}

/* Image Grid Style End */

/* Testimonials Style Start */

.testimonials__top {
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: center;
    position: relative;
}

.testimonials__top::after {
    content: '';
    width: 20%;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.testimonials__top h2 {
    width: 100%;
    text-align: center;
    font-family: var(--font-heading-family);
    font-family: var(--font-heading-weight);
    font-size: 36px;
    width: 100%;
    padding-bottom: 15px;
    min-width: 100%;
    margin: 0;
}

.testimonials__inner {
    padding-top: 20px;
    padding-left: 10%;
    padding-right: 10%;
}

/* Testimonials Style End */

/* Social Media Grid Style Start */

.social-media-grid__top {
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: center;
    position: relative;
}

.social-media-grid__top::after {
    content: '';
    width: 20%;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    border-bottom: 6px solid;
}

.social-media-grid__top h2 {
    width: 100%;
    text-align: center;
    font-family: var(--font-heading-family);
    font-family: var(--font-heading-weight);
    font-size: 36px;
    width: 100%;
    padding-bottom: 15px;
    min-width: 100%;
    margin: 0;
}

.social-media-grid__inner {
    padding-top: 40px;
}

.social-media-grid__inner .list-social__link {
    padding: 5px;
}

.social-media-grid__inner .list-social__link .svg-wrapper {
    width: 40px;
    height: 40px;
}

.social-media-grid__inner .list-social__link .icon {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.social-media-grid__inner .list-social__link .icon path {
    fill: #000000;
}

/* Social Media Grid Style End */

/* Footer Style Start */

.footer .footer__content-top {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.footer .footer-block__menu {
    width: 50%;
}

.footer .footer-block--newsletter {
    width: 50%;
    align-items: flex-start;
    margin-top: 0;
}

.footer .footer-block__newsletter {
    text-align: left;
    width: 100%;
}

.footer .footer-block__newsletter .newsletter-form {
    margin: 0;
    max-width: unset;
}

.footer .newsletter-form__field-wrapper {
    max-width: unset;
    display: flex;
}

.footer .footer-block__newsletter .field__label {
    font-size: 16px;
    font-family: var(--font-heading-family);
    font-weight: 400;
    font-style: normal;
}

.footer .newsletter-form__button {
    width: auto;
    position: unset;
    height: auto;
    background-color: rgb(var(--color-button)) !important;
    text-transform: uppercase;
    color: rgb(var(--color-button-text)) !important;
    font-family: var(--font-heading-family);
    padding: 8px 15px;
    font-weight: 600;
    font-size: 14px;
    height: 46px;
}

.footer .footer-block__details-content .list-menu__item--link {
    color: rgb(var(--color-link));
}

.footer .newsletter-form__field-wrapper .field__input {
    width: unset;
    border: 1px solid #cccccc;
    padding: 8px 15px;
    height: 46px;
    margin: 0;
    background-color: #ffffff;
    box-shadow: none;
}

.footer .newsletter-form__field-wrapper .field__input::placeholder {
    color: #afafaf;
    display: block;
    font-size: 16px;
    font-family: var(--font-heading-family);
    opacity: 1;
}

.footer  .newsletter-form__button .svg-wrapper {
    display: none;
}

.footer .footer-block__heading {
    font-family: var(--font-heading-family);
    font-weight: 600;
    line-height: 1.2;
    font-style: normal;
    font-size: .8125em;
    color: #333232;
    text-align: left;
}

.footer  .site-footer__linklist {
    list-style: none;
    display: flex;
    padding: 0;
}

.footer .site-footer__linklist-item {
    padding-right: 30px;
}

.footer .site-footer__linklist-item a {
    font-size: 16px;
    font-family: var(--font-heading-family);
    font-style: normal;
    font-weight: 400;
    color: #0b0b0b;
    line-height: 1.5;
    text-decoration: none;
}

.footer  .footer-block__details-content {
    text-align: left;
}

.footer .footer__blocks-wrapper .footer-block {
    margin: 0 !important;
    max-width: unset;
}

.footer .footer__column--info {
    flex-direction: row;
    justify-content: space-between;
}

.footer .footer__content-bottom-wrapper {
    justify-content: center;
}

@media screen and (min-width: 1024px) {
  .footer .footer__content-bottom-wrapper {
      justify-content: flex-end;
  }
}


.footer .newsletter-form__message {
    position: absolute;
    top: 100%;
    color: rgb(var(--color-foreground));
}

@media (max-width : 990px) {
    .footer .footer__content-top {
        flex-direction: column;
    }

    .footer .footer__blocks-wrapper .footer-block {
        width: 100%;
    }

    .footer .footer-block--newsletter {
        width: 100%;
        align-items: center;
    }

    .footer .footer__column--info {
        flex-direction: column-reverse;
        gap: 20px;
    }

    .footer .newsletter-form__button, .footer .newsletter-form__field-wrapper .field__input {
        height: 42px;
    }
}

@media (max-width : 500px) {
    .footer .newsletter-form__field-wrapper {
        flex-direction: column;
        gap: 5px;
    }
}

/* Footer Style End */

/* Collection Menu Style Start */


.collection .grid {
    gap: 10px;
}

#CollectionCategories.page-width  {
    padding: 0 20px;
}

@media (min-width : 750px) {
    #CollectionCategories.page-width  {
        padding: 0;
    }
}

.collection-menu__container {
    padding: 35px 0;
    box-shadow: 0 0 23px 1px rgba(var(--color-shadow), .33);
}

.collection-menu__container .collection-nav__menu {
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    justify-content: center;
    gap: 40px;
}

.collection-menu__container .nav-item a {
    color: rgb(var(--color-foreground));
    font-size: 20px;
    font-family: var(--font-heading-family);
    font-weight: var(--font-heading-weight);
    text-decoration: none;
    border-left: 3px solid;
    border-right: 3px solid;
    padding: 0 10px;
    display: block;
    line-height: 1;
}

/* Collection Menu Style End */

/* Product Card Style Start */

.card .card__content {
    padding: 1.6rem;
}

.card-wrapper {
    display: flex;
    height: 100% !important;
}

.product-card-wrapper .card {
    width: 100%;
    height: 100%;
}

.product-card-wrapper .quick-add__submit {
    text-align: center;
    font-size: 1.2rem;
    background-color: #ff7366;
    box-shadow: none;
}

.card__content .card__information .full-unstyled-link {
    display: -webkit-box;
    text-overflow: ellipsis;
  	overflow: hidden;
  	-webkit-line-clamp: 2;
  	-webkit-box-orient: vertical;
    min-height: 2.6em;
    font-size: 16px;
    font-family: var(--font-heading-family);
    font-weight: 600;
    font-style: normal;
    margin-bottom: 10px;
    pointer-events: none;
}

.card-wrapper.supp .card__content .card__information .full-unstyled-link {
    pointer-events: all;
}

.card-wrapper:hover .full-unstyled-link {
    text-decoration: none;
}

.facets-vertical.page-width {
    position: relative;
}

@media (max-width : 768px) {
    
    .facets-vertical.page-width {
        padding: 0 10px;
    }

    .card__content .card__information .full-unstyled-link {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .card-wrapper .modal-trigger svg {
        width: 15px;
    }

    .card-wrapper .modal-trigger {
        padding: 5px 16px !important;
        font-size: 12px;
    }

    .card .card__content {
        padding: 1.2rem 1rem;
    }


}

.card__content .card__information {
    padding: 0;
    padding-bottom: 0;
}

.card__content .card-information {
    display: flex;
    align-items: flex-start;
    padding: 0;
}

.card__content .card-information .price {
    font-size: 16px;
    font-weight: 700;
    font-family: var(--font-heading-family);
    font-style: normal;
}

.card__content .card-information .price--on-sale .price__sale {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.card__content .card-information .price-item--sale {
    color: #ff7366;
}

.card__content .card-information  .price--on-sale .price-item--regular {
    font-size: unset;
}

.card-information .weight {
    margin-left: auto;
    font-weight: 400;
    font-family: var(--font-heading-family);
    white-space: nowrap;
}

.card--card .quick-add {
    margin: 0 !important;
}

.card-wrapper #nutrition {
    z-index: 9;
    padding: 15px 0;
    width: 100%;
    text-align: center;
    line-height: 1;
    font-size: 0.85em;
    color: rgb(var(--color-secondary-button-text));
    justify-content: space-around;
    transition: all 0.2s ease;
    overflow: hidden;
    background: rgb(var(--color-secondary-button));
    border: none;
    bottom: 0;
    display: flex;
}

.card-wrapper #nutrition-mobile {
    display: none !important;
}

.card-wrapper.supp .card__content .card__information .full-unstyled-link {
    display : block;
    min-height : 3em;
}

.card-wrapper.supp .card {
    height : max-content;
}

.card-wrapper.supp .price--on-sale .price__sale {
    display : flex;
    flex-direction : column-reverse;
}

.card-wrapper.supp .price--on-sale .price-item--regular {
    font-size : 16px;
}

.card-wrapper.supp .price:not(.price--show-badge) .price-item--last:last-of-type {
    color : #ff7366;
}

.card-wrapper.supp .underline-links-hover:hover a {
    text-decoration : none;
}

.card-wrapper #nutrition-mobile {
    z-index: 9;
    padding: 15px 15px 15px 15px;
    width: 100%;
    text-align: center;
    line-height: 1;
    font-size: 0.85em;
    color: rgb(var(--color-foreground));
    justify-content: space-around;
    transition: all 0.2s ease;
    overflow: hidden;
    background: rgba(255,255,255,0.85);
    border: none;
    opacity: 0;
    position: absolute;
    bottom: 0;
    max-height: 1;
    display: none;
}

.card-wrapper #nutrition-mobile p,
.card-wrapper #nutrition p {
    margin: 0;
    margin-bottom: 20px;
}

.card-wrapper #nutrition p:first-child { 
    display: none;
}

.card-wrapper #nutrition-mobile p:last-child,
.card-wrapper #nutrition p:last-child {
    margin: 0;
}

@media only screen and (max-width: 749px){
    .card-wrapper #nutrition-mobile {
        opacity: 1;
        display: flex;
        padding: 20px 5px;
        max-height: 400px;
        position: initial;
        border-bottom: 1px solid #d6d6d6;
    }

    .card-wrapper #nutrition {
        font-size: 11px;
        padding: 10px 0;
    }
}

.card-wrapper .card--media .meal-labels {
    width: 100%;
    display: flex;
    justify-content: space-between;
    bottom: 0;
    flex-wrap: wrap;
}

.card-wrapper .card--media .meal-labels .meal-label {
    width: 50%;
    font-family: var(--font-heading-family);
    font-weight: 500;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    letter-spacing: 0;
    flex: 1
}

.meal-label-spacer {
  height: 28px;
  width: 100%;
  display: block;
}

.meal-label-spacer:empty {
  display: block;
}

@media screen and (min-width: 768px) {
  .meal-label-spacer {
    height: 35px;
  }
}

@media (max-width : 768px) {
    .card-wrapper .card--media .meal-labels .meal-label {
        font-size: 10px;
    }
}

.card-wrapper .card--media .card__inner .product-badge {
    position : absolute;
    top : 12px;
    left : 12px;
    z-index : 10;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 10px;
}

.card-wrapper .card--media .card__inner .product-badge .badge {
    background-color: rgb(var(--color-button));
    color: rgb(var(--color-button-text));
    width : max-content;
    border-radius : 5px;
    font-size : 14px;
    font-weight : 600;
    font-family : var(--font-heading-family);
    padding: 3px 10px;
}

.modal-trigger-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0006;
    opacity: 0;
    transition: all .2s ease;
}

.modal-trigger {
    background: #000;
    color: #fff;
    border: 0;
    padding: 8px 16px !important;
    font-weight: 600;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-family: var(--font-heading-family);
    font-size: 16px;
    z-index: 2 ;
    cursor: pointer;
}

.card-wrapper:hover .modal-trigger-overlay {
    opacity: 1;
}

.card-wrapper .quantity__button {
    background-color: rgb(var(--color-button)) !important;
    color: rgb(var(--color-button-text));
    width: 20%;
}

.card-wrapper .quick-add-bulk .quantity__input {
    width: 50%;
    outline: none;
    box-shadow: none;
    font-family: var(--font-heading-family);
    font-weight: 600;
    font-size: 15px;
}

.card-wrapper .card__content quick-add-bulk .quantity {
    min-height: 40px;
    border-radius: 2px;
    overflow: hidden;
    margin-top: 5px;
}

.card-wrapper .card__content quick-add-bulk .quantity::after {
    display: none;
}

.card-wrapper .quick-add-bulk .product-form__submit  {
    display: none;
}

.card-wrapper .quick-add-bulk.active .product-form__submit {
  display: block;
  width: 100%;
  padding: 0 1rem;
  font-size: 1.2rem;
}

.card-wrapper .quick-add-bulk.active .cart-quantity {
    display: none;
}

.card-wrapper .quick-add-bulk .product-form__submit {
    color: rgb(var(--color-button-text));
    text-transform: uppercase;
    font-family: var(--font-heading-family);
    font-weight: 600;
}

.card-wrapper .quick-add-bulk .product-form__submit.active span {
    text-indent: -9999px;
    display: block;
}

.card-wrapper .quick-add-bulk .loading-spinner {
    width: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    background-color: rgb(var(--color-button)) !important;
}

.card-wrapper .quick-add-bulk .loading-spinner.quantity:before {
    z-index: 1000 !important;
    background-color: rgb(var(--color-button)) !important;
}

.card-wrapper .quick-add-bulk.loading .loading-spinner {
    display: block;
}

.card-wrapper .quick-add-bulk .loading-spinner .loading__spinner {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -35%);
    z-index: 1001;
}

.card-wrapper .quick-add-bulk.loading .loading-spinner .loading__spinner {
    display: block !important;
}

.card-wrapper .quick-add-bulk .product-form__submit.active .loading__spinner.hidden {
    display: block !important;
}

.card-wrapper .cart-quantity .quantity__input::-webkit-outer-spin-button,
.card-wrapper .cart-quantity .quantity__input::-webkit-inner-spin-button {
    display: none;
    appearance: none;
}

/**************************\
  Basic Modal Styles
\**************************/

    .card-wrapper .micromodal {
    display: none;
  }
  
  .card-wrapper .micromodal.is-open {
    display: block;
  }
  
  .card-wrapper .modal__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
  }
  
  .card-wrapper .modal__container {
    background-color: #fff;
    padding: 30px;
    max-width: 700px;
    max-height: 85vh;
    border-radius: 4px;
    overflow-y: auto;
    box-sizing: border-box;
    margin: 30px;
  }
  
  .card-wrapper .modal__header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  
  .card-wrapper .modal__title {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.25;
    color: #00449e;
    box-sizing: border-box;
  }
  
  .card-wrapper .modal__close {
    background: transparent;
    border: 0;
    font-size: 20px;
    cursor: pointer;
  }
  
  .card-wrapper .modal__header .modal__close:before { content: "\2715"; }
  
  .card-wrapper .modal__inner {
    margin-top: 1rem;
    margin-bottom: 1rem;
    line-height: 1.5;
    color: rgba(0,0,0,.8);
  }

  .card-wrapper .modal__inner img {
    width: 100%;
    height: 100%;
  }
  
  .card-wrapper .modal__btn {
    font-size: .875rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    background-color: #e6e6e6;
    color: rgba(0,0,0,.8);
    border-radius: .25rem;
    border-style: none;
    border-width: 0;
    cursor: pointer;
    -webkit-appearance: button;
    text-transform: none;
    overflow: visible;
    line-height: 1.15;
    margin: 0;
    will-change: transform;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: -webkit-transform .25s ease-out;
    transition: transform .25s ease-out;
    transition: transform .25s ease-out,-webkit-transform .25s ease-out;
  }
  
  .card-wrapper .modal__btn:focus, .modal__btn:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  
  .card-wrapper .modal__btn-primary {
    background-color: #00449e;
    color: #fff;
  }
  
  
  
/**************************\
Demo Animation Style
\**************************/
@keyframes mmfadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes mmfadeOut {
    from { opacity: 1; }
    to { opacity: 0; }
}

@keyframes mmslideIn {
from { transform: translateY(15%); }
    to { transform: translateY(0); }
}

@keyframes mmslideOut {
    from { transform: translateY(0); }
    to { transform: translateY(-10%); }
}

.card-wrapper .micromodal-slide {
    display: none;
    opacity: 1;
}

.card-wrapper .micromodal-slide.is-open {
    display: block;
}

.card-wrapper .micromodal-slide[aria-hidden="false"] .modal__overlay {
    animation: mmfadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.card-wrapper .micromodal-slide[aria-hidden="false"] .modal__container {
    animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
}

.card-wrapper .micromodal-slide[aria-hidden="true"] .modal__overlay {
    animation: mmfadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.card-wrapper .micromodal-slide[aria-hidden="true"] .modal__container {
    animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
}

.card-wrapper .micromodal-slide .modal__container,
.card-wrapper .micromodal-slide .modal__overlay {
    will-change: transform;
}


.card-wrapper .micromodal__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,0.65);
}

.card-wrapper .micromodal__container {
    box-sizing: border-box;
    overflow-y: auto;
    max-width: 500px;
    max-height: 100vh;
    padding: 30px;
    background-color: #fff;
    border-radius: 4px;
}

.card-wrapper .modal-trigger-overlay {
    opacity: 1;
    position: absolute;
    bottom: 0;
    top: auto;
    width: 100%;
    z-index: 100;
}

.card-wrapper .card__inner:has()

.card-wrapper .modal-trigger {
    background: #000;
    color: #fff;
    border: 0;
    padding: .5rem 1rem;
    font-weight: 600;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    line-height: 1.5;
}

.card-wrapper .modal-trigger:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.card-wrapper .modal-trigger svg {
    margin-right: 5px;
}

.card-wrapper .product-card__image-with-placeholder-wrapper:hover .modal-trigger-overlay {
    opacity: 1;
}

@media screen and (min-width: 990px){
    .card-wrapper .modal-trigger-overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        background: rgba(0, 0, 0, .4);
        opacity: 0;
        transition: all .2s ease;
    }

    .card-wrapper .modal-trigger {
        background: #000;
        color: #fff;
        border: 0;
        padding: .5rem 1rem;
        font-weight: 600;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: auto;
    }
}

.card-wrapper .product-macros-top.nutrition-list {
    background: #ccc;
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.card-wrapper .nutrition-top-item {
    padding: 12px 0 8px;
    width: 25%;
}

.card-wrapper .nutrition-top-item p {
    margin: 0;
}

.card-wrapper .nutrition-top-item .macro-value {
    font-weight: 600;
}

.card-wrapper .nutrition-top-item .macro-label {
    font-size: 12px;
}


.card-wrapper .product-macros-rows {
/* border: 2px solid #ccc; */
}

.card-wrapper .product-macros-rows .nutrition-item {
    display: flex;
    justify-content: space-between;
}

.card-wrapper .product-macros-rows .nutrition-item .macro-label {
    padding: 10px;
}

.card-wrapper .product-macros-rows .nutrition-item .macro-value {
    padding: 10px;
}

.card-wrapper .product-macros-rows p {
    margin: 0;
}

.card-wrapper .product-macros-rows .nutrition-item:nth-child(2n) {
    background-color: #ccc;
}

.card-wrapper .product-description-col {
    padding: 20px 10px;
    border: 2px solid #ccc;
}

.card-wrapper .product-macros-col {
    margin-bottom: 20px;
    border: 2px solid #ccc;
}

@media screen and (min-width: 768px) {
    .card-wrapper .product-image-row {
      width: 100%;
      max-width: 500px;
      margin: 0 auto 20px;
      min-height: 500px;
    }

    .card-wrapper .product-specs-row {
        display: flex;
        justify-content: space-between;
    }

    .card-wrapper .product-macros-col {
        margin-bottom: 0;
        width: 48%;
        min-width: 0;
    }

    .card-wrapper .product-description-col {
        width: 48%;
        min-width: 0;
    }
}

.card-wrapper .grid-view-item__image-wrapper .main-image-wrapper {
    position: relative;
}

.card-wrapper .grid-view-item__image {
    width: 100%;
}

.card-wrapper .product-card-wrapper .card {
    background-color: rgb(var(--color-background));
}

.card-wrapper .card__information .card__badge {
    display: flex !important;
}

.card-wrapper .card__information .badge {
    padding: .3rem 5rem .3rem 0.5rem;
    color: white;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 10px;
}

.grid-view-item .snacks_items {
    height: 100%;
    width: 100%;
    display: block;
    background-position: center;
    min-height: 400px;
}

.gift-card-product .gift-image-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

.gift-image-wrapper .gift-cart-btn {
    position: absolute;
    width: 92%;
    top: 91%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: rgb(var(--color-button-text));
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    z-index: 2;
    background-color: rgba(var(--color-button));
    opacity: 1;
    float: right;
    letter-spacing: .1px;
    font-size: 13px;
    height: 50px;
    font-family: var(--font-heading-family);
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-around;
    text-decoration: none;
}

.product-category-header h2 {
    margin-top: 50px;
    font-weight: var(--font-heading-weight);
    font-family: var(--font-heading-family);
    text-transform: capitalize;
    font-size: 2rem;
    letter-spacing: 0;
}

/* Product Card Style End */

/* Filter Style Start */

.facets-vertical .active-facets-vertical-filter .facets__heading {
    font-size: 22px;
    font-weight: var(--font-heading-family) !important;
    font-weight: var(--font-heading-weight) !important;
    color: rgba(var(--color-foreground));
}

.facets-vertical .facets__summary div {
    font-size: 15px;
    font-family: var(--font-heading-family);
    font-weight: 600;
    color: rgb(var(--color-foreground), 1);
}

.facets-wrap-vertical .list-menu__item label {
    font-size: 13px;
    font-family: var(--font-heading-family);
    font-weight: 600;
    padding: 5px 0;
    white-space: nowrap;
}

.facets__summary:hover .facets__summary-label {
    text-decoration: none !important;
}

.facets-layout-list--text input[type=checkbox] {
    margin: 0 !important;
}

.facet-checkbox .svg-wrapper {
    top: 1rem !important;
}

@media screen and (min-width: 768px) {
  .facets-vertical .facets-wrapper .facets-container  {
    position: sticky;
    top: 210px;
    padding-bottom: 30px;
    overflow-x: hidden;
    overflow-y: auto;
  }

}

@media screen and (max-height: 800px){
  .facets-vertical .facets-wrapper .facets-container {
    max-height: 67vh;
  }
}

@media screen and (max-height: 1000px) {
  .facets-vertical .facets-wrapper .facets-container {
    max-height: 75vh;
  }
}

.facets-vertical .facets-wrapper {
  position: sticky;
  top: 173px;
  left: 0;
  width: calc(100% + 0);
  z-index: 3;
  margin-left: -1.6rem;
  background: var(--gradient-background);
  padding: 0 1.6rem 10px;
}

@media screen and (min-width: 768px){
  .facets-vertical .facets-wrapper {
    position: relative;
    top: initial;
    padding: 0 3rem 0 0;
    width: initial;
    left: 0;
    margin: 0;
    z-index: initial;
    background: initial;
    min-width: 250px;
  }

  .active-facets__button-remove {
    margin-top: 5px;
  }
}

.facets .facets__form-vertical {
    width: 18rem;
}

.overflow-hidden-mobile .shopify-section-group-header-group {
  z-index: 4;
}

.overflow-hidden-mobile #MainContent {
  z-index: 4;
}


.overflow-hidden-tablet .shopify-section-group-header-group {
  z-index: 4;
}

/* Filter Style End */

/* Cart Drawer Style Start */

.cart-drawer .cart__contents .cart-item>td+td {
  padding-left: 0;
}

.cart-drawer .cart-note {
    margin-bottom: 20px;
    text-align: center;
    background: #f5f5f5;
    padding: 2%;
    border: 1px solid #eee;
    border-radius: 5px;
    max-width: unset;
}

.cart-note__label,
.cart-note__input {
    display: block;
    margin: 0 auto;
}

.cart-note__label {
    margin-bottom: 15px;
}

.cart-note__input {
    min-height: 50px;
    width: 100%;
}

.hide {
    display: none !important;
}

.cart-drawer .cart__shipping {
    font-size: 14px;
    padding: 10px 0 20px;
    margin-bottom: 0;
    padding-bottom: 0;
    font-family: var(--font-heading-family);
    text-align: center;
}

.cart-drawer .cart__shipping a {
    color: unset;
}

.cart-drawer .cart-subtotal__title {
    font-size: 18px;
}

.cart-drawer .cart-subtotal {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.cart-drawer .cart-subtotal span {
    font-size: 18px;
    font-weight: 400;
    font-family: var(--font-heading-family);
    width: 40%;
}

.cart-drawer .cart-subtotal .cart-subtotal__price {
    text-align: right;
}

.cart-drawer .cart__submit-controls {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 20px 0;
}

.cart-drawer .cart__continue-shopping {
    flex: 0 0 48%;
    min-width: 0;
    text-align: center;
    font-size: 14px;
    height: 44px;
    padding: 0;
    border: 1px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: rgb(var(--color-secondary-button));
    border-color: rgb(var(--color-secondary-button));
    text-decoration: none;
    font-family: var(--font-heading-family);
}

.cart-drawer .cart__submit {
    flex: 0 0 48%;
    font-size: 14px;
    height: 44px;
    text-transform: none;
    min-width: 0;
    padding: 0;
    min-height: 0;
    cursor: pointer;
    background-color: rgb(var(--color-secondary-button));
    color: rgb(var(--color-secondary-button-text));
    border: none;
    outline: none;
    font-family: var(--font-heading-family);
    border-radius: 2px;
    font-weight: 600;
    letter-spacing: 1.12px;
}

.cart-drawer cart-drawer-items {
    overflow: unset;
}

.cart-drawer .drawer__inner {
    overflow: auto;
}

.cart-drawer .drawer__inner::-webkit-scrollbar {
    width: .6rem;
}

.cart-drawer .drawer__header {
    padding-top: 20px;
}

.cart-drawer .drawer__heading {
    font-size: 15px;
    font-family: var(--font-heading-family);
    font-weight: 600;
    font-style: normal;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.cart-drawer .cart-items th {
    padding: 27.5px 22px;
    font-family: var(--font-heading-family);
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    padding: 27.5px 22px;
}

.cart-drawer .cart-items th.right {
    padding-right: 0;
}

.cart-drawer .cart-item__media {
    width: 100%;
    flex: 7rem 0 0;
}

.cart-drawer  cart-remove-button {
    margin-left: 0;
}

.cart-drawer cart-remove-button .button {
    color: rgb(var(--color-button));
    text-transform: capitalize;
    font-family: var(--font-heading-family);
    color: rgb(var(--color-link));
    border-bottom: 1px solid rgb(var(--color-link));
    padding-bottom: 1px;
    font-size: 16px;
    font-weight: 400;
    min-height: unset;
}

.cart-drawer cart-remove-button .button:hover {
    color: rgb(var(--color-button));
}

.cart-drawer .cart-item__details {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
}

.cart-drawer .cart-item__details .cart-item__name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-transform: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 1;
    font-family: var(--font-heading-family);
    font-weight: 600;
    font-size: 15px;
    text-transform: capitalize;
    letter-spacing: 0;
}

.cart-drawer .quantity__input::-webkit-outer-spin-button,
.cart-drawer .quantity__input::-webkit-inner-spin-button {
  -webkit-appearance: auto;
  display: block;
  opacity: 1 !important;
}

.cart-drawer .quantity__button {
    display: none;
}

.cart-item__quantity-wrapper {
    flex-direction: row-reverse;
}

.cart-drawer .cart-item__quantity  {
    display: none;
}

.cart-drawer .drawer__inner .cart-item__totals {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    pointer-events: initial;
}

.cart-drawer .cart-item {
    display: flex !important;
    padding-bottom: 20px;
    border-bottom: 1px solid rgb(var(--color-shadow));
    justify-content: space-between;
}

.cart-drawer .quantity-popover-container {
    max-width: 7rem;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #cccccc;
    border-radius: 2px;
}

.cart-drawer .quantity::after {
    display: none;
}

.cart-drawer .cart-drawer__form {
    height: 100%;
}

.cart-drawer .cart-note__input {
    border: 1px solid #cccccc;
    background-color: #fff;
    color: #000;
    max-width: 100%;
    line-height: 1.2;
    border-radius: 2px;
    height: 50px;
    font-family: var(--font-heading-family);
    font-size: 16px;
    font-weight: 400;
    padding: 10px 18px;
    resize: vertical;
}

.cart-drawer .cart-note p {
    font-size: 16px;
    font-family: var(--font-heading-family);
    font-weight: 400;
    line-height: 24px;
}

.subscription-option-checkbox {
    display: flex;
    gap: 5px;
    align-items: center;
}

.subscription-option-checkbox input {
    cursor: pointer;
}
  
.subscription-option-checkbox label {
    text-decoration: underline;
    color: #198946;
    font-size: 13px;
    cursor: pointer;
}

.subscription-option {
    margin: 8px 0;
}

.subscription-frequency-selector {
    font-size: 13px;
    padding: 5px;
    padding-right: 20px;
    cursor: pointer;
    outline: none;
    box-shadow: none;
    border-radius: 2px;
}

.selected-delivery-frequency {
    font-size: 13px;
}
  
.selected-delivery-frequency span {
    text-decoration: underline;
    color: #198946;
    cursor: pointer;
}

.cart-drawer .delivery-progress_top {
    display: flex;
    justify-content: space-between;
}

.cart-drawer .delivery-progress_inner {
    width: 100%;
    height: 10px;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 10px;
}

.cart-drawer .free_shipping_bar {
    width: 100%;
    height: 100%;
    background-color: rgba(var(--color-foreground), .2);
}

.cart-drawer .free_shipping_bar_inner {
    height: 100%;
    background-color: rgb(var(--color-button));
    display: block !important;
}

.cart-drawer .product-recommendations {
    padding: 0;
    padding-bottom: 10px;
}

.cart-drawer .product-recommendations .card-wrapper {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.cart-drawer .product-recommendations .cross-sell .full-unstyled-link {
    height: 150px;
}

.cart-drawer .xsell_drawer_cart.xsell_inside {
    height: max-content;
}

.cart-drawer  .grid--4-col-desktop .grid__item {
    width: 60% !important;
    max-width: 60% !important;
    padding-right: 15px;
    display: flex;
    flex-direction: column;
}

.cart-drawer .product-recommendations .media {
    position: unset !important;
}

.cart-drawer .cross-sell .media--square {
    height: 100% !important;
    padding-bottom: 0 !important;
}

.cart-drawer .card-information__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.cart-drawer .card-information__wrapper .card-information__text {
    color: var(--color-foreground);
    font-family: var(--font-heading-family);
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 45px;
}

.cart-drawer .xsell-quick-add-to-cart.xsell-quick-add-to-cart--bottom_side {
    font-family: var(--font-heading-family);
    font-weight: 400;
    width: 90%;
}

cart-drawer.drawer {
  width: 100vw;
}

.cart-drawer .drawer__close {
  right: 0;
}

.cart-drawer .drawer__inner { 
  height: 100%;
  max-width: 414px;
  padding: 0 1.5rem;
  border: 0.1rem solid rgba(var(--color-foreground), 0.2);
  border-right: 0;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform var(--duration-default) ease;
}


/* Cart Drawer Style End */

/* Stockists Style Start  */

div#col-main {
    max-width: var(--page-width);
    width: 100% !important;
}

div#col-main.show-addresses {
    padding: 0 20px;
}

div#col-main .search_bar {
    align-items: center;
}

div#col-main .search_bar .main_search_bar input, 
div#col-main .search_bar .search_within_distance select, 
div#col-main .search_bar .search_limit select {
    padding: 8px 15px;
    border-radius: 7px;
    outline: none;
    font-family: var(--font-heading-family);
    font-size: 17px;
    font-weight: 500;
    border: none;
    border: 1px solid rgb(var(--color-shadow));
}

div#col-main .search_bar .main_search_bar input::placeholder {
    color: rgba(0, 0, 0, .5);
}

div#col-main .search_bar #submitBtn {
    margin-top: 0;
    margin-left: auto;
    cursor: pointer;
}

div#col-main #store-locator-title {
    font-family: var(--font-heading-family);
    font-weight: var(--font-heading-weight);
    font-size: 30px;
    padding: 0 20px;
}

div#col-main .search_bar .main_search_label {
    font-family: var(--font-heading-family);
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0;
}

div#col-main .addresses li a .name {
    font-family: var(--font-heading-family);
    font-weight: 600;
    color: #000000;
    font-size: 14px;
}
 
@media (max-width: 800px) {
    div#col-main .search_bar .main_search_bar {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

    div#col-main .search_bar {
        padding: 10px;
    }

    div#col-main .main_search_bar input {
        width: 100%;
    }

    div#col-main .search_bar .search_within_distance, div#col-main .search_bar .search_limit {
        width: 100%;
        margin-bottom: 15px;
        margin-right: 0;
    }

    div#col-main .search_bar .main_search_bar input, 
    div#col-main .search_bar .search_within_distance select, 
    div#col-main .search_bar .search_limit select {
        width: 100%;
    }

    div#col-main .search_bar {
        justify-content: flex-end;
    }
}

/* Stockists Style End */

/* PDP Style Start */

.product .product__title h1 {
    font-size: 27px;
    font-weight: 600;
    font-family: var(--font-heading-family);
    line-height: 30px;
    letter-spacing: 0;
}

.product .price {
    font-family: var(--font-heading-family);
    font-weight: 700;
    font-size: 20px;
    font-style: normal;
    letter-spacing: 0;
}

.product .product__tax {
    font-size: 15px;
    font-weight: 400;
    font-family: var(--font-heading-family);
    font-style: normal;
    color: rgb(var(--color-foreground));
}

.product .product-buy__buttons .product-form {
    margin: 0;
    flex: 1;
}

.product .product-form__input .form__label {
    font-size: 16px;
    font-weight: 400;
    font-family: var(--font-heading-family);
    letter-spacing: 0;
}

.product .product-form__input {
    padding-right: 0;
    width: 100%;
    max-width: unset;
}


.product .product-form__input .select__select {
    font-family: var(--font-heading-family);
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    color: rgb(var(--color-foreground));
    border-radius: 2px;
    outline: none;
    border: 1px solid rgb(var(--color-shadow));
}

.product .product-form__input .select::after,
.product .product-form__input .select::before {
    display: none;
}

.product .product-buy__buttons {
    display: flex;
    justify-content: space-between;
}

.product .product-buy__buttons .product-form__input .form__label {
    display: none;
}

.product .product-buy__buttons .product-form__buttons {
    max-width: unset;
}

.product .product-buy__buttons .product-form__submit {
    margin: 0;
    background-color: #ff7366;
    color: rgb(var(--color-button-text));
    border-radius: 2px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    font-style: normal;
    padding: 0;    
}

.product .product-buy__buttons .product-form__submit::after {
    display: none;
}

.product .product-buy__buttons .product-form__quantity {
    min-width: unset;
    padding-right: 10px;
    flex: 1;
}

.product .product-buy__buttons .product-form__quantity .quantity {
    width: 100%;
    border: 1px solid rgb(var(--color-shadow));
    border-radius: 2px;
    background-color: rgb(var(--color-secondary-button));
    color: rgb(var(--color-secondary-button-text));
}

.product .product-buy__buttons .product-form__quantity .quantity::before,
.product .product-buy__buttons .product-form__quantity .quantity::after {
    display: none;
}

.product .product-buy__buttons .product-form__quantity .quantity .svg-wrapper>svg {
    stroke: rgb(var(--color-secondary-button-text));
}

.product .product-buy__buttons .product-form__quantity .quantity__input::-webkit-outer-spin-button,
.product .product-buy__buttons .product-form__quantity .quantity__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  opacity: 0;
}

.product .product-buy__buttons .product-form__quantity .quantity__input:focus-visible {
    background-color: transparent;
    border: none;
    outline: none;
    box-shadow: none;
}

.product .product__description {
    font-family: var(--font-heading-family);
    font-size: 16px;
    letter-spacing: 0;
    font-style: normal;
    height: 200px;
    overflow: hidden;
    position: relative;
}

.product .product__description::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 40%;
    background-image: linear-gradient(to top, white, transparent);
    bottom: 0;
}

.product .product__description.open { 
    height: auto;
    overflow: visible;
}

.product .product__description.open::after {
    display: none;
}
    
.product .product__description .btn-read_more {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgb(var(--color-button));
    color: rgb(var(--color-button-text));
    text-transform: uppercase;
    border-radius: 2px;
    z-index: 3;
    padding: 0 15px;
    min-height: 40px;
}

.product .product__description .btn-read_more::after {
    display: none;
}

.product .product__description.open .btn-read_more {
    position: inherit;
}

.main-product.page-width {
    padding:  0 3rem;
}

.product__media-wrapper .product-media-container {
    border: none;
}

.product .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
    width: calc(17% - .8rem);
}

.product .product-media-container.constrain-height .media {
    padding-top: 0;
    height: 370px;
}

.product .product-media-container.constrain-height .media img {
    object-fit: contain;
}

.product .product--thumbnail_slider .thumbnail-slider {
    position: relative;
}

.product--thumbnail_slider .slider-mobile-gutter .slider-button {
    position: absolute;
    z-index: 4;
}

.product--thumbnail_slider .slider-mobile-gutter .slider-button svg {
    stroke: rgb(var(--color-button));
}

.product--thumbnail_slider .slider-mobile-gutter .slider-button--next {
    right: 0;
}

.product--thumbnail_slider .slider-mobile-gutter .slider-button--prev {
    left: 0;
}

.product--thumbnail_slider .thumbnail {
    border: none;
}

@media (min-width : 990px) {
    
    .product variant-selects {
        display: flex;
        flex-wrap: wrap;
    }

    .product .product__media-wrapper {
        width: 50% !important;
        max-width: 50% !important;
    }

    .product .product__info-wrapper {
        width: 50% !important;
        max-width: 50% !important;
        padding-left: 30px;
    }

    .product .product-buy__buttons .product-form__quantity {
        flex: 0 0 50%;
    }

    .product .product-form__input {
        max-width: unset;
        flex: 0 0 50%;
        min-width: unset;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        padding-right: 10px;
        width: 50%;
    }

    .product .product-form__input:nth-child(2n) {
        padding-right: 0;
    }

    .product .product-media-container.constrain-height .media {
        height: 530px;
    }
}

@media (max-width : 990px) {
    .product .product__title h1 {
        font-size: 25px;
    }

    .product .product__info-wrapper {
        padding-top: 40px;
    }
}

/* PDP Style End */

/* Collection Style Start */
/* 
.facets-vertical .facets-wrapper {
  position: sticky;
  top: 64px;
  left: 0;
  width: calc(100% + 3.2rem);
  z-index: 3;
  margin-left: -1.6rem;
  background: #fff;
  padding: 10px 1.6rem;
} */

.facets-vertical .product-grid-container .collection{
    position: relative;
}
facet-filters-form.facets-vertical-sort {
  position: sticky;
  left: 0;
  width: 100%;
  z-index: 3;
  top: 67px;
  background: var(--gradient-background);
  padding-top: 10px;
  padding-bottom: 10px;
}

@media screen and (min-width: 768px) {
  facet-filters-form.facets-vertical-sort {
      top: 173px;
  }
}

@media screen and (min-width: 1024px) {
  facet-filters-form.facets-vertical-sort {
      top: 149px;
  }
}

.active-facets__button-wrapper {
  align-items: center;
  display: flex;
  justify-content: center;
  padding-top: 1.5rem;
}

@media screen and (max-width: 989px) {
  .active-facets {
      margin: 0 0 -1.2rem;
      justify-content: center;
  }
}

/* Collection Style End */

/* Cart Drawer Recommended Style Start */

.cross-sell.xs-v2 {
    padding: 0 !important;
}

.xsell_drawer_cart.xsell_inside .xs-card {
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: column !important;
}

.cross-sell.xs-v2.flickity-enabled .xs-card {
    padding: 0 !important;
    margin: 0 !important;
    width: 45%;
}

.cross-sell.xs-v2 .xs-card .xs-image{
    width: 90% !important;
    min-height: unset !important;
    order: 0 !important;
}

.cross-sell.xs-v2 .xs-card .xs-image a {
    display: flex;
}

.xsell_drawer_cart.xsell_inside .crosssell-title {
    padding: 0 !important;
}

.cross-sell.xs-v2 .xs-card .xs-card-body {
    order: 2 !important;
    width: 90% !important;
    padding: 10px 0 !important;
    text-align: left !important;
}

.cross-sell.xs-v2 .xs-card .xs-card-body .xs-product-title {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 5px 0;
    font-size: 13px !important;
}

.xs-card .xsell-quick-add-to-cart.xsell-quick-add-to-cart--bottom_side {
    top: 0 !important;
    order: 1 !important;
}

.cross-sell .flickity-prev-next-button .flickity-button-icon path {
    fill: white;
}

span.xsell-quick-add-to-cart-buy-icon {
    font-size: 14px;
}

.xsell_drawer_cart .cross-sell.xs-v2 .xs-card:hover {
  box-shadow: none;
}

.xsell_drawer_cart .flickity-prev-next-button {
  display: none;
}

.xsell_drawer_cart a[href]{
  /* Remove the capability to link to the product page */
  pointer-events: none;
}

#cross_sell_drawer_cart .cross-sell.xs-v2 .xs-card .xs-card-body .xs-product-view {
  display: none;
}

.cart-drawer .drawer__inner {
  padding-left: 0;
  padding-right: 0;
  overflow-x: hidden;
}

/* .drawer__inner .drawer__header {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
} */

.cart-drawer .drawer__inner > * {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.cart-drawer .drawer__inner > cart-drawer-items {
  padding-left: 0;
  padding-right: 0;
}

.cart-drawer .drawer__contents > * {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.cart-drawer .drawer__contents > .cart-footer {
  padding-left: 0;
  padding-right: 0;
}

.cart-drawer .cart-footer > *{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.cart-footer .xsell_drawer_cart {
  padding: 0;
}

.cart-drawer .cart-note {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

@media screen  and (min-width: 768px) {
  .drawer.active .drawer__inner {
    position: relative;
  }
}

.cross-sell.xs-v2 .xs-card .xs-card-body .xs-price {
  font-family: var(--font-heading-family);
}

.image-with-text{
  padding: 0 10%;
}

.image-grid__top::after, .social-media-grid__top::after {
    border-color: #e3e3e3 !important;
}
@media screen and (max-width: 749px) {
  .banner__box {
      margin-top: 3rem;
  }
}

/* Cart Drawer Recommended Style End */

.product__inventory-countdown {
  padding: 0 0 10px;
}

.product__inventory-countdown p {
  margin-bottom: 0;
}