/** Shopify CDN: Minification failed

Line 1000:0 Unexpected "{"
Line 1000:1 Expected identifier but found "%"
Line 1000:50 Unexpected "{"
Line 1000:59 Expected ":"
Line 1000:66 Unexpected "{"
Line 1002:2 Unexpected "{"
Line 1002:3 Expected identifier but found "%"
Line 1045:0 Unexpected "{"
Line 1045:1 Expected identifier but found "%"
Line 1056:2 Unexpected "{"
... and 4 more hidden warnings

**/
* {
    letter-spacing: normal;
}
@font-face {
    font-family: 'PF Regal Display Pro';
    src: url('/cdn/shop/files/PFRegalDisplayPro-Black.woff2?v=1764926504') format('woff2'),
        url('/cdn/shop/files/PFRegalDisplayPro-Black.woff?v=1764926504') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'PF Regal Display Pro';
    src: url('/cdn/shop/files/PFRegalDisplayPro-Bold.woff2?v=1764757128') format('woff2'),
        url('/cdn/shop/files/PFRegalDisplayPro-Bold.woff?v=1764757128') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AvertaPE';
    src: url('/cdn/shop/files/AvertaPE-Semibold.woff2?v=1764757128') format('woff2'),
        url('/cdn/shop/files/AvertaPE-Semibold.woff?v=1764757128') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AvertaPE';
    src: url('/cdn/shop/files/AvertaPE-Regular.woff2?v=1764757129') format('woff2'),
        url('/cdn/shop/files/AvertaPE-Regular.woff?v=1764757129') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Larken';
    src: url('/cdn/shop/files/Larken-Bold.woff2?v=1767787673') format('woff2'),
        url('/cdn/shop/files/Larken-Bold.woff?v=1767787676') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

h1, h2, h3, h4, h5, .h0, .h1, .h2, .h3, .h4, .h5{
font-family: 'PF Regal Display Pro';
}

p, span, a, div{
     font-family: 'AvertaPE';
}



.htb-wrap {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.left-btns {
    width: 33%;
}

.center-btns {
    width: 33%;
    text-align: center;
}

.s-icons {
    width: 33%;
}
.s-icons ul.list-unstyled.list-social.footer__list-social {
    justify-content: flex-end;
}

.two_btn a {
    color: #fff;
    font-size: 12px;
    text-decoration: none;
}

.two_btn {
    display: flex;
    gap: 10px;
}

.center-btns a.btn1 {
    color: #fff;
    font-size: 12px;
}
.s-icons a.link.list-social__link {
    padding: 0 5px;
}
.home-top-bar {
    padding: 2px;
}

.header__icon--cart img, .header__icon--account img  {
    width: 100%;
    display: block;
    max-width: 25px;
}
.search__button {
    background: #000 !important;
}

.search__button svg {
    color: #fff;
}
.search-modal__form .field:after {
    content: unset;
}
.search-modal__form .field__input {
    background: #fff;
    border-radius: 7px;
}
.search__button {
    background: #000!important;
    border-radius: 0 7px 7px 0;
}
.search__input.field__input {
    max-width: 210px;
}
label.field__label {
    letter-spacing: normal;
    font-size: 12px;
    top: 50%;
    transform: translateY(-50%);
}

.hib-img img {
    width: 100%;
    display: block;
    object-fit: cover;
    border-radius: 20px;
    height: 600px;
}

.hib-img {
    position: relative;
}

.hib-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) !important;
    padding-left: 50px;
    max-width: 90rem;
}

.hib-text h1 {
    font-size: 65px;
    color: #000 !important;
    margin: 0 0 28px;
    line-height: 1em;
    font-weight: 800;
}
.hib-text a.btn1 {
    padding: 20px 50px;
    background: #ffeb33;
    border-radius: 10px;
    font-size: 20px;
    text-decoration: none;
    border: 1px solid #ffeb33;
    margin: 0 auto;
    color: #000;
    font-weight: 600;
    transition: all ease .4s;
    width: fit-content;
}

.hib-text a.btn1:hover {
    background: #000;
    border: 1px solid rgb(0, 0, 0);
    color: #ffeb33;
}
.hib-img:after {
    content: "";
    position: absolute;
    background: url(/cdn/shop/files/meallion_final_sticker__8x5cm-03_7b541466-a2bd-489c-a882-f807ee9fb222.svg?v=1765174606);
    width: 230px;
    height: 260px;
    bottom: -20px;
    right: -30px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
    animation: floatSticker 1.5s ease-in-out infinite;
}
@keyframes floatSticker {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

.hitt-wrap {
    display: flex;
    width: 100%;
    justify-content: space-around;
    flex-wrap: wrap;
    max-width: 108rem;
    margin: 0 auto;
}

.hitt-content {
    width: calc(22% - 10px);
    display: flex;
    gap: 15px;
    align-items: center;
}

.hitt-img img {
    display: block;
    max-width: 75px;
}
.hitt-img:hover img {
    animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
    transform: translate3d(0, 0, 0);
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  
  30%, 50%, 70% {
    transform: translate3d(-2px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(2px, 0, 0);
}
}
.hitt-text h2 {
    font-size: 16px;
    line-height: 1.2em;
    font-family: 'AvertaPE';
    font-weight: 800;
    max-width: 146px;
}

.home-icon-text {
    padding: 0 0 3rem;
    background: #ffeb33;
}

.hb-wrapp {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
}

.hb-content {
    width: calc(15% - 10px);
}
.hb-content img:hover {
    transform: scale(1.1);
}
.hb-content img {
    width: 100%;
    display: block;
    max-width: 69px;
    border: 1px solid #fff352;
    padding: 8px;
    border-radius: 5px;
    transition: all ease 0.4s;
}
.hb-content h2 {
    font-size: 20px;
    margin: 12px 0 0;
    font-weight: 800;
}

.hb-content p {
    font-size: 16px;
    line-height: 1.3em;
    margin: 5px 0 0;
}
.home-blocks {
    padding: 5rem 0;
}
.hos-wrapp {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 127rem;
    margin: 0 auto;
    /* padding: 20px; */
    /* background: antiquewhite; */
}

.hos-content {
    width: calc(19% - 10px);
    text-align: center;
}

.hos-content img {
    width: 100%;
    display: block;
    max-width: 200px;
    margin: 0 auto;
}

.hos-content h2 {
    font-family: 'PF Regal Display Pro';
    font-size: 24px;
    margin: 0 0 11px;
    font-weight: 800;
}

.hos-content p {
    font-size: 16px;
    margin: 0;
    line-height: 1.3em;
    color: #000;
}
.home-order-steps {
    padding: 1rem 0 0;
}
.home-order-steps .page-width {
    background: #ffeb33;
    border-radius: 27px;
    padding: 2rem 2rem 4rem;
    max-width: 150rem;
}

.home-order-steps .page-width {
    position: relative;
}

.home-order-steps .page-width:after {
    content: "";
    position: absolute;
    background: url(/cdn/shop/files/meallion_final_sticker__8x5cm-05_1.svg?v=1765176415);
    width: 190px;
    height: 190px;
    background-size: contain;
    background-repeat: no-repeat;
    right: -40px;
    bottom: -60px;
    animation: floatRotate 2s ease-in-out infinite;
}
@keyframes floatRotate {
    0%   { transform: translateY(0) rotate(0deg); }
    50%  { transform: translateY(-10px) rotate(3deg); }
    100% { transform: translateY(0) rotate(0deg); }
}

@media(min-width: 989px){
    p.hitt-small-text {
     display: none;
    }
}
.hitt-wrappp {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.hitt-contenttt {
    width: 40%;
}
p.hitt-small-text {
    margin: 0 0 12px 0;
    font-size: 14px;
    font-weight: 700;
}
.hitt-image {
    width: 56%;
}

.hitt-image img {
    width: 100%;
    display: block;
    height: 611px;
    object-fit: cover;
}
.home-img-txt {
    padding: 5rem 0;
}

.hitt-contenttt h2 {
    font-size: 40px;
    line-height: 1.2em;
    margin: 0;
    font-weight: 800;
}

.hitt-contenttt img {
    width: 100%;
    display: block;
    max-width: 207px;
    margin: 0 0 0 auto;
}

p.article-card__excerpt.rte-width {
    display: none;
}

.card__information.fvfv p {
    position: relative;
    font-size: 16px;
    text-decoration: underline;
    text-underline-offset: 5px;
}

/* .card__information.fvfv p:after {
    content: "";
    position: absolute;
    background: url(/cdn/shop/files/Arrow_1.png?v=1764826935);
    width: 19px;
    height: 19px;
    top: 13px;
    margin-left: 9px;
    background-size: contain;
    background-repeat: no-repeat;
} */

.blog__posts .card-wrapper {
    border: 1px solid #000;
    border-radius: 13px;
    margin: 0 10px;
}
.blog__posts .article-card__image.media.media--hover-effect {
    border-radius: 12px 12px 0 0;
}
.blog__posts .card__inner.color-scheme-2.gradient.ratio {
    background: transparent;
    height: 286px;
}
.rs--wrapper {
    display: flex;
}

.rs--slider {
    background: #000000;
    padding: 30px;
    border-radius: 12px;
}

.rs--slider img {
    width: 100%;
    display: block;
    max-width: 100px;
}

.rs--slider p {
    color: #fff;
    line-height: 1.3em;
    font-size: 16px;
    margin-top: 23px;
}

.lower-cont {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 22px;
}

.lower-cont h4 {
    color: #fff;
    font-family: 'AvertaPE';
    font-size: 14px;
    margin: 0;
}

.lower-cont h3 {
    width: 20px;
    height: 20px;
    background: #ffffff;
    padding: 20px;
    font-size: 14px;
    text-transform: uppercase;
    color: #000000;
    font-family: 'AvertaPE';
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    margin: 0;
}


ul.slick-dots {
    padding: 0;
    text-align: center;
    margin-top: 5px;
}
ul.slick-dots li {
    display: inline-flex;
    margin: 0 5px;
}
ul.slick-dots li button {
    background: transparent;
    font-size: 0;
    padding: 4px;
    border-radius: 30px;
    border: 1px solid #000000;
    /* border: none; */
    cursor: pointer;
}
.rs--wrapper .slick-active button {
    background: #000000 !important;
    border: 1px solid #000000;
}


.review-slider {
    background: #ffeb33;
    padding: 5rem 0;
}

.slick-arrow {
    background: none;
    border: 1px solid #000;
    border-radius: 40px;
    cursor: pointer;
    padding: 12px;
}

.slick-arrow img {
    width: 20px;
    height: 20px;
    display: block;
}

button.slick-prev.pull-left.slick-arrow {
    position: absolute;
    top: -70px;
    right: 70px;
}
button.slick-next.pull-right.slick-arrow {
    top: -70px;
    position: absolute;
    right: 20px;
    transform: rotate(180deg);
}

.slick-arrow:hover {
    background: #000;
    transition: all ease 0.4s;
}

.slick-arrow:hover img {
    filter: invert(1);
}
.rs--slider {
    margin: 0 10px 0 0;
}
.rs-heading h2 {
    font-size: 40px;
    margin: 0;
}

.rs-heading p {
    font-size: 20px;
    margin: 0;
    color: #000;
}
.rs-heading {
    margin-bottom: 25px;
}


.home_faq .collapsible-content-wrapper-narrow {
    margin: inherit;
    padding-right: inherit;
    padding-left: inherit;
    max-width: inherit;
}


.home_faq .collapsible-content-wrapper-narrow {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
}
.left-contt {
    width: 35%;
    position: relative;
}

.right-faq {
    width: 60%;
    padding: 30px;
    border-radius: 20px;
}

.accordion__title {
    font-family: 'AvertaPE';
    font-size: 22px;
    color: #000;
    font-weight: 600;
}
.home_faq .collapsible-content__header {
    text-align: start !important;
}
.left-contt p {
    max-width: 45rem;
    color: #000;
    font-size: 20px;
    line-height: 1.3em;
}

.collapsible-content summary:hover {
    background: none !important;
}
.collapsible-content summary:hover .accordion__title {
    text-decoration: none !important;
}
.left-contt:after {
    content: "";
    position: absolute;
    background: url(/cdn/shop/files/meallion_final_sticker__8x5cm-01_1.svg?v=1765177717);
    width: 103px;
    height: 180px;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    animation: wobbleRotate 2s ease-in-out infinite;
}
@keyframes wobbleRotate {
    0%   { transform: rotate(0deg); }
    25%  { transform: rotate(3deg); }
    50%  { transform: rotate(-3deg); }
    75%  { transform: rotate(2deg); }
    100% { transform: rotate(0deg); }
}


.newsletter__wrapper {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}

.left-news {
    width: 60%;
}

.right-news {
    width: 40%;
}
.left-news h2 {
    text-align: start;
    line-height: 1.2em;
    font-size: 30px;
    margin: 0;
    font-weight: 800;
}

.left-news p {
    text-align: start;
    line-height: 1.3em;
    padding-top: 10px;
}

.left-news .newsletter__subheading {
    max-width: 80rem;
    margin: 0 auto 0 0;
    color: #000;
}
.newsletter-form {
    max-width: 56rem !important;
}
.newsletter__wrapper .newsletter-form__field-wrapper {
    max-width: 56rem !important;
}

.newsletter-form__field-wrapper .field:after {
    content: unset;
}

.newsletter-form__field-wrapper .field {gap: 10px;}

.newsletter-form__field-wrapper .field__input {
    background: #000;
    border-radius: 10px;
    height: 60px;
    color: #fff;
}

.newsletter-form__field-wrapper label.field__label {
    color: #fff;
}

.newsletter-form__button {
    width: 200px !important;
    display: flex;
    position: static;
    align-items: center;
    justify-content: center;
    height: 60px !important;
    background: #000!important;
    border-radius: 10px;
    font-size: 20px;
    color: #ffeb33;
}

.newsletter__wrapper>*+* {
    margin-top: 0 !important;
}
p.newstextt {
    max-width: 557px;
    margin: 10px auto 0;
    text-align: start;
    line-height: 1.3em;
    color: #000;
}
.home_faq .collapsible-content .accordion {
    margin-left: 45px;
    position: relative;
}
.home_faq .collapsible-content .accordion:after {
    content: "";
    position: absolute;
    background: url(/cdn/shop/files/meallion_characters_coloured_vegan_1.png?v=1764838527);
    width: 48px;
    height: 48px;
    background-repeat: no-repeat;
    background-size: contain;
    left: -64px;
    top: 50%;
    transform: translateY(-50%);
}
.footer .grid--3-col-tablet .grid__item {
    width: 15%;
}
.footer .grid--3-col-tablet .grid__item:nth-child(1) {
    width: 22%;
}
.footer-block__details-content .list-menu__item--link, .copyright__content a {
    color: #fff !important;
}
.footer-block__details-content .list-menu__item--link {
    line-height: 1.3em;
    padding: 0;
}
.footer-block__details-content .list-menu__item--link:hover, .copyright__content a:hover {
    text-decoration: none !important;
}
.footer-block__details-content.rte {
    color: #fff;
    font-size: 14px;
}
.footer__content-bottom-wrapper--center {
    justify-content: flex-start !important;
    color: #fff;
}
.footer__localization:empty+.footer__column--info {
    align-items: flex-end !important;
}
.footer__content-bottom {
    display: flex;
    flex-direction: row-reverse;
}
img.new-icon {
    width: 100%;
    display: block;
    max-width: 26px;
}
.home_faq .accordion summary {
    justify-content: space-between;
}
.home_faq .accordion__content {
    line-height: 1.3em;
    color: #000;
}

.hcb-wrapp {
    width: 100%;
    flex-wrap: wrap;
    display: flex;
}

.hcb-content {
    width: calc(25% - 10px);
    border: 1px solid #00000000;
    margin-right: 10px;
    border-radius: 10px;
    transition: all ease 0.4s;
}



.hcb-inner-main {
    display: flex;
}

.hcb-left {
    width: 50%;
    padding: 15px;
    display: flex;
    border-radius: 10px 0 0 10px;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    align-items: end;
    align-content: flex-start;
}

.hcb-rightt {
    width: 50%;
    padding: 15px;
    border-radius: 0 10px 10px 0;
}

.hcb-rightt p {
    font-size: 16px;
    line-height: 1.3em;
    color: #000;
    margin: 0;
    min-height: 290px; 
}

.hcb-left h3 {
    font-size: 17px;
    line-height: 1.3em;
    margin: 0;
}

.home-color-blocks {
    padding: 5rem 0;
}
.icon--imgg img {
    width: 100%;
    display: block;
    max-width: 38px;
}
.hitt-contenttt p {
    color: #000;
}


.card_box .slick-active button, .hom_bloc .slick-active button {
    background: #000000 !important;
    border: 1px solid #000000;
}
.card_box ul.slick-dots li button, .hom_bloc ul.slick-dots li button  {
    background: #D9D9D9;
    border: 1px solid #00000000;
    padding: 3px;
}
.card_box ul.slick-dots li, .hom_bloc ul.slick-dots li {
    margin: 0 2px;
}

@keyframes zigzagRotate {
  0%   { transform: translateX(0) rotate(0deg); }
  20%  { transform: translateX(-12px) rotate(-3deg); }
  40%  { transform: translateX(12px) rotate(3deg); }
  60%  { transform: translateX(-12px) rotate(-3deg); }
  80%  { transform: translateX(12px) rotate(3deg); }
  100% { transform: translateX(0) rotate(0deg); }
}



.list-social {
  visibility: hidden;
  height: 0;
}

body.loaded .list-social {
  visibility: visible;
  height: auto;
} 

.header__menu-item {
    color: #000;
    font-size: 16px;
}
.p-badge-img img {
    width: 100%;
    display: block;
    max-width: 54px;
    height: 55px !important;
    position: absolute;
    top: 0;
}

.home-image-banner .video__container video {
    border-radius: 30px;
    height: 600px;
    object-fit: cover;
}
.footer-block__heading {
    font-size: 26px!important;
    font-family: 'PF Regal Display Pro';
    font-weight: 800;
}

.two_btn p {
    margin: 0;
}
.home-img-marquee {
    padding: 2rem 0 0;
}

.field__button {
    height: 4.5rem;
}









.options_title {
    font-size: 14px;
}

.for--color span.product-size {
    font-size: 0px;
    width: 2px;
    height: 11px;
    display: flex;
    border-radius: 30px;
}
.custom_mult_tab .swiper-wrapper {
    padding-top: 0px;
}
.upper-main {
    margin-bottom: -40px;
    position: relative;
    z-index: 2;
    max-width: 80rem;
}
.custom_mult_tab .heading_block h2 {
    font-size: 32px;
    font-weight: 800;
    line-height: 1em;
    letter-spacing: normal;
    margin: 0;
}
.coll_tab_wrapper {
    margin: 0px auto !important;
}
.custom_mult_tab {
    padding: 40px 0 !important;
}
.swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	cursor: pointer;
}
.custom_mult_tab img {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: contain;
}

/* .custom_mult_tab a {
    display: block;
    text-decoration: none;
    width: 100%;
    color: #000;
    font-size: 14px;
    padding: 5px;
    border: 1px solid #00000000;
} */

.custom_mult_tab .page-width.scroll_effe {
    display: none;
}
{% comment %} .custom_mult_tab .swiper_container_{{ section.id }} {
    padding: 20px 0;
} {% endcomment %}
.swiper-scrollbar {
    background: rgb(0 0 0 / 14%);
    height: 5px;
    position: absolute;
    bottom: -40px !important;
}
.swiper-scrollbar-drag {
    display: block !important;
    background: rgb(155 155 155) !important;
    height: 100% !important;
    opacity: 1 !important;
    border-radius: 4px;
}
.swiper-button-next:after {
    content: unset;
}

.swiper-button-prev:after {
    content: unset;
}
.swiper-button-next img {
    width: 30px;
    height: 24px;
}

.swiper-button-prev img {
    width: 30px;
    height: 24px;
}
.custom_mult_tab .swiper-button-prev {
    position: absolute;
    top: 16px;
    left: inherit;
    right: 54px !important;
}
.custom_mult_tab .swiper-button-next {
    position: absolute;
    top: 16px;
}
.custom_mult_tab  .swiper-button-next, .swiper-button-prev {
    z-index: 1 !important;
}
{% comment %} .swiper-button-next,
.swiper-button-prev {
  color: #000!improtant;
}
.swiper-button-next {
    top: -40px !important;
}
.swiper-button-prev {
    top: -40px !important;
    right: 80px !important;
    left: unset !important;
} {% endcomment %}
.custom_mult_tab .tab_wrap {
    display: inline-flex;
    margin-bottom: 20px;
        border-bottom: 1px solid #00000038;
}
.custom_mult_tab {
    padding: 40px 0;
}
.custom_mult_tab .common-btn p {
    color: #000;
    padding: 5px 40px;
    margin: 0px;
    font-size: 20px;
    cursor: pointer;
}
.custom_mult_tab .common-btn.active p {
    background: #F4F4F4;
    color: #000000;
    border-bottom: 1px solid #000;
}
.custom_mult_tab .coll_tab_wrapper .collection_name {
    color: #000;
    margin-top: 9px;
    font-size: 12px;
    letter-spacing: normal;
    font-weight: 500;
}
.custom_mult_tab .coll_tab_wrapper .lower_block_bls h2 {
    font-size: 16px;
    color: #70AEDD;
    padding: 0;
    margin: 0px auto;
    letter-spacing: normal;
}
.custom_mult_tab .heading_block {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 20px;
    gap: 0;
    flex-direction: column;
    align-items: flex-start;
}
 .custom_mult_tab a.see_all_link {
    text-decoration: underline;
    font-size: 16px;
    letter-spacing: normal;
    color: #000;
    text-underline-offset: 8px;
}


.on-hover {
    position: absolute;
    bottom: 82px;
    width: 100%;
    max-width: 100%;
    background: #edededcc;
    padding: 12px 10px;
    transition: all ease 0.4s;
    opacity: 0;
    visibility: 0; 
}
  .for--hov:hover .on-hover {
    bottom: 82px;
    visibility: visible;
    opacity: 1;
}   
.inner-hov {
    display: flex;
}
.for--hov {
    position: relative;
    border-right: 1px solid #0000002b;
}
span.product-size {
    width: 100%;
    padding: 10px 12px;
    line-height: 1em;
    font-size: 15px;
    margin: 0 3px;
    display: flex;
    max-width: 25px;
    background: #fff;
    text-align: center;
    justify-content: center;
    transition: all ease 0.4s;
}


span.product-size:hover {
    background: #000;
    color: #fff;
}
span.product-size.disabled {
    opacity: 0.5;
}
span.product-size {
    padding: 5px 17px;
    font-size: 16px;
    max-width: 8px;
}
 .image_block {
    position: relative;
}

img.second--img {
    position: absolute;
    top: 0;
    transition: all ease 0.4s;
    opacity: 0;
    visibility: hidden;
}
.image_block:hover img.second--img {
    opacity: 1;
    visibility: visible;
} 




.main--wrapperr {
    display: flex;
    width: 100%;
    justify-content: space-between;
    border: 1px solid #00000029;
    border-radius: 10px;
}

.left-static-content {
    width: 20%;
    border-radius: 10px 0 0 10px;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    z-index: 0;
}

.right-side-pros {
    width: 80%;
    position: relative;
    z-index: 0;
}
.for--hov h2 {
    margin: 5px 0 10px;
    font-weight: 800;
}
p.sale-price {
    margin: 0;
    line-height: 1em;
}
.price--wrpp {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    position: relative;
    color: #000;
}
.pw--price {
    flex: 1;
    text-align: center;
    font-size: 16px;
    display: flex;
    gap: 8px;
    justify-content: center;
}
p.compare-price {
    margin: 0;
    text-decoration: line-through;
    line-height: 1em;
    color: grey;
}
.product-weight {
    width: 50%;
    text-align: center;
    border-left: 1px solid #000;
}

.product-weight p {
    margin: 0;
    font-size: 16px;
    line-height: 1em;
}

.meal-info-wrap {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 10px;
    height: 45px;
}

.meal-content {
    width: calc(24% - 9px);
    text-align: center;
    background: #F4F4F4;
    border-radius: 8px;
    padding: 4px;
    transition: all ease 0.4s;
}

.meal-content p {
    margin: 0;
    font-size: 10px;
    color: #000;
}
.meal-content p:nth-child(1) {
    font-size: 12px;
    margin-bottom: -2px;
}

.add-to-cart-btn {
    padding: 12px 25px;
    background: #000;
    font-family: 'AvertaPE';
    font-weight: 600;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 8px;
    width: -webkit-fill-available;
    margin-top: 9px;
    align-items: center;
    display: flex;
    justify-content: center;
    gap: 5px;
}
.add-to-cart-btn:hover {
  background: #333;
}
.custom_mult_tab.second-sec .tab_wrap {
    display: none !important;
}
.section-logo--img img {
  width: 100%;
  display: block;
  max-width: 220px;
  margin: 0 auto;
   animation: zigzagRotate 3s ease-in-out infinite;
  
}
@keyframes zigzagLogo {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(5px, -5px);   /* move top-right */
  }
  50% {
    transform: translate(-5px, -5px);  /* move top-left */
  }
  75% {
    transform: translate(5px, 5px);    /* move bottom-right */
  }
  100% {
    transform: translate(0, 0);        /* back to center */
  }
}
.custom_mult_tab.second-sec .section-logo--img img {
    width: 100%;
    display: block;
    max-width: 100px;
    margin: 0 auto 0 0;
}

.custom_mult_tab .image_block img {
    width: 100%;
    height: 270px;
    object-fit: contain;
}
.see_all a {
    padding: 0;
    text-decoration: underline;
    color: #000;
    font-size:14px;
}
.left-static-content.for-mobile {
    display: none;
}
.section-heading h2 {
    font-size: 40px;
    margin: 0 0 20px;
    font-weight: 800;
}
.new--div {
    width: 100%;
    padding: 5px;
}















.card__heading a:after {
    content: unset !important;
}
.qqqq {
    height: 54px;
    font-size: 26px;
    letter-spacing: normal;
    line-height: 1.1em;
    font-weight:800;
    margin-bottom: 5px !important;
}

.card__media {
    z-index: 1 !important;
}
.product-card-wrapper {
    border: 1px solid #00000036;
    padding: 5px 8px 0;
}
.card__inner.gbgb.color-scheme-2.gradient.ratio {
    border-radius: 8px !important;
    overflow: hidden;
}
/* .product-grid-container .grid {
    column-gap: 0;
    row-gap: 0;
} */
.card-information.plplp {
    display: none;
}


.template-collection .meal-content {
    width: calc(25% - 5px);
}

.template-collection .page-width {
    max-width: 100%;
}
/* .for--bulk {
    position: absolute;
    bottom: 17px;
    width: 100%;
    max-width: 96%;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
} */
.for--bulk {
  display: none;
  margin-bottom: 10px;
}
.card__content quick-add-bulk .quantity:after {
    content: unset;
}

.card__content quick-add-bulk .quantity {
    border: 1px solid #000;
    border-radius: 9px;
        min-height: calc((var(--inputs-border-width) * 2) + 4.1rem) !important;
}
.card__content quick-add-bulk .quantity button.quantity__button {
    background:rgb(0, 0, 0);
}
.card__content quick-add-bulk .quantity button.quantity__button .svg-wrapper {
    width: 13px;
    color: #fff;
}
.card__content quick-add-bulk button.quantity__button[name="plus"] {
    border-radius: 0 8px 8px 0;
}
.card__content quick-add-bulk button.quantity__button[name="minus"] {
    border-radius: 8px 0 0 8px;
}
.quantity__button:first-child {
    margin-left: 0;
}
.template-collection .add-to-cart-btn {
    border-radius: 8px;
    border: 1px solid #000;
    margin-top: 10px;
}

/* .for--hov.swiper-slide {
    display: flex;
} */
.for--hov .product-card-wrapper {
    border: none;
    padding: 5px 8px 0;
}

form#FacetSortForm {
    display: none;
}
.facets__disclosure-vertical {
    border-top: 1px solid #0000002e;
}
.facets__summary span:first-of-type {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}
.list-menu__item label {
    color: #000;
    padding: 3px 4px 5px!important;
    border: 1px solid #000;
    border-radius: 5px;
    font-size: 12px;
}
.list-menu__item label img {
    width: 15px;
    /* max-width: 15px; */
    height: 15px;
    position: relative;
    top: 2px;
}
.facet-checkbox>svg, .facet-checkbox>.svg-wrapper {
    display: none;
}
label.facets__label.facet-checkbox.active {
    background: #000000;
    color: #fff;
}
label.facets__label.facet-checkbox.active img {
    filter: invert(1);
}
.facets-layout-list .facets__label:hover .facet-checkbox__text-label, .facets-layout-list input:focus~.facet-checkbox__text-label {
    text-decoration: none !important;
}
.facet-checkbox {
    padding: 1rem 0rem 0.5rem 0 !important;
    display: inline-block !important;
}
.facets-vertical .facets__summary {
    padding-bottom: 0 !important;
}
.facets__heading {
    display: none !important;
}
.active-facets__button--light .active-facets__button-inner {
    display: none;
}
a.active-facets__button.active-facets__button--light {
    display: none;
}
.active-facets__button-wrapper *, span.active-facets__button-inner {
    font-size: 13px !important;
    text-decoration: none !important;
}
.facets__item {
    display: inline-table !important;
    margin: 3px 1px;
    cursor: pointer;
}
.facets-layout:not(.facets-layout-list--swatch,.facets-layout-grid--image) .facets__label.disabled {
    opacity: 1 !important;
}
.facets__disclosure-vertical svg.icon.icon-caret {
    display: none;
}
.facets__summary:hover .facets__summary-label {
    text-decoration: none !important;
}
.product-grid-container .grid {
    margin-top: 0;
}
.tab_wrap a {
    text-decoration: none;
}
.Zapiet-Calendar__Wrapper.Zapiet-Calendar__Wrapper--open {
    position: relative !important;
    bottom: 330px !important;
}
.cart-item__quantity-wrapper {
    justify-content: space-between;
}
.cart-item__name:hover {
    text-decoration: none !important;
}

cart-drawer-items .quantity {
    min-height: calc((var(--inputs-border-width) * 2) + 2.5rem) !important;
    width: calc(9rem / var(--font-body-scale) + var(--inputs-border-width) * 2) !important;
        border-radius: 5px !important;
    border: 1px solid #000000fa;
}
.quantity:before, .quantity:after {
    content: unset;
}
.cart-drawer .cart-items thead {
    display: none;
}
.cart-item {
    background: #f1f1f1;
    box-shadow: 0 1px 2px 0px #00000054;
    padding: 0 10px;
    margin-bottom: 2px !important;
}
.cart-drawer .cart-items td {
    padding-top: 1rem;
}
span.price.price--end {
    font-size: 15px;
    letter-spacing: normal;
}
.drawer__cart-items-wrapper .button {
    justify-content: flex-end;
}
cart-drawer-items .quantity__button {
    width: calc(2.5rem / var(--font-body-scale));
}
.facets-container {
    padding-top: 0 !important;
}
.custom-multi-col .title-wrapper-with-link {
    justify-content: center;
    margin-bottom: 43px;
}
.custom-multi-col .multicolumn-list__item:first-child {
    background: #ffeb33 !important;
}
.custom-multi-col .multicolumn-list__item:nth-child(2) {
    background: #ce953f !important;
}
.custom-multi-col .multicolumn-list__item:nth-child(3) {
    background: #8bd763 !important;
}
.custom-multi-col .multicolumn-list__item:last-child {
    background: #caa4ee !important;
}
.custom-multi-col .multicolumn-list__item {
    padding: 27px 10px 0;
    border-radius: 20px;
}
.custom-multi-col h3.inline-richtext {
    letter-spacing: 0;
}
.custom-multi-col .multicolumn-card__info p {
    font-size: 15px;
    line-height: 1.3em;
}
.custom-image-text .image-with-text__content {
    padding: 2rem 3rem;
}
.custom-richtext .rich-text__blocks {
    max-width: 90rem;
}
.three-dots {
    position: absolute;
    top: 7px;
    right: 7px;
    background: #e1e1e1;
    border-radius: 40px;
    cursor: pointer;
}

.three-dots img {
    display: block;
    max-width: 32px;
    height: 32px;
    padding: 0 4px;
    object-fit: contain;
}


.product-grid-container .product-card-wrapper .card__content {
    display: flex !important;
    flex-direction: column !important;
}

cart-drawer-items .quantity__button[name="plus"] {
    background: #000000 !important;
    color: #fff;
    margin-right: 0;
}

cart-drawer-items .quantity__button[name="minus"] {
    background: #000000 !important;
    color: #fff;
    margin-right: 0;
}

cart-drawer-items {
    scrollbar-width: none;
}
.pro-imgs {
    display: flex;
    width: 100%;
    gap: 8px;
}

.pro-img-items img {
    width: 100%;
    display: block;
    height: 100%;
    max-width: 7rem;
    border: 1px solid #0000005c;
    border-radius: 10px;
}

.pro-img-items {
    cursor: pointer;
}




.quantity-selector {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgb(0, 0, 0);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  height: 36px;
}

.quantity-selector .qty-btn {
  width: 36px;
  height: 36px;
  border: none;
  background:rgb(0, 0, 0);
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease, color 0.2s ease;
}

.quantity-selector .qty-btn:hover {
  background: #000;
  color: #fff;
}

.quantity-selector input[type="number"] {
  width: 100%;
  height: 36px;
  border: none;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  background: #fff;
  pointer-events: none;
}

/* Remove number arrows */
.quantity-selector input::-webkit-outer-spin-button,
.quantity-selector input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity-selector input[type="number"] {
  -moz-appearance: textfield;
}


.text-button p {
    background: #000;
    color: #fff;
    padding: 3px 0;
    border-radius: 8px;
    display: inline-grid;
    width: 100%;
    max-width: 211px;
    text-align: center;
    /* margin: 0; */
    margin: 0;
    height: 36px;
}
/* .text-button {
    position: absolute;
    width: 100%;
    top: -16px;
} */
.add-to-crt-btn {
    position: relative;
}
.quantity-selector {
  display: none;
  align-items: center;
}

.text-button {
  cursor: pointer;
}
.new-btn {
    padding: 5px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background: #000;
    border-radius: 30px;
    margin-top: 9px;
}
.center--img img {
    width: 100%;
    display: block;
    max-width: 150px;
}
.hiwi-wapper {
    display: flex;
    flex-wrap: wrap;
    max-width: 137rem;
    margin: 0 auto;
    position: relative;
}

.hiwi-content.right {
    width: 100%;
    position: relative;
}
.hiwi-wapper:after {
    content: "";
    position: absolute;
    background: #000;
    position: absolute;
    height: 96%;
    width: 5px;
    top: 50%;
    z-index: -1;
    left: 50%;
    transform: translate(-50%, -50%);
}



.hiwi-inner {
    width: 100%;
    max-width: 38rem;
    margin: 0 180px 0 auto;
    padding: 15px;
    text-align: left;
}
.hiwi-content.right .center--img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.hiwi-content.left {
    position: relative;
    width: 100%;
}
.hiwi-content.left .center--img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.hiwi-content.left .hiwi-inner {
    width: 100%;
    max-width: 38rem;
    margin: 0 auto 0 180px;
    padding: 15px;
    text-align: end;
}
.hiwi-inner p {
    min-height: 67px;
    font-size: 16px;
    line-height: 1.3em;
}

.hiwi-inner h2 {
    font-size: 26px;
    margin: 0;
    font-weight: 800;
    letter-spacing: normal;
}

.hiwi-heading.center h2 {
    font-size: 40px;
    letter-spacing: normal;
    font-weight: 800;
    margin: 0;
}

.hiwi-heading.center p {
    font-size: 16px;
    max-width: 50rem;
    margin: 15px auto;
    line-height: 1.3em;
}
.how-it-works-info {
    padding: 5rem 0;
}
.hiwi-heading.center {
    margin-bottom: 8rem;
}
.hiwi--button.center {
    margin-top: 70px;
}

.hiwi--button.center a.btn1 {
    background: #000;
    padding: 15px 30px;
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
}
.qunatity_selector_home {
    margin-top: 10px;
}

/* .hide-progress-bar {
  display: none;
} */

/* .dropdown {
      position: relative;
      display: inline-block;
}
.dropdown-content {
    display: none;
    position: fixed;
    z-index: 1;
    right: 7.4%;
    margin-top: 6px;
    min-width: 350px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.auth-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
.field:after {
    display: none;
}
.auth-card {
    width: 100%;
    background: #fff;
    padding: 15px;
    border-radius: 4px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

.auth-title {
    text-align: start;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 0;
    letter-spacing: normal;
}

.auth-wrapper  .field {
  position: relative;
  margin-bottom: 18px;
}

.auth-wrapper .field input {
    width: 100%;
    padding: 14px 14px;
    border: 1px solid #9b9b9b;
    border-radius: 5px;
    font-size: 15px;
    background: transparent;
}

.auth-wrapper  .field label {
  position: absolute;
  top: 50%;
  left: 14px;
  color: #888;
  font-size: 14px;
  transform: translateY(-50%);
  pointer-events: none;
  transition: 0.2s ease;
  background: #fff;
  padding: 0 6px;
}
.field.pass {
    margin-bottom: 6px;
}
.field input:focus,
.field input:not(:placeholder-shown) {
  border-color: #000;
}

.field input:focus + label,
.field input:not(:placeholder-shown) + label {
  top: -6px;
  font-size: 12px;
  color: #000;
}

.auth-btn {
    width: 100%;
    margin-top: 10px;
    padding: 14px;
    border-radius: 5px;
    background: #000;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    border: none;
}

.auth-btn:hover {
  background: #222;
}

.auth-links {
    text-align: right;
    margin-bottom: 0;
}

.auth-links a {
  font-size: 14px;
  color: #000;
  text-decoration: none;
}

.auth-footer {
    text-align: center;
    margin-top: 5px;
    font-size: 14px;
}
.auth-footer a {
  font-weight: 600;
  color: #000;
}

.success-message,
.error-message {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 12px;
  border-radius: 8px;
  margin-bottom: 16px;
  font-size: 14px;
}

.success-message {
  background: #e8fff1;
  color: #0f5132;
}

.error-message {
  background: #ffeaea;
  color: #842029;
} */



.new-acc-wrapp {
    display: flex;
    width: 100%;
    gap: 10px;
    align-items: center;
}

.acc--img {
    width: 10%;
}

.acc-main-titlee {
    flex: 1;
}

.acc--img img {
    width: 100%;
    display: block;
}



.acc-main-titlee a {
    font-style: italic;
}

.drawer__header {
    justify-content: flex-start !important; 
    align-items: center;
    gap: 9px;
}
.clear--cart button {
    background: none;
    border: none;
    text-decoration: underline;
    text-underline-offset: 3px;
    cursor: pointer;
}
.drawer__heading {
    margin: 0 !important;
    font-weight: 800;
}



.osb-wrapp {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    background: #ffeb33;
    /* border-radius: 20px; */
    /* border: 9px solid #ffec35; */
    align-items: center;
    /* max-width: 50rem; */
}

.osb-image {
    width: 50%;
}

.osb-content {
    width: 50%;
    padding-left: 30px;
    max-width: 60rem;
    margin: 0 auto 0 80px;
}

.osb-image img {
    width: 100%;
    display: block;
    height: 780px;
    object-fit: cover;
    object-position: 0% 10%;
}

.osb-content h2 {
    font-size: 40px;
    line-height: 1em;
    margin: 0;
    text-align: center;
}
.osb-content p {
    margin-bottom: 0;
    text-align: center;
}
.ows-wrapp {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.ows-left {
    width: 45%;
}

.ows-right {
    width: 50%;
}

.ows-left h2 {
    text-align: right;
    font-size: 80px;
    font-weight: bold;
    line-height: 1.1em;
    margin: 0;
}

.ows-right img {
    width: 100%;
    display: block;
    max-width: 21rem;
    margin-bottom: 90px;
    filter: invert(1);
    animation: floatImage 3s ease-in-out infinite;
}

.ows-left h2 p {
    margin: 0;
}

.our-words-sec {
    padding: 8rem 0;
        background: #000;
}

.ows-left h2:nth-child(1) {
    color: #ffeb33;
}

.ows-left h2:nth-child(2) {
    color: #caa4ee;
}

.ows-left h2:nth-child(3) {
    color: #ce953f;
}

.ows-left h2:nth-child(4) {
    color: #8bd763;
}
.ows-right h2 {
    color: #fff;
}
.ows-right p {
    color: #fff;
    text-align: center;
}


@keyframes floatImage {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
  100% {
    transform: translateY(0);
  }
}

.lowerr-txt.center {
    max-width: 650px;
    margin: 90px auto 0;
}

.our-elements {
    padding-bottom: 5rem;
}

.lowerr-txt.center h2 {
    font-size: 40px;
}

.lowerr-txt.center p {
    font-size: 16px;
    margin: 0;
}


.ows-right h2 {
    position: relative;
    font-family: 'Larken';
    text-align: center;
}

.ows-right h2:after {
    content: "";
    position: absolute;
    background: url(/cdn/shop/files/Vector_2.svg?v=1766138267);
    width: 100%;
    height: 15px;
    left: 0;
    background-size: contain;
    top: -40px;
    background-repeat: no-repeat;
}
.customer {
    position: relative;
}
.oxi_social_wrapper {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}
.oslv2 .sl-vertical.oxi_icon_center a.social_login {
    padding: 0 !important;
}
.template-customers-login .customer, .template-customers-register .customer {
    margin-top: 70px !important;
}
 .area{
  width:100%;
  height: 500px;
  position: relative;
  margin: 0 auto;
  background: url(https://visualhunt.com/photos/m/1/bee-insect-nature.jpg) center center;
  background-size: cover;
} 
.move-rect {
    display: flex;
    position: relative;
    max-width: 850px;
    padding: 10px 20px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
}
.for--mob {
    display: none;
}


.article-card-wrapper h3.card__heading.h2 a {
    font-family: 'PF Regal Display Pro' !important;
}

.article-card-wrapper h3.card__heading.h2 {
    font-family: 'PF Regal Display Pro' !important;
    line-height: 1.2em;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    text-align: left;
}
.custom_mult_tab .for--hov:last-child {
    border: none;
}
.article-card-wrapper h3.card__heading.h2 a:nth-child(2) {
    font-family: 'AvertaPE' !important;
}
.new-anchor {
    font-size: 16px;
    text-decoration: underline;
    text-underline-offset: 5px;
    color: #000;
}

.login p, .login p a {
    font-family: 'PF Regal Display Pro';
    font-size: 30px;
}

.login p {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.login p a {
    margin: 0;
    background: #ffeb33;
}

.template-customers-register .oxi_social_wrapper {
    top: -30px;
}

.card_box,
.card_box * {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}



.blog-articles {
    display: flex !important;
    width: 100%;
    flex-wrap: wrap;
}

.blog-articles__article {
    width: calc(25% - 20px);
}
.main-blog .page-width {
    max-width: 100%;
}


.main-blog .page-width {
    max-width: 100%;
}
.article-card-wrapper {
    border: 1px solid #000;
    border-radius: 15px;
}
.main-blog .card__information.fvfv {
    padding: 20px !important;
}
.main-blog .card__inner {
    background: transparent;
    height: 320px;
}
.article-card__image.media.media--hover-effect {
    border-radius: 14px 14px 0 0;
    background: transparent;
}
.main-blog h1 {
    text-align: center;
    font-weight: 900;
    text-transform: uppercase;
}
.article-card__info {
    font-size: 14px;
    color: #000000a3;
}
.share-button__button {
    padding: 0 20px;
    background: #e7e7e7;
    border-radius: 7px;
    border: 1px solid #0000000d;
}
.article-template__hero-container {
    max-width: 100% !important;
    padding: 30px !important;
    margin: 0 auto;
}
.article-template__hero-small {
    border-radius: 10px;
}






.hura-marquee-bar.hura-messages{    
  position: relative;
  overflow: hidden;
  display: flex;
}
.hura-marquee-bar .hura-message{
  text-align:center;    
  padding:2px 2%;
  display: inline-block;
}

  .hura-message li {
    font-family: Recoleta;
    font-size: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.hura-marquee-bar.hura-messages {
    display: none;
    background: #000;
}
p.for--cover {
    font-size: 18px !important;
}
.card_blog_headings {
    display: flex;
    width: 100%;
    gap: 30px;
    justify-content: center;
    padding: 20px 0 40px;
}
.card_blog_headings .blog_head {
    font-size: 16px;
    color: #969998;
    text-decoration: none;
}
.card_blog_headings .blog_head.active {
    color: #000;
    text-decoration: underline;
    text-underline-offset: 10px;
    text-decoration-thickness: 2px;
}
select#blog-mobile-nav {
    display: none;
}
.template-product-gift_card .select__select {
    font-size: 16px;
}
.template-product-gift_card .select::after {
    border-radius: 10px;
}
.template-product-gift_card .select:hover.select:after {
    border-radius: 10px;
}
.template-product-gift_card .select__select:focus {
    box-shadow: none;
 }
.template-product-gift_card .quantity {
    border: 1px solid #000;
    border-radius: 10px;
}
cart-drawer-items h2 {
    font-size: 18px;
    font-weight: 800;
    letter-spacing: normal;
    line-height: normal;
    margin: 10px 0 0;
}
.recurapay_subscription-bls .recurpay_container-blossom,.recurapay_subscription-cart .recurpay_container-blossom {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    background: #f1f1f1;
    margin-bottom: 6px;
    border-radius: 6px;
    border: 1px solid grey;
    transition: 0.5s all ease;
}
.recurapay_subscription-bls label, .recurapay_subscription-cart label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 10px;
    cursor: pointer;
}
.recurapay_subscription-bls label p, .recurapay_subscription-cart label p {
    margin: 12px 0;
    line-height: normal;
    font-size: 14px;
    color: #000;
}
.recurapay_subscription-bls label span, .recurapay_subscription-cart label span {
    line-height: normal;
    font-size: 14px;
    color: #000;
    font-weight: 600;
    width:30%;
    text-align: end;
}
span.new_br_clall {
    font-size: 10px !important;
    font-weight: 400 !important;
}
.recurapay_subscription-bls, .recurapay_subscription-cart {
    padding: 10px 0 20px;
}
.recurapay_subscription-bls input {
    margin: 12px 10px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    position: relative;
}
 .recurapay_subscription-cart input {
      margin: 12px 10px;
    cursor: pointer;
    width: 21px;
    height: 20px;
    position: relative;
 }
.recurapay_subscription-bls .recurpay_container-blossom:hover, .recurapay_subscription-cart .recurpay_container-blossom:hover{
    opacity: 1;
    background: #000;
    color: #fff;
}
.recurpay_container-blossom:hover label p {
    color: #fff;
}
.recurpay_container-blossom:hover label span {
    color: #fff;
}
.recurapay_subscription-bls .recurpay_container-blossom.active, .recurapay_subscription-cart .recurpay_container-blossom.active{
    background: #000;
}
.recurpay_container-blossom.active label p {
    color: #fff;
}
.recurpay_container-blossom.active label span {
    color: #fff;
}
.recurpay_container-blossom.active input[type="radio"]:checked {
    accent-color: rgb(255,235,51) !important;
}
.recurpay_container-blossom:hover input[type="radio"] {
    accent-color: #000;
}
input[type="radio"] {
  -webkit-appearance: none;
  appearance: none;
  width: 22px;
  height: 20px;
  border: 2px solid #ccc;
  border-radius: 50%;
  position: relative;
}
.recurapay_subscription-cart input[type="radio"] {
    width: 23px;
    height: 20px;
}
input[type="radio"]:checked {
    border-color: rgb(255,235,51);
}

input[type="radio"]:checked::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 2px;
}
.recurpay_container-blossom input[type="radio"]::before {
    content: "";
    width: 12px;
    height: 12px;
    background: rgb(255,235,51) !important;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0.5s ease;
}
.recurpay_container-blossom input[type="radio"]:checked::before {
  transform: translate(-50%, -50%) scale(1);
}
.recurpay_container-blossom:hover input[type="radio"]::before {
  transform: translate(-50%, -50%) scale(1);
}
.wrap_account_address {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 auto;
    justify-content: left;
    margin-bottom: 10px;
}
.wrap_account_address p {
    font-size: 24px;
    margin: 0;
    font-family: 'PF Regal Display Pro' !important;
}
.wrap_account_address a {
    font-family: 'PF Regal Display Pro' !important;
    font-size: 24px;
}
.address_heading h1 {
    margin: 0;
    line-height: 1.3em !important;
    letter-spacing: normal;
    font-family: 'PF Regal Display Pro' !important;
    font-size: 30px;
}
.customer.addresses button {
    border-radius: 6px;
}
.customer.addresses button:after {
    border-radius: 6px;
}
.customer.addresses {
    width: 100%;
    max-width: 100% !important;
}
.customer.addresses ul {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr;
}
.customer.addresses li {
    margin: 10px;
    border: 1px solid grey;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    border-radius: 10px;
}
.customer.addresses li h2 {
    margin: 0;
    line-height: normal;
    font-size: 16px;
    font-family: 'PF Regal Display Pro' !important;
}
.customer.addresses ul p {
    font-size: 14px !important;
    margin: 0;
    text-align: left;
    font-family: 'AvertaPE' !important;
    line-height: 1.3em !important;
}
.customer.addresses ul button {
    margin: 0 10px 0 0px !important;
    padding: 0 !important;
    width: fit-content;
    min-width: fit-content;
    min-height: fit-content;
    background: transparent;
    color: #000;
    text-decoration: underline;
    font-size: 14px;
    text-underline-offset: 2px;
}
.wrap_edit_del_bls {
    line-height: normal;
}
.customer.addresses ul button:after {
    content: unset;
}
.customer.addresses ul button:before {
    content: unset;
}
.addresses_popup, .addresses_popup_new {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 76%);
    z-index: 9;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.addresses_popup_new .popup_wrapper {
    display: none;
}
.addresses_popup .popup_wrapper, .addresses_popup_new .popup_wrapper {
    background: #fff;
    padding: 60px;
    height: 80vh;
    overflow-y: scroll;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    border-radius: 10px;
    max-width: 650px;
    scrollbar-width: none;
}
.addresses_popup h2 {
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    margin: 30px auto 0;
    line-height: normal;
    letter-spacing: normal;
}


.addresses_modal_close {
    position: relative;
}
span.modal-drawer-close {
    position: absolute;
    top: -20px;
    right: 0px;
    z-index: 9999;
    width: 22px;
    height: 22px;
    display: block;
    cursor: pointer;
    transition: opacity .2s, transform .5s ease-in-out;
}
span.modal-drawer-close:hover {
    background: rgb(18 18 18 / 18%);
    border-radius: 50%;
    opacity: 0.7;
    scale: 1.3;
}
.modal-open {
    overflow: hidden !important;
}
.template-cart_blossom h2 {
    margin: 0;
    text-align: center;
    line-height: normal;
    letter-spacing: normal;
    font-size: 18px;
}
.template-cart_blossom .recurapay_subscription-bls label p {
    font-size: 12px;
    margin: 0;
}
.template-cart_blossom .recurapay_subscription-bls label span {
    font-size: 14px;
}
.addresses_popup_new h2 {
    font-size: 30px;
}
.addresses form>div:nth-of-type(1) {
    margin-right: 0 !important;
}
.addresses form>div:nth-of-type(1), .addresses form>div:nth-of-type(2) {
    flex-basis: 100% !important;
}
.customer .field:first-of-type {
    margin: 0 0 2rem !important;
}
.addresses h2 {
    text-align: center !important;
    margin: 0;
    font-family: 'PF Regal Display Pro' !important;
    font-size: 24px !important;
}
.cart_page_blossom .cart-items td:nth-child(1) {
    padding-left: 20px;
}
.cart_page_blossom .cart-items td:nth-child(5) {
    padding-right: 20px;
}
.cart_page_blossom .cart-items td {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}
.gift-note-bls p {
    line-height: 1.4em;
    letter-spacing: normal;
    color: #000000a6;
    font-size: 14px;
}
.card__badge {
    display: none;
}
.clear--cart button {
    display: flex;
    align-items: flex-end;
    color: #000 !important;
}
.clear--cart .svg-wrapper {
    width: 14px;
    height: 14px;
    margin-left: 6px;
}
.template-page h1.main-page-title {
    font-size: 42px;
    margin: 0;
}
.ows-left h2 p {
    font-family: 'Larken';
}
.article-card-wrapper h3.card__heading.h2 a.full-unstyled-link {
    line-height: 1.4em;
    max-height: 2.8em;
    overflow: hidden;
}
.recuurpay_subscription_note {
    text-align: center;
    font-weight: 800;
    letter-spacing: normal;
    line-height: 1.3em;
    margin: 0px auto 20px;
    font-size: 14px;
    background: #ffeb33;
    border-radius: 8px;
    padding: 10px 20px;
    border: 1px solid #8080804d;
}
.add_bundle {
    cursor: pointer;
}
.add_bundle p {
    background: #000;
    color: #fff;
    padding: 3px 0;
    border-radius: 8px;
    display: inline-grid;
    width: 100%;
    max-width: 211px;
    text-align: center;
    margin: 0;
    height: 36px;
}
.products_included .mea-card-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.mea-card {
    flex: 0 0 calc(50% - 8px);
    display: flex;
    margin-bottom: 16px;
    gap: 10px;
}
.mea-image {
    flex: 0 0 120px;
    margin-left: 0 !important;
}
.mea-image img {
    width: 120px;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
}
.mea-details h4.mea-name {
    margin: 0;
}
.mea-details p.mea-quantity {
    margin: 0;
}
.products_included h2 {
    margin: 0px 0 20px !important;
    padding-top: 20px;
    border-top: 1px solid #000;
}
.customer thead th {
    font-family: 'PF Regal Display Pro' !important;
    font-size: 16px !important;
}
.tab--block h3 {
    font-family: 'PF Regal Display Pro';
}
.s-tabs h2 {
    font-size: 30px !important;
    font-family: 'AvertaPE' !important;
}
:is(.account,.order) p {
    margin: 0 0 2rem;
    font-size: 16px !important;
    font-family: 'AvertaPE' !important;
    line-height: 1.3em !important;
}
.account__main h2 {
    font-size: 24px !important;
    font-family: 'PF Regal Display Pro' !important;
}
.impact-enviorment h2 {
    font-size: 24px !important;
    font-family: 'PF Regal Display Pro' !important;
    line-height: normal !important;
    margin-bottom: 10px !important;
}
.impact-enviorment p {
    font-size: 16px !important;
    font-family: 'AvertaPE' !important;
}
.s-tabs h3 {
    font-family: 'AvertaPE' !important;
    line-height: normal !important;
}
.s-tabs h3 {
    font-size: 24px !important;
    margin-bottom: 10px !important;
    font-family: 'PF Regal Display Pro' !important;
}
.s-tabs h2 {
    font-size: 24px !important;
    margin-bottom: 10px !important;
    line-height: normal !important;
    font-family: 'PF Regal Display Pro' !important;
}
.customer label.field__label {
    transform: inherit;
    letter-spacing: normal;
}
.customer thead th, .customer tbody td {
    text-transform: capitalize !important;
}
.template-collection #Avada-Joy_FloatingButton {
  display: none;
}
.template-customers-login h1#recover {
    font-size: 30px !important;
    font-family: 'PF Regal Display Pro' !important;
}
.template-customers-login p.for--cover {
    font-size: 16px !important;
    font-family: 'AvertaPE' !important;
}
.customer.login.section-template--26694011847033__main-padding {
    max-width: 62.8rem !important;
}
.s-tabs p {
    display: flex;
    gap: 4px;
}
img.referral_image {
    width: 20px;
    height: 20px;
    object-fit: cover;
}
.left-product-images-wrapp img {
    display: block !important;
    max-height: 480px !important;
    object-fit: cover !important;
    height: auto;
}
.pro-imgs .pro-img-items {
    padding-top: 10px !important;
}
.close-button {
    position: absolute !important;
    right: 20px !important;
    top: 20px !important;
}
.pro-img-items img {
    max-height: 80px !important;
}
.home-main-image {
    display: block;
}
.home-main-image.mobile {
    display: none;
}
.pro-des p {
    line-height: 1.4em;
}
.card-wrapper {
    max-height: 580px;
}
.ows-right h2 {
    font-size: 40px;
}
.profile img {
    display: block;
    border-radius: 50%;
    object-fit: cover;
    width: 40px;
    height: 40px;
}
.hcb-left h3 {
    font-weight: 800;
}
.collapsible-content__heading {
    font-weight: 800;
}
.rs-heading h2 {
    font-weight: 800;
}
.omnisend-mobile-container h2 {
    font-size: 20px !important;
    margin: 0 !important;
}
.tab--block.subcription_manage_block {
    max-height: 130px;
}
.address_heading a.back_arrow {
    width: 40px;
    height: 40px;
}
.address_heading img {
    width: 100%;
    object-fit: cover;
    height: auto;
    display: block;
    rotate: 90deg;
}
.address_heading {
    display: flex;
    gap: 10px;
    text-align: center;
    justify-content: center;
}
.omnisend-form-6948f0bafc42195c0f69c728-action-6948f0b2fc42195c0f69c71e:hover {
    background: #ffeb33 !important;
    color: #000 !important;
    border: 1px solid #000 !important;
}
.omnisend-form-6948f0bafc42195c0f69c728-action-6948f0b2fc42195c0f69c71e::after {
    content: unset !important;
}
/* #storePickupApp p.delivery_note {
    display: none;
} */
div#recurpay-account-widget {
    display: none;
}
.cart-drawer .totals {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}
h2.totals__total {
    color: #fff;
}
img.footer_bottom_logo {
    width: 150px;
    height: auto;
    object-fit: cover;
}
.recurpay-manage-subscription-link-footer {
    display: none;
}
.footer__copyright {
    display: flex;
    justify-content: center;
    align-items: center;
}
.copyright__content {
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-block__heading img {
    display: block;
    height: auto;
    object-fit: cover;
    max-width: 150px;
}
#storePickupApp .Zapiet-Calendar__Wrapper {
    margin-top: -80px !important;
}
.new-heading .card__heading {
    text-align: center;
}
.trigger.card__inner {
    height: auto;
    max-height: 360px;
}
.totals__total-value {
    grid-template-columns: 1fr auto;
    gap: 6px;
}


/* cus-drop-down */
.cus-drop-down {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cus-drop-down .selected a {
    display: block;
    text-decoration: none;
    color: #000;
    width: 100%;
    border: 1px solid #dadada;
    border-radius: 4px;
}
.cus-drop-down .selected a span {
  cursor: pointer;
  display: block;
  padding: 12px 20px;
  font-size: 13px;
  line-height: 1.4;
}

.cus-drop-down .option {
  position: relative;
}

.cus-drop-down .options ul {
  background: #fff none repeat scroll 0 0;
  display: none;
  list-style: none;
  padding: 0;
  position: relative;
  left: 0;
  top: 115%;
  width: auto;
  min-width: 170px;
  border: 1px solid #d7d7d7;
  margin: 0;
  width: 100%;
  text-align: left;
  padding: 5px;
  box-shadow: 0 0 10px lightgray;
  height: 300px;
  overflow: hidden;
  overflow-y: auto;
}

.cus-drop-down .selected span.value,
.cus-drop-down .options span.value {
  display: none;
}
.cart-attr {
  display: flex;
  width: 100%;
  margin-bottom: 30px;
}
.cus-drop-down .options ul li a {
  padding: 12px 20px;
  line-height: 1.5;
  display: block;
  text-decoration: none;
  color: #000;
  font-size: 14px;
}

.cus-drop-down .options ul li a:hover {
  background: black;
  color: #fff;
  transition: 0.2s ease;
  opacity: 1;
}

button.c-btn.c-btn--full.c-btn--primary.cart__checkout.js-cart-checkout-validate.cus-button-disabled {
  pointer-events: none !important;
  cursor: default !important;
  opacity: 0.6;
}
.cart .cart__button > *.order-slots {
  max-width: 33rem;
  margin: 0 auto;
  width: 100% !important;
  float: unset !important;
}
.cart-attr {
  margin: 20px 0 30px;
}

datetime-slot-picker .neo-slot-picker input.neo-input {
  font-size: 14px;
}
.cart label.ajaxcart__footer-terms__label > p {
  line-height: 1.4;
}
#CustomerLoginForm .underline-text {
  text-decoration: underline;
  background: #fdf68d;
}
.custom_link_add {
  font-size: 15.6px;
  color: #000;
  text-decoration: underline;
}
.account__form-buttons .c-btn {
  font-size: 16px;
}
.section__title-text p {
    margin: 0;
    line-height: normal;
    font-size: 20px;
    font-weight: 800;
    text-align: left;
}
.totals.footer {
    display: flex;
    justify-content: flex-end;
    padding-right: 14px;
}
.header_marquee_slick {
    display: flex!important;
}
.price_totals {
    display: flex;
    flex-direction: row;
    gap: 4px;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.price_totals p.compared__total_vale {
    text-decoration: line-through;
    color: #dadada;
}
.totals__total-value s {
    display: none;
}
.cart-item__price-wrapper {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 6px;
}

span.compp11 {
    font-size: 12px;
}
.new-heading .card__heading {
    text-align: left;
}
.cart-item__error {
    display: none !important;
}
span.coll_reg_price, .prod_regg {
    color: red !important;
}
.cart-item__discounted-prices {
    display: none;
}
.hib-text a.btn1 {
    background: #000;
    color: #ffeb33;
    border-color: #000;
}

.hib-text a.btn1:hover {
    background: #ffeb33;
    color: #000;
    border-color: #ffeb33;
}
.blosso_new_main .heading_block h2 {
    color: #fff;
}

.blosso_new_main .see_all a {
    color: #fff;
}
.copy-field input {
    flex: 1 !important;
    padding: 10px !important;
    border: 1px solid #000 !important;
    border-radius: 4px !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -ms-appearance: none !important;
    -o-appearance: none !important;
    appearance: none !important;
    outline: none !important;
    border: none!important;
    background-color: transparent !important;
    padding: 0 !important;
    margin: 0!important;
    width: 100% !important;
    height: auto !important;
    flex-basis: 0 !important;
    flex-grow: 1 !important;
    box-sizing: border-box !important;
    border-radius: 8px !important;
    color: #000000 !important;
    background-color: #FFFFFF !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    padding-top: 16px !important;
    padding-bottom: 16px !important;
    border-style: solid !important;
    border-color: #B8B8B8 !important;
    border-width: 1px !important;
    color: #797979 !important;
    font-size: 15px !important;
}
.home-icon-text {
    position: relative;
}

.new_main_hiome_icons {
    width: 100%;
    position: absolute;
    max-width: 50px;
    right: 10%;
    display:none;
}
.thunder-box {
    display: block !important;
}

.thunder-box {
    position: relative;
    width: 60px;
    height: 60px;
    margin: auto;
}
.thunder-box {
    position: absolute;
    right: 10%;
    bottom: -20px;
}

.thunder-box::before, .thunder-box::after {
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    background: url("/cdn/shop/files/thunder.png?v=1770359593")
              no-repeat center / contain;
    animation: thunderFlash 2.5s infinite;
}

.thunder-box::before {
  left: 0;
  animation-delay: 0s;
}

.thunder-box::after {
  right: 0;
  animation-delay: 0.4s;
}

@keyframes thunderFlash {
  0%, 85%, 100% {
    opacity: 0.3;
    transform: translateY(0);
  }
  88% {
    opacity: 1;
    transform: translateY(-3px);
  }
  92% {
    opacity: 0.4;
    transform: translateY(2px);
  }
  95% {
    opacity: 1;
    transform: translateY(-1px);
  }
}
.hib-text a.btn1 {
    padding: 10px 40px;
}
/**********************************06-02-2026**********************************/
a.blog__button.button {
    background: #000;
    color: #ffeb33;
    border-color: #000;
    border-radius: 10px;
    transition: all ease .4s;
    border: none !important;
    font-weight: 600;
}
a.blog__button.button:hover {
    background: #ffeb33;
    color: #000;
    border-color: #ffeb33;
}
a.blog__button.button:after,a.blog__button.button:before {
    display: none;
}
.newsletter-form__button {
    border-radius: 10px !important;
    transition: all ease .4s;
    border: 2px solid #000;
    font-weight: 600;
    font-size: 15px;
}
.newsletter-form__button:hover{
    transition: all ease .4s;
    background: #ffeb33 !important;
    color: #000;
    border-color: #ffeb33;
    border: 2px solid #000;
}
.hiwi--button.center a.btn1{
     border-radius: 10px !important;
    transition: all ease .4s;
    font-weight: 600;
    color:#ffeb33;
}
.hiwi--button.center a.btn1:hover{
    transition: all ease .4s;
    background: #ffeb33 !important;
    color: #000;
    border-color: #ffeb33;
}
.Avada-Joy_ButtonWidget {
    border-radius: 25px !important;
}
.Joy-VIPTier__Block {
    gap: unset !important;
}
.Joy-VIPTier__Block .Joy-VIPTier__Text.heading {
    text-align: center !important;
}
.Joy-Hero-Banner_ActionGroup--item:first-child {
     border-radius: 10px !important;
    border: none;
    background: #000 !important;
    color: #ffeb33 !important;
    font-weight: 600 !important;
}
.Joy-Hero-Banner_ActionGroup--item:nth-child(2) {
     border-radius: 10px !important;
    border: none;
    background: #ffeb33 !important;
    color: #000 !important;
    font-weight: 600 !important;
}
.Joy-Hero-Banner_ActionGroup--item:nth-child(2):hover {
    transition: all ease .4s;
    background: #000 !important;
    color: #ffeb33 !important;
    font-weight: 600 !important;
}
.Joy-Hero-Banner_ActionGroup--item:first-child:hover{
     transition: all ease .4s;
     background: #ffeb33 !important;
    color: #000!important;
    border-color: #ffeb33!important;
}
.Joy-ReferralLoyalty .Joy-Button--Primary.medium {
    transition: all ease .4s;
    background: #000 !important;
    color: #ffeb33;
}
.Joy-ReferralLoyalty .Joy-Button--Primary.medium:hover {
    transition: all ease .4s;
    background: #ffeb33 !important;
    color: #000 !important;
}
.Joy-ReferralLoyalty .Joy-Button--Primary.medium {
     border-radius: 10px !important;
    font-weight: 600;
}
.gfb-style-material_filled .gfb__footer button {
    transition: all ease .4s;
    color: #ffeb33;
    font-weight: 600;
    padding: 15px 0 !important;
    border-radius: 10px !important;
}
.gfb-style-material_filled .gfb__footer button:hover {
    transition: all ease .4s;
    background: #ffeb33;
    border: 1px solid #ffeb33 !important;
    color: #000;
    
}
.customer.login form#customer_login button:before,.customer.login form#customer_login button:after {
    display: none;
}
.cart-drawer__empty-content a.button:before, .cart-drawer__empty-content a.button:after {
    display: none;
}
.recover_button:before, .recover_button:after {
    display: none;
}
.customer.login form#customer_login button, .recover_button, .cart-drawer__empty-content a.button {
    font-weight: 600 !important;
    color: #ffeb33 !important;
    border-radius: 10px !important;
}
.customer.login form#customer_login button:hover, .recover_button:hover, .cart-drawer__empty-content a.button:hover {
    transition: all ease .4s;
    background: #ffeb33;
    color: #000 !important;
}
.drawer__footer button.cart__checkout-button.button {
    border-radius: 10px !important;
    color: #ffeb33;
    font-weight: 600 !important;
}
.drawer__footer button.cart__checkout-button.button h2.totals__total {
    color: #ffeb33;
    font-weight: 600 !important;
    font-family: 'AvertaPE';
    font-size: 20px;
}
.drawer__footer button.cart__checkout-button.button:hover {
     transition: all ease .4s;
    background: #ffeb33;
    color: #000;
}
.drawer__footer button.cart__checkout-button.button:hover h2.totals__total {
     transition: all ease .4s;
    color: #000;
}
.drawer__footer button.cart__checkout-button.button:before,.drawer__footer button.cart__checkout-button.button:after {
    display: none;
}
.cart__footer .cart__ctas button:after,.cart__footer .cart__ctas button:before {
    display: none;
}
.cart__footer .cart__ctas button {
    border-radius: 10px !important;
    color: #ffeb33;
    font-weight: 600;
    transition: all ease .4s;
    border-radius: 10px;
}
.cart__footer .cart__ctas button:hover {
    background: #ffeb33;
    color: #000;
    transition: all ease .4s;
}
.cart__empty_btn {
    background: #000000;
    color: #ffeb33;
    text-decoration: none;
    padding: 15px 20px;
    border-radius: 10px;
}
.cart__empty_btn:hover {
    background: #ffeb33;
    color: #000;
    transition: all ease .4s;
}
/**********************************06-02-2026**********************************/
.card__inner.color-scheme-2.gradient.ratio {
    overflow: hidden;
    border-radius: 8px;
}
ul.collection-list {
    padding-bottom: 40px;
}
.drawer__footer h2 {
    font-size: 16px;
    font-weight: 800;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    margin: 0px 0px 10px;
}
h2.section__title-text {
    font-size: 18px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.cart_checkbox_bls {
    display: flex;
    text-align: start;
    gap: 10px;
    align-items: stretch;
    margin-bottom: 10px;
}
.cart_checkbox_bls p {
    font-size: 13px;
    line-height: normal;
    margin: 0;
    color: #2e2e2e;
}
.cart_checkbox_bls input#accept_qnty_deliv {
    cursor: pointer;
    width: 16px;
    height: 16px;
    accent-color: #000;

}
.min_three_prd {
    color: red;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    margin: 10px auto;
}
.dropdown_bls_date img {
    width: 14px;
    height: 14px;
    object-fit: cover;
    display: block;
}
.dropdown_bls_date.active img {
    rotate: 180deg;
}
.drawer__footer h2.center {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    /* padding-bottom: 20px; */
}





/* New---css */

.collection ul#product-grid {
    row-gap: 11px;
}

.custom_mult_tab .section-heading {
    text-align: center;
}
h2.color-heading.margin_heading_wrapper {
    margin-top: 40px;
}

h2.color-heading {
    text-align: center;
}
.home-order-steps {
    overflow: hidden;
}

/**************************responsive*************************/
@media screen and (min-width: 750px) {
    .facets-vertical .facets-wrapper {
        padding-right: 1rem !important;
    }
    .card__information {
    padding-bottom: 1rem !important;
}
.customer:not(.account):not(.order) {
    max-width: 55.8rem;
}
}

@media screen and (min-width: 990px) {
    .underline-links-hover:hover a {
        text-decoration: none !important;
    }
    .facets-container.scroll-trigger.animate--fade-in {
    position: sticky;
    top: 140px;
    height: 100vh;
}


}


@media screen and (max-width: 1440px) {
.trigger.card__inner {
    height: auto;
    max-height: 250px;
}    
.home-order-steps .page-width:after {
    width: 120px;
    height: 120px;
    right: 0;
}
.hib-text h1 {
    font-size: 50px;
    color: #fff;
    margin: 0 0 28px;
    line-height: 1em;
}
.hcb-left h3 {
    font-size: 16px;
}
.hos-content img {
    max-width: 160px;
}
.blog__posts .card__inner.color-scheme-2.gradient.ratio {
    height: 380px;
}
.left-news {
    width: 55%;
}
.hb-content {
    width: calc(17% - 10px);
}
.osb-image img {
    height: 630px;
}
.lowerr-txt.center {
    max-width: 650px;
    margin: 0px auto 0;
}
}

@media screen and (max-width: 1024px) {    
.hcb-content {
    width: calc(50% - 10px);
}
.hcb-wrapp {
    row-gap: 10px;
}
.hb-content {
    width: calc(33% - 10px);
}
.hb-wrapp {
   row-gap: 10px;
}
.hos-content {
    width: calc(25% - 10px);
}
.home-order-steps .page-width {
    margin: 0 15px;
}
.blog__posts .card__inner.color-scheme-2.gradient.ratio {
    height: 270px;
}
.accordion__title {
    font-size: 18px;
}
.newsletter-form__button {
    font-size: 17px;
}
.hib-img:after {
    width: 110px;
    height: 110px;
}





.custom_mult_tab .image_block img {
    width: 100%;
    height: 150px;
    object-fit: contain;
}
.custom_mult_tab .heading_block h2 {
    font-size: 25px;
}
.hiwi-inner {
    margin: 0 0px 0 auto;
}
.hiwi-content.left .hiwi-inner {
    margin: 0 auto 0 0px;
}
.osb-content {
    width: 44%;
    padding-left: 0;
    max-width: 60rem;
    margin: 0 auto 0 40px;
}
.ows-left h2 {
    font-size: 70px;
}
.move-rect {
    max-width: 980px;
}
.area {
    height: auto;
}
.blog__posts .card-wrapper {
    margin: 0 5px;
}
.article-card-wrapper h3.card__heading.h2 a {
    font-family: 'PF Regal Display Pro' !important;
    font-size: 20px;
    line-height: 1.2em;
}
.new-anchor {
    font-size: 16px !important;
}
.main-blog .card__inner {
    background: transparent;
    height: 220px;
}
.trigger.card__inner {
    height: 170px;
}
.grid--4-col-desktop .grid__item {
    width: calc(33% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    max-width: calc(33% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
}
}

@media screen and (max-width: 989px) {
 .ows-right h2 {
    font-size: 30px;
}   
.customer.addresses ul {
    grid-template-columns: 1fr 1fr;
}    
.hib-text h1 {
    font-size: 40px;
}
.left-btns {
    display: none;
}
.s-icons {
    display: none;
}
.htb-wrap {
    justify-content: center;
}
.custom-search {
    display: none;
}
.header__icon--menu svg {
    width: 40px !important;
    height: 14px !important;
}
.hib-img:after {
    width: 110px;
    height: 110px;
    display:none;
}
.hitt-content {
    width: calc(25% - 4px);
    gap: 5px;
}

.hitt-wrap {
    justify-content: space-between;
}
.hitt-text h2 {
    font-size: 13px;
}
.hb-content p {
    font-size: 15px;
}
.hos-content {
    width: calc(50% - 10px);
}
.hos-content img {
    max-width: 130px;
}
.hitt-contenttt {
    width: 100%;
}
.hitt-image {
    width: 100%;
}
.hitt-wrappp {
    flex-direction: column-reverse;
    gap: 12px;
}
.rs--slider p {
    font-size: 15px;
}
.rs--slider {
    padding: 19px;
}
.rs--slider img {
    max-width: 115px;
}
.left-contt {
    width: 100%;
}
.right-faq {
    width: 100%;
    padding: 30px;
    border-radius: 20px;
}
.home_faq .collapsible-content-wrapper-narrow {
    gap: 20px;
}
.left-contt:after {
    width: 105px;
    height: 140px;
        right: 0;
}
.collapsible-content__heading {
    margin-bottom: 0rem !important;
}
.review-slider {
    padding: 3rem 0;
}
.collapsible-section-layout {
    padding-top: 0 !important;
}
.newsletter__wrapper {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
}
.left-news {
    width: 100%;
}
.right-news {
    width: 100%;
}
.newsletter__wrapper {
    gap: 20px;
}
.newsletter-form, .newsletter__wrapper .newsletter-form__field-wrapper {
    max-width: 73rem!important;
}
p.newstextt {
    max-width: 100%;
}
.footer-block__heading {
    font-size: 20px;
}




.custom_mult_tab .tab_wrap {
    overflow: auto;
    white-space: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.swiper-button-next, .swiper-button-prev {
    display: none !important;
}
.custom_mult_tab .tab_wrap::-webkit-scrollbar {
    display: none;
}

.custom_mult_tab .coll_btn p {
    font-size: 14px;
}
.custom_mult_tab .heading_block {
    padding-bottom: 10px;
    justify-content: space-between;
}
.custom_mult_tab .heading_block h2 {
    font-size: 30px;
}
span.product-size {
    padding: 6px 10px;
    font-size: 14px;
    max-width: 8px;
}
.on-hover {
    bottom: 103px;
    max-width: 92%;
    opacity: 1;
    visibility: visible;
}
.right-side-pros {
    width: 60%;
}
.left-static-content {
    width: 40%;
}
.custom_mult_tab .common-btn p {
    padding: 5px 20px;
    font-size: 16px;
    cursor: pointer;
}
.custom_mult_tab {
    padding: 40px 0 0!important;
}
.coll_tab_wrapper.page-width {
    padding-right: 0;
}
.section-heading h2 {
    font-size: 35px;
}
.hiwi-heading.center h2 {
    font-size: 30px;
}
.hiwi-heading.center p {
    font-size: 15px;
}
.hiwi-inner {
    max-width: 25rem;
}
.hiwi-content.left .hiwi-inner {
    max-width: 25rem;
}
a.btn1 {
    font-size: 20px;
}



.js .menu-drawer {
    height: 100% !important;
    top: 0 !important;
}
.header__icon--menu {
    position: initial;
    z-index: 4;
}
.menu-drawer {
    top: 0;
}
.header__icon--menu[aria-expanded=true]:before {
    display: none;
}
.menu-drawer__menu-item--active, .menu-drawer__menu-item:focus, .menu-drawer__close-button:focus, .menu-drawer__menu-item:hover, .menu-drawer__close-button:hover {
    background-color: transparent !important;
}
.menu-drawer__navigation {
    padding: 6rem 18px 3rem !important;
    background: #fff;
}
.contact-num a, .contact-email a {
    text-decoration: none;
    color: #000;
}

.contact-num p, .contact-email p {
    margin: 0;
    padding-left: 30px;
    position: relative;
}

.contact-num p:after {
    content: "";
    position: absolute;
    background: url(/cdn/shop/files/mobile-phone.png?v=1765959163);
    width: 20px;
    height: 20px;
    left: 0;
    top: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateY(-50%);
}
.contact-email p:after {
    content: "";
    position: absolute;
    background: url(/cdn/shop/files/email.png?v=1765959189);
    width: 20px;
    height: 20px;
    left: 0;
    top: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateY(-50%);
}
.contact-email {
    margin-top: 7px;
}
.header--has-social .menu-drawer__utility-links {
    padding: 2rem 3rem 5rem !important;
}
.new-acc- {
    position: absolute;
    top: 20px;
    right: 20px;
}
.for-desktop {
    display: none;
}
.for--mob {
    display: block;
}
.move-rect1 {
    display: flex;
    width: 100%;
    justify-content: space-between;
    max-width: 50rem;
    margin: 0 auto;
}

.move-rect1 img {
    max-width: 150px;
    margin: 0 auto;
    width: 100%;
}
.our-elements {
    padding-bottom: 5rem;
    padding-top: 5rem;
}
.ows-right img {
    max-width: 14rem;
}
.osb-image img {
    height: 450px;
}
.osb-content {
    margin: 0 auto 0 20px;
}
.osb-content h2 {
    font-size: 30px;
}
.our-words-sec {
    padding: 5rem 0;
}
.ows-left h2 {
    font-size: 50px;
}
.lowerr-txt.center h2 {
    font-size: 30px;
}
.footer .grid--3-col-tablet .grid__item {
    width: 45%;
}
.footer .grid--3-col-tablet .grid__item:nth-child(1) {
    width: 45%;
}
.mobile-facets__header {
    background: #fff;
}
.blog-articles__article {
    width: calc(50% - 10px);
    margin-bottom: 20px;
}
}
@media screen and (max-width: 768px) {
 .grid--4-col-desktop .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
}
}    
@media screen and (max-width: 749px) {
.footer-block__heading img {
    max-width: 116px;
}    
.customer:not(.account):not(.order) {
    text-align: center !important;
}    
.subcription_manage_block .block-btn {
    top: 10px !important;
}    
.hcb-left {
    width: 52%;
}    
.card-wrapper {
    max-height: 380px;
}    
.for--mobile-onlyy img {
    border-radius: 8px;
}
.menu-drawer__account {
    align-items: flex-end;
}
.for--mobile-onlyy .container div {
    overflow: hidden;
    border-radius: 8px;
}    
.template-page h1.main-page-title {
    font-size: 30px;
    line-height: 1.3em;
}
.ws-registration-form--heading.ws--πληροφορίες_πελατών {
    font-size: 20px;
}
.address_heading h1 {
    font-size: 30px;
}
.wrap_account_address {
    flex-direction: column;
    gap: 0;
}   
.wrap_account_address p {
    font-size: 20px;
}
.wrap_account_address a {
    font-size: 20px;
}
.addresses h2 {
    font-size: 20px !important;
    margin-top: 10px;
} 
.home-main-image {
    display: none;
}
.home-main-image.mobile {
    display: block;
}    
.mea-card {
    flex: 0 0 calc(100% - 8px) !important;
}    
.addresses_popup_new h2 {
    font-size: 22px;
}  
.popup_wrapper h2 {
    font-size: 22px;
}
.addresses_popup .popup_wrapper, .addresses_popup_new .popup_wrapper {
    padding: 40px 20px;
}
.addresses form {
    margin-top: 30px !important;
}
.customer.addresses ul {
    grid-template-columns: 1fr;
}  
.customer button {
    margin: 2rem 0 1.5rem !important;
}  
@supports (-webkit-touch-callout: none) {
  select#blog-mobile-nav {
    -webkit-appearance: none;
    appearance: none;
    color: #000;
    -webkit-text-fill-color: #000;
    border: 1px solid #000;
    background-color: #fff;
  }
}
select#blog-mobile-nav {
    display: block;
    margin: 20px auto 40px;
    padding: 8px 32px 8px 12px;
}  
.blog__nav-mobile {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='18' viewBox='0 0 24 24' width='18' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 8px center; 
  background-size: 16px;
  cursor: pointer;
} 
.card_blog_headings {
    display: none;
}
.center-btns {
    width: 100%;
}
.hib-text h1 {
    font-size: 36px;
}
/* .hib-text h1 br {
    display: none;
} */
.hib-img img {
    height: auto;
}
.hib-text {
    padding-left: 0;
}
/* .hib-text {
    transform: inherit !important;
    max-width: 34rem;
    padding: 10px 20px;
    bottom: 30px;
    top: inherit;
    text-align: center;
} */
.hib-text {
    max-width: 35rem;
    padding: 10px 10px;
    bottom: 30px;
    top: 5%;
    width: 100%;
    left: 50%;
    text-align: center;
    transform: translateX(-50%) !important;
    height: auto;
    display: flex;
    flex-direction: column;
}
.hib-text a.btn1 {
    padding: 7px 30px;
    font-size: 16px;
}
.hitt-content {
    width: calc(40% - 4px);
    gap: 5px;
}

.home-color-blocks {
    padding: 2rem 0;
}
.hb-content {
    text-align: center;
}
.hb-content img {
    margin: 0 auto;
}
.home-blocks {
    padding: 3rem 0;
}

.home-order-steps ul.slick-dots {
    position: absolute;
    bottom: -80px;
    left: 50%;
    transform: translateX(-50%);
}
.hos-content h2 {
    font-size: 30px;
}
.hos-content p {
    max-width: 27rem;
    margin: 0 auto;
}
.home-img-txt {
    padding: 4rem 0;
}
.hitt-image img {
    border-radius: 10px;
}
.hitt-image img {
    width: 100%;
    display: block;
    height: inherit;
    object-fit: cover;
    aspect-ratio: 1 / 1;
}
.hitt-contenttt h2 {
    font-size: 30px;
    line-height: 1em;
}
.review-slider .slick-arrow {
    display: none !important;
}
.rs-heading h2 {
    font-size: 30px;
    margin: 0;
}
.rs-heading p {
    font-size: 16px;
    margin: 0;
    color: #000;
}
.left-contt p {
    font-size: 16px;
    line-height: 1.3em;
}
.left-contt:after {
    width: 45px;
    height: 80px;
    right: 0;
    bottom: 50px;
    transform: rotate(337deg);
}
.accordion__title {
    font-size: 16px;
}
.home_faq .collapsible-content .accordion:after {
    width: 41px;
    height: 41px;

}
.home_faq .collapsible-content .accordion {
    margin-left: 30px;
    margin-top: 0;
}
.home_faq .collapsible-content .accordion:after {
    left: -54px;
}
img.new-icon {
    max-width: 17px;
}
.right-news .field {
    flex-wrap: wrap;
}
.right-news .newsletter-form__button {
    width: 100% !important;
}
label.field__label {
    letter-spacing: normal;
    font-size: 12px;
    top: 19px;
    transform: inherit;
}
.footer .grid--3-col-tablet .grid__item:nth-child(1) {
    width: 100%;
}
.footer .grid--3-col-tablet .grid__item {
    width: 100%;
}
.footer__content-top {
    padding-bottom: 0rem !important;
    padding-left: calc(2rem / var(--font-body-scale)) !important;
    padding-right: calc(2rem / var(--font-body-scale)) !important;
}
.footer-block__heading {
    position: relative;
    font-size: 25px !important;
    margin: 0 !important;
}
.footer-block__heading:after {
    content: "";
    position: absolute;
    background: url(/cdn/shop/files/Expand_Arrow_1.png?v=1764917801);
    width: 18px;
    height: 9px;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: contain;
    right: 0;
}
.footer-block.grid__item {
    padding: 9px 0 !important;
    margin: 0 0 5px !important;
    border-bottom: 1px solid #ffffffbd;
}
.footer__content-bottom {
    display: flex;
    flex-direction: column-reverse;
}
.footer__localization:empty+.footer__column {
    padding-top: 0 !important;
}
/* .footer__column--info {
    padding-left: 1rem !important;
} */
.footer__content-bottom-wrapper--center {
    padding-left: 2rem;
}
.footer__content-bottom {
    row-gap: 0 !important;
}
.footer__payment .list-payment {
    justify-content: start;
}
.footer__payment li.list-payment__item svg {
    width: 28px;
}
.footer__payment li.list-payment__item {
    padding: 1px;
}
.footer__localization:empty+.footer__column--info {
    align-items: flex-start !important;
}
.hcb-content {
    margin-right: 0;
}
.rs--slider {
    margin: 0;
}
.home-image-banner .video__container video {
    height: 380px;
}
.hitt-img img {
    max-width: 40px;
}
.hitt-text h2 {
    letter-spacing: normal;
}
.menu-drawer__account img {
    width: 21px;
    display: block;
}
.hcb-rightt p {
    font-size: 15px;
    min-height: 218px;
}


.section-logo--img img {
    max-width: 120px;
}
.section-logo--img {
    position: absolute;
    bottom: 20px;
    transform: rotate(346deg);
}
.left-static-content {
    position: relative;
}
.left-static-content {
    padding: 15px;
}
.meal-content p {
    margin: 0;
    font-size: 7px;
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}
.meal-content p:nth-child(2) {
    line-height: 1em;
}


.left-static-content.swiper-slide:nth-child(1) {
    width: 117px !important;
    height: auto;
}

.left-static-content{
  display:none;
}
.left-static-content.for-mobile {
    display: block !important;
}
.right-side-pros {
    width: 100%;
}
.jdgm-carousel-wrapper {
    padding: 0 !important;
}



.custom_mult_tab .swiper-wrapper {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    flex-wrap: nowrap;
    scrollbar-width: none;
    border-radius: 10px;
}
.custom_mult_tab .swiper-wrapper::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Edge */
}
.custom_mult_tab .for--hov {
    width: 48%;
}
.p-badge-img img {
    width: 100%;
    display: block;
    max-width: 40px;
    object-fit: contain;
}
.section-heading h2 {
    font-size: 30px;
    margin: 0 0 20px;
    font-weight: 800;
    line-height: 1em;
}
.meal-content p:nth-child(1) {
    font-size: 11px;
    margin-bottom: -1px;
}
.custom_mult_tab .tab_wrap {
    display: flex;
}
.meal-content {
    padding: 4px 1px;
}
.qqqq {
    font-size: 20px;
    line-height: 28px;
    max-height: 56px;
}
.mobile-facets__label>svg {
    display: none;
}
.list-menu__item {
    display: inline-block !important;
}
.mobile-facets__list {
    padding: 0 13px;
}
.list-menu__item label img {
    width: 14px;
    height: 14px;
    position: relative;
    top: 2px;
   margin-right: 4px;
}
.list-menu__item label {
    font-size: 14px;
}
.list-menu__item {
    margin: 2px 0px;
    padding-bottom: 0 !important;
}
.product-count {
    display: none;
}
.product-weight p {
    font-size: 15px;
}
.pw--price {
    font-size: 15px;
}
.mobile-facets__sort {
    display: none !important;
}
.js .mobile-facets .submenu-open {
    visibility: visible !important;
}
.js .mobile-facets__submenu {
    position: static !important;
    transform: inherit !important;
    visibility: visible !important;
}
/* .js details[open].menu-opening>.mobile-facets__submenu {
    transform: translate(0);
    visibility: visible !important;
} */
 .mobile-facets__summary, .mobile-facets__footer {
    display: none !important;
}
span.new-titlee {
    padding: 0 17px;
    color: #000;
    margin-bottom: 8px;
}

.mobile-facets__submenu {
    margin-bottom: 18px;
}
.list-menu__item label {
    border: 1px solid #00000052;
    padding: 5px 5px 6px!important;
}
.mobile-facets__heading {
    text-align: start;
}
.list-menu__item label.active {
    background: #000;
    color: #fff;
}

.list-menu__item label.active img {
    filter: invert(1);
}
.mobile-facets__count {
    text-align: start;
}
.mobile-facets__list {
    position: relative;
    padding-bottom: 20px;
}

.mobile-facets__list:after {
    content: "";
    position: absolute;
    background: #00000033;
    width: 90%;
    bottom: 0px;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
}
span.mobile-facets__open {
    display: none;
}
/* .facets-container.scroll-trigger.animate--fade-in {
    position: fixed;
    bottom: 0;
    background: #ffffff;
    width: 100%;
    left: 0;
    padding: 10px 20px;
    z-index: 1;
} */
.mob-filter-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
facet-remove.active-facets__button-wrapper a {
    border: 1px solid #000;
    border-radius: 5px;
    padding: 6px 16px;
    width: 100%;
    text-align: center;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
}
facet-remove.active-facets__button-wrapper a span {
    font-size: 12px !important;
}
.active-facets__button-wrapper {
    width: 100%;
}
.for-remove-button {
    /* margin: 0 15px; */
    display: flex;
    width: 100%;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}
.for-remove-button .active-facets {
    width: 50%;
    margin: 0 !important;
}
.result-button {
    width: 50%;
    display: inline-flex;
}
.result-button p {
    padding: 8px 20px;
    background: #000000;
    border-radius: 5px;
    border: 1px solid #000;
    color: #fff;
    font-size: 13px;
}

.mob-facets-new-wrapp {
    display: flex;
    width: 100%;
    gap: 10px;
}
.main--filter-button {
    width: 50%;
}
.mobile-facets__open {
    padding: 10px 20px !important;
    border: 1px solid #000;
    justify-content: center;
    border-radius: 5px;
}
.right-cart-btn {
    width: 50%;
}

.mobile-facets__wrapper {
    display: inherit !important;
}
.mobile-facets__disclosure {
    display: inherit !important;
}
.mobile-facets__open-wrapper {
    display: block !important;
}
/* .for--bulk {
    bottom: 12px;
} */
.quantity {
    min-height: calc((var(--inputs-border-width) * 2) + 3.5rem);
}
.add-to-cart-btn {
    padding: 9px 25px;
}
.active-facets__button-wrapper {
    width: calc(41% - 2px);
    margin: 0 !important;
}
.for-remove-button .active-facets {
    width: 100%;
    gap: 9px;
    justify-content: center;
}
.result-button {
    width: auto;
}
.template-collection .meal-content {
    width: calc(25% - 2px);
}
.meal-content {
    width: calc(27% - 2px);
}
.new-btn {
    padding: 3px 0;
    font-size: 14px;
}
.meal-info-wrap {
    height: 38px;
}
.card__content quick-add-bulk .quantity {
        min-height: calc((var(--inputs-border-width) * 2) + 3.5rem) !important;
}

.hiwi-wapper:after {
    content: unset;
}
.hiwi-inner {
    max-width: 100%;
}
.hiwi-content.right .center--img {
    position: static;
    transform: inherit;
}
.hiwi-content.left .hiwi-inner {
    max-width: 100%;
    text-align: start;
}
.hiwi-content.left .center--img {
    position: static;
    transform: inherit;
}
.center--img img {
    max-width: 110px;
    margin: 0 auto;
}
.hiwi-inner p {
    margin-bottom: 20px;
    text-align: center;
}
.hiwi-inner h2 {
    font-size: 25px;
    line-height: 1em;
    text-align: center;
}
a.btn1 {
    font-size: 17px;
}
.hiwi--button.center {
    margin-top: 50px;
}
.how-it-works-info {
    padding: 5rem 0 0;
}
.hiwi-heading.center {
    margin-bottom: 4rem;
}

.hb-content h2 {
    font-size: 30px;
    max-width: 270px;
    margin: 11px auto;
    line-height: 1;
}
.hb-content p {
    font-size: 16px;
    max-width: 270px;
    margin: 0 auto;
}

.custom_mult_tab  .qqqq {
    height: 46px;
    line-height: 24px;
}

.js .menu-drawer {
    height: 100% !important;
    top: 0 !important;
    position: fixed;
}

.osb-image {
    width: 100%;
}
.osb-content {
    margin: 0px auto;
    padding: 30px;
    width: 100%;
}
.ows-left {
    width: 100%;
}
.ows-right {
    width: 100%;
}
.move-rect1 img {
    max-width: 80px;
    margin: 0 auto;
    width: 100%;
}
.our-elements {
    padding: 30px;
}
.move-rect1 img:nth-child(4) {
    width: 100%;
    max-width: 46px;
    display: block;
}
.osb-image img {
    height: 340px;
}
.quantity-selector {
    height: 32px;
}
.qunatity_selector_home {
    margin-top: 8px;
}
.accordion__title {
    max-width: calc(100% - 3rem) !important;
}
.article-card-wrapper h3.card__heading.h2 a:nth-child(2) {
    font-size: 16px;
}
.login p, .login p a {
    font-family: 'PF Regal Display Pro';
    font-size: 30px;
}
.blog-articles__article {
    width: 100%;
    margin-bottom: 20px;
}
.main-blog h1 {
    margin: 0 0 20px;
}
.article-template__hero-container {
    padding: 13px !important;
}
.hura-marquee-bar.hura-messages {
    display: flex;
}
.home-top-bar {
    display: none;
}
.hura-marquee-bar .hura-message {
    padding: 2px 8%;
}
.recurapay_subscription-bls .recurpay_container-blossom:hover, .recurapay_subscription-cart .recurpay_container-blossom:hover {
    opacity: 1;
    background: #f1f1f1;
    color: #000 !important;
}

.recurpay_container-blossom:hover label p {
    color: #000;
}

.recurpay_container-blossom:hover label span {
    color: #000;
}

.recurpay_container-blossom:hover input[type="radio"]::before {
    background: unset !important;
}
.recurpay_container-blossom.active:hover {
    background: #000 !important;
}
.recurpay_container-blossom.active:hover p {
    color: #fff !important;
}
.recurpay_container-blossom.active:hover span.new_br_clall {
    color: #fff !important;
}

.recurpay_container-blossom.active:hover label span {
    color: #fff !important;
}
.recurpay_container-blossom.active input[type="radio"]:checked::before {
    background: rgb(255,235,51) !important;
}
}
@media (max-width: 680px) {
.blog__post.article {
    width: calc(100% - 3rem - var(--grid-mobile-horizontal-spacing));
    max-width: 100%;
}
}

@media (max-width: 480px) {
.pw--price {
    width: 55%;
    align-items: center;
    justify-content: center;
}
.product-weight {
    width: 45%;
}
p.compare-price {
    font-size: 11px;
}
p.sale-price {
    font-size: 13px;
}
.product-weight p {
    font-size: 13px !important;
}
.custom_mult_tab a.see_all_link {
    font-size: 14px;
}
.template-collection #Avada-Joy_FloatingButton {
    display: none;
}
.custom_mult_tab {
    padding: 20px 0 !important;
}

.custom_mult_tab .swiper_container_{{ section.id }} {
    padding: 0px;
}
.for--color span.product-size {
    font-size: 0px;
    width: 0px;
    height: 8px;
}
.custom_mult_tab .heading_block h2 {
    font-size: 24px;
}
.on-hover {
    bottom: 81px;
    background: transparent;
}
.template-collection .add-to-cart-btn {
    margin-top: 13px;
}
.hib-text {
    top: 2%;
}
.hib-text h1 {
    margin: 0 0 12px;
}
.new_main_hiome_icons {
    display:block;
}
}
@media screen and (max-width: 385px) {
.product-card-wrapper .coll_d {
    display: flex !important;
    font-size: 12px;
}
.pw--price {
    height: 14px;
}
p.sale-price {
    font-size: 12px;
}
}

.menu-drawer__menu-item{
  padding: 16px 0 !important;
    margin: 0;
    position: relative;
    width: 100%;
}
.menu-drawer__menu-item:after {
    content: '';
    position: absolute;
    bottom: 0;
    background: #bab5b4;
    width: 75%;
    left: 0;
    height: 1px;
}
.menu-drawer__menu li:first-child a {
    border: none;
}
@media(max-width: 989px){
.shopify-section-group-header-group.header-marquee-items {
    z-index: 1;
}
summary.header__icon.header__icon--menu svg.icon.icon-close {
    position: fixed;
    top: 36px;
    left: 6px;
}
}
@media(max-width: 800px){
   .hitt-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2px;
    margin: 0 12px 12px;
    max-width: 95%;
}
.hitt-content {
    width: 100%;
    padding: 4px;
    gap: 8px;
}
.hitt-text h2 {
    margin: 0;
}
}
small.copyright__content a {
    display: flex;
    align-items: center;
}